--- kdelibs-3.5.10.dfsg.1.orig/acinclude.m4 +++ kdelibs-3.5.10.dfsg.1/acinclude.m4 @@ -1613,6 +1613,11 @@ fi done +# Export just Qt libs in LIB_QT, "extended" version will be exported as LIB_QT_EXT +LIB_QT_EXT="$LIB_QT" +LIB_QT="$kde_int_qt" + +AC_SUBST(LIB_QT_EXT) AC_SUBST(LIB_QT) AC_SUBST(LIB_QPE) @@ -1713,15 +1718,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) @@ -2168,9 +2164,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 ], @@ -2708,7 +2701,7 @@ ], [return (TIFFOpen( "", "r") == 0); ], [ - kde_cv_libtiff_$1="-l$1 $LIBJPEG $LIBZ" + kde_cv_libtiff_$1="-l$1" ], [ kde_cv_libtiff_$1=no ]) @@ -2772,7 +2765,8 @@ EXRSTATUS=old else kde_save_LIBS="$LIBS" - LIBS="$LIBS $all_libraries $USER_LDFLAGS `pkg-config --libs OpenEXR` $LIBZ" + kde_libexr_libs="`pkg-config --libs OpenEXR | sed -e 's/-lImath//' -e 's/-lIex//' -e 's/-lz//'`" + LIBS="$LIBS $all_libraries $USER_LDFLAGS $kde_libexr_libs" AC_LANG_SAVE AC_LANG_CPLUSPLUS kde_save_CXXFLAGS="$CXXFLAGS" @@ -2788,7 +2782,7 @@ RgbaInputFile file ("dummy"); return 0; ], - eval "ac_cv_libexr='`pkg-config --libs OpenEXR`'", + eval "ac_cv_libexr='$kde_libexr_libs'", eval "ac_cv_libexr=no" ) LIBS="$kde_save_LIBS" @@ -2797,7 +2791,7 @@ ])dnl if eval "test ! \"`echo $ac_cv_libexr`\" = no"; then AC_DEFINE_UNQUOTED(HAVE_EXR, 1, [Define if you have OpenEXR]) - LIB_EXR="$ac_cv_libexr" + LIB_EXR="$kde_libexr_libs" AC_MSG_RESULT($ac_cv_libexr) else AC_MSG_RESULT(no) @@ -2864,7 +2858,7 @@ AC_CACHE_VAL(ac_cv_jasper, [ kde_save_LIBS="$LIBS" -LIBS="$LIBS $all_libraries $USER_LDFLAGS -ljasper $LIBJPEG -lm" +LIBS="$LIBS $all_libraries $USER_LDFLAGS -ljasper -lm" kde_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $all_includes $USER_INCLUDES" @@ -2875,7 +2869,7 @@ [ return( jas_init() ); ], - eval "ac_cv_jasper='-ljasper $LIBJPEG -lm'", + eval "ac_cv_jasper='-ljasper -lm'", eval "ac_cv_jasper=no" ) LIBS="$kde_save_LIBS" @@ -4498,7 +4492,7 @@ kde_save_cflags="$CFLAGS" CFLAGS="$CFLAGS $PYTHONINC" kde_save_libs="$LIBS" -LIBS="$LIBS $LIBPYTHON $2 $LIBDL $LIBSOCKET" +LIBS="$LIBS $LIBPYTHON $2 $LIBSOCKET" kde_save_ldflags="$LDFLAGS" LDFLAGS="$LDFLAGS $PYTHONLIB" @@ -4636,7 +4630,7 @@ and contact the authors to let them know about this problem]) ]) - LIBPYTHON="$LIBPYTHON $LIBDL $LIBSOCKET" + LIBPYTHON="$LIBPYTHON $LIBSOCKET" AC_SUBST(PYTHONINC) AC_SUBST(PYTHONLIB) AC_SUBST(LIBPYTHON) @@ -5996,30 +5990,15 @@ fi ]) # 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, 2006, 2007 ## Free Software Foundation, Inc. ## Originally by Gordon Matzigkeit , 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. +## 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 51 Debian 1.5.24-2 AC_PROG_LIBTOOL # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) @@ -6079,7 +6058,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 @@ -6129,7 +6108,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. @@ -6149,7 +6128,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" @@ -6169,6 +6148,7 @@ test -z "$AS" && AS=as test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$DLLTOOL" && DLLTOOL=dlltool test -z "$LD" && LD=ld test -z "$LN_S" && LN_S="ln -s" @@ -6181,22 +6161,24 @@ 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_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' 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="$old_postinstall_cmds~\$RANLIB -t \$oldlib" ;; *) - old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds" + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" ;; 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*) @@ -6237,11 +6219,58 @@ # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + # Allow CC to be a program name with arguments. compiler=$CC ])# _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_REQUIRE([LT_AC_PROG_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/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_REQUIRE([LT_AC_PROG_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/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 @@ -6251,12 +6280,20 @@ # 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; } -}'` +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_LINK_IFELSE(AC_LANG_PROGRAM,[ +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # 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=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi],[]) if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi ])# _LT_AC_SYS_LIBPATH_AIX @@ -6314,15 +6351,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 @@ -6487,18 +6524,21 @@ rm -rf conftest* ;; -x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) +x86_64-*kfreebsd*-gnu|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 + case `/usr/bin/file conftest.o` in *32-bit*) - LINUX_64_MODE="32" case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; - ppc64-*linux*) + ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) @@ -6510,8 +6550,10 @@ esac ;; *64-bit*) - LINUX_64_MODE="64" case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; @@ -6544,6 +6586,22 @@ CFLAGS="$SAVE_CFLAGS" fi ;; +sparc*-*solaris*) + # 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 + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) LD="${LD-ld} -m elf64_sparc" ;; + *) LD="${LD-ld} -64" ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], [*-*-cygwin* | *-*-mingw* | *-*-pw32*) AC_CHECK_TOOL(DLLTOOL, dlltool, false) @@ -6567,7 +6625,7 @@ 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 + echo "$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. @@ -6575,7 +6633,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) @@ -6585,8 +6643,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 -e '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi fi @@ -6606,17 +6666,23 @@ # ------------------------------------------------------------ # Check whether the given compiler option works AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], -[AC_CACHE_CHECK([$1], [$2], +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_CACHE_CHECK([$1], [$2], [$2=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $3" - printf "$lt_simple_link_test_code" > conftest.$ac_ext + echo "$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 -e '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi else $2=yes fi @@ -6640,7 +6706,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*) @@ -6669,24 +6735,77 @@ 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` + 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` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + 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 + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len"; then + 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` + else + 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` + fi ;; esac ]) @@ -6699,7 +6818,7 @@ # _LT_AC_CHECK_DLFCN -# -------------------- +# ------------------ AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl ])# _LT_AC_CHECK_DLFCN @@ -6707,7 +6826,7 @@ # _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 : @@ -6773,17 +6892,19 @@ else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; /* dlclose (self); */ } + else + puts (dlerror ()); exit (status); }] 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 ;; x$lt_dlneed_uscore) $2 ;; - x$lt_unknown|x*) $3 ;; + x$lt_dlunknown|x*) $3 ;; esac else : # compilation failed @@ -6795,7 +6916,7 @@ # AC_LIBTOOL_DLOPEN_SELF -# ------------------- +# ---------------------- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl if test "x$enable_dlopen" != xyes; then @@ -6832,7 +6953,7 @@ lt_cv_dlopen_self=yes ]) ;; - + *) AC_CHECK_FUNC([shl_load], [lt_cv_dlopen="shl_load"], @@ -6866,7 +6987,7 @@ test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" - eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" @@ -6879,7 +7000,7 @@ ]) if test "x$lt_cv_dlopen_self" = xyes; then - LDFLAGS="$LDFLAGS $link_static_flag" + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" AC_CACHE_CHECK([whether a statically linked program can dlopen itself], lt_cv_dlopen_self_static, [dnl _LT_AC_TRY_DLOPEN_SELF( @@ -6911,7 +7032,8 @@ # --------------------------------- # 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_REQUIRE([LT_AC_PROG_SED])dnl +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 @@ -6919,14 +7041,7 @@ 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 . + echo "$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 @@ -6934,7 +7049,7 @@ # 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) @@ -6946,13 +7061,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 -e '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || 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* @@ -7011,8 +7131,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 && @@ -7061,6 +7181,7 @@ darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" + old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) @@ -7069,7 +7190,7 @@ *) AC_MSG_RESULT([no]) ;; - esac + esac fi ])# AC_LIBTOOL_SYS_LIB_STRIP @@ -7078,11 +7199,12 @@ # ----------------------------- # PORTME Fill in your ld.so characteristics AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], -[AC_MSG_CHECKING([dynamic linker characteristics]) +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_MSG_CHECKING([dynamic linker characteristics]) library_names_spec= libname_spec='lib$name' soname_spec= -shrext=".so" +shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= @@ -7092,7 +7214,58 @@ 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" +m4_if($1,[],[ +if test "$GCC" = yes; then + case $host_os in + darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; + *) lt_awk_arg="/^libraries:/" ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$lt_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. + lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'` + else + lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary. + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path/$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" + else + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk ' +BEGIN {RS=" "; FS="/|\n";} { + lt_foo=""; + lt_count=0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo="/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[[lt_foo]]++; } + if (lt_freq[[lt_foo]] == 1) { print lt_foo; } +}'` + sys_lib_search_path_spec=`echo $lt_search_path_spec` +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi]) need_lib_prefix=unknown hardcode_into_libs=no @@ -7157,7 +7330,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*) @@ -7166,7 +7339,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}' @@ -7182,7 +7355,7 @@ cygwin* | mingw* | pw32*) version_type=windows - shrext=".dll" + shrext_cmds=".dll" need_version=no need_lib_prefix=no @@ -7194,7 +7367,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' @@ -7224,7 +7398,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 ;; @@ -7247,13 +7421,9 @@ 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 + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + m4_if([$1], [],[ + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; @@ -7270,20 +7440,17 @@ 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*) - 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*) @@ -7301,14 +7468,19 @@ freebsd2*) shlibpath_overrides_runpath=yes ;; - freebsd3.[01]* | freebsdelf3.[01]*) + freebsd3.[[01]]* | freebsdelf3.[[01]]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; - *) # from 3.2 on + freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ + freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; esac ;; @@ -7328,9 +7500,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 @@ -7345,7 +7517,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 @@ -7356,7 +7528,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 @@ -7368,6 +7540,18 @@ postinstall_cmds='chmod 555 $lib' ;; +interix[[3-9]]*) + 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' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; @@ -7411,29 +7595,26 @@ ;; # This must be Linux ELF. -linux*) +linux* | k*bsd*-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' 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 -a ! -h /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>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/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, @@ -7443,6 +7624,18 @@ dynamic_linker='GNU/Linux ld.so' ;; +netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='NetBSD ld.elf_so' + ;; + netbsd*) version_type=sunos need_lib_prefix=no @@ -7452,7 +7645,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 @@ -7480,8 +7673,13 @@ openbsd*) version_type=sunos + sys_lib_dlsearch_path_spec="/usr/lib" 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 @@ -7501,7 +7699,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' @@ -7519,11 +7717,8 @@ 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 +rdos*) + dynamic_linker=no ;; solaris*) @@ -7551,7 +7746,7 @@ need_version=yes ;; -sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) +sysv4 | sysv4.3*) 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' @@ -7584,6 +7779,29 @@ fi ;; +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + shlibpath_overrides_runpath=no + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + shlibpath_overrides_runpath=yes + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + uts4*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -7597,13 +7815,19 @@ esac AC_MSG_RESULT([$dynamic_linker]) test "$dynamic_linker" = 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 ])# AC_LIBTOOL_SYS_DYNAMIC_LINKER # _LT_AC_TAGCONFIG # ---------------- AC_DEFUN([_LT_AC_TAGCONFIG], -[AC_ARG_WITH([tags], +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_ARG_WITH([tags], [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@], [include additional configurations @<:@automatic@:>@])], [tagnames="$withval"]) @@ -7621,6 +7845,9 @@ AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile']) fi fi + if test -z "$LTCFLAGS"; then + eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`" + fi # Extract list of available tagged configurations in $ofile. # Note that this assumes the entire list is on one line. @@ -7647,7 +7874,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="" @@ -7709,7 +7938,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 @@ -7747,7 +7976,7 @@ # AC_DISABLE_SHARED # ----------------- -#- set the default shared flag to --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) @@ -7859,7 +8088,7 @@ # AC_PATH_TOOL_PREFIX # ------------------- -# find a file program which can recognise shared library +# find a file program which can recognize shared library AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl AC_MSG_CHECKING([for $1]) @@ -7883,7 +8112,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 @@ -7922,7 +8151,7 @@ # AC_PATH_MAGIC # ------------- -# find a file program which can recognise a shared library +# find a file program which can recognize 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 @@ -7993,7 +8222,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 &1 /dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi ;; 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* | kfreebsd*-gnu) +freebsd* | 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.*` ;; @@ -8138,7 +8374,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 @@ -8154,43 +8390,27 @@ esac ;; +interix[[3-9]]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' + ;; + 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` +linux* | k*bsd*-gnu) + lt_cv_deplibs_check_method=pass_all ;; -netbsd*) +netbsd* | netbsdelf*-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 @@ -8209,32 +8429,26 @@ ;; 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 ;; -sco3.2v5*) +rdos*) 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*) +sysv4 | sysv4.3*) 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]]' @@ -8255,10 +8469,13 @@ siemens) lt_cv_deplibs_check_method=pass_all ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; esac ;; -sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*) +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; esac @@ -8278,36 +8495,43 @@ # 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" + lt_nm_to_check="${ac_tool_prefix}nm" + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + tmp_nm="$ac_dir/$lt_tmp_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 ;; *) - 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 + 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 - esac - fi + fi + done + IFS="$lt_save_ifs" done - IFS="$lt_save_ifs" test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm fi]) NM="$lt_cv_path_NM" @@ -8339,13 +8563,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 @@ -8364,13 +8588,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 @@ -8408,10 +8632,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 # -------------- @@ -8451,7 +8686,7 @@ # AC_LIBTOOL_RC -# -------------- +# ------------- # enable support for Windows resource files AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC]) @@ -8477,43 +8712,16 @@ _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code="int some_variable = 0;\n" +lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests -lt_simple_link_test_code='int main(){return(0);}\n' +lt_simple_link_test_code='int main(){return(0);}' _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)=]) - +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change @@ -8527,9 +8735,9 @@ 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_DLOPEN_SELF -# Report which librarie types wil actually be built +# Report which library types will actually be built AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) @@ -8538,7 +8746,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 @@ -8547,48 +8755,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 - _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 - 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]) @@ -8613,7 +8784,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)= @@ -8625,6 +8796,7 @@ _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_shlibpath_var, $1)=unsupported _LT_AC_TAGVAR(hardcode_automatic, $1)=no _LT_AC_TAGVAR(module_cmds, $1)= _LT_AC_TAGVAR(module_expsym_cmds, $1)= @@ -8642,21 +8814,25 @@ _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 _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code="int some_variable = 0;\n" +lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests -lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n' +lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' # 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 @@ -8667,18 +8843,18 @@ 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 + $as_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 + $as_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%^.*/%%'` +_LT_CC_BASENAME([$compiler]) # We don't want -fno-exception wen compiling C++ code, so set the # no_builtin_flag separately @@ -8696,8 +8872,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' @@ -8723,7 +8899,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 @@ -8753,8 +8929,23 @@ 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 @@ -8771,7 +8962,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` @@ -8779,7 +8970,7 @@ 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 @@ -8790,8 +8981,12 @@ _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 @@ -8800,15 +8995,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. @@ -8817,13 +9013,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 '"\${wl}$no_entry_flag"' $compiler_flags `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" + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_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 @@ -8832,16 +9027,26 @@ # -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(whole_archive_flag_spec, $1)='$convenience' _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 ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; + + beos*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + # Joseph Beckenbach 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 + ;; + chorus*) case $cc_basename in *) @@ -8855,12 +9060,12 @@ # _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}--enable-auto-image-base -Xlinker --out-implib -Xlinker $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 @@ -8869,70 +9074,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}--enable-auto-image-base -Xlinker --out-implib -Xlinker $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 - _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 + 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` $xlcverstring' + _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 $xlcverstring~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 @@ -8943,14 +9159,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* | kfreebsd*-gnu) + freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions _LT_AC_TAGVAR(ld_shlibs, $1)=yes @@ -8967,12 +9183,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. @@ -8981,11 +9197,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 @@ -8995,33 +9211,20 @@ ;; 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)=: + + case $host_cpu in + hppa*64*|ia64*) ;; *) - _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*) + case $host_cpu in + hppa*64*|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 @@ -9032,17 +9235,20 @@ 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 - hppa*64*|ia64*) - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' + aCC*) + case $host_cpu in + hppa*64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) - _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 @@ -9058,12 +9264,15 @@ *) 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' + case $host_cpu in + hppa*64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) - _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 @@ -9074,11 +9283,25 @@ ;; esac ;; + interix[[3-9]]*) + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; 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 @@ -9089,9 +9312,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 @@ -9100,16 +9323,16 @@ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ;; - linux*) + linux* | k*bsd*-gnu) 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. @@ -9127,20 +9350,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' @@ -9156,6 +9403,29 @@ # 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' ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _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)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + + # Not sure whether something based on + # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 + # would be better. + 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' + ;; + esac + ;; esac ;; lynxos*) @@ -9168,7 +9438,7 @@ ;; mvs*) case $cc_basename in - cxx) + cxx*) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; @@ -9178,7 +9448,7 @@ ;; esac ;; - netbsd*) + netbsd* | netbsdelf*-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= @@ -9189,15 +9459,35 @@ # 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*) + if test -f /usr/libexec/ld.so; then + _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' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; 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)=: @@ -9207,14 +9497,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)=: @@ -9232,7 +9522,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)=: @@ -9251,13 +9541,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)=: @@ -9266,17 +9556,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' @@ -9295,7 +9585,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)=: @@ -9316,27 +9606,14 @@ # 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) + 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 @@ -9349,36 +9626,28 @@ ;; 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. + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. # 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)='-z allextract$convenience -z 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 @@ -9386,9 +9655,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' @@ -9398,9 +9667,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 @@ -9409,9 +9678,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 @@ -9420,16 +9689,73 @@ fi _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + ;; + esac fi ;; esac ;; - sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*) + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) + _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + # So that behaviour is only enabled if SCOABSPATH is set to a + # non-empty value in the environment. Most likely only useful for + # creating official distributions of packages. + # This is a hack until libtool officially supports absolute path + # names for shared libraries. + _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac ;; 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 @@ -9466,8 +9792,6 @@ 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) @@ -9485,7 +9809,7 @@ ])# 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 @@ -9539,7 +9863,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 @@ -9579,7 +9903,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 @@ -9615,13 +9939,70 @@ $rm -f confest.$objext +# PORTME: override above test on systems where it is broken +ifelse([$1],[CXX], +[case $host_os in +interix[[3-9]]*) + # Interix 3.5 installs completely hosed .la files for C++, so rather than + # hack all around it, let's just trust "g++" to DTRT. + _LT_AC_TAGVAR(predep_objects,$1)= + _LT_AC_TAGVAR(postdep_objects,$1)= + _LT_AC_TAGVAR(postdeps,$1)= + ;; + +linux*) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + # + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + if test "$solaris_use_stlport4" != yes; then + _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' + fi + ;; + esac + ;; + +solaris*) + case $cc_basename in + CC*) + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + + # 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. + if test "$solaris_use_stlport4" != yes; then + _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' + fi + ;; + esac + ;; +esac +]) + 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'. @@ -9657,20 +10038,31 @@ _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" +lt_simple_compile_test_code="\ + subroutine t + return + end +" # Code to be used in simple link tests -lt_simple_link_test_code=" program t\n end\n" +lt_simple_link_test_code="\ + program t + end +" # 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]) @@ -9680,7 +10072,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 @@ -9688,8 +10080,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]) @@ -9699,8 +10093,6 @@ 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" @@ -9710,8 +10102,6 @@ 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) @@ -9737,23 +10127,30 @@ _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code="class foo {}\n" +lt_simple_compile_test_code="class foo {}" # 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) {}; }' # 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 @@ -9765,8 +10162,6 @@ 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) @@ -9776,7 +10171,7 @@ # 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'. @@ -9792,7 +10187,7 @@ _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' +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code="$lt_simple_compile_test_code" @@ -9800,11 +10195,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) @@ -9830,11 +10230,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 LTCFLAGS 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 \ @@ -9875,6 +10276,7 @@ _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(fix_srcfile_path, $1) \ _LT_AC_TAGVAR(exclude_expsyms, $1) \ _LT_AC_TAGVAR(include_expsyms, $1); do @@ -9884,7 +10286,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 | \ @@ -9921,7 +10323,7 @@ # 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 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 # Free Software Foundation, Inc. # # This file is part of GNU Libtool: @@ -9950,11 +10352,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= @@ -9985,6 +10387,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 @@ -9996,6 +10404,9 @@ # A C compiler. LTCC=$lt_LTCC +# LTCC compiler flags. +LTCFLAGS=$lt_LTCFLAGS + # A language-specific compiler. CC=$lt_[]_LT_AC_TAGVAR(compiler, $1) @@ -10015,7 +10426,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 @@ -10046,7 +10457,7 @@ libext="$libext" # Shared library suffix (normally ".so"). -shrext='$shrext' +shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" @@ -10061,7 +10472,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? @@ -10237,7 +10648,7 @@ 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)" +fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1) @@ -10290,7 +10701,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 @@ -10317,6 +10731,7 @@ # --------------------------------- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST]) +AC_REQUIRE([LT_AC_PROG_SED]) AC_REQUIRE([AC_PROG_NM]) AC_REQUIRE([AC_OBJEXT]) # Check for command to grab the raw symbol name followed by C symbol from nm. @@ -10332,9 +10747,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'" @@ -10356,14 +10768,30 @@ 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* | k*bsd*-gnu) + 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='[[BDT]]' +solaris*) + symcode='[[BDRT]]' + ;; +sco3.2v5*) + symcode='[[DT]]' + ;; +sysv4.2uw2*) + symcode='[[DT]]' + ;; +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[[ABDT]]' ;; sysv4) symcode='[[DFNSTU]]' @@ -10381,14 +10809,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 @@ -10527,12 +10958,14 @@ # like `-m68040'. _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; - mingw* | os2* | pw32*) + mingw* | cygwin* | 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). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' ;; darwin* | rhapsody*) @@ -10544,6 +10977,10 @@ # DJGPP does not support shared libraries at all _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ;; + interix[[3-9]]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; sysv4*MP*) if test -d /usr/nec; then _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic @@ -10552,7 +10989,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*) ;; *) @@ -10577,18 +11014,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' ;; @@ -10596,22 +11043,22 @@ ;; esac ;; - freebsd* | kfreebsd*-gnu) + freebsd* | 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" + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${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 + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + case $host_cpu in hppa*64*|ia64*) # +Z the default ;; @@ -10624,9 +11071,13 @@ ;; esac ;; + interix*) + # This is c89, which is MS Visual C++ (no shared libs) + # Anyone wants to do a port? + ;; 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. @@ -10635,20 +11086,26 @@ ;; esac ;; - linux*) + linux* | k*bsd*-gnu) 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. @@ -10656,6 +11113,14 @@ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _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 ' + ;; + esac ;; esac ;; @@ -10665,25 +11130,25 @@ ;; mvs*) case $cc_basename in - cxx) + cxx*) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' ;; *) ;; esac ;; - netbsd*) + netbsd* | netbsdelf*-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 @@ -10697,24 +11162,15 @@ ;; psos*) ;; - sco*) - case $cc_basename in - CC) - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - *) - ;; - esac - ;; 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' ;; @@ -10724,12 +11180,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' ;; @@ -10739,7 +11195,7 @@ ;; tandem*) case $cc_basename in - NCC) + NCC*) # NonStop-UX NCC 3.20 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; @@ -10747,7 +11203,14 @@ ;; esac ;; - unixware*) + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + case $cc_basename in + CC*) + _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' + ;; + esac ;; vxworks*) ;; @@ -10778,13 +11241,15 @@ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; - mingw* | pw32* | os2*) + mingw* | cygwin* | 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). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' ;; @@ -10794,6 +11259,11 @@ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; + interix[[3-9]]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. @@ -10810,7 +11280,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 ;; @@ -10836,8 +11306,18 @@ _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*) + mingw* | cygwin* | 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' @@ -10847,7 +11327,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 ;; @@ -10870,18 +11350,41 @@ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; - linux*) - case $CC in + linux* | k*bsd*-gnu) + 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' ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C 5.9 + _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)='-Wl,' + ;; + *Sun\ F*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + _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)='' + ;; + esac + ;; esac ;; @@ -10891,15 +11394,19 @@ _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' + rdos*) + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; 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*) @@ -10908,7 +11415,7 @@ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; - sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + sysv4 | sysv4.2uw2* | sysv4.3*) _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' @@ -10921,6 +11428,17 @@ fi ;; + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + _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' + ;; + + 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' @@ -10948,7 +11466,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)= @@ -10957,6 +11475,16 @@ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])" ;; esac + +# +# Check to make sure the static flag actually works. +# +wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\" +AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], + _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1), + $lt_tmp_static_flag, + [], + [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=]) ]) @@ -10964,7 +11492,8 @@ # ------------------------------------ # 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]) +[AC_REQUIRE([LT_AC_PROG_SED])dnl +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 @@ -10981,7 +11510,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* | k*bsd*-gnu) + _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' @@ -11007,7 +11539,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* @@ -11024,7 +11556,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 @@ -11034,6 +11567,10 @@ with_gnu_ld=no fi ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++) + with_gnu_ld=yes + ;; openbsd*) with_gnu_ld=no ;; @@ -11044,6 +11581,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*) @@ -11081,7 +11639,7 @@ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach 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 @@ -11091,13 +11649,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/'\'' -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}--enable-auto-image-base -Xlinker --out-implib -Xlinker $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 @@ -11106,23 +11664,79 @@ 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}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else - ld_shlibs=no + _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; - netbsd*) + interix[[3-9]]*) + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | k*bsd*-gnu) + 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 + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + *) + tmp_sharedflag='-shared' ;; + esac + _LT_AC_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$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 '"$tmp_sharedflag""$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) 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 ;; - solaris* | sysv5*) + solaris*) if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then _LT_AC_TAGVAR(ld_shlibs, $1)=no cat <&2 @@ -11136,13 +11750,40 @@ 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 ;; + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) + _LT_AC_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + sunos4*) _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= @@ -11152,24 +11793,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) @@ -11181,7 +11817,7 @@ # 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 + if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported @@ -11203,9 +11839,21 @@ 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 @@ -11222,7 +11870,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` @@ -11230,7 +11878,7 @@ 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 @@ -11241,8 +11889,12 @@ _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 @@ -11250,30 +11902,30 @@ # 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' + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' else - shared_flag='-qmkshrobj' - fi + 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 '"\${wl}$no_entry_flag"' $compiler_flags `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" + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_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 @@ -11282,13 +11934,11 @@ # -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(whole_archive_flag_spec, $1)='$convenience' _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 ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; @@ -11301,7 +11951,7 @@ _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; - bsdi4*) + bsdi[[45]]*) _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic ;; @@ -11311,69 +11961,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(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*) - 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 - _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 - ;; + 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` $xlcverstring' + _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 $xlcverstring~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*) @@ -11406,8 +12056,8 @@ ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | kfreebsd*-gnu) - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $compiler_flags $libobjs $deplibs' + freebsd* | 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 @@ -11415,7 +12065,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 @@ -11429,47 +12079,62 @@ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; - hpux10* | hpux11*) + hpux10*) 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 $libobjs $deplibs $compiler_flags' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test "$with_gnu_ld" = no; then + _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 + fi + ;; + + hpux11*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + case $host_cpu in + hppa*64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -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 - hppa*64*|ia64*) - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' + case $host_cpu in + hppa*64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_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, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + case $host_cpu in + hppa*64*|ia64*) _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' @@ -11483,7 +12148,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' @@ -11493,7 +12158,7 @@ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ;; - netbsd*) + netbsd* | netbsdelf*-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 @@ -11513,23 +12178,28 @@ ;; 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' + if test -f /usr/libexec/ld.so; then + _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 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 + _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; @@ -11537,14 +12207,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' @@ -11556,13 +12226,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' @@ -11570,21 +12240,15 @@ _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' + 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' @@ -11593,8 +12257,17 @@ _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 and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test "$GCC" = yes; then + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' + fi + ;; esac _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ;; @@ -11603,7 +12276,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 @@ -11651,36 +12324,45 @@ 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 + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) + _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no - hardcode_runpath_var=yes - runpath_var=LD_RUN_PATH - ;; + 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' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$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,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$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)= + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + fi ;; uts4*) @@ -11698,11 +12380,6 @@ 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? # @@ -11722,14 +12399,15 @@ # 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 - + echo "$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) + pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) compiler_flags=-v linker_flags=-v verstring= @@ -11824,6 +12502,30 @@ [AC_CHECK_TOOL(RC, windres, no) ]) + +# Cheap backport of AS_EXECUTABLE_P and required macros +# from Autoconf 2.59; we should not use $as_executable_p directly. + +# _AS_TEST_PREPARE +# ---------------- +m4_ifndef([_AS_TEST_PREPARE], +[m4_defun([_AS_TEST_PREPARE], +[if test -x / >/dev/null 2>&1; then + as_executable_p='test -x' +else + as_executable_p='test -f' +fi +])])# _AS_TEST_PREPARE + +# AS_EXECUTABLE_P +# --------------- +# Check whether a file is executable. +m4_ifndef([AS_EXECUTABLE_P], +[m4_defun([AS_EXECUTABLE_P], +[AS_REQUIRE([_AS_TEST_PREPARE])dnl +$as_executable_p $1[]dnl +])])# AS_EXECUTABLE_P + ############################################################ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_SED. When it is available in # @@ -11846,18 +12548,19 @@ 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 + 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 +IFS=$as_save_IFS 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 + test ! -f $lt_ac_sed && continue cat /dev/null > conftest.in lt_ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >conftest.in @@ -11884,6 +12587,7 @@ done ]) SED=$lt_cv_path_SED +AC_SUBST([SED]) AC_MSG_RESULT([$SED]) ]) --- kdelibs-3.5.10.dfsg.1.orig/config.h.in +++ kdelibs-3.5.10.dfsg.1/config.h.in @@ -1,8 +1,14 @@ /* config.h.in. Generated from configure.in by autoheader. */ +/* Define if building universal (internal helper macro) */ +#undef AC_APPLE_UNIVERSAL_BUILD + /* Define where aspell data dir is */ #undef ASPELL_DATADIR +/* Avahi API 0.6 */ +#undef AVAHI_API_0_6 + /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP systems. This function is required for `alloca.c' support on those systems. */ @@ -103,9 +109,6 @@ /* Define if your system has Linux Directory Notification */ #undef HAVE_DNOTIFY -/* Define if dns-sd is available */ -#undef HAVE_DNSSD - /* Define if you have OpenEXR */ #undef HAVE_EXR @@ -567,6 +570,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PRCTL_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SELECT_H @@ -594,6 +600,12 @@ /* Define if sys/stat.h declares S_ISSOCK. */ #undef HAVE_S_ISSOCK +/* Define to 1 if you have the `tcgetattr' function. */ +#undef HAVE_TCGETATTR + +/* Define to 1 if you have the `tcsetattr' function. */ +#undef HAVE_TCSETATTR + /* Define to 1 if you have the header file. */ #undef HAVE_TERMIOS_H @@ -816,9 +828,17 @@ /* Defined if compiling without arts */ #undef WITHOUT_ARTS -/* 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 +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#if defined AC_APPLE_UNIVERSAL_BUILD +# if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +# endif +#else +# ifndef WORDS_BIGENDIAN +# undef WORDS_BIGENDIAN +# endif +#endif /* where rgb.txt is in */ #undef X11_RGBFILE --- kdelibs-3.5.10.dfsg.1.orig/Makefile.am +++ kdelibs-3.5.10.dfsg.1/Makefile.am @@ -54,10 +54,8 @@ find $$dirs -maxdepth 1 -name "*.cc" -print >> files ;\ find $$dirs -maxdepth 1 -name "*.h" -print >> files ;\ echo ./kdecore/kde-config.cpp.in >> files ;\ - $(EXTRACTRC) `find $$dirs -maxdepth 1 \( -name "*.rc" -o -name "*.ui" \) ` ./dnssd/kcm_kdnssd.kcfg > rc.cpp; \ - : > kde.pot ;\ + $(EXTRACTRC) `find $$dirs -maxdepth 1 \( -name "*.rc" -o -name "*.ui" \) ` ./dnssd/kcm_kdnssd.kcfg > rc.cpp; $(XGETTEXT) -ktranslate -x qt-messages.pot rc.cpp `cat files` && cat messages.po qt-messages.pot > $(podir)/kdelibs.pot - $(XGETTEXT) common_texts.cpp -o kde.pot rm -f dirs EXTRA_DIST = admin kde.pot \ --- kdelibs-3.5.10.dfsg.1.orig/Makefile.in +++ kdelibs-3.5.10.dfsg.1/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -128,6 +128,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -242,7 +244,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -270,6 +271,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -279,6 +281,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -307,6 +310,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -357,6 +361,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -414,6 +419,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -421,7 +427,7 @@ xdg_appsdir = @xdg_appsdir@ xdg_directorydir = @xdg_directorydir@ xdg_menudir = @xdg_menudir@ -COMPILE_FIRST = dcop libltdl kdefx kdecore kunittest kdeui kdesu kjs kwallet kio +COMPILE_FIRST = dcop libltdl kdefx kdecore kunittest kdeui kdesu kjs kwallet kio kded kded_post AUTOMAKE_OPTIONS = foreign 1.6.1 potdir = $(kde_includes) pot_DATA = kde.pot @@ -440,7 +446,7 @@ .SUFFIXES: am--refresh: @: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/admin/Doxyfile.am $(srcdir)/admin/deps.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/admin/Doxyfile.am $(srcdir)/admin/deps.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ @@ -482,12 +488,12 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck -$(top_srcdir)/configure: $(am__configure_deps) +$(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): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) config.h: stamp-h1 @@ -499,7 +505,7 @@ 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: $(am__configure_deps) +$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_srcdir) && $(AUTOHEADER) rm -f stamp-h1 touch $@ @@ -514,7 +520,7 @@ -rm -rf .libs _libs distclean-libtool: - -rm -f libtool + -rm -f libtool config.lt install-potDATA: $(pot_DATA) @$(NORMAL_INSTALL) test -z "$(potdir)" || $(MKDIR_P) "$(DESTDIR)$(potdir)" @@ -608,7 +614,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -960,10 +966,8 @@ find $$dirs -maxdepth 1 -name "*.cc" -print >> files ;\ find $$dirs -maxdepth 1 -name "*.h" -print >> files ;\ echo ./kdecore/kde-config.cpp.in >> files ;\ - $(EXTRACTRC) `find $$dirs -maxdepth 1 \( -name "*.rc" -o -name "*.ui" \) ` ./dnssd/kcm_kdnssd.kcfg > rc.cpp; \ - : > kde.pot ;\ + $(EXTRACTRC) `find $$dirs -maxdepth 1 \( -name "*.rc" -o -name "*.ui" \) ` ./dnssd/kcm_kdnssd.kcfg > rc.cpp; $(XGETTEXT) -ktranslate -x qt-messages.pot rc.cpp `cat files` && cat messages.po qt-messages.pot > $(podir)/kdelibs.pot - $(XGETTEXT) common_texts.cpp -o kde.pot rm -f dirs dist-hook: @@ -1124,7 +1128,7 @@ .NOEXPORT: #>+ 2 -KDE_DIST=Mainpage.dox configure.files Makefile.am.in.wo aclocal.m4 Makefile.am.in COPYING-DOCS subdirs Makefile.in KDE3PORTING.html config.h.in configure.in Makefile.cvs acinclude.m4 Makefile.am +KDE_DIST=Mainpage.dox files configure.files Makefile.am.in.wo aclocal.m4 messages.po LIST Makefile.am.in stamp-h.in COPYING-DOCS subdirs Makefile.in KDE3PORTING.html config.h.in configure.in Makefile.cvs Makefile.am acinclude.m4 configure #>+ 2 docs-am: --- kdelibs-3.5.10.dfsg.1.orig/configure +++ kdelibs-3.5.10.dfsg.1/configure @@ -1,9 +1,9 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61. +# Generated by GNU Autoconf 2.63. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## --------------------- ## @@ -15,7 +15,7 @@ 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 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -37,17 +37,45 @@ as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + # 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 + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } fi # Support unset when possible. @@ -63,8 +91,6 @@ # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) -as_nl=' -' IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. @@ -87,7 +113,7 @@ as_myself=$0 fi if test ! -f "$as_myself"; then - echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi @@ -100,17 +126,10 @@ 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) >/dev/null 2>&1 && $as_unset $as_var - fi -done +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && @@ -132,7 +151,7 @@ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X/"$0" | +$as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -158,7 +177,7 @@ as_have_required=no fi - if test $as_have_required = yes && (eval ": + if test $as_have_required = yes && (eval ": (as_func_return () { (exit \$1) } @@ -240,7 +259,7 @@ 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 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -261,7 +280,7 @@ 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 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -341,10 +360,10 @@ if test "x$CONFIG_SHELL" != x; then for as_var in BASH_ENV ENV - do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - done - export CONFIG_SHELL - exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + done + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} fi @@ -413,9 +432,10 @@ test \$exitcode = 0") || { echo No shell found that supports shell functions. - echo Please tell autoconf@gnu.org about your system, - echo including any error possibly output before this - echo message + echo Please tell bug-autoconf@gnu.org about your system, + echo including any error possibly output before this message. + echo This can help us improve future autoconf versions. + echo Configuration will now proceed without shell functions. } @@ -451,7 +471,7 @@ s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || - { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { $as_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 @@ -479,7 +499,6 @@ *) ECHO_N='-n';; esac - if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr @@ -492,19 +511,22 @@ rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir - mkdir conf$$.dir + mkdir conf$$.dir 2>/dev/null fi -echo >conf$$.file -if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else as_ln_s='cp -p' -elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln + fi else as_ln_s='cp -p' fi @@ -529,10 +551,10 @@ as_test_x=' eval sh -c '\'' if test -d "$1"; then - test -d "$1/."; + test -d "$1/."; else case $1 in - -*)set "./$1";; + -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in ???[sx]*):;;*)false;;esac;fi @@ -586,15 +608,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 @@ -768,431 +790,509 @@ # include #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 -datarootdir -datadir -sysconfdir -sharedstatedir -localstatedir -includedir -oldincludedir -docdir -infodir -htmldir -dvidir -pdfdir -psdir -libdir -localedir -mandir -DEFS -ECHO_C -ECHO_N -ECHO_T -LIBS +ac_subst_vars='LTLIBOBJS +LIBOBJS +kate_SUBDIR_included_FALSE +kate_SUBDIR_included_TRUE +kdewidgets_SUBDIR_included_FALSE +kdewidgets_SUBDIR_included_TRUE +interfaces_SUBDIR_included_FALSE +interfaces_SUBDIR_included_TRUE +khtml_SUBDIR_included_FALSE +khtml_SUBDIR_included_TRUE +kcmshell_SUBDIR_included_FALSE +kcmshell_SUBDIR_included_TRUE +kmdi_SUBDIR_included_FALSE +kmdi_SUBDIR_included_TRUE +kspell2_SUBDIR_included_FALSE +kspell2_SUBDIR_included_TRUE +kabc_SUBDIR_included_FALSE +kabc_SUBDIR_included_TRUE +kdeprint_SUBDIR_included_FALSE +kdeprint_SUBDIR_included_TRUE +kinit_SUBDIR_included_FALSE +kinit_SUBDIR_included_TRUE +kcert_SUBDIR_included_FALSE +kcert_SUBDIR_included_TRUE +doc_SUBDIR_included_FALSE +doc_SUBDIR_included_TRUE +pics_SUBDIR_included_FALSE +pics_SUBDIR_included_TRUE +mimetypes_SUBDIR_included_FALSE +mimetypes_SUBDIR_included_TRUE +licenses_SUBDIR_included_FALSE +licenses_SUBDIR_included_TRUE +libkscreensaver_SUBDIR_included_FALSE +libkscreensaver_SUBDIR_included_TRUE +libkmid_SUBDIR_included_FALSE +libkmid_SUBDIR_included_TRUE +kutils_SUBDIR_included_FALSE +kutils_SUBDIR_included_TRUE +kstyles_SUBDIR_included_FALSE +kstyles_SUBDIR_included_TRUE +kresources_SUBDIR_included_FALSE +kresources_SUBDIR_included_TRUE +kparts_SUBDIR_included_FALSE +kparts_SUBDIR_included_TRUE +knewstuff_SUBDIR_included_FALSE +knewstuff_SUBDIR_included_TRUE +kioslave_SUBDIR_included_FALSE +kioslave_SUBDIR_included_TRUE +kimgio_SUBDIR_included_FALSE +kimgio_SUBDIR_included_TRUE +kdoctools_SUBDIR_included_FALSE +kdoctools_SUBDIR_included_TRUE +kconf_update_SUBDIR_included_FALSE +kconf_update_SUBDIR_included_TRUE +kab_SUBDIR_included_FALSE +kab_SUBDIR_included_TRUE +dnssd_SUBDIR_included_FALSE +dnssd_SUBDIR_included_TRUE +arts_SUBDIR_included_FALSE +arts_SUBDIR_included_TRUE +kded_post_SUBDIR_included_FALSE +kded_post_SUBDIR_included_TRUE +kded_SUBDIR_included_FALSE +kded_SUBDIR_included_TRUE +kio_SUBDIR_included_FALSE +kio_SUBDIR_included_TRUE +kwallet_SUBDIR_included_FALSE +kwallet_SUBDIR_included_TRUE +kjs_SUBDIR_included_FALSE +kjs_SUBDIR_included_TRUE +kdesu_SUBDIR_included_FALSE +kdesu_SUBDIR_included_TRUE +kdeui_SUBDIR_included_FALSE +kdeui_SUBDIR_included_TRUE +kunittest_SUBDIR_included_FALSE +kunittest_SUBDIR_included_TRUE +kdecore_SUBDIR_included_FALSE +kdecore_SUBDIR_included_TRUE +kdefx_SUBDIR_included_FALSE +kdefx_SUBDIR_included_TRUE +libltdl_SUBDIR_included_FALSE +libltdl_SUBDIR_included_TRUE +dcop_SUBDIR_included_FALSE +dcop_SUBDIR_included_TRUE +TOPSUBDIRS +undefined_symbols_allowed_FALSE +undefined_symbols_allowed_TRUE +LIBASOUND +include_hspell_plugin_FALSE +include_hspell_plugin_TRUE +include_aspell_plugin_FALSE +include_aspell_plugin_TRUE +PCRECFLAGS +LIBPCRE +GSSAPI_RPATH +GSSAPI_LIBS +GSSAPI_INCS +include_bzip2_FALSE +include_bzip2_TRUE +LIBSSL +SSL_LDFLAGS +SSL_INCLUDES +LIBVOLMGT +LIBFAM +KDEINIT_SETUID +KDEINIT_XFT_INCLUDES +include_EXR_MODULES_FALSE +include_EXR_MODULES_TRUE +include_JP2_MODULES_FALSE +include_JP2_MODULES_TRUE +include_TIFF_MODULES_FALSE +include_TIFF_MODULES_TRUE +EXR_FLAGS +LIB_EXR +LIB_JASPER +LIBTIFF +KJAVA_POLICYPATH +LIBTHAI +DOJAVA_FALSE +DOJAVA_TRUE +MEINPROC_DEP +HELP_SUBDIR +LIBXML_RPATH +LIBXML_CFLAGS +LIBXML_LIBS +LIBXSLT_RPATH +LIBXSLT_CFLAGS +LIBXSLT_LIBS +include_BZIP2_FALSE +include_BZIP2_TRUE +LIBBZ2 +path_sudo +path_su +cups_modeldir +LIB_CUPS +include_cups_SUBDIR_FALSE +include_cups_SUBDIR_TRUE +kde_cups_config +KDE_FORCE_INLINE +include_SVGICONS_FALSE +include_SVGICONS_TRUE +LIBART_RPATH +LIBART_CFLAGS +LIBART_LIBS +LIB_IDN +LUA_LIBS +LUA_INCLUDES +LUA +AVAHI_LIBS +AVAHI_CFLAGS +have_pkg_config +MD5SUM +include_VERSION_SCRIPT_FALSE +include_VERSION_SCRIPT_TRUE +KDE_HAS_DOXYGEN +DOXYGEN_PROJECT_NUMBER +DOXYGEN_PROJECT_NAME +DOXYGEN +KDE_HAVE_DOT +QTDOCDIR +LIBUTEMPTER +ICE_RLIB +ICE_SUBDIR +HAVE_MITSHM +HAVE_SENDFILE +EXTRA_SUBDIRS +LIB_KIMGIO +LIBICE +QNAMESPACE_H +LIB_KFM +LIB_KFILE +LIB_KSYCOCA +LIB_KUNITTEST +LIB_KDNSSD +LIB_KNEWSTUFF +LIB_KIMPROXY +LIB_KDEPIM +LIB_KUTILS +LIB_KDEPRINT +LIB_KPARTS +LIB_KSPELL +LIB_KHTML +LIB_KABC +LIB_KAB +LIB_SMB +LIB_KJS +LIB_KIO +LIB_KDEUI +LIB_KDECORE +LIB_KDED +kde_widgetdir +kde_styledir +kdeinitdir +kde_moduledir +kde_servicetypesdir +kde_servicesdir +kde_templatesdir +xdg_directorydir +xdg_menudir +xdg_appsdir +kde_bindir +kde_wallpaperdir +kde_mimedir +kde_kcfgdir +kde_confdir +kde_locale +kde_datadir +kde_sounddir +kde_icondir +kde_appsdir +kde_htmldir +XMLLINT +KDE_XSL_STYLESHEET +MEINPROC +ARTSCCONFIG +MCOPIDL +DCOP_DEPENDENCIES +DCOPIDL2CPP +DCOPIDL +DCOPIDLNG +KCFG_DEPENDENCIES +KCONFIG_COMPILER +MAKEKDEWIDGETS +include_ARTS_FALSE +include_ARTS_TRUE +AUTODIRS +all_libraries +all_includes +KDE_INCLUDES +KDE_LDFLAGS +kde_includes +kde_libraries +X_RPATH +KDE_RPATH +KDE_EXTRA_RPATH +kde_qtver +LIB_QPE +LIB_QT +LIB_QT_EXT +UIC_TR +UIC +MOC +PERL +QT_LDFLAGS +QT_INCLUDES +qt_includes +qt_libraries +LIBJPEG +LIBPNG +LIBZ +USER_LDFLAGS +USER_INCLUDES +KDE_MT_LIBS +KDE_MT_LDFLAGS +USE_THREADS +LIBPTHREAD +PKG_CONFIG +LIB_XEXT +QTE_NORTTI +x_libraries +x_includes +X_LDFLAGS +X_INCLUDES +LIBSM +LIB_XRENDER +LIB_X11 +X_PRE_LIBS +XMKMF +include_x11_FALSE +include_x11_TRUE +KDE_USE_PIE +KDE_USE_FPIE +LIBDL +LIBUCB +X_EXTRA_LIBS +LIBSOCKET +FRAMEWORK_COREAUDIO +LIB_POLL +LIBRESOLV +LIBCRYPT +LIBCOMPAT +LIBUTIL +ACL_LIBS +ALLOCA +XGETTEXT +GMSGFMT +MSGFMT +LIBADD_DL +CONVENIENCE_LTDL_FALSE +CONVENIENCE_LTDL_TRUE +INSTALL_LTDL_FALSE +INSTALL_LTDL_TRUE +KDE_CHECK_PLUGIN +KDE_PLUGIN +LIBTOOL +ac_ct_F77 +FFLAGS +F77 +RANLIB +AR +ECHO +LN_S +EGREP +GREP +SED +KDE_USE_NMCHECK_FALSE +KDE_USE_NMCHECK_TRUE +KDE_NO_UNDEFINED +KDE_USE_CLOSURE_FALSE +KDE_USE_CLOSURE_TRUE +KDE_USE_FINAL_FALSE +KDE_USE_FINAL_TRUE +LDFLAGS_NEW_DTAGS +LDFLAGS_AS_NEEDED +ENABLE_PERMISSIVE_FLAG +NOOPT_CFLAGS +NOOPT_CXXFLAGS +CXXCPP +USE_RTTI +USE_EXCEPTIONS +unsermake_enable_pch_FALSE +unsermake_enable_pch_TRUE +HAVE_GCC_VISIBILITY +WOVERLOADED_VIRTUAL +am__fastdepCXX_FALSE +am__fastdepCXX_TRUE +CXXDEPMODE +ac_ct_CXX +CXXFLAGS +CXX +CPP +am__fastdepCC_FALSE +am__fastdepCC_TRUE +CCDEPMODE +AMDEPBACKSLASH +AMDEP_FALSE +AMDEP_TRUE +am__quote +am__include +DEPDIR +OBJEXT +EXEEXT +ac_ct_CC +CPPFLAGS +LDFLAGS +CFLAGS +CC +MAINT +MAINTAINER_MODE_FALSE +MAINTAINER_MODE_TRUE +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_os +target_vendor +target_cpu +target +host_os +host_vendor +host_cpu +host +build_os +build_vendor +build_cpu +build +CONF_FILES +kde_libs_htmldir +kde_libs_prefix +target_alias +host_alias build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_fast_perl +enable_maintainer_mode +enable_debug +enable_dummyoption +enable_strict +enable_warnings +enable_profile +enable_dependency_tracking +enable_pch +enable_coverage +enable_new_ldflags +enable_final +enable_closure +enable_nmcheck +enable_shared +enable_static +enable_libsuffix +enable_fast_install +with_gnu_ld +enable_libtool_lock +with_pic +with_tags +enable_ltdl_install +with_acl +enable_pie +enable_embedded +enable_qtopia +enable_mac +enable_mt +enable_threading +with_extra_includes +with_extra_libs +with_qt_dir +with_qt_includes +with_qt_libraries +enable_rpath +enable_gcc_hidden_visibility +with_arts +enable_sendfile +enable_mitshm +with_rgbfile +with_distribution +with_utempter +with_lua +with_lua_dir +with_lua_includes +with_lua_libraries +enable_openpty +with_libidn +with_libart +enable_fast_malloc +enable_cups +with_sudo_kdesu_backend +with_libthai +with_tiff +with_jasper +with_openexr +enable_libfam +enable_dnotify +enable_inotify +with_ssl_dir +with_ssl +with_gssapi +enable_pcre +with_aspell +with_hspell +with_alsa +' + ac_precious_vars='build_alias host_alias target_alias -kde_libs_prefix -kde_libs_htmldir -CONF_FILES -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 -am__isrc -CYGPATH_W -PACKAGE -VERSION -ACLOCAL -AUTOCONF -AUTOMAKE -AUTOHEADER -MAKEINFO -install_sh -STRIP -INSTALL_STRIP_PROGRAM -mkdir_p -AWK -SET_MAKE -am__leading_dot -AMTAR -am__tar -am__untar 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 -GREP -EGREP -LN_S -ECHO -AR -RANLIB -F77 -FFLAGS -ac_ct_F77 -LIBTOOL -KDE_PLUGIN -KDE_CHECK_PLUGIN -INSTALL_LTDL_TRUE -INSTALL_LTDL_FALSE -CONVENIENCE_LTDL_TRUE -CONVENIENCE_LTDL_FALSE -LIBADD_DL -MSGFMT -GMSGFMT -XGETTEXT -ALLOCA -ACL_LIBS -LIBUTIL -LIBCOMPAT -LIBCRYPT -LIBRESOLV -LIB_POLL -FRAMEWORK_COREAUDIO -LIBSOCKET -X_EXTRA_LIBS -LIBUCB -LIBDL -KDE_USE_FPIE -KDE_USE_PIE -include_x11_TRUE -include_x11_FALSE -XMKMF -X_PRE_LIBS -LIB_X11 -LIB_XRENDER -LIBSM -X_INCLUDES -X_LDFLAGS -x_includes -x_libraries -QTE_NORTTI -LIB_XEXT -PKG_CONFIG -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_KDED -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 -QNAMESPACE_H -LIBICE -LIB_KIMGIO -EXTRA_SUBDIRS -HAVE_SENDFILE -HAVE_MITSHM -ICE_SUBDIR -ICE_RLIB -LIBUTEMPTER -QTDOCDIR -KDE_HAVE_DOT -DOXYGEN -DOXYGEN_PROJECT_NAME -DOXYGEN_PROJECT_NUMBER -KDE_HAS_DOXYGEN -include_VERSION_SCRIPT_TRUE -include_VERSION_SCRIPT_FALSE -MD5SUM -LIB_DNSSD -HAVE_DNSSD_TRUE -HAVE_DNSSD_FALSE -LUA -LUA_INCLUDES -LUA_LIBS -LIB_IDN -LIBART_LIBS -LIBART_CFLAGS -LIBART_RPATH -include_SVGICONS_TRUE -include_SVGICONS_FALSE -KDE_FORCE_INLINE -kde_cups_config -include_cups_SUBDIR_TRUE -include_cups_SUBDIR_FALSE -LIB_CUPS -cups_modeldir -path_su -path_sudo -LIBBZ2 -include_BZIP2_TRUE -include_BZIP2_FALSE -LIBXSLT_LIBS -LIBXSLT_CFLAGS -LIBXSLT_RPATH -LIBXML_LIBS -LIBXML_CFLAGS -LIBXML_RPATH -HELP_SUBDIR -MEINPROC_DEP -DOJAVA_TRUE -DOJAVA_FALSE -LIBTHAI -KJAVA_POLICYPATH -LIBTIFF -LIB_JASPER -LIB_EXR -EXR_FLAGS -include_TIFF_MODULES_TRUE -include_TIFF_MODULES_FALSE -include_JP2_MODULES_TRUE -include_JP2_MODULES_FALSE -include_EXR_MODULES_TRUE -include_EXR_MODULES_FALSE -KDEINIT_XFT_INCLUDES -KDEINIT_SETUID -LIBFAM -LIBVOLMGT -SSL_INCLUDES -SSL_LDFLAGS -LIBSSL -include_bzip2_TRUE -include_bzip2_FALSE -GSSAPI_INCS -GSSAPI_LIBS -GSSAPI_RPATH -LIBPCRE -PCRECFLAGS -include_aspell_plugin_TRUE -include_aspell_plugin_FALSE -include_hspell_plugin_TRUE -include_hspell_plugin_FALSE -LIBASOUND -undefined_symbols_allowed_TRUE -undefined_symbols_allowed_FALSE -TOPSUBDIRS -dcop_SUBDIR_included_TRUE -dcop_SUBDIR_included_FALSE -libltdl_SUBDIR_included_TRUE -libltdl_SUBDIR_included_FALSE -kdefx_SUBDIR_included_TRUE -kdefx_SUBDIR_included_FALSE -kdecore_SUBDIR_included_TRUE -kdecore_SUBDIR_included_FALSE -kunittest_SUBDIR_included_TRUE -kunittest_SUBDIR_included_FALSE -kdeui_SUBDIR_included_TRUE -kdeui_SUBDIR_included_FALSE -kdesu_SUBDIR_included_TRUE -kdesu_SUBDIR_included_FALSE -kjs_SUBDIR_included_TRUE -kjs_SUBDIR_included_FALSE -kwallet_SUBDIR_included_TRUE -kwallet_SUBDIR_included_FALSE -kio_SUBDIR_included_TRUE -kio_SUBDIR_included_FALSE -arts_SUBDIR_included_TRUE -arts_SUBDIR_included_FALSE -dnssd_SUBDIR_included_TRUE -dnssd_SUBDIR_included_FALSE -kab_SUBDIR_included_TRUE -kab_SUBDIR_included_FALSE -kconf_update_SUBDIR_included_TRUE -kconf_update_SUBDIR_included_FALSE -kded_SUBDIR_included_TRUE -kded_SUBDIR_included_FALSE -kdoctools_SUBDIR_included_TRUE -kdoctools_SUBDIR_included_FALSE -kimgio_SUBDIR_included_TRUE -kimgio_SUBDIR_included_FALSE -kioslave_SUBDIR_included_TRUE -kioslave_SUBDIR_included_FALSE -knewstuff_SUBDIR_included_TRUE -knewstuff_SUBDIR_included_FALSE -kparts_SUBDIR_included_TRUE -kparts_SUBDIR_included_FALSE -kresources_SUBDIR_included_TRUE -kresources_SUBDIR_included_FALSE -kstyles_SUBDIR_included_TRUE -kstyles_SUBDIR_included_FALSE -kutils_SUBDIR_included_TRUE -kutils_SUBDIR_included_FALSE -libkmid_SUBDIR_included_TRUE -libkmid_SUBDIR_included_FALSE -libkscreensaver_SUBDIR_included_TRUE -libkscreensaver_SUBDIR_included_FALSE -licenses_SUBDIR_included_TRUE -licenses_SUBDIR_included_FALSE -mimetypes_SUBDIR_included_TRUE -mimetypes_SUBDIR_included_FALSE -pics_SUBDIR_included_TRUE -pics_SUBDIR_included_FALSE -doc_SUBDIR_included_TRUE -doc_SUBDIR_included_FALSE -kcert_SUBDIR_included_TRUE -kcert_SUBDIR_included_FALSE -kinit_SUBDIR_included_TRUE -kinit_SUBDIR_included_FALSE -kdeprint_SUBDIR_included_TRUE -kdeprint_SUBDIR_included_FALSE -kabc_SUBDIR_included_TRUE -kabc_SUBDIR_included_FALSE -kspell2_SUBDIR_included_TRUE -kspell2_SUBDIR_included_FALSE -kmdi_SUBDIR_included_TRUE -kmdi_SUBDIR_included_FALSE -kcmshell_SUBDIR_included_TRUE -kcmshell_SUBDIR_included_FALSE -khtml_SUBDIR_included_TRUE -khtml_SUBDIR_included_FALSE -interfaces_SUBDIR_included_TRUE -interfaces_SUBDIR_included_FALSE -kdewidgets_SUBDIR_included_TRUE -kdewidgets_SUBDIR_included_FALSE -kate_SUBDIR_included_TRUE -kate_SUBDIR_included_FALSE -LIBOBJS -LTLIBOBJS' -ac_subst_files='' - ac_precious_vars='build_alias -host_alias -target_alias -CC -CFLAGS -LDFLAGS -LIBS +LIBS CPPFLAGS CPP CXX @@ -1201,12 +1301,15 @@ CXXCPP F77 FFLAGS -XMKMF' +XMKMF +PKG_CONFIG' # Initialize some variables set by options. ac_init_help= ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null @@ -1305,13 +1408,21 @@ datarootdir=$ac_optarg ;; -disable-* | --disable-*) - ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + ac_useropt=`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 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` - eval enable_$ac_feature=no ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; @@ -1324,13 +1435,21 @@ dvidir=$ac_optarg ;; -enable-* | --enable-*) - ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + ac_useropt=`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 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` - eval enable_$ac_feature=\$ac_optarg ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ @@ -1521,22 +1640,38 @@ ac_init_version=: ;; -with-* | --with-*) - ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + ac_useropt=`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 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_package=`echo $ac_package | sed 's/[-.]/_/g'` - eval with_$ac_package=\$ac_optarg ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) - ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` + ac_useropt=`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 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_package=`echo $ac_package | sed 's/[-.]/_/g'` - eval with_$ac_package=no ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. @@ -1556,7 +1691,7 @@ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; - -*) { echo "$as_me: error: unrecognized option: $ac_option + -*) { $as_echo "$as_me: error: unrecognized option: $ac_option Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; @@ -1565,16 +1700,16 @@ 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 + { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 { (exit 1); exit 1; }; } 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 + $as_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 + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ;; @@ -1583,22 +1718,38 @@ if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` - { echo "$as_me: error: missing argument to $ac_option" >&2 + { $as_echo "$as_me: error: missing argument to $ac_option" >&2 { (exit 1); exit 1; }; } fi -# Be sure to have absolute directory names. +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 + { (exit 1); exit 1; }; } ;; + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac - { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 + { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 { (exit 1); exit 1; }; } done @@ -1613,7 +1764,7 @@ 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. + $as_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 @@ -1629,10 +1780,10 @@ ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || - { echo "$as_me: error: Working directory cannot be determined" >&2 + { $as_echo "$as_me: error: working directory cannot be determined" >&2 { (exit 1); exit 1; }; } test "X$ac_ls_di" = "X$ac_pwd_ls_di" || - { echo "$as_me: error: pwd does not report name of working directory" >&2 + { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 { (exit 1); exit 1; }; } @@ -1640,12 +1791,12 @@ if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. - ac_confdir=`$as_dirname -- "$0" || -$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$0" : 'X\(//\)[^/]' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X"$0" | + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -1672,12 +1823,12 @@ fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 + { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 { (exit 1); exit 1; }; } fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( - cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 + cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 { (exit 1); exit 1; }; } pwd)` # When building in place, set srcdir=. @@ -1726,9 +1877,9 @@ Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX - [$ac_default_prefix] + [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX - [PREFIX] + [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify @@ -1738,25 +1889,25 @@ 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] - --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] - --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] - --datadir=DIR read-only architecture-independent data [DATAROOTDIR] - --infodir=DIR info documentation [DATAROOTDIR/info] - --localedir=DIR locale-dependent data [DATAROOTDIR/locale] - --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] - --htmldir=DIR html documentation [DOCDIR] - --dvidir=DIR dvi documentation [DOCDIR] - --pdfdir=DIR pdf documentation [DOCDIR] - --psdir=DIR ps documentation [DOCDIR] + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --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] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF @@ -1778,9 +1929,12 @@ cat <<\_ACEOF Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --disable-fast-perl disable fast Makefile generation (needs perl) + --enable-maintainer-mode enable make rules and dependencies not useful + (and sometimes confusing) to the casual installer --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 @@ -1815,7 +1969,6 @@ toolchain hidden visibility default=no --enable-sendfile enable the use of sendfile() (Linux only) --enable-mitshm use MIT-SHM for pixmap loading/saving - --disable-dnssd don't require libdns_sd (browsing and publishing DNS-SD services will not be possible) --disable-openpty disable openpty (UNIX98 terminals) support default=enabled --enable-fast-malloc Use own malloc implementation : yes,no,full,debug --disable-cups disable CUPS support default=auto @@ -1880,6 +2033,7 @@ F77 Fortran 77 compiler command FFLAGS Fortran 77 compiler flags XMKMF Path to xmkmf, Makefile generator for X Window System + PKG_CONFIG path to pkg-config utility Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. @@ -1891,15 +2045,17 @@ if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue - test -d "$ac_dir" || continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; @@ -1935,7 +2091,7 @@ echo && $SHELL "$ac_srcdir/configure" --help=recursive else - echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done @@ -1945,10 +2101,10 @@ if $ac_init_version; then cat <<\_ACEOF configure -generated by GNU Autoconf 2.61 +generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF @@ -1959,7 +2115,7 @@ running configure, to aid debugging if configure makes a mistake. It was created by $as_me, which was -generated by GNU Autoconf 2.61. Invocation command line was +generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ @@ -1995,7 +2151,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - echo "PATH: $as_dir" + $as_echo "PATH: $as_dir" done IFS=$as_save_IFS @@ -2030,7 +2186,7 @@ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) - ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; @@ -2082,11 +2238,12 @@ case $ac_val in #( *${as_nl}*) case $ac_var in #( - *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) $as_unset $ac_var ;; esac ;; esac @@ -2116,9 +2273,9 @@ do eval ac_val=\$$ac_var case $ac_val in - *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac - echo "$ac_var='\''$ac_val'\''" + $as_echo "$ac_var='\''$ac_val'\''" done | sort echo @@ -2133,9 +2290,9 @@ do eval ac_val=\$$ac_var case $ac_val in - *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac - echo "$ac_var='\''$ac_val'\''" + $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi @@ -2151,8 +2308,8 @@ echo fi test "$ac_signal" != 0 && - echo "$as_me: caught signal $ac_signal" - echo "$as_me: exit $exit_status" + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && @@ -2194,21 +2351,24 @@ # Let the site file select an alternate cache file if it wants to. -# Prefer explicitly selected file to automatically selected ones. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE if test -n "$CONFIG_SITE"; then - set x "$CONFIG_SITE" + ac_site_file1=$CONFIG_SITE elif test "x$prefix" != xNONE; then - set x "$prefix/share/config.site" "$prefix/etc/config.site" + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site else - set x "$ac_default_prefix/share/config.site" \ - "$ac_default_prefix/etc/config.site" + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site fi -shift -for ac_site_file +for ac_site_file in "$ac_site_file1" "$ac_site_file2" do + test "x$ac_site_file" = xNONE && continue 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;} + { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" fi @@ -2218,16 +2378,16 @@ # 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;} + { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi @@ -2241,29 +2401,38 @@ 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;} + { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 +$as_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=: + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 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=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in @@ -2273,10 +2442,12 @@ 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;} + { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 +$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; } fi @@ -2320,8 +2491,8 @@ 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;} + { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in admin \"$srcdir\"/admin" >&5 +$as_echo "$as_me: error: cannot find install-sh or install.sh in admin \"$srcdir\"/admin" >&2;} { (exit 1); exit 1; }; } fi @@ -2378,34 +2549,34 @@ # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || - { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 -echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} + { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 +$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/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; } +{ $as_echo "$as_me:$LINENO: checking build system type" >&5 +$as_echo_n "checking build system type... " >&6; } if test "${ac_cv_build+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && - { { 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;} + { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 +$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} { (exit 1); exit 1; }; } ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || - { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 -echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} + { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 +$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 +$as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; -*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 -echo "$as_me: error: invalid value of canonical build" >&2;} +*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 +$as_echo "$as_me: error: invalid value of canonical build" >&2;} { (exit 1); exit 1; }; };; esac build=$ac_cv_build @@ -2422,27 +2593,27 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac -{ echo "$as_me:$LINENO: checking host system type" >&5 -echo $ECHO_N "checking host system type... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking host system type" >&5 +$as_echo_n "checking host system type... " >&6; } if test "${ac_cv_host+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || - { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 -echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} + { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 +$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} { (exit 1); exit 1; }; } fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 -echo "${ECHO_T}$ac_cv_host" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 +$as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; -*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 -echo "$as_me: error: invalid value of canonical host" >&2;} +*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 +$as_echo "$as_me: error: invalid value of canonical host" >&2;} { (exit 1); exit 1; }; };; esac host=$ac_cv_host @@ -2459,27 +2630,27 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac -{ echo "$as_me:$LINENO: checking target system type" >&5 -echo $ECHO_N "checking target system type... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking target system type" >&5 +$as_echo_n "checking target system type... " >&6; } if test "${ac_cv_target+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "x$target_alias" = x; then ac_cv_target=$ac_cv_host else ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || - { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 -echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} + { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 +$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} { (exit 1); exit 1; }; } fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5 -echo "${ECHO_T}$ac_cv_target" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5 +$as_echo "$ac_cv_target" >&6; } case $ac_cv_target in *-*-*) ;; -*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 -echo "$as_me: error: invalid value of canonical target" >&2;} +*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 +$as_echo "$as_me: error: invalid value of canonical target" >&2;} { (exit 1); exit 1; }; };; esac target=$ac_cv_target @@ -2507,13 +2678,10 @@ # 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. +# Double any \ or $. # 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 -f conftest.sed +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` am__api_version='1.10' @@ -2536,11 +2704,12 @@ # 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; } +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH @@ -2569,17 +2738,29 @@ # 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 + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi fi fi done done ;; esac + done IFS=$as_save_IFS +rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then @@ -2592,8 +2773,8 @@ INSTALL=$ac_install_sh fi fi -{ echo "$as_me:$LINENO: result: $INSTALL" >&5 -echo "${ECHO_T}$INSTALL" >&6; } +{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. @@ -2607,8 +2788,8 @@ 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; } + { $as_echo "$as_me:$LINENO: checking for -p flag to install" >&5 +$as_echo_n "checking for -p flag to install... " >&6; } rm -f confinst.$$.* > /dev/null 2>&1 echo "Testtest" > confinst.$$.orig ac_res=no @@ -2620,8 +2801,8 @@ fi fi rm -f confinst.$$.* - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi if test -z "$kde_save_INSTALL_PROGRAM_given" ; then @@ -2631,8 +2812,8 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } # Just in case sleep 1 echo timestamp > conftest.file @@ -2655,9 +2836,9 @@ # 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 + { { $as_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 +$as_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 @@ -2668,14 +2849,14 @@ # Ok. : else - { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! + { { $as_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! +$as_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; } +{ $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` @@ -2685,15 +2866,15 @@ 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;} + { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi -{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 -echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if test "${ac_cv_path_mkdir+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin @@ -2728,8 +2909,8 @@ MKDIR_P="$ac_install_sh -d" fi fi -{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5 -echo "${ECHO_T}$MKDIR_P" >&6; } +{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5 +$as_echo "$MKDIR_P" >&6; } mkdir_p="$MKDIR_P" case $mkdir_p in @@ -2741,10 +2922,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AWK+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. @@ -2757,7 +2938,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2768,22 +2949,23 @@ fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then - { echo "$as_me:$LINENO: result: $AWK" >&5 -echo "${ECHO_T}$AWK" >&6; } + { $as_echo "$as_me:$LINENO: result: $AWK" >&5 +$as_echo "$AWK" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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 x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh @@ -2800,12 +2982,12 @@ rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } SET_MAKE= else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi @@ -2824,8 +3006,8 @@ am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if 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;} + { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 +$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} { (exit 1); exit 1; }; } fi fi @@ -2841,7 +3023,7 @@ # Define the identity of the package. - PACKAGE=kdelibs + PACKAGE=kdelibs.dfsg.1 VERSION="3.5.10" @@ -2880,10 +3062,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_STRIP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. @@ -2896,7 +3078,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2907,11 +3089,11 @@ fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then - { echo "$as_me:$LINENO: result: $STRIP" >&5 -echo "${ECHO_T}$STRIP" >&6; } + { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2920,10 +3102,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. @@ -2936,7 +3118,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2947,11 +3129,11 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then @@ -2959,12 +3141,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&2;} +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP @@ -2988,6 +3166,29 @@ +{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 +$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } + # Check whether --enable-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 + + { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 +$as_echo "$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 + + + # 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: @@ -3001,11 +3202,12 @@ # 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; } +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH @@ -3034,17 +3236,29 @@ # 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 + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi fi fi done done ;; esac + done IFS=$as_save_IFS +rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then @@ -3057,8 +3271,8 @@ INSTALL=$ac_install_sh fi fi -{ echo "$as_me:$LINENO: result: $INSTALL" >&5 -echo "${ECHO_T}$INSTALL" >&6; } +{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. @@ -3083,8 +3297,8 @@ .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; } +{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 +$as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= _am_result=none @@ -3111,8 +3325,8 @@ fi -{ echo "$as_me:$LINENO: result: $_am_result" >&5 -echo "${ECHO_T}$_am_result" >&6; } +{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5 +$as_echo "$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. @@ -3218,10 +3432,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -3234,7 +3448,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3245,11 +3459,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -3258,10 +3472,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. @@ -3274,7 +3488,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3285,11 +3499,11 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then @@ -3297,12 +3511,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&2;} +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC @@ -3315,10 +3525,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -3331,7 +3541,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3342,11 +3552,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -3355,10 +3565,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -3376,7 +3586,7 @@ continue fi ac_cv_prog_CC="cc" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3399,11 +3609,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -3414,10 +3624,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -3430,7 +3640,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3441,11 +3651,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -3458,10 +3668,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. @@ -3474,7 +3684,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3485,11 +3695,11 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -3501,12 +3711,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&2;} +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC @@ -3516,44 +3722,50 @@ fi -test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH +test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_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 +$as_echo "$as_me: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&2;} - { (exit 1); exit 1; }; } + { (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` +$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -v >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -V >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF @@ -3572,27 +3784,22 @@ } _ACEOF ac_clean_files_save=$ac_clean_files -ac_clean_files="$ac_clean_files a.out a.exe b.out" +ac_clean_files="$ac_clean_files a.out a.out.dSYM 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[^ ]*//'` -# -# List of possible output files, starting from the most likely. -# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) -# only as a last resort. b.out is created by i960 compilers. -ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' -# -# The IRIX 6 linker writes into existing files which may not be -# executable, retaining their permissions. Remove them first so a -# subsequent execution test works. +{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 +$as_echo_n "checking for C compiler default output file name... " >&6; } +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + ac_rmfiles= for ac_file in $ac_files do case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done @@ -3603,10 +3810,11 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link_default") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' @@ -3617,7 +3825,7 @@ do test -f "$ac_file" || continue case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most @@ -3644,25 +3852,27 @@ ac_file='' fi -{ echo "$as_me:$LINENO: result: $ac_file" >&5 -echo "${ECHO_T}$ac_file" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5 +$as_echo "$ac_file" >&6; } if test -z "$ac_file"; then - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -{ { echo "$as_me:$LINENO: error: C compiler cannot create executables +{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_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 +$as_echo "$as_me: error: C compiler cannot create executables See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } + { (exit 77); exit 77; }; }; } fi ac_exeext=$ac_cv_exeext # Check that 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; } +{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 +$as_echo_n "checking whether the C compiler works... " >&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 @@ -3671,49 +3881,53 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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. + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_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. +$as_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; }; } + { (exit 1); exit 1; }; }; } fi fi fi -{ echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } +{ $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } -rm -f a.out a.exe conftest$ac_cv_exeext b.out +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save # Check that 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; } +{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 +$as_echo_n "checking whether we are cross compiling... " >&6; } +{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 +$as_echo "$cross_compiling" >&6; } -{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 -echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 +$as_echo_n "checking for suffix of executables... " >&6; } if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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 @@ -3722,31 +3936,33 @@ 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 | *.map | *.inf | *.o | *.obj ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else - { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_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 +$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&2;} - { (exit 1); exit 1; }; } + { (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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 +$as_echo_n "checking for suffix of object files... " >&6; } if test "${ac_cv_objext+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -3769,40 +3985,43 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else - echo "$as_me: failed program was:" >&5 + $as_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 +{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_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 +$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&2;} - { (exit 1); exit 1; }; } + { (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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -3828,20 +4047,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no @@ -3851,15 +4071,19 @@ 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` +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS -{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +$as_echo_n "checking whether $CC accepts -g... " >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes @@ -3886,20 +4110,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 CFLAGS="" @@ -3924,20 +4149,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_c_werror_flag=$ac_save_c_werror_flag @@ -3963,20 +4189,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -3991,8 +4218,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi -{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 +$as_echo "$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 @@ -4008,10 +4235,10 @@ CFLAGS= fi fi -{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 -echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC @@ -4082,20 +4309,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_c89=$ac_arg else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -4111,15 +4339,15 @@ # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) - { echo "$as_me:$LINENO: result: none needed" >&5 -echo "${ECHO_T}none needed" >&6; } ;; + { $as_echo "$as_me:$LINENO: result: none needed" >&5 +$as_echo "none needed" >&6; } ;; xno) - { echo "$as_me:$LINENO: result: unsupported" >&5 -echo "${ECHO_T}unsupported" >&6; } ;; + { $as_echo "$as_me:$LINENO: result: unsupported" >&5 +$as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" - { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; + { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac @@ -4131,10 +4359,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&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 @@ -4222,8 +4450,8 @@ fi fi -{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 -echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } +{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if @@ -4243,15 +4471,15 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +$as_echo_n "checking how to run the C preprocessor... " >&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 + $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" @@ -4283,20 +4511,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. @@ -4320,13 +4549,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err @@ -4334,7 +4564,7 @@ # Broken: success on invalid input. continue else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. @@ -4359,8 +4589,8 @@ else ac_cv_prog_CPP=$CPP fi -{ echo "$as_me:$LINENO: result: $CPP" >&5 -echo "${ECHO_T}$CPP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $CPP" >&5 +$as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do @@ -4388,20 +4618,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. @@ -4425,13 +4656,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err @@ -4439,7 +4671,7 @@ # Broken: success on invalid input. continue else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. @@ -4455,11 +4687,13 @@ if $ac_preproc_ok; then : else - { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_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 +$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&2;} - { (exit 1); exit 1; }; } + { (exit 1); exit 1; }; }; } fi ac_ext=c @@ -4511,10 +4745,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CXX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CXX"; then ac_cv_prog_CXX="$CXX" # Let the user override the test. @@ -4527,7 +4761,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -4538,11 +4772,11 @@ fi CXX=$ac_cv_prog_CXX if test -n "$CXX"; then - { echo "$as_me:$LINENO: result: $CXX" >&5 -echo "${ECHO_T}$CXX" >&6; } + { $as_echo "$as_me:$LINENO: result: $CXX" >&5 +$as_echo "$CXX" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -4555,10 +4789,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CXX"; then ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. @@ -4571,7 +4805,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -4582,11 +4816,11 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 +$as_echo "$ac_ct_CXX" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -4598,12 +4832,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&2;} +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CXX=$ac_ct_CXX @@ -4613,43 +4843,47 @@ fi 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` +$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 +set X $ac_compile +ac_compiler=$2 { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -v >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -V >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 +$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } if test "${ac_cv_cxx_compiler_gnu+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -4675,20 +4909,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no @@ -4698,15 +4933,19 @@ 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` +{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 +$as_echo "$ac_cv_cxx_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GXX=yes +else + GXX= +fi ac_test_CXXFLAGS=${CXXFLAGS+set} ac_save_CXXFLAGS=$CXXFLAGS -{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 -echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 +$as_echo_n "checking whether $CXX accepts -g... " >&6; } if test "${ac_cv_prog_cxx_g+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_save_cxx_werror_flag=$ac_cxx_werror_flag ac_cxx_werror_flag=yes @@ -4733,20 +4972,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cxx_g=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 CXXFLAGS="" @@ -4771,20 +5011,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cxx_werror_flag=$ac_save_cxx_werror_flag @@ -4810,20 +5051,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cxx_g=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -4838,8 +5080,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cxx_werror_flag=$ac_save_cxx_werror_flag fi -{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 -echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 +$as_echo "$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 @@ -4863,10 +5105,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&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 @@ -4954,8 +5196,8 @@ fi fi -{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 -echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } +{ $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type if @@ -4971,8 +5213,8 @@ - { echo "$as_me:$LINENO: checking whether $CC is blacklisted" >&5 -echo $ECHO_N "checking whether $CC is blacklisted... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether $CC is blacklisted" >&5 +$as_echo_n "checking whether $CC is blacklisted... " >&6; } cat >conftest.$ac_ext <<_ACEOF @@ -5002,20 +5244,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_bad_compiler=no else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_bad_compiler=yes @@ -5024,11 +5267,11 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - { echo "$as_me:$LINENO: result: $kde_bad_compiler" >&5 -echo "${ECHO_T}$kde_bad_compiler" >&6; } + { $as_echo "$as_me:$LINENO: result: $kde_bad_compiler" >&5 +$as_echo "$kde_bad_compiler" >&6; } if test "$kde_bad_compiler" = "yes"; then - { { echo "$as_me:$LINENO: error: + { { $as_echo "$as_me:$LINENO: error: This particular compiler version is blacklisted because it is known to miscompile KDE. Please use a newer version, or @@ -5039,7 +5282,7 @@ it by intention to avoid untraceable bugs or crashes in KDE. " >&5 -echo "$as_me: error: +$as_echo "$as_me: error: This particular compiler version is blacklisted because it is known to miscompile KDE. Please use a newer version, or @@ -5067,11 +5310,11 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -fno-builtin" >&5 +$as_echo_n "checking whether $CXX supports -fno-builtin... " >&6; } kde_cache=`echo fno-builtin | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -5109,26 +5352,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -5142,24 +5389,24 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : CXXFLAGS="-fno-builtin $CXXFLAGS" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -Woverloaded-virtual" >&5 +$as_echo_n "checking whether $CXX supports -Woverloaded-virtual... " >&6; } kde_cache=`echo Woverloaded-virtual | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -5195,26 +5442,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -5228,13 +5479,13 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : WOVERLOADED_VIRTUAL="-Woverloaded-virtual" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } : WOVERLOADED_VRITUAL="" fi @@ -5255,11 +5506,11 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -pg" >&5 +$as_echo_n "checking whether $CXX supports -pg... " >&6; } kde_cache=`echo pg | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -5295,26 +5546,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -5328,16 +5583,16 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : CFLAGS="-pg $CFLAGS" CXXFLAGS="-pg $CXXFLAGS" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } : fi @@ -5352,11 +5607,11 @@ 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 -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; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -Wmissing-format-attribute" >&5 +$as_echo_n "checking whether $CXX supports -Wmissing-format-attribute... " >&6; } kde_cache=`echo Wmissing-format-attribute | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -5392,26 +5647,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -5425,23 +5684,23 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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; } +{ $as_echo "$as_me:$LINENO: checking whether $CC supports -Wmissing-format-attribute" >&5 +$as_echo_n "checking whether $CC supports -Wmissing-format-attribute... " >&6; } kde_cache=`echo Wmissing-format-attribute | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cc_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -5474,26 +5733,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cc_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CFLAGS="$save_CFLAGS" @@ -5507,13 +5770,13 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } : fi @@ -5521,11 +5784,11 @@ ;; esac -{ echo "$as_me:$LINENO: checking whether $CXX supports -Wundef" >&5 -echo $ECHO_N "checking whether $CXX supports -Wundef... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -Wundef" >&5 +$as_echo_n "checking whether $CXX supports -Wundef... " >&6; } kde_cache=`echo Wundef | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -5561,26 +5824,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -5594,23 +5861,23 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : CXXFLAGS="-Wundef $CXXFLAGS" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -Wno-long-long" >&5 +$as_echo_n "checking whether $CXX supports -Wno-long-long... " >&6; } kde_cache=`echo Wno-long-long | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -5646,26 +5913,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -5679,23 +5950,23 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : CXXFLAGS="-Wno-long-long $CXXFLAGS" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -Wno-non-virtual-dtor" >&5 +$as_echo_n "checking whether $CXX supports -Wno-non-virtual-dtor... " >&6; } kde_cache=`echo Wno-non-virtual-dtor | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -5731,26 +6002,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -5764,13 +6039,13 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : CXXFLAGS="$CXXFLAGS -Wno-non-virtual-dtor" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } : fi @@ -5796,11 +6071,11 @@ if test "$GXX" = "yes"; then gcc_no_reorder_blocks=NO -{ echo "$as_me:$LINENO: checking whether $CXX supports -fno-reorder-blocks" >&5 -echo $ECHO_N "checking whether $CXX supports -fno-reorder-blocks... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -fno-reorder-blocks" >&5 +$as_echo_n "checking whether $CXX supports -fno-reorder-blocks... " >&6; } kde_cache=`echo fno-reorder-blocks | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -5836,26 +6111,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -5869,13 +6148,13 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : gcc_no_reorder_blocks=YES else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } : fi @@ -5887,11 +6166,11 @@ CFLAGS="$CFLAGS -fno-reorder-blocks" fi -{ echo "$as_me:$LINENO: checking whether $CXX supports -fno-exceptions" >&5 -echo $ECHO_N "checking whether $CXX supports -fno-exceptions... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -fno-exceptions" >&5 +$as_echo_n "checking whether $CXX supports -fno-exceptions... " >&6; } kde_cache=`echo fno-exceptions | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -5927,26 +6206,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -5960,23 +6243,23 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : CXXFLAGS="$CXXFLAGS -fno-exceptions" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -fno-check-new" >&5 +$as_echo_n "checking whether $CXX supports -fno-check-new... " >&6; } kde_cache=`echo fno-check-new | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -6012,26 +6295,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -6045,23 +6332,23 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : CXXFLAGS="$CXXFLAGS -fno-check-new" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -fno-common" >&5 +$as_echo_n "checking whether $CXX supports -fno-common... " >&6; } kde_cache=`echo fno-common | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -6097,26 +6384,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -6130,23 +6421,23 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : CXXFLAGS="$CXXFLAGS -fno-common" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } : fi -{ echo "$as_me:$LINENO: checking whether $CXX supports -fexceptions" >&5 -echo $ECHO_N "checking whether $CXX supports -fexceptions... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -fexceptions" >&5 +$as_echo_n "checking whether $CXX supports -fexceptions... " >&6; } kde_cache=`echo fexceptions | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -6182,26 +6473,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -6215,13 +6510,13 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : USE_EXCEPTIONS="-fexceptions" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } : USE_EXCEPTIONS= fi @@ -6229,39 +6524,39 @@ 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; } + { $as_echo "$as_me:$LINENO: checking whether gcc supports precompiling c header files" >&5 +$as_echo_n "checking whether gcc supports precompiling c header files... " >&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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else kde_gcc_supports_pch=no - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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; } + { $as_echo "$as_me:$LINENO: checking whether gcc supports precompiling c++ header files" >&5 +$as_echo_n "checking whether gcc supports precompiling c++ header files... " >&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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else kde_gcc_supports_pch=no - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi fi rm -f conftest.h conftest.h.gch fi - { echo "$as_me:$LINENO: checking whether system headers can cope with -O2 -fno-inline" >&5 -echo $ECHO_N "checking whether system headers can cope with -O2 -fno-inline... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether system headers can cope with -O2 -fno-inline" >&5 +$as_echo_n "checking whether system headers can cope with -O2 -fno-inline... " >&6; } if test "${kde_cv_opt_noinline_match+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_opt_noinline_match=irrelevant @@ -6296,27 +6591,31 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then kde_cv_opt_noinline_match=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_opt_noinline_match=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext @@ -6324,8 +6623,8 @@ fi fi -{ echo "$as_me:$LINENO: result: $kde_cv_opt_noinline_match" >&5 -echo "${ECHO_T}$kde_cv_opt_noinline_match" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_opt_noinline_match" >&5 +$as_echo "$kde_cv_opt_noinline_match" >&6; } if test "x$kde_cv_opt_noinline_match" = "xno" ; then CFLAGS="`echo "$CFLAGS" | sed "s/ -fno-inline//"`" @@ -6343,11 +6642,11 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports --pch" >&5 +$as_echo_n "checking whether $CXX supports --pch... " >&6; } kde_cache=`echo -pch | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -6383,26 +6682,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -6416,24 +6719,24 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : CXXFLAGS="$CXXFLAGS --pch" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports --inline_keyword_space_time=6" >&5 +$as_echo_n "checking whether $CXX supports --inline_keyword_space_time=6... " >&6; } kde_cache=`echo -inline_keyword_space_time=6 | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -6469,26 +6772,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -6502,23 +6809,23 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports --inline_auto_space_time=2" >&5 +$as_echo_n "checking whether $CXX supports --inline_auto_space_time=2... " >&6; } kde_cache=`echo -inline_auto_space_time=2 | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -6554,26 +6861,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -6587,23 +6898,23 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports --inline_implicit_space_time=2.0" >&5 +$as_echo_n "checking whether $CXX supports --inline_implicit_space_time=2.0... " >&6; } kde_cache=`echo -inline_implicit_space_time=2.0 | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -6639,26 +6950,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -6672,23 +6987,23 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports --inline_generated_space_time=2.0" >&5 +$as_echo_n "checking whether $CXX supports --inline_generated_space_time=2.0... " >&6; } kde_cache=`echo -inline_generated_space_time=2.0 | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -6724,26 +7039,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -6757,23 +7076,23 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports --one_per" >&5 +$as_echo_n "checking whether $CXX supports --one_per... " >&6; } kde_cache=`echo -one_per | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -6809,26 +7128,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -6842,13 +7165,13 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : CXXFLAGS="$CXXFLAGS --one_per" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } : fi @@ -6866,8 +7189,8 @@ 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;} + { { $as_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 +$as_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 @@ -6883,8 +7206,8 @@ 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;} ;; + *" $i "*) { $as_echo "$as_me:$LINENO: WARNING: found forbidden $i in CXX, removing it" >&5 +$as_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 ;; @@ -6902,8 +7225,8 @@ 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;} ;; + *" $i "*) { $as_echo "$as_me:$LINENO: WARNING: found forbidden $i in CXXFLAGS, removing it" >&5 +$as_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 ;; @@ -6922,8 +7245,8 @@ 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;} ;; + *" $i "*) { $as_echo "$as_me:$LINENO: WARNING: found forbidden $i in CXX, removing it" >&5 +$as_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 ;; @@ -6941,8 +7264,8 @@ 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;} ;; + *" $i "*) { $as_echo "$as_me:$LINENO: WARNING: found forbidden $i in CXXFLAGS, removing it" >&5 +$as_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 ;; @@ -6960,11 +7283,11 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 +$as_echo_n "checking how to run the C++ preprocessor... " >&6; } if test -z "$CXXCPP"; then if test "${ac_cv_prog_CXXCPP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else # Double quotes because CXXCPP needs to be expanded for CXXCPP in "$CXX -E" "/lib/cpp" @@ -6996,20 +7319,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. @@ -7033,13 +7357,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err @@ -7047,7 +7372,7 @@ # Broken: success on invalid input. continue else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. @@ -7072,8 +7397,8 @@ else ac_cv_prog_CXXCPP=$CXXCPP fi -{ echo "$as_me:$LINENO: result: $CXXCPP" >&5 -echo "${ECHO_T}$CXXCPP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5 +$as_echo "$CXXCPP" >&6; } ac_preproc_ok=false for ac_cxx_preproc_warn_flag in '' yes do @@ -7101,20 +7426,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. @@ -7138,13 +7464,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err @@ -7152,7 +7479,7 @@ # Broken: success on invalid input. continue else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. @@ -7168,11 +7495,13 @@ if $ac_preproc_ok; then : else - { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_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 +$as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check See \`config.log' for more details." >&2;} - { (exit 1); exit 1; }; } + { (exit 1); exit 1; }; }; } fi ac_ext=c @@ -7186,11 +7515,11 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -O0" >&5 +$as_echo_n "checking whether $CXX supports -O0... " >&6; } kde_cache=`echo O0 | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -7226,26 +7555,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -7259,13 +7592,13 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : NOOPT_CXXFLAGS=-O0 else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } : fi @@ -7281,8 +7614,8 @@ 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;} + { { $as_echo "$as_me:$LINENO: error: coverage with your compiler is not supported" >&5 +$as_echo "$as_me: error: coverage with your compiler is not supported" >&2;} { (exit 1); exit 1; }; } fi CFLAGS="$CFLAGS $ac_coverage_compiler" @@ -7310,11 +7643,11 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--enable-new-dtags" >&5 +$as_echo_n "checking whether $CXX supports -Wl,--enable-new-dtags... " >&6; } kde_cache=`echo Wl,--enable-new-dtags | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -7350,26 +7683,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -7383,24 +7720,24 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : LDFLAGS_NEW_DTAGS="-Wl,--enable-new-dtags" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--as-needed" >&5 +$as_echo_n "checking whether $CXX supports -Wl,--as-needed... " >&6; } kde_cache=`echo Wl,--as-needed | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -7436,26 +7773,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -7469,13 +7810,13 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : LDFLAGS_AS_NEEDED="-Wl,--as-needed" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } : fi @@ -7521,217 +7862,44 @@ 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 { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - + fi - ac_ext=cpp -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 { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then - eval "kde_cv_prog_cxx_$kde_cache=yes" + # Check whether --enable-nmcheck was given. +if test "${enable_nmcheck+set}" = set; then + enableval=$enable_nmcheck; kde_use_nmcheck=$enableval else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - + kde_use_nmcheck=no fi -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - 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 test "$kde_use_nmcheck" = "yes"; then + KDE_USE_NMCHECK_TRUE="" + KDE_USE_NMCHECK_FALSE="#" + else + KDE_USE_NMCHECK_TRUE="#" + KDE_USE_NMCHECK_FALSE="" + 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 { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - ac_ext=cpp -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 { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; 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 core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - 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 - - - - - - # Check whether --enable-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 - - - - - - - case $enable_ltdl_convenience in - no) { { echo "$as_me:$LINENO: error: this package needs a convenience libltdl" >&5 -echo "$as_me: error: this package needs a convenience libltdl" >&2;} - { (exit 1); exit 1; }; } ;; - "") enable_ltdl_convenience=yes - ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; - esac - LIBLTDL='${top_builddir}/''libltdl'/libltdlc.la - LTDLINCL='-I${top_srcdir}/''libltdl' - # For backwards non-gettext consistent compatibility... - INCLTDL="$LTDLINCL" + case $enable_ltdl_convenience in + no) { { $as_echo "$as_me:$LINENO: error: this package needs a convenience libltdl" >&5 +$as_echo "$as_me: error: this package needs a convenience libltdl" >&2;} + { (exit 1); exit 1; }; } ;; + "") enable_ltdl_convenience=yes + ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; + esac + LIBLTDL='${top_builddir}/''libltdl'/libltdlc.la + LTDLINCL='-I${top_srcdir}/''libltdl' + # For backwards non-gettext consistent compatibility... + INCLTDL="$LTDLINCL" # Check whether --enable-shared was given. @@ -7812,8 +7980,8 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not using lib directory suffix" >&5 +$as_echo "not using lib directory suffix" >&6; } cat >>confdefs.h <<\_ACEOF #define KDELIBSUFF "" @@ -7829,8 +7997,8 @@ #define KDELIBSUFF "${kdelibsuff}" _ACEOF - { echo "$as_me:$LINENO: result: using lib directory suffix $kdelibsuff" >&5 -echo "${ECHO_T}using lib directory suffix $kdelibsuff" >&6; } + { $as_echo "$as_me:$LINENO: result: using lib directory suffix $kdelibsuff" >&5 +$as_echo "using lib directory suffix $kdelibsuff" >&6; } fi # Check whether --enable-fast-install was given. @@ -7857,10 +8025,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 +$as_echo_n "checking for a sed that does not truncate output... " >&6; } if test "${lt_cv_path_SED+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&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. @@ -7871,18 +8039,19 @@ 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 + if { test -f "$as_dir/$lt_ac_prog$ac_exec_ext" && $as_test_x "$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 +IFS=$as_save_IFS 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 + test ! -f $lt_ac_sed && continue cat /dev/null > conftest.in lt_ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >conftest.in @@ -7911,45 +8080,41 @@ fi SED=$lt_cv_path_SED -{ echo "$as_me:$LINENO: result: $SED" >&5 -echo "${ECHO_T}$SED" >&6; } -{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 -echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } -if test "${ac_cv_path_GREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - # Extract the first word of "grep ggrep" to use in msg output -if test -z "$GREP"; then -set dummy grep ggrep; ac_prog_name=$2 +{ $as_echo "$as_me:$LINENO: result: $SED" >&5 +$as_echo "$SED" >&6; } + +{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } if test "${ac_cv_path_GREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else + if test -z "$GREP"; then ac_path_GREP_found=false -# Loop through the user's path and test for each of PROGNAME-LIST -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do - for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue - # Check for GNU ac_path_GREP and select it if it is found. + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue +# Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 - echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" - echo 'GREP' >> "conftest.nl" + $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` @@ -7964,74 +8129,60 @@ rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac - - $ac_path_GREP_found && break 3 + $ac_path_GREP_found && break 3 + done done done - -done IFS=$as_save_IFS - - -fi - -GREP="$ac_cv_path_GREP" -if test -z "$GREP"; then - { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + if test -z "$ac_cv_path_GREP"; then + { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } -fi - + fi else ac_cv_path_GREP=$GREP fi - fi -{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 -echo "${ECHO_T}$ac_cv_path_GREP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 +$as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" -{ echo "$as_me:$LINENO: checking for egrep" >&5 -echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for egrep" >&5 +$as_echo_n "checking for egrep... " >&6; } if test "${ac_cv_path_EGREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else - # Extract the first word of "egrep" to use in msg output -if test -z "$EGREP"; then -set dummy egrep; ac_prog_name=$2 -if test "${ac_cv_path_EGREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else + if test -z "$EGREP"; then ac_path_EGREP_found=false -# Loop through the user's path and test for each of PROGNAME-LIST -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do - for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue - # Check for GNU ac_path_EGREP and select it if it is found. + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue +# Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 - echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" - echo 'EGREP' >> "conftest.nl" + $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` @@ -8046,33 +8197,24 @@ rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac - - $ac_path_EGREP_found && break 3 + $ac_path_EGREP_found && break 3 + done done done - -done IFS=$as_save_IFS - - -fi - -EGREP="$ac_cv_path_EGREP" -if test -z "$EGREP"; then - { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + if test -z "$ac_cv_path_EGREP"; then + { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } -fi - + fi else ac_cv_path_EGREP=$EGREP fi - fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 -echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 +$as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" @@ -8087,8 +8229,8 @@ 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; } + { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5 +$as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw @@ -8117,14 +8259,14 @@ ;; 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; } + { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5 +$as_echo_n "checking for GNU ld... " >&6; } else - { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 -echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5 +$as_echo_n "checking for non-GNU ld... " >&6; } fi if test "${lt_cv_path_LD+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR @@ -8134,7 +8276,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 &5 -echo "${ECHO_T}$LD" >&6; } + { $as_echo "$as_me:$LINENO: result: $LD" >&5 +$as_echo "$LD" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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;} +test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 +$as_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; } +{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 +$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if test "${lt_cv_prog_gnu_ld+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&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 &5 -echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 +$as_echo_n "checking for $LD option to reload object files... " >&6; } if test "${lt_cv_ld_reload_flag+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&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; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 +$as_echo "$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='$LTCC $LTCFLAGS -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; } +{ $as_echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 +$as_echo_n "checking for BSD-compatible nm... " >&6; } if test "${lt_cv_path_NM+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&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" + lt_nm_to_check="${ac_tool_prefix}nm" + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + tmp_nm="$ac_dir/$lt_tmp_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 ;; *) - 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 + 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 - esac - fi + fi + done + IFS="$lt_save_ifs" 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; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5 +$as_echo_n "checking whether ln -s works... " >&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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else - { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 -echo "${ECHO_T}no, using $LN_S" >&6; } + { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5 +$as_echo "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; } +{ $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5 +$as_echo_n "checking how to recognize dependent libraries... " >&6; } if test "${lt_cv_deplibs_check_method+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= @@ -8284,44 +8442,42 @@ 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', + # unless we find 'file', for example because we are cross-compiling. + if ( file / ) >/dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi ;; 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* | kfreebsd*-gnu) +freebsd* | 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.*` ;; @@ -8337,7 +8493,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 @@ -8353,43 +8509,27 @@ esac ;; +interix[3-9]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' + ;; + 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` +linux* | k*bsd*-gnu) + lt_cv_deplibs_check_method=pass_all ;; -netbsd*) +netbsd* | netbsdelf*-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 @@ -8408,32 +8548,26 @@ ;; 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 ;; -sco3.2v5*) +rdos*) 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*) +sysv4 | sysv4.3*) 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]' @@ -8454,17 +8588,20 @@ siemens) lt_cv_deplibs_check_method=pass_all ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; esac ;; -sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7* | sysv4*uw2*) +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | 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; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 +$as_echo "$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 @@ -8473,6 +8610,9 @@ # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + # Allow CC to be a program name with arguments. compiler=$CC @@ -8492,7 +8632,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) @@ -8507,11 +8647,11 @@ ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 8510 "configure"' > conftest.$ac_ext + echo '#line 8650 "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 + $as_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 @@ -8542,22 +8682,25 @@ rm -rf conftest* ;; -x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) +x86_64-*kfreebsd*-gnu|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 + $as_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-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; - ppc64-*linux*) + ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) @@ -8569,8 +8712,10 @@ esac ;; *64-bit*) - LINUX_64_MODE="64" case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; @@ -8594,10 +8739,10 @@ # 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; } + { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 +$as_echo_n "checking whether the C compiler needs -belf... " >&6; } if test "${lt_cv_cc_needs_belf+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_ext=c ac_cpp='$CPP $CPPFLAGS' @@ -8626,26 +8771,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then lt_cv_cc_needs_belf=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 lt_cv_cc_needs_belf=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext ac_ext=c @@ -8655,13 +8804,33 @@ 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; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 +$as_echo "$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 ;; +sparc*-*solaris*) + # 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=$? + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + case `/usr/bin/file conftest.o` in + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) LD="${LD-ld} -m elf64_sparc" ;; + *) LD="${LD-ld} -64" ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + esac @@ -8669,10 +8838,10 @@ -{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +$as_echo_n "checking for ANSI C header files... " >&6; } if test "${ac_cv_header_stdc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -8699,20 +8868,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_header_stdc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_stdc=no @@ -8804,37 +8974,40 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF @@ -8856,11 +9029,11 @@ 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; } +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -8878,20 +9051,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" @@ -8899,12 +9073,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Header'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -8915,20 +9092,21 @@ for ac_header in dlfcn.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -8944,32 +9122,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -8983,74 +9162,317 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_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=cpp +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 +{ $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 +$as_echo_n "checking how to run the C++ preprocessor... " >&6; } +if test -z "$CXXCPP"; then + if test "${ac_cv_prog_CXXCPP+set}" = set; then + $as_echo_n "(cached) " >&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 to if __STDC__ is defined, since + # 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 +#else +# include +#endif + Syntax error +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || + test ! -s conftest.err + }; then + : +else + $as_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 nonexistent 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 +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || + test ! -s conftest.err + }; then + # Broken: success on invalid input. +continue +else + $as_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 +{ $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5 +$as_echo "$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 to if __STDC__ is defined, since + # 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 +#else +# include +#endif + Syntax error +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || + test ! -s conftest.err + }; then + : +else + $as_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 nonexistent 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 _ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || + test ! -s conftest.err + }; then + # Broken: success on invalid input. +continue +else + $as_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 + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check +See \`config.log' for more details." >&5 +$as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; }; } +fi + +ac_ext=cpp +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' @@ -9061,10 +9483,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_F77+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$F77"; then ac_cv_prog_F77="$F77" # Let the user override the test. @@ -9077,7 +9499,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -9088,11 +9510,11 @@ fi F77=$ac_cv_prog_F77 if test -n "$F77"; then - { echo "$as_me:$LINENO: result: $F77" >&5 -echo "${ECHO_T}$F77" >&6; } + { $as_echo "$as_me:$LINENO: result: $F77" >&5 +$as_echo "$F77" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -9105,10 +9527,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_F77+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_F77"; then ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test. @@ -9121,7 +9543,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -9132,11 +9554,11 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 +$as_echo "$ac_ct_F77" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -9148,12 +9570,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&2;} +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac F77=$ac_ct_F77 @@ -9162,37 +9580,41 @@ # Provide some information about the compiler. -echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 -ac_compiler=`set X $ac_compile; echo $2` +$as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 +set X $ac_compile +ac_compiler=$2 { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -v >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -V >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } rm -f a.out @@ -9200,10 +9622,10 @@ # 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; } +{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 +$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; } if test "${ac_cv_f77_compiler_gnu+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF program main @@ -9219,20 +9641,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_f77_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no @@ -9242,16 +9665,16 @@ 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 +$as_echo_n "checking whether $F77 accepts -g... " >&6; } if test "${ac_cv_prog_f77_g+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else FFLAGS=-g cat >conftest.$ac_ext <<_ACEOF @@ -9265,20 +9688,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_f77_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_f77_g=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_prog_f77_g=no @@ -9287,8 +9711,8 @@ rm -f core 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 +$as_echo "$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 @@ -9305,7 +9729,11 @@ fi fi -G77=`test $ac_compiler_gnu = yes && echo yes` +if test $ac_compiler_gnu = yes; then + G77=yes +else + G77= +fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -9317,13 +9745,13 @@ # 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; } +{ $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 +$as_echo_n "checking the maximum length of command line arguments... " >&6; } if test "${lt_cv_sys_max_cmd_len+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else i=0 - testring="ABCD" + teststring="ABCD" case $build_os in msdosdjgpp*) @@ -9352,45 +9780,99 @@ 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` + 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` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + 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 + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len"; then + 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` + else + 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` + fi ;; 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; } + { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 +$as_echo "$lt_cv_sys_max_cmd_len" >&6; } else - { echo "$as_me:$LINENO: result: none" >&5 -echo "${ECHO_T}none" >&6; } + { $as_echo "$as_me:$LINENO: result: none" >&5 +$as_echo "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; } +{ $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 +$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else # These are sane defaults that work on at least a few old systems. @@ -9402,9 +9884,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'" @@ -9426,14 +9905,30 @@ 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* | k*bsd*-gnu) + 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='[BDT]' +solaris*) + symcode='[BDRT]' + ;; +sco3.2v5*) + symcode='[DT]' + ;; +sysv4.2uw2*) + symcode='[DT]' + ;; +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[ABDT]' ;; sysv4) symcode='[DFNSTU]' @@ -9451,14 +9946,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 @@ -9479,14 +9977,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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 + $as_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 @@ -9541,7 +10039,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext}; then pipe_works=yes fi @@ -9576,17 +10074,17 @@ 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; } + { $as_echo "$as_me:$LINENO: result: failed" >&5 +$as_echo "failed" >&6; } else - { echo "$as_me:$LINENO: result: ok" >&5 -echo "${ECHO_T}ok" >&6; } + { $as_echo "$as_me:$LINENO: result: ok" >&5 +$as_echo "ok" >&6; } fi -{ echo "$as_me:$LINENO: checking for objdir" >&5 -echo $ECHO_N "checking for objdir... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for objdir" >&5 +$as_echo_n "checking for objdir... " >&6; } if test "${lt_cv_objdir+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null @@ -9598,8 +10096,8 @@ fi rmdir .libs 2>/dev/null fi -{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 -echo "${ECHO_T}$lt_cv_objdir" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 +$as_echo "$lt_cv_objdir" >&6; } objdir=$lt_cv_objdir @@ -9620,7 +10118,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. @@ -9640,7 +10138,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" @@ -9650,10 +10148,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AR+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. @@ -9666,7 +10164,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -9677,11 +10175,11 @@ fi AR=$ac_cv_prog_AR if test -n "$AR"; then - { echo "$as_me:$LINENO: result: $AR" >&5 -echo "${ECHO_T}$AR" >&6; } + { $as_echo "$as_me:$LINENO: result: $AR" >&5 +$as_echo "$AR" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -9690,10 +10188,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_AR+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. @@ -9706,7 +10204,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -9717,11 +10215,11 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 +$as_echo "$ac_ct_AR" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_AR" = x; then @@ -9729,12 +10227,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&2;} +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR @@ -9746,10 +10240,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_RANLIB+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. @@ -9762,7 +10256,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -9773,11 +10267,11 @@ fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then - { echo "$as_me:$LINENO: result: $RANLIB" >&5 -echo "${ECHO_T}$RANLIB" >&6; } + { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 +$as_echo "$RANLIB" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -9786,10 +10280,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. @@ -9802,7 +10296,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -9813,11 +10307,11 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 +$as_echo "$ac_ct_RANLIB" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then @@ -9825,12 +10319,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&2;} +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB @@ -9842,10 +10332,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_STRIP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. @@ -9858,7 +10348,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -9869,11 +10359,11 @@ fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then - { echo "$as_me:$LINENO: result: $STRIP" >&5 -echo "${ECHO_T}$STRIP" >&6; } + { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -9882,10 +10372,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. @@ -9898,7 +10388,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -9909,11 +10399,11 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then @@ -9921,12 +10411,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&2;} +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP @@ -9945,6 +10431,7 @@ test -z "$AS" && AS=as test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$DLLTOOL" && DLLTOOL=dlltool test -z "$LD" && LD=ld test -z "$LN_S" && LN_S="ln -s" @@ -9957,30 +10444,41 @@ 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_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' 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="$old_postinstall_cmds~\$RANLIB -t \$oldlib" ;; *) - old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds" + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" ;; 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; } + { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 +$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } if test "${lt_cv_path_MAGIC_CMD+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) @@ -9998,7 +10496,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 @@ -10030,19 +10528,19 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 +$as_echo "$MAGIC_CMD" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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; } + { $as_echo "$as_me:$LINENO: checking for file" >&5 +$as_echo_n "checking for file... " >&6; } if test "${lt_cv_path_MAGIC_CMD+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) @@ -10060,7 +10558,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 @@ -10092,11 +10590,11 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 +$as_echo "$MAGIC_CMD" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi else @@ -10146,77 +10644,34 @@ objext=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code="int some_variable = 0;\n" +lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests -lt_simple_link_test_code='int main(){return(0);}\n' +lt_simple_link_test_code='int main(){return(0);}' # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + # Allow CC to be a program name with arguments. compiler=$CC -# -# 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 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>&5 - 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 - +# save warnings/boilerplate of simple test code +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$rm conftest* + +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$rm conftest* ## CAVEAT EMPTOR: @@ -10230,14 +10685,14 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$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. @@ -10245,26 +10700,28 @@ # 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:10251: $lt_compile\"" >&5) + (eval echo "\"\$as_me:10706: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:10255: \$? = $ac_status" >&5 + echo "$as_me:10710: \$? = $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 -e '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || 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; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +$as_echo "$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" @@ -10278,8 +10735,8 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 +$as_echo_n "checking for $compiler option to produce PIC... " >&6; } if test "$GCC" = yes; then lt_prog_compiler_wl='-Wl,' @@ -10301,13 +10758,15 @@ lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' ;; - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; - mingw* | pw32* | os2*) + mingw* | cygwin* | 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). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries lt_prog_compiler_pic='-DDLL_EXPORT' ;; @@ -10317,6 +10776,11 @@ lt_prog_compiler_pic='-fno-common' ;; + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. @@ -10333,7 +10797,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 ;; @@ -10359,8 +10823,18 @@ 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*) + mingw* | cygwin* | 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' @@ -10370,7 +10844,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 ;; @@ -10393,18 +10867,41 @@ lt_prog_compiler_static='-Bstatic' ;; - linux*) - case $CC in + linux* | k*bsd*-gnu) + 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' ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Wl,' + ;; + *Sun\ F*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='' + ;; + esac + ;; esac ;; @@ -10414,15 +10911,19 @@ lt_prog_compiler_static='-non_shared' ;; - sco3.2v5*) - lt_prog_compiler_pic='-Kpic' - lt_prog_compiler_static='-dn' + rdos*) + lt_prog_compiler_static='-non_shared' ;; 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*) @@ -10431,7 +10932,7 @@ lt_prog_compiler_static='-Bstatic' ;; - sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' @@ -10444,33 +10945,44 @@ fi ;; - uts4*) - lt_prog_compiler_pic='-pic' + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; - *) + unicos*) + lt_prog_compiler_wl='-Wl,' 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; } + uts4*) + lt_prog_compiler_pic='-pic' + lt_prog_compiler_static='-Bstatic' + ;; + + *) + lt_prog_compiler_can_build_shared=no + ;; + esac + fi + +{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 +$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } if test "${lt_prog_compiler_pic_works+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$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. @@ -10478,26 +10990,28 @@ # 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:10484: $lt_compile\"" >&5) + (eval echo "\"\$as_me:10996: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:10488: \$? = $ac_status" >&5 + echo "$as_me:11000: \$? = $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 -e '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || 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; } +{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5 +$as_echo "$lt_prog_compiler_pic_works" >&6; } if test x"$lt_prog_compiler_pic_works" = xyes; then case $lt_prog_compiler_pic in @@ -10510,7 +11024,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= @@ -10520,24 +11034,59 @@ ;; 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; } +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" +{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } +if test "${lt_prog_compiler_static_works+set}" = set; then + $as_echo_n "(cached) " >&6 +else + lt_prog_compiler_static_works=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$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 -e '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/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 +{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5 +$as_echo "$lt_prog_compiler_static_works" >&6; } + +if test x"$lt_prog_compiler_static_works" = xyes; then + : +else + lt_prog_compiler_static= +fi + + +{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if test "${lt_cv_prog_compiler_c_o+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&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 - - # 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 . + echo "$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 @@ -10545,58 +11094,63 @@ # 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:10551: $lt_compile\"" >&5) + (eval echo "\"\$as_me:11100: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:10555: \$? = $ac_status" >&5 + echo "$as_me:11104: \$? = $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 -e '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || 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* fi -{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 -echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 +$as_echo "$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; } + { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 +$as_echo_n "checking if we can lock with hard links... " >&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; } + { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +$as_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; } +{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } runpath_var= allow_undefined_flag= @@ -10634,6 +11188,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*) @@ -10644,6 +11208,10 @@ with_gnu_ld=no fi ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++) + with_gnu_ld=yes + ;; openbsd*) with_gnu_ld=no ;; @@ -10654,6 +11222,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*) @@ -10691,7 +11280,7 @@ allow_undefined_flag=unsupported # Joseph Beckenbach 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 @@ -10701,13 +11290,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/'\'' -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}--enable-auto-image-base -Xlinker --out-implib -Xlinker $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 @@ -10716,23 +11305,79 @@ 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}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + ld_shlibs=no + fi + ;; + + interix[3-9]*) + hardcode_direct=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + export_dynamic_flag_spec='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | k*bsd*-gnu) + 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 + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + *) + tmp_sharedflag='-shared' ;; + esac + archive_cmds='$CC '"$tmp_sharedflag""$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 '"$tmp_sharedflag""$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) 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 ;; - solaris* | sysv5*) + solaris*) if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ld_shlibs=no cat <&2 @@ -10746,13 +11391,40 @@ 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 ;; + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + ;; + sunos4*) archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= @@ -10762,24 +11434,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) @@ -10791,7 +11458,7 @@ # 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 + if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported @@ -10813,9 +11480,21 @@ 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 @@ -10832,7 +11511,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` @@ -10840,7 +11519,7 @@ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 - hardcode_direct=yes + : else # We have old collect2 hardcode_direct=unsupported @@ -10851,8 +11530,12 @@ 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 @@ -10860,22 +11543,23 @@ # 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' + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' else - shared_flag='-qmkshrobj' - fi + 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 @@ -10896,43 +11580,53 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # 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=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 '"\${wl}$no_entry_flag"' $compiler_flags `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 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 '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_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 @@ -10956,31 +11650,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # 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=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi @@ -10990,13 +11695,11 @@ # -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=' ' + whole_archive_flag_spec='$convenience' 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 ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; @@ -11009,7 +11712,7 @@ ld_shlibs=no ;; - bsdi4*) + bsdi[45]*) export_dynamic_flag_spec=-rdynamic ;; @@ -11019,68 +11722,68 @@ # 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. - old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs' + old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' fix_srcfile_path='`cygpath -w "$srcfile"`' enable_shared_with_static_runtimes=yes ;; 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` $xlcverstring' + 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 $xlcverstring~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 ;; @@ -11114,8 +11817,8 @@ ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | kfreebsd*-gnu) - archive_cmds='$CC -shared -o $lib $compiler_flags $libobjs $deplibs' + freebsd* | dragonfly*) + archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no @@ -11123,7 +11826,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 @@ -11137,47 +11840,62 @@ export_dynamic_flag_spec='${wl}-E' ;; - hpux10* | hpux11*) + hpux10*) 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 $compiler_flags $libobjs $deplibs' + archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test "$with_gnu_ld" = no; then + 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 + fi + ;; + + hpux11*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + case $host_cpu in + hppa*64*) + archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -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 - hppa*64*|ia64*) - archive_cmds='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' + case $host_cpu in + hppa*64*) + archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) - archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_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='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + + case $host_cpu in + hppa*64*|ia64*) 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' @@ -11191,7 +11909,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' @@ -11201,7 +11919,7 @@ link_all_deplibs=yes ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -11221,23 +11939,28 @@ ;; 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 $compiler_flags $libobjs $deplibs' - hardcode_libdir_flag_spec='${wl}-rpath,$libdir' - export_dynamic_flag_spec='${wl}-E' + if test -f /usr/libexec/ld.so; then + 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 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 $compiler_flags $libobjs $deplibs' - hardcode_libdir_flag_spec='${wl}-rpath,$libdir' - ;; - esac + ld_shlibs=no fi ;; @@ -11245,14 +11968,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' @@ -11264,13 +11987,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' @@ -11278,21 +12001,15 @@ 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 - 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' @@ -11301,8 +12018,17 @@ 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 and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test "$GCC" = yes; then + whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + whole_archive_flag_spec='-z allextract$convenience -z defaultextract' + fi + ;; esac link_all_deplibs=yes ;; @@ -11311,7 +12037,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 @@ -11359,36 +12085,45 @@ fi ;; - sysv4.2uw2*) - archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' - hardcode_direct=yes - hardcode_minus_L=no + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag='${wl}-z,text' + archive_cmds_need_lc=no hardcode_shlibpath_var=no - hardcode_runpath_var=yes - runpath_var=LD_RUN_PATH - ;; + 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 $compiler_flags $libobjs $deplibs' + archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$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,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$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= + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + no_undefined_flag='${wl}-z,text' + allow_undefined_flag='${wl}-z,nodefs' + archive_cmds_need_lc=no hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' + hardcode_libdir_separator=':' + link_all_deplibs=yes + export_dynamic_flag_spec='${wl}-Bexport' runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + archive_cmds='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + fi ;; uts4*) @@ -11403,15 +12138,10 @@ esac fi -{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5 -echo "${ECHO_T}$ld_shlibs" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5 +$as_echo "$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? # @@ -11429,21 +12159,22 @@ # 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; } + { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 +$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } $rm conftest* - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$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 + $as_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 + pic_flag=$lt_prog_compiler_pic compiler_flags=-v linker_flags=-v verstring= @@ -11454,7 +12185,7 @@ 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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } then archive_cmds_need_lc=no @@ -11466,20 +12197,20 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 +$as_echo_n "checking dynamic linker characteristics... " >&6; } library_names_spec= libname_spec='lib$name' soname_spec= -shrext=".so" +shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= @@ -11489,7 +12220,58 @@ 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 + case $host_os in + darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; + *) lt_awk_arg="/^libraries:/" ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$lt_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. + lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'` + else + lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary. + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path/$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" + else + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk ' +BEGIN {RS=" "; FS="/|\n";} { + lt_foo=""; + lt_count=0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo="/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[lt_foo]++; } + if (lt_freq[lt_foo] == 1) { print lt_foo; } +}'` + sys_lib_search_path_spec=`echo $lt_search_path_spec` +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi need_lib_prefix=unknown hardcode_into_libs=no @@ -11554,7 +12336,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*) @@ -11563,7 +12345,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}' @@ -11579,7 +12361,7 @@ cygwin* | mingw* | pw32*) version_type=windows - shrext=".dll" + shrext_cmds=".dll" need_version=no need_lib_prefix=no @@ -11591,7 +12373,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' @@ -11621,7 +12404,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 ;; @@ -11644,13 +12427,9 @@ 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 + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; @@ -11667,20 +12446,17 @@ 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*) - 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*) @@ -11698,14 +12474,19 @@ freebsd2*) shlibpath_overrides_runpath=yes ;; - freebsd3.01* | freebsdelf3.01*) + freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; - *) # from 3.2 on + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; esac ;; @@ -11725,9 +12506,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 @@ -11742,7 +12523,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 @@ -11753,7 +12534,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 @@ -11765,6 +12546,18 @@ postinstall_cmds='chmod 555 $lib' ;; +interix[3-9]*) + 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' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; @@ -11808,29 +12601,26 @@ ;; # This must be Linux ELF. -linux*) +linux* | k*bsd*-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' 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 -a ! -h /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>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/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, @@ -11840,6 +12630,18 @@ dynamic_linker='GNU/Linux ld.so' ;; +netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='NetBSD ld.elf_so' + ;; + netbsd*) version_type=sunos need_lib_prefix=no @@ -11849,7 +12651,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 @@ -11877,8 +12679,13 @@ openbsd*) version_type=sunos + sys_lib_dlsearch_path_spec="/usr/lib" 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 @@ -11898,7 +12705,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' @@ -11916,11 +12723,8 @@ 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 +rdos*) + dynamic_linker=no ;; solaris*) @@ -11948,7 +12752,7 @@ need_version=yes ;; -sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) +sysv4 | sysv4.3*) 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' @@ -11981,6 +12785,29 @@ fi ;; +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + shlibpath_overrides_runpath=no + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + shlibpath_overrides_runpath=yes + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + uts4*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -11992,16 +12819,21 @@ dynamic_linker=no ;; esac -{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 -echo "${ECHO_T}$dynamic_linker" >&6; } +{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 +$as_echo "$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; } +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 + +{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 +$as_echo_n "checking how to hardcode library paths into programs... " >&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 && @@ -12021,8 +12853,8 @@ # directories. hardcode_action=unsupported fi -{ echo "$as_me:$LINENO: result: $hardcode_action" >&5 -echo "${ECHO_T}$hardcode_action" >&6; } +{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5 +$as_echo "$hardcode_action" >&6; } if test "$hardcode_action" = relink; then # Fast installation is not supported @@ -12035,29 +12867,30 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 +$as_echo_n "checking whether stripping libraries is possible... " >&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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "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; } + old_striplib="$STRIP -S" + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi ;; *) - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } ;; esac fi @@ -12089,10 +12922,10 @@ 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; } + { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +$as_echo_n "checking for dlopen in -ldl... " >&6; } if test "${ac_cv_lib_dl_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" @@ -12124,33 +12957,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_dl_dlopen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dl_dlopen=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +$as_echo "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = x""yes; then lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else @@ -12163,10 +13000,10 @@ ;; *) - { echo "$as_me:$LINENO: checking for shl_load" >&5 -echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for shl_load" >&5 +$as_echo_n "checking for shl_load... " >&6; } if test "${ac_cv_func_shl_load+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -12219,38 +13056,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_shl_load=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_shl_load=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 +$as_echo "$ac_cv_func_shl_load" >&6; } +if test "x$ac_cv_func_shl_load" = x""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; } + { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 +$as_echo_n "checking for shl_load in -ldld... " >&6; } if test "${ac_cv_lib_dld_shl_load+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" @@ -12282,39 +13123,43 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_dld_shl_load=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dld_shl_load=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 +$as_echo "$ac_cv_lib_dld_shl_load" >&6; } +if test "x$ac_cv_lib_dld_shl_load" = x""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; } + { $as_echo "$as_me:$LINENO: checking for dlopen" >&5 +$as_echo_n "checking for dlopen... " >&6; } if test "${ac_cv_func_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -12367,38 +13212,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_dlopen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_dlopen=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 +$as_echo "$ac_cv_func_dlopen" >&6; } +if test "x$ac_cv_func_dlopen" = x""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; } + { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +$as_echo_n "checking for dlopen in -ldl... " >&6; } if test "${ac_cv_lib_dl_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" @@ -12430,39 +13279,43 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_dl_dlopen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dl_dlopen=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +$as_echo "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = x""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; } + { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 +$as_echo_n "checking for dlopen in -lsvld... " >&6; } if test "${ac_cv_lib_svld_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" @@ -12494,39 +13347,43 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_svld_dlopen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_svld_dlopen=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 +$as_echo "$ac_cv_lib_svld_dlopen" >&6; } +if test "x$ac_cv_lib_svld_dlopen" = x""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; } + { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 +$as_echo_n "checking for dld_link in -ldld... " >&6; } if test "${ac_cv_lib_dld_dld_link+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" @@ -12558,33 +13415,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_dld_dld_link=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dld_dld_link=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 +$as_echo "$ac_cv_lib_dld_dld_link" >&6; } +if test "x$ac_cv_lib_dld_dld_link" = x""yes; then lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" fi @@ -12618,15 +13479,15 @@ test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" - eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + wl=$lt_prog_compiler_wl 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; } + { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 +$as_echo_n "checking whether a program can dlopen itself... " >&6; } if test "${lt_cv_dlopen_self+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self=cross @@ -12634,7 +13495,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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 ;; x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; - x$lt_unknown|x*) lt_cv_dlopen_self=no ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; esac else : # compilation failed @@ -12716,15 +13579,15 @@ fi -{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 -echo "${ECHO_T}$lt_cv_dlopen_self" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 +$as_echo "$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; } + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 +$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } if test "${lt_cv_dlopen_self_static+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self_static=cross @@ -12732,7 +13595,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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 ;; x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; - x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; esac else : # compilation failed @@ -12814,8 +13679,8 @@ fi -{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 -echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 +$as_echo "$lt_cv_dlopen_self_static" >&6; } fi CPPFLAGS="$save_CPPFLAGS" @@ -12836,19 +13701,19 @@ 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; } +# Report which library types will actually be built +{ $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 +$as_echo_n "checking if libtool supports shared libraries... " >&6; } +{ $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 +$as_echo_n "checking whether to build shared libraries... " >&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 +case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then @@ -12857,58 +13722,21 @@ 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 -echo "${ECHO_T}$enable_shared" >&6; } +{ $as_echo "$as_me:$LINENO: result: $enable_shared" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5 +$as_echo_n "checking whether to build static libraries... " >&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; } +{ $as_echo "$as_me:$LINENO: result: $enable_static" >&5 +$as_echo "$enable_static" >&6; } # The else clause should only fire when bootstrapping the # libtool distribution, otherwise you forgot to ship ltmain.sh @@ -12923,7 +13751,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 LTCFLAGS 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 \ @@ -12964,6 +13793,7 @@ module_cmds \ module_expsym_cmds \ lt_cv_prog_compiler_c_o \ + fix_srcfile_path \ exclude_expsyms \ include_expsyms; do @@ -12998,8 +13828,8 @@ 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;} + { $as_echo "$as_me:$LINENO: creating $ofile" >&5 +$as_echo "$as_me: creating $ofile" >&6;} cat <<__EOF__ >> "$cfgfile" #! $SHELL @@ -13008,7 +13838,7 @@ # 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 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 # Free Software Foundation, Inc. # # This file is part of GNU Libtool: @@ -13037,11 +13867,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= @@ -13071,6 +13901,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 @@ -13082,6 +13918,9 @@ # A C compiler. LTCC=$lt_LTCC +# LTCC compiler flags. +LTCFLAGS=$lt_LTCFLAGS + # A language-specific compiler. CC=$lt_compiler @@ -13101,7 +13940,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 @@ -13132,7 +13971,7 @@ libext="$libext" # Shared library suffix (normally ".so"). -shrext='$shrext' +shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" @@ -13147,7 +13986,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? @@ -13323,7 +14162,7 @@ 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" +fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols @@ -13374,7 +14213,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 @@ -13395,20 +14237,23 @@ 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;} + { $as_echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5 +$as_echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;} fi fi + if test -z "$LTCFLAGS"; then + eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`" + fi # Extract list of available tagged configurations in $ofile. # Note that this assumes the entire list is on one line. @@ -13420,16 +14265,16 @@ # 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;} + *) { { $as_echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5 +$as_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;} + { { $as_echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5 +$as_echo "$as_me: error: tag name \"$tagname\" already exists" >&2;} { (exit 1); exit 1; }; } fi @@ -13439,7 +14284,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=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -13459,6 +14306,7 @@ hardcode_libdir_flag_spec_ld_CXX= hardcode_libdir_separator_CXX= hardcode_minus_L_CXX=no +hardcode_shlibpath_var_CXX=unsupported hardcode_automatic_CXX=no module_cmds_CXX= module_expsym_cmds_CXX= @@ -13476,27 +14324,44 @@ 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 objext_CXX=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code="int some_variable = 0;\n" +lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests -lt_simple_link_test_code='int main(int, char *) { return(0); }\n' +lt_simple_link_test_code='int main(int, char *[]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + # Allow CC to be a program name with arguments. compiler=$CC +# save warnings/boilerplate of simple test code +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$rm conftest* + +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/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 @@ -13507,18 +14372,27 @@ 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 + $as_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 + $as_unset lt_cv_path_LD fi test -z "${LDCXX+set}" || LD=$LDCXX 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 @@ -13542,8 +14416,8 @@ 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; } + { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5 +$as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw @@ -13572,14 +14446,14 @@ ;; 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; } + { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5 +$as_echo_n "checking for GNU ld... " >&6; } else - { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 -echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5 +$as_echo_n "checking for non-GNU ld... " >&6; } fi if test "${lt_cv_path_LD+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR @@ -13589,7 +14463,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 &5 -echo "${ECHO_T}$LD" >&6; } + { $as_echo "$as_me:$LINENO: result: $LD" >&5 +$as_echo "$LD" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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;} +test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 +$as_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; } +{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 +$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if test "${lt_cv_prog_gnu_ld+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&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 &5 -echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 +$as_echo "$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld @@ -13642,8 +14516,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' @@ -13669,7 +14543,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 @@ -13684,8 +14558,8 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } ld_shlibs_CXX=yes case $host_os in aix3*) @@ -13700,8 +14574,23 @@ 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 @@ -13718,7 +14607,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` @@ -13726,7 +14615,7 @@ 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 @@ -13737,8 +14626,12 @@ 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 @@ -13747,15 +14640,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. @@ -13782,44 +14676,54 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # 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=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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_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 '"\${wl}$no_entry_flag"' $compiler_flags `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 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 '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_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 @@ -13843,31 +14747,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # 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=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi @@ -13877,16 +14792,26 @@ # -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=' ' + whole_archive_flag_spec_CXX='$convenience' 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 ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; + + beos*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag_CXX=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + ld_shlibs_CXX=no + fi + ;; + chorus*) case $cc_basename in *) @@ -13900,12 +14825,12 @@ # _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}--enable-auto-image-base -Xlinker --out-implib -Xlinker $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 @@ -13914,70 +14839,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}--enable-auto-image-base -Xlinker --out-implib -Xlinker $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_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 + 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` $xlcverstring' + 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 $xlcverstring~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 @@ -13988,14 +14924,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* | kfreebsd*-gnu) + freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions ld_shlibs_CXX=yes @@ -14012,12 +14948,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. @@ -14026,11 +14962,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 @@ -14040,33 +14976,20 @@ ;; 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=: + + case $host_cpu in + hppa*64*|ia64*) ;; *) - 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*) + case $host_cpu in + hppa*64*|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 @@ -14077,17 +15000,20 @@ esac case $cc_basename in - CC) + 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' + aCC*) + case $host_cpu in + hppa*64*) + archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) - 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 @@ -14103,12 +15029,15 @@ *) 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' + case $host_cpu in + hppa*64*) + archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) - 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 @@ -14119,11 +15048,25 @@ ;; esac ;; + interix[3-9]*) + hardcode_direct_CXX=no + hardcode_shlibpath_var_CXX=no + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + export_dynamic_flag_spec_CXX='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; 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 @@ -14134,9 +15077,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 @@ -14145,16 +15088,16 @@ hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_CXX=: ;; - linux*) + linux* | k*bsd*-gnu) 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. @@ -14172,20 +15115,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' @@ -14201,6 +15168,29 @@ # 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' ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + 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='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' + hardcode_libdir_flag_spec_CXX='-R$libdir' + whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + + # Not sure whether something based on + # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 + # would be better. + 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' + ;; + esac + ;; esac ;; lynxos*) @@ -14213,7 +15203,7 @@ ;; mvs*) case $cc_basename in - cxx) + cxx*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; @@ -14223,7 +15213,7 @@ ;; esac ;; - netbsd*) + netbsd* | netbsdelf*-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= @@ -14234,15 +15224,35 @@ # 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*) + if test -f /usr/libexec/ld.so; then + 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' + else + ld_shlibs_CXX=no + fi + ;; 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=: @@ -14252,14 +15262,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=: @@ -14277,7 +15287,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=: @@ -14296,13 +15306,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=: @@ -14311,17 +15321,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' @@ -14340,7 +15350,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=: @@ -14361,27 +15371,14 @@ # 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) + 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 @@ -14394,36 +15391,28 @@ ;; 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. + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. # 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='-z allextract$convenience -z 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 @@ -14431,9 +15420,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' @@ -14443,9 +15432,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 @@ -14454,9 +15443,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 @@ -14465,16 +15454,73 @@ fi hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir' + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + ;; + esac fi ;; esac ;; - sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*) + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag_CXX='${wl}-z,text' + archive_cmds_need_lc_CXX=no + hardcode_shlibpath_var_CXX=no + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + # So that behaviour is only enabled if SCOABSPATH is set to a + # non-empty value in the environment. Most likely only useful for + # creating official distributions of packages. + # This is a hack until libtool officially supports absolute path + # names for shared libraries. + no_undefined_flag_CXX='${wl}-z,text' + allow_undefined_flag_CXX='${wl}-z,nodefs' archive_cmds_need_lc_CXX=no + hardcode_shlibpath_var_CXX=no + hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' + hardcode_libdir_separator_CXX=':' + link_all_deplibs_CXX=yes + export_dynamic_flag_spec_CXX='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + archive_cmds_CXX='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds_CXX='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac ;; tandem*) case $cc_basename in - NCC) + NCC*) # NonStop-UX NCC 3.20 # FIXME: insert proper C++ library support ld_shlibs_CXX=no @@ -14494,8 +15540,8 @@ ld_shlibs_CXX=no ;; esac -{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 -echo "${ECHO_T}$ld_shlibs_CXX" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 +$as_echo "$ld_shlibs_CXX" >&6; } test "$ld_shlibs_CXX" = no && can_build_shared=no GCC_CXX="$GXX" @@ -14519,7 +15565,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Parse the compiler output and extract the necessary # objects, libraries and library flags. @@ -14531,7 +15577,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 @@ -14571,7 +15617,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 @@ -14607,6 +15653,62 @@ $rm -f confest.$objext +# PORTME: override above test on systems where it is broken +case $host_os in +interix[3-9]*) + # Interix 3.5 installs completely hosed .la files for C++, so rather than + # hack all around it, let's just trust "g++" to DTRT. + predep_objects_CXX= + postdep_objects_CXX= + postdeps_CXX= + ;; + +linux*) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + # + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + if test "$solaris_use_stlport4" != yes; then + postdeps_CXX='-library=Cstd -library=Crun' + fi + ;; + esac + ;; + +solaris*) + case $cc_basename in + CC*) + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + + # 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. + if test "$solaris_use_stlport4" != yes; then + postdeps_CXX='-library=Cstd -library=Crun' + fi + ;; + esac + ;; +esac + + case " $postdeps_CXX " in *" -lc "*) archive_cmds_need_lc_CXX=no ;; esac @@ -14615,8 +15717,8 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 +$as_echo_n "checking for $compiler option to produce PIC... " >&6; } # C++ specific cases for pic, static, wl, etc. if test "$GXX" = yes; then @@ -14637,12 +15739,14 @@ # like `-m68040'. lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4' ;; - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; - mingw* | os2* | pw32*) + mingw* | cygwin* | 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). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries lt_prog_compiler_pic_CXX='-DDLL_EXPORT' ;; darwin* | rhapsody*) @@ -14654,6 +15758,10 @@ # DJGPP does not support shared libraries at all lt_prog_compiler_pic_CXX= ;; + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic_CXX=-Kconform_pic @@ -14662,7 +15770,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*) ;; *) @@ -14687,18 +15795,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' ;; @@ -14706,22 +15824,22 @@ ;; esac ;; - freebsd* | kfreebsd*-gnu) + freebsd* | 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" + lt_prog_compiler_static_CXX='${wl}-a ${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 + lt_prog_compiler_static_CXX='${wl}-a ${wl}archive' + case $host_cpu in hppa*64*|ia64*) # +Z the default ;; @@ -14734,9 +15852,13 @@ ;; esac ;; + interix*) + # This is c89, which is MS Visual C++ (no shared libs) + # Anyone wants to do a port? + ;; 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. @@ -14745,20 +15867,26 @@ ;; esac ;; - linux*) + linux* | k*bsd*-gnu) 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. @@ -14766,6 +15894,14 @@ lt_prog_compiler_static_CXX='-non_shared' ;; *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-Bstatic' + lt_prog_compiler_wl_CXX='-Qoption ld ' + ;; + esac ;; esac ;; @@ -14775,25 +15911,25 @@ ;; mvs*) case $cc_basename in - cxx) + cxx*) lt_prog_compiler_pic_CXX='-W c,exportall' ;; *) ;; esac ;; - netbsd*) + netbsd* | netbsdelf*-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 @@ -14807,24 +15943,15 @@ ;; psos*) ;; - sco*) - case $cc_basename in - CC) - lt_prog_compiler_pic_CXX='-fPIC' - ;; - *) - ;; - esac - ;; 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' ;; @@ -14834,12 +15961,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' ;; @@ -14849,7 +15976,7 @@ ;; tandem*) case $cc_basename in - NCC) + NCC*) # NonStop-UX NCC 3.20 lt_prog_compiler_pic_CXX='-KPIC' ;; @@ -14857,7 +15984,14 @@ ;; esac ;; - unixware*) + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + case $cc_basename in + CC*) + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-Bstatic' + ;; + esac ;; vxworks*) ;; @@ -14867,22 +16001,22 @@ esac fi -{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 -echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 +$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; } if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_prog_compiler_pic_works_CXX=no ac_outfile=conftest.$ac_objext - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$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. @@ -14890,26 +16024,28 @@ # 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:14896: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16030: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:14900: \$? = $ac_status" >&5 + echo "$as_me:16034: \$? = $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 -e '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || 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; } +{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5 +$as_echo "$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 @@ -14922,7 +16058,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= @@ -14932,24 +16068,59 @@ ;; 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; } +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\" +{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } +if test "${lt_prog_compiler_static_works_CXX+set}" = set; then + $as_echo_n "(cached) " >&6 +else + lt_prog_compiler_static_works_CXX=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$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 -e '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_prog_compiler_static_works_CXX=yes + fi + else + lt_prog_compiler_static_works_CXX=yes + fi + fi + $rm conftest* + LDFLAGS="$save_LDFLAGS" + +fi +{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5 +$as_echo "$lt_prog_compiler_static_works_CXX" >&6; } + +if test x"$lt_prog_compiler_static_works_CXX" = xyes; then + : +else + lt_prog_compiler_static_CXX= +fi + + +{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&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 - - # 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 . + echo "$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 @@ -14957,58 +16128,63 @@ # 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:14963: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16134: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:14967: \$? = $ac_status" >&5 + echo "$as_me:16138: \$? = $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 -e '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || 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* 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; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 +$as_echo "$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; } + { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 +$as_echo_n "checking if we can lock with hard links... " >&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; } + { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +$as_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; } +{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' case $host_os in @@ -15025,22 +16201,20 @@ 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* | k*bsd*-gnu) + 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; } +{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 +$as_echo "$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? # @@ -15058,21 +16232,22 @@ # 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; } + { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 +$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } $rm conftest* - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$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 + $as_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 + pic_flag=$lt_prog_compiler_pic_CXX compiler_flags=-v linker_flags=-v verstring= @@ -15083,7 +16258,7 @@ 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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } then archive_cmds_need_lc_CXX=no @@ -15095,20 +16270,20 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 +$as_echo_n "checking dynamic linker characteristics... " >&6; } library_names_spec= libname_spec='lib$name' soname_spec= -shrext=".so" +shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= @@ -15118,7 +16293,7 @@ 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 @@ -15183,7 +16358,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*) @@ -15192,7 +16367,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}' @@ -15208,7 +16383,7 @@ cygwin* | mingw* | pw32*) version_type=windows - shrext=".dll" + shrext_cmds=".dll" need_version=no need_lib_prefix=no @@ -15220,7 +16395,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' @@ -15250,7 +16426,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 ;; @@ -15273,13 +16449,8 @@ 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 + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; @@ -15296,20 +16467,17 @@ 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*) - 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*) @@ -15327,14 +16495,19 @@ freebsd2*) shlibpath_overrides_runpath=yes ;; - freebsd3.01* | freebsdelf3.01*) + freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; - *) # from 3.2 on + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; esac ;; @@ -15354,9 +16527,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 @@ -15371,7 +16544,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 @@ -15382,7 +16555,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 @@ -15394,6 +16567,18 @@ postinstall_cmds='chmod 555 $lib' ;; +interix[3-9]*) + 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' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; @@ -15437,29 +16622,26 @@ ;; # This must be Linux ELF. -linux*) +linux* | k*bsd*-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' 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 -a ! -h /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>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/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, @@ -15469,6 +16651,18 @@ dynamic_linker='GNU/Linux ld.so' ;; +netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='NetBSD ld.elf_so' + ;; + netbsd*) version_type=sunos need_lib_prefix=no @@ -15478,7 +16672,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 @@ -15506,8 +16700,13 @@ openbsd*) version_type=sunos + sys_lib_dlsearch_path_spec="/usr/lib" 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 @@ -15527,7 +16726,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' @@ -15545,11 +16744,8 @@ 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 +rdos*) + dynamic_linker=no ;; solaris*) @@ -15577,7 +16773,7 @@ need_version=yes ;; -sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) +sysv4 | sysv4.3*) 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' @@ -15610,6 +16806,29 @@ fi ;; +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + shlibpath_overrides_runpath=no + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + shlibpath_overrides_runpath=yes + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + uts4*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -15621,16 +16840,21 @@ dynamic_linker=no ;; esac -{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 -echo "${ECHO_T}$dynamic_linker" >&6; } +{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 +$as_echo "$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; } +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 + +{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 +$as_echo_n "checking how to hardcode library paths into programs... " >&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 && @@ -15650,8 +16874,8 @@ # directories. hardcode_action_CXX=unsupported fi -{ echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 -echo "${ECHO_T}$hardcode_action_CXX" >&6; } +{ $as_echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 +$as_echo "$hardcode_action_CXX" >&6; } if test "$hardcode_action_CXX" = relink; then # Fast installation is not supported @@ -15662,1135 +16886,344 @@ 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= +# 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 LTCFLAGS 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 \ + fix_srcfile_path_CXX \ + exclude_expsyms_CXX \ + include_expsyms_CXX; do - case $host_os in - beos*) - lt_cv_dlopen="load_add_on" - lt_cv_dlopen_libs= - lt_cv_dlopen_self=yes + 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 - mingw* | pw32*) - lt_cv_dlopen="LoadLibrary" - lt_cv_dlopen_libs= - ;; +cfgfile="$ofile" - cygwin*) - lt_cv_dlopen="dlopen" - lt_cv_dlopen_libs= - ;; + cat <<__EOF__ >> "$cfgfile" +# ### BEGIN LIBTOOL TAG CONFIG: $tagname - 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. */ +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char dlopen (); -int -main () -{ -return dlopen (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then - ac_cv_lib_dl_dlopen=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL - ac_cv_lib_dl_dlopen=no -fi +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - 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 +# Whether or not to build static libraries. +build_old_libs=$enable_static - lt_cv_dlopen="dyld" - lt_cv_dlopen_libs= - lt_cv_dlopen_self=yes +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc_CXX -fi +# 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 - *) - { 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 declares shl_load. - For example, HP-UX 11i declares gettimeofday. */ -#define shl_load innocuous_shl_load +# The host system. +host_alias=$host_alias +host=$host +host_os=$host_os -/* System header to define __stub macros and hopefully few prototypes, - which can conflict with char shl_load (); below. - Prefer to if __STDC__ is defined, since - exists even on freestanding compilers. */ +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os -#ifdef __STDC__ -# include -#else -# include -#endif +# An echo program that does not interpret backslashes. +echo=$lt_echo -#undef shl_load +# The archiver. +AR=$lt_AR +AR_FLAGS=$lt_AR_FLAGS -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -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 -#endif +# A C compiler. +LTCC=$lt_LTCC -int -main () -{ -return shl_load (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then - ac_cv_func_shl_load=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 +# LTCC compiler flags. +LTCFLAGS=$lt_LTCFLAGS - ac_cv_func_shl_load=no -fi +# A language-specific compiler. +CC=$lt_compiler_CXX -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - 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. */ +# Is the compiler the GNU C compiler? +with_gcc=$GCC_CXX -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char shl_load (); -int -main () -{ -return shl_load (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then - ac_cv_lib_dld_shl_load=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 +# An ERE matcher. +EGREP=$lt_EGREP - ac_cv_lib_dld_shl_load=no -fi +# The linker used to build libraries. +LD=$lt_LD_CXX -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - 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 declares dlopen. - For example, HP-UX 11i declares gettimeofday. */ -#define dlopen innocuous_dlopen +# Whether we need hard or soft links. +LN_S=$lt_LN_S -/* System header to define __stub macros and hopefully few prototypes, - which can conflict with char dlopen (); below. - Prefer to if __STDC__ is defined, since - exists even on freestanding compilers. */ +# A BSD-compatible nm program. +NM=$lt_NM -#ifdef __STDC__ -# include -#else -# include -#endif +# A symbol stripping program +STRIP=$lt_STRIP -#undef dlopen +# Used to examine libraries when file_magic_cmd begins "file" +MAGIC_CMD=$MAGIC_CMD -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -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 -#endif +# Used on cygwin: DLL creation program. +DLLTOOL="$DLLTOOL" -int -main () -{ -return dlopen (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then - ac_cv_func_dlopen=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 +# Used on cygwin: object dumper. +OBJDUMP="$OBJDUMP" - ac_cv_func_dlopen=no -fi +# Used on cygwin: assembler. +AS="$AS" -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - 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. */ +# The name of the directory that contains temporary libtool files. +objdir=$objdir -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char dlopen (); -int -main () -{ -return dlopen (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then - ac_cv_lib_dl_dlopen=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds - ac_cv_lib_dl_dlopen=no -fi +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl_CXX -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - 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. */ +# Object file suffix (normally "o"). +objext="$ac_objext" -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char dlopen (); -int -main () -{ -return dlopen (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then - ac_cv_lib_svld_dlopen=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 +# Old archive suffix (normally "a"). +libext="$libext" - ac_cv_lib_svld_dlopen=no -fi +# Shared library suffix (normally ".so"). +shrext_cmds='$shrext_cmds' -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - 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. */ +# Executable file suffix (normally ""). +exeext="$exeext" -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char dld_link (); -int -main () -{ -return dld_link (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then - ac_cv_lib_dld_dld_link=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic_CXX +pic_mode=$pic_mode - ac_cv_lib_dld_dld_link=no -fi +# What is the maximum length of a command? +max_cmd_len=$lt_cv_sys_max_cmd_len -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - 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 +# 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 -fi +# 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 -fi +# Whether dlopen is supported. +dlopen_support=$enable_dlopen +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self -fi +# 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 -fi +# 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 -fi +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX - ;; - esac +# Compiler flag to generate thread-safe objects. +thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX - if test "x$lt_cv_dlopen" != xno; then - enable_dlopen=yes - else - enable_dlopen=no - fi +# Library versioning type. +version_type=$version_type - case $lt_cv_dlopen in - dlopen) - save_CPPFLAGS="$CPPFLAGS" - test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" +# Format of library name prefix. +libname_spec=$lt_libname_spec - save_LDFLAGS="$LDFLAGS" - eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_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 - save_LIBS="$LIBS" - LIBS="$lt_cv_dlopen_libs $LIBS" +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec - { 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 < -#endif +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX -#include +# 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 -#ifdef RTLD_GLOBAL -# define LT_DLGLOBAL RTLD_GLOBAL -#else -# ifdef DL_GLOBAL -# define LT_DLGLOBAL DL_GLOBAL -# else -# define LT_DLGLOBAL 0 -# endif -#endif +# 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 -/* 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 +# 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 -#ifdef __cplusplus -extern "C" void exit (int); -#endif +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib -void fnord() { int i=42;} -int main () -{ - void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); - int status = $lt_dlunknown; +# Dependencies to place before the objects being linked to create a +# shared library. +predep_objects=$lt_predep_objects_CXX - if (self) - { - if (dlsym (self,"fnord")) status = $lt_dlno_uscore; - else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; - /* dlclose (self); */ - } +# Dependencies to place after the objects being linked to create a +# shared library. +postdep_objects=$lt_postdep_objects_CXX - 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; ) 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* +# 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 -fi -{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 -echo "${ECHO_T}$lt_cv_dlopen_self" >&6; } +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path_CXX - 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 < -#endif +# Command to use when deplibs_check_method == file_magic. +file_magic_cmd=$lt_file_magic_cmd -#include +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag_CXX -#ifdef RTLD_GLOBAL -# define LT_DLGLOBAL RTLD_GLOBAL -#else -# ifdef DL_GLOBAL -# define LT_DLGLOBAL DL_GLOBAL -# else -# define LT_DLGLOBAL 0 -# endif -#endif +# Flag that forces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag_CXX -/* 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 +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds -#ifdef __cplusplus -extern "C" void exit (int); -#endif +# Same as above, but a single script fragment to be evaled but not shown. +finish_eval=$lt_finish_eval -void fnord() { int i=42;} -int main () -{ - void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); - int status = $lt_dlunknown; +# 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 - if (self) - { - if (dlsym (self,"fnord")) status = $lt_dlno_uscore; - else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; - /* dlclose (self); */ - } +# Transform the output of nm in a proper C declaration +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl - 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; ) 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* +# 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 -fi -{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 -echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; } - fi +# This is the shared library path variable. +shlibpath_var=$shlibpath_var - CPPFLAGS="$save_CPPFLAGS" - LDFLAGS="$save_LDFLAGS" - LIBS="$save_LIBS" - ;; - esac +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath - case $lt_cv_dlopen_self in - yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; - *) enable_dlopen_self=unknown ;; - esac +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action_CXX - 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 +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs - -# 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 \ - 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 - -# 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=$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='$shrext' - -# 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 +# 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 @@ -16830,7 +17263,7 @@ 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" +fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols_CXX @@ -16856,7 +17289,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 @@ -16918,39 +17354,72 @@ objext_F77=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code=" subroutine t\n return\n end\n" +lt_simple_compile_test_code="\ + subroutine t + return + end +" # Code to be used in simple link tests -lt_simple_link_test_code=" program t\n end\n" +lt_simple_link_test_code="\ + program t + end +" # ltmain only uses $CC for tagged configurations so make sure $CC is set. # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + # Allow CC to be a program name with arguments. compiler=$CC +# save warnings/boilerplate of simple test code +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$rm conftest* + +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/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; } -{ 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; } +{ $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 +$as_echo_n "checking if libtool supports shared libraries... " >&6; } +{ $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5 +$as_echo "$can_build_shared" >&6; } + +{ $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 +$as_echo_n "checking whether to build shared libraries... " >&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 +case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then @@ -16958,21 +17427,21 @@ 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 -echo "${ECHO_T}$enable_shared" >&6; } +{ $as_echo "$as_me:$LINENO: result: $enable_shared" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5 +$as_echo_n "checking whether to build static libraries... " >&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 +{ $as_echo "$as_me:$LINENO: result: $enable_static" >&5 +$as_echo "$enable_static" >&6; } GCC_F77="$G77" LD_F77="$LD" @@ -16981,8 +17450,8 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 +$as_echo_n "checking for $compiler option to produce PIC... " >&6; } if test "$GCC" = yes; then lt_prog_compiler_wl_F77='-Wl,' @@ -17004,13 +17473,15 @@ lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4' ;; - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; - mingw* | pw32* | os2*) + mingw* | cygwin* | 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). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries lt_prog_compiler_pic_F77='-DDLL_EXPORT' ;; @@ -17020,6 +17491,11 @@ lt_prog_compiler_pic_F77='-fno-common' ;; + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. @@ -17036,7 +17512,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 ;; @@ -17062,8 +17538,18 @@ 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*) + mingw* | cygwin* | 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' @@ -17073,7 +17559,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 ;; @@ -17096,18 +17582,41 @@ lt_prog_compiler_static_F77='-Bstatic' ;; - linux*) - case $CC in + linux* | k*bsd*-gnu) + 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' ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-Bstatic' + lt_prog_compiler_wl_F77='-Wl,' + ;; + *Sun\ F*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-Bstatic' + lt_prog_compiler_wl_F77='' + ;; + esac + ;; esac ;; @@ -17117,15 +17626,19 @@ lt_prog_compiler_static_F77='-non_shared' ;; - sco3.2v5*) - lt_prog_compiler_pic_F77='-Kpic' - lt_prog_compiler_static_F77='-dn' + rdos*) + lt_prog_compiler_static_F77='-non_shared' ;; 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*) @@ -17134,7 +17647,7 @@ lt_prog_compiler_static_F77='-Bstatic' ;; - sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl_F77='-Wl,' lt_prog_compiler_pic_F77='-KPIC' lt_prog_compiler_static_F77='-Bstatic' @@ -17147,6 +17660,17 @@ fi ;; + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + lt_prog_compiler_wl_F77='-Wl,' + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-Bstatic' + ;; + + 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' @@ -17158,22 +17682,22 @@ esac fi -{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 -echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 +$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... " >&6; } if test "${lt_prog_compiler_pic_works_F77+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_prog_compiler_pic_works_F77=no ac_outfile=conftest.$ac_objext - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$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. @@ -17181,26 +17705,28 @@ # 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:17187: $lt_compile\"" >&5) + (eval echo "\"\$as_me:17711: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:17191: \$? = $ac_status" >&5 + echo "$as_me:17715: \$? = $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 -e '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || 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; } +{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5 +$as_echo "$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 @@ -17213,7 +17739,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= @@ -17223,24 +17749,59 @@ ;; 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; } +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\" +{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } +if test "${lt_prog_compiler_static_works_F77+set}" = set; then + $as_echo_n "(cached) " >&6 +else + lt_prog_compiler_static_works_F77=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$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 -e '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_prog_compiler_static_works_F77=yes + fi + else + lt_prog_compiler_static_works_F77=yes + fi + fi + $rm conftest* + LDFLAGS="$save_LDFLAGS" + +fi +{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_F77" >&5 +$as_echo "$lt_prog_compiler_static_works_F77" >&6; } + +if test x"$lt_prog_compiler_static_works_F77" = xyes; then + : +else + lt_prog_compiler_static_F77= +fi + + +{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&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 - - # 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 . + echo "$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 @@ -17248,58 +17809,63 @@ # 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:17254: $lt_compile\"" >&5) + (eval echo "\"\$as_me:17815: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:17258: \$? = $ac_status" >&5 + echo "$as_me:17819: \$? = $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 -e '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || 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* 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; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5 +$as_echo "$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; } + { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 +$as_echo_n "checking if we can lock with hard links... " >&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; } + { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +$as_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; } +{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } runpath_var= allow_undefined_flag_F77= @@ -17337,6 +17903,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*) @@ -17347,6 +17923,10 @@ with_gnu_ld=no fi ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++) + with_gnu_ld=yes + ;; openbsd*) with_gnu_ld=no ;; @@ -17357,6 +17937,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*) @@ -17394,7 +17995,7 @@ allow_undefined_flag_F77=unsupported # Joseph Beckenbach 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 @@ -17404,13 +18005,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/'\'' -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}--enable-auto-image-base -Xlinker --out-implib -Xlinker $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 @@ -17419,23 +18020,79 @@ 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}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else - ld_shlibs=no + ld_shlibs_F77=no + fi + ;; + + interix[3-9]*) + hardcode_direct_F77=no + hardcode_shlibpath_var_F77=no + hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' + export_dynamic_flag_spec_F77='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | k*bsd*-gnu) + 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 + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec_F77='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + *) + tmp_sharedflag='-shared' ;; + esac + archive_cmds_F77='$CC '"$tmp_sharedflag""$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 '"$tmp_sharedflag""$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) 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 ;; - solaris* | sysv5*) + solaris*) if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ld_shlibs_F77=no cat <&2 @@ -17449,13 +18106,40 @@ 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 ;; + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) + ld_shlibs_F77=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' + archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' + else + ld_shlibs_F77=no + fi + ;; + esac + ;; + sunos4*) archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= @@ -17465,24 +18149,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) @@ -17494,7 +18173,7 @@ # 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 + if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct_F77=unsupported @@ -17516,9 +18195,21 @@ 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 @@ -17535,7 +18226,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` @@ -17543,7 +18234,7 @@ 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 @@ -17554,8 +18245,12 @@ 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 @@ -17563,22 +18258,23 @@ # 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' + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' else - shared_flag='-qmkshrobj' - fi + 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 @@ -17589,43 +18285,53 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_f77_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # 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=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 '"\${wl}$no_entry_flag"' $compiler_flags `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 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 '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_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 @@ -17639,31 +18345,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_f77_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # 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=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi @@ -17673,13 +18390,11 @@ # -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=' ' + whole_archive_flag_spec_F77='$convenience' 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 ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; @@ -17692,7 +18407,7 @@ ld_shlibs_F77=no ;; - bsdi4*) + bsdi[45]*) export_dynamic_flag_spec_F77=-rdynamic ;; @@ -17702,68 +18417,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"`' + 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*) - 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_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 - ;; + 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` $xlcverstring' + 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 $xlcverstring~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 ;; @@ -17797,8 +18512,8 @@ ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | kfreebsd*-gnu) - archive_cmds_F77='$CC -shared -o $lib $compiler_flags $libobjs $deplibs' + freebsd* | 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 @@ -17806,7 +18521,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 @@ -17820,47 +18535,62 @@ export_dynamic_flag_spec_F77='${wl}-E' ;; - hpux10* | hpux11*) + hpux10*) 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 $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' + else + archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test "$with_gnu_ld" = no; then + 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 + fi + ;; + + hpux11*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + case $host_cpu in + hppa*64*) + archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -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 - hppa*64*|ia64*) - archive_cmds_F77='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' + case $host_cpu in + hppa*64*) + archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) - archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_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_F77='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_F77=: + + case $host_cpu in + hppa*64*|ia64*) 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' @@ -17874,7 +18604,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' @@ -17884,7 +18614,7 @@ link_all_deplibs_F77=yes ;; - netbsd*) + netbsd* | netbsdelf*-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 @@ -17904,23 +18634,28 @@ ;; 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 $compiler_flags $libobjs $deplibs' - hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' - export_dynamic_flag_spec_F77='${wl}-E' + if test -f /usr/libexec/ld.so; then + 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 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 $compiler_flags $libobjs $deplibs' - hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' - ;; - esac + ld_shlibs_F77=no fi ;; @@ -17928,14 +18663,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' @@ -17947,13 +18682,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' @@ -17961,21 +18696,15 @@ 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 - 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' @@ -17984,8 +18713,17 @@ 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 and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test "$GCC" = yes; then + whole_archive_flag_spec_F77='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' + fi + ;; esac link_all_deplibs_F77=yes ;; @@ -17994,7 +18732,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 @@ -18042,36 +18780,45 @@ fi ;; - sysv4.2uw2*) - archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags' - hardcode_direct_F77=yes - hardcode_minus_L_F77=no + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag_F77='${wl}-z,text' + archive_cmds_need_lc_F77=no hardcode_shlibpath_var_F77=no - hardcode_runpath_var=yes - runpath_var=LD_RUN_PATH - ;; + 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 $compiler_flags $libobjs $deplibs' + archive_cmds_F77='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$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,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$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= + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + no_undefined_flag_F77='${wl}-z,text' + allow_undefined_flag_F77='${wl}-z,nodefs' + archive_cmds_need_lc_F77=no hardcode_shlibpath_var_F77=no + hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' + hardcode_libdir_separator_F77=':' + link_all_deplibs_F77=yes + export_dynamic_flag_spec_F77='${wl}-Bexport' runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + archive_cmds_F77='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds_F77='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + fi ;; uts4*) @@ -18086,15 +18833,10 @@ esac fi -{ echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5 -echo "${ECHO_T}$ld_shlibs_F77" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5 +$as_echo "$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? # @@ -18112,21 +18854,22 @@ # 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; } + { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 +$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } $rm conftest* - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$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 + $as_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 + pic_flag=$lt_prog_compiler_pic_F77 compiler_flags=-v linker_flags=-v verstring= @@ -18137,7 +18880,7 @@ 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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } then archive_cmds_need_lc_F77=no @@ -18149,20 +18892,20 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 +$as_echo_n "checking dynamic linker characteristics... " >&6; } library_names_spec= libname_spec='lib$name' soname_spec= -shrext=".so" +shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= @@ -18172,7 +18915,7 @@ 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 @@ -18237,7 +18980,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*) @@ -18246,7 +18989,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}' @@ -18262,7 +19005,7 @@ cygwin* | mingw* | pw32*) version_type=windows - shrext=".dll" + shrext_cmds=".dll" need_version=no need_lib_prefix=no @@ -18274,7 +19017,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' @@ -18304,7 +19048,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 ;; @@ -18327,13 +19071,8 @@ 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 + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; @@ -18350,20 +19089,17 @@ 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*) - 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*) @@ -18381,14 +19117,19 @@ freebsd2*) shlibpath_overrides_runpath=yes ;; - freebsd3.01* | freebsdelf3.01*) + freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; - *) # from 3.2 on + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; esac ;; @@ -18408,9 +19149,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 @@ -18425,7 +19166,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 @@ -18436,7 +19177,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 @@ -18448,6 +19189,18 @@ postinstall_cmds='chmod 555 $lib' ;; +interix[3-9]*) + 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' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; @@ -18491,29 +19244,26 @@ ;; # This must be Linux ELF. -linux*) +linux* | k*bsd*-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' 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 -a ! -h /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>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/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, @@ -18523,6 +19273,18 @@ dynamic_linker='GNU/Linux ld.so' ;; +netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='NetBSD ld.elf_so' + ;; + netbsd*) version_type=sunos need_lib_prefix=no @@ -18532,7 +19294,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 @@ -18560,8 +19322,13 @@ openbsd*) version_type=sunos + sys_lib_dlsearch_path_spec="/usr/lib" 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 @@ -18581,7 +19348,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' @@ -18599,11 +19366,8 @@ 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 +rdos*) + dynamic_linker=no ;; solaris*) @@ -18631,7 +19395,7 @@ need_version=yes ;; -sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) +sysv4 | sysv4.3*) 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' @@ -18664,6 +19428,29 @@ fi ;; +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + shlibpath_overrides_runpath=no + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + shlibpath_overrides_runpath=yes + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + uts4*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -18675,16 +19462,21 @@ dynamic_linker=no ;; esac -{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 -echo "${ECHO_T}$dynamic_linker" >&6; } +{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 +$as_echo "$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; } +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 + +{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 +$as_echo_n "checking how to hardcode library paths into programs... " >&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 && @@ -18704,8 +19496,8 @@ # directories. hardcode_action_F77=unsupported fi -{ echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 -echo "${ECHO_T}$hardcode_action_F77" >&6; } +{ $as_echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 +$as_echo "$hardcode_action_F77" >&6; } if test "$hardcode_action_F77" = relink; then # Fast installation is not supported @@ -18716,36 +19508,6 @@ 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 @@ -18760,7 +19522,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 LTCFLAGS 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 \ @@ -18801,6 +19564,7 @@ module_cmds_F77 \ module_expsym_cmds_F77 \ lt_cv_prog_compiler_c_o_F77 \ + fix_srcfile_path_F77 \ exclude_expsyms_F77 \ include_expsyms_F77; do @@ -18860,6 +19624,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 @@ -18871,6 +19641,9 @@ # A C compiler. LTCC=$lt_LTCC +# LTCC compiler flags. +LTCFLAGS=$lt_LTCFLAGS + # A language-specific compiler. CC=$lt_compiler_F77 @@ -18890,7 +19663,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 @@ -18921,7 +19694,7 @@ libext="$libext" # Shared library suffix (normally ".so"). -shrext='$shrext' +shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" @@ -18936,7 +19709,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? @@ -19112,7 +19885,7 @@ 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" +fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols_F77 @@ -19138,7 +19911,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 @@ -19167,29 +19943,58 @@ objext_GCJ=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code="class foo {}\n" +lt_simple_compile_test_code="class foo {}" # 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) {}; }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + # Allow CC to be a program name with arguments. compiler=$CC +# save warnings/boilerplate of simple test code +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$rm conftest* + +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/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 @@ -19201,14 +20006,14 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$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. @@ -19216,26 +20021,28 @@ # 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:19222: $lt_compile\"" >&5) + (eval echo "\"\$as_me:20027: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:19226: \$? = $ac_status" >&5 + echo "$as_me:20031: \$? = $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 -e '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || 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; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +$as_echo "$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" @@ -19249,8 +20056,8 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 +$as_echo_n "checking for $compiler option to produce PIC... " >&6; } if test "$GCC" = yes; then lt_prog_compiler_wl_GCJ='-Wl,' @@ -19272,13 +20079,15 @@ lt_prog_compiler_pic_GCJ='-m68020 -resident32 -malways-restore-a4' ;; - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; - mingw* | pw32* | os2*) + mingw* | cygwin* | 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). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' ;; @@ -19288,6 +20097,11 @@ lt_prog_compiler_pic_GCJ='-fno-common' ;; + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. @@ -19304,7 +20118,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 ;; @@ -19330,8 +20144,18 @@ 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*) + mingw* | cygwin* | 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' @@ -19341,7 +20165,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 ;; @@ -19364,18 +20188,41 @@ lt_prog_compiler_static_GCJ='-Bstatic' ;; - linux*) - case $CC in + linux* | k*bsd*-gnu) + 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' ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-Bstatic' + lt_prog_compiler_wl_GCJ='-Wl,' + ;; + *Sun\ F*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-Bstatic' + lt_prog_compiler_wl_GCJ='' + ;; + esac + ;; esac ;; @@ -19385,15 +20232,19 @@ lt_prog_compiler_static_GCJ='-non_shared' ;; - sco3.2v5*) - lt_prog_compiler_pic_GCJ='-Kpic' - lt_prog_compiler_static_GCJ='-dn' + rdos*) + lt_prog_compiler_static_GCJ='-non_shared' ;; 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*) @@ -19402,7 +20253,7 @@ lt_prog_compiler_static_GCJ='-Bstatic' ;; - sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl_GCJ='-Wl,' lt_prog_compiler_pic_GCJ='-KPIC' lt_prog_compiler_static_GCJ='-Bstatic' @@ -19415,6 +20266,17 @@ fi ;; + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + lt_prog_compiler_wl_GCJ='-Wl,' + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-Bstatic' + ;; + + 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' @@ -19426,22 +20288,22 @@ esac fi -{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 -echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 +$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... " >&6; } if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_prog_compiler_pic_works_GCJ=no ac_outfile=conftest.$ac_objext - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$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. @@ -19449,26 +20311,28 @@ # 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:19455: $lt_compile\"" >&5) + (eval echo "\"\$as_me:20317: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:19459: \$? = $ac_status" >&5 + echo "$as_me:20321: \$? = $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 -e '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || 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; } +{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5 +$as_echo "$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 @@ -19481,7 +20345,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= @@ -19491,24 +20355,59 @@ ;; 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; } +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\" +{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } +if test "${lt_prog_compiler_static_works_GCJ+set}" = set; then + $as_echo_n "(cached) " >&6 +else + lt_prog_compiler_static_works_GCJ=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$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 -e '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_prog_compiler_static_works_GCJ=yes + fi + else + lt_prog_compiler_static_works_GCJ=yes + fi + fi + $rm conftest* + LDFLAGS="$save_LDFLAGS" + +fi +{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5 +$as_echo "$lt_prog_compiler_static_works_GCJ" >&6; } + +if test x"$lt_prog_compiler_static_works_GCJ" = xyes; then + : +else + lt_prog_compiler_static_GCJ= +fi + + +{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&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 - - # 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 . + echo "$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 @@ -19516,58 +20415,63 @@ # 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:19522: $lt_compile\"" >&5) + (eval echo "\"\$as_me:20421: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:19526: \$? = $ac_status" >&5 + echo "$as_me:20425: \$? = $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 -e '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || 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* 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; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 +$as_echo "$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; } + { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 +$as_echo_n "checking if we can lock with hard links... " >&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; } + { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +$as_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; } +{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } runpath_var= allow_undefined_flag_GCJ= @@ -19605,6 +20509,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*) @@ -19615,6 +20529,10 @@ with_gnu_ld=no fi ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++) + with_gnu_ld=yes + ;; openbsd*) with_gnu_ld=no ;; @@ -19625,6 +20543,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*) @@ -19662,7 +20601,7 @@ allow_undefined_flag_GCJ=unsupported # Joseph Beckenbach 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 @@ -19672,13 +20611,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/'\'' -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}--enable-auto-image-base -Xlinker --out-implib -Xlinker $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 @@ -19687,23 +20626,79 @@ 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}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else - ld_shlibs=no + ld_shlibs_GCJ=no + fi + ;; + + interix[3-9]*) + hardcode_direct_GCJ=no + hardcode_shlibpath_var_GCJ=no + hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' + export_dynamic_flag_spec_GCJ='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + archive_cmds_GCJ='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds_GCJ='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | k*bsd*-gnu) + 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 + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec_GCJ='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + *) + tmp_sharedflag='-shared' ;; + esac + archive_cmds_GCJ='$CC '"$tmp_sharedflag""$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 '"$tmp_sharedflag""$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) 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 ;; - solaris* | sysv5*) + solaris*) if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ld_shlibs_GCJ=no cat <&2 @@ -19717,13 +20712,40 @@ 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 ;; + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) + ld_shlibs_GCJ=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' + archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' + else + ld_shlibs_GCJ=no + fi + ;; + esac + ;; + sunos4*) archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= @@ -19733,24 +20755,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) @@ -19762,7 +20779,7 @@ # 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 + if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct_GCJ=unsupported @@ -19784,9 +20801,21 @@ 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 @@ -19803,7 +20832,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` @@ -19811,7 +20840,7 @@ 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 @@ -19822,8 +20851,12 @@ 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 @@ -19831,22 +20864,23 @@ # 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' + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' else - shared_flag='-qmkshrobj' - fi + 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 @@ -19867,43 +20901,53 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # 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=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 '"\${wl}$no_entry_flag"' $compiler_flags `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 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 '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_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 @@ -19927,31 +20971,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # 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=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi @@ -19961,13 +21016,11 @@ # -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=' ' + whole_archive_flag_spec_GCJ='$convenience' 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 ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; @@ -19980,7 +21033,7 @@ ld_shlibs_GCJ=no ;; - bsdi4*) + bsdi[45]*) export_dynamic_flag_spec_GCJ=-rdynamic ;; @@ -19990,68 +21043,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"`' + 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*) - 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_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 - ;; + 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` $xlcverstring' + 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 $xlcverstring~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 ;; @@ -20085,8 +21138,8 @@ ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | kfreebsd*-gnu) - archive_cmds_GCJ='$CC -shared -o $lib $compiler_flags $libobjs $deplibs' + freebsd* | 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 @@ -20094,7 +21147,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 @@ -20108,47 +21161,62 @@ export_dynamic_flag_spec_GCJ='${wl}-E' ;; - hpux10* | hpux11*) + hpux10*) 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 $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' + else + archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test "$with_gnu_ld" = no; then + 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 + fi + ;; + + hpux11*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + case $host_cpu in + hppa*64*) + archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -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 - hppa*64*|ia64*) - archive_cmds_GCJ='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' + case $host_cpu in + hppa*64*) + archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) - archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_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_GCJ='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_GCJ=: + + case $host_cpu in + hppa*64*|ia64*) 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' @@ -20162,7 +21230,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' @@ -20172,7 +21240,7 @@ link_all_deplibs_GCJ=yes ;; - netbsd*) + netbsd* | netbsdelf*-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 @@ -20192,23 +21260,28 @@ ;; 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 $compiler_flags $libobjs $deplibs' - hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' - export_dynamic_flag_spec_GCJ='${wl}-E' + if test -f /usr/libexec/ld.so; then + 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 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 $compiler_flags $libobjs $deplibs' - hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' - ;; - esac + ld_shlibs_GCJ=no fi ;; @@ -20216,14 +21289,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' @@ -20235,13 +21308,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' @@ -20249,21 +21322,15 @@ 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 - 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' @@ -20272,8 +21339,17 @@ 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 and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test "$GCC" = yes; then + whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' + fi + ;; esac link_all_deplibs_GCJ=yes ;; @@ -20282,7 +21358,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 @@ -20330,36 +21406,45 @@ fi ;; - sysv4.2uw2*) - archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags' - hardcode_direct_GCJ=yes - hardcode_minus_L_GCJ=no + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag_GCJ='${wl}-z,text' + archive_cmds_need_lc_GCJ=no hardcode_shlibpath_var_GCJ=no - hardcode_runpath_var=yes - runpath_var=LD_RUN_PATH - ;; + 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 $compiler_flags $libobjs $deplibs' + archive_cmds_GCJ='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$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,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$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= + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + no_undefined_flag_GCJ='${wl}-z,text' + allow_undefined_flag_GCJ='${wl}-z,nodefs' + archive_cmds_need_lc_GCJ=no hardcode_shlibpath_var_GCJ=no + hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' + hardcode_libdir_separator_GCJ=':' + link_all_deplibs_GCJ=yes + export_dynamic_flag_spec_GCJ='${wl}-Bexport' runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + archive_cmds_GCJ='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds_GCJ='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + fi ;; uts4*) @@ -20374,15 +21459,10 @@ esac fi -{ echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5 -echo "${ECHO_T}$ld_shlibs_GCJ" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5 +$as_echo "$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? # @@ -20400,21 +21480,22 @@ # 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; } + { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 +$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } $rm conftest* - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$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 + $as_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 + pic_flag=$lt_prog_compiler_pic_GCJ compiler_flags=-v linker_flags=-v verstring= @@ -20425,7 +21506,7 @@ 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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } then archive_cmds_need_lc_GCJ=no @@ -20437,20 +21518,20 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 +$as_echo_n "checking dynamic linker characteristics... " >&6; } library_names_spec= libname_spec='lib$name' soname_spec= -shrext=".so" +shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= @@ -20460,7 +21541,7 @@ 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 @@ -20525,7 +21606,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*) @@ -20534,7 +21615,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}' @@ -20550,7 +21631,7 @@ cygwin* | mingw* | pw32*) version_type=windows - shrext=".dll" + shrext_cmds=".dll" need_version=no need_lib_prefix=no @@ -20562,7 +21643,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' @@ -20592,7 +21674,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 ;; @@ -20615,13 +21697,8 @@ 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 + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; @@ -20638,20 +21715,17 @@ 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*) - 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*) @@ -20669,14 +21743,19 @@ freebsd2*) shlibpath_overrides_runpath=yes ;; - freebsd3.01* | freebsdelf3.01*) + freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; - *) # from 3.2 on + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; esac ;; @@ -20696,9 +21775,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 @@ -20713,7 +21792,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 @@ -20724,7 +21803,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 @@ -20736,6 +21815,18 @@ postinstall_cmds='chmod 555 $lib' ;; +interix[3-9]*) + 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' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; @@ -20763,1047 +21854,284 @@ *-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 -a ! -h /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 -{ 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 GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char dlopen (); -int -main () -{ -return dlopen (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; 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 core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - 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 declares shl_load. - For example, HP-UX 11i 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 to if __STDC__ is defined, since - exists even on freestanding compilers. */ - -#ifdef __STDC__ -# include -#else -# include -#endif - -#undef shl_load - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -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 -#endif - -int -main () -{ -return shl_load (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; 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 core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - 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 GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char shl_load (); -int -main () -{ -return shl_load (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; 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 core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - 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 declares dlopen. - For example, HP-UX 11i declares gettimeofday. */ -#define dlopen innocuous_dlopen - -/* System header to define __stub macros and hopefully few prototypes, - which can conflict with char dlopen (); below. - Prefer to if __STDC__ is defined, since - exists even on freestanding compilers. */ - -#ifdef __STDC__ -# include -#else -# include -#endif - -#undef dlopen - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -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 -#endif - -int -main () -{ -return dlopen (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; 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 core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - 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 GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char dlopen (); -int -main () -{ -return dlopen (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; 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 core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - 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 GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char dlopen (); -int -main () -{ -return dlopen (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; 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 core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - 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 GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char dld_link (); -int -main () -{ -return dld_link (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; 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 core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - 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 + 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 + ;; -fi +# This must be Linux ELF. +linux* | k*bsd*-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' + 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>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi -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' + ;; -fi +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 + ;; -fi +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 + sys_lib_dlsearch_path_spec="/usr/lib" + 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 - - if test "x$lt_cv_dlopen" != xno; then - enable_dlopen=yes + 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 - enable_dlopen=no + shlibpath_overrides_runpath=yes 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 < -#endif +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 + ;; -#include +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" + ;; -#ifdef RTLD_GLOBAL -# define LT_DLGLOBAL RTLD_GLOBAL -#else -# ifdef DL_GLOBAL -# define LT_DLGLOBAL DL_GLOBAL -# else -# define LT_DLGLOBAL 0 -# endif -#endif +rdos*) + dynamic_linker=no + ;; -/* 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 +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' + ;; -#ifdef __cplusplus -extern "C" void exit (int); -#endif +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 + ;; -void fnord() { int i=42;} -int main () -{ - void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); - int status = $lt_dlunknown; +sysv4 | sysv4.3*) + 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 + ;; - if (self) - { - if (dlsym (self,"fnord")) status = $lt_dlno_uscore; - else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; - /* dlclose (self); */ - } +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 + ;; - 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; ) 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 ;; +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + shlibpath_overrides_runpath=no + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + shlibpath_overrides_runpath=yes + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; 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 < -#endif - -#include - -#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 + sys_lib_dlsearch_path_spec='/usr/lib' + ;; -void fnord() { int i=42;} -int main () -{ - void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); - int status = $lt_dlunknown; +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 + ;; - if (self) - { - if (dlsym (self,"fnord")) status = $lt_dlno_uscore; - else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; - /* dlclose (self); */ - } +*) + dynamic_linker=no + ;; +esac +{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 +$as_echo "$dynamic_linker" >&6; } +test "$dynamic_linker" = no && can_build_shared=no - 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; ) 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 +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 -rm -fr conftest* +{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 +$as_echo_n "checking how to hardcode library paths into programs... " >&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: $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 +{ $as_echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 +$as_echo "$hardcode_action_GCJ" >&6; } - case $lt_cv_dlopen_self_static in - yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; - *) enable_dlopen_self_static=unknown ;; - esac +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 @@ -21820,7 +22148,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 LTCFLAGS 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 \ @@ -21861,6 +22190,7 @@ module_cmds_GCJ \ module_expsym_cmds_GCJ \ lt_cv_prog_compiler_c_o_GCJ \ + fix_srcfile_path_GCJ \ exclude_expsyms_GCJ \ include_expsyms_GCJ; do @@ -21920,6 +22250,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 @@ -21931,6 +22267,9 @@ # A C compiler. LTCC=$lt_LTCC +# LTCC compiler flags. +LTCFLAGS=$lt_LTCFLAGS + # A language-specific compiler. CC=$lt_compiler_GCJ @@ -21950,7 +22289,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 @@ -21981,7 +22320,7 @@ libext="$libext" # Shared library suffix (normally ".so"). -shrext='$shrext' +shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" @@ -21996,7 +22335,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? @@ -22172,7 +22511,7 @@ 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" +fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols_GCJ @@ -22198,7 +22537,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 @@ -22226,7 +22568,7 @@ objext_RC=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n' +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code="$lt_simple_compile_test_code" @@ -22236,15 +22578,42 @@ # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + # Allow CC to be a program name with arguments. compiler=$CC +# save warnings/boilerplate of simple test code +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$rm conftest* + +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/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 @@ -22260,7 +22629,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 LTCFLAGS 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 \ @@ -22301,6 +22671,7 @@ module_cmds_RC \ module_expsym_cmds_RC \ lt_cv_prog_compiler_c_o_RC \ + fix_srcfile_path_RC \ exclude_expsyms_RC \ include_expsyms_RC; do @@ -22360,6 +22731,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 @@ -22371,6 +22748,9 @@ # A C compiler. LTCC=$lt_LTCC +# LTCC compiler flags. +LTCFLAGS=$lt_LTCFLAGS + # A language-specific compiler. CC=$lt_compiler_RC @@ -22390,7 +22770,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 @@ -22421,7 +22801,7 @@ libext="$libext" # Shared library suffix (normally ".so"). -shrext='$shrext' +shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" @@ -22436,7 +22816,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? @@ -22612,7 +22992,7 @@ 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" +fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols_RC @@ -22638,7 +23018,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 @@ -22653,8 +23036,8 @@ ;; *) - { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5 -echo "$as_me: error: Unsupported tag name: $tagname" >&2;} + { { $as_echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5 +$as_echo "$as_me: error: Unsupported tag name: $tagname" >&2;} { (exit 1); exit 1; }; } ;; esac @@ -22673,8 +23056,8 @@ 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;} + { { $as_echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5 +$as_echo "$as_me: error: unable to update list of available tagged configurations." >&2;} { (exit 1); exit 1; }; } fi fi @@ -22685,7 +23068,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 @@ -22772,10 +23155,10 @@ . ./conftest rm -f conftest -{ echo "$as_me:$LINENO: checking which extension is used for shared libraries" >&5 -echo $ECHO_N "checking which extension is used for shared libraries... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking which extension is used for shared libraries" >&5 +$as_echo_n "checking which extension is used for shared libraries... " >&6; } if test "${libltdl_cv_shlibext+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ( last= @@ -22797,8 +23180,8 @@ rm -f conftest fi -{ echo "$as_me:$LINENO: result: $libltdl_cv_shlibext" >&5 -echo "${ECHO_T}$libltdl_cv_shlibext" >&6; } +{ $as_echo "$as_me:$LINENO: result: $libltdl_cv_shlibext" >&5 +$as_echo "$libltdl_cv_shlibext" >&6; } if test -n "$libltdl_cv_shlibext"; then cat >>confdefs.h <<_ACEOF @@ -22807,15 +23190,15 @@ fi -{ echo "$as_me:$LINENO: checking which variable specifies run-time library path" >&5 -echo $ECHO_N "checking which variable specifies run-time library path... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking which variable specifies run-time library path" >&5 +$as_echo_n "checking which variable specifies run-time library path... " >&6; } if test "${libltdl_cv_shlibpath_var+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else libltdl_cv_shlibpath_var="$shlibpath_var" fi -{ echo "$as_me:$LINENO: result: $libltdl_cv_shlibpath_var" >&5 -echo "${ECHO_T}$libltdl_cv_shlibpath_var" >&6; } +{ $as_echo "$as_me:$LINENO: result: $libltdl_cv_shlibpath_var" >&5 +$as_echo "$libltdl_cv_shlibpath_var" >&6; } if test -n "$libltdl_cv_shlibpath_var"; then cat >>confdefs.h <<_ACEOF @@ -22824,15 +23207,15 @@ fi -{ echo "$as_me:$LINENO: checking for the default library search path" >&5 -echo $ECHO_N "checking for the default library search path... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for the default library search path" >&5 +$as_echo_n "checking for the default library search path... " >&6; } if test "${libltdl_cv_sys_search_path+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else libltdl_cv_sys_search_path="$sys_lib_dlsearch_path_spec" fi -{ echo "$as_me:$LINENO: result: $libltdl_cv_sys_search_path" >&5 -echo "${ECHO_T}$libltdl_cv_sys_search_path" >&6; } +{ $as_echo "$as_me:$LINENO: result: $libltdl_cv_sys_search_path" >&5 +$as_echo "$libltdl_cv_sys_search_path" >&6; } if test -n "$libltdl_cv_sys_search_path"; then case "$host" in *-*-mingw*) pathsep=";" ;; @@ -22853,10 +23236,10 @@ fi -{ echo "$as_me:$LINENO: checking for objdir" >&5 -echo $ECHO_N "checking for objdir... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for objdir" >&5 +$as_echo_n "checking for objdir... " >&6; } if test "${libltdl_cv_objdir+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else libltdl_cv_objdir="$objdir" if test -n "$objdir"; then @@ -22873,8 +23256,8 @@ rmdir .libs 2>/dev/null fi fi -{ echo "$as_me:$LINENO: result: $libltdl_cv_objdir" >&5 -echo "${ECHO_T}$libltdl_cv_objdir" >&6; } +{ $as_echo "$as_me:$LINENO: result: $libltdl_cv_objdir" >&5 +$as_echo "$libltdl_cv_objdir" >&6; } cat >>confdefs.h <<_ACEOF #define LTDL_OBJDIR "$libltdl_cv_objdir/" @@ -22882,10 +23265,10 @@ # 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" >&5 -echo $ECHO_N "checking command to parse $NM output... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking command to parse $NM output" >&5 +$as_echo_n "checking command to parse $NM output... " >&6; } if test "${ac_cv_sys_global_symbol_pipe+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&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?!! ;)} @@ -22949,7 +23332,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Now try to grab the symbols. ac_nlist=conftest.nm @@ -22957,7 +23340,7 @@ if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\"") >&5 (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s "$ac_nlist"; then # Try sorting and uniquifying the output. @@ -23013,7 +23396,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest; then ac_pipe_works=yes else @@ -23057,13 +23440,13 @@ if test -z "$ac_cv_sys_global_symbol_pipe"; then ac_result=no fi -{ echo "$as_me:$LINENO: result: $ac_result" >&5 -echo "${ECHO_T}$ac_result" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_result" >&5 +$as_echo "$ac_result" >&6; } -{ echo "$as_me:$LINENO: checking whether libtool supports -dlopen/-dlpreopen" >&5 -echo $ECHO_N "checking whether libtool supports -dlopen/-dlpreopen... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether libtool supports -dlopen/-dlpreopen" >&5 +$as_echo_n "checking whether libtool supports -dlopen/-dlpreopen... " >&6; } if test "${libltdl_cv_preloaded_symbols+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$global_symbol_pipe"; then libltdl_cv_preloaded_symbols=yes @@ -23072,8 +23455,8 @@ fi fi -{ echo "$as_me:$LINENO: result: $libltdl_cv_preloaded_symbols" >&5 -echo "${ECHO_T}$libltdl_cv_preloaded_symbols" >&6; } +{ $as_echo "$as_me:$LINENO: result: $libltdl_cv_preloaded_symbols" >&5 +$as_echo "$libltdl_cv_preloaded_symbols" >&6; } if test x"$libltdl_cv_preloaded_symbols" = x"yes"; then cat >>confdefs.h <<\_ACEOF @@ -23083,10 +23466,10 @@ fi LIBADD_DL= -{ echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 -echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +$as_echo_n "checking for dlopen in -ldl... " >&6; } if test "${ac_cv_lib_dl_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" @@ -23118,43 +23501,47 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_dl_dlopen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dl_dlopen=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +$as_echo "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = x""yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_LIBDL 1 _ACEOF LIBADD_DL="-ldl" else - { echo "$as_me:$LINENO: checking for dlopen" >&5 -echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for dlopen" >&5 +$as_echo_n "checking for dlopen... " >&6; } if test "${ac_cv_func_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -23207,42 +23594,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_dlopen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_dlopen=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 +$as_echo "$ac_cv_func_dlopen" >&6; } +if test "x$ac_cv_func_dlopen" = x""yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_LIBDL 1 _ACEOF else - { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 -echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 +$as_echo_n "checking for dlopen in -lsvld... " >&6; } if test "${ac_cv_lib_svld_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" @@ -23274,33 +23665,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_svld_dlopen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_svld_dlopen=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 +$as_echo "$ac_cv_lib_svld_dlopen" >&6; } +if test "x$ac_cv_lib_svld_dlopen" = x""yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_LIBDL 1 @@ -23313,10 +23708,10 @@ fi -{ echo "$as_me:$LINENO: checking for shl_load" >&5 -echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for shl_load" >&5 +$as_echo_n "checking for shl_load... " >&6; } if test "${ac_cv_func_shl_load+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -23369,42 +23764,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_shl_load=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_shl_load=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 +$as_echo "$ac_cv_func_shl_load" >&6; } +if test "x$ac_cv_func_shl_load" = x""yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_SHL_LOAD 1 _ACEOF else - { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 -echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 +$as_echo_n "checking for shl_load in -ldld... " >&6; } if test "${ac_cv_lib_dld_shl_load+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" @@ -23436,33 +23835,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_dld_shl_load=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dld_shl_load=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 +$as_echo "$ac_cv_lib_dld_shl_load" >&6; } +if test "x$ac_cv_lib_dld_shl_load" = x""yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_SHL_LOAD 1 @@ -23474,10 +23877,10 @@ fi -{ echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 -echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 +$as_echo_n "checking for dld_link in -ldld... " >&6; } if test "${ac_cv_lib_dld_dld_link+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" @@ -23509,33 +23912,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_dld_dld_link=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dld_dld_link=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 +$as_echo "$ac_cv_lib_dld_dld_link" >&6; } +if test "x$ac_cv_lib_dld_dld_link" = x""yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_DLD 1 @@ -23551,11 +23958,11 @@ for ac_func in dlerror 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -23608,35 +24015,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -23645,10 +24059,10 @@ LIBS="$LIBS_SAVE" fi -{ echo "$as_me:$LINENO: checking for _ prefix in compiled symbols" >&5 -echo $ECHO_N "checking for _ prefix in compiled symbols... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for _ prefix in compiled symbols" >&5 +$as_echo_n "checking for _ prefix in compiled symbols... " >&6; } if test "${ac_cv_sys_symbol_underscore+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_sys_symbol_underscore=no cat > conftest.$ac_ext <&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Now try to grab the symbols. ac_nlist=conftest.nm if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\"") >&5 (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s "$ac_nlist"; then # See whether the symbols have a leading underscore. if egrep '^. _nm_test_func' "$ac_nlist" >/dev/null; then @@ -23688,16 +24102,16 @@ fi -{ echo "$as_me:$LINENO: result: $ac_cv_sys_symbol_underscore" >&5 -echo "${ECHO_T}$ac_cv_sys_symbol_underscore" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_symbol_underscore" >&5 +$as_echo "$ac_cv_sys_symbol_underscore" >&6; } if test x"$ac_cv_sys_symbol_underscore" = xyes; then if test x"$ac_cv_func_dlopen" = xyes || test x"$ac_cv_lib_dl_dlopen" = xyes ; then - { echo "$as_me:$LINENO: checking whether we have to add an underscore for dlsym" >&5 -echo $ECHO_N "checking whether we have to add an underscore for dlsym... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether we have to add an underscore for dlsym" >&5 +$as_echo_n "checking whether we have to add an underscore for dlsym... " >&6; } if test "${libltdl_cv_need_uscore+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then libltdl_cv_need_uscore=cross @@ -23761,36 +24175,39 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then libltdl_cv_need_uscore=no else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) libltdl_cv_need_uscore=yes fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $libltdl_cv_need_uscore" >&5 -echo "${ECHO_T}$libltdl_cv_need_uscore" >&6; } +{ $as_echo "$as_me:$LINENO: result: $libltdl_cv_need_uscore" >&5 +$as_echo "$libltdl_cv_need_uscore" >&6; } fi fi @@ -23808,10 +24225,10 @@ fi -{ echo "$as_me:$LINENO: checking whether deplibs are loaded by dlopen" >&5 -echo $ECHO_N "checking whether deplibs are loaded by dlopen... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether deplibs are loaded by dlopen" >&5 +$as_echo_n "checking whether deplibs are loaded by dlopen... " >&6; } if test "${libltdl_cv_sys_dlopen_deplibs+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else # PORTME does your system automatically load deplibs for dlopen()? libltdl_cv_sys_dlopen_deplibs=unknown @@ -23840,8 +24257,8 @@ esac fi -{ echo "$as_me:$LINENO: result: $libltdl_cv_sys_dlopen_deplibs" >&5 -echo "${ECHO_T}$libltdl_cv_sys_dlopen_deplibs" >&6; } +{ $as_echo "$as_me:$LINENO: result: $libltdl_cv_sys_dlopen_deplibs" >&5 +$as_echo "$libltdl_cv_sys_dlopen_deplibs" >&6; } if test "$libltdl_cv_sys_dlopen_deplibs" != yes; then cat >>confdefs.h <<\_ACEOF @@ -23861,20 +24278,21 @@ for ac_header in malloc.h memory.h stdlib.h stdio.h ctype.h dlfcn.h dl.h dld.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -23890,32 +24308,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -23929,69 +24348,73 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -24002,20 +24425,21 @@ for ac_header in string.h strings.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -24031,32 +24455,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -24070,69 +24495,73 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF break fi @@ -24143,11 +24572,11 @@ for ac_func in strchr index 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -24200,35 +24629,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF break fi @@ -24238,11 +24674,11 @@ for ac_func in strrchr rindex 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -24295,35 +24731,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF break fi @@ -24333,11 +24776,11 @@ for ac_func in memcpy bcopy 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -24390,35 +24833,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF break fi @@ -24427,11 +24877,11 @@ for ac_func in strcmp 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -24484,35 +24934,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -24532,10 +24989,10 @@ # 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_MSGFMT+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case "$MSGFMT" in /*) @@ -24559,19 +25016,19 @@ fi MSGFMT="$ac_cv_path_MSGFMT" if test -n "$MSGFMT"; then - { echo "$as_me:$LINENO: result: $MSGFMT" >&5 -echo "${ECHO_T}$MSGFMT" >&6; } + { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5 +$as_echo "$MSGFMT" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_GMSGFMT+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $GMSGFMT in [\\/]* | ?:[\\/]*) @@ -24586,7 +25043,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -24599,18 +25056,18 @@ fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then - { echo "$as_me:$LINENO: result: $GMSGFMT" >&5 -echo "${ECHO_T}$GMSGFMT" >&6; } + { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5 +$as_echo "$GMSGFMT" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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; } + { $as_echo "$as_me:$LINENO: result: found msgfmt program is not GNU msgfmt; ignore it" >&5 +$as_echo "found msgfmt program is not GNU msgfmt; ignore it" >&6; } GMSGFMT=":" fi MSGFMT=$GMSGFMT @@ -24619,10 +25076,10 @@ # 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_XGETTEXT+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case "$XGETTEXT" in /*) @@ -24646,11 +25103,11 @@ fi XGETTEXT="$ac_cv_path_XGETTEXT" if test -n "$XGETTEXT"; then - { echo "$as_me:$LINENO: result: $XGETTEXT" >&5 -echo "${ECHO_T}$XGETTEXT" >&6; } + { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5 +$as_echo "$XGETTEXT" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -24658,8 +25115,8 @@ 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; } + { $as_echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5 +$as_echo "found xgettext programs is not GNU xgettext; ignore it" >&6; } XGETTEXT=":" fi fi @@ -24669,10 +25126,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_RANLIB+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. @@ -24685,7 +25142,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -24696,11 +25153,11 @@ fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then - { echo "$as_me:$LINENO: result: $RANLIB" >&5 -echo "${ECHO_T}$RANLIB" >&6; } + { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 +$as_echo "$RANLIB" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -24709,10 +25166,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. @@ -24725,7 +25182,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -24736,11 +25193,11 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 +$as_echo "$ac_ct_RANLIB" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then @@ -24748,12 +25205,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&2;} +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB @@ -24762,26 +25215,128 @@ RANLIB="$ac_cv_prog_RANLIB" fi -{ echo "$as_me:$LINENO: checking for off_t" >&5 -echo $ECHO_N "checking for off_t... $ECHO_C" >&6; } -if test "${ac_cv_type_off_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for off_t" >&5 +$as_echo_n "checking for off_t... " >&6; } +if test "${ac_cv_type_off_t+set}" = set; then + $as_echo_n "(cached) " >&6 +else + ac_cv_type_off_t=no +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 (sizeof (off_t)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((off_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_off_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 +$as_echo "$ac_cv_type_off_t" >&6; } +if test "x$ac_cv_type_off_t" = x""yes; then + : +else + +cat >>confdefs.h <<_ACEOF +#define off_t long int +_ACEOF + +fi + +{ $as_echo "$as_me:$LINENO: checking for size_t" >&5 +$as_echo_n "checking for size_t... " >&6; } +if test "${ac_cv_type_size_t+set}" = set; then + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_size_t=no +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 -typedef off_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (size_t)) + return 0; ; return 0; } @@ -24792,44 +25347,18 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_off_t=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_off_t=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 -echo "${ECHO_T}$ac_cv_type_off_t" >&6; } -if test $ac_cv_type_off_t = yes; then - : -else - -cat >>confdefs.h <<_ACEOF -#define off_t long int -_ACEOF - -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 @@ -24837,14 +25366,11 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default -typedef size_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((size_t))) + return 0; ; return 0; } @@ -24855,30 +25381,39 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_size_t=yes + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_size_t=no + ac_cv_type_size_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 -echo "${ECHO_T}$ac_cv_type_size_t" >&6; } -if test $ac_cv_type_size_t = yes; then + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 +$as_echo "$ac_cv_type_size_t" >&6; } +if test "x$ac_cv_type_size_t" = x""yes; then : else @@ -24890,10 +25425,10 @@ # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! -{ echo "$as_me:$LINENO: checking for working alloca.h" >&5 -echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for working alloca.h" >&5 +$as_echo_n "checking for working alloca.h... " >&6; } if test "${ac_cv_working_alloca_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -24917,31 +25452,35 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_working_alloca_h=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_working_alloca_h=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 -echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 +$as_echo "$ac_cv_working_alloca_h" >&6; } if test $ac_cv_working_alloca_h = yes; then cat >>confdefs.h <<\_ACEOF @@ -24950,10 +25489,10 @@ fi -{ echo "$as_me:$LINENO: checking for alloca" >&5 -echo $ECHO_N "checking for alloca... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for alloca" >&5 +$as_echo_n "checking for alloca... " >&6; } if test "${ac_cv_func_alloca_works+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -24997,31 +25536,35 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_alloca_works=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_alloca_works=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 -echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 +$as_echo "$ac_cv_func_alloca_works" >&6; } if test $ac_cv_func_alloca_works = yes; then @@ -25042,10 +25585,10 @@ _ACEOF -{ echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 -echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 +$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } if test "${ac_cv_os_cray+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -25069,15 +25612,15 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 -echo "${ECHO_T}$ac_cv_os_cray" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 +$as_echo "$ac_cv_os_cray" >&6; } if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; 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; } + as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -25130,33 +25673,40 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF #define CRAY_STACKSEG_END $ac_func @@ -25168,10 +25718,10 @@ done fi -{ echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 -echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 +$as_echo_n "checking stack direction for C alloca... " >&6; } if test "${ac_cv_c_stack_direction+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then ac_cv_c_stack_direction=0 @@ -25209,36 +25759,39 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_stack_direction=1 else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_c_stack_direction=-1 fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 -echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 +$as_echo "$ac_cv_c_stack_direction" >&6; } cat >>confdefs.h <<_ACEOF #define STACK_DIRECTION $ac_cv_c_stack_direction @@ -25251,20 +25804,21 @@ for ac_header in stdlib.h unistd.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -25280,32 +25834,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -25319,69 +25874,73 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -25391,11 +25950,11 @@ for ac_func in getpagesize 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -25448,44 +26007,51 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done -{ echo "$as_me:$LINENO: checking for working mmap" >&5 -echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for working mmap" >&5 +$as_echo_n "checking for working mmap... " >&6; } if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then ac_cv_func_mmap_fixed_mapped=no @@ -25629,36 +26195,39 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_mmap_fixed_mapped=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_func_mmap_fixed_mapped=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 -echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 +$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; } if test $ac_cv_func_mmap_fixed_mapped = yes; then cat >>confdefs.h <<\_ACEOF @@ -25676,20 +26245,21 @@ for ac_header in limits.h locale.h nl_types.h string.h values.h alloca.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -25705,32 +26275,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -25744,69 +26315,73 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -25825,11 +26400,11 @@ for ac_func in getcwd munmap putenv setlocale strchr strcasecmp \ __argz_count __argz_stringify __argz_next 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -25882,45 +26457,52 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done - { echo "$as_me:$LINENO: checking for stpcpy" >&5 -echo $ECHO_N "checking for stpcpy... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for stpcpy" >&5 +$as_echo_n "checking for stpcpy... " >&6; } if test "${kde_cv_func_stpcpy+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_safe_cxxflags=$CXXFLAGS @@ -25961,20 +26543,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_func_stpcpy=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_func_stpcpy=no @@ -25991,8 +26574,8 @@ fi - { echo "$as_me:$LINENO: result: $kde_cv_func_stpcpy" >&5 -echo "${ECHO_T}$kde_cv_func_stpcpy" >&6; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_func_stpcpy" >&5 +$as_echo "$kde_cv_func_stpcpy" >&6; } if eval "test \"`echo $kde_cv_func_stpcpy`\" = yes"; then cat >>confdefs.h <<\_ACEOF @@ -26002,10 +26585,10 @@ fi if test $ac_cv_header_locale_h = yes; then - { echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5 -echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5 +$as_echo_n "checking for LC_MESSAGES... " >&6; } if test "${am_cv_val_LC_MESSAGES+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -26028,31 +26611,35 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then am_cv_val_LC_MESSAGES=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 am_cv_val_LC_MESSAGES=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 -echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6; } +{ $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 +$as_echo "$am_cv_val_LC_MESSAGES" >&6; } if test $am_cv_val_LC_MESSAGES = yes; then cat >>confdefs.h <<\_ACEOF @@ -26066,8 +26653,8 @@ if test "x$ALL_LINGUAS" = "x"; then LINGUAS= else - { echo "$as_me:$LINENO: checking for catalogs to be installed" >&5 -echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for catalogs to be installed" >&5 +$as_echo_n "checking for catalogs to be installed... " >&6; } NEW_LINGUAS= for lang in ${LINGUAS=$ALL_LINGUAS}; do case "$ALL_LINGUAS" in @@ -26075,8 +26662,8 @@ esac done LINGUAS=$NEW_LINGUAS - { echo "$as_me:$LINENO: result: $LINGUAS" >&5 -echo "${ECHO_T}$LINGUAS" >&6; } + { $as_echo "$as_me:$LINENO: result: $LINGUAS" >&5 +$as_echo "$LINGUAS" >&6; } fi if test -n "$LINGUAS"; then @@ -26100,10 +26687,10 @@ 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; } + { $as_echo "$as_me:$LINENO: checking if C++ programs can be compiled" >&5 +$as_echo_n "checking if C++ programs can be compiled... " >&6; } if test "${kde_cv_stl_works+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -26134,20 +26721,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_stl_works=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_stl_works=no @@ -26158,8 +26746,8 @@ fi - { echo "$as_me:$LINENO: result: $kde_cv_stl_works" >&5 -echo "${ECHO_T}$kde_cv_stl_works" >&6; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_stl_works" >&5 +$as_echo "$kde_cv_stl_works" >&6; } if test "$kde_cv_stl_works" = "yes"; then # back compatible @@ -26169,10 +26757,10 @@ _ACEOF else - { { echo "$as_me:$LINENO: error: Your Installation isn't able to compile simple C++ programs. + { { $as_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. +$as_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; }; } @@ -26193,11 +26781,11 @@ 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; } + as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5 +$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -26223,20 +26811,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" @@ -26244,12 +26833,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Header'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 _ACEOF ac_header_dirent=$ac_hdr; break @@ -26258,10 +26850,10 @@ 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; } + { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5 +$as_echo_n "checking for library containing opendir... " >&6; } if test "${ac_cv_search_opendir+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat >conftest.$ac_ext <<_ACEOF @@ -26299,26 +26891,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_search_opendir=$ac_res else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext if test "${ac_cv_search_opendir+set}" = set; then @@ -26333,8 +26929,8 @@ rm conftest.$ac_ext 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 +$as_echo "$ac_cv_search_opendir" >&6; } ac_res=$ac_cv_search_opendir if test "$ac_res" != no; then test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" @@ -26342,10 +26938,10 @@ fi else - { echo "$as_me:$LINENO: checking for library containing opendir" >&5 -echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5 +$as_echo_n "checking for library containing opendir... " >&6; } if test "${ac_cv_search_opendir+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat >conftest.$ac_ext <<_ACEOF @@ -26383,26 +26979,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_search_opendir=$ac_res else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext if test "${ac_cv_search_opendir+set}" = set; then @@ -26417,8 +27017,8 @@ rm conftest.$ac_ext 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 +$as_echo "$ac_cv_search_opendir" >&6; } ac_res=$ac_cv_search_opendir if test "$ac_res" != no; then test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" @@ -26427,10 +27027,10 @@ fi -{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +$as_echo_n "checking for ANSI C header files... " >&6; } if test "${ac_cv_header_stdc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -26457,20 +27057,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_header_stdc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_stdc=no @@ -26562,37 +27163,40 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF @@ -26614,22 +27218,24 @@ -for ac_header in sys/param.h sys/mman.h sys/time.h sysent.h strings.h sys/stat.h sys/select.h paths.h malloc.h limits.h sys/soundcard.h dlfcn.h termios.h + +for ac_header in sys/param.h sys/mman.h sys/time.h sysent.h strings.h sys/stat.h sys/select.h paths.h malloc.h limits.h sys/soundcard.h dlfcn.h termios.h sys/prctl.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -26645,32 +27251,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -26684,69 +27291,73 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -26782,17 +27393,17 @@ if test "${ac_cv_header_sys_acl_h+set}" = set; then - { echo "$as_me:$LINENO: checking for sys/acl.h" >&5 -echo $ECHO_N "checking for sys/acl.h... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for sys/acl.h" >&5 +$as_echo_n "checking for sys/acl.h... " >&6; } if test "${ac_cv_header_sys_acl_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_acl_h" >&5 -echo "${ECHO_T}$ac_cv_header_sys_acl_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_acl_h" >&5 +$as_echo "$ac_cv_header_sys_acl_h" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking sys/acl.h usability" >&5 -echo $ECHO_N "checking sys/acl.h usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking sys/acl.h usability" >&5 +$as_echo_n "checking sys/acl.h usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -26808,32 +27419,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking sys/acl.h presence" >&5 -echo $ECHO_N "checking sys/acl.h presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking sys/acl.h presence" >&5 +$as_echo_n "checking sys/acl.h presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -26847,66 +27459,67 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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: sys/acl.h: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: sys/acl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: sys/acl.h: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: sys/acl.h: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/acl.h: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: sys/acl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/acl.h: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: sys/acl.h: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: sys/acl.h: present but cannot be compiled" >&5 -echo "$as_me: WARNING: sys/acl.h: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: sys/acl.h: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: sys/acl.h: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: sys/acl.h: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: sys/acl.h: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: sys/acl.h: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: sys/acl.h: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: sys/acl.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: sys/acl.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: sys/acl.h: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: sys/acl.h: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/acl.h: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: sys/acl.h: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/acl.h: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: sys/acl.h: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/acl.h: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: sys/acl.h: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/acl.h: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: sys/acl.h: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/acl.h: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: sys/acl.h: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/acl.h: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: sys/acl.h: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for sys/acl.h" >&5 -echo $ECHO_N "checking for sys/acl.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for sys/acl.h" >&5 +$as_echo_n "checking for sys/acl.h... " >&6; } if test "${ac_cv_header_sys_acl_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_header_sys_acl_h=$ac_header_preproc fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_acl_h" >&5 -echo "${ECHO_T}$ac_cv_header_sys_acl_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_acl_h" >&5 +$as_echo "$ac_cv_header_sys_acl_h" >&6; } fi -if test $ac_cv_header_sys_acl_h = yes; then +if test "x$ac_cv_header_sys_acl_h" = x""yes; then : else USE_POSIX_ACL="no" @@ -26936,17 +27549,17 @@ if test "${ac_cv_header_sys_xattr_h+set}" = set; then - { echo "$as_me:$LINENO: checking for sys/xattr.h" >&5 -echo $ECHO_N "checking for sys/xattr.h... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for sys/xattr.h" >&5 +$as_echo_n "checking for sys/xattr.h... " >&6; } if test "${ac_cv_header_sys_xattr_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_xattr_h" >&5 -echo "${ECHO_T}$ac_cv_header_sys_xattr_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_xattr_h" >&5 +$as_echo "$ac_cv_header_sys_xattr_h" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking sys/xattr.h usability" >&5 -echo $ECHO_N "checking sys/xattr.h usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking sys/xattr.h usability" >&5 +$as_echo_n "checking sys/xattr.h usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -26962,32 +27575,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking sys/xattr.h presence" >&5 -echo $ECHO_N "checking sys/xattr.h presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking sys/xattr.h presence" >&5 +$as_echo_n "checking sys/xattr.h presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -27001,66 +27615,67 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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: sys/xattr.h: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: sys/xattr.h: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: sys/xattr.h: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: sys/xattr.h: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/xattr.h: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: sys/xattr.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/xattr.h: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: sys/xattr.h: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: sys/xattr.h: present but cannot be compiled" >&5 -echo "$as_me: WARNING: sys/xattr.h: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: sys/xattr.h: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: sys/xattr.h: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: sys/xattr.h: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: sys/xattr.h: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: sys/xattr.h: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: sys/xattr.h: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: sys/xattr.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: sys/xattr.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: sys/xattr.h: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: sys/xattr.h: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/xattr.h: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: sys/xattr.h: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/xattr.h: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: sys/xattr.h: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/xattr.h: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: sys/xattr.h: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/xattr.h: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: sys/xattr.h: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/xattr.h: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: sys/xattr.h: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/xattr.h: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: sys/xattr.h: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for sys/xattr.h" >&5 -echo $ECHO_N "checking for sys/xattr.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for sys/xattr.h" >&5 +$as_echo_n "checking for sys/xattr.h... " >&6; } if test "${ac_cv_header_sys_xattr_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_header_sys_xattr_h=$ac_header_preproc fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_xattr_h" >&5 -echo "${ECHO_T}$ac_cv_header_sys_xattr_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_xattr_h" >&5 +$as_echo "$ac_cv_header_sys_xattr_h" >&6; } fi -if test $ac_cv_header_sys_xattr_h = yes; then +if test "x$ac_cv_header_sys_xattr_h" = x""yes; then HAVE_SYS_XATTR_H="yes" fi @@ -27092,10 +27707,10 @@ test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS" ;; esac - { echo "$as_me:$LINENO: checking for acl_init in -lc" >&5 -echo $ECHO_N "checking for acl_init in -lc... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for acl_init in -lc" >&5 +$as_echo_n "checking for acl_init in -lc... " >&6; } if test "${ac_cv_lib_c_acl_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lc $LIBS" @@ -27127,33 +27742,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_c_acl_init=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_c_acl_init=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_c_acl_init" >&5 -echo "${ECHO_T}$ac_cv_lib_c_acl_init" >&6; } -if test $ac_cv_lib_c_acl_init = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_c_acl_init" >&5 +$as_echo "$ac_cv_lib_c_acl_init" >&6; } +if test "x$ac_cv_lib_c_acl_init" = x""yes; then ACL_LIBS="-lc" else USE_POSIX_ACL="no" @@ -27178,17 +27797,17 @@ if test "${ac_cv_header_attr_libattr_h+set}" = set; then - { echo "$as_me:$LINENO: checking for attr/libattr.h" >&5 -echo $ECHO_N "checking for attr/libattr.h... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for attr/libattr.h" >&5 +$as_echo_n "checking for attr/libattr.h... " >&6; } if test "${ac_cv_header_attr_libattr_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_attr_libattr_h" >&5 -echo "${ECHO_T}$ac_cv_header_attr_libattr_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_attr_libattr_h" >&5 +$as_echo "$ac_cv_header_attr_libattr_h" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking attr/libattr.h usability" >&5 -echo $ECHO_N "checking attr/libattr.h usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking attr/libattr.h usability" >&5 +$as_echo_n "checking attr/libattr.h usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -27204,32 +27823,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking attr/libattr.h presence" >&5 -echo $ECHO_N "checking attr/libattr.h presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking attr/libattr.h presence" >&5 +$as_echo_n "checking attr/libattr.h presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -27243,66 +27863,67 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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: attr/libattr.h: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: attr/libattr.h: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: attr/libattr.h: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: attr/libattr.h: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: attr/libattr.h: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: attr/libattr.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: attr/libattr.h: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: attr/libattr.h: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: attr/libattr.h: present but cannot be compiled" >&5 -echo "$as_me: WARNING: attr/libattr.h: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: attr/libattr.h: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: attr/libattr.h: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: attr/libattr.h: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: attr/libattr.h: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: attr/libattr.h: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: attr/libattr.h: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: attr/libattr.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: attr/libattr.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: attr/libattr.h: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: attr/libattr.h: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: attr/libattr.h: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: attr/libattr.h: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: attr/libattr.h: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: attr/libattr.h: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: attr/libattr.h: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: attr/libattr.h: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: attr/libattr.h: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: attr/libattr.h: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: attr/libattr.h: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: attr/libattr.h: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: attr/libattr.h: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: attr/libattr.h: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for attr/libattr.h" >&5 -echo $ECHO_N "checking for attr/libattr.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for attr/libattr.h" >&5 +$as_echo_n "checking for attr/libattr.h... " >&6; } if test "${ac_cv_header_attr_libattr_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_header_attr_libattr_h=$ac_header_preproc fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_attr_libattr_h" >&5 -echo "${ECHO_T}$ac_cv_header_attr_libattr_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_attr_libattr_h" >&5 +$as_echo "$ac_cv_header_attr_libattr_h" >&6; } fi -if test $ac_cv_header_attr_libattr_h = yes; then +if test "x$ac_cv_header_attr_libattr_h" = x""yes; then : else USE_POSIX_ACL="no" @@ -27326,10 +27947,10 @@ test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS" ;; esac - { echo "$as_me:$LINENO: checking for acl_init in -lacl" >&5 -echo $ECHO_N "checking for acl_init in -lacl... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for acl_init in -lacl" >&5 +$as_echo_n "checking for acl_init in -lacl... " >&6; } if test "${ac_cv_lib_acl_acl_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lacl $LIBS" @@ -27361,33 +27982,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_acl_acl_init=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_acl_acl_init=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_acl_acl_init" >&5 -echo "${ECHO_T}$ac_cv_lib_acl_acl_init" >&6; } -if test $ac_cv_lib_acl_acl_init = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_acl_acl_init" >&5 +$as_echo "$ac_cv_lib_acl_acl_init" >&6; } +if test "x$ac_cv_lib_acl_acl_init" = x""yes; then ACL_LIBS="-lacl -lattr" else USE_POSIX_ACL="no" @@ -27410,17 +28035,17 @@ if test "${ac_cv_header_acl_libacl_h+set}" = set; then - { echo "$as_me:$LINENO: checking for acl/libacl.h" >&5 -echo $ECHO_N "checking for acl/libacl.h... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for acl/libacl.h" >&5 +$as_echo_n "checking for acl/libacl.h... " >&6; } if test "${ac_cv_header_acl_libacl_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_acl_libacl_h" >&5 -echo "${ECHO_T}$ac_cv_header_acl_libacl_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_acl_libacl_h" >&5 +$as_echo "$ac_cv_header_acl_libacl_h" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking acl/libacl.h usability" >&5 -echo $ECHO_N "checking acl/libacl.h usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking acl/libacl.h usability" >&5 +$as_echo_n "checking acl/libacl.h usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -27436,32 +28061,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking acl/libacl.h presence" >&5 -echo $ECHO_N "checking acl/libacl.h presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking acl/libacl.h presence" >&5 +$as_echo_n "checking acl/libacl.h presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -27475,66 +28101,67 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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: acl/libacl.h: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: acl/libacl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: acl/libacl.h: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: acl/libacl.h: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: acl/libacl.h: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: acl/libacl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: acl/libacl.h: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: acl/libacl.h: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: acl/libacl.h: present but cannot be compiled" >&5 -echo "$as_me: WARNING: acl/libacl.h: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: acl/libacl.h: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: acl/libacl.h: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: acl/libacl.h: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: acl/libacl.h: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: acl/libacl.h: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: acl/libacl.h: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: acl/libacl.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: acl/libacl.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: acl/libacl.h: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: acl/libacl.h: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: acl/libacl.h: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: acl/libacl.h: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: acl/libacl.h: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: acl/libacl.h: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: acl/libacl.h: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: acl/libacl.h: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: acl/libacl.h: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: acl/libacl.h: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: acl/libacl.h: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: acl/libacl.h: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: acl/libacl.h: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: acl/libacl.h: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for acl/libacl.h" >&5 -echo $ECHO_N "checking for acl/libacl.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for acl/libacl.h" >&5 +$as_echo_n "checking for acl/libacl.h... " >&6; } if test "${ac_cv_header_acl_libacl_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_header_acl_libacl_h=$ac_header_preproc fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_acl_libacl_h" >&5 -echo "${ECHO_T}$ac_cv_header_acl_libacl_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_acl_libacl_h" >&5 +$as_echo "$ac_cv_header_acl_libacl_h" >&6; } fi -if test $ac_cv_header_acl_libacl_h = yes; then +if test "x$ac_cv_header_acl_libacl_h" = x""yes; then HAVE_NON_POSIX_ACL_EXTENSIONS="yes" fi @@ -27569,8 +28196,8 @@ fi if test "x$with_acl" != xcheck && test "$USE_POSIX_ACL" != "yes"; then - { { echo "$as_me:$LINENO: error: --with-acl was given, but test for POSIX ACLs failed" >&5 -echo "$as_me: error: --with-acl was given, but test for POSIX ACLs failed" >&2;} + { { $as_echo "$as_me:$LINENO: error: --with-acl was given, but test for POSIX ACLs failed" >&5 +$as_echo "$as_me: error: --with-acl was given, but test for POSIX ACLs failed" >&2;} { (exit 1); exit 1; }; } fi fi @@ -27586,10 +28213,10 @@ -{ echo "$as_me:$LINENO: checking for strlcat" >&5 -echo $ECHO_N "checking for strlcat... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for strlcat" >&5 +$as_echo_n "checking for strlcat... " >&6; } if test "${kde_cv_func_strlcat+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -27605,9 +28232,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 @@ -27638,20 +28262,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_func_strlcat=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_func_strlcat=no @@ -27670,13 +28295,13 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_func_strlcat" >&5 -echo "${ECHO_T}$kde_cv_func_strlcat" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_func_strlcat" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking if strlcat needs custom prototype" >&5 +$as_echo_n "checking if strlcat needs custom prototype... " >&6; } if test "${kde_cv_proto_strlcat+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "x$kde_cv_func_strlcat" = xyes; then @@ -27738,28 +28363,32 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then kde_cv_func_strlcat=yes kde_cv_proto_strlcat=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_proto_strlcat="strlcat unavailable" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$kde_safe_libs @@ -27773,8 +28402,8 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_proto_strlcat" >&5 -echo "${ECHO_T}$kde_cv_proto_strlcat" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_proto_strlcat" >&5 +$as_echo "$kde_cv_proto_strlcat" >&6; } if test "x$kde_cv_func_strlcat" = xyes; then @@ -27798,10 +28427,10 @@ -{ echo "$as_me:$LINENO: checking for strlcpy" >&5 -echo $ECHO_N "checking for strlcpy... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for strlcpy" >&5 +$as_echo_n "checking for strlcpy... " >&6; } if test "${kde_cv_func_strlcpy+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -27817,9 +28446,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 @@ -27849,20 +28475,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_func_strlcpy=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_func_strlcpy=no @@ -27881,13 +28508,13 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_func_strlcpy" >&5 -echo "${ECHO_T}$kde_cv_func_strlcpy" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_func_strlcpy" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking if strlcpy needs custom prototype" >&5 +$as_echo_n "checking if strlcpy needs custom prototype... " >&6; } if test "${kde_cv_proto_strlcpy+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "x$kde_cv_func_strlcpy" = xyes; then @@ -27948,28 +28575,32 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then kde_cv_func_strlcpy=yes kde_cv_proto_strlcpy=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_proto_strlcpy="strlcpy unavailable" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$kde_safe_libs @@ -27983,8 +28614,8 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_proto_strlcpy" >&5 -echo "${ECHO_T}$kde_cv_proto_strlcpy" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_proto_strlcpy" >&5 +$as_echo "$kde_cv_proto_strlcpy" >&6; } if test "x$kde_cv_func_strlcpy" = xyes; then @@ -28007,10 +28638,10 @@ - { echo "$as_me:$LINENO: checking for main in -lutil" >&5 -echo $ECHO_N "checking for main in -lutil... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for main in -lutil" >&5 +$as_echo_n "checking for main in -lutil... " >&6; } if test "${ac_cv_lib_util_main+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lutil $LIBS" @@ -28036,40 +28667,44 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_util_main=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_util_main=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_util_main" >&5 +$as_echo "$ac_cv_lib_util_main" >&6; } +if test "x$ac_cv_lib_util_main" = x""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; } + { $as_echo "$as_me:$LINENO: checking for main in -lcompat" >&5 +$as_echo_n "checking for main in -lcompat... " >&6; } if test "${ac_cv_lib_compat_main+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lcompat $LIBS" @@ -28095,41 +28730,45 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_compat_main=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_compat_main=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_compat_main" >&5 +$as_echo "$ac_cv_lib_compat_main" >&6; } +if test "x$ac_cv_lib_compat_main" = x""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; } + { $as_echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5 +$as_echo_n "checking for crypt in -lcrypt... " >&6; } if test "${ac_cv_lib_crypt_crypt+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lcrypt $LIBS" @@ -28161,39 +28800,43 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_crypt_crypt=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_crypt_crypt=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5 +$as_echo "$ac_cv_lib_crypt_crypt" >&6; } +if test "x$ac_cv_lib_crypt_crypt" = x""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; } + { $as_echo "$as_me:$LINENO: checking for crypt in -lc" >&5 +$as_echo_n "checking for crypt in -lc... " >&6; } if test "${ac_cv_lib_c_crypt+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lc $LIBS" @@ -28225,40 +28868,44 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_c_crypt=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_c_crypt=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_c_crypt" >&5 +$as_echo "$ac_cv_lib_c_crypt" >&6; } +if test "x$ac_cv_lib_c_crypt" = x""yes; then kde_have_crypt=yes else - { echo "$as_me:$LINENO: WARNING: you have no crypt in either libcrypt or libc. + { $as_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. +$as_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 @@ -28276,10 +28923,10 @@ fi - { echo "$as_me:$LINENO: checking for socklen_t" >&5 -echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for socklen_t" >&5 +$as_echo_n "checking for socklen_t... " >&6; } if test "${kde_cv_socklen_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_ext=cpp @@ -28316,13 +28963,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err @@ -28332,7 +28980,7 @@ kde_cv_socklen_t_equiv=socklen_t else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -28348,13 +28996,13 @@ fi - { echo "$as_me:$LINENO: result: $kde_cv_socklen_t" >&5 -echo "${ECHO_T}$kde_cv_socklen_t" >&6; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_socklen_t" >&5 +$as_echo "$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; } + { $as_echo "$as_me:$LINENO: checking for socklen_t equivalent for socket functions" >&5 +$as_echo_n "checking for socklen_t equivalent for socket functions... " >&6; } if test "${kde_cv_socklen_t_equiv+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_socklen_t_equiv=int @@ -28392,13 +29040,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err @@ -28408,7 +29057,7 @@ break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -28425,8 +29074,8 @@ fi - { echo "$as_me:$LINENO: result: $kde_cv_socklen_t_equiv" >&5 -echo "${ECHO_T}$kde_cv_socklen_t_equiv" >&6; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_socklen_t_equiv" >&5 +$as_echo "$kde_cv_socklen_t_equiv" >&6; } fi cat >>confdefs.h <<_ACEOF @@ -28439,10 +29088,10 @@ _ACEOF - { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 -echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 +$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldnet $LIBS" @@ -28474,41 +29123,45 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_dnet_dnet_ntoa=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dnet_dnet_ntoa=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 +$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } +if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""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; } + { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5 +$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldnet_stub $LIBS" @@ -28540,41 +29193,45 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_dnet_stub_dnet_ntoa=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dnet_stub_dnet_ntoa=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 +$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } +if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""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; } + { $as_echo "$as_me:$LINENO: checking for inet_ntoa" >&5 +$as_echo_n "checking for inet_ntoa... " >&6; } if test "${ac_cv_func_inet_ntoa+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -28627,37 +29284,41 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_inet_ntoa=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_inet_ntoa=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_inet_ntoa" >&5 +$as_echo "$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; } + { $as_echo "$as_me:$LINENO: checking for inet_ntoa in -lnsl" >&5 +$as_echo_n "checking for inet_ntoa in -lnsl... " >&6; } if test "${ac_cv_lib_nsl_inet_ntoa+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $LIBS" @@ -28689,41 +29350,45 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_nsl_inet_ntoa=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_nsl_inet_ntoa=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_ntoa" >&5 +$as_echo "$ac_cv_lib_nsl_inet_ntoa" >&6; } +if test "x$ac_cv_lib_nsl_inet_ntoa" = x""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; } + { $as_echo "$as_me:$LINENO: checking for connect" >&5 +$as_echo_n "checking for connect... " >&6; } if test "${ac_cv_func_connect+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -28776,37 +29441,41 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_connect=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_connect=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 +$as_echo "$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; } + { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 +$as_echo_n "checking for connect in -lsocket... " >&6; } if test "${ac_cv_lib_socket_connect+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $X_EXTRA_LIBS $LIBS" @@ -28838,42 +29507,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_socket_connect=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_socket_connect=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 +$as_echo "$ac_cv_lib_socket_connect" >&6; } +if test "x$ac_cv_lib_socket_connect" = x""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; } + { $as_echo "$as_me:$LINENO: checking for remove" >&5 +$as_echo_n "checking for remove... " >&6; } if test "${ac_cv_func_remove+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -28926,37 +29599,41 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_remove=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_remove=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 +$as_echo "$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; } + { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5 +$as_echo_n "checking for remove in -lposix... " >&6; } if test "${ac_cv_lib_posix_remove+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lposix $LIBS" @@ -28988,43 +29665,47 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_posix_remove=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_posix_remove=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 +$as_echo "$ac_cv_lib_posix_remove" >&6; } +if test "x$ac_cv_lib_posix_remove" = x""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; } + { $as_echo "$as_me:$LINENO: checking for shmat" >&5 +$as_echo_n "checking for shmat... " >&6; } if test "${ac_cv_func_shmat+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -29077,38 +29758,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_shmat=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_shmat=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 +$as_echo "$ac_cv_func_shmat" >&6; } +if test "x$ac_cv_func_shmat" = x""yes; then : else - { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5 -echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5 +$as_echo_n "checking for shmat in -lipc... " >&6; } if test "${ac_cv_lib_ipc_shmat+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lipc $LIBS" @@ -29140,33 +29825,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_ipc_shmat=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_ipc_shmat=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 +$as_echo "$ac_cv_lib_ipc_shmat" >&6; } +if test "x$ac_cv_lib_ipc_shmat" = x""yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" fi @@ -29178,20 +29867,21 @@ for ac_header in sys/types.h stdint.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -29207,32 +29897,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -29246,69 +29937,73 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -29320,20 +30015,21 @@ for ac_header in sys/bitypes.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -29349,32 +30045,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -29388,69 +30085,73 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -29459,10 +30160,10 @@ # 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; } + { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5 +$as_echo_n "checking for poll in -lpoll... " >&6; } if test "${ac_cv_lib_poll_poll+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lpoll $LIBS" @@ -29494,33 +30195,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_poll_poll=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_poll_poll=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5 +$as_echo "$ac_cv_lib_poll_poll" >&6; } +if test "x$ac_cv_lib_poll_poll" = x""yes; then LIB_POLL="-lpoll" fi @@ -29529,20 +30234,21 @@ for ac_header in Carbon/Carbon.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -29558,32 +30264,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -29597,69 +30304,73 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -29669,17 +30380,17 @@ # 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; } + { $as_echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5 +$as_echo_n "checking for CoreAudio/CoreAudio.h... " >&6; } if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5 -echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h usability" >&5 +$as_echo_n "checking CoreAudio/CoreAudio.h usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -29695,32 +30406,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h presence" >&5 +$as_echo_n "checking CoreAudio/CoreAudio.h presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -29734,66 +30446,67 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5 -echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5 +$as_echo_n "checking for CoreAudio/CoreAudio.h... " >&6; } if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5 +$as_echo "$ac_cv_header_CoreAudio_CoreAudio_h" >&6; } fi -if test $ac_cv_header_CoreAudio_CoreAudio_h = yes; then +if test "x$ac_cv_header_CoreAudio_CoreAudio_h" = x""yes; then cat >>confdefs.h <<\_ACEOF @@ -29807,8 +30520,8 @@ - { echo "$as_me:$LINENO: checking if res_init needs -lresolv" >&5 -echo $ECHO_N "checking if res_init needs -lresolv... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking if res_init needs -lresolv" >&5 +$as_echo_n "checking if res_init needs -lresolv... " >&6; } kde_libs_safe="$LIBS" LIBS="$LIBS $X_EXTRA_LIBS -lresolv" cat >conftest.$ac_ext <<_ACEOF @@ -29839,22 +30552,25 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then LIBRESOLV="-lresolv" - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } cat >>confdefs.h <<\_ACEOF #define HAVE_RES_INIT 1 @@ -29862,24 +30578,25 @@ else - echo "$as_me: failed program was:" >&5 + $as_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; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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; } +{ $as_echo "$as_me:$LINENO: checking for res_init" >&5 +$as_echo_n "checking for res_init... " >&6; } if test "${kde_cv_func_res_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -29895,9 +30612,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 @@ -29928,20 +30642,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_func_res_init=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_func_res_init=no @@ -29960,13 +30675,13 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_func_res_init" >&5 -echo "${ECHO_T}$kde_cv_func_res_init" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_func_res_init" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking if res_init needs custom prototype" >&5 +$as_echo_n "checking if res_init needs custom prototype... " >&6; } if test "${kde_cv_proto_res_init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "x$kde_cv_func_res_init" = xyes; then @@ -30028,28 +30743,32 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then kde_cv_func_res_init=yes kde_cv_proto_res_init=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_proto_res_init="res_init unavailable" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$kde_safe_libs @@ -30063,8 +30782,8 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_proto_res_init" >&5 -echo "${ECHO_T}$kde_cv_proto_res_init" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_proto_res_init" >&5 +$as_echo "$kde_cv_proto_res_init" >&6; } if test "x$kde_cv_func_res_init" = xyes; then @@ -30091,10 +30810,10 @@ 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; } + { $as_echo "$as_me:$LINENO: checking for killpg in -lucb" >&5 +$as_echo_n "checking for killpg in -lucb... " >&6; } if test "${ac_cv_lib_ucb_killpg+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lucb $LIBS" @@ -30126,47 +30845,51 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_ucb_killpg=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_ucb_killpg=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ucb_killpg" >&5 +$as_echo "$ac_cv_lib_ucb_killpg" >&6; } +if test "x$ac_cv_lib_ucb_killpg" = x""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; } + { $as_echo "$as_me:$LINENO: checking LynxOS header file wrappers" >&5 +$as_echo_n "checking LynxOS header file wrappers... " >&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; } + { $as_echo "$as_me:$LINENO: result: disabled" >&5 +$as_echo "disabled" >&6; } + { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5 +$as_echo_n "checking for gethostbyname in -lbsd... " >&6; } if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lbsd $LIBS" @@ -30198,100 +30921,50 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_bsd_gethostbyname=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_bsd_gethostbyname=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 +$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; } +if test "x$ac_cv_lib_bsd_gethostbyname" = x""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 -typedef int ac__type_new_; -int -main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; 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 core 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; } - -# The cast to long int works around a bug in the HP C Compiler + # The cast to long int 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. -{ echo "$as_me:$LINENO: checking size of int" >&5 -echo $ECHO_N "checking size of int... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of int" >&5 +$as_echo_n "checking size of int... " >&6; } if test "${ac_cv_sizeof_int+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -30302,11 +30975,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef int ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= 0)]; test_array [0] = 0 ; @@ -30319,13 +30991,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -30339,11 +31012,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef int ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)]; test_array [0] = 0 ; @@ -30356,20 +31028,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -30383,7 +31056,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -30393,11 +31066,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef int ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int))) < 0)]; test_array [0] = 0 ; @@ -30410,13 +31082,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -30430,11 +31103,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef int ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= $ac_mid)]; test_array [0] = 0 ; @@ -30447,20 +31119,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -30474,7 +31147,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -30494,11 +31167,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef int ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)]; test_array [0] = 0 ; @@ -30511,20 +31183,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -30535,11 +31208,13 @@ case $ac_lo in ?*) ac_cv_sizeof_int=$ac_lo;; '') if test "$ac_cv_type_int" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (int) +$as_echo "$as_me: error: cannot compute sizeof (int) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } + { (exit 77); exit 77; }; }; } else ac_cv_sizeof_int=0 fi ;; @@ -30552,9 +31227,8 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef int ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (int)); } +static unsigned long int ulongval () { return (long int) (sizeof (int)); } #include #include int @@ -30564,20 +31238,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (int))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (int)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (int)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -30590,43 +31266,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_int" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (int) +$as_echo "$as_me: error: cannot compute sizeof (int) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } + { (exit 77); exit 77; }; }; } else ac_cv_sizeof_int=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 -echo "${ECHO_T}$ac_cv_sizeof_int" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 +$as_echo "$ac_cv_sizeof_int" >&6; } @@ -30634,68 +31315,14 @@ #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 -typedef short ac__type_new_; -int -main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; 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 core 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; } - -# The cast to long int works around a bug in the HP C Compiler + # The cast to long int 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. -{ echo "$as_me:$LINENO: checking size of short" >&5 -echo $ECHO_N "checking size of short... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of short" >&5 +$as_echo_n "checking size of short... " >&6; } if test "${ac_cv_sizeof_short+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -30706,11 +31333,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef short ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (short))) >= 0)]; test_array [0] = 0 ; @@ -30723,13 +31349,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -30743,11 +31370,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef short ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= $ac_mid)]; test_array [0] = 0 ; @@ -30760,20 +31386,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -30787,7 +31414,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -30797,11 +31424,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef short ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (short))) < 0)]; test_array [0] = 0 ; @@ -30814,13 +31440,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -30834,11 +31461,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef short ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (short))) >= $ac_mid)]; test_array [0] = 0 ; @@ -30851,20 +31477,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -30878,7 +31505,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -30898,11 +31525,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef short ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= $ac_mid)]; test_array [0] = 0 ; @@ -30915,20 +31541,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -30939,11 +31566,13 @@ case $ac_lo in ?*) ac_cv_sizeof_short=$ac_lo;; '') if test "$ac_cv_type_short" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (short) + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (short) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (short) +$as_echo "$as_me: error: cannot compute sizeof (short) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } + { (exit 77); exit 77; }; }; } else ac_cv_sizeof_short=0 fi ;; @@ -30956,9 +31585,8 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef short ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (short)); } +static unsigned long int ulongval () { return (long int) (sizeof (short)); } #include #include int @@ -30968,20 +31596,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (short))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (short)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (short)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -30994,43 +31624,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_short" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (short) + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (short) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (short) +$as_echo "$as_me: error: cannot compute sizeof (short) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } + { (exit 77); exit 77; }; }; } else ac_cv_sizeof_short=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5 -echo "${ECHO_T}$ac_cv_sizeof_short" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5 +$as_echo "$ac_cv_sizeof_short" >&6; } @@ -31038,68 +31673,14 @@ #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 -typedef long ac__type_new_; -int -main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; 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 core 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; } - -# The cast to long int works around a bug in the HP C Compiler + # The cast to long int 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. -{ echo "$as_me:$LINENO: checking size of long" >&5 -echo $ECHO_N "checking size of long... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of long" >&5 +$as_echo_n "checking size of long... " >&6; } if test "${ac_cv_sizeof_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -31110,11 +31691,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long))) >= 0)]; test_array [0] = 0 ; @@ -31127,13 +31707,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -31147,11 +31728,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= $ac_mid)]; test_array [0] = 0 ; @@ -31164,20 +31744,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -31191,7 +31772,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -31201,11 +31782,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long))) < 0)]; test_array [0] = 0 ; @@ -31218,13 +31798,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -31238,11 +31819,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long))) >= $ac_mid)]; test_array [0] = 0 ; @@ -31255,20 +31835,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -31282,7 +31863,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -31302,11 +31883,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= $ac_mid)]; test_array [0] = 0 ; @@ -31319,20 +31899,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -31343,11 +31924,13 @@ case $ac_lo in ?*) ac_cv_sizeof_long=$ac_lo;; '') if test "$ac_cv_type_long" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (long) +$as_echo "$as_me: error: cannot compute sizeof (long) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } + { (exit 77); exit 77; }; }; } else ac_cv_sizeof_long=0 fi ;; @@ -31360,9 +31943,8 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (long)); } +static unsigned long int ulongval () { return (long int) (sizeof (long)); } #include #include int @@ -31372,20 +31954,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (long))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (long)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (long)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -31398,43 +31982,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_long" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (long) +$as_echo "$as_me: error: cannot compute sizeof (long) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } + { (exit 77); exit 77; }; }; } else ac_cv_sizeof_long=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 -echo "${ECHO_T}$ac_cv_sizeof_long" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 +$as_echo "$ac_cv_sizeof_long" >&6; } @@ -31442,68 +32031,14 @@ #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 -typedef char * ac__type_new_; -int -main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; 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 core 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; } - -# The cast to long int works around a bug in the HP C Compiler + # The cast to long int 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. -{ echo "$as_me:$LINENO: checking size of char *" >&5 -echo $ECHO_N "checking size of char *... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of char *" >&5 +$as_echo_n "checking size of char *... " >&6; } if test "${ac_cv_sizeof_char_p+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -31514,11 +32049,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char * ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (char *))) >= 0)]; test_array [0] = 0 ; @@ -31531,13 +32065,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -31551,11 +32086,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char * ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (char *))) <= $ac_mid)]; test_array [0] = 0 ; @@ -31568,20 +32102,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -31595,7 +32130,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -31605,11 +32140,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char * ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (char *))) < 0)]; test_array [0] = 0 ; @@ -31622,13 +32156,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -31642,11 +32177,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char * ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (char *))) >= $ac_mid)]; test_array [0] = 0 ; @@ -31659,20 +32193,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -31686,7 +32221,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -31706,11 +32241,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char * ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (char *))) <= $ac_mid)]; test_array [0] = 0 ; @@ -31723,20 +32257,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -31747,11 +32282,13 @@ case $ac_lo in ?*) ac_cv_sizeof_char_p=$ac_lo;; '') if test "$ac_cv_type_char_p" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *) + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char *) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (char *) +$as_echo "$as_me: error: cannot compute sizeof (char *) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } + { (exit 77); exit 77; }; }; } else ac_cv_sizeof_char_p=0 fi ;; @@ -31764,9 +32301,8 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char * ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (char *)); } +static unsigned long int ulongval () { return (long int) (sizeof (char *)); } #include #include int @@ -31776,20 +32312,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (char *))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (char *)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (char *)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -31802,43 +32340,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_char_p" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *) + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char *) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (char *) +$as_echo "$as_me: error: cannot compute sizeof (char *) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } + { (exit 77); exit 77; }; }; } else ac_cv_sizeof_char_p=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_char_p" >&5 -echo "${ECHO_T}$ac_cv_sizeof_char_p" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_char_p" >&5 +$as_echo "$ac_cv_sizeof_char_p" >&6; } @@ -31848,10 +32391,10 @@ -{ echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 -echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +$as_echo_n "checking for dlopen in -ldl... " >&6; } if test "${ac_cv_lib_dl_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" @@ -31883,33 +32426,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_dl_dlopen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dl_dlopen=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +$as_echo "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = x""yes; then LIBDL="-ldl" ac_cv_have_dlfcn=yes @@ -31917,10 +32464,10 @@ fi -{ echo "$as_me:$LINENO: checking for shl_unload in -ldld" >&5 -echo $ECHO_N "checking for shl_unload in -ldld... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for shl_unload in -ldld" >&5 +$as_echo_n "checking for shl_unload in -ldld... " >&6; } if test "${ac_cv_lib_dld_shl_unload+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" @@ -31952,33 +32499,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_dld_shl_unload=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dld_shl_unload=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_unload" >&5 +$as_echo "$ac_cv_lib_dld_shl_unload" >&6; } +if test "x$ac_cv_lib_dld_shl_unload" = x""yes; then LIBDL="-ldld" ac_cv_have_shload=yes @@ -31991,68 +32542,14 @@ - { 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 -typedef size_t ac__type_new_; -int -main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; 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 core 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; } - -# The cast to long int works around a bug in the HP C Compiler + # The cast to long int 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. -{ echo "$as_me:$LINENO: checking size of size_t" >&5 -echo $ECHO_N "checking size of size_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of size_t" >&5 +$as_echo_n "checking size of size_t... " >&6; } if test "${ac_cv_sizeof_size_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -32063,11 +32560,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef size_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) >= 0)]; test_array [0] = 0 ; @@ -32080,13 +32576,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -32100,11 +32597,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef size_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -32117,20 +32613,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -32144,7 +32641,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -32154,11 +32651,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef size_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) < 0)]; test_array [0] = 0 ; @@ -32171,13 +32667,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -32191,11 +32688,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef size_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) >= $ac_mid)]; test_array [0] = 0 ; @@ -32208,20 +32704,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -32235,7 +32732,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -32255,11 +32752,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef size_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -32272,20 +32768,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -32296,11 +32793,13 @@ case $ac_lo in ?*) ac_cv_sizeof_size_t=$ac_lo;; '') if test "$ac_cv_type_size_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t) + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (size_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (size_t) +$as_echo "$as_me: error: cannot compute sizeof (size_t) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } + { (exit 77); exit 77; }; }; } else ac_cv_sizeof_size_t=0 fi ;; @@ -32313,9 +32812,8 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef size_t ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (size_t)); } +static unsigned long int ulongval () { return (long int) (sizeof (size_t)); } #include #include int @@ -32325,20 +32823,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (size_t))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (size_t)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (size_t)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -32351,43 +32851,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_size_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t) + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (size_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (size_t) +$as_echo "$as_me: error: cannot compute sizeof (size_t) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } + { (exit 77); exit 77; }; }; } else ac_cv_sizeof_size_t=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5 -echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5 +$as_echo "$ac_cv_sizeof_size_t" >&6; } @@ -32396,68 +32901,14 @@ _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 -typedef unsigned long ac__type_new_; -int -main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; 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 core 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; } - -# The cast to long int works around a bug in the HP C Compiler + # The cast to long int 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. -{ echo "$as_me:$LINENO: checking size of unsigned long" >&5 -echo $ECHO_N "checking size of unsigned long... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of unsigned long" >&5 +$as_echo_n "checking size of unsigned long... " >&6; } if test "${ac_cv_sizeof_unsigned_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -32468,11 +32919,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef unsigned long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) >= 0)]; test_array [0] = 0 ; @@ -32485,13 +32935,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -32505,11 +32956,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef unsigned long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= $ac_mid)]; test_array [0] = 0 ; @@ -32522,20 +32972,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -32549,7 +33000,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -32559,11 +33010,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef unsigned long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) < 0)]; test_array [0] = 0 ; @@ -32576,13 +33026,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -32596,11 +33047,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef unsigned long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) >= $ac_mid)]; test_array [0] = 0 ; @@ -32613,20 +33063,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -32640,7 +33091,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -32660,11 +33111,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef unsigned long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= $ac_mid)]; test_array [0] = 0 ; @@ -32677,20 +33127,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -32701,11 +33152,13 @@ case $ac_lo in ?*) ac_cv_sizeof_unsigned_long=$ac_lo;; '') if test "$ac_cv_type_unsigned_long" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long) + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (unsigned long) +$as_echo "$as_me: error: cannot compute sizeof (unsigned long) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } + { (exit 77); exit 77; }; }; } else ac_cv_sizeof_unsigned_long=0 fi ;; @@ -32718,9 +33171,8 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef unsigned long ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (unsigned long)); } +static unsigned long int ulongval () { return (long int) (sizeof (unsigned long)); } #include #include int @@ -32730,20 +33182,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (unsigned long))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (unsigned long)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (unsigned long)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -32756,43 +33210,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_unsigned_long" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long) + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (unsigned long) +$as_echo "$as_me: error: cannot compute sizeof (unsigned long) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } + { (exit 77); exit 77; }; }; } else ac_cv_sizeof_unsigned_long=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_long" >&5 -echo "${ECHO_T}$ac_cv_sizeof_unsigned_long" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_long" >&5 +$as_echo "$ac_cv_sizeof_unsigned_long" >&6; } @@ -32802,8 +33261,8 @@ - { 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; } + { $as_echo "$as_me:$LINENO: checking sizeof size_t == sizeof unsigned long" >&5 +$as_echo_n "checking sizeof size_t == sizeof unsigned long... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -32829,31 +33288,32 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else - echo "$as_me: failed program was:" >&5 + $as_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: + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } + { { $as_echo "$as_me:$LINENO: error: Apparently on your system our assumption sizeof size_t == sizeof unsigned long does not apply. Please mail kde-devel@kde.org with a description of your system! " >&5 -echo "$as_me: error: +$as_echo "$as_me: error: Apparently on your system our assumption sizeof size_t == sizeof unsigned long does not apply. Please mail kde-devel@kde.org with a description of your system! " >&2;} @@ -32864,10 +33324,10 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - { echo "$as_me:$LINENO: checking for PIE support" >&5 -echo $ECHO_N "checking for PIE support... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for PIE support" >&5 +$as_echo_n "checking for PIE support... " >&6; } if test "${kde_cv_val_pie_support+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -32906,26 +33366,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then kde_cv_val_pie_support=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_val_pie_support=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext @@ -32939,11 +33403,11 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_val_pie_support" >&5 -echo "${ECHO_T}$kde_cv_val_pie_support" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_val_pie_support" >&5 +$as_echo "$kde_cv_val_pie_support" >&6; } - { echo "$as_me:$LINENO: checking if enabling -pie/fPIE support" >&5 -echo $ECHO_N "checking if enabling -pie/fPIE support... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking if enabling -pie/fPIE support" >&5 +$as_echo_n "checking if enabling -pie/fPIE support... " >&6; } # Check whether --enable-pie was given. if test "${enable_pie+set}" = set; then @@ -32957,8 +33421,8 @@ kde_has_pie_support=$kde_cv_val_pie_support fi - { echo "$as_me:$LINENO: result: $kde_has_pie_support" >&5 -echo "${ECHO_T}$kde_has_pie_support" >&6; } + { $as_echo "$as_me:$LINENO: result: $kde_has_pie_support" >&5 +$as_echo "$kde_has_pie_support" >&6; } KDE_USE_FPIE="" KDE_USE_PIE="" @@ -32976,20 +33440,21 @@ for ac_header in crt_externs.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -33005,32 +33470,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -33044,79 +33510,83 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_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; } +{ $as_echo "$as_me:$LINENO: checking for _NSGetEnviron" >&5 +$as_echo_n "checking for _NSGetEnviron... " >&6; } if test "${ac_cv_func__NSGetEnviron+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -33169,32 +33639,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func__NSGetEnviron=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func__NSGetEnviron=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func__NSGetEnviron" >&5 +$as_echo "$ac_cv_func__NSGetEnviron" >&6; } +if test "x$ac_cv_func__NSGetEnviron" = x""yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_NSGETENVIRON 1 @@ -33213,11 +33687,11 @@ 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -33270,35 +33744,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -33351,11 +33832,11 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for X" >&5 +$as_echo_n "checking for X... " >&6; } if test "${kde_cv_have_x+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&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 @@ -33394,13 +33875,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err @@ -33408,7 +33890,7 @@ # We can compile using X headers with no special include directory. ac_x_includes= else - echo "$as_me: failed program was:" >&5 + $as_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. @@ -33490,23 +33972,26 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; 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 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 LIBS="$ac_save_LIBS" @@ -33558,6 +34043,7 @@ done fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi # $ac_x_libraries = NO @@ -33585,7 +34071,7 @@ eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" done # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. - for ac_extension in a so sl; do + for ac_extension in a so sl dylib la dll; 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 @@ -33599,7 +34085,7 @@ *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;; esac case $ac_im_usrlibdir in - /usr/lib | /lib) ;; + /usr/lib | /usr/lib64 | /lib | /lib64) ;; *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; esac fi @@ -33628,14 +34114,14 @@ 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;} + { { $as_echo "$as_me:$LINENO: error: Can't find X includes. Please check your installation and add the correct paths!" >&5 +$as_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;} + { { $as_echo "$as_me:$LINENO: error: Can't find X libraries. Please check your installation and add the correct paths!" >&5 +$as_echo "$as_me: error: Can't find X libraries. Please check your installation and add the correct paths!" >&2;} { (exit 1); exit 1; }; } fi @@ -33648,12 +34134,12 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $have_x" >&5 +$as_echo "$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; } + { $as_echo "$as_me:$LINENO: result: libraries $kde_x_libraries, headers $kde_x_includes" >&5 +$as_echo "libraries $kde_x_libraries, headers $kde_x_includes" >&6; } fi if test -z "$kde_x_includes" || test "x$kde_x_includes" = xNONE; then @@ -33681,10 +34167,10 @@ # These have to be linked with before -lX11, unlike the other # libraries we check for below, so use a different variable. # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. -{ echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 -echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 +$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lICE $X_EXTRA_LIBS $LIBS" @@ -33716,33 +34202,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_ICE_IceConnectionNumber=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_ICE_IceConnectionNumber=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 +$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; } +if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then LIBSM="-lSM -lICE" fi @@ -33750,10 +34240,10 @@ LIB_X11='-lX11 $(LIBSOCKET)' -{ echo "$as_me:$LINENO: checking for libXext" >&5 -echo $ECHO_N "checking for libXext... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for libXext" >&5 +$as_echo_n "checking for libXext... " >&6; } if test "${kde_cv_have_libXext+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_ldflags_safe="$LDFLAGS" @@ -33790,27 +34280,31 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then kde_cv_have_libXext=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_have_libXext=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext @@ -33820,14 +34314,14 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_have_libXext" >&5 -echo "${ECHO_T}$kde_cv_have_libXext" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_have_libXext" >&5 +$as_echo "$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 + { { $as_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 +$as_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; }; } @@ -33953,10 +34447,10 @@ if test -z "$PKG_CONFIG"; then # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_PKG_CONFIG+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) @@ -33971,7 +34465,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -33984,11 +34478,11 @@ fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then - { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 -echo "${ECHO_T}$PKG_CONFIG" >&6; } + { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 +$as_echo "$PKG_CONFIG" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -34015,8 +34509,8 @@ 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; } + { $as_echo "$as_me:$LINENO: checking for pthread_create in $PTHREAD_LIBS" >&5 +$as_echo_n "checking for pthread_create in $PTHREAD_LIBS... " >&6; } kde_save_LDFLAGS="$LDFLAGS" kde_save_LIBS="$LIBS" @@ -34026,11 +34520,11 @@ 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; } + as_ac_Lib=`$as_echo "ac_cv_lib_$PTHREAD_LIBS''_pthread_create" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for pthread_create in -l$PTHREAD_LIBS" >&5 +$as_echo_n "checking for pthread_create in -l$PTHREAD_LIBS... " >&6; } if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-l$PTHREAD_LIBS $LIBS" @@ -34062,34 +34556,41 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_Lib=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Lib=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -ac_res=`eval echo '${'$as_ac_Lib'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Lib'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then LIBPTHREAD="$PTHREAD_LIBS_save" fi @@ -34101,10 +34602,10 @@ 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; } + { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 +$as_echo_n "checking for pthread_create in -lpthread... " >&6; } if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lpthread $LIBS" @@ -34136,41 +34637,45 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_pthread_pthread_create=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_pthread_pthread_create=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 +$as_echo "$ac_cv_lib_pthread_pthread_create" >&6; } +if test "x$ac_cv_lib_pthread_pthread_create" = x""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; } + { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 +$as_echo_n "checking for pthread_create in -lpthread... " >&6; } kde_safe_libs=$LIBS LIBS="$LIBS -lpthread" cat >conftest.$ac_ext <<_ACEOF @@ -34194,31 +34699,35 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } LIBPTHREAD="-lpthread" else - echo "$as_me: failed program was:" >&5 + $as_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; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$kde_safe_libs @@ -34234,11 +34743,11 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -pthread" >&5 +$as_echo_n "checking whether $CXX supports -pthread... " >&6; } kde_cache=`echo pthread | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -34274,26 +34783,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -34307,13 +34820,13 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : USE_THREADS="-D_THREAD_SAFE -pthread" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } : fi @@ -34325,11 +34838,11 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -mt" >&5 +$as_echo_n "checking whether $CXX supports -mt... " >&6; } kde_cache=`echo mt | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -34365,26 +34878,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -34398,13 +34915,13 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : USE_THREADS="-mt" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } : fi @@ -34431,8 +34948,8 @@ -{ echo "$as_me:$LINENO: checking for extra includes" >&5 -echo $ECHO_N "checking for extra includes... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for extra includes" >&5 +$as_echo_n "checking for extra includes... " >&6; } # Check whether --with-extra-includes was given. if test "${with_extra_includes+set}" = set; then @@ -34459,12 +34976,12 @@ fi -{ echo "$as_me:$LINENO: result: $kde_use_extra_includes" >&5 -echo "${ECHO_T}$kde_use_extra_includes" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_use_extra_includes" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking for extra libs" >&5 +$as_echo_n "checking for extra libs... " >&6; } # Check whether --with-extra-libs was given. if test "${with_extra_libs+set}" = set; then @@ -34492,16 +35009,16 @@ -{ echo "$as_me:$LINENO: result: $kde_use_extra_libs" >&5 -echo "${ECHO_T}$kde_use_extra_libs" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_use_extra_libs" >&5 +$as_echo "$kde_use_extra_libs" >&6; } -{ echo "$as_me:$LINENO: checking for libz" >&5 -echo $ECHO_N "checking for libz... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for libz" >&5 +$as_echo_n "checking for libz... " >&6; } if test "${ac_cv_lib_z+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_save_LIBS="$LIBS" @@ -34539,26 +35056,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "ac_cv_lib_z='-lz'" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "ac_cv_lib_z=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$kde_save_LIBS" @@ -34572,15 +35093,15 @@ _ACEOF LIBZ="$ac_cv_lib_z" - { echo "$as_me:$LINENO: result: $ac_cv_lib_z" >&5 -echo "${ECHO_T}$ac_cv_lib_z" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z" >&5 +$as_echo "$ac_cv_lib_z" >&6; } else - { { echo "$as_me:$LINENO: error: not found. + { { $as_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. +$as_echo "$as_me: error: not found. Possibly configure picks up an outdated version installed by XFree86. Remove it from your system. @@ -34593,10 +35114,10 @@ -{ echo "$as_me:$LINENO: checking for libpng" >&5 -echo $ECHO_N "checking for libpng... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for libpng" >&5 +$as_echo_n "checking for libpng... " >&6; } if test "${ac_cv_lib_png+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_save_LIBS="$LIBS" @@ -34635,27 +35156,31 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "ac_cv_lib_png='-lpng $LIBZ -lm'" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "ac_cv_lib_png=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$kde_save_LIBS" @@ -34670,21 +35195,21 @@ LIBPNG="$ac_cv_lib_png" - { echo "$as_me:$LINENO: result: $ac_cv_lib_png" >&5 -echo "${ECHO_T}$ac_cv_lib_png" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_png" >&5 +$as_echo "$ac_cv_lib_png" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } LIBPNG="" fi -{ echo "$as_me:$LINENO: checking for libjpeg6b" >&5 -echo $ECHO_N "checking for libjpeg6b... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for libjpeg6b" >&5 +$as_echo_n "checking for libjpeg6b... " >&6; } if test "${ac_cv_lib_jpeg_6b+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_save_LIBS="$LIBS" @@ -34720,26 +35245,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "ac_cv_lib_jpeg_6b=-ljpeg6b" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "ac_cv_lib_jpeg_6b=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$ac_save_LIBS" @@ -34750,16 +35279,16 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_6b" >&5 +$as_echo "$ac_cv_lib_jpeg_6b" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } -{ echo "$as_me:$LINENO: checking for libjpeg" >&5 -echo $ECHO_N "checking for libjpeg... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for libjpeg" >&5 +$as_echo_n "checking for libjpeg... " >&6; } if test "${ac_cv_lib_jpeg_normal+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_save_LIBS="$LIBS" @@ -34795,26 +35324,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "ac_cv_lib_jpeg_normal=-ljpeg" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "ac_cv_lib_jpeg_normal=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$ac_save_LIBS" @@ -34825,11 +35358,11 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_normal" >&5 +$as_echo "$ac_cv_lib_jpeg_normal" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } LIBJPEG= @@ -34849,7 +35382,7 @@ do for j in jpeglib.h; do - echo "configure: 34852: $i/$j" >&5 + echo "configure: 35385: $i/$j" >&5 if test -r "$i/$j"; then echo "taking that" >&5 jpeg_incdir=$i @@ -34868,14 +35401,14 @@ else if test -n "$jpeg_incdir" || test -n "$LIBJPEG" ; then - { echo "$as_me:$LINENO: WARNING: + { $as_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: +$as_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 @@ -34883,8 +35416,8 @@ 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;} + { $as_echo "$as_me:$LINENO: WARNING: libjpeg not found. disable JPEG support." >&5 +$as_echo "$as_me: WARNING: libjpeg not found. disable JPEG support." >&2;} fi jpeg_incdir= LIBJPEG= @@ -34896,15 +35429,15 @@ - { echo "$as_me:$LINENO: checking for perl" >&5 -echo $ECHO_N "checking for perl... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for perl" >&5 +$as_echo_n "checking for perl... " >&6; } if test -n "$PERL"; then kde_cv_path="$PERL"; else kde_cache=`echo perl | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -34946,18 +35479,18 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } - { { echo "$as_me:$LINENO: error: No Perl found in your $PATH. + { { $as_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. +$as_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; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$kde_cv_path" >&6; } PERL=$kde_cv_path fi @@ -35082,8 +35615,8 @@ LIBQT="$LIBQT $LIBDL" fi -{ echo "$as_me:$LINENO: checking for Qt" >&5 -echo $ECHO_N "checking for Qt... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for Qt" >&5 +$as_echo_n "checking for Qt... " >&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" @@ -35122,7 +35655,7 @@ if test "${ac_cv_have_qt+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else #try to guess Qt locations @@ -35133,10 +35666,10 @@ if test -z "$PKG_CONFIG"; then # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_PKG_CONFIG+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) @@ -35151,7 +35684,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -35164,11 +35697,11 @@ fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then - { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 -echo "${ECHO_T}$PKG_CONFIG" >&6; } + { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 +$as_echo "$PKG_CONFIG" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -35195,7 +35728,7 @@ do for j in $kde_qt_header; do - echo "configure: 35198: $i/$j" >&5 + echo "configure: 35731: $i/$j" >&5 if test -r "$i/$j"; then echo "taking that" >&5 qt_incdir=$i @@ -35213,10 +35746,10 @@ if test -z "$PKG_CONFIG"; then # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_PKG_CONFIG+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) @@ -35231,7 +35764,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -35244,11 +35777,11 @@ fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then - { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 -echo "${ECHO_T}$PKG_CONFIG" >&6; } + { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 +$as_echo "$PKG_CONFIG" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -35363,7 +35896,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest; then rm -f conftest* else @@ -35402,9 +35935,9 @@ fi fi - { { echo "$as_me:$LINENO: error: Qt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation! + { { $as_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! +$as_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 @@ -35417,13 +35950,13 @@ 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; }; + { $as_echo "$as_me:$LINENO: result: $have_qt" >&5 +$as_echo "$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; } + { $as_echo "$as_me:$LINENO: result: libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&5 +$as_echo "libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&6; } qt_libraries="$ac_qt_libraries" qt_includes="$ac_qt_includes" @@ -35432,10 +35965,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking if Qt compiles without flags" >&5 +$as_echo_n "checking if Qt compiles without flags... " >&6; } if test "${kde_cv_qt_direct+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -35531,7 +36064,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest; then kde_cv_qt_direct="yes" else @@ -35560,12 +36093,12 @@ if test "$kde_cv_qt_direct" = "yes"; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } qt_libraries= else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -35603,15 +36136,15 @@ fi - { echo "$as_me:$LINENO: checking for moc" >&5 -echo $ECHO_N "checking for moc... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for moc" >&5 +$as_echo_n "checking for moc... " >&6; } if test -n "$MOC"; then kde_cv_path="$MOC"; else kde_cache=`echo moc | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -35653,10 +36186,10 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } - { { echo "$as_me:$LINENO: error: No Qt meta object compiler (moc) found! + { { $as_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 @@ -35664,7 +36197,7 @@ the environment variable MOC to the right one before running configure. " >&5 -echo "$as_me: error: No Qt meta object compiler (moc) found! +$as_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 @@ -35675,23 +36208,23 @@ { (exit 1); exit 1; }; } else - { echo "$as_me:$LINENO: result: $kde_cv_path" >&5 -echo "${ECHO_T}$kde_cv_path" >&6; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$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; } + { $as_echo "$as_me:$LINENO: checking for uic" >&5 +$as_echo_n "checking for uic... " >&6; } if test -n "$UIC_PATH"; then kde_cv_path="$UIC_PATH"; else kde_cache=`echo uic | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -35733,19 +36266,19 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } UIC_PATH="" else - { echo "$as_me:$LINENO: result: $kde_cv_path" >&5 -echo "${ECHO_T}$kde_cv_path" >&6; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$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! + { $as_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 @@ -35753,7 +36286,7 @@ the environment variable UIC to the right one before running configure. " >&5 -echo "$as_me: WARNING: No Qt ui compiler (uic) found! +$as_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 @@ -35768,11 +36301,11 @@ 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; } + { $as_echo "$as_me:$LINENO: checking whether uic supports -L " >&5 +$as_echo_n "checking whether uic supports -L ... " >&6; } kde_cache=`echo L | sed 'y% .=/+-%____p_%'` if { as_var=kde_cv_prog_uic_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.ui <&5 (eval $ac_uic_testrun) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then eval "kde_cv_prog_uic_$kde_cache=yes" else @@ -35794,23 +36327,23 @@ if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : ac_uic_supports_libpath=yes else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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; } + { $as_echo "$as_me:$LINENO: checking whether uic supports -nounload " >&5 +$as_echo_n "checking whether uic supports -nounload ... " >&6; } kde_cache=`echo nounload | sed 'y% .=/+-%____p_%'` if { as_var=kde_cv_prog_uic_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.ui <&5 (eval $ac_uic_testrun) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then eval "kde_cv_prog_uic_$kde_cache=yes" else @@ -35832,13 +36365,13 @@ if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : ac_uic_supports_nounload=yes else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } : ac_uic_supports_nounload=no fi @@ -35869,10 +36402,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking if Qt needs $LIBJPEG" >&5 +$as_echo_n "checking if Qt needs $LIBJPEG... " >&6; } if test "${kde_cv_qt_jpeg+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -35914,26 +36447,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_qt_jpeg=no" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "kde_cv_qt_jpeg=yes" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$ac_save_LIBS" @@ -35950,12 +36487,12 @@ if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } LIBJPEG_QT='$(LIBJPEG)' else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } LIBJPEG_QT= fi @@ -35974,6 +36511,10 @@ fi done +# Export just Qt libs in LIB_QT, "extended" version will be exported as LIB_QT_EXT +LIB_QT_EXT="$LIB_QT" +LIB_QT="$kde_int_qt" + @@ -35985,8 +36526,9 @@ -{ echo "$as_me:$LINENO: checking for rpath" >&5 -echo $ECHO_N "checking for rpath... $ECHO_C" >&6; } + +{ $as_echo "$as_me:$LINENO: checking for rpath" >&5 +$as_echo_n "checking for rpath... " >&6; } # Check whether --enable-rpath was given. if test "${enable_rpath+set}" = set; then enableval=$enable_rpath; USE_RPATH=$enableval @@ -36017,11 +36559,11 @@ -{ echo "$as_me:$LINENO: result: $USE_RPATH" >&5 -echo "${ECHO_T}$USE_RPATH" >&6; } +{ $as_echo "$as_me:$LINENO: result: $USE_RPATH" >&5 +$as_echo "$USE_RPATH" >&6; } -{ echo "$as_me:$LINENO: checking for KDE" >&5 -echo $ECHO_N "checking for KDE... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for KDE" >&5 +$as_echo_n "checking for KDE... " >&6; } if test "${prefix}" != NONE; then kde_includes=${includedir} @@ -36050,7 +36592,7 @@ fi if test "${ac_cv_have_kde+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else #try to guess kde locations @@ -36073,7 +36615,7 @@ do for j in $kde_check_header; do - echo "configure: 36076: $i/$j" >&5 + echo "configure: 36618: $i/$j" >&5 if test -r "$i/$j"; then echo "taking that" >&5 kde_incdir=$i @@ -36085,10 +36627,10 @@ 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: + { { $as_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: +$as_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; }; } @@ -36103,7 +36645,7 @@ do for j in $kde_check_lib; do - echo "configure: 36106: $i/$j" >&5 + echo "configure: 36648: $i/$j" >&5 if test -r "$i/$j"; then echo "taking that" >&5 kde_libdir=$i @@ -36121,7 +36663,7 @@ do for j in "kde3/plugins/designer/kdewidgets.la"; do - echo "configure: 36124: $i/$j" >&5 + echo "configure: 36666: $i/$j" >&5 if test -r "$i/$j"; then echo "taking that" >&5 kde_widgetdir=$i @@ -36132,20 +36674,20 @@ if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/$kde_check_lib"; then -{ { echo "$as_me:$LINENO: error: +{ { $as_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: +$as_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: +{ { $as_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: +$as_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; }; } @@ -36180,12 +36722,12 @@ 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; } + { $as_echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix" >&5 +$as_echo "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; } + { $as_echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&5 +$as_echo "will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&6; } fi kde_libraries="${libdir}" @@ -36194,8 +36736,8 @@ 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; } + { $as_echo "$as_me:$LINENO: result: libraries $ac_kde_libraries, headers $ac_kde_includes" >&5 +$as_echo "libraries $ac_kde_libraries, headers $ac_kde_includes" >&6; } kde_libraries="$ac_kde_libraries" kde_includes="$ac_kde_includes" @@ -36233,10 +36775,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking if UIC has KDE plugins available" >&5 +$as_echo_n "checking if UIC has KDE plugins available... " >&6; } if test "${kde_cv_uic_plugins+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat > actest.ui << EOF @@ -36263,7 +36805,7 @@ if { (eval echo "$as_me:$LINENO: \"$kde_line\"") >&5 (eval $kde_line) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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 @@ -36277,10 +36819,10 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_uic_plugins" >&5 -echo "${ECHO_T}$kde_cv_uic_plugins" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_uic_plugins" >&5 +$as_echo "$kde_cv_uic_plugins" >&6; } if test "$kde_cv_uic_plugins" != yes; then - { { echo "$as_me:$LINENO: error: + { { $as_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 @@ -36289,7 +36831,7 @@ _same Qt version_, compiled with the _same compiler_ and the same Qt configuration settings. " >&5 -echo "$as_me: error: +$as_echo "$as_me: error: you need to install kdelibs first. If you did install kdelibs, then the Qt version that is picked up by @@ -36312,8 +36854,8 @@ - { echo "$as_me:$LINENO: checking grepping for visibility push/pop in headers" >&5 -echo $ECHO_N "checking grepping for visibility push/pop in headers... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking grepping for visibility push/pop in headers" >&5 +$as_echo_n "checking grepping for visibility push/pop in headers... " >&6; } if test "x$GXX" = "xyes"; then @@ -36338,16 +36880,16 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "GCC visibility push" >/dev/null 2>&1; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } kde_stdc_visibility_patched=yes else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } - { echo "$as_me:$LINENO: WARNING: Your libstdc++ doesn't appear to be patched for + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } + { $as_echo "$as_me:$LINENO: WARNING: Your libstdc++ doesn't appear to be patched for visibility support. Disabling -fvisibility=hidden" >&5 -echo "$as_me: WARNING: Your libstdc++ doesn't appear to be patched for +$as_echo "$as_me: WARNING: Your libstdc++ doesn't appear to be patched for visibility support. Disabling -fvisibility=hidden" >&2;} kde_stdc_visibility_patched=no @@ -36364,11 +36906,11 @@ kde_have_gcc_visibility=no -{ echo "$as_me:$LINENO: checking whether $CXX supports -fvisibility=hidden" >&5 -echo $ECHO_N "checking whether $CXX supports -fvisibility=hidden... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -fvisibility=hidden" >&5 +$as_echo_n "checking whether $CXX supports -fvisibility=hidden... " >&6; } kde_cache=`echo fvisibility=hidden | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -36404,26 +36946,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -36437,8 +36983,8 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : kde_have_gcc_visibility=yes @@ -36450,10 +36996,10 @@ fi - { echo "$as_me:$LINENO: checking if Qt is patched for -fvisibility" >&5 -echo $ECHO_N "checking if Qt is patched for -fvisibility... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking if Qt is patched for -fvisibility" >&5 +$as_echo_n "checking if Qt is patched for -fvisibility... " >&6; } if test "${kde_cv_val_qt_gcc_visibility_patched+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -36497,20 +37043,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_val_qt_gcc_visibility_patched=no else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_val_qt_gcc_visibility_patched=yes @@ -36528,16 +37075,16 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_val_qt_gcc_visibility_patched" >&5 -echo "${ECHO_T}$kde_cv_val_qt_gcc_visibility_patched" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_val_qt_gcc_visibility_patched" >&5 +$as_echo "$kde_cv_val_qt_gcc_visibility_patched" >&6; } if test x$kde_have_gcc_visibility = "xyes" && test x$kde_stdc_visibility_patched = "xyes" && test x$kde_cv_val_qt_gcc_visibility_patched = "xyes"; then CXXFLAGS="$CXXFLAGS -fvisibility=hidden" - { echo "$as_me:$LINENO: checking for gcc -fvisibility-inlines-hidden bug" >&5 -echo $ECHO_N "checking for gcc -fvisibility-inlines-hidden bug... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for gcc -fvisibility-inlines-hidden bug" >&5 +$as_echo_n "checking for gcc -fvisibility-inlines-hidden bug... " >&6; } if test "${kde_cv_val_gcc_visibility_bug+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -36586,26 +37133,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then kde_cv_val_gcc_visibility_bug=no else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_val_gcc_visibility_bug=yes fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext @@ -36620,8 +37171,8 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_val_gcc_visibility_bug" >&5 -echo "${ECHO_T}$kde_cv_val_gcc_visibility_bug" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_val_gcc_visibility_bug" >&5 +$as_echo "$kde_cv_val_gcc_visibility_bug" >&6; } if test x$kde_cv_val_gcc_visibility_bug = xno; then CXXFLAGS="$CXXFLAGS -fvisibility-inlines-hidden" @@ -36637,8 +37188,8 @@ fi else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } : fi @@ -36649,12 +37200,12 @@ -{ echo "$as_me:$LINENO: checking for KDE paths" >&5 -echo $ECHO_N "checking for KDE paths... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for KDE paths" >&5 +$as_echo_n "checking for KDE paths... " >&6; } kde_result="" kde_cached_paths=yes if test "${kde_cv_all_paths+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -36761,12 +37312,12 @@ else if test $kde_qtver = 1; then - { echo "$as_me:$LINENO: result: compiling" >&5 -echo "${ECHO_T}compiling" >&6; } + { $as_echo "$as_me:$LINENO: result: compiling" >&5 +$as_echo "compiling" >&6; } - { echo "$as_me:$LINENO: checking for KDE headers installed" >&5 -echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for KDE headers installed" >&5 +$as_echo_n "checking for KDE headers installed... " >&6; } ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' @@ -36818,15 +37369,15 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else - { { echo "$as_me:$LINENO: error: your system is not able to compile a small KDE application! + { { $as_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! +$as_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; }; } @@ -36860,23 +37411,23 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for KDE libraries installed" >&5 +$as_echo_n "checking for KDE libraries installed... " >&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 + $as_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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else - { { echo "$as_me:$LINENO: error: your system fails at linking a small KDE application! + { { $as_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! +$as_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;} @@ -36921,8 +37472,8 @@ 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;} + { { $as_echo "$as_me:$LINENO: error: path checking not yet supported for KDE 2" >&5 +$as_echo "$as_me: error: path checking not yet supported for KDE 2" >&2;} { (exit 1); exit 1; }; } fi @@ -37063,12 +37614,12 @@ else if test $kde_qtver = 1; then - { echo "$as_me:$LINENO: result: compiling" >&5 -echo "${ECHO_T}compiling" >&6; } + { $as_echo "$as_me:$LINENO: result: compiling" >&5 +$as_echo "compiling" >&6; } - { echo "$as_me:$LINENO: checking for KDE headers installed" >&5 -echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for KDE headers installed" >&5 +$as_echo_n "checking for KDE headers installed... " >&6; } ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' @@ -37120,15 +37671,15 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else - { { echo "$as_me:$LINENO: error: your system is not able to compile a small KDE application! + { { $as_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! +$as_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; }; } @@ -37162,23 +37713,23 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for KDE libraries installed" >&5 +$as_echo_n "checking for KDE libraries installed... " >&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 + $as_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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else - { { echo "$as_me:$LINENO: error: your system fails at linking a small KDE application! + { { $as_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! +$as_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;} @@ -37223,8 +37774,8 @@ 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;} + { { $as_echo "$as_me:$LINENO: error: path checking not yet supported for KDE 2" >&5 +$as_echo "$as_me: error: path checking not yet supported for KDE 2" >&2;} { (exit 1); exit 1; }; } fi @@ -37249,13 +37800,13 @@ 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. + { { $as_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. +$as_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. @@ -37264,8 +37815,8 @@ { (exit 1); exit 1; }; } else rm -f conftest* - { echo "$as_me:$LINENO: result: $kde_result" >&5 -echo "${ECHO_T}$kde_result" >&6; } + { $as_echo "$as_me:$LINENO: result: $kde_result" >&5 +$as_echo "$kde_result" >&6; } fi bindir=$kde_bindir @@ -37310,15 +37861,15 @@ 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; } + { $as_echo "$as_me:$LINENO: checking for dcopidl" >&5 +$as_echo_n "checking for dcopidl... " >&6; } if test -n "$DCOPIDL"; then kde_cv_path="$DCOPIDL"; else kde_cache=`echo dcopidl | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -37360,34 +37911,34 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program dcopidl was not found! + { { $as_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! +$as_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; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$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; } + { $as_echo "$as_me:$LINENO: checking for dcopidl2cpp" >&5 +$as_echo_n "checking for dcopidl2cpp... " >&6; } if test -n "$DCOPIDL2CPP"; then kde_cv_path="$DCOPIDL2CPP"; else kde_cache=`echo dcopidl2cpp | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -37429,35 +37980,35 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program dcopidl2cpp was not found! + { { $as_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! +$as_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; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$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; } + { $as_echo "$as_me:$LINENO: checking for mcopidl" >&5 +$as_echo_n "checking for mcopidl... " >&6; } if test -n "$MCOPIDL"; then kde_cv_path="$MCOPIDL"; else kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -37499,36 +38050,36 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program mcopidl was not found! + { { $as_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! +$as_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; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$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; } + { $as_echo "$as_me:$LINENO: checking for artsc-config" >&5 +$as_echo_n "checking for artsc-config... " >&6; } if test -n "$ARTSCCONFIG"; then kde_cv_path="$ARTSCCONFIG"; else kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -37570,37 +38121,37 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program artsc-config was not found! + { { $as_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! +$as_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; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$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; } + { $as_echo "$as_me:$LINENO: checking for meinproc" >&5 +$as_echo_n "checking for meinproc... " >&6; } if test -n "$MEINPROC"; then kde_cv_path="$MEINPROC"; else kde_cache=`echo meinproc | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -37642,12 +38193,12 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } else - { echo "$as_me:$LINENO: result: $kde_cv_path" >&5 -echo "${ECHO_T}$kde_cv_path" >&6; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$kde_cv_path" >&6; } MEINPROC=$kde_cv_path fi @@ -37676,15 +38227,15 @@ if test -n "$kde32ornewer"; then - { echo "$as_me:$LINENO: checking for kconfig_compiler" >&5 -echo $ECHO_N "checking for kconfig_compiler... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for kconfig_compiler" >&5 +$as_echo_n "checking for kconfig_compiler... " >&6; } if test -n "$KCONFIG_COMPILER"; then kde_cv_path="$KCONFIG_COMPILER"; else kde_cache=`echo kconfig_compiler | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -37726,34 +38277,34 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kconfig_compiler was not found! + { { $as_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! +$as_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; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$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; } + { $as_echo "$as_me:$LINENO: checking for dcopidlng" >&5 +$as_echo_n "checking for dcopidlng... " >&6; } if test -n "$DCOPIDLNG"; then kde_cv_path="$DCOPIDLNG"; else kde_cache=`echo dcopidlng | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -37795,20 +38346,20 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program dcopidlng was not found! + { { $as_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! +$as_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; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$kde_cv_path" >&6; } DCOPIDLNG=$kde_cv_path fi @@ -37816,15 +38367,15 @@ fi if test -n "$kde33ornewer"; then - { echo "$as_me:$LINENO: checking for makekdewidgets" >&5 -echo $ECHO_N "checking for makekdewidgets... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for makekdewidgets" >&5 +$as_echo_n "checking for makekdewidgets... " >&6; } if test -n "$MAKEKDEWIDGETS"; then kde_cv_path="$MAKEKDEWIDGETS"; else kde_cache=`echo makekdewidgets | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -37866,20 +38417,20 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program makekdewidgets was not found! + { { $as_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! +$as_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; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$kde_cv_path" >&6; } MAKEKDEWIDGETS=$kde_cv_path fi @@ -37887,15 +38438,15 @@ fi - { echo "$as_me:$LINENO: checking for xmllint" >&5 -echo $ECHO_N "checking for xmllint... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for xmllint" >&5 +$as_echo_n "checking for xmllint... " >&6; } if test -n "$XMLLINT"; then kde_cv_path="$XMLLINT"; else kde_cache=`echo xmllint | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -37937,12 +38488,12 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } XMLLINT="" else - { echo "$as_me:$LINENO: result: $kde_cv_path" >&5 -echo "${ECHO_T}$kde_cv_path" >&6; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$kde_cv_path" >&6; } XMLLINT=$kde_cv_path fi @@ -37957,7 +38508,7 @@ do for j in apps/ksgmltools2/customization/kde-chunk.xsl; do - echo "configure: 37960: $i/$j" >&5 + echo "configure: 38511: $i/$j" >&5 if test -r "$i/$j"; then echo "taking that" >&5 KDE_XSL_STYLESHEET=$i @@ -38165,11 +38716,11 @@ for ac_header in X11/extensions/shape.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; } +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -38190,20 +38741,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" @@ -38211,12 +38763,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Header'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -38249,11 +38804,11 @@ for ac_header in X11/extensions/XShm.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; } +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -38271,20 +38826,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" @@ -38292,12 +38848,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Header'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF have_mitshm=yes else @@ -38332,20 +38891,21 @@ for ac_header in X11/ICE/ICElib.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -38361,32 +38921,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -38400,69 +38961,73 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -38491,17 +39056,17 @@ if test "${ac_cv_header_sys_sendfile_h+set}" = set; then - { echo "$as_me:$LINENO: checking for sys/sendfile.h" >&5 -echo $ECHO_N "checking for sys/sendfile.h... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for sys/sendfile.h" >&5 +$as_echo_n "checking for sys/sendfile.h... " >&6; } if test "${ac_cv_header_sys_sendfile_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_sendfile_h" >&5 -echo "${ECHO_T}$ac_cv_header_sys_sendfile_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_sendfile_h" >&5 +$as_echo "$ac_cv_header_sys_sendfile_h" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking sys/sendfile.h usability" >&5 -echo $ECHO_N "checking sys/sendfile.h usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking sys/sendfile.h usability" >&5 +$as_echo_n "checking sys/sendfile.h usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -38517,32 +39082,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking sys/sendfile.h presence" >&5 -echo $ECHO_N "checking sys/sendfile.h presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking sys/sendfile.h presence" >&5 +$as_echo_n "checking sys/sendfile.h presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -38556,66 +39122,67 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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: sys/sendfile.h: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: sys/sendfile.h: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: sys/sendfile.h: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: sys/sendfile.h: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/sendfile.h: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: sys/sendfile.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/sendfile.h: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: sys/sendfile.h: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: sys/sendfile.h: present but cannot be compiled" >&5 -echo "$as_me: WARNING: sys/sendfile.h: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: sys/sendfile.h: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: sys/sendfile.h: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: sys/sendfile.h: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: sys/sendfile.h: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: sys/sendfile.h: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: sys/sendfile.h: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: sys/sendfile.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: sys/sendfile.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: sys/sendfile.h: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: sys/sendfile.h: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/sendfile.h: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: sys/sendfile.h: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/sendfile.h: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: sys/sendfile.h: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/sendfile.h: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: sys/sendfile.h: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/sendfile.h: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: sys/sendfile.h: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/sendfile.h: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: sys/sendfile.h: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sys/sendfile.h: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: sys/sendfile.h: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for sys/sendfile.h" >&5 -echo $ECHO_N "checking for sys/sendfile.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for sys/sendfile.h" >&5 +$as_echo_n "checking for sys/sendfile.h... " >&6; } if test "${ac_cv_header_sys_sendfile_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_header_sys_sendfile_h=$ac_header_preproc fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_sendfile_h" >&5 -echo "${ECHO_T}$ac_cv_header_sys_sendfile_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_sendfile_h" >&5 +$as_echo "$ac_cv_header_sys_sendfile_h" >&6; } fi -if test $ac_cv_header_sys_sendfile_h = yes; then +if test "x$ac_cv_header_sys_sendfile_h" = x""yes; then have_sendfile=yes fi @@ -38631,10 +39198,10 @@ ac_cpp=$ac_cpp_safe CPPFLAGS=$ac_CPPFLAGS_safe -{ echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 -echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 +$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } if test "${ac_cv_header_time+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -38661,20 +39228,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_header_time=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_time=no @@ -38682,8 +39250,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 -echo "${ECHO_T}$ac_cv_header_time" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 +$as_echo "$ac_cv_header_time" >&6; } if test $ac_cv_header_time = yes; then cat >>confdefs.h <<\_ACEOF @@ -38700,28 +39268,78 @@ 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 whether byte ordering is bigendian" >&5 -echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } + + { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 +$as_echo_n "checking whether byte ordering is bigendian... " >&6; } if test "${ac_cv_c_bigendian+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - # See if sys/param.h defines the BYTE_ORDER macro. -cat >conftest.$ac_ext <<_ACEOF + ac_cv_c_bigendian=unknown + # See if we're dealing with a universal compiler. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifndef __APPLE_CC__ + not a universal capable compiler + #endif + typedef int dummy; + +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + + # Check for potential -arch flags. It is not universal unless + # there are some -arch flags. Note that *ppc* also matches + # ppc64. This check is also rather less than ideal. + case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in #( + *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;; + esac +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + if test $ac_cv_c_bigendian = unknown; then + # 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 -#include + #include int main () { -#if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \ - && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) - bogus endian macros -#endif +#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ + && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ + && LITTLE_ENDIAN) + bogus endian macros + #endif ; return 0; @@ -38733,33 +39351,34 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then # It does; now see whether it defined to BIG_ENDIAN or not. -cat >conftest.$ac_ext <<_ACEOF + cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include -#include + #include int main () { #if BYTE_ORDER != BIG_ENDIAN - not big endian -#endif + not big endian + #endif ; return 0; @@ -38771,20 +39390,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_c_bigendian=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_c_bigendian=no @@ -38792,29 +39412,69 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_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 + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + if test $ac_cv_c_bigendian = unknown; then + # See if defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +int +main () +{ +#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) + bogus endian macros + #endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; 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. */ -short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; -short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; -void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } -short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; -short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; -void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } +#include + int main () { - _ascii (); _ebcdic (); +#ifndef _BIG_ENDIAN + not big endian + #endif + ; return 0; } @@ -38825,30 +39485,101 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then ac_cv_c_bigendian=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_c_bigendian=no 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 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + if test $ac_cv_c_bigendian = unknown; then + # Compile a test program. + if test "$cross_compiling" = yes; then + # Try to guess by grepping values from an object file. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +short int ascii_mm[] = + { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; + short int ascii_ii[] = + { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; + int use_ascii (int i) { + return ascii_mm[i] + ascii_ii[i]; + } + short int ebcdic_ii[] = + { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; + short int ebcdic_mm[] = + { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; + int use_ebcdic (int i) { + return ebcdic_mm[i] + ebcdic_ii[i]; + } + extern int foo; + +int +main () +{ +return use_ascii (foo) == use_ebcdic (foo); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; 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 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -38867,14 +39598,14 @@ main () { - /* Are we little or big endian? From Harbison&Steele. */ - union - { - long int l; - char c[sizeof (long int)]; - } u; - u.l = 1; - return u.c[sizeof (long int) - 1] == 1; + /* Are we little or big endian? From Harbison&Steele. */ + union + { + long int l; + char c[sizeof (long int)]; + } u; + u.l = 1; + return u.c[sizeof (long int) - 1] == 1; ; return 0; @@ -38886,55 +39617,62 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_c_bigendian=yes fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi + fi fi - -rm -f core 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) +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 +$as_echo "$ac_cv_c_bigendian" >&6; } + case $ac_cv_c_bigendian in #( + yes) + cat >>confdefs.h <<\_ACEOF +#define WORDS_BIGENDIAN 1 +_ACEOF +;; #( + no) + ;; #( + universal) cat >>confdefs.h <<\_ACEOF -#define WORDS_BIGENDIAN 1 +#define AC_APPLE_UNIVERSAL_BUILD 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;} + + ;; #( + *) + { { $as_echo "$as_me:$LINENO: error: unknown endianness + presetting ac_cv_c_bigendian=no (or yes) will help" >&5 +$as_echo "$as_me: error: unknown endianness + presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} { (exit 1); exit 1; }; } ;; -esac + esac ac_ext=c ac_cpp='$CPP $CPPFLAGS' @@ -38953,10 +39691,10 @@ -{ echo "$as_me:$LINENO: checking for setenv" >&5 -echo $ECHO_N "checking for setenv... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for setenv" >&5 +$as_echo_n "checking for setenv... " >&6; } if test "${kde_cv_func_setenv+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -38972,9 +39710,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 @@ -39002,20 +39737,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_func_setenv=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_func_setenv=no @@ -39034,13 +39770,13 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_func_setenv" >&5 -echo "${ECHO_T}$kde_cv_func_setenv" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_func_setenv" >&5 +$as_echo "$kde_cv_func_setenv" >&6; } -{ echo "$as_me:$LINENO: checking if setenv needs custom prototype" >&5 -echo $ECHO_N "checking if setenv needs custom prototype... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if setenv needs custom prototype" >&5 +$as_echo_n "checking if setenv needs custom prototype... " >&6; } if test "${kde_cv_proto_setenv+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "x$kde_cv_func_setenv" = xyes; then @@ -39099,28 +39835,32 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then kde_cv_func_setenv=yes kde_cv_proto_setenv=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_proto_setenv="setenv unavailable" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$kde_safe_libs @@ -39134,8 +39874,8 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_proto_setenv" >&5 -echo "${ECHO_T}$kde_cv_proto_setenv" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_proto_setenv" >&5 +$as_echo "$kde_cv_proto_setenv" >&6; } if test "x$kde_cv_func_setenv" = xyes; then @@ -39159,10 +39899,10 @@ -{ echo "$as_me:$LINENO: checking for unsetenv" >&5 -echo $ECHO_N "checking for unsetenv... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for unsetenv" >&5 +$as_echo_n "checking for unsetenv... " >&6; } if test "${kde_cv_func_unsetenv+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -39178,9 +39918,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 @@ -39208,20 +39945,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_func_unsetenv=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_func_unsetenv=no @@ -39240,13 +39978,13 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_func_unsetenv" >&5 -echo "${ECHO_T}$kde_cv_func_unsetenv" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_func_unsetenv" >&5 +$as_echo "$kde_cv_func_unsetenv" >&6; } -{ echo "$as_me:$LINENO: checking if unsetenv needs custom prototype" >&5 -echo $ECHO_N "checking if unsetenv needs custom prototype... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if unsetenv needs custom prototype" >&5 +$as_echo_n "checking if unsetenv needs custom prototype... " >&6; } if test "${kde_cv_proto_unsetenv+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "x$kde_cv_func_unsetenv" = xyes; then @@ -39305,28 +40043,32 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then kde_cv_func_unsetenv=yes kde_cv_proto_unsetenv=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_proto_unsetenv="unsetenv unavailable" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$kde_safe_libs @@ -39340,8 +40082,8 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_proto_unsetenv" >&5 -echo "${ECHO_T}$kde_cv_proto_unsetenv" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_proto_unsetenv" >&5 +$as_echo "$kde_cv_proto_unsetenv" >&6; } if test "x$kde_cv_func_unsetenv" = xyes; then @@ -39365,10 +40107,10 @@ -{ echo "$as_me:$LINENO: checking for random" >&5 -echo $ECHO_N "checking for random... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for random" >&5 +$as_echo_n "checking for random... " >&6; } if test "${kde_cv_func_random+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -39384,9 +40126,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 @@ -39416,20 +40155,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_func_random=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_func_random=no @@ -39448,13 +40188,13 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_func_random" >&5 -echo "${ECHO_T}$kde_cv_func_random" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_func_random" >&5 +$as_echo "$kde_cv_func_random" >&6; } -{ echo "$as_me:$LINENO: checking if random needs custom prototype" >&5 -echo $ECHO_N "checking if random needs custom prototype... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if random needs custom prototype" >&5 +$as_echo_n "checking if random needs custom prototype... " >&6; } if test "${kde_cv_proto_random+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "x$kde_cv_func_random" = xyes; then @@ -39515,28 +40255,32 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then kde_cv_func_random=yes kde_cv_proto_random=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_proto_random="random unavailable" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$kde_safe_libs @@ -39550,8 +40294,8 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_proto_random" >&5 -echo "${ECHO_T}$kde_cv_proto_random" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_proto_random" >&5 +$as_echo "$kde_cv_proto_random" >&6; } if test "x$kde_cv_func_random" = xyes; then @@ -39574,10 +40318,10 @@ -{ echo "$as_me:$LINENO: checking for srandom" >&5 -echo $ECHO_N "checking for srandom... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for srandom" >&5 +$as_echo_n "checking for srandom... " >&6; } if test "${kde_cv_func_srandom+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -39593,9 +40337,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 @@ -39625,20 +40366,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_func_srandom=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_func_srandom=no @@ -39657,13 +40399,13 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_func_srandom" >&5 -echo "${ECHO_T}$kde_cv_func_srandom" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_func_srandom" >&5 +$as_echo "$kde_cv_func_srandom" >&6; } -{ echo "$as_me:$LINENO: checking if srandom needs custom prototype" >&5 -echo $ECHO_N "checking if srandom needs custom prototype... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if srandom needs custom prototype" >&5 +$as_echo_n "checking if srandom needs custom prototype... " >&6; } if test "${kde_cv_proto_srandom+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "x$kde_cv_func_srandom" = xyes; then @@ -39724,28 +40466,32 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then kde_cv_func_srandom=yes kde_cv_proto_srandom=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_proto_srandom="srandom unavailable" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$kde_safe_libs @@ -39759,8 +40505,8 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_proto_srandom" >&5 -echo "${ECHO_T}$kde_cv_proto_srandom" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_proto_srandom" >&5 +$as_echo "$kde_cv_proto_srandom" >&6; } if test "x$kde_cv_func_srandom" = xyes; then @@ -39785,10 +40531,10 @@ -{ echo "$as_me:$LINENO: checking for mkstemps" >&5 -echo $ECHO_N "checking for mkstemps... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for mkstemps" >&5 +$as_echo_n "checking for mkstemps... " >&6; } if test "${kde_cv_func_mkstemps+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -39804,9 +40550,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 @@ -39837,20 +40580,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_func_mkstemps=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_func_mkstemps=no @@ -39869,13 +40613,13 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_func_mkstemps" >&5 -echo "${ECHO_T}$kde_cv_func_mkstemps" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_func_mkstemps" >&5 +$as_echo "$kde_cv_func_mkstemps" >&6; } -{ echo "$as_me:$LINENO: checking if mkstemps needs custom prototype" >&5 -echo $ECHO_N "checking if mkstemps needs custom prototype... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if mkstemps needs custom prototype" >&5 +$as_echo_n "checking if mkstemps needs custom prototype... " >&6; } if test "${kde_cv_proto_mkstemps+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "x$kde_cv_func_mkstemps" = xyes; then @@ -39937,28 +40681,32 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then kde_cv_func_mkstemps=yes kde_cv_proto_mkstemps=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_proto_mkstemps="mkstemps unavailable" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$kde_safe_libs @@ -39972,8 +40720,8 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_proto_mkstemps" >&5 -echo "${ECHO_T}$kde_cv_proto_mkstemps" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_proto_mkstemps" >&5 +$as_echo "$kde_cv_proto_mkstemps" >&6; } if test "x$kde_cv_func_mkstemps" = xyes; then @@ -39997,10 +40745,10 @@ -{ echo "$as_me:$LINENO: checking for mkstemp" >&5 -echo $ECHO_N "checking for mkstemp... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for mkstemp" >&5 +$as_echo_n "checking for mkstemp... " >&6; } if test "${kde_cv_func_mkstemp+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -40016,9 +40764,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 @@ -40049,20 +40794,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_func_mkstemp=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_func_mkstemp=no @@ -40081,13 +40827,13 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_func_mkstemp" >&5 -echo "${ECHO_T}$kde_cv_func_mkstemp" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_func_mkstemp" >&5 +$as_echo "$kde_cv_func_mkstemp" >&6; } -{ echo "$as_me:$LINENO: checking if mkstemp needs custom prototype" >&5 -echo $ECHO_N "checking if mkstemp needs custom prototype... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if mkstemp needs custom prototype" >&5 +$as_echo_n "checking if mkstemp needs custom prototype... " >&6; } if test "${kde_cv_proto_mkstemp+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "x$kde_cv_func_mkstemp" = xyes; then @@ -40149,28 +40895,32 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then kde_cv_func_mkstemp=yes kde_cv_proto_mkstemp=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_proto_mkstemp="mkstemp unavailable" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$kde_safe_libs @@ -40184,8 +40934,8 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_proto_mkstemp" >&5 -echo "${ECHO_T}$kde_cv_proto_mkstemp" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_proto_mkstemp" >&5 +$as_echo "$kde_cv_proto_mkstemp" >&6; } if test "x$kde_cv_func_mkstemp" = xyes; then @@ -40209,10 +40959,10 @@ -{ echo "$as_me:$LINENO: checking for mkdtemp" >&5 -echo $ECHO_N "checking for mkdtemp... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for mkdtemp" >&5 +$as_echo_n "checking for mkdtemp... " >&6; } if test "${kde_cv_func_mkdtemp+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -40228,9 +40978,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 @@ -40261,20 +41008,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_func_mkdtemp=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_func_mkdtemp=no @@ -40293,13 +41041,13 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_func_mkdtemp" >&5 -echo "${ECHO_T}$kde_cv_func_mkdtemp" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_func_mkdtemp" >&5 +$as_echo "$kde_cv_func_mkdtemp" >&6; } -{ echo "$as_me:$LINENO: checking if mkdtemp needs custom prototype" >&5 -echo $ECHO_N "checking if mkdtemp needs custom prototype... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if mkdtemp needs custom prototype" >&5 +$as_echo_n "checking if mkdtemp needs custom prototype... " >&6; } if test "${kde_cv_proto_mkdtemp+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "x$kde_cv_func_mkdtemp" = xyes; then @@ -40361,28 +41109,32 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then kde_cv_func_mkdtemp=yes kde_cv_proto_mkdtemp=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_proto_mkdtemp="mkdtemp unavailable" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$kde_safe_libs @@ -40396,8 +41148,8 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_proto_mkdtemp" >&5 -echo "${ECHO_T}$kde_cv_proto_mkdtemp" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_proto_mkdtemp" >&5 +$as_echo "$kde_cv_proto_mkdtemp" >&6; } if test "x$kde_cv_func_mkdtemp" = xyes; then @@ -40428,13 +41180,15 @@ -for ac_func in strtoll socket seteuid setegid strfmon stpcpy gettimeofday readdir_r setpriority + + +for ac_func in strtoll socket seteuid setegid strfmon stpcpy gettimeofday readdir_r setpriority tcgetattr tcsetattr 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -40487,35 +41241,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -40527,10 +41288,10 @@ -{ echo "$as_me:$LINENO: checking for usleep" >&5 -echo $ECHO_N "checking for usleep... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for usleep" >&5 +$as_echo_n "checking for usleep... " >&6; } if test "${kde_cv_func_usleep+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -40546,9 +41307,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 @@ -40578,20 +41336,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_func_usleep=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_func_usleep=no @@ -40610,13 +41369,13 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_func_usleep" >&5 -echo "${ECHO_T}$kde_cv_func_usleep" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_func_usleep" >&5 +$as_echo "$kde_cv_func_usleep" >&6; } -{ echo "$as_me:$LINENO: checking if usleep needs custom prototype" >&5 -echo $ECHO_N "checking if usleep needs custom prototype... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if usleep needs custom prototype" >&5 +$as_echo_n "checking if usleep needs custom prototype... " >&6; } if test "${kde_cv_proto_usleep+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "x$kde_cv_func_usleep" = xyes; then @@ -40677,28 +41436,32 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then kde_cv_func_usleep=yes kde_cv_proto_usleep=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_proto_usleep="usleep unavailable" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$kde_safe_libs @@ -40712,8 +41475,8 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_proto_usleep" >&5 -echo "${ECHO_T}$kde_cv_proto_usleep" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_proto_usleep" >&5 +$as_echo "$kde_cv_proto_usleep" >&6; } if test "x$kde_cv_func_usleep" = xyes; then @@ -40737,10 +41500,10 @@ -{ echo "$as_me:$LINENO: checking for gethostname" >&5 -echo $ECHO_N "checking for gethostname... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for gethostname" >&5 +$as_echo_n "checking for gethostname... " >&6; } if test "${kde_cv_func_gethostname+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -40756,9 +41519,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 @@ -40790,20 +41550,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_func_gethostname=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_func_gethostname=no @@ -40822,13 +41583,13 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_func_gethostname" >&5 -echo "${ECHO_T}$kde_cv_func_gethostname" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_func_gethostname" >&5 +$as_echo "$kde_cv_func_gethostname" >&6; } -{ echo "$as_me:$LINENO: checking if gethostname needs custom prototype" >&5 -echo $ECHO_N "checking if gethostname needs custom prototype... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if gethostname needs custom prototype" >&5 +$as_echo_n "checking if gethostname needs custom prototype... " >&6; } if test "${kde_cv_proto_gethostname+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "x$kde_cv_func_gethostname" = xyes; then @@ -40891,28 +41652,32 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then kde_cv_func_gethostname=yes kde_cv_proto_gethostname=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_proto_gethostname="gethostname unavailable" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$kde_safe_libs @@ -40926,8 +41691,8 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_proto_gethostname" >&5 -echo "${ECHO_T}$kde_cv_proto_gethostname" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_proto_gethostname" >&5 +$as_echo "$kde_cv_proto_gethostname" >&6; } if test "x$kde_cv_func_gethostname" = xyes; then @@ -40951,10 +41716,10 @@ -{ echo "$as_me:$LINENO: checking for random" >&5 -echo $ECHO_N "checking for random... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for random" >&5 +$as_echo_n "checking for random... " >&6; } if test "${kde_cv_func_random+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -40970,9 +41735,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 @@ -41002,20 +41764,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_func_random=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_func_random=no @@ -41034,13 +41797,13 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_func_random" >&5 -echo "${ECHO_T}$kde_cv_func_random" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_func_random" >&5 +$as_echo "$kde_cv_func_random" >&6; } -{ echo "$as_me:$LINENO: checking if random needs custom prototype" >&5 -echo $ECHO_N "checking if random needs custom prototype... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if random needs custom prototype" >&5 +$as_echo_n "checking if random needs custom prototype... " >&6; } if test "${kde_cv_proto_random+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "x$kde_cv_func_random" = xyes; then @@ -41101,28 +41864,32 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then kde_cv_func_random=yes kde_cv_proto_random=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_proto_random="random unavailable" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$kde_safe_libs @@ -41136,8 +41903,8 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_proto_random" >&5 -echo "${ECHO_T}$kde_cv_proto_random" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_proto_random" >&5 +$as_echo "$kde_cv_proto_random" >&6; } if test "x$kde_cv_func_random" = xyes; then @@ -41160,10 +41927,10 @@ -{ echo "$as_me:$LINENO: checking for srandom" >&5 -echo $ECHO_N "checking for srandom... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for srandom" >&5 +$as_echo_n "checking for srandom... " >&6; } if test "${kde_cv_func_srandom+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -41179,9 +41946,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 @@ -41211,20 +41975,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_func_srandom=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_func_srandom=no @@ -41243,13 +42008,13 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_func_srandom" >&5 -echo "${ECHO_T}$kde_cv_func_srandom" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_func_srandom" >&5 +$as_echo "$kde_cv_func_srandom" >&6; } -{ echo "$as_me:$LINENO: checking if srandom needs custom prototype" >&5 -echo $ECHO_N "checking if srandom needs custom prototype... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if srandom needs custom prototype" >&5 +$as_echo_n "checking if srandom needs custom prototype... " >&6; } if test "${kde_cv_proto_srandom+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "x$kde_cv_func_srandom" = xyes; then @@ -41310,28 +42075,32 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then kde_cv_func_srandom=yes kde_cv_proto_srandom=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_proto_srandom="srandom unavailable" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$kde_safe_libs @@ -41345,8 +42114,8 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_proto_srandom" >&5 -echo "${ECHO_T}$kde_cv_proto_srandom" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_proto_srandom" >&5 +$as_echo "$kde_cv_proto_srandom" >&6; } if test "x$kde_cv_func_srandom" = xyes; then @@ -41370,10 +42139,10 @@ -{ echo "$as_me:$LINENO: checking for S_ISSOCK" >&5 -echo $ECHO_N "checking for S_ISSOCK... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for S_ISSOCK" >&5 +$as_echo_n "checking for S_ISSOCK... " >&6; } if test "${ac_cv_have_s_issock+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -41402,33 +42171,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_have_s_issock=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_s_issock=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_s_issock" >&5 -echo "${ECHO_T}$ac_cv_have_s_issock" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_s_issock" >&5 +$as_echo "$ac_cv_have_s_issock" >&6; } if test "$ac_cv_have_s_issock" = "yes"; then cat >>confdefs.h <<_ACEOF @@ -41443,10 +42216,10 @@ -{ echo "$as_me:$LINENO: checking for initgroups" >&5 -echo $ECHO_N "checking for initgroups... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for initgroups" >&5 +$as_echo_n "checking for initgroups... " >&6; } if test "${kde_cv_func_initgroups+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -41462,9 +42235,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 @@ -41497,20 +42267,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_func_initgroups=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_func_initgroups=no @@ -41529,13 +42300,13 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_func_initgroups" >&5 -echo "${ECHO_T}$kde_cv_func_initgroups" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_func_initgroups" >&5 +$as_echo "$kde_cv_func_initgroups" >&6; } -{ echo "$as_me:$LINENO: checking if initgroups needs custom prototype" >&5 -echo $ECHO_N "checking if initgroups needs custom prototype... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if initgroups needs custom prototype" >&5 +$as_echo_n "checking if initgroups needs custom prototype... " >&6; } if test "${kde_cv_proto_initgroups+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "x$kde_cv_func_initgroups" = xyes; then @@ -41599,28 +42370,32 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then kde_cv_func_initgroups=yes kde_cv_proto_initgroups=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_proto_initgroups="initgroups unavailable" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$kde_safe_libs @@ -41634,8 +42409,8 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_proto_initgroups" >&5 -echo "${ECHO_T}$kde_cv_proto_initgroups" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_proto_initgroups" >&5 +$as_echo "$kde_cv_proto_initgroups" >&6; } if test "x$kde_cv_func_initgroups" = xyes; then @@ -41658,10 +42433,10 @@ -{ echo "$as_me:$LINENO: checking for mount tab file" >&5 -echo $ECHO_N "checking for mount tab file... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for mount tab file" >&5 +$as_echo_n "checking for mount tab file... " >&6; } if test "${kde_cv_mtab_file+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_mtab_file=no @@ -41681,8 +42456,8 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_mtab_file" >&5 -echo "${ECHO_T}$kde_cv_mtab_file" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_mtab_file" >&5 +$as_echo "$kde_cv_mtab_file" >&6; } if test "$kde_cv_mtab_file" != "no"; then cat >>confdefs.h <<_ACEOF @@ -41706,8 +42481,8 @@ ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' -{ echo "$as_me:$LINENO: checking if getmntinfo() uses struct statvfs" >&5 -echo $ECHO_N "checking if getmntinfo() uses struct statvfs... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if getmntinfo() uses struct statvfs" >&5 +$as_echo_n "checking if getmntinfo() uses struct statvfs... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -41731,33 +42506,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } cat >>confdefs.h <<\_ACEOF -#define GETMNTINFO_USES_STATVFS +#define GETMNTINFO_USES_STATVFS /**/ _ACEOF else - echo "$as_me: failed program was:" >&5 + $as_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; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext ac_ext=c @@ -41810,21 +42589,21 @@ -{ echo "$as_me:$LINENO: checking if sendfile() is wanted" >&5 -echo $ECHO_N "checking if sendfile() is wanted... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if sendfile() is wanted" >&5 +$as_echo_n "checking if sendfile() is wanted... " >&6; } # Check whether --enable-sendfile was given. if test "${enable_sendfile+set}" = set; then enableval=$enable_sendfile; if test "$enableval" = yes; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } want_sendfile="yes" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -41837,21 +42616,21 @@ fi -{ echo "$as_me:$LINENO: checking if MIT-SHM support is wanted" >&5 -echo $ECHO_N "checking if MIT-SHM support is wanted... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if MIT-SHM support is wanted" >&5 +$as_echo_n "checking if MIT-SHM support is wanted... " >&6; } # Check whether --enable-mitshm was given. if test "${enable_mitshm+set}" = set; then enableval=$enable_mitshm; if test "$enableval" = yes; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } want_mitshm="yes" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi else - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; }; want_mitshm="yes" + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; }; want_mitshm="yes" fi @@ -41864,10 +42643,10 @@ fi -{ echo "$as_me:$LINENO: checking for posix_fadvise" >&5 -echo $ECHO_N "checking for posix_fadvise... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for posix_fadvise" >&5 +$as_echo_n "checking for posix_fadvise... " >&6; } if test "${ac_cv_func_posix_fadvise+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -41920,32 +42699,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_posix_fadvise=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_posix_fadvise=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_posix_fadvise" >&5 -echo "${ECHO_T}$ac_cv_func_posix_fadvise" >&6; } -if test $ac_cv_func_posix_fadvise = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_posix_fadvise" >&5 +$as_echo "$ac_cv_func_posix_fadvise" >&6; } +if test "x$ac_cv_func_posix_fadvise" = x""yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_FADVISE 1 @@ -41975,11 +42758,11 @@ for ac_func in _IceTransNoListen 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -42032,35 +42815,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -42087,8 +42877,8 @@ _ACEOF -{ echo "$as_me:$LINENO: checking for Compiler version" >&5 -echo $ECHO_N "checking for Compiler version... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for Compiler version" >&5 +$as_echo_n "checking for Compiler version... " >&6; } case "$CXX" in xlC*) # The __IBMCPP__ macro contains the C++ compiler version in decimal notation. @@ -42128,11 +42918,11 @@ #define KDE_COMPILER_VERSION "$clean_compiler_version" _ACEOF -{ echo "$as_me:$LINENO: result: $clean_compiler_version" >&5 -echo "${ECHO_T}$clean_compiler_version" >&6; } +{ $as_echo "$as_me:$LINENO: result: $clean_compiler_version" >&5 +$as_echo "$clean_compiler_version" >&6; } -{ echo "$as_me:$LINENO: checking for uname" >&5 -echo $ECHO_N "checking for uname... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for uname" >&5 +$as_echo_n "checking for uname... " >&6; } case `uname -s` in AIX) IBM_ARCH=PowerPC #good default @@ -42153,11 +42943,11 @@ #define KDE_COMPILING_OS "$uname_string" _ACEOF -{ echo "$as_me:$LINENO: result: $uname_string" >&5 -echo "${ECHO_T}$uname_string" >&6; } +{ $as_echo "$as_me:$LINENO: result: $uname_string" >&5 +$as_echo "$uname_string" >&6; } -{ echo "$as_me:$LINENO: checking for distribution channel" >&5 -echo $ECHO_N "checking for distribution channel... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for distribution channel" >&5 +$as_echo_n "checking for distribution channel... " >&6; } # Check whether --with-distribution was given. if test "${with_distribution+set}" = set; then @@ -42172,8 +42962,8 @@ #define KDE_DISTRIBUTION_TEXT "$kde_distribution_text" _ACEOF -{ echo "$as_me:$LINENO: result: $kde_distribution_text" >&5 -echo "${ECHO_T}$kde_distribution_text" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_distribution_text" >&5 +$as_echo "$kde_distribution_text" >&6; } # Check whether --with-utempter was given. @@ -42185,10 +42975,10 @@ if test "x$with_utempter" != xno; then kde_have_utempter=yes - { echo "$as_me:$LINENO: checking for addToUtmp in -lutempter" >&5 -echo $ECHO_N "checking for addToUtmp in -lutempter... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for addToUtmp in -lutempter" >&5 +$as_echo_n "checking for addToUtmp in -lutempter... " >&6; } if test "${ac_cv_lib_utempter_addToUtmp+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lutempter $LIBS" @@ -42220,33 +43010,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_utempter_addToUtmp=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_utempter_addToUtmp=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_utempter_addToUtmp" >&5 -echo "${ECHO_T}$ac_cv_lib_utempter_addToUtmp" >&6; } -if test $ac_cv_lib_utempter_addToUtmp = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_utempter_addToUtmp" >&5 +$as_echo "$ac_cv_lib_utempter_addToUtmp" >&6; } +if test "x$ac_cv_lib_utempter_addToUtmp" = x""yes; then LIBUTEMPTER=-lutempter else kde_have_utempter=no @@ -42261,15 +43055,15 @@ fi if test "x$with_utempter" != xcheck && test "x$kde_have_utempter" != xyes; then - { { echo "$as_me:$LINENO: error: --with-utempter was given, but test for utempter failed" >&5 -echo "$as_me: error: --with-utempter was given, but test for utempter failed" >&2;} + { { $as_echo "$as_me:$LINENO: error: --with-utempter was given, but test for utempter failed" >&5 +$as_echo "$as_me: error: --with-utempter was given, but test for utempter failed" >&2;} { (exit 1); exit 1; }; } fi fi -{ echo "$as_me:$LINENO: checking for Qt docs" >&5 -echo $ECHO_N "checking for Qt docs... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for Qt docs" >&5 +$as_echo_n "checking for Qt docs... " >&6; } kde_qtdir= if test "${with_qt_dir+set}" = set; then kde_qtdir="$with_qt_dir" @@ -42281,7 +43075,7 @@ do for j in qsql.html; do - echo "configure: 42284: $i/$j" >&5 + echo "configure: 43078: $i/$j" >&5 if test -r "$i/$j"; then echo "taking that" >&5 QTDOCDIR=$i @@ -42290,21 +43084,21 @@ done done -{ echo "$as_me:$LINENO: result: $QTDOCDIR" >&5 -echo "${ECHO_T}$QTDOCDIR" >&6; } +{ $as_echo "$as_me:$LINENO: result: $QTDOCDIR" >&5 +$as_echo "$QTDOCDIR" >&6; } - { echo "$as_me:$LINENO: checking for dot" >&5 -echo $ECHO_N "checking for dot... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for dot" >&5 +$as_echo_n "checking for dot... " >&6; } if test -n "$DOT"; then kde_cv_path="$DOT"; else kde_cache=`echo dot | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -42346,12 +43140,12 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } else - { echo "$as_me:$LINENO: result: $kde_cv_path" >&5 -echo "${ECHO_T}$kde_cv_path" >&6; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$kde_cv_path" >&6; } DOT=$kde_cv_path fi @@ -42363,15 +43157,15 @@ fi - { echo "$as_me:$LINENO: checking for doxygen" >&5 -echo $ECHO_N "checking for doxygen... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for doxygen" >&5 +$as_echo_n "checking for doxygen... " >&6; } if test -n "$DOXYGEN"; then kde_cv_path="$DOXYGEN"; else kde_cache=`echo doxygen | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -42413,12 +43207,12 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } else - { echo "$as_me:$LINENO: result: $kde_cv_path" >&5 -echo "${ECHO_T}$kde_cv_path" >&6; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$kde_cv_path" >&6; } DOXYGEN=$kde_cv_path fi @@ -42438,8 +43232,8 @@ - { echo "$as_me:$LINENO: checking if ld supports unversioned version maps" >&5 -echo $ECHO_N "checking if ld supports unversioned version maps... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking if ld supports unversioned version maps" >&5 +$as_echo_n "checking if ld supports unversioned version maps... " >&6; } kde_save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -Wl,--version-script=conftest.map" @@ -42473,26 +43267,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then kde_supports_versionmaps=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_supports_versionmaps=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LDFLAGS="$kde_save_LDFLAGS" @@ -42506,8 +43304,8 @@ fi - { echo "$as_me:$LINENO: result: $kde_supports_versionmaps" >&5 -echo "${ECHO_T}$kde_supports_versionmaps" >&6; } + { $as_echo "$as_me:$LINENO: result: $kde_supports_versionmaps" >&5 +$as_echo "$kde_supports_versionmaps" >&6; } @@ -42519,14 +43317,14 @@ ARTS_HAVE_VERSION=none ARTS_HAVE_PREFIX=none -{ echo "$as_me:$LINENO: checking for aRts-$ARTS_WANT_VERSION_MAJOR.$ARTS_WANT_VERSION_MINOR" >&5 -echo $ECHO_N "checking for aRts-$ARTS_WANT_VERSION_MAJOR.$ARTS_WANT_VERSION_MINOR... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for aRts-$ARTS_WANT_VERSION_MAJOR.$ARTS_WANT_VERSION_MINOR" >&5 +$as_echo_n "checking for aRts-$ARTS_WANT_VERSION_MAJOR.$ARTS_WANT_VERSION_MINOR... " >&6; } ARTS_OK=no if test "$build_arts" != "yes"; then - { echo "$as_me:$LINENO: result: disabled" >&5 -echo "${ECHO_T}disabled" >&6; } + { $as_echo "$as_me:$LINENO: result: disabled" >&5 +$as_echo "disabled" >&6; } else if test "x$ARTSCCONFIG" != "xno"; then @@ -42545,13 +43343,13 @@ if test "x$realartsprefix" = "x$realprefix"; then ARTS_OK=yes else - { { echo "$as_me:$LINENO: error: aRts $ARTS_WANT_VERSION_MAJOR.$ARTS_WANT_VERSION_MINOR not installed in the same prefix as KDE! + { { $as_echo "$as_me:$LINENO: error: aRts $ARTS_WANT_VERSION_MAJOR.$ARTS_WANT_VERSION_MINOR not installed in the same prefix as KDE! Please reinstall aRts in the same prefix as KDE, different prefixes are not supported right now. (kdelibs prefix is $prefix, aRts prefix is $ARTS_HAVE_PREFIX) " >&5 -echo "$as_me: error: aRts $ARTS_WANT_VERSION_MAJOR.$ARTS_WANT_VERSION_MINOR not installed in the same prefix as KDE! +$as_echo "$as_me: error: aRts $ARTS_WANT_VERSION_MAJOR.$ARTS_WANT_VERSION_MINOR not installed in the same prefix as KDE! Please reinstall aRts in the same prefix as KDE, different prefixes are not supported right now. @@ -42561,11 +43359,11 @@ fi fi - { echo "$as_me:$LINENO: result: $ARTS_OK" >&5 -echo "${ECHO_T}$ARTS_OK" >&6; } + { $as_echo "$as_me:$LINENO: result: $ARTS_OK" >&5 +$as_echo "$ARTS_OK" >&6; } if test "x$ARTS_OK" = "xno"; then - { { echo "$as_me:$LINENO: error: aRts $ARTS_WANT_VERSION_MAJOR.$ARTS_WANT_VERSION_MINOR not found. + { { $as_echo "$as_me:$LINENO: error: aRts $ARTS_WANT_VERSION_MAJOR.$ARTS_WANT_VERSION_MINOR not found. You'll need to install a suitable version of aRts in the same prefix as KDE before you build kdelibs. @@ -42577,7 +43375,7 @@ * aRts version: $ARTS_HAVE_VERSION (required: $ARTS_WANT_VERSION_MAJOR.$ARTS_WANT_VERSION_MINOR) ) " >&5 -echo "$as_me: error: aRts $ARTS_WANT_VERSION_MAJOR.$ARTS_WANT_VERSION_MINOR not found. +$as_echo "$as_me: error: aRts $ARTS_WANT_VERSION_MAJOR.$ARTS_WANT_VERSION_MINOR not found. You'll need to install a suitable version of aRts in the same prefix as KDE before you build kdelibs. @@ -42611,10 +43409,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_MD5SUM+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $MD5SUM in [\\/]* | ?:[\\/]*) @@ -42629,7 +43427,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_MD5SUM="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -42641,11 +43439,11 @@ fi MD5SUM=$ac_cv_path_MD5SUM if test -n "$MD5SUM"; then - { echo "$as_me:$LINENO: result: $MD5SUM" >&5 -echo "${ECHO_T}$MD5SUM" >&6; } + { $as_echo "$as_me:$LINENO: result: $MD5SUM" >&5 +$as_echo "$MD5SUM" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -42656,105 +43454,285 @@ #MIN_CONFIG -# Check whether --enable-dnssd was given. -if test "${enable_dnssd+set}" = set; then - enableval=$enable_dnssd; with_dnssd=$enableval -else - with_dnssd=yes +# Check for pkg-config manually first, as if its not installed the +# PKG_PROG_PKG_CONFIG macro won't be defined. + +# Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_have_pkg_config+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if test -n "$have_pkg_config"; then + ac_cv_prog_have_pkg_config="$have_pkg_config" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_have_pkg_config="yes" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + test -z "$ac_cv_prog_have_pkg_config" && ac_cv_prog_have_pkg_config="no" +fi +fi +have_pkg_config=$ac_cv_prog_have_pkg_config +if test -n "$have_pkg_config"; then + { $as_echo "$as_me:$LINENO: result: $have_pkg_config" >&5 +$as_echo "$have_pkg_config" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi -if test "$with_dnssd" = "yes"; then -{ echo "$as_me:$LINENO: checking for DNS-SD support" >&5 -echo $ECHO_N "checking for DNS-SD support... $ECHO_C" >&6; } -save_dnssdtest_LIBS="$LIBS" -save_dnssdtest_LDFLAGS="$LDFLAGS" -save_dnssdtest_CPPFLAGS="$CPPFLAGS" -LDFLAGS="$all_libraries $LDFLAGS" -CPPFLAGS="$CPPFLAGS $all_includes" -case $host_os in - darwin*) LIBS="" ;; - *) LIBS="-ldns_sd" ;; -esac -have_libdns_sd="no" -cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ - #include -int -main () -{ +if test x"$have_pkg_config" == xno; then + { { $as_echo "$as_me:$LINENO: error: pkg-config is required to install this program" >&5 +$as_echo "$as_me: error: pkg-config is required to install this program" >&2;} + { (exit 1); exit 1; }; } +fi - DNSServiceRefDeallocate( (DNSServiceRef) 0); - TXTRecordDeallocate( (TXTRecordRef*) 0); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. +set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_PKG_CONFIG+set}" = set; then + $as_echo_n "(cached) " >&6 +else + case $PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS -cat >>confdefs.h <<\_ACEOF -#define HAVE_DNSSD 1 -_ACEOF + ;; +esac +fi +PKG_CONFIG=$ac_cv_path_PKG_CONFIG +if test -n "$PKG_CONFIG"; then + { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 +$as_echo "$PKG_CONFIG" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi - case $host_os in - darwin*) LIB_DNSSD="" ;; - *) LIB_DNSSD="-ldns_sd" ;; - esac - have_libdns_sd="yes" - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } +fi +if test -z "$ac_cv_path_PKG_CONFIG"; then + ac_pt_PKG_CONFIG=$PKG_CONFIG + # Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then + $as_echo_n "(cached) " >&6 else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 + case $ac_pt_PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + ;; +esac +fi +ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG +if test -n "$ac_pt_PKG_CONFIG"; then + { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 +$as_echo "$ac_pt_PKG_CONFIG" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } - LIB_DNSSD="" + if test "x$ac_pt_PKG_CONFIG" = x; then + PKG_CONFIG="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + PKG_CONFIG=$ac_pt_PKG_CONFIG + fi +else + PKG_CONFIG="$ac_cv_path_PKG_CONFIG" +fi fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=0.9.0 + { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 +$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } + PKG_CONFIG="" + fi -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext -CPPFLAGS=$save_dnssdtest_CPPFLAGS -LDFLAGS=$save_dnssdtest_LDFLAGS -LIBS=$save_dnssdtest_LIBS fi - if test "$have_libdns_sd" = "yes"; then - HAVE_DNSSD_TRUE= - HAVE_DNSSD_FALSE='#' + + succeeded=no + + if test -z "$PKG_CONFIG"; then + # Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_PKG_CONFIG+set}" = set; then + $as_echo_n "(cached) " >&6 +else + case $PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" + ;; +esac +fi +PKG_CONFIG=$ac_cv_path_PKG_CONFIG +if test -n "$PKG_CONFIG"; then + { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 +$as_echo "$PKG_CONFIG" >&6; } else - HAVE_DNSSD_TRUE='#' - HAVE_DNSSD_FALSE= + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi + 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 + { $as_echo "$as_me:$LINENO: checking for avahi-qt3 >= 0.4 " >&5 +$as_echo_n "checking for avahi-qt3 >= 0.4 ... " >&6; } + + if $PKG_CONFIG --exists " avahi-qt3 >= 0.4 , avahi-client >= 0.4 " ; then + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } + succeeded=yes + + { $as_echo "$as_me:$LINENO: checking AVAHI_CFLAGS" >&5 +$as_echo_n "checking AVAHI_CFLAGS... " >&6; } + AVAHI_CFLAGS=`$PKG_CONFIG --cflags " avahi-qt3 >= 0.4 , avahi-client >= 0.4 "` + { $as_echo "$as_me:$LINENO: result: $AVAHI_CFLAGS" >&5 +$as_echo "$AVAHI_CFLAGS" >&6; } + + { $as_echo "$as_me:$LINENO: checking AVAHI_LIBS" >&5 +$as_echo_n "checking AVAHI_LIBS... " >&6; } + AVAHI_LIBS=`$PKG_CONFIG --libs " avahi-qt3 >= 0.4 , avahi-client >= 0.4 "` + { $as_echo "$as_me:$LINENO: result: $AVAHI_LIBS" >&5 +$as_echo "$AVAHI_LIBS" >&6; } + else + AVAHI_CFLAGS="" + AVAHI_LIBS="" + ## If we have a custom action on failure, don't print errors, but + ## do set a variable so people can do so. + AVAHI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " avahi-qt3 >= 0.4 , avahi-client >= 0.4 "` + echo $AVAHI_PKG_ERRORS + fi + + + + 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 + : + else + { { $as_echo "$as_me:$LINENO: error: Library requirements ( avahi-qt3 >= 0.4 , avahi-client >= 0.4 ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5 +$as_echo "$as_me: error: Library requirements ( avahi-qt3 >= 0.4 , avahi-client >= 0.4 ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;} + { (exit 1); exit 1; }; } + fi + + + +if test -n "$PKG_CONFIG" && \ + { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" avahi-client >= 0.6\"") >&5 + ($PKG_CONFIG --exists --print-errors " avahi-client >= 0.6") 2>&5 + ac_status=$? + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + +cat >>confdefs.h <<\_ACEOF +#define AVAHI_API_0_6 1 +_ACEOF + +fi + @@ -42796,20 +43774,20 @@ if test "x$with_lua" = "xno"; then - { echo "$as_me:$LINENO: result: Not using Lua" >&5 -echo "${ECHO_T}Not using Lua" >&6; } + { $as_echo "$as_me:$LINENO: result: Not using Lua" >&5 +$as_echo "Not using Lua" >&6; } else if ! test "x$LUA" = "x"; then - { echo "$as_me:$LINENO: result: using Lua from $LUA" >&5 -echo "${ECHO_T}using Lua from $LUA" >&6; } + { $as_echo "$as_me:$LINENO: result: using Lua from $LUA" >&5 +$as_echo "using Lua from $LUA" >&6; } fi if ! test "x$LUA_LIBS" = "x"; then - { echo "$as_me:$LINENO: result: using Lua libraries in $LUA_LIBS" >&5 -echo "${ECHO_T}using Lua libraries in $LUA_LIBS" >&6; } + { $as_echo "$as_me:$LINENO: result: using Lua libraries in $LUA_LIBS" >&5 +$as_echo "using Lua libraries in $LUA_LIBS" >&6; } fi if ! test "x$LUA_INCLUDES" = "x"; then - { echo "$as_me:$LINENO: result: using Lua includes in $LUA_INCLUDES" >&5 -echo "${ECHO_T}using Lua includes in $LUA_INCLUDES" >&6; } + { $as_echo "$as_me:$LINENO: result: using Lua includes in $LUA_INCLUDES" >&5 +$as_echo "using Lua includes in $LUA_INCLUDES" >&6; } fi ac_save_CFLAGS="$CFLAGS" @@ -42821,17 +43799,17 @@ LUAH_FOUND="" if test "${ac_cv_header_lua_h+set}" = set; then - { echo "$as_me:$LINENO: checking for lua.h" >&5 -echo $ECHO_N "checking for lua.h... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for lua.h" >&5 +$as_echo_n "checking for lua.h... " >&6; } if test "${ac_cv_header_lua_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_lua_h" >&5 -echo "${ECHO_T}$ac_cv_header_lua_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_lua_h" >&5 +$as_echo "$ac_cv_header_lua_h" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking lua.h usability" >&5 -echo $ECHO_N "checking lua.h usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking lua.h usability" >&5 +$as_echo_n "checking lua.h usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -42847,32 +43825,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking lua.h presence" >&5 -echo $ECHO_N "checking lua.h presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking lua.h presence" >&5 +$as_echo_n "checking lua.h presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -42886,87 +43865,88 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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: lua.h: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: lua.h: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: lua.h: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: lua.h: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: lua.h: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: lua.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: lua.h: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: lua.h: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: lua.h: present but cannot be compiled" >&5 -echo "$as_me: WARNING: lua.h: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: lua.h: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: lua.h: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: lua.h: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: lua.h: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: lua.h: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: lua.h: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: lua.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: lua.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: lua.h: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: lua.h: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: lua.h: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: lua.h: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: lua.h: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: lua.h: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: lua.h: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: lua.h: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: lua.h: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: lua.h: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: lua.h: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: lua.h: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: lua.h: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: lua.h: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for lua.h" >&5 -echo $ECHO_N "checking for lua.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for lua.h" >&5 +$as_echo_n "checking for lua.h... " >&6; } if test "${ac_cv_header_lua_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_header_lua_h=$ac_header_preproc fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_lua_h" >&5 -echo "${ECHO_T}$ac_cv_header_lua_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_lua_h" >&5 +$as_echo "$ac_cv_header_lua_h" >&6; } fi -if test $ac_cv_header_lua_h = yes; then +if test "x$ac_cv_header_lua_h" = x""yes; then LUAH_FOUND="true" else - { echo "$as_me:$LINENO: result: lua.h was not found or was not usable, Lua 5.0 headers are required !" >&5 -echo "${ECHO_T}lua.h was not found or was not usable, Lua 5.0 headers are required !" >&6; } + { $as_echo "$as_me:$LINENO: result: lua.h was not found or was not usable, Lua 5.0 headers are required !" >&5 +$as_echo "lua.h was not found or was not usable, Lua 5.0 headers are required !" >&6; } fi LUALIBH_FOUND="" if test "${ac_cv_header_lualib_h+set}" = set; then - { echo "$as_me:$LINENO: checking for lualib.h" >&5 -echo $ECHO_N "checking for lualib.h... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for lualib.h" >&5 +$as_echo_n "checking for lualib.h... " >&6; } if test "${ac_cv_header_lualib_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_lualib_h" >&5 -echo "${ECHO_T}$ac_cv_header_lualib_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_lualib_h" >&5 +$as_echo "$ac_cv_header_lualib_h" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking lualib.h usability" >&5 -echo $ECHO_N "checking lualib.h usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking lualib.h usability" >&5 +$as_echo_n "checking lualib.h usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -42982,32 +43962,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking lualib.h presence" >&5 -echo $ECHO_N "checking lualib.h presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking lualib.h presence" >&5 +$as_echo_n "checking lualib.h presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -43021,70 +44002,71 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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: lualib.h: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: lualib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: lualib.h: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: lualib.h: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: lualib.h: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: lualib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: lualib.h: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: lualib.h: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: lualib.h: present but cannot be compiled" >&5 -echo "$as_me: WARNING: lualib.h: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: lualib.h: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: lualib.h: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: lualib.h: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: lualib.h: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: lualib.h: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: lualib.h: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: lualib.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: lualib.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: lualib.h: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: lualib.h: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: lualib.h: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: lualib.h: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: lualib.h: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: lualib.h: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: lualib.h: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: lualib.h: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: lualib.h: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: lualib.h: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: lualib.h: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: lualib.h: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: lualib.h: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: lualib.h: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for lualib.h" >&5 -echo $ECHO_N "checking for lualib.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for lualib.h" >&5 +$as_echo_n "checking for lualib.h... " >&6; } if test "${ac_cv_header_lualib_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_header_lualib_h=$ac_header_preproc fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_lualib_h" >&5 -echo "${ECHO_T}$ac_cv_header_lualib_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_lualib_h" >&5 +$as_echo "$ac_cv_header_lualib_h" >&6; } fi -if test $ac_cv_header_lualib_h = yes; then +if test "x$ac_cv_header_lualib_h" = x""yes; then LUALIBH_FOUND="true" else - { echo "$as_me:$LINENO: result: lualib.h was not found or was not usable, Lua 5.0 headers are required !" >&5 -echo "${ECHO_T}lualib.h was not found or was not usable, Lua 5.0 headers are required !" >&6; } + { $as_echo "$as_me:$LINENO: result: lualib.h was not found or was not usable, Lua 5.0 headers are required !" >&5 +$as_echo "lualib.h was not found or was not usable, Lua 5.0 headers are required !" >&6; } fi @@ -43094,10 +44076,10 @@ if test -z "$LUALIBH_FOUND" -o -z "$LUAH_FOUND"; then LUA_LIBS="" else - { echo "$as_me:$LINENO: checking for lua_version in -llua50" >&5 -echo $ECHO_N "checking for lua_version in -llua50... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for lua_version in -llua50" >&5 +$as_echo_n "checking for lua_version in -llua50... " >&6; } if test "${ac_cv_lib_lua50_lua_version+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-llua50 $LIBS" @@ -43129,39 +44111,43 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_lua50_lua_version=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_lua50_lua_version=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_lua50_lua_version" >&5 -echo "${ECHO_T}$ac_cv_lib_lua50_lua_version" >&6; } -if test $ac_cv_lib_lua50_lua_version = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lua50_lua_version" >&5 +$as_echo "$ac_cv_lib_lua50_lua_version" >&6; } +if test "x$ac_cv_lib_lua50_lua_version" = x""yes; then LUA_LIBS="$LUA_LIBS -llua50 -llualib50" else - { echo "$as_me:$LINENO: checking for lua_version in -llua" >&5 -echo $ECHO_N "checking for lua_version in -llua... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for lua_version in -llua" >&5 +$as_echo_n "checking for lua_version in -llua... " >&6; } if test "${ac_cv_lib_lua_lua_version+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-llua $LIBS" @@ -43193,38 +44179,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_lua_lua_version=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_lua_lua_version=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_lua_lua_version" >&5 -echo "${ECHO_T}$ac_cv_lib_lua_lua_version" >&6; } -if test $ac_cv_lib_lua_lua_version = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lua_lua_version" >&5 +$as_echo "$ac_cv_lib_lua_lua_version" >&6; } +if test "x$ac_cv_lib_lua_lua_version" = x""yes; then LUA_LIBS="$LUA_LIBS -llua -llualib" else LUA_LIBS="" - { echo "$as_me:$LINENO: result: Lua 5.0 libraries were not found !" >&5 -echo "${ECHO_T}Lua 5.0 libraries were not found !" >&6; } + { $as_echo "$as_me:$LINENO: result: Lua 5.0 libraries were not found !" >&5 +$as_echo "Lua 5.0 libraries were not found !" >&6; } fi @@ -43273,8 +44263,8 @@ _ACEOF -{ echo "$as_me:$LINENO: checking whether we can use openpty" >&5 -echo $ECHO_N "checking whether we can use openpty... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether we can use openpty" >&5 +$as_echo_n "checking whether we can use openpty... " >&6; } # Check whether --enable-openpty was given. if test "${enable_openpty+set}" = set; then enableval=$enable_openpty; ac_use_openpty=$enableval @@ -43286,11 +44276,13 @@ kde_safe_LIBS=$LIBS LIBS="$LIBS $LIBUTIL" if test "$cross_compiling" = yes; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling See \`config.log' for more details." >&5 -echo "$as_me: error: cannot run test program while cross compiling +$as_echo "$as_me: error: cannot run test program while cross compiling See \`config.log' for more details." >&2;} - { (exit 1); exit 1; }; } + { (exit 1); exit 1; }; }; } else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -43317,29 +44309,32 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_use_openpty="yes" else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_use_openpty="no" fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi @@ -43352,11 +44347,11 @@ #define HAVE_OPENPTY 1 _ACEOF - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -43375,20 +44370,21 @@ for ac_header in idna.h punycode.h stringprep.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -43404,32 +44400,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -43443,69 +44440,73 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -43521,10 +44522,10 @@ test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS" ;; esac - { echo "$as_me:$LINENO: checking for idna_to_ascii_4i in -lidn" >&5 -echo $ECHO_N "checking for idna_to_ascii_4i in -lidn... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for idna_to_ascii_4i in -lidn" >&5 +$as_echo_n "checking for idna_to_ascii_4i in -lidn... " >&6; } if test "${ac_cv_lib_idn_idna_to_ascii_4i+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lidn $LIBS" @@ -43556,33 +44557,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_idn_idna_to_ascii_4i=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_idn_idna_to_ascii_4i=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_idn_idna_to_ascii_4i" >&5 -echo "${ECHO_T}$ac_cv_lib_idn_idna_to_ascii_4i" >&6; } -if test $ac_cv_lib_idn_idna_to_ascii_4i = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_idn_idna_to_ascii_4i" >&5 +$as_echo "$ac_cv_lib_idn_idna_to_ascii_4i" >&6; } +if test "x$ac_cv_lib_idn_idna_to_ascii_4i" = x""yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBIDN 1 @@ -43596,8 +44601,8 @@ LIBS="$kde_save_LIBS" if test "x$with_libidn" != xcheck && test -z "$LIB_IDN"; then - { { echo "$as_me:$LINENO: error: --with-libidn was given, but test for libidn failed" >&5 -echo "$as_me: error: --with-libidn was given, but test for libidn failed" >&2;} + { { $as_echo "$as_me:$LINENO: error: --with-libidn was given, but test for libidn failed" >&5 +$as_echo "$as_me: error: --with-libidn was given, but test for libidn failed" >&2;} { (exit 1); exit 1; }; } fi fi @@ -43624,11 +44629,11 @@ for ac_func in inet_ntop inet_pton getpeername getsockname getsockopt gethostbyname2_r gethostbyname_r gethostbyname2 if_nametoindex getprotobyname_r getservbyname_r getservbyport_r 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -43681,35 +44686,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -43719,10 +44731,10 @@ if test "x$ac_cv_func_getservbyname_r" = "xyes"; then - { echo "$as_me:$LINENO: checking whether getservbyname_r is declared" >&5 -echo $ECHO_N "checking whether getservbyname_r is declared... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether getservbyname_r is declared" >&5 +$as_echo_n "checking whether getservbyname_r is declared... " >&6; } if test "${ac_cv_have_decl_getservbyname_r+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -43749,20 +44761,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_have_decl_getservbyname_r=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_getservbyname_r=no @@ -43770,9 +44783,9 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_getservbyname_r" >&5 -echo "${ECHO_T}$ac_cv_have_decl_getservbyname_r" >&6; } -if test $ac_cv_have_decl_getservbyname_r = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_getservbyname_r" >&5 +$as_echo "$ac_cv_have_decl_getservbyname_r" >&6; } +if test "x$ac_cv_have_decl_getservbyname_r" = x""yes; then cat >>confdefs.h <<_ACEOF #define HAVE_DECL_GETSERVBYNAME_R 1 @@ -43811,11 +44824,11 @@ for ac_header in netinet/in.h net/if.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; } +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -43833,20 +44846,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" @@ -43854,12 +44868,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Header'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -43892,20 +44909,21 @@ for ac_header in sys/filio.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -43921,32 +44939,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -43960,69 +44979,73 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -44042,11 +45065,11 @@ for ac_func in usleep poll madvise 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -44099,47 +45122,55 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done -{ echo "$as_me:$LINENO: checking for struct addrinfo" >&5 -echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct addrinfo" >&5 +$as_echo_n "checking for struct addrinfo... " >&6; } if test "${ac_cv_type_struct_addrinfo+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_struct_addrinfo=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -44147,14 +45178,46 @@ /* end confdefs.h. */ $netincludes -typedef struct addrinfo ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) +if (sizeof (struct addrinfo)) + return 0; + ; return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$netincludes + +int +main () +{ +if (sizeof ((struct addrinfo))) + return 0; ; return 0; } @@ -44165,30 +45228,39 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_struct_addrinfo=yes + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_struct_addrinfo=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_struct_addrinfo=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_struct_addrinfo" >&5 -echo "${ECHO_T}$ac_cv_type_struct_addrinfo" >&6; } -if test $ac_cv_type_struct_addrinfo = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_addrinfo" >&5 +$as_echo "$ac_cv_type_struct_addrinfo" >&6; } +if test "x$ac_cv_type_struct_addrinfo" = x""yes; then cat >>confdefs.h <<_ACEOF #define HAVE_STRUCT_ADDRINFO 1 @@ -44203,11 +45275,11 @@ for ac_func in getaddrinfo 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -44260,35 +45332,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF kde_gai_ok=true @@ -44297,11 +45376,11 @@ for ac_func in freeaddrinfo getnameinfo gai_strerror 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -44354,35 +45433,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF : else @@ -44404,12 +45490,12 @@ done - { echo "$as_me:$LINENO: checking if getaddrinfo works using numeric service with null host" >&5 -echo $ECHO_N "checking if getaddrinfo works using numeric service with null host... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking if getaddrinfo works using numeric service with null host" >&5 +$as_echo_n "checking if getaddrinfo works using numeric service with null host... " >&6; } if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: result: cross compiling. We hope so" >&5 -echo "${ECHO_T}cross compiling. We hope so" >&6; } + { $as_echo "$as_me:$LINENO: result: cross compiling. We hope so" >&5 +$as_echo "cross compiling. We hope so" >&6; } else cat >conftest.$ac_ext <<_ACEOF @@ -44445,33 +45531,35 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } cat >>confdefs.h <<\_ACEOF #define HAVE_BROKEN_GETADDRINFO 1 @@ -44479,6 +45567,7 @@ fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi @@ -44490,10 +45579,10 @@ LIBS="$kde_safe_LIBS" -{ echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5 -echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5 +$as_echo_n "checking for struct sockaddr.sa_len... " >&6; } if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -44519,20 +45608,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_member_struct_sockaddr_sa_len=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -44559,20 +45649,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_member_struct_sockaddr_sa_len=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_member_struct_sockaddr_sa_len=no @@ -44583,9 +45674,9 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5 -echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; } -if test $ac_cv_member_struct_sockaddr_sa_len = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5 +$as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; } +if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then cat >>confdefs.h <<_ACEOF #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 @@ -44594,12 +45685,13 @@ fi -{ echo "$as_me:$LINENO: checking for struct sockaddr_in6" >&5 -echo $ECHO_N "checking for struct sockaddr_in6... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6" >&5 +$as_echo_n "checking for struct sockaddr_in6... " >&6; } if test "${ac_cv_type_struct_sockaddr_in6+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_struct_sockaddr_in6=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -44608,14 +45700,47 @@ #include #include -typedef struct sockaddr_in6 ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) +if (sizeof (struct sockaddr_in6)) + return 0; + ; return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include + +int +main () +{ +if (sizeof ((struct sockaddr_in6))) + return 0; ; return 0; } @@ -44626,39 +45751,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_struct_sockaddr_in6=yes + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_struct_sockaddr_in6=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_struct_sockaddr_in6=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_struct_sockaddr_in6" >&5 -echo "${ECHO_T}$ac_cv_type_struct_sockaddr_in6" >&6; } -if test $ac_cv_type_struct_sockaddr_in6 = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_sockaddr_in6" >&5 +$as_echo "$ac_cv_type_struct_sockaddr_in6" >&6; } +if test "x$ac_cv_type_struct_sockaddr_in6" = x""yes; then cat >>confdefs.h <<_ACEOF #define HAVE_STRUCT_SOCKADDR_IN6 1 _ACEOF -{ echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5 -echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5 +$as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; } if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -44684,20 +45818,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -44724,20 +45859,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no @@ -44748,9 +45884,9 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5 -echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; } -if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5 +$as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; } +if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then cat >>confdefs.h <<_ACEOF #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 @@ -44762,8 +45898,8 @@ fi -{ echo "$as_me:$LINENO: checking for GLIBC function backtrace" >&5 -echo $ECHO_N "checking for GLIBC function backtrace... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for GLIBC function backtrace" >&5 +$as_echo_n "checking for GLIBC function backtrace... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -44790,56 +45926,61 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then cat >>confdefs.h <<\_ACEOF #define HAVE_BACKTRACE 1 _ACEOF - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else - echo "$as_me: failed program was:" >&5 + $as_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; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext for ac_header in sys/mount.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -44855,32 +45996,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -44894,69 +46036,73 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -44981,15 +46127,15 @@ if test "x$with_libart" != xno; then - { echo "$as_me:$LINENO: checking for libart2-config" >&5 -echo $ECHO_N "checking for libart2-config... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for libart2-config" >&5 +$as_echo_n "checking for libart2-config... " >&6; } if test -n "$LIBART_CONFIG"; then kde_cv_path="$LIBART_CONFIG"; else kde_cache=`echo libart2-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -45031,15 +46177,15 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "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;} + { $as_echo "$as_me:$LINENO: WARNING: Could not find libart anywhere, check http://www.levien.com/libart/" >&5 +$as_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; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$kde_cv_path" >&6; } LIBART_CONFIG=$kde_cv_path fi @@ -45069,13 +46215,13 @@ _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;} + { $as_echo "$as_me:$LINENO: WARNING: You need at least libart 2.3.8" >&5 +$as_echo "$as_me: WARNING: You need at least libart 2.3.8" >&2;} fi fi if test "x$with_libart" != xcheck && test -z "$LIBART_LIBS"; then - { { echo "$as_me:$LINENO: error: --with-libart was given, but test for libart failed" >&5 -echo "$as_me: error: --with-libart was given, but test for libart failed" >&2;} + { { $as_echo "$as_me:$LINENO: error: --with-libart was given, but test for libart failed" >&5 +$as_echo "$as_me: error: --with-libart was given, but test for libart failed" >&2;} { (exit 1); exit 1; }; } fi fi @@ -45102,20 +46248,21 @@ for ac_header in sys/stropts.h sys/select.h libutil.h util.h termios.h pty.h termio.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -45131,32 +46278,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -45170,77 +46318,81 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done -{ echo "$as_me:$LINENO: checking for revoke(tty) in unistd.h" >&5 -echo $ECHO_N "checking for revoke(tty) in unistd.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for revoke(tty) in unistd.h" >&5 +$as_echo_n "checking for revoke(tty) in unistd.h... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -45266,36 +46418,40 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then cat >>confdefs.h <<\_ACEOF #define HAVE_REVOKE 1 _ACEOF - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else - echo "$as_me: failed program was:" >&5 + $as_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; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext @@ -45326,8 +46482,8 @@ if test "$kde_fast_malloc" = "notgiven"; then kde_fast_malloc=no else - { { echo "$as_me:$LINENO: error: Fast malloc needs GCC." >&5 -echo "$as_me: error: Fast malloc needs GCC." >&2;} + { { $as_echo "$as_me:$LINENO: error: Fast malloc needs GCC." >&5 +$as_echo "$as_me: error: Fast malloc needs GCC." >&2;} { (exit 1); exit 1; }; } kde_fast_malloc=no fi @@ -45347,8 +46503,8 @@ if test "$kde_fast_malloc" = "notgiven"; then kde_fast_malloc=no else - { { echo "$as_me:$LINENO: error: Fast malloc is not supported on this platform (missing spinlock implementation)." >&5 -echo "$as_me: error: Fast malloc is not supported on this platform (missing spinlock implementation)." >&2;} + { { $as_echo "$as_me:$LINENO: error: Fast malloc is not supported on this platform (missing spinlock implementation)." >&5 +$as_echo "$as_me: error: Fast malloc is not supported on this platform (missing spinlock implementation)." >&2;} { (exit 1); exit 1; }; } fi ;; @@ -45360,18 +46516,18 @@ if test "$kde_fast_malloc" = "notgiven"; then kde_fast_malloc=no else - { echo "$as_me:$LINENO: WARNING: Fast malloc is not tested on this platform. The build may fail or the executables may crash." >&5 -echo "$as_me: WARNING: Fast malloc is not tested on this platform. The build may fail or the executables may crash." >&2;} + { $as_echo "$as_me:$LINENO: WARNING: Fast malloc is not tested on this platform. The build may fail or the executables may crash." >&5 +$as_echo "$as_me: WARNING: Fast malloc is not tested on this platform. The build may fail or the executables may crash." >&2;} fi ;; esac fi if test "$kde_fast_malloc" = "yes" -o "$kde_fast_malloc" = "notgiven" -o "$kde_fast_malloc" = "debug"; then - { echo "$as_me:$LINENO: checking if the libc is glibc" >&5 -echo $ECHO_N "checking if the libc is glibc... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking if the libc is glibc" >&5 +$as_echo_n "checking if the libc is glibc... " >&6; } if test "${kde_cv_libc_glibc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -45398,20 +46554,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_libc_glibc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_libc_glibc=no @@ -45420,8 +46577,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $kde_cv_libc_glibc" >&5 -echo "${ECHO_T}$kde_cv_libc_glibc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_libc_glibc" >&5 +$as_echo "$kde_cv_libc_glibc" >&6; } if test "$kde_cv_libc_glibc" = "yes"; then cat >>confdefs.h <<\_ACEOF @@ -45432,12 +46589,12 @@ if test "$kde_fast_malloc" = "notgiven"; then kde_fast_malloc=notgiven_full elif test "$enableval" = "debug"; then - { echo "$as_me:$LINENO: WARNING: This libc is not supported for fast malloc. Runtime disabling won't work." >&5 -echo "$as_me: WARNING: This libc is not supported for fast malloc. Runtime disabling won't work." >&2;} + { $as_echo "$as_me:$LINENO: WARNING: This libc is not supported for fast malloc. Runtime disabling won't work." >&5 +$as_echo "$as_me: WARNING: This libc is not supported for fast malloc. Runtime disabling won't work." >&2;} kde_fast_malloc=debug_full else - { { echo "$as_me:$LINENO: error: This libc is not supported for fast malloc. Either use --enable-fast-malloc=full, or don't use it at all." >&5 -echo "$as_me: error: This libc is not supported for fast malloc. Either use --enable-fast-malloc=full, or don't use it at all." >&2;} + { { $as_echo "$as_me:$LINENO: error: This libc is not supported for fast malloc. Either use --enable-fast-malloc=full, or don't use it at all." >&5 +$as_echo "$as_me: error: This libc is not supported for fast malloc. Either use --enable-fast-malloc=full, or don't use it at all." >&2;} { (exit 1); exit 1; }; } fi fi @@ -45456,23 +46613,23 @@ fi fi -{ echo "$as_me:$LINENO: checking whether to enable fast malloc" >&5 -echo $ECHO_N "checking whether to enable fast malloc... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether to enable fast malloc" >&5 +$as_echo_n "checking whether to enable fast malloc... " >&6; } if test "$kde_fast_malloc" = "yes"; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } elif test "$kde_fast_malloc" = "full"; then - { echo "$as_me:$LINENO: result: yes(full)" >&5 -echo "${ECHO_T}yes(full)" >&6; } + { $as_echo "$as_me:$LINENO: result: yes(full)" >&5 +$as_echo "yes(full)" >&6; } elif test "$kde_fast_malloc" = "debug"; then - { echo "$as_me:$LINENO: result: yes(debug)" >&5 -echo "${ECHO_T}yes(debug)" >&6; } + { $as_echo "$as_me:$LINENO: result: yes(debug)" >&5 +$as_echo "yes(debug)" >&6; } elif test "$kde_fast_malloc" = "debug_full"; then - { echo "$as_me:$LINENO: result: yes(full+debug)" >&5 -echo "${ECHO_T}yes(full+debug)" >&6; } + { $as_echo "$as_me:$LINENO: result: yes(full+debug)" >&5 +$as_echo "yes(full+debug)" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "$kde_fast_malloc" != "no"; then @@ -45500,11 +46657,11 @@ fi -{ echo "$as_me:$LINENO: checking whether $CXX supports -finline-limit=100000" >&5 -echo $ECHO_N "checking whether $CXX supports -finline-limit=100000... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -finline-limit=100000" >&5 +$as_echo_n "checking whether $CXX supports -finline-limit=100000... " >&6; } kde_cache=`echo finline-limit=100000 | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -45540,26 +46697,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -45573,13 +46734,13 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : KDE_FORCE_INLINE="-finline-limit=100000" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } : KDE_FORCE_INLINE= fi @@ -45603,17 +46764,17 @@ if test "${ac_cv_header_X11_extensions_Xrender_h+set}" = set; then - { echo "$as_me:$LINENO: checking for X11/extensions/Xrender.h" >&5 -echo $ECHO_N "checking for X11/extensions/Xrender.h... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for X11/extensions/Xrender.h" >&5 +$as_echo_n "checking for X11/extensions/Xrender.h... " >&6; } if test "${ac_cv_header_X11_extensions_Xrender_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_Xrender_h" >&5 -echo "${ECHO_T}$ac_cv_header_X11_extensions_Xrender_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_Xrender_h" >&5 +$as_echo "$ac_cv_header_X11_extensions_Xrender_h" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking X11/extensions/Xrender.h usability" >&5 -echo $ECHO_N "checking X11/extensions/Xrender.h usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking X11/extensions/Xrender.h usability" >&5 +$as_echo_n "checking X11/extensions/Xrender.h usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -45629,32 +46790,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking X11/extensions/Xrender.h presence" >&5 -echo $ECHO_N "checking X11/extensions/Xrender.h presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking X11/extensions/Xrender.h presence" >&5 +$as_echo_n "checking X11/extensions/Xrender.h presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -45668,66 +46830,67 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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: X11/extensions/Xrender.h: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: X11/extensions/Xrender.h: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: X11/extensions/Xrender.h: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: X11/extensions/Xrender.h: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/Xrender.h: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: X11/extensions/Xrender.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/Xrender.h: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: X11/extensions/Xrender.h: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: X11/extensions/Xrender.h: present but cannot be compiled" >&5 -echo "$as_me: WARNING: X11/extensions/Xrender.h: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: X11/extensions/Xrender.h: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: X11/extensions/Xrender.h: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: X11/extensions/Xrender.h: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: X11/extensions/Xrender.h: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: X11/extensions/Xrender.h: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: X11/extensions/Xrender.h: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: X11/extensions/Xrender.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: X11/extensions/Xrender.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: X11/extensions/Xrender.h: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: X11/extensions/Xrender.h: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/Xrender.h: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: X11/extensions/Xrender.h: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/Xrender.h: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: X11/extensions/Xrender.h: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/Xrender.h: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: X11/extensions/Xrender.h: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/Xrender.h: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: X11/extensions/Xrender.h: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/Xrender.h: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: X11/extensions/Xrender.h: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/Xrender.h: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: X11/extensions/Xrender.h: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for X11/extensions/Xrender.h" >&5 -echo $ECHO_N "checking for X11/extensions/Xrender.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for X11/extensions/Xrender.h" >&5 +$as_echo_n "checking for X11/extensions/Xrender.h... " >&6; } if test "${ac_cv_header_X11_extensions_Xrender_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_header_X11_extensions_Xrender_h=$ac_header_preproc fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_Xrender_h" >&5 -echo "${ECHO_T}$ac_cv_header_X11_extensions_Xrender_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_Xrender_h" >&5 +$as_echo "$ac_cv_header_X11_extensions_Xrender_h" >&6; } fi -if test $ac_cv_header_X11_extensions_Xrender_h = yes; then +if test "x$ac_cv_header_X11_extensions_Xrender_h" = x""yes; then xrender_h=yes else xrender_h=no @@ -45752,10 +46915,10 @@ test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS" ;; esac - { echo "$as_me:$LINENO: checking for XRenderComposite in -lXrender" >&5 -echo $ECHO_N "checking for XRenderComposite in -lXrender... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for XRenderComposite in -lXrender" >&5 +$as_echo_n "checking for XRenderComposite in -lXrender... " >&6; } if test "${ac_cv_lib_Xrender_XRenderComposite+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lXrender -lXext -lX11 $X_EXTRA_LIBS $LIBS" @@ -45787,33 +46950,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_Xrender_XRenderComposite=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_Xrender_XRenderComposite=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderComposite" >&5 -echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderComposite" >&6; } -if test $ac_cv_lib_Xrender_XRenderComposite = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderComposite" >&5 +$as_echo "$ac_cv_lib_Xrender_XRenderComposite" >&6; } +if test "x$ac_cv_lib_Xrender_XRenderComposite" = x""yes; then LIB_XRENDER=-lXrender cat >>confdefs.h <<_ACEOF @@ -45832,8 +46999,8 @@ case $host_cpu in i*86 ) - { echo "$as_me:$LINENO: checking for assembler support for IA32 extensions" >&5 -echo $ECHO_N "checking for assembler support for IA32 extensions... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for assembler support for IA32 extensions" >&5 +$as_echo_n "checking for assembler support for IA32 extensions... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -45856,13 +47023,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -45876,7 +47044,7 @@ else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 echo $ECHO_N "MMX no$ECHO_C" @@ -45905,13 +47073,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -45925,7 +47094,7 @@ else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 echo $ECHO_N ", SSE no$ECHO_C" @@ -45954,13 +47123,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -45974,7 +47144,7 @@ else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 echo $ECHO_N ", SSE2 no$ECHO_C" @@ -46003,13 +47173,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -46023,7 +47194,7 @@ else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 echo $ECHO_N ", 3DNOW no$ECHO_C" @@ -46033,8 +47204,8 @@ echo ;; powerpc ) - { echo "$as_me:$LINENO: checking for assembler support for AltiVec instructions" >&5 -echo $ECHO_N "checking for assembler support for AltiVec instructions... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for assembler support for AltiVec instructions" >&5 +$as_echo_n "checking for assembler support for AltiVec instructions... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -46056,13 +47227,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -46076,7 +47248,7 @@ else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 echo $ECHO_N ", AltiVec no$ECHO_C" @@ -46107,13 +47279,13 @@ ac_LDFLAGS_save="$LDFLAGS" LDFLAGS="$LDFLAGS $all_libraries" kde_cups_config= - kde_cups_libs="-lcups $LIBDL $LIBSOCKET" + kde_cups_libs="-lcups" # Extract the first word of "cups-config", so it can be a program name with args. set dummy cups-config; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_kde_cups_config+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $kde_cups_config in [\\/]* | ?:[\\/]*) @@ -46128,7 +47300,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_kde_cups_config="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -46140,19 +47312,20 @@ fi kde_cups_config=$ac_cv_path_kde_cups_config if test -n "$kde_cups_config"; then - { echo "$as_me:$LINENO: result: $kde_cups_config" >&5 -echo "${ECHO_T}$kde_cups_config" >&6; } + { $as_echo "$as_me:$LINENO: result: $kde_cups_config" >&5 +$as_echo "$kde_cups_config" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test -n "$kde_cups_config"; then - kde_cups_libs=`$kde_cups_config --libs` +# kde_cups_libs=`$kde_cups_config --libs` + kde_cups_libs="$kde_cups_libs" else - { echo "$as_me:$LINENO: result: cups-config not found" >&5 -echo "${ECHO_T}cups-config not found" >&6; } + { $as_echo "$as_me:$LINENO: result: cups-config not found" >&5 +$as_echo "cups-config not found" >&6; } fi kde_save_LDFLAGS="$LDFLAGS" @@ -46163,10 +47336,10 @@ test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS" ;; esac - { echo "$as_me:$LINENO: checking for cupsServer in -lcups" >&5 -echo $ECHO_N "checking for cupsServer in -lcups... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for cupsServer in -lcups" >&5 +$as_echo_n "checking for cupsServer in -lcups... " >&6; } if test "${ac_cv_lib_cups_cupsServer+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lcups $LIBDL $LIBSOCKET $LIBS" @@ -46198,33 +47371,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_cups_cupsServer=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_cups_cupsServer=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_cups_cupsServer" >&5 -echo "${ECHO_T}$ac_cv_lib_cups_cupsServer" >&6; } -if test $ac_cv_lib_cups_cupsServer = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_cups_cupsServer" >&5 +$as_echo "$ac_cv_lib_cups_cupsServer" >&6; } +if test "x$ac_cv_lib_cups_cupsServer" = x""yes; then ac_cups_libs=1 else ac_cups_libs=0 @@ -46234,24 +47411,24 @@ LIBS="$kde_save_LIBS" if test "$ac_cups_libs" = "0"; then - { echo "$as_me:$LINENO: WARNING: CUPS library not found. CUPS support disabled" >&5 -echo "$as_me: WARNING: CUPS library not found. CUPS support disabled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: CUPS library not found. CUPS support disabled" >&5 +$as_echo "$as_me: WARNING: CUPS library not found. CUPS support disabled" >&2;} ac_use_cups="no" fi if test "$ac_use_cups" = "yes"; then ac_cups_headers=0 if test "${ac_cv_header_cups_cups_h+set}" = set; then - { echo "$as_me:$LINENO: checking for cups/cups.h" >&5 -echo $ECHO_N "checking for cups/cups.h... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for cups/cups.h" >&5 +$as_echo_n "checking for cups/cups.h... " >&6; } if test "${ac_cv_header_cups_cups_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_cups_cups_h" >&5 -echo "${ECHO_T}$ac_cv_header_cups_cups_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_cups_cups_h" >&5 +$as_echo "$ac_cv_header_cups_cups_h" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking cups/cups.h usability" >&5 -echo $ECHO_N "checking cups/cups.h usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking cups/cups.h usability" >&5 +$as_echo_n "checking cups/cups.h usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -46267,32 +47444,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking cups/cups.h presence" >&5 -echo $ECHO_N "checking cups/cups.h presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking cups/cups.h presence" >&5 +$as_echo_n "checking cups/cups.h presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -46306,73 +47484,74 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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: cups/cups.h: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: cups/cups.h: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: cups/cups.h: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: cups/cups.h: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cups/cups.h: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: cups/cups.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cups/cups.h: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: cups/cups.h: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: cups/cups.h: present but cannot be compiled" >&5 -echo "$as_me: WARNING: cups/cups.h: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: cups/cups.h: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: cups/cups.h: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: cups/cups.h: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: cups/cups.h: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: cups/cups.h: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: cups/cups.h: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: cups/cups.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: cups/cups.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: cups/cups.h: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: cups/cups.h: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cups/cups.h: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: cups/cups.h: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cups/cups.h: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: cups/cups.h: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cups/cups.h: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: cups/cups.h: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cups/cups.h: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: cups/cups.h: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cups/cups.h: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: cups/cups.h: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cups/cups.h: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: cups/cups.h: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for cups/cups.h" >&5 -echo $ECHO_N "checking for cups/cups.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for cups/cups.h" >&5 +$as_echo_n "checking for cups/cups.h... " >&6; } if test "${ac_cv_header_cups_cups_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_header_cups_cups_h=$ac_header_preproc fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_cups_cups_h" >&5 -echo "${ECHO_T}$ac_cv_header_cups_cups_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_cups_cups_h" >&5 +$as_echo "$ac_cv_header_cups_cups_h" >&6; } fi -if test $ac_cv_header_cups_cups_h = yes; then +if test "x$ac_cv_header_cups_cups_h" = x""yes; then ac_cups_headers=1 fi if test "$ac_cups_headers" = "0"; then - { echo "$as_me:$LINENO: WARNING: CUPS headers not found. CUPS support disabled" >&5 -echo "$as_me: WARNING: CUPS headers not found. CUPS support disabled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: CUPS headers not found. CUPS support disabled" >&5 +$as_echo "$as_me: WARNING: CUPS headers not found. CUPS support disabled" >&2;} ac_use_cups="no" else @@ -46380,8 +47559,8 @@ kde_save_libs="$LIBS" LIBS="$all_libraries $USER_LDFLAGS $kde_cups_libs" CFLAGS="$CFLAGS $all_includes $USER_INCLUDES" -{ echo "$as_me:$LINENO: checking CUPS version >= 1.0109" >&5 -echo $ECHO_N "checking CUPS version >= 1.0109... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking CUPS version >= 1.0109" >&5 +$as_echo_n "checking CUPS version >= 1.0109... " >&6; } kde_save_link=$ac_link ac_link='${CC} $CFLAGS -o conftest conftest.c $LIBS 1>&5' cat > conftest.c <&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -x conftest; then ac_have_new_cups=`./conftest` else @@ -46412,12 +47591,12 @@ ac_link="$kde_save_link" CFLAGS="$kde_save_cflags" LIBS="$kde_save_libs" -{ echo "$as_me:$LINENO: result: $ac_have_new_cups" >&5 -echo "${ECHO_T}$ac_have_new_cups" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_have_new_cups" >&5 +$as_echo "$ac_have_new_cups" >&6; } if test "$ac_have_new_cups" = "no"; then - { echo "$as_me:$LINENO: WARNING: CUPS version too old. You should upgrade to version >= 1.1.9" >&5 -echo "$as_me: WARNING: CUPS version too old. You should upgrade to version >= 1.1.9" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: CUPS version too old. You should upgrade to version >= 1.1.9" >&5 +$as_echo "$as_me: WARNING: CUPS version too old. You should upgrade to version >= 1.1.9" >&2;} ac_use_cups="no" fi @@ -46427,8 +47606,8 @@ kde_save_libs="$LIBS" LIBS="$all_libraries $USER_LDFLAGS $kde_cups_libs" CFLAGS="$CFLAGS $all_includes $USER_INCLUDES" -{ echo "$as_me:$LINENO: checking CUPS version >= 1.0120" >&5 -echo $ECHO_N "checking CUPS version >= 1.0120... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking CUPS version >= 1.0120" >&5 +$as_echo_n "checking CUPS version >= 1.0120... " >&6; } kde_save_link=$ac_link ac_link='${CC} $CFLAGS -o conftest conftest.c $LIBS 1>&5' cat > conftest.c <&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -x conftest; then ac_have_new_cups=`./conftest` else @@ -46459,8 +47638,8 @@ ac_link="$kde_save_link" CFLAGS="$kde_save_cflags" LIBS="$kde_save_libs" -{ echo "$as_me:$LINENO: result: $ac_have_new_cups" >&5 -echo "${ECHO_T}$ac_have_new_cups" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_have_new_cups" >&5 +$as_echo "$ac_have_new_cups" >&6; } if test "$ac_have_new_cups" = "yes"; then @@ -46493,8 +47672,8 @@ -{ echo "$as_me:$LINENO: checking installation of PS driver needed" >&5 -echo $ECHO_N "checking installation of PS driver needed... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking installation of PS driver needed" >&5 +$as_echo_n "checking installation of PS driver needed... " >&6; } ac_cups_share_test="/usr/share/cups /usr/local/share/cups /opt/share/cups /opt/local/share/cups" cups_modeldir="" for d in $ac_cups_share_test; do @@ -46507,19 +47686,19 @@ if test -n "$cups_modeldir"; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi # Extract the first word of ""su"", so it can be a program name with args. set dummy "su"; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_path_su+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $path_su in [\\/]* | ?:[\\/]*) @@ -46534,7 +47713,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_path_su="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -46547,17 +47726,17 @@ fi path_su=$ac_cv_path_path_su if test -n "$path_su"; then - { echo "$as_me:$LINENO: result: $path_su" >&5 -echo "${ECHO_T}$path_su" >&6; } + { $as_echo "$as_me:$LINENO: result: $path_su" >&5 +$as_echo "$path_su" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "$path_su" = "no"; then - { echo "$as_me:$LINENO: WARNING: su was not found" >&5 -echo "$as_me: WARNING: su was not found" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: su was not found" >&5 +$as_echo "$as_me: WARNING: su was not found" >&2;} else cat >>confdefs.h <<_ACEOF @@ -46568,10 +47747,10 @@ # Extract the first word of ""sudo"", so it can be a program name with args. set dummy "sudo"; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_path_sudo+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $path_sudo in [\\/]* | ?:[\\/]*) @@ -46586,7 +47765,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_path_sudo="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -46599,17 +47778,17 @@ fi path_sudo=$ac_cv_path_path_sudo if test -n "$path_sudo"; then - { echo "$as_me:$LINENO: result: $path_sudo" >&5 -echo "${ECHO_T}$path_sudo" >&6; } + { $as_echo "$as_me:$LINENO: result: $path_sudo" >&5 +$as_echo "$path_sudo" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "$path_sudo" = "no"; then - { echo "$as_me:$LINENO: WARNING: sudo was not found" >&5 -echo "$as_me: WARNING: sudo was not found" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: sudo was not found" >&5 +$as_echo "$as_me: WARNING: sudo was not found" >&2;} else cat >>confdefs.h <<_ACEOF @@ -46635,8 +47814,8 @@ if test x$use_kdesu_backend = xsudo -a x$path_sudo = xno; then - { { echo "$as_me:$LINENO: error: sudo was chosen as kdesu backend" >&5 -echo "$as_me: error: sudo was chosen as kdesu backend" >&2;} + { { $as_echo "$as_me:$LINENO: error: sudo was chosen as kdesu backend" >&5 +$as_echo "$as_me: error: sudo was chosen as kdesu backend" >&2;} { (exit but was not found in path.); exit but was not found in path.; }; } fi @@ -46646,8 +47825,8 @@ _ACEOF -{ echo "$as_me:$LINENO: checking POSIX.1b scheduling" >&5 -echo $ECHO_N "checking POSIX.1b scheduling... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking POSIX.1b scheduling" >&5 +$as_echo_n "checking POSIX.1b scheduling... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -46673,26 +47852,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then have_rtsched="yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 have_rtsched="no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test "$have_rtsched" = "yes"; then @@ -46701,21 +47884,21 @@ #define POSIX1B_SCHEDULING 1 _ACEOF - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi for ac_func in initgroups 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -46768,35 +47951,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -46808,20 +47998,21 @@ for ac_header in libutil.h util.h pty.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -46837,32 +48028,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -46876,79 +48068,83 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done -{ echo "$as_me:$LINENO: checking for openpty in -lutil" >&5 -echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for openpty in -lutil" >&5 +$as_echo_n "checking for openpty in -lutil... " >&6; } if test "${ac_cv_lib_util_openpty+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lutil $LIBS" @@ -46980,33 +48176,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_util_openpty=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_util_openpty=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5 -echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6; } -if test $ac_cv_lib_util_openpty = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5 +$as_echo "$ac_cv_lib_util_openpty" >&6; } +if test "x$ac_cv_lib_util_openpty" = x""yes; then cat >>confdefs.h <<_ACEOF #define HAVE_OPENPTY 1 @@ -47025,11 +48225,11 @@ for ac_func in openpty initgroups setgroups getgroups grantpt setpriority getpt unlockpt ptsname 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -47082,35 +48282,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -47123,11 +48330,11 @@ for ac_func in _getpty 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -47180,45 +48387,52 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done -{ echo "$as_me:$LINENO: checking for struct ucred" >&5 -echo $ECHO_N "checking for struct ucred... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct ucred" >&5 +$as_echo_n "checking for struct ucred... " >&6; } if test "${kde_cv_have_struct_ucred+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -47246,20 +48460,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_have_struct_ucred=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_have_struct_ucred=no @@ -47270,8 +48485,8 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_have_struct_ucred" >&5 -echo "${ECHO_T}$kde_cv_have_struct_ucred" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_have_struct_ucred" >&5 +$as_echo "$kde_cv_have_struct_ucred" >&6; } if test "$kde_cv_have_struct_ucred" = yes; then cat >>confdefs.h <<\_ACEOF @@ -47282,11 +48497,11 @@ for ac_func in getpeereid 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -47339,35 +48554,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -47379,15 +48601,15 @@ HELP_SUBDIR=kdoctools - { echo "$as_me:$LINENO: checking for xml2-config" >&5 -echo $ECHO_N "checking for xml2-config... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for xml2-config" >&5 +$as_echo_n "checking for xml2-config... " >&6; } if test -n "$XML_CONFIG"; then kde_cv_path="$XML_CONFIG"; else kde_cache=`echo xml2-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -47429,16 +48651,16 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "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;} + { $as_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 +$as_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; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$kde_cv_path" >&6; } XML_CONFIG=$kde_cv_path fi @@ -47462,15 +48684,15 @@ LIBXML_CFLAGS="`$XML_CONFIG --cflags`" - { echo "$as_me:$LINENO: checking for xmllint" >&5 -echo $ECHO_N "checking for xmllint... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for xmllint" >&5 +$as_echo_n "checking for xmllint... " >&6; } if test -n "$XMLLINT"; then kde_cv_path="$XMLLINT"; else kde_cache=`echo xmllint | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -47512,12 +48734,12 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } XMLLINT="" else - { echo "$as_me:$LINENO: result: $kde_cv_path" >&5 -echo "${ECHO_T}$kde_cv_path" >&6; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$kde_cv_path" >&6; } XMLLINT=$kde_cv_path fi @@ -47528,8 +48750,8 @@ _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;} + { $as_echo "$as_me:$LINENO: WARNING: You need at least libxml 2.4.8" >&5 +$as_echo "$as_me: WARNING: You need at least libxml 2.4.8" >&2;} HELP_SUBDIR= fi fi @@ -47537,15 +48759,15 @@ if test -n "$HELP_SUBDIR"; then - { echo "$as_me:$LINENO: checking for xslt-config" >&5 -echo $ECHO_N "checking for xslt-config... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for xslt-config" >&5 +$as_echo_n "checking for xslt-config... " >&6; } if test -n "$XSLT_CONFIG"; then kde_cv_path="$XSLT_CONFIG"; else kde_cache=`echo xslt-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -47587,16 +48809,16 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "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;} + { $as_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 +$as_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; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$kde_cv_path" >&6; } XSLT_CONFIG=$kde_cv_path fi @@ -47619,8 +48841,8 @@ 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;} + { $as_echo "$as_me:$LINENO: WARNING: You need at least libxslt 1.0.7" >&5 +$as_echo "$as_me: WARNING: You need at least libxslt 1.0.7" >&2;} HELP_SUBDIR= fi fi @@ -47628,10 +48850,10 @@ -{ echo "$as_me:$LINENO: checking for bzDecompress in libbz2" >&5 -echo $ECHO_N "checking for bzDecompress in libbz2... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for bzDecompress in libbz2" >&5 +$as_echo_n "checking for bzDecompress in libbz2... " >&6; } if test "${ac_cv_lib_bzip2+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -47672,26 +48894,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "ac_cv_lib_bzip2='-lbz2'" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "ac_cv_lib_bzip2=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$kde_save_LIBS" @@ -47704,8 +48930,8 @@ fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_bzip2" >&5 -echo "${ECHO_T}$ac_cv_lib_bzip2" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bzip2" >&5 +$as_echo "$ac_cv_lib_bzip2" >&6; } if test ! "$ac_cv_lib_bzip2" = no; then BZIP2DIR=bzip2 @@ -47718,11 +48944,11 @@ cxx_shared_flag= ld_shared_flag= -{ echo "$as_me:$LINENO: checking whether $CXX supports -shared" >&5 -echo $ECHO_N "checking whether $CXX supports -shared... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -shared" >&5 +$as_echo_n "checking whether $CXX supports -shared... " >&6; } kde_cache=`echo shared | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -47758,26 +48984,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -47791,25 +49021,25 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : ld_shared_flag="-shared" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } : fi -{ echo "$as_me:$LINENO: checking whether $CXX supports -fPIC" >&5 -echo $ECHO_N "checking whether $CXX supports -fPIC... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX supports -fPIC" >&5 +$as_echo_n "checking whether $CXX supports -fPIC... " >&6; } kde_cache=`echo fPIC | sed 'y% .=/+-,%____p__%'` if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -47845,26 +49075,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "kde_cv_prog_cxx_$kde_cache=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CXXFLAGS="$save_CXXFLAGS" @@ -47878,24 +49112,24 @@ 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; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } : cxx_shared_flag="-fPIC" else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } : fi - { echo "$as_me:$LINENO: checking for BZ2_bzDecompress in (shared) libbz2" >&5 -echo $ECHO_N "checking for BZ2_bzDecompress in (shared) libbz2... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for BZ2_bzDecompress in (shared) libbz2" >&5 +$as_echo_n "checking for BZ2_bzDecompress in (shared) libbz2... " >&6; } if test "${ac_cv_lib_bzip2_prefix+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -47937,26 +49171,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "ac_cv_lib_bzip2_prefix='-lbz2'" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "ac_cv_lib_bzip2_prefix=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$kde_save_LIBS" @@ -47970,8 +49208,8 @@ fi - { echo "$as_me:$LINENO: result: $ac_cv_lib_bzip2_prefix" >&5 -echo "${ECHO_T}$ac_cv_lib_bzip2_prefix" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bzip2_prefix" >&5 +$as_echo "$ac_cv_lib_bzip2_prefix" >&6; } if test ! "$ac_cv_lib_bzip2_prefix" = no; then BZIP2DIR=bzip2 @@ -47998,15 +49236,15 @@ -{ echo "$as_me:$LINENO: checking for present bzip2 support" >&5 -echo $ECHO_N "checking for present bzip2 support... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for present bzip2 support" >&5 +$as_echo_n "checking for present bzip2 support... " >&6; } if test -z "$LIBBZ2"; then - { echo "$as_me:$LINENO: result: no - disabling doc compiler" >&5 -echo "${ECHO_T}no - disabling doc compiler" >&6; } + { $as_echo "$as_me:$LINENO: result: no - disabling doc compiler" >&5 +$as_echo "no - disabling doc compiler" >&6; } HELP_SUBDIR= else - { echo "$as_me:$LINENO: result: ok" >&5 -echo "${ECHO_T}ok" >&6; } + { $as_echo "$as_me:$LINENO: result: ok" >&5 +$as_echo "ok" >&6; } fi @@ -48051,8 +49289,8 @@ -{ echo "$as_me:$LINENO: checking if libthai should be compiled in" >&5 -echo $ECHO_N "checking if libthai should be compiled in... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if libthai should be compiled in" >&5 +$as_echo_n "checking if libthai should be compiled in... " >&6; } # Check whether --with-libthai was given. if test "${with_libthai+set}" = set; then @@ -48065,7 +49303,7 @@ if test "$ac_libthai" != "no"; then if test "${kde_link_libthai+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_ldflags_safe="$LDFLAGS" @@ -48103,27 +49341,31 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then kde_link_libthai=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_link_libthai=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext @@ -48135,8 +49377,8 @@ LIBTHAI="" if test "$kde_link_libthai" = "no"; then - { { echo "$as_me:$LINENO: error: Can't find libthai." >&5 -echo "$as_me: error: Can't find libthai." >&2;} + { { $as_echo "$as_me:$LINENO: error: Can't find libthai." >&5 +$as_echo "$as_me: error: Can't find libthai." >&2;} { (exit 1); exit 1; }; } else @@ -48148,8 +49390,8 @@ fi fi -{ echo "$as_me:$LINENO: result: $ac_libthai" >&5 -echo "${ECHO_T}$ac_libthai" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_libthai" >&5 +$as_echo "$ac_libthai" >&6; } @@ -48170,20 +49412,21 @@ for ac_header in valgrind/memcheck.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -48199,32 +49442,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -48238,69 +49482,73 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -48343,11 +49591,11 @@ -{ echo "$as_me:$LINENO: checking for libtiff tiff" >&5 -echo $ECHO_N "checking for libtiff tiff... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for libtiff tiff" >&5 +$as_echo_n "checking for libtiff tiff... " >&6; } if test "${kde_cv_libtiff_tiff+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -48392,23 +49640,26 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then - kde_cv_libtiff_tiff="-ltiff $LIBJPEG $LIBZ" + kde_cv_libtiff_tiff="-ltiff" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -48416,6 +49667,7 @@ fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext @@ -48432,15 +49684,15 @@ if test "$kde_cv_libtiff_tiff" = "no"; then - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } LIBTIFF="" -{ echo "$as_me:$LINENO: checking for libtiff tiff34" >&5 -echo $ECHO_N "checking for libtiff tiff34... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for libtiff tiff34" >&5 +$as_echo_n "checking for libtiff tiff34... " >&6; } if test "${kde_cv_libtiff_tiff34+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -48485,23 +49737,26 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then - kde_cv_libtiff_tiff34="-ltiff34 $LIBJPEG $LIBZ" + kde_cv_libtiff_tiff34="-ltiff34" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -48509,6 +49764,7 @@ fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext @@ -48525,14 +49781,14 @@ if test "$kde_cv_libtiff_tiff34" = "no"; then - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } LIBTIFF="" else LIBTIFF="$kde_cv_libtiff_tiff34" - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } cat >>confdefs.h <<_ACEOF #define HAVE_LIBTIFF 1 @@ -48544,8 +49800,8 @@ else LIBTIFF="$kde_cv_libtiff_tiff" - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } cat >>confdefs.h <<_ACEOF #define HAVE_LIBTIFF 1 @@ -48562,10 +49818,10 @@ -{ echo "$as_me:$LINENO: checking for libjpeg6b" >&5 -echo $ECHO_N "checking for libjpeg6b... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for libjpeg6b" >&5 +$as_echo_n "checking for libjpeg6b... " >&6; } if test "${ac_cv_lib_jpeg_6b+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_save_LIBS="$LIBS" @@ -48601,26 +49857,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "ac_cv_lib_jpeg_6b=-ljpeg6b" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "ac_cv_lib_jpeg_6b=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$ac_save_LIBS" @@ -48631,16 +49891,16 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_6b" >&5 +$as_echo "$ac_cv_lib_jpeg_6b" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } -{ echo "$as_me:$LINENO: checking for libjpeg" >&5 -echo $ECHO_N "checking for libjpeg... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for libjpeg" >&5 +$as_echo_n "checking for libjpeg... " >&6; } if test "${ac_cv_lib_jpeg_normal+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_save_LIBS="$LIBS" @@ -48676,26 +49936,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "ac_cv_lib_jpeg_normal=-ljpeg" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "ac_cv_lib_jpeg_normal=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$ac_save_LIBS" @@ -48706,11 +49970,11 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_normal" >&5 +$as_echo "$ac_cv_lib_jpeg_normal" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } LIBJPEG= @@ -48730,7 +49994,7 @@ do for j in jpeglib.h; do - echo "configure: 48733: $i/$j" >&5 + echo "configure: 49997: $i/$j" >&5 if test -r "$i/$j"; then echo "taking that" >&5 jpeg_incdir=$i @@ -48749,14 +50013,14 @@ else if test -n "$jpeg_incdir" || test -n "$LIBJPEG" ; then - { echo "$as_me:$LINENO: WARNING: + { $as_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: +$as_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 @@ -48764,8 +50028,8 @@ 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;} + { $as_echo "$as_me:$LINENO: WARNING: libjpeg not found. disable JPEG support." >&5 +$as_echo "$as_me: WARNING: libjpeg not found. disable JPEG support." >&2;} fi jpeg_incdir= LIBJPEG= @@ -48778,10 +50042,10 @@ -{ echo "$as_me:$LINENO: checking for libpng" >&5 -echo $ECHO_N "checking for libpng... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for libpng" >&5 +$as_echo_n "checking for libpng... " >&6; } if test "${ac_cv_lib_png+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_save_LIBS="$LIBS" @@ -48820,27 +50084,31 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "ac_cv_lib_png='-lpng $LIBZ -lm'" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "ac_cv_lib_png=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$kde_save_LIBS" @@ -48855,11 +50123,11 @@ LIBPNG="$ac_cv_lib_png" - { echo "$as_me:$LINENO: result: $ac_cv_lib_png" >&5 -echo "${ECHO_T}$ac_cv_lib_png" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_png" >&5 +$as_echo "$ac_cv_lib_png" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } LIBPNG="" fi @@ -48878,14 +50146,14 @@ -{ echo "$as_me:$LINENO: checking for jasper" >&5 -echo $ECHO_N "checking for jasper... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for jasper" >&5 +$as_echo_n "checking for jasper... " >&6; } if test "${ac_cv_jasper+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_save_LIBS="$LIBS" -LIBS="$LIBS $all_libraries $USER_LDFLAGS -ljasper $LIBJPEG -lm" +LIBS="$LIBS $all_libraries $USER_LDFLAGS -ljasper -lm" kde_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $all_includes $USER_INCLUDES" @@ -48914,27 +50182,31 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then - eval "ac_cv_jasper='-ljasper $LIBJPEG -lm'" + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + eval "ac_cv_jasper='-ljasper -lm'" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "ac_cv_jasper=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$kde_save_LIBS" @@ -48948,11 +50220,11 @@ _ACEOF LIB_JASPER="$ac_cv_jasper" - { echo "$as_me:$LINENO: result: $ac_cv_jasper" >&5 -echo "${ECHO_T}$ac_cv_jasper" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_cv_jasper" >&5 +$as_echo "$ac_cv_jasper" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } LIB_JASPER="" fi @@ -48973,16 +50245,16 @@ if test "${ac_cv_libexr+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -z "$PKG_CONFIG"; then # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_PKG_CONFIG+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) @@ -48997,7 +50269,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -49010,39 +50282,40 @@ fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then - { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 -echo "${ECHO_T}$PKG_CONFIG" >&6; } + { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 +$as_echo "$PKG_CONFIG" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi fi - { echo "$as_me:$LINENO: checking for OpenEXR libraries" >&5 -echo $ECHO_N "checking for OpenEXR libraries... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for OpenEXR libraries" >&5 +$as_echo_n "checking for OpenEXR libraries... " >&6; } if test "$PKG_CONFIG" = "no" ; then - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } 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 if ! $PKG_CONFIG --exists OpenEXR ; then - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } EXRSTATUS=no else if ! $PKG_CONFIG --atleast-version="1.1.1" OpenEXR ; then - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } EXRSTATUS=old else kde_save_LIBS="$LIBS" - LIBS="$LIBS $all_libraries $USER_LDFLAGS `pkg-config --libs OpenEXR` $LIBZ" + kde_libexr_libs="`pkg-config --libs OpenEXR | sed -e 's/-lImath//' -e 's/-lIex//' -e 's/-lz//'`" + LIBS="$LIBS $all_libraries $USER_LDFLAGS $kde_libexr_libs" ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' @@ -49084,27 +50357,31 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then - eval "ac_cv_libexr='`pkg-config --libs OpenEXR`'" + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + eval "ac_cv_libexr='$kde_libexr_libs'" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "ac_cv_libexr=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$kde_save_LIBS" @@ -49123,12 +50400,12 @@ #define HAVE_EXR 1 _ACEOF - LIB_EXR="$ac_cv_libexr" - { echo "$as_me:$LINENO: result: $ac_cv_libexr" >&5 -echo "${ECHO_T}$ac_cv_libexr" >&6; } + LIB_EXR="$kde_libexr_libs" + { $as_echo "$as_me:$LINENO: result: $ac_cv_libexr" >&5 +$as_echo "$ac_cv_libexr" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } LIB_EXR="" fi fi @@ -49175,10 +50452,10 @@ ;; esac -{ echo "$as_me:$LINENO: checking for XftInit in -lqt-mt" >&5 -echo $ECHO_N "checking for XftInit in -lqt-mt... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for XftInit in -lqt-mt" >&5 +$as_echo_n "checking for XftInit in -lqt-mt... " >&6; } if test "${ac_cv_lib_qt_mt_XftInit+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lqt-mt $LIBS" @@ -49210,33 +50487,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_qt_mt_XftInit=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_qt_mt_XftInit=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_qt_mt_XftInit" >&5 -echo "${ECHO_T}$ac_cv_lib_qt_mt_XftInit" >&6; } -if test $ac_cv_lib_qt_mt_XftInit = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_qt_mt_XftInit" >&5 +$as_echo "$ac_cv_lib_qt_mt_XftInit" >&6; } +if test "x$ac_cv_lib_qt_mt_XftInit" = x""yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBQT_MT 1 _ACEOF @@ -49252,15 +50533,15 @@ - { echo "$as_me:$LINENO: checking for fontconfig-config" >&5 -echo $ECHO_N "checking for fontconfig-config... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for fontconfig-config" >&5 +$as_echo_n "checking for fontconfig-config... " >&6; } if test -n "$FONTCONFIG_CONFIG"; then kde_cv_path="$FONTCONFIG_CONFIG"; else kde_cache=`echo fontconfig-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -49302,18 +50583,18 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } - { echo "$as_me:$LINENO: checking for pkg-config" >&5 -echo $ECHO_N "checking for pkg-config... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for pkg-config" >&5 +$as_echo_n "checking for pkg-config... " >&6; } if test -n "$PKGCONFIG"; then kde_cv_path="$PKGCONFIG"; else kde_cache=`echo pkg-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -49355,22 +50636,22 @@ 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;} + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } + { $as_echo "$as_me:$LINENO: WARNING: Could not find neither pkg-config nor fontconfig-config, check http://www.fontconfig.org/ " >&5 +$as_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; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$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; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$kde_cv_path" >&6; } FONTCONFIG_CONFIG=$kde_cv_path fi @@ -49395,15 +50676,15 @@ fi - { echo "$as_me:$LINENO: checking for freetype-config" >&5 -echo $ECHO_N "checking for freetype-config... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for freetype-config" >&5 +$as_echo_n "checking for freetype-config... " >&6; } if test -n "$KDEINIT_FREETYPE_CONFIG"; then kde_cv_path="$KDEINIT_FREETYPE_CONFIG"; else kde_cache=`echo freetype-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -49445,12 +50726,12 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } else - { echo "$as_me:$LINENO: result: $kde_cv_path" >&5 -echo "${ECHO_T}$kde_cv_path" >&6; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$kde_cv_path" >&6; } KDEINIT_FREETYPE_CONFIG=$kde_cv_path fi @@ -49473,17 +50754,17 @@ if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then - { echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5 -echo $ECHO_N "checking for X11/Xft/Xft.h... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5 +$as_echo_n "checking for X11/Xft/Xft.h... " >&6; } if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xft_Xft_h" >&5 -echo "${ECHO_T}$ac_cv_header_X11_Xft_Xft_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xft_Xft_h" >&5 +$as_echo "$ac_cv_header_X11_Xft_Xft_h" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking X11/Xft/Xft.h usability" >&5 -echo $ECHO_N "checking X11/Xft/Xft.h usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking X11/Xft/Xft.h usability" >&5 +$as_echo_n "checking X11/Xft/Xft.h usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -49499,32 +50780,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking X11/Xft/Xft.h presence" >&5 -echo $ECHO_N "checking X11/Xft/Xft.h presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking X11/Xft/Xft.h presence" >&5 +$as_echo_n "checking X11/Xft/Xft.h presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -49538,66 +50820,67 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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: X11/Xft/Xft.h: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: X11/Xft/Xft.h: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: X11/Xft/Xft.h: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: X11/Xft/Xft.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: X11/Xft/Xft.h: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: present but cannot be compiled" >&5 -echo "$as_me: WARNING: X11/Xft/Xft.h: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: X11/Xft/Xft.h: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: X11/Xft/Xft.h: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: X11/Xft/Xft.h: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: X11/Xft/Xft.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: X11/Xft/Xft.h: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: X11/Xft/Xft.h: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: X11/Xft/Xft.h: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: X11/Xft/Xft.h: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: X11/Xft/Xft.h: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: X11/Xft/Xft.h: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: X11/Xft/Xft.h: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5 -echo $ECHO_N "checking for X11/Xft/Xft.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5 +$as_echo_n "checking for X11/Xft/Xft.h... " >&6; } if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_header_X11_Xft_Xft_h=$ac_header_preproc fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xft_Xft_h" >&5 -echo "${ECHO_T}$ac_cv_header_X11_Xft_Xft_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xft_Xft_h" >&5 +$as_echo "$ac_cv_header_X11_Xft_Xft_h" >&6; } fi -if test $ac_cv_header_X11_Xft_Xft_h = yes; then +if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then : else KDEINIT_USE_XFT= @@ -49633,13 +50916,13 @@ fi -{ echo "$as_me:$LINENO: checking whether to make kdeinit setuid root in order to protect it from bad Linux OOM-killer" >&5 -echo $ECHO_N "checking whether to make kdeinit setuid root in order to protect it from bad Linux OOM-killer... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether to make kdeinit setuid root in order to protect it from bad Linux OOM-killer" >&5 +$as_echo_n "checking whether to make kdeinit setuid root in order to protect it from bad Linux OOM-killer... " >&6; } kdeinit_setuid= case $target_os in linux*) - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } KDEINIT_SETUID=1 cat >>confdefs.h <<\_ACEOF @@ -49647,8 +50930,8 @@ _ACEOF ;; - *) { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + *) { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } KDEINIT_SETUID=0 ;; esac @@ -49682,10 +50965,10 @@ test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS" ;; esac - { echo "$as_me:$LINENO: checking for FAMOpen in -lfam" >&5 -echo $ECHO_N "checking for FAMOpen in -lfam... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for FAMOpen in -lfam" >&5 +$as_echo_n "checking for FAMOpen in -lfam... " >&6; } if test "${ac_cv_lib_fam_FAMOpen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lfam $LIBS" @@ -49717,33 +51000,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_fam_FAMOpen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_fam_FAMOpen=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_fam_FAMOpen" >&5 -echo "${ECHO_T}$ac_cv_lib_fam_FAMOpen" >&6; } -if test $ac_cv_lib_fam_FAMOpen = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_fam_FAMOpen" >&5 +$as_echo "$ac_cv_lib_fam_FAMOpen" >&6; } +if test "x$ac_cv_lib_fam_FAMOpen" = x""yes; then LIBFAM="-lfam"; kde_have_fam=yes else kde_have_fam=no @@ -49770,10 +51057,10 @@ -{ echo "$as_me:$LINENO: checking for libz" >&5 -echo $ECHO_N "checking for libz... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for libz" >&5 +$as_echo_n "checking for libz... " >&6; } if test "${ac_cv_lib_z+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_save_LIBS="$LIBS" @@ -49811,26 +51098,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "ac_cv_lib_z='-lz'" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "ac_cv_lib_z=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$kde_save_LIBS" @@ -49844,15 +51135,15 @@ _ACEOF LIBZ="$ac_cv_lib_z" - { echo "$as_me:$LINENO: result: $ac_cv_lib_z" >&5 -echo "${ECHO_T}$ac_cv_lib_z" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z" >&5 +$as_echo "$ac_cv_lib_z" >&6; } else - { { echo "$as_me:$LINENO: error: not found. + { { $as_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. +$as_echo "$as_me: error: not found. Possibly configure picks up an outdated version installed by XFree86. Remove it from your system. @@ -49871,20 +51162,21 @@ for ac_header in sys/mnttab.h sys/mntent.h mntent.h fstab.h sys/ucred.h sys/mount.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -49900,32 +51192,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -49939,69 +51232,73 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -50012,11 +51309,11 @@ for ac_func in setmntent getmntinfo 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -50069,35 +51366,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -50108,10 +51412,10 @@ kde_have_volmgt=yes -{ echo "$as_me:$LINENO: checking for volmgt_running in -lvolmgt" >&5 -echo $ECHO_N "checking for volmgt_running in -lvolmgt... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for volmgt_running in -lvolmgt" >&5 +$as_echo_n "checking for volmgt_running in -lvolmgt... " >&6; } if test "${ac_cv_lib_volmgt_volmgt_running+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lvolmgt $LIBS" @@ -50143,33 +51447,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_volmgt_volmgt_running=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_volmgt_volmgt_running=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_volmgt_volmgt_running" >&5 -echo "${ECHO_T}$ac_cv_lib_volmgt_volmgt_running" >&6; } -if test $ac_cv_lib_volmgt_volmgt_running = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_volmgt_volmgt_running" >&5 +$as_echo "$ac_cv_lib_volmgt_volmgt_running" >&6; } +if test "x$ac_cv_lib_volmgt_volmgt_running" = x""yes; then LIBVOLMGT=-lvolmgt else kde_have_volmgt=no @@ -50191,10 +51499,10 @@ fi -{ echo "$as_me:$LINENO: checking if you need GNU extensions" >&5 -echo $ECHO_N "checking if you need GNU extensions... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if you need GNU extensions" >&5 +$as_echo_n "checking if you need GNU extensions... " >&6; } if test "${ac_cv_gnu_extensions+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat > conftest.c << EOF @@ -50216,8 +51524,8 @@ fi -{ echo "$as_me:$LINENO: result: $ac_cv_gnu_extensions" >&5 -echo "${ECHO_T}$ac_cv_gnu_extensions" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_gnu_extensions" >&5 +$as_echo "$ac_cv_gnu_extensions" >&6; } if test "$ac_cv_gnu_extensions" = "yes"; then cat >>confdefs.h <<_ACEOF @@ -50228,10 +51536,10 @@ if test "x$kde_enable_dnotify" = "xyes"; then - { echo "$as_me:$LINENO: checking for Linux Directory Notification" >&5 -echo $ECHO_N "checking for Linux Directory Notification... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for Linux Directory Notification" >&5 +$as_echo_n "checking for Linux Directory Notification... " >&6; } if test "${kde_cv_have_dnotify+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_have_dnotify=no @@ -50277,20 +51585,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_have_dnotify=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -50314,11 +51623,11 @@ #define HAVE_DNOTIFY 1 _ACEOF - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi fi @@ -50331,10 +51640,10 @@ fi -{ echo "$as_me:$LINENO: checking if you need GNU extensions" >&5 -echo $ECHO_N "checking if you need GNU extensions... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if you need GNU extensions" >&5 +$as_echo_n "checking if you need GNU extensions... " >&6; } if test "${ac_cv_gnu_extensions+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat > conftest.c << EOF @@ -50356,8 +51665,8 @@ fi -{ echo "$as_me:$LINENO: result: $ac_cv_gnu_extensions" >&5 -echo "${ECHO_T}$ac_cv_gnu_extensions" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_gnu_extensions" >&5 +$as_echo "$ac_cv_gnu_extensions" >&6; } if test "$ac_cv_gnu_extensions" = "yes"; then cat >>confdefs.h <<_ACEOF @@ -50368,10 +51677,10 @@ if test "x$kde_enable_inotify" = "xyes"; then - { echo "$as_me:$LINENO: checking for Linux Inotify Notification" >&5 -echo $ECHO_N "checking for Linux Inotify Notification... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for Linux Inotify Notification" >&5 +$as_echo_n "checking for Linux Inotify Notification... " >&6; } if test "${kde_cv_have_inotify+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_have_inotify=no @@ -50416,20 +51725,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_cv_have_inotify=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_cv_have_inotify=no @@ -50453,11 +51763,11 @@ #define HAVE_INOTIFY 1 _ACEOF - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi fi @@ -50487,11 +51797,11 @@ if test $want_ssl = yes; then -{ echo "$as_me:$LINENO: checking for OpenSSL" >&5 -echo $ECHO_N "checking for OpenSSL... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for OpenSSL" >&5 +$as_echo_n "checking for OpenSSL... " >&6; } if test "${ac_cv_have_ssl+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else #try to guess OpenSSL locations @@ -50503,7 +51813,7 @@ do for j in openssl/ssl.h; do - echo "configure: 50506: $i/$j" >&5 + echo "configure: 51816: $i/$j" >&5 if test -r "$i/$j"; then echo "taking that" >&5 ssl_incdir=$i @@ -50555,28 +51865,32 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_ssl_rsaref="yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_ssl_rsaref="no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext @@ -50595,28 +51909,28 @@ eval "$ac_cv_have_ssl" - { echo "$as_me:$LINENO: result: libraries $ac_ssl_libraries, headers $ac_ssl_includes" >&5 -echo "${ECHO_T}libraries $ac_ssl_libraries, headers $ac_ssl_includes" >&6; } + { $as_echo "$as_me:$LINENO: result: libraries $ac_ssl_libraries, headers $ac_ssl_includes" >&5 +$as_echo "libraries $ac_ssl_libraries, headers $ac_ssl_includes" >&6; } - { echo "$as_me:$LINENO: checking whether OpenSSL uses rsaref" >&5 -echo $ECHO_N "checking whether OpenSSL uses rsaref... $ECHO_C" >&6; } - { echo "$as_me:$LINENO: result: $ac_ssl_rsaref" >&5 -echo "${ECHO_T}$ac_ssl_rsaref" >&6; } - - { echo "$as_me:$LINENO: checking for easter eggs" >&5 -echo $ECHO_N "checking for easter eggs... $ECHO_C" >&6; } - { echo "$as_me:$LINENO: result: none found" >&5 -echo "${ECHO_T}none found" >&6; } + { $as_echo "$as_me:$LINENO: checking whether OpenSSL uses rsaref" >&5 +$as_echo_n "checking whether OpenSSL uses rsaref... " >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_ssl_rsaref" >&5 +$as_echo "$ac_ssl_rsaref" >&6; } + + { $as_echo "$as_me:$LINENO: checking for easter eggs" >&5 +$as_echo_n "checking for easter eggs... " >&6; } + { $as_echo "$as_me:$LINENO: result: none found" >&5 +$as_echo "none found" >&6; } else have_ssl=no fi if test "$have_ssl" = yes; then - { echo "$as_me:$LINENO: checking for OpenSSL version" >&5 -echo $ECHO_N "checking for OpenSSL version... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for OpenSSL version" >&5 +$as_echo_n "checking for OpenSSL version... " >&6; } if test "${ac_cv_ssl_version+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else @@ -50645,37 +51959,37 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then if eval `./conftest 2>&5`; then if test $ssl_version = error; then - { { echo "$as_me:$LINENO: error: $ssl_incdir/openssl/opensslv.h doesn't define OPENSSL_VERSION_NUMBER !" >&5 -echo "$as_me: error: $ssl_incdir/openssl/opensslv.h doesn't define OPENSSL_VERSION_NUMBER !" >&2;} + { { $as_echo "$as_me:$LINENO: error: $ssl_incdir/openssl/opensslv.h doesn't define OPENSSL_VERSION_NUMBER !" >&5 +$as_echo "$as_me: error: $ssl_incdir/openssl/opensslv.h doesn't define OPENSSL_VERSION_NUMBER !" >&2;} { (exit 1); exit 1; }; } else if test $ssl_version = old; then - { echo "$as_me:$LINENO: WARNING: OpenSSL version too old. Upgrade to 0.9.6 at least, see http://www.openssl.org. SSL support disabled." >&5 -echo "$as_me: WARNING: OpenSSL version too old. Upgrade to 0.9.6 at least, see http://www.openssl.org. SSL support disabled." >&2;} + { $as_echo "$as_me:$LINENO: WARNING: OpenSSL version too old. Upgrade to 0.9.6 at least, see http://www.openssl.org. SSL support disabled." >&5 +$as_echo "$as_me: WARNING: OpenSSL version too old. Upgrade to 0.9.6 at least, see http://www.openssl.org. SSL support disabled." >&2;} have_ssl=no fi fi ac_cv_ssl_version="ssl_version=$ssl_version" else - { { echo "$as_me:$LINENO: error: Your system couldn't run a small SSL test program. + { { $as_echo "$as_me:$LINENO: 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 , attaching your config.log" >&5 -echo "$as_me: error: Your system couldn't run a small SSL test program. +$as_echo "$as_me: 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 , attaching your config.log" >&2;} { (exit 1); exit 1; }; } fi else - { { echo "$as_me:$LINENO: error: Your system couldn't link a small SSL test program. + { { $as_echo "$as_me:$LINENO: 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 , attaching your config.log" >&5 -echo "$as_me: error: Your system couldn't link a small SSL test program. +$as_echo "$as_me: 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 , attaching your config.log" >&2;} { (exit 1); exit 1; }; } @@ -50687,8 +52001,8 @@ eval "$ac_cv_ssl_version" - { echo "$as_me:$LINENO: result: $ssl_version" >&5 -echo "${ECHO_T}$ssl_version" >&6; } + { $as_echo "$as_me:$LINENO: result: $ssl_version" >&5 +$as_echo "$ssl_version" >&6; } fi if test "$have_ssl" != yes; then @@ -50751,18 +52065,20 @@ ac_config_headers="$ac_config_headers kio/kssl/ksslconfig.h" -{ echo "$as_me:$LINENO: checking for setgroups with short argument" >&5 -echo $ECHO_N "checking for setgroups with short argument... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for setgroups with short argument" >&5 +$as_echo_n "checking for setgroups with short argument... " >&6; } if test "${kde_cv_shortsetgroups+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling See \`config.log' for more details." >&5 -echo "$as_me: error: cannot run test program while cross compiling +$as_echo "$as_me: error: cannot run test program while cross compiling See \`config.log' for more details." >&2;} - { (exit 1); exit 1; }; } + { (exit 1); exit 1; }; }; } else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -50792,29 +52108,32 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then kde_cv_shortsetgroups="yes" else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) kde_cv_shortsetgroups="no" fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi @@ -50822,8 +52141,8 @@ fi -{ echo "$as_me:$LINENO: result: $kde_cv_shortsetgroups" >&5 -echo "${ECHO_T}$kde_cv_shortsetgroups" >&6; } +{ $as_echo "$as_me:$LINENO: result: $kde_cv_shortsetgroups" >&5 +$as_echo "$kde_cv_shortsetgroups" >&6; } if test "$kde_cv_shortsetgroups" = "yes"; then cat >>confdefs.h <<\_ACEOF @@ -50836,20 +52155,21 @@ for ac_header in arpa/nameser8_compat.h sys/param.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -50865,32 +52185,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -50904,69 +52225,73 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -51009,11 +52334,11 @@ for ac_func in setfsent 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -51066,35 +52391,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -51107,8 +52439,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ echo "$as_me:$LINENO: checking whether to enable GSSAPI support" >&5 -echo $ECHO_N "checking whether to enable GSSAPI support... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether to enable GSSAPI support" >&5 +$as_echo_n "checking whether to enable GSSAPI support... " >&6; } # Check whether --with-gssapi was given. if test "${with_gssapi+set}" = set; then @@ -51125,15 +52457,15 @@ if test "x$with_gssapi" = "xCHECK" ; then with_gssapi=NOTFOUND - { echo "$as_me:$LINENO: checking for krb5-config" >&5 -echo $ECHO_N "checking for krb5-config... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for krb5-config" >&5 +$as_echo_n "checking for krb5-config... " >&6; } if test -n "$KRB5_CONFIG"; then kde_cv_path="$KRB5_CONFIG"; else kde_cache=`echo krb5-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -51175,15 +52507,15 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } - { echo "$as_me:$LINENO: WARNING: Could not find krb5-config" >&5 -echo "$as_me: WARNING: Could not find krb5-config" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: Could not find krb5-config" >&5 +$as_echo "$as_me: WARNING: Could not find krb5-config" >&2;} else - { echo "$as_me:$LINENO: result: $kde_cv_path" >&5 -echo "${ECHO_T}$kde_cv_path" >&6; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$kde_cv_path" >&6; } KRB5_CONFIG=$kde_cv_path fi @@ -51222,7 +52554,7 @@ do for j in gssapi.h; do - echo "configure: 51225: $i/$j" >&5 + echo "configure: 52557: $i/$j" >&5 if test -r "$i/$j"; then echo "taking that" >&5 gssapi_incdir=$i @@ -51244,7 +52576,7 @@ do for j in libgssapi.$ext; do - echo "configure: 51247: $i/$j" >&5 + echo "configure: 52579: $i/$j" >&5 if test -r "$i/$j"; then echo "taking that" >&5 gssapi_libdir=$i @@ -51269,8 +52601,8 @@ fi case "$with_gssapi" in -no) { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } ;; +no) { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } ;; framework) GSSAPI_LIBS="-Xlinker -framework -Xlinker Kerberos" @@ -51279,11 +52611,11 @@ _ACEOF GSSAPI_SUBDIR="gssapi" - { echo "$as_me:$LINENO: result: Apple framework" >&5 -echo "${ECHO_T}Apple framework" >&6; } + { $as_echo "$as_me:$LINENO: result: Apple framework" >&5 +$as_echo "Apple framework" >&6; } ;; -NOTFOUND) { echo "$as_me:$LINENO: result: searched but not found" >&5 -echo "${ECHO_T}searched but not found" >&6; } ;; +NOTFOUND) { $as_echo "$as_me:$LINENO: result: searched but not found" >&5 +$as_echo "searched but not found" >&6; } ;; *) if test "x$with_gssapi" = "xFOUND" ; then msg="incs=$gssapi_incdir libs=$gssapi_libdir" @@ -51317,8 +52649,8 @@ #define HAVE_LIBGSSAPI 1 _ACEOF - { echo "$as_me:$LINENO: result: $msg" >&5 -echo "${ECHO_T}$msg" >&6; } + { $as_echo "$as_me:$LINENO: result: $msg" >&5 +$as_echo "$msg" >&6; } ;; esac @@ -51331,20 +52663,21 @@ for ac_header in ieeefp.h float.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -51360,32 +52693,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -51399,79 +52733,83 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done -{ echo "$as_me:$LINENO: checking for finite in -lm" >&5 -echo $ECHO_N "checking for finite in -lm... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for finite in -lm" >&5 +$as_echo_n "checking for finite in -lm... " >&6; } if test "${ac_cv_lib_m_finite+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lm $LIBS" @@ -51503,33 +52841,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_m_finite=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_m_finite=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_m_finite" >&5 -echo "${ECHO_T}$ac_cv_lib_m_finite" >&6; } -if test $ac_cv_lib_m_finite = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_finite" >&5 +$as_echo "$ac_cv_lib_m_finite" >&6; } +if test "x$ac_cv_lib_m_finite" = x""yes; then cat >>confdefs.h <<_ACEOF @@ -51539,10 +52881,10 @@ fi -{ echo "$as_me:$LINENO: checking for _finite in -lm" >&5 -echo $ECHO_N "checking for _finite in -lm... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for _finite in -lm" >&5 +$as_echo_n "checking for _finite in -lm... " >&6; } if test "${ac_cv_lib_m__finite+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lm $LIBS" @@ -51574,33 +52916,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_m__finite=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_m__finite=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_m__finite" >&5 -echo "${ECHO_T}$ac_cv_lib_m__finite" >&6; } -if test $ac_cv_lib_m__finite = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m__finite" >&5 +$as_echo "$ac_cv_lib_m__finite" >&6; } +if test "x$ac_cv_lib_m__finite" = x""yes; then cat >>confdefs.h <<_ACEOF @@ -51617,8 +52963,8 @@ ac_save_libs="$LIBS" LIBS="-lm" - { echo "$as_me:$LINENO: checking for isnan with " >&5 -echo $ECHO_N "checking for isnan with ... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for isnan with " >&5 +$as_echo_n "checking for isnan with ... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -51641,34 +52987,38 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } cat >>confdefs.h <<\_ACEOF #define HAVE_FUNC_ISNAN 1 _ACEOF else - echo "$as_me: failed program was:" >&5 + $as_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; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$ac_save_libs" @@ -51676,8 +53026,8 @@ ac_save_libs="$LIBS" LIBS="-lm" - { echo "$as_me:$LINENO: checking for isinf with " >&5 -echo $ECHO_N "checking for isinf with ... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for isinf with " >&5 +$as_echo_n "checking for isinf with ... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -51700,34 +53050,38 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } cat >>confdefs.h <<\_ACEOF #define HAVE_FUNC_ISINF 1 _ACEOF else - echo "$as_me: failed program was:" >&5 + $as_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; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$ac_save_libs" @@ -51746,15 +53100,15 @@ if test "$with_pcre" = "yes"; then - { echo "$as_me:$LINENO: checking for pcre-config" >&5 -echo $ECHO_N "checking for pcre-config... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for pcre-config" >&5 +$as_echo_n "checking for pcre-config... " >&6; } if test -n "$PCRE_CONFIG"; then kde_cv_path="$PCRE_CONFIG"; else kde_cache=`echo pcre-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else kde_cv_path="NONE" @@ -51796,25 +53150,25 @@ 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; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } PCRE_CONFIG="" else - { echo "$as_me:$LINENO: result: $kde_cv_path" >&5 -echo "${ECHO_T}$kde_cv_path" >&6; } + { $as_echo "$as_me:$LINENO: result: $kde_cv_path" >&5 +$as_echo "$kde_cv_path" >&6; } PCRE_CONFIG=$kde_cv_path fi if test -n "$PCRE_CONFIG" && $PCRE_CONFIG --libs >/dev/null 2>&1; then - LIBPCRE=`$PCRE_CONFIG --libs-posix | sed -e "s,-L/usr/lib ,,"` + LIBPCRE=`$PCRE_CONFIG --libs-posix | sed -e "s,-L/usr/lib ,," -e "s,\b-.\+pcreposix^[:space:]*\b,,"` PCRECFLAGS=`$PCRE_CONFIG --cflags` else - LIBPCRE="-lpcre -lpcreposix" + LIBPCRE="-lpcre" PCRECFLAGS= fi if test "${ac_cv_have_pcreposix+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_save_libs="$LIBS" @@ -51844,27 +53198,31 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_have_pcreposix="yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_pcreposix="no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$ac_save_libs" @@ -51880,12 +53238,12 @@ _ACEOF else - { { echo "$as_me:$LINENO: error: You're missing libpcre. + { { $as_echo "$as_me:$LINENO: error: You're missing libpcre. Download libpcre from http://www.pcre.org or find a binary package for your platform. Alternatively, you can specify --disable-pcre, but some web pages - using regular expressions in Javascript code - will not work correctly, the regexp support being quite limited if libpcre isn't present." >&5 -echo "$as_me: error: You're missing libpcre. +$as_echo "$as_me: error: You're missing libpcre. Download libpcre from http://www.pcre.org or find a binary package for your platform. Alternatively, you can specify --disable-pcre, but some web pages - using regular expressions in Javascript code - will not work correctly, the regexp support being @@ -51926,10 +53284,10 @@ test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS" ;; esac - { echo "$as_me:$LINENO: checking for new_aspell_config in -laspell" >&5 -echo $ECHO_N "checking for new_aspell_config in -laspell... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for new_aspell_config in -laspell" >&5 +$as_echo_n "checking for new_aspell_config in -laspell... " >&6; } if test "${ac_cv_lib_aspell_new_aspell_config+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-laspell $LIBS" @@ -51961,33 +53319,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_aspell_new_aspell_config=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_aspell_new_aspell_config=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_aspell_new_aspell_config" >&5 -echo "${ECHO_T}$ac_cv_lib_aspell_new_aspell_config" >&6; } -if test $ac_cv_lib_aspell_new_aspell_config = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_aspell_new_aspell_config" >&5 +$as_echo "$ac_cv_lib_aspell_new_aspell_config" >&6; } +if test "x$ac_cv_lib_aspell_new_aspell_config" = x""yes; then LIBASPELL="-laspell" fi @@ -52008,17 +53370,17 @@ if test "${ac_cv_header_aspell_h+set}" = set; then - { echo "$as_me:$LINENO: checking for aspell.h" >&5 -echo $ECHO_N "checking for aspell.h... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for aspell.h" >&5 +$as_echo_n "checking for aspell.h... " >&6; } if test "${ac_cv_header_aspell_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_aspell_h" >&5 -echo "${ECHO_T}$ac_cv_header_aspell_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_aspell_h" >&5 +$as_echo "$ac_cv_header_aspell_h" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking aspell.h usability" >&5 -echo $ECHO_N "checking aspell.h usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking aspell.h usability" >&5 +$as_echo_n "checking aspell.h usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -52034,32 +53396,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking aspell.h presence" >&5 -echo $ECHO_N "checking aspell.h presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking aspell.h presence" >&5 +$as_echo_n "checking aspell.h presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -52073,63 +53436,64 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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: aspell.h: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: aspell.h: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: aspell.h: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: aspell.h: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: aspell.h: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: aspell.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: aspell.h: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: aspell.h: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: aspell.h: present but cannot be compiled" >&5 -echo "$as_me: WARNING: aspell.h: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: aspell.h: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: aspell.h: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: aspell.h: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: aspell.h: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: aspell.h: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: aspell.h: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: aspell.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: aspell.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: aspell.h: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: aspell.h: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: aspell.h: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: aspell.h: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: aspell.h: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: aspell.h: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: aspell.h: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: aspell.h: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: aspell.h: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: aspell.h: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: aspell.h: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: aspell.h: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: aspell.h: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: aspell.h: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for aspell.h" >&5 -echo $ECHO_N "checking for aspell.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for aspell.h" >&5 +$as_echo_n "checking for aspell.h... " >&6; } if test "${ac_cv_header_aspell_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_header_aspell_h=$ac_header_preproc fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_aspell_h" >&5 -echo "${ECHO_T}$ac_cv_header_aspell_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_aspell_h" >&5 +$as_echo "$ac_cv_header_aspell_h" >&6; } fi @@ -52202,10 +53566,10 @@ test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS" ;; esac - { echo "$as_me:$LINENO: checking for hspell_check_word in -lhspell" >&5 -echo $ECHO_N "checking for hspell_check_word in -lhspell... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for hspell_check_word in -lhspell" >&5 +$as_echo_n "checking for hspell_check_word in -lhspell... " >&6; } if test "${ac_cv_lib_hspell_hspell_check_word+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lhspell -lz $LIBS" @@ -52237,33 +53601,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_hspell_hspell_check_word=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_hspell_hspell_check_word=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_hspell_hspell_check_word" >&5 -echo "${ECHO_T}$ac_cv_lib_hspell_hspell_check_word" >&6; } -if test $ac_cv_lib_hspell_hspell_check_word = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_hspell_hspell_check_word" >&5 +$as_echo "$ac_cv_lib_hspell_hspell_check_word" >&6; } +if test "x$ac_cv_lib_hspell_hspell_check_word" = x""yes; then LIBHSPELL="-lhspell" fi @@ -52284,17 +53652,17 @@ if test "${ac_cv_header_hspell_h+set}" = set; then - { echo "$as_me:$LINENO: checking for hspell.h" >&5 -echo $ECHO_N "checking for hspell.h... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for hspell.h" >&5 +$as_echo_n "checking for hspell.h... " >&6; } if test "${ac_cv_header_hspell_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_hspell_h" >&5 -echo "${ECHO_T}$ac_cv_header_hspell_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_hspell_h" >&5 +$as_echo "$ac_cv_header_hspell_h" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking hspell.h usability" >&5 -echo $ECHO_N "checking hspell.h usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking hspell.h usability" >&5 +$as_echo_n "checking hspell.h usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -52310,32 +53678,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking hspell.h presence" >&5 -echo $ECHO_N "checking hspell.h presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking hspell.h presence" >&5 +$as_echo_n "checking hspell.h presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -52349,63 +53718,64 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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: hspell.h: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: hspell.h: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: hspell.h: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: hspell.h: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: hspell.h: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: hspell.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: hspell.h: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: hspell.h: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: hspell.h: present but cannot be compiled" >&5 -echo "$as_me: WARNING: hspell.h: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: hspell.h: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: hspell.h: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: hspell.h: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: hspell.h: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: hspell.h: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: hspell.h: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: hspell.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: hspell.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: hspell.h: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: hspell.h: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: hspell.h: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: hspell.h: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: hspell.h: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: hspell.h: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: hspell.h: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: hspell.h: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: hspell.h: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: hspell.h: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: hspell.h: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: hspell.h: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: hspell.h: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: hspell.h: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for hspell.h" >&5 -echo $ECHO_N "checking for hspell.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for hspell.h" >&5 +$as_echo_n "checking for hspell.h... " >&6; } if test "${ac_cv_header_hspell_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_header_hspell_h=$ac_header_preproc fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_hspell_h" >&5 -echo "${ECHO_T}$ac_cv_header_hspell_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_hspell_h" >&5 +$as_echo "$ac_cv_header_hspell_h" >&6; } fi @@ -52485,20 +53855,21 @@ for ac_header in sys/soundcard.h machine/soundcard.h linux/awe_voice.h awe_voice.h /usr/src/sys/i386/isa/sound/awe_voice.h /usr/src/sys/gnu/i386/isa/sound/awe_voice.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -52514,32 +53885,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -52553,69 +53925,73 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -52643,20 +54019,21 @@ for ac_header in sys/asoundlib.h alsa/asoundlib.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -52672,32 +54049,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -52711,69 +54089,73 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF kde_has_asoundlib=yes @@ -52826,20 +54208,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_has_alsa_0_9=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_has_alsa_0_9=no @@ -52884,20 +54267,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then kde_has_alsa_0_5=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 kde_has_alsa_0_5=no @@ -52913,10 +54297,10 @@ if test "x$kde_has_asoundlib" = "xyes"; then - { echo "$as_me:$LINENO: checking for snd_seq_create_simple_port in -lasound" >&5 -echo $ECHO_N "checking for snd_seq_create_simple_port in -lasound... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for snd_seq_create_simple_port in -lasound" >&5 +$as_echo_n "checking for snd_seq_create_simple_port in -lasound... " >&6; } if test "${ac_cv_lib_asound_snd_seq_create_simple_port+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lasound $LIBS" @@ -52948,33 +54332,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_asound_snd_seq_create_simple_port=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_asound_snd_seq_create_simple_port=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_seq_create_simple_port" >&5 -echo "${ECHO_T}$ac_cv_lib_asound_snd_seq_create_simple_port" >&6; } -if test $ac_cv_lib_asound_snd_seq_create_simple_port = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_seq_create_simple_port" >&5 +$as_echo "$ac_cv_lib_asound_snd_seq_create_simple_port" >&6; } +if test "x$ac_cv_lib_asound_snd_seq_create_simple_port" = x""yes; then if test "x$kde_has_alsa_0_5" = "xyes"; then LIBASOUND="-lasound" @@ -52991,10 +54379,10 @@ #define HAVE_LIBASOUND2 1 _ACEOF - { echo "$as_me:$LINENO: checking for snd_pcm_resume in -lasound" >&5 -echo $ECHO_N "checking for snd_pcm_resume in -lasound... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for snd_pcm_resume in -lasound" >&5 +$as_echo_n "checking for snd_pcm_resume in -lasound... " >&6; } if test "${ac_cv_lib_asound_snd_pcm_resume+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lasound $LIBS" @@ -53026,33 +54414,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_asound_snd_pcm_resume=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_asound_snd_pcm_resume=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_resume" >&5 -echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_resume" >&6; } -if test $ac_cv_lib_asound_snd_pcm_resume = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_resume" >&5 +$as_echo "$ac_cv_lib_asound_snd_pcm_resume" >&6; } +if test "x$ac_cv_lib_asound_snd_pcm_resume" = x""yes; then cat >>confdefs.h <<\_ACEOF @@ -53106,8 +54498,8 @@ 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; } + { $as_echo "$as_me:$LINENO: checking if $i should be compiled" >&5 +$as_echo_n "checking if $i should be compiled... " >&6; } if test -d $srcdir/$i; then install_it="yes" for j in $DO_NOT_COMPILE; do @@ -53118,8 +54510,8 @@ else install_it="no" fi - { echo "$as_me:$LINENO: result: $install_it" >&5 -echo "${ECHO_T}$install_it" >&6; } + { $as_echo "$as_me:$LINENO: result: $install_it" >&5 +$as_echo "$install_it" >&6; } vari=`echo $i | sed -e 's,[-+.@],_,g'` if test $install_it = "yes"; then TOPSUBDIRS="$TOPSUBDIRS $i" @@ -53211,6 +54603,22 @@ kio_SUBDIR_included_FALSE= fi + if test "x$kded_SUBDIR_included" = xyes; then + kded_SUBDIR_included_TRUE= + kded_SUBDIR_included_FALSE='#' +else + kded_SUBDIR_included_TRUE='#' + kded_SUBDIR_included_FALSE= +fi + + if test "x$kded_post_SUBDIR_included" = xyes; then + kded_post_SUBDIR_included_TRUE= + kded_post_SUBDIR_included_FALSE='#' +else + kded_post_SUBDIR_included_TRUE='#' + kded_post_SUBDIR_included_FALSE= +fi + if test "x$arts_SUBDIR_included" = xyes; then arts_SUBDIR_included_TRUE= arts_SUBDIR_included_FALSE='#' @@ -53243,14 +54651,6 @@ kconf_update_SUBDIR_included_FALSE= fi - if test "x$kded_SUBDIR_included" = xyes; then - kded_SUBDIR_included_TRUE= - kded_SUBDIR_included_FALSE='#' -else - kded_SUBDIR_included_TRUE='#' - kded_SUBDIR_included_FALSE= -fi - if test "x$kdoctools_SUBDIR_included" = xyes; then kdoctools_SUBDIR_included_TRUE= kdoctools_SUBDIR_included_FALSE='#' @@ -53595,6 +54995,8 @@ ac_config_files="$ac_config_files kded/test/Makefile" +ac_config_files="$ac_config_files kded_post/Makefile" + ac_config_files="$ac_config_files kdefx/Makefile" ac_config_files="$ac_config_files kdeprint/Makefile" @@ -53895,11 +55297,12 @@ case $ac_val in #( *${as_nl}*) case $ac_var in #( - *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) $as_unset $ac_var ;; esac ;; esac @@ -53932,12 +55335,12 @@ 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 "$as_me:$LINENO: updating cache $cache_file" >&5 -echo "$as_me: updating cache $cache_file" >&6;} + { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} cat confcache >$cache_file else - { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 -echo "$as_me: not updating unwritable cache $cache_file" >&6;} + { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache @@ -53953,7 +55356,7 @@ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' - ac_i=`echo "$ac_i" | sed "$ac_script"` + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" @@ -53964,440 +55367,449 @@ LTLIBOBJS=$ac_ltlibobjs +if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then + { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +$as_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. + { { $as_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. +$as_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. + { { $as_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. +$as_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. + { { $as_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. +$as_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. + { { $as_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. +$as_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 "${INSTALL_LTDL_TRUE}" && test -z "${INSTALL_LTDL_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"INSTALL_LTDL\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"INSTALL_LTDL\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"INSTALL_LTDL\" was never defined. +$as_echo "$as_me: error: conditional \"INSTALL_LTDL\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${CONVENIENCE_LTDL_TRUE}" && test -z "${CONVENIENCE_LTDL_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"CONVENIENCE_LTDL\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"CONVENIENCE_LTDL\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"CONVENIENCE_LTDL\" was never defined. +$as_echo "$as_me: error: conditional \"CONVENIENCE_LTDL\" 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. + { { $as_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. +$as_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. + { { $as_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. +$as_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 "${include_VERSION_SCRIPT_TRUE}" && test -z "${include_VERSION_SCRIPT_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"include_VERSION_SCRIPT\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"include_VERSION_SCRIPT\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"include_VERSION_SCRIPT\" was never defined. -Usually this means the macro was only invoked conditionally." >&2;} - { (exit 1); exit 1; }; } -fi -if test -z "${HAVE_DNSSD_TRUE}" && test -z "${HAVE_DNSSD_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"HAVE_DNSSD\" was never defined. -Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"HAVE_DNSSD\" was never defined. +$as_echo "$as_me: error: conditional \"include_VERSION_SCRIPT\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${include_SVGICONS_TRUE}" && test -z "${include_SVGICONS_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"include_SVGICONS\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"include_SVGICONS\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"include_SVGICONS\" was never defined. +$as_echo "$as_me: error: conditional \"include_SVGICONS\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${include_cups_SUBDIR_TRUE}" && test -z "${include_cups_SUBDIR_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"include_cups_SUBDIR\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"include_cups_SUBDIR\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"include_cups_SUBDIR\" was never defined. +$as_echo "$as_me: error: conditional \"include_cups_SUBDIR\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${include_BZIP2_TRUE}" && test -z "${include_BZIP2_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"include_BZIP2\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"include_BZIP2\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"include_BZIP2\" was never defined. +$as_echo "$as_me: error: conditional \"include_BZIP2\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${DOJAVA_TRUE}" && test -z "${DOJAVA_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"DOJAVA\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"DOJAVA\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"DOJAVA\" was never defined. +$as_echo "$as_me: error: conditional \"DOJAVA\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${include_TIFF_MODULES_TRUE}" && test -z "${include_TIFF_MODULES_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"include_TIFF_MODULES\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"include_TIFF_MODULES\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"include_TIFF_MODULES\" was never defined. +$as_echo "$as_me: error: conditional \"include_TIFF_MODULES\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${include_JP2_MODULES_TRUE}" && test -z "${include_JP2_MODULES_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"include_JP2_MODULES\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"include_JP2_MODULES\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"include_JP2_MODULES\" was never defined. +$as_echo "$as_me: error: conditional \"include_JP2_MODULES\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${include_EXR_MODULES_TRUE}" && test -z "${include_EXR_MODULES_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"include_EXR_MODULES\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"include_EXR_MODULES\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"include_EXR_MODULES\" was never defined. +$as_echo "$as_me: error: conditional \"include_EXR_MODULES\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${include_bzip2_TRUE}" && test -z "${include_bzip2_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"include_bzip2\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"include_bzip2\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"include_bzip2\" was never defined. +$as_echo "$as_me: error: conditional \"include_bzip2\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${include_aspell_plugin_TRUE}" && test -z "${include_aspell_plugin_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"include_aspell_plugin\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"include_aspell_plugin\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"include_aspell_plugin\" was never defined. +$as_echo "$as_me: error: conditional \"include_aspell_plugin\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${include_hspell_plugin_TRUE}" && test -z "${include_hspell_plugin_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"include_hspell_plugin\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"include_hspell_plugin\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"include_hspell_plugin\" was never defined. +$as_echo "$as_me: error: conditional \"include_hspell_plugin\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${undefined_symbols_allowed_TRUE}" && test -z "${undefined_symbols_allowed_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"undefined_symbols_allowed\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"undefined_symbols_allowed\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"undefined_symbols_allowed\" was never defined. +$as_echo "$as_me: error: conditional \"undefined_symbols_allowed\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${dcop_SUBDIR_included_TRUE}" && test -z "${dcop_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"dcop_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"dcop_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"dcop_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"dcop_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${libltdl_SUBDIR_included_TRUE}" && test -z "${libltdl_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"libltdl_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"libltdl_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"libltdl_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"libltdl_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kdefx_SUBDIR_included_TRUE}" && test -z "${kdefx_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kdefx_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kdefx_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kdefx_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kdefx_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kdecore_SUBDIR_included_TRUE}" && test -z "${kdecore_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kdecore_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kdecore_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kdecore_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kdecore_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kunittest_SUBDIR_included_TRUE}" && test -z "${kunittest_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kunittest_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kunittest_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kunittest_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kunittest_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kdeui_SUBDIR_included_TRUE}" && test -z "${kdeui_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kdeui_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kdeui_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kdeui_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kdeui_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kdesu_SUBDIR_included_TRUE}" && test -z "${kdesu_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kdesu_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kdesu_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kdesu_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kdesu_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kjs_SUBDIR_included_TRUE}" && test -z "${kjs_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kjs_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kjs_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kjs_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kjs_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kwallet_SUBDIR_included_TRUE}" && test -z "${kwallet_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kwallet_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kwallet_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kwallet_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kwallet_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kio_SUBDIR_included_TRUE}" && test -z "${kio_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kio_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kio_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kio_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kio_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi -if test -z "${arts_SUBDIR_included_TRUE}" && test -z "${arts_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"arts_SUBDIR_included\" was never defined. +if test -z "${kded_SUBDIR_included_TRUE}" && test -z "${kded_SUBDIR_included_FALSE}"; then + { { $as_echo "$as_me:$LINENO: error: conditional \"kded_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"arts_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kded_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi -if test -z "${dnssd_SUBDIR_included_TRUE}" && test -z "${dnssd_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"dnssd_SUBDIR_included\" was never defined. +if test -z "${kded_post_SUBDIR_included_TRUE}" && test -z "${kded_post_SUBDIR_included_FALSE}"; then + { { $as_echo "$as_me:$LINENO: error: conditional \"kded_post_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"dnssd_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kded_post_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi -if test -z "${kab_SUBDIR_included_TRUE}" && test -z "${kab_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kab_SUBDIR_included\" was never defined. +if test -z "${arts_SUBDIR_included_TRUE}" && test -z "${arts_SUBDIR_included_FALSE}"; then + { { $as_echo "$as_me:$LINENO: error: conditional \"arts_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kab_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"arts_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi -if test -z "${kconf_update_SUBDIR_included_TRUE}" && test -z "${kconf_update_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kconf_update_SUBDIR_included\" was never defined. +if test -z "${dnssd_SUBDIR_included_TRUE}" && test -z "${dnssd_SUBDIR_included_FALSE}"; then + { { $as_echo "$as_me:$LINENO: error: conditional \"dnssd_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kconf_update_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"dnssd_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi -if test -z "${kded_SUBDIR_included_TRUE}" && test -z "${kded_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kded_SUBDIR_included\" was never defined. +if test -z "${kab_SUBDIR_included_TRUE}" && test -z "${kab_SUBDIR_included_FALSE}"; then + { { $as_echo "$as_me:$LINENO: error: conditional \"kab_SUBDIR_included\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +$as_echo "$as_me: error: conditional \"kab_SUBDIR_included\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${kconf_update_SUBDIR_included_TRUE}" && test -z "${kconf_update_SUBDIR_included_FALSE}"; then + { { $as_echo "$as_me:$LINENO: error: conditional \"kconf_update_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kded_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kconf_update_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kdoctools_SUBDIR_included_TRUE}" && test -z "${kdoctools_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kdoctools_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kdoctools_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kdoctools_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kdoctools_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kimgio_SUBDIR_included_TRUE}" && test -z "${kimgio_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kimgio_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kimgio_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kimgio_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kimgio_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kioslave_SUBDIR_included_TRUE}" && test -z "${kioslave_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kioslave_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kioslave_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kioslave_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kioslave_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${knewstuff_SUBDIR_included_TRUE}" && test -z "${knewstuff_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"knewstuff_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"knewstuff_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"knewstuff_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"knewstuff_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kparts_SUBDIR_included_TRUE}" && test -z "${kparts_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kparts_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kparts_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kparts_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kparts_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kresources_SUBDIR_included_TRUE}" && test -z "${kresources_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kresources_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kresources_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kresources_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kresources_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kstyles_SUBDIR_included_TRUE}" && test -z "${kstyles_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kstyles_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kstyles_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kstyles_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kstyles_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kutils_SUBDIR_included_TRUE}" && test -z "${kutils_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kutils_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kutils_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kutils_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kutils_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${libkmid_SUBDIR_included_TRUE}" && test -z "${libkmid_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"libkmid_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"libkmid_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"libkmid_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"libkmid_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${libkscreensaver_SUBDIR_included_TRUE}" && test -z "${libkscreensaver_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"libkscreensaver_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"libkscreensaver_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"libkscreensaver_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"libkscreensaver_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${licenses_SUBDIR_included_TRUE}" && test -z "${licenses_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"licenses_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"licenses_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"licenses_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"licenses_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. + { { $as_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. +$as_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. + { { $as_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. +$as_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 "${doc_SUBDIR_included_TRUE}" && test -z "${doc_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"doc_SUBDIR_included\" was never defined. + { { $as_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. +$as_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 "${kcert_SUBDIR_included_TRUE}" && test -z "${kcert_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kcert_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kcert_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kcert_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kcert_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kinit_SUBDIR_included_TRUE}" && test -z "${kinit_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kinit_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kinit_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kinit_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kinit_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kdeprint_SUBDIR_included_TRUE}" && test -z "${kdeprint_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kdeprint_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kdeprint_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kdeprint_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kdeprint_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kabc_SUBDIR_included_TRUE}" && test -z "${kabc_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kabc_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kabc_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kabc_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kabc_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kspell2_SUBDIR_included_TRUE}" && test -z "${kspell2_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kspell2_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kspell2_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kspell2_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kspell2_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kmdi_SUBDIR_included_TRUE}" && test -z "${kmdi_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kmdi_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kmdi_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kmdi_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kmdi_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kcmshell_SUBDIR_included_TRUE}" && test -z "${kcmshell_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kcmshell_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kcmshell_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kcmshell_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kcmshell_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${khtml_SUBDIR_included_TRUE}" && test -z "${khtml_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"khtml_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"khtml_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"khtml_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"khtml_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. + { { $as_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. +$as_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 "${kdewidgets_SUBDIR_included_TRUE}" && test -z "${kdewidgets_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kdewidgets_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kdewidgets_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kdewidgets_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kdewidgets_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${kate_SUBDIR_included_TRUE}" && test -z "${kate_SUBDIR_included_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"kate_SUBDIR_included\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"kate_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"kate_SUBDIR_included\" was never defined. +$as_echo "$as_me: error: conditional \"kate_SUBDIR_included\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi : ${CONFIG_STATUS=./config.status} +ac_write_fail=0 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 +{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. @@ -54410,7 +55822,7 @@ SHELL=\${CONFIG_SHELL-$SHELL} _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## @@ -54420,7 +55832,7 @@ 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 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -54442,17 +55854,45 @@ as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + # 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 + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } fi # Support unset when possible. @@ -54468,8 +55908,6 @@ # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) -as_nl=' -' IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. @@ -54492,7 +55930,7 @@ as_myself=$0 fi if test ! -f "$as_myself"; then - echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi @@ -54505,17 +55943,10 @@ 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) >/dev/null 2>&1 && $as_unset $as_var - fi -done +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && @@ -54537,7 +55968,7 @@ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X/"$0" | +$as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -54588,7 +56019,7 @@ s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || - { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { $as_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 @@ -54616,7 +56047,6 @@ *) ECHO_N='-n';; esac - if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr @@ -54629,19 +56059,22 @@ rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir - mkdir conf$$.dir + mkdir conf$$.dir 2>/dev/null fi -echo >conf$$.file -if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else as_ln_s='cp -p' -elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln + fi else as_ln_s='cp -p' fi @@ -54666,10 +56099,10 @@ as_test_x=' eval sh -c '\'' if test -d "$1"; then - test -d "$1/."; + test -d "$1/."; else case $1 in - -*)set "./$1";; + -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in ???[sx]*):;;*)false;;esac;fi @@ -54692,7 +56125,7 @@ # values after options handling. ac_log=" This file was extended by $as_me, which was -generated by GNU Autoconf 2.61. Invocation command line was +generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -54705,7 +56138,16 @@ _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" @@ -54713,22 +56155,23 @@ _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files from templates according to the current configuration. -Usage: $0 [OPTIONS] [FILE]... +Usage: $0 [OPTION]... [FILE]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit - -q, --quiet do not print progress messages + -q, --quiet, --silent + 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 + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE Configuration files: $config_files @@ -54742,13 +56185,13 @@ Report bugs to ." _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ config.status -configured by $0, generated by GNU Autoconf 2.61, - with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" +configured by $0, generated by GNU Autoconf 2.63, + with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" -Copyright (C) 2006 Free Software Foundation, Inc. +Copyright (C) 2008 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." @@ -54756,11 +56199,12 @@ srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk _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. +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do @@ -54782,30 +56226,36 @@ -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) - echo "$ac_cs_version"; exit ;; + $as_echo "$ac_cs_version"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift - CONFIG_FILES="$CONFIG_FILES $ac_optarg" + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift - CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header - { echo "$as_me: error: ambiguous option: $1 + { $as_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 ;; + $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. - -*) { echo "$as_me: error: unrecognized option: $1 + -*) { $as_echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; @@ -54824,27 +56274,29 @@ fi _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then - echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 - CONFIG_SHELL=$SHELL + set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' export CONFIG_SHELL - exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + exec "\$@" fi _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX - echo "$ac_log" + $as_echo "$ac_log" } >&5 _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # @@ -54852,7 +56304,7 @@ _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets @@ -54936,6 +56388,7 @@ "kdecore/tests/Makefile") CONFIG_FILES="$CONFIG_FILES kdecore/tests/Makefile" ;; "kded/Makefile") CONFIG_FILES="$CONFIG_FILES kded/Makefile" ;; "kded/test/Makefile") CONFIG_FILES="$CONFIG_FILES kded/test/Makefile" ;; + "kded_post/Makefile") CONFIG_FILES="$CONFIG_FILES kded_post/Makefile" ;; "kdefx/Makefile") CONFIG_FILES="$CONFIG_FILES kdefx/Makefile" ;; "kdeprint/Makefile") CONFIG_FILES="$CONFIG_FILES kdeprint/Makefile" ;; "kdeprint/cups/Makefile") CONFIG_FILES="$CONFIG_FILES kdeprint/cups/Makefile" ;; @@ -55071,8 +56524,8 @@ "kdoctools/checkXML") CONFIG_FILES="$CONFIG_FILES kdoctools/checkXML" ;; "khtml/java/kjava.policy") CONFIG_FILES="$CONFIG_FILES khtml/java/kjava.policy" ;; - *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 -echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 +$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac done @@ -55113,646 +56566,144 @@ (umask 077 && mkdir "$tmp") } || { - echo "$me: cannot create a temporary directory in ." >&2 + $as_echo "$as_me: cannot create a temporary directory in ." >&2 { (exit 1); exit 1; } } -# -# Set up the sed scripts for CONFIG_FILES section. -# - -# No need to generate the scripts if there are no CONFIG_FILES. -# This happens for instance when ./config.status config.h +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then -_ACEOF - - -ac_delim='%!_!# ' -for ac_last_try in false false false false false :; do - cat >conf$$subs.sed <<_ACEOF -SHELL!$SHELL$ac_delim -PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim -PACKAGE_NAME!$PACKAGE_NAME$ac_delim -PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim -PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim -PACKAGE_STRING!$PACKAGE_STRING$ac_delim -PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim -exec_prefix!$exec_prefix$ac_delim -prefix!$prefix$ac_delim -program_transform_name!$program_transform_name$ac_delim -bindir!$bindir$ac_delim -sbindir!$sbindir$ac_delim -libexecdir!$libexecdir$ac_delim -datarootdir!$datarootdir$ac_delim -datadir!$datadir$ac_delim -sysconfdir!$sysconfdir$ac_delim -sharedstatedir!$sharedstatedir$ac_delim -localstatedir!$localstatedir$ac_delim -includedir!$includedir$ac_delim -oldincludedir!$oldincludedir$ac_delim -docdir!$docdir$ac_delim -infodir!$infodir$ac_delim -htmldir!$htmldir$ac_delim -dvidir!$dvidir$ac_delim -pdfdir!$pdfdir$ac_delim -psdir!$psdir$ac_delim -libdir!$libdir$ac_delim -localedir!$localedir$ac_delim -mandir!$mandir$ac_delim -DEFS!$DEFS$ac_delim -ECHO_C!$ECHO_C$ac_delim -ECHO_N!$ECHO_N$ac_delim -ECHO_T!$ECHO_T$ac_delim -LIBS!$LIBS$ac_delim -build_alias!$build_alias$ac_delim -host_alias!$host_alias$ac_delim -target_alias!$target_alias$ac_delim -kde_libs_prefix!$kde_libs_prefix$ac_delim -kde_libs_htmldir!$kde_libs_htmldir$ac_delim -CONF_FILES!$CONF_FILES$ac_delim -build!$build$ac_delim -build_cpu!$build_cpu$ac_delim -build_vendor!$build_vendor$ac_delim -build_os!$build_os$ac_delim -host!$host$ac_delim -host_cpu!$host_cpu$ac_delim -host_vendor!$host_vendor$ac_delim -host_os!$host_os$ac_delim -target!$target$ac_delim -target_cpu!$target_cpu$ac_delim -target_vendor!$target_vendor$ac_delim -target_os!$target_os$ac_delim -INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim -INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim -INSTALL_DATA!$INSTALL_DATA$ac_delim -am__isrc!$am__isrc$ac_delim -CYGPATH_W!$CYGPATH_W$ac_delim -PACKAGE!$PACKAGE$ac_delim -VERSION!$VERSION$ac_delim -ACLOCAL!$ACLOCAL$ac_delim -AUTOCONF!$AUTOCONF$ac_delim -AUTOMAKE!$AUTOMAKE$ac_delim -AUTOHEADER!$AUTOHEADER$ac_delim -MAKEINFO!$MAKEINFO$ac_delim -install_sh!$install_sh$ac_delim -STRIP!$STRIP$ac_delim -INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim -mkdir_p!$mkdir_p$ac_delim -AWK!$AWK$ac_delim -SET_MAKE!$SET_MAKE$ac_delim -am__leading_dot!$am__leading_dot$ac_delim -AMTAR!$AMTAR$ac_delim -am__tar!$am__tar$ac_delim -am__untar!$am__untar$ac_delim -CC!$CC$ac_delim -CFLAGS!$CFLAGS$ac_delim -LDFLAGS!$LDFLAGS$ac_delim -CPPFLAGS!$CPPFLAGS$ac_delim -ac_ct_CC!$ac_ct_CC$ac_delim -EXEEXT!$EXEEXT$ac_delim -OBJEXT!$OBJEXT$ac_delim -DEPDIR!$DEPDIR$ac_delim -am__include!$am__include$ac_delim -am__quote!$am__quote$ac_delim -AMDEP_TRUE!$AMDEP_TRUE$ac_delim -AMDEP_FALSE!$AMDEP_FALSE$ac_delim -AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim -CCDEPMODE!$CCDEPMODE$ac_delim -am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim -am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim -CPP!$CPP$ac_delim -CXX!$CXX$ac_delim -CXXFLAGS!$CXXFLAGS$ac_delim -ac_ct_CXX!$ac_ct_CXX$ac_delim -CXXDEPMODE!$CXXDEPMODE$ac_delim -am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim -am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim -_ACEOF - - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then - break - elif $ac_last_try; then - { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} - { (exit 1); exit 1; }; } - else - ac_delim="$ac_delim!$ac_delim _$ac_delim!! " - fi -done - -ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -if test -n "$ac_eof"; then - ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` - ac_eof=`expr $ac_eof + 1` +ac_cr=' ' +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr fi -cat >>$CONFIG_STATUS <<_ACEOF -cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +echo 'BEGIN {' >"$tmp/subs1.awk" && _ACEOF -sed ' -s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -s/^/s,@/; s/!/@,|#_!!_#|/ -:n -t n -s/'"$ac_delim"'$/,g/; t -s/$/\\/; p -N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -CEOF$ac_eof -_ACEOF - -ac_delim='%!_!# ' -for ac_last_try in false false false false false :; do - cat >conf$$subs.sed <<_ACEOF -WOVERLOADED_VIRTUAL!$WOVERLOADED_VIRTUAL$ac_delim -HAVE_GCC_VISIBILITY!$HAVE_GCC_VISIBILITY$ac_delim -unsermake_enable_pch_TRUE!$unsermake_enable_pch_TRUE$ac_delim -unsermake_enable_pch_FALSE!$unsermake_enable_pch_FALSE$ac_delim -USE_EXCEPTIONS!$USE_EXCEPTIONS$ac_delim -USE_RTTI!$USE_RTTI$ac_delim -CXXCPP!$CXXCPP$ac_delim -NOOPT_CXXFLAGS!$NOOPT_CXXFLAGS$ac_delim -NOOPT_CFLAGS!$NOOPT_CFLAGS$ac_delim -ENABLE_PERMISSIVE_FLAG!$ENABLE_PERMISSIVE_FLAG$ac_delim -LDFLAGS_AS_NEEDED!$LDFLAGS_AS_NEEDED$ac_delim -LDFLAGS_NEW_DTAGS!$LDFLAGS_NEW_DTAGS$ac_delim -KDE_USE_FINAL_TRUE!$KDE_USE_FINAL_TRUE$ac_delim -KDE_USE_FINAL_FALSE!$KDE_USE_FINAL_FALSE$ac_delim -KDE_USE_CLOSURE_TRUE!$KDE_USE_CLOSURE_TRUE$ac_delim -KDE_USE_CLOSURE_FALSE!$KDE_USE_CLOSURE_FALSE$ac_delim -KDE_NO_UNDEFINED!$KDE_NO_UNDEFINED$ac_delim -KDE_USE_NMCHECK_TRUE!$KDE_USE_NMCHECK_TRUE$ac_delim -KDE_USE_NMCHECK_FALSE!$KDE_USE_NMCHECK_FALSE$ac_delim -GREP!$GREP$ac_delim -EGREP!$EGREP$ac_delim -LN_S!$LN_S$ac_delim -ECHO!$ECHO$ac_delim -AR!$AR$ac_delim -RANLIB!$RANLIB$ac_delim -F77!$F77$ac_delim -FFLAGS!$FFLAGS$ac_delim -ac_ct_F77!$ac_ct_F77$ac_delim -LIBTOOL!$LIBTOOL$ac_delim -KDE_PLUGIN!$KDE_PLUGIN$ac_delim -KDE_CHECK_PLUGIN!$KDE_CHECK_PLUGIN$ac_delim -INSTALL_LTDL_TRUE!$INSTALL_LTDL_TRUE$ac_delim -INSTALL_LTDL_FALSE!$INSTALL_LTDL_FALSE$ac_delim -CONVENIENCE_LTDL_TRUE!$CONVENIENCE_LTDL_TRUE$ac_delim -CONVENIENCE_LTDL_FALSE!$CONVENIENCE_LTDL_FALSE$ac_delim -LIBADD_DL!$LIBADD_DL$ac_delim -MSGFMT!$MSGFMT$ac_delim -GMSGFMT!$GMSGFMT$ac_delim -XGETTEXT!$XGETTEXT$ac_delim -ALLOCA!$ALLOCA$ac_delim -ACL_LIBS!$ACL_LIBS$ac_delim -LIBUTIL!$LIBUTIL$ac_delim -LIBCOMPAT!$LIBCOMPAT$ac_delim -LIBCRYPT!$LIBCRYPT$ac_delim -LIBRESOLV!$LIBRESOLV$ac_delim -LIB_POLL!$LIB_POLL$ac_delim -FRAMEWORK_COREAUDIO!$FRAMEWORK_COREAUDIO$ac_delim -LIBSOCKET!$LIBSOCKET$ac_delim -X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim -LIBUCB!$LIBUCB$ac_delim -LIBDL!$LIBDL$ac_delim -KDE_USE_FPIE!$KDE_USE_FPIE$ac_delim -KDE_USE_PIE!$KDE_USE_PIE$ac_delim -include_x11_TRUE!$include_x11_TRUE$ac_delim -include_x11_FALSE!$include_x11_FALSE$ac_delim -XMKMF!$XMKMF$ac_delim -X_PRE_LIBS!$X_PRE_LIBS$ac_delim -LIB_X11!$LIB_X11$ac_delim -LIB_XRENDER!$LIB_XRENDER$ac_delim -LIBSM!$LIBSM$ac_delim -X_INCLUDES!$X_INCLUDES$ac_delim -X_LDFLAGS!$X_LDFLAGS$ac_delim -x_includes!$x_includes$ac_delim -x_libraries!$x_libraries$ac_delim -QTE_NORTTI!$QTE_NORTTI$ac_delim -LIB_XEXT!$LIB_XEXT$ac_delim -PKG_CONFIG!$PKG_CONFIG$ac_delim -LIBPTHREAD!$LIBPTHREAD$ac_delim -USE_THREADS!$USE_THREADS$ac_delim -KDE_MT_LDFLAGS!$KDE_MT_LDFLAGS$ac_delim -KDE_MT_LIBS!$KDE_MT_LIBS$ac_delim -USER_INCLUDES!$USER_INCLUDES$ac_delim -USER_LDFLAGS!$USER_LDFLAGS$ac_delim -LIBZ!$LIBZ$ac_delim -LIBPNG!$LIBPNG$ac_delim -LIBJPEG!$LIBJPEG$ac_delim -qt_libraries!$qt_libraries$ac_delim -qt_includes!$qt_includes$ac_delim -QT_INCLUDES!$QT_INCLUDES$ac_delim -QT_LDFLAGS!$QT_LDFLAGS$ac_delim -PERL!$PERL$ac_delim -MOC!$MOC$ac_delim -UIC!$UIC$ac_delim -UIC_TR!$UIC_TR$ac_delim -LIB_QT!$LIB_QT$ac_delim -LIB_QPE!$LIB_QPE$ac_delim -kde_qtver!$kde_qtver$ac_delim -KDE_EXTRA_RPATH!$KDE_EXTRA_RPATH$ac_delim -KDE_RPATH!$KDE_RPATH$ac_delim -X_RPATH!$X_RPATH$ac_delim -kde_libraries!$kde_libraries$ac_delim -kde_includes!$kde_includes$ac_delim -KDE_LDFLAGS!$KDE_LDFLAGS$ac_delim -KDE_INCLUDES!$KDE_INCLUDES$ac_delim -all_includes!$all_includes$ac_delim -all_libraries!$all_libraries$ac_delim -AUTODIRS!$AUTODIRS$ac_delim -_ACEOF - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then - break - elif $ac_last_try; then - { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } - else - ac_delim="$ac_delim!$ac_delim _$ac_delim!! " - fi -done - -ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -if test -n "$ac_eof"; then - ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` - ac_eof=`expr $ac_eof + 1` -fi - -cat >>$CONFIG_STATUS <<_ACEOF -cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b -_ACEOF -sed ' -s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -s/^/s,@/; s/!/@,|#_!!_#|/ -:n -t n -s/'"$ac_delim"'$/,g/; t -s/$/\\/; p -N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -CEOF$ac_eof -_ACEOF - - +ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do - cat >conf$$subs.sed <<_ACEOF -include_ARTS_TRUE!$include_ARTS_TRUE$ac_delim -include_ARTS_FALSE!$include_ARTS_FALSE$ac_delim -MAKEKDEWIDGETS!$MAKEKDEWIDGETS$ac_delim -KCONFIG_COMPILER!$KCONFIG_COMPILER$ac_delim -KCFG_DEPENDENCIES!$KCFG_DEPENDENCIES$ac_delim -DCOPIDLNG!$DCOPIDLNG$ac_delim -DCOPIDL!$DCOPIDL$ac_delim -DCOPIDL2CPP!$DCOPIDL2CPP$ac_delim -DCOP_DEPENDENCIES!$DCOP_DEPENDENCIES$ac_delim -MCOPIDL!$MCOPIDL$ac_delim -ARTSCCONFIG!$ARTSCCONFIG$ac_delim -MEINPROC!$MEINPROC$ac_delim -KDE_XSL_STYLESHEET!$KDE_XSL_STYLESHEET$ac_delim -XMLLINT!$XMLLINT$ac_delim -kde_htmldir!$kde_htmldir$ac_delim -kde_appsdir!$kde_appsdir$ac_delim -kde_icondir!$kde_icondir$ac_delim -kde_sounddir!$kde_sounddir$ac_delim -kde_datadir!$kde_datadir$ac_delim -kde_locale!$kde_locale$ac_delim -kde_confdir!$kde_confdir$ac_delim -kde_kcfgdir!$kde_kcfgdir$ac_delim -kde_mimedir!$kde_mimedir$ac_delim -kde_wallpaperdir!$kde_wallpaperdir$ac_delim -kde_bindir!$kde_bindir$ac_delim -xdg_appsdir!$xdg_appsdir$ac_delim -xdg_menudir!$xdg_menudir$ac_delim -xdg_directorydir!$xdg_directorydir$ac_delim -kde_templatesdir!$kde_templatesdir$ac_delim -kde_servicesdir!$kde_servicesdir$ac_delim -kde_servicetypesdir!$kde_servicetypesdir$ac_delim -kde_moduledir!$kde_moduledir$ac_delim -kdeinitdir!$kdeinitdir$ac_delim -kde_styledir!$kde_styledir$ac_delim -kde_widgetdir!$kde_widgetdir$ac_delim -LIB_KDED!$LIB_KDED$ac_delim -LIB_KDECORE!$LIB_KDECORE$ac_delim -LIB_KDEUI!$LIB_KDEUI$ac_delim -LIB_KIO!$LIB_KIO$ac_delim -LIB_KJS!$LIB_KJS$ac_delim -LIB_SMB!$LIB_SMB$ac_delim -LIB_KAB!$LIB_KAB$ac_delim -LIB_KABC!$LIB_KABC$ac_delim -LIB_KHTML!$LIB_KHTML$ac_delim -LIB_KSPELL!$LIB_KSPELL$ac_delim -LIB_KPARTS!$LIB_KPARTS$ac_delim -LIB_KDEPRINT!$LIB_KDEPRINT$ac_delim -LIB_KUTILS!$LIB_KUTILS$ac_delim -LIB_KDEPIM!$LIB_KDEPIM$ac_delim -LIB_KIMPROXY!$LIB_KIMPROXY$ac_delim -LIB_KNEWSTUFF!$LIB_KNEWSTUFF$ac_delim -LIB_KDNSSD!$LIB_KDNSSD$ac_delim -LIB_KUNITTEST!$LIB_KUNITTEST$ac_delim -LIB_KSYCOCA!$LIB_KSYCOCA$ac_delim -LIB_KFILE!$LIB_KFILE$ac_delim -LIB_KFM!$LIB_KFM$ac_delim -QNAMESPACE_H!$QNAMESPACE_H$ac_delim -LIBICE!$LIBICE$ac_delim -LIB_KIMGIO!$LIB_KIMGIO$ac_delim -EXTRA_SUBDIRS!$EXTRA_SUBDIRS$ac_delim -HAVE_SENDFILE!$HAVE_SENDFILE$ac_delim -HAVE_MITSHM!$HAVE_MITSHM$ac_delim -ICE_SUBDIR!$ICE_SUBDIR$ac_delim -ICE_RLIB!$ICE_RLIB$ac_delim -LIBUTEMPTER!$LIBUTEMPTER$ac_delim -QTDOCDIR!$QTDOCDIR$ac_delim -KDE_HAVE_DOT!$KDE_HAVE_DOT$ac_delim -DOXYGEN!$DOXYGEN$ac_delim -DOXYGEN_PROJECT_NAME!$DOXYGEN_PROJECT_NAME$ac_delim -DOXYGEN_PROJECT_NUMBER!$DOXYGEN_PROJECT_NUMBER$ac_delim -KDE_HAS_DOXYGEN!$KDE_HAS_DOXYGEN$ac_delim -include_VERSION_SCRIPT_TRUE!$include_VERSION_SCRIPT_TRUE$ac_delim -include_VERSION_SCRIPT_FALSE!$include_VERSION_SCRIPT_FALSE$ac_delim -MD5SUM!$MD5SUM$ac_delim -LIB_DNSSD!$LIB_DNSSD$ac_delim -HAVE_DNSSD_TRUE!$HAVE_DNSSD_TRUE$ac_delim -HAVE_DNSSD_FALSE!$HAVE_DNSSD_FALSE$ac_delim -LUA!$LUA$ac_delim -LUA_INCLUDES!$LUA_INCLUDES$ac_delim -LUA_LIBS!$LUA_LIBS$ac_delim -LIB_IDN!$LIB_IDN$ac_delim -LIBART_LIBS!$LIBART_LIBS$ac_delim -LIBART_CFLAGS!$LIBART_CFLAGS$ac_delim -LIBART_RPATH!$LIBART_RPATH$ac_delim -include_SVGICONS_TRUE!$include_SVGICONS_TRUE$ac_delim -include_SVGICONS_FALSE!$include_SVGICONS_FALSE$ac_delim -KDE_FORCE_INLINE!$KDE_FORCE_INLINE$ac_delim -kde_cups_config!$kde_cups_config$ac_delim -include_cups_SUBDIR_TRUE!$include_cups_SUBDIR_TRUE$ac_delim -include_cups_SUBDIR_FALSE!$include_cups_SUBDIR_FALSE$ac_delim -LIB_CUPS!$LIB_CUPS$ac_delim -cups_modeldir!$cups_modeldir$ac_delim -path_su!$path_su$ac_delim -path_sudo!$path_sudo$ac_delim -LIBBZ2!$LIBBZ2$ac_delim -include_BZIP2_TRUE!$include_BZIP2_TRUE$ac_delim -include_BZIP2_FALSE!$include_BZIP2_FALSE$ac_delim -_ACEOF - - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then - break - elif $ac_last_try; then - { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + . ./conf$$subs.sh || + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } - else - ac_delim="$ac_delim!$ac_delim _$ac_delim!! " - fi -done - -ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -if test -n "$ac_eof"; then - ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` - ac_eof=`expr $ac_eof + 1` -fi - -cat >>$CONFIG_STATUS <<_ACEOF -cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b -_ACEOF -sed ' -s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -s/^/s,@/; s/!/@,|#_!!_#|/ -:n -t n -s/'"$ac_delim"'$/,g/; t -s/$/\\/; p -N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -CEOF$ac_eof -_ACEOF - -ac_delim='%!_!# ' -for ac_last_try in false false false false false :; do - cat >conf$$subs.sed <<_ACEOF -LIBXSLT_LIBS!$LIBXSLT_LIBS$ac_delim -LIBXSLT_CFLAGS!$LIBXSLT_CFLAGS$ac_delim -LIBXSLT_RPATH!$LIBXSLT_RPATH$ac_delim -LIBXML_LIBS!$LIBXML_LIBS$ac_delim -LIBXML_CFLAGS!$LIBXML_CFLAGS$ac_delim -LIBXML_RPATH!$LIBXML_RPATH$ac_delim -HELP_SUBDIR!$HELP_SUBDIR$ac_delim -MEINPROC_DEP!$MEINPROC_DEP$ac_delim -DOJAVA_TRUE!$DOJAVA_TRUE$ac_delim -DOJAVA_FALSE!$DOJAVA_FALSE$ac_delim -LIBTHAI!$LIBTHAI$ac_delim -KJAVA_POLICYPATH!$KJAVA_POLICYPATH$ac_delim -LIBTIFF!$LIBTIFF$ac_delim -LIB_JASPER!$LIB_JASPER$ac_delim -LIB_EXR!$LIB_EXR$ac_delim -EXR_FLAGS!$EXR_FLAGS$ac_delim -include_TIFF_MODULES_TRUE!$include_TIFF_MODULES_TRUE$ac_delim -include_TIFF_MODULES_FALSE!$include_TIFF_MODULES_FALSE$ac_delim -include_JP2_MODULES_TRUE!$include_JP2_MODULES_TRUE$ac_delim -include_JP2_MODULES_FALSE!$include_JP2_MODULES_FALSE$ac_delim -include_EXR_MODULES_TRUE!$include_EXR_MODULES_TRUE$ac_delim -include_EXR_MODULES_FALSE!$include_EXR_MODULES_FALSE$ac_delim -KDEINIT_XFT_INCLUDES!$KDEINIT_XFT_INCLUDES$ac_delim -KDEINIT_SETUID!$KDEINIT_SETUID$ac_delim -LIBFAM!$LIBFAM$ac_delim -LIBVOLMGT!$LIBVOLMGT$ac_delim -SSL_INCLUDES!$SSL_INCLUDES$ac_delim -SSL_LDFLAGS!$SSL_LDFLAGS$ac_delim -LIBSSL!$LIBSSL$ac_delim -include_bzip2_TRUE!$include_bzip2_TRUE$ac_delim -include_bzip2_FALSE!$include_bzip2_FALSE$ac_delim -GSSAPI_INCS!$GSSAPI_INCS$ac_delim -GSSAPI_LIBS!$GSSAPI_LIBS$ac_delim -GSSAPI_RPATH!$GSSAPI_RPATH$ac_delim -LIBPCRE!$LIBPCRE$ac_delim -PCRECFLAGS!$PCRECFLAGS$ac_delim -include_aspell_plugin_TRUE!$include_aspell_plugin_TRUE$ac_delim -include_aspell_plugin_FALSE!$include_aspell_plugin_FALSE$ac_delim -include_hspell_plugin_TRUE!$include_hspell_plugin_TRUE$ac_delim -include_hspell_plugin_FALSE!$include_hspell_plugin_FALSE$ac_delim -LIBASOUND!$LIBASOUND$ac_delim -undefined_symbols_allowed_TRUE!$undefined_symbols_allowed_TRUE$ac_delim -undefined_symbols_allowed_FALSE!$undefined_symbols_allowed_FALSE$ac_delim -TOPSUBDIRS!$TOPSUBDIRS$ac_delim -dcop_SUBDIR_included_TRUE!$dcop_SUBDIR_included_TRUE$ac_delim -dcop_SUBDIR_included_FALSE!$dcop_SUBDIR_included_FALSE$ac_delim -libltdl_SUBDIR_included_TRUE!$libltdl_SUBDIR_included_TRUE$ac_delim -libltdl_SUBDIR_included_FALSE!$libltdl_SUBDIR_included_FALSE$ac_delim -kdefx_SUBDIR_included_TRUE!$kdefx_SUBDIR_included_TRUE$ac_delim -kdefx_SUBDIR_included_FALSE!$kdefx_SUBDIR_included_FALSE$ac_delim -kdecore_SUBDIR_included_TRUE!$kdecore_SUBDIR_included_TRUE$ac_delim -kdecore_SUBDIR_included_FALSE!$kdecore_SUBDIR_included_FALSE$ac_delim -kunittest_SUBDIR_included_TRUE!$kunittest_SUBDIR_included_TRUE$ac_delim -kunittest_SUBDIR_included_FALSE!$kunittest_SUBDIR_included_FALSE$ac_delim -kdeui_SUBDIR_included_TRUE!$kdeui_SUBDIR_included_TRUE$ac_delim -kdeui_SUBDIR_included_FALSE!$kdeui_SUBDIR_included_FALSE$ac_delim -kdesu_SUBDIR_included_TRUE!$kdesu_SUBDIR_included_TRUE$ac_delim -kdesu_SUBDIR_included_FALSE!$kdesu_SUBDIR_included_FALSE$ac_delim -kjs_SUBDIR_included_TRUE!$kjs_SUBDIR_included_TRUE$ac_delim -kjs_SUBDIR_included_FALSE!$kjs_SUBDIR_included_FALSE$ac_delim -kwallet_SUBDIR_included_TRUE!$kwallet_SUBDIR_included_TRUE$ac_delim -kwallet_SUBDIR_included_FALSE!$kwallet_SUBDIR_included_FALSE$ac_delim -kio_SUBDIR_included_TRUE!$kio_SUBDIR_included_TRUE$ac_delim -kio_SUBDIR_included_FALSE!$kio_SUBDIR_included_FALSE$ac_delim -arts_SUBDIR_included_TRUE!$arts_SUBDIR_included_TRUE$ac_delim -arts_SUBDIR_included_FALSE!$arts_SUBDIR_included_FALSE$ac_delim -dnssd_SUBDIR_included_TRUE!$dnssd_SUBDIR_included_TRUE$ac_delim -dnssd_SUBDIR_included_FALSE!$dnssd_SUBDIR_included_FALSE$ac_delim -kab_SUBDIR_included_TRUE!$kab_SUBDIR_included_TRUE$ac_delim -kab_SUBDIR_included_FALSE!$kab_SUBDIR_included_FALSE$ac_delim -kconf_update_SUBDIR_included_TRUE!$kconf_update_SUBDIR_included_TRUE$ac_delim -kconf_update_SUBDIR_included_FALSE!$kconf_update_SUBDIR_included_FALSE$ac_delim -kded_SUBDIR_included_TRUE!$kded_SUBDIR_included_TRUE$ac_delim -kded_SUBDIR_included_FALSE!$kded_SUBDIR_included_FALSE$ac_delim -kdoctools_SUBDIR_included_TRUE!$kdoctools_SUBDIR_included_TRUE$ac_delim -kdoctools_SUBDIR_included_FALSE!$kdoctools_SUBDIR_included_FALSE$ac_delim -kimgio_SUBDIR_included_TRUE!$kimgio_SUBDIR_included_TRUE$ac_delim -kimgio_SUBDIR_included_FALSE!$kimgio_SUBDIR_included_FALSE$ac_delim -kioslave_SUBDIR_included_TRUE!$kioslave_SUBDIR_included_TRUE$ac_delim -kioslave_SUBDIR_included_FALSE!$kioslave_SUBDIR_included_FALSE$ac_delim -knewstuff_SUBDIR_included_TRUE!$knewstuff_SUBDIR_included_TRUE$ac_delim -knewstuff_SUBDIR_included_FALSE!$knewstuff_SUBDIR_included_FALSE$ac_delim -kparts_SUBDIR_included_TRUE!$kparts_SUBDIR_included_TRUE$ac_delim -kparts_SUBDIR_included_FALSE!$kparts_SUBDIR_included_FALSE$ac_delim -kresources_SUBDIR_included_TRUE!$kresources_SUBDIR_included_TRUE$ac_delim -kresources_SUBDIR_included_FALSE!$kresources_SUBDIR_included_FALSE$ac_delim -kstyles_SUBDIR_included_TRUE!$kstyles_SUBDIR_included_TRUE$ac_delim -kstyles_SUBDIR_included_FALSE!$kstyles_SUBDIR_included_FALSE$ac_delim -kutils_SUBDIR_included_TRUE!$kutils_SUBDIR_included_TRUE$ac_delim -kutils_SUBDIR_included_FALSE!$kutils_SUBDIR_included_FALSE$ac_delim -libkmid_SUBDIR_included_TRUE!$libkmid_SUBDIR_included_TRUE$ac_delim -libkmid_SUBDIR_included_FALSE!$libkmid_SUBDIR_included_FALSE$ac_delim -libkscreensaver_SUBDIR_included_TRUE!$libkscreensaver_SUBDIR_included_TRUE$ac_delim -libkscreensaver_SUBDIR_included_FALSE!$libkscreensaver_SUBDIR_included_FALSE$ac_delim -licenses_SUBDIR_included_TRUE!$licenses_SUBDIR_included_TRUE$ac_delim -licenses_SUBDIR_included_FALSE!$licenses_SUBDIR_included_FALSE$ac_delim -mimetypes_SUBDIR_included_TRUE!$mimetypes_SUBDIR_included_TRUE$ac_delim -_ACEOF - - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then - { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done +rm -f conf$$subs.sh -ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -if test -n "$ac_eof"; then - ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` - ac_eof=`expr $ac_eof + 1` -fi - -cat >>$CONFIG_STATUS <<_ACEOF -cat >"\$tmp/subs-4.sed" <<\CEOF$ac_eof -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b -_ACEOF -sed ' -s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -s/^/s,@/; s/!/@,|#_!!_#|/ -:n -t n -s/'"$ac_delim"'$/,g/; t -s/$/\\/; p -N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -CEOF$ac_eof -_ACEOF - - -ac_delim='%!_!# ' -for ac_last_try in false false false false false :; do - cat >conf$$subs.sed <<_ACEOF -mimetypes_SUBDIR_included_FALSE!$mimetypes_SUBDIR_included_FALSE$ac_delim -pics_SUBDIR_included_TRUE!$pics_SUBDIR_included_TRUE$ac_delim -pics_SUBDIR_included_FALSE!$pics_SUBDIR_included_FALSE$ac_delim -doc_SUBDIR_included_TRUE!$doc_SUBDIR_included_TRUE$ac_delim -doc_SUBDIR_included_FALSE!$doc_SUBDIR_included_FALSE$ac_delim -kcert_SUBDIR_included_TRUE!$kcert_SUBDIR_included_TRUE$ac_delim -kcert_SUBDIR_included_FALSE!$kcert_SUBDIR_included_FALSE$ac_delim -kinit_SUBDIR_included_TRUE!$kinit_SUBDIR_included_TRUE$ac_delim -kinit_SUBDIR_included_FALSE!$kinit_SUBDIR_included_FALSE$ac_delim -kdeprint_SUBDIR_included_TRUE!$kdeprint_SUBDIR_included_TRUE$ac_delim -kdeprint_SUBDIR_included_FALSE!$kdeprint_SUBDIR_included_FALSE$ac_delim -kabc_SUBDIR_included_TRUE!$kabc_SUBDIR_included_TRUE$ac_delim -kabc_SUBDIR_included_FALSE!$kabc_SUBDIR_included_FALSE$ac_delim -kspell2_SUBDIR_included_TRUE!$kspell2_SUBDIR_included_TRUE$ac_delim -kspell2_SUBDIR_included_FALSE!$kspell2_SUBDIR_included_FALSE$ac_delim -kmdi_SUBDIR_included_TRUE!$kmdi_SUBDIR_included_TRUE$ac_delim -kmdi_SUBDIR_included_FALSE!$kmdi_SUBDIR_included_FALSE$ac_delim -kcmshell_SUBDIR_included_TRUE!$kcmshell_SUBDIR_included_TRUE$ac_delim -kcmshell_SUBDIR_included_FALSE!$kcmshell_SUBDIR_included_FALSE$ac_delim -khtml_SUBDIR_included_TRUE!$khtml_SUBDIR_included_TRUE$ac_delim -khtml_SUBDIR_included_FALSE!$khtml_SUBDIR_included_FALSE$ac_delim -interfaces_SUBDIR_included_TRUE!$interfaces_SUBDIR_included_TRUE$ac_delim -interfaces_SUBDIR_included_FALSE!$interfaces_SUBDIR_included_FALSE$ac_delim -kdewidgets_SUBDIR_included_TRUE!$kdewidgets_SUBDIR_included_TRUE$ac_delim -kdewidgets_SUBDIR_included_FALSE!$kdewidgets_SUBDIR_included_FALSE$ac_delim -kate_SUBDIR_included_TRUE!$kate_SUBDIR_included_TRUE$ac_delim -kate_SUBDIR_included_FALSE!$kate_SUBDIR_included_FALSE$ac_delim -LIBOBJS!$LIBOBJS$ac_delim -LTLIBOBJS!$LTLIBOBJS$ac_delim +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$tmp/subs1.awk" <<\\_ACAWK && _ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\).*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\).*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 29; then - break - elif $ac_last_try; then - { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ + || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 +$as_echo "$as_me: error: could not setup config files machinery" >&2;} { (exit 1); exit 1; }; } - else - ac_delim="$ac_delim!$ac_delim _$ac_delim!! " - fi -done - -ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -if test -n "$ac_eof"; then - ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` - ac_eof=`expr $ac_eof + 1` -fi - -cat >>$CONFIG_STATUS <<_ACEOF -cat >"\$tmp/subs-5.sed" <<\CEOF$ac_eof -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end -_ACEOF -sed ' -s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -s/^/s,@/; s/!/@,|#_!!_#|/ -:n -t n -s/'"$ac_delim"'$/,g/; t -s/$/\\/; p -N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -:end -s/|#_!!_#|//g -CEOF$ac_eof _ACEOF - # 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 @@ -55768,19 +56719,133 @@ }' fi -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_t=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_t"; then + break + elif $ac_last_try; then + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #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. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 +$as_echo "$as_me: error: could not setup config headers machinery" >&2;} + { (exit 1); exit 1; }; } +fi # test -n "$CONFIG_HEADERS" + -for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; - :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 -echo "$as_me: error: Invalid tag $ac_tag." >&2;} + :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5 +$as_echo "$as_me: error: invalid tag $ac_tag" >&2;} { (exit 1); exit 1; }; };; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; @@ -55809,26 +56874,38 @@ [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || - { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 -echo "$as_me: error: cannot find input file: $ac_f" >&2;} + { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 +$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} { (exit 1); exit 1; }; };; esac - ac_file_inputs="$ac_file_inputs $ac_f" + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + ac_file_inputs="$ac_file_inputs '$ac_f'" done # 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. */ - configure_input="Generated from "`IFS=: - echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" - { echo "$as_me:$LINENO: creating $ac_file" >&5 -echo "$as_me: creating $ac_file" >&6;} + { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac case $ac_tag in - *:-:* | *:-) cat >"$tmp/stdin";; + *:-:* | *:-) cat >"$tmp/stdin" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } ;; esac ;; esac @@ -55838,7 +56915,7 @@ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || -echo X"$ac_file" | +$as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -55864,7 +56941,7 @@ as_dirs= while :; do case $as_dir in #( - *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" @@ -55873,7 +56950,7 @@ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || -echo X"$as_dir" | +$as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -55894,17 +56971,17 @@ test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -echo "$as_me: error: cannot create directory $as_dir" >&2;} + } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; @@ -55949,12 +57026,13 @@ esac _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= -case `sed -n '/datarootdir/ { +ac_sed_dataroot=' +/datarootdir/ { p q } @@ -55963,13 +57041,14 @@ /@infodir@/p /@localedir@/p /@mandir@/p -' $ac_file_inputs` in +' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) - { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 -echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g @@ -55983,15 +57062,16 @@ # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? -cat >>$CONFIG_STATUS <<_ACEOF - sed "$ac_vpsub +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub $extrasub _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b -s&@configure_input@&$configure_input&;t t +s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t @@ -56002,121 +57082,60 @@ s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack -" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" | sed -f "$tmp/subs-4.sed" | sed -f "$tmp/subs-5.sed" >$tmp/out +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && - { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' + { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&5 -echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&2;} rm -f "$tmp/stdin" case $ac_file in - -) cat "$tmp/out"; rm -f "$tmp/out";; - *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; - esac + -) cat "$tmp/out" && rm -f "$tmp/out";; + *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; + esac \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } ;; :H) # # CONFIG_HEADER # -_ACEOF - -# Transform confdefs.h into a sed script `conftest.defines', that -# substitutes the proper values into config.h.in to produce config.h. -rm -f conftest.defines conftest.tail -# First, append a space to every undef/define line, to ease matching. -echo 's/$/ /' >conftest.defines -# Then, protect against being on the right side of a sed subst, or in -# an unquoted here document, in config.status. If some macros were -# called several times there might be several #defines for the same -# symbol, which is useless. But do not sort them, since the last -# AC_DEFINE must be honored. -ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* -# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where -# NAME is the cpp macro being defined, VALUE is the value it is being given. -# PARAMS is the parameter list in the macro definition--in most cases, it's -# just an empty string. -ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' -ac_dB='\\)[ (].*,\\1define\\2' -ac_dC=' ' -ac_dD=' ,' - -uniq confdefs.h | - sed -n ' - t rset - :rset - s/^[ ]*#[ ]*define[ ][ ]*// - t ok - d - :ok - s/[\\&,]/\\&/g - s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p - s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p - ' >>conftest.defines - -# Remove the space that was appended to ease matching. -# Then replace #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. -# (The regexp can be short, since the line contains either #define or #undef.) -echo 's/ $// -s,^[ #]*u.*,/* & */,' >>conftest.defines - -# Break up conftest.defines: -ac_max_sed_lines=50 - -# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" -# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" -# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" -# et cetera. -ac_in='$ac_file_inputs' -ac_out='"$tmp/out1"' -ac_nxt='"$tmp/out2"' - -while : -do - # Write a here document: - cat >>$CONFIG_STATUS <<_ACEOF - # First, check the format of the line: - cat >"\$tmp/defines.sed" <<\\CEOF -/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def -/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def -b -:def -_ACEOF - sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS - echo 'CEOF - sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS - ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in - sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail - grep . conftest.tail >/dev/null || break - rm -f conftest.defines - mv conftest.tail conftest.defines -done -rm -f conftest.defines conftest.tail - -echo "ac_result=$ac_in" >>$CONFIG_STATUS -cat >>$CONFIG_STATUS <<\_ACEOF if test x"$ac_file" != x-; then - echo "/* $configure_input */" >"$tmp/config.h" - cat "$ac_result" >>"$tmp/config.h" - 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;} + { + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" + } >"$tmp/config.h" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } + if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then + { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 +$as_echo "$as_me: $ac_file is unchanged" >&6;} else - rm -f $ac_file - mv "$tmp/config.h" $ac_file + rm -f "$ac_file" + mv "$tmp/config.h" "$ac_file" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } fi else - echo "/* $configure_input */" - cat "$ac_result" + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ + || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 +$as_echo "$as_me: error: could not create -" >&2;} + { (exit 1); exit 1; }; } fi - rm -f "$tmp/out12" -# Compute $ac_file's index in $config_headers. -_am_arg=$ac_file +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in @@ -56131,7 +57150,7 @@ X"$_am_arg" : 'X\(//\)[^/]' \| \ X"$_am_arg" : 'X\(//\)$' \| \ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || -echo X"$_am_arg" | +$as_echo X"$_am_arg" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -56151,30 +57170,40 @@ s/.*/./; q'`/stamp-h$_am_stamp_count ;; - :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 -echo "$as_me: executing $ac_file commands" >&6;} + :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 +$as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in - "depfiles":C) 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. - # Grep'ing the whole file is not good either: AIX grep has a line - # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`$as_dirname -- "$mf" || + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Autoconf 2.62 quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || -echo X"$mf" | +$as_echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -56192,33 +57221,33 @@ 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=`$as_dirname -- "$file" || + 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_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || -echo X"$file" | +$as_echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -56236,7 +57265,7 @@ q } s/.*/./; q'` - { as_dir=$dirpart/$fdir + { as_dir=$dirpart/$fdir case $as_dir in #( -*) as_dir=./$as_dir;; esac @@ -56244,7 +57273,7 @@ as_dirs= while :; do case $as_dir in #( - *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" @@ -56253,7 +57282,7 @@ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || -echo X"$as_dir" | +$as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -56274,13 +57303,14 @@ test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -echo "$as_me: error: cannot create directory $as_dir" >&2;} + } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done done -done +} ;; esac @@ -56297,6 +57327,11 @@ chmod +x $CONFIG_STATUS ac_clean_files=$ac_clean_files_save +test $ac_write_fail = 0 || + { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. @@ -56318,6 +57353,10 @@ # would make configure fail if this is the last instruction. $ac_cs_success || { (exit 1); exit 1; } fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi if test "$have_libdns_sd" = "no"; then echo "" --- kdelibs-3.5.10.dfsg.1.orig/messages.po +++ kdelibs-3.5.10.dfsg.1/messages.po @@ -0,0 +1,8495 @@ +# SOME DESCRIPTIVE TITLE. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2009-04-30 13:55+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: ENCODING\n" + +#: rc.cpp:3 +msgid "&Certificate" +msgstr "" + +#: obj-i486-linux-gnu/interfaces/ktexteditor/editorchooser_ui.cpp:64 rc.cpp:6 +msgid "Editor Chooser" +msgstr "" + +#: obj-i486-linux-gnu/interfaces/ktexteditor/editorchooser_ui.cpp:65 rc.cpp:9 +msgid "" +"Please choose the default text editing component that you wish to use in " +"this application. If you choose System Default, the application will " +"honor your changes in the Control Center. All other choices will override " +"that setting." +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kshortcutdialog_advanced.cpp:119 rc.cpp:13 +msgid "Alternate shortcut:" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kshortcutdialog_advanced.cpp:120 rc.cpp:16 +msgid "Primary shortcut:" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kshortcutdialog_advanced.cpp:123 rc.cpp:21 +msgid "" +"The currently set shortcut or the shortcut you are entering will show up " +"here." +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kshortcutdialog_advanced.cpp:124 +#: obj-i486-linux-gnu/kdeui/kshortcutdialog_advanced.cpp:126 +#: obj-i486-linux-gnu/kdeui/kshortcutdialog_simple.cpp:74 rc.cpp:24 rc.cpp:30 +#: rc.cpp:51 +msgid "x" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kshortcutdialog_advanced.cpp:125 +#: obj-i486-linux-gnu/kdeui/kshortcutdialog_advanced.cpp:127 +#: obj-i486-linux-gnu/kdeui/kshortcutdialog_simple.cpp:75 rc.cpp:27 rc.cpp:33 +#: rc.cpp:54 +msgid "Clear shortcut" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kshortcutdialog_advanced.cpp:128 rc.cpp:36 +msgid "Multi-key mode" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kshortcutdialog_advanced.cpp:129 rc.cpp:39 +msgid "Enable the entry of multi-key shortcuts" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kshortcutdialog_advanced.cpp:130 rc.cpp:42 +msgid "" +"Select this checkbox to enable the entry of multi-key shortcuts. A " +"multi-key shortcut consists of a sequence of up to 4 keys. For example, you " +"could assign \"Ctrl+F,B\" to Font-Bold and \"Ctrl+F,U\" to Font-Underline." +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kshortcutdialog_simple.cpp:72 rc.cpp:45 +msgid "Shortcut:" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kshortcutdialog_simple.cpp:73 rc.cpp:48 +msgid "Alt+Tab" +msgstr "" + +#: rc.cpp:72 rc.cpp:75 +msgid "&Go" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:133 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:135 rc.cpp:93 rc.cpp:217 +msgid "Unknown word:" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:134 +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:140 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:136 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:142 rc.cpp:96 rc.cpp:108 +#: rc.cpp:220 rc.cpp:232 +msgid "" +"

This word was considered to be an \"unknown word\" because it does " +"not match any entry in the dictionary currently in use. It may also be a " +"word in a foreign language.

\n" +"

If the word is not misspelled, you may add it to the dictionary by " +"clicking Add to Dictionary. If you don't want to add the unknown word " +"to the dictionary, but you want to leave it unchanged, click Ignore " +"or Ignore All.

\n" +"

However, if the word is misspelled, you can try to find the correct " +"replacement in the list below. If you cannot find a replacement there, you " +"may type it in the text box below, and click Replace or Replace " +"All.

\n" +"
" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:138 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:140 rc.cpp:102 rc.cpp:226 +msgid "misspelled" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:139 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:141 rc.cpp:105 rc.cpp:229 +msgid "Unknown word" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:144 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:146 rc.cpp:114 rc.cpp:238 +msgid "&Language:" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:145 +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:195 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:147 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:178 rc.cpp:117 rc.cpp:212 +#: rc.cpp:241 rc.cpp:299 +msgid "" +"\n" +"

Select the language of the document you are proofing here.

\n" +"
" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:148 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:150 rc.cpp:122 rc.cpp:246 +msgid "... the misspelled word shown in context ..." +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:149 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:151 rc.cpp:125 rc.cpp:249 +msgid "Text excerpt showing the unknown word in its context." +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:150 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:152 rc.cpp:128 rc.cpp:252 +msgid "" +"\n" +"

Here you can see a text excerpt showing the unknown word in its context. " +"If this information is not sufficient to choose the best replacement for the " +"unknown word, you can click on the document you are proofing, read a larger " +"part of the text and then return here to continue proofing.

\n" +"
" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:153 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:155 rc.cpp:133 rc.cpp:257 +msgid "<< Add to Dictionary" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:154 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:156 rc.cpp:136 rc.cpp:260 +msgid "" +"\n" +"

The unknown word was detected and considered unknown because it is not " +"included in the dictionary.
\n" +"Click here if you consider that the unknown word is not misspelled and you " +"want to avoid wrongly detecting it again in the future. If you want to let " +"it remain as is, but not add it to the dictionary, then click Ignore " +"or Ignore All instead.

\n" +"
" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:158 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:186 rc.cpp:142 rc.cpp:315 +msgid "R&eplace All" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:159 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:187 rc.cpp:145 rc.cpp:318 +msgid "" +"\n" +"

Click here to replace all occurrences of the unknown text with the text " +"in the edit box above (to the left).

\n" +"
" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:66 +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:162 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:62 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:160 rc.cpp:150 rc.cpp:266 +msgid "Suggested Words" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:163 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:161 rc.cpp:153 rc.cpp:269 +msgid "Suggestion List" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:164 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:162 rc.cpp:156 rc.cpp:272 +msgid "" +"\n" +"

If the unknown word is misspelled, you should check if the correction for " +"it is available and if it is, click on it. If none of the words in this list " +"is a good replacement you may type the correct word in the edit box " +"above.

\n" +"

To correct this word click Replace if you want to correct only " +"this occurrence or Replace All if you want to correct all " +"occurrences.

\n" +"
" +msgstr "" + +#: kdeui/keditcl2.cpp:833 kutils/kfinddialog.cpp:231 +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:168 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:182 rc.cpp:162 rc.cpp:307 +msgid "&Replace" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:169 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:183 rc.cpp:165 rc.cpp:310 +msgid "" +"\n" +"

Click here to replace this occurrence of the unknown text with the text " +"in the edit box above (to the left).

\n" +"
" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:172 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:166 rc.cpp:170 rc.cpp:278 +msgid "Replace &with:" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:173 +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:187 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:167 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:171 rc.cpp:173 rc.cpp:197 +#: rc.cpp:281 rc.cpp:287 +msgid "" +"\n" +"

If the unknown word is misspelled, you should type the correction for " +"your misspelled word here or select it from the list below.

\n" +"

You can then click Replace if you want to correct only this " +"occurrence of the word or Replace All if you want to correct all " +"occurrences.

\n" +"
" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:177 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:190 rc.cpp:179 rc.cpp:323 +msgid "&Ignore" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:178 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:191 rc.cpp:182 rc.cpp:326 +msgid "" +"\n" +"

Click here to let this occurrence of the unknown word remain as is.

\n" +"

This action is useful when the word is a name, an acronym, a foreign word " +"or any other unknown word that you want to use but not add to the " +"dictionary.

\n" +"
" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:182 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:195 rc.cpp:188 rc.cpp:332 +msgid "I&gnore All" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:183 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:196 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:201 rc.cpp:191 rc.cpp:335 +#: rc.cpp:344 +msgid "" +"\n" +"

Click here to let all occurrences of the unknown word remain as they " +"are.

\n" +"

This action is useful when the word is a name, an acronym, a foreign word " +"or any other unknown word that you want to use but not add to the " +"dictionary.

\n" +"
" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:191 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:181 rc.cpp:203 rc.cpp:304 +msgid "S&uggest" +msgstr "" + +#: kdeui/ksconfig.cpp:294 obj-i486-linux-gnu/kdeui/kspellui.cpp:193 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:176 rc.cpp:206 rc.cpp:293 +msgid "English" +msgstr "" + +#: obj-i486-linux-gnu/kdeui/kspellui.cpp:194 +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:177 rc.cpp:209 rc.cpp:296 +msgid "Language Selection" +msgstr "" + +#: obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp:200 rc.cpp:341 +msgid "Autocorrect" +msgstr "" + +#: obj-i486-linux-gnu/kspell2/ui/configui.cpp:87 rc.cpp:350 +msgid "" +"This is the default language that the spell checker will use. The drop down " +"box will list all of the dictionaries of your existing languages." +msgstr "" + +#: obj-i486-linux-gnu/kspell2/ui/configui.cpp:89 rc.cpp:356 +msgid "Enable &background spellchecking" +msgstr "" + +#: obj-i486-linux-gnu/kspell2/ui/configui.cpp:90 rc.cpp:359 +msgid "" +"If checked, the \"spell as you type\" mode is active and all misspelled " +"words are immediately highlighted." +msgstr "" + +#: obj-i486-linux-gnu/kspell2/ui/configui.cpp:91 rc.cpp:362 +msgid "Skip all &uppercase words" +msgstr "" + +#: obj-i486-linux-gnu/kspell2/ui/configui.cpp:92 rc.cpp:365 +msgid "" +"If checked, words that consist of only uppercase letters are not spell " +"checked. This is useful if you have a lot of acronyms, such as KDE for " +"example." +msgstr "" + +#: obj-i486-linux-gnu/kspell2/ui/configui.cpp:93 rc.cpp:368 +msgid "S&kip run-together words" +msgstr "" + +#: obj-i486-linux-gnu/kspell2/ui/configui.cpp:94 rc.cpp:371 +msgid "" +"If checked, concatenated words made of existing words are not spell checked. " +"This is useful in some languages." +msgstr "" + +#: obj-i486-linux-gnu/kspell2/ui/configui.cpp:95 rc.cpp:374 +msgid "Default language:" +msgstr "" + +#: obj-i486-linux-gnu/kspell2/ui/configui.cpp:96 rc.cpp:377 +msgid "Ignore These Words" +msgstr "" + +#: obj-i486-linux-gnu/kspell2/ui/configui.cpp:97 rc.cpp:380 +msgid "" +"To add a word you want to ignore, type it in the top edit field and click " +"Add. To remove a word, highlight it in the list and click Remove." +msgstr "" + +#: rc.cpp:395 +msgid "Frame" +msgstr "" + +#: obj-i486-linux-gnu/khtml/kjserrordlg.cc:90 rc.cpp:398 +msgid "JavaScript Errors" +msgstr "" + +#: obj-i486-linux-gnu/khtml/kjserrordlg.cc:91 rc.cpp:401 +msgid "" +"This dialog provides you with notification and details of scripting errors " +"that occur on web pages. In many cases it is due to an error in the web " +"site as designed by its author. In other cases it is the result of a " +"programming error in Konqueror. If you suspect the former, please contact " +"the webmaster of the site in question. Conversely if you suspect an error " +"in Konqueror, please file a bug report at http://bugs.kde.org/. A test case " +"which illustrates the problem will be appreciated." +msgstr "" + +#: kdeui/kstdaction_p.h:58 kdeui/kstdguiitem.cpp:161 +#: obj-i486-linux-gnu/khtml/kjserrordlg.cc:93 rc.cpp:407 +msgid "C&lear" +msgstr "" + +#: obj-i486-linux-gnu/khtml/htmlpageinfo.cc:147 rc.cpp:414 +msgid "Document Information" +msgstr "" + +#: obj-i486-linux-gnu/khtml/htmlpageinfo.cc:148 rc.cpp:417 +msgid "General" +msgstr "" + +#: obj-i486-linux-gnu/khtml/htmlpageinfo.cc:149 rc.cpp:420 +msgid "URL:" +msgstr "" + +#: obj-i486-linux-gnu/khtml/htmlpageinfo.cc:150 rc.cpp:423 +msgid "Title:" +msgstr "" + +#: obj-i486-linux-gnu/khtml/htmlpageinfo.cc:151 rc.cpp:426 +msgid "Last modified:" +msgstr "" + +#: obj-i486-linux-gnu/khtml/htmlpageinfo.cc:152 rc.cpp:429 +msgid "Document encoding:" +msgstr "" + +#: obj-i486-linux-gnu/khtml/htmlpageinfo.cc:153 rc.cpp:432 +msgid "HTTP Headers" +msgstr "" + +#: obj-i486-linux-gnu/khtml/htmlpageinfo.cc:99 +#: obj-i486-linux-gnu/khtml/htmlpageinfo.cc:154 rc.cpp:435 +msgid "Property" +msgstr "" + +#: khtml/java/kjavaappletviewer.cpp:132 +#: obj-i486-linux-gnu/khtml/htmlpageinfo.cc:100 +#: obj-i486-linux-gnu/khtml/htmlpageinfo.cc:155 rc.cpp:438 +msgid "Value" +msgstr "" + +#: rc.cpp:444 +msgid "Additional domains for browsing" +msgstr "" + +#: rc.cpp:447 +msgid "List of 'wide-area' (non link-local) domains that should be browsed." +msgstr "" + +#: rc.cpp:450 +msgid "Browse local network" +msgstr "" + +#: rc.cpp:453 +msgid "" +"If true .local domain will be browsed. It is always link-local, using " +"multicast DNS." +msgstr "" + +#: rc.cpp:456 +msgid "Recursive search for domains" +msgstr "" + +#: rc.cpp:459 +msgid "Removed in KDE 3.5.0" +msgstr "" + +#: rc.cpp:462 +msgid "" +"Select publishing in LAN (multicast) or WAN (unicast, needs configured DNS " +"server)" +msgstr "" + +#: rc.cpp:465 +msgid "" +"Specifies if publishing should be by default link-local using multicast DNS " +"(LAN) or 'wide-area' using normal DNS server (WAN)." +msgstr "" + +#: rc.cpp:468 +msgid "Name of default publishing domain for WAN" +msgstr "" + +#: rc.cpp:471 +msgid "" +"Domain name for publishing using 'wide-area' (normal DNS) ZeroConf. This " +"must match domain specified in /etc/mdnsd.conf. This value is used only if " +"PublishType is set to WAN.\n" +msgstr "" + +#: _translatorinfo.cpp:1 +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "" + +#: _translatorinfo.cpp:3 +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "" + +#: kjs/internal.cpp:135 +msgid "Undefined value" +msgstr "" + +#: kjs/internal.cpp:166 +msgid "Null value" +msgstr "" + +#: kjs/object.cpp:349 +msgid "No default value" +msgstr "" + +#: kjs/object.cpp:494 +msgid "Evaluation error" +msgstr "" + +#: kjs/object.cpp:495 +msgid "Range error" +msgstr "" + +#: kjs/object.cpp:496 +msgid "Reference error" +msgstr "" + +#: kjs/object.cpp:497 +msgid "Syntax error" +msgstr "" + +#: kjs/object.cpp:498 +msgid "Type error" +msgstr "" + +#: kjs/object.cpp:499 +msgid "URI error" +msgstr "" + +#: kjs/function_object.cpp:290 +msgid "Syntax error in parameter list" +msgstr "" + +#: kjs/reference.cpp:96 +msgid "Invalid reference base" +msgstr "" + +#: kjs/reference.cpp:127 +msgid "Can't find variable: " +msgstr "" + +#: kjs/reference.cpp:134 +msgid "Base is not an object" +msgstr "" + +#: kconf_update/kconf_update.cpp:43 +msgid "Keep output results from scripts" +msgstr "" + +#: kconf_update/kconf_update.cpp:44 +msgid "Check whether config file itself requires updating" +msgstr "" + +#: kconf_update/kconf_update.cpp:45 +msgid "File to read update instructions from" +msgstr "" + +#: kconf_update/kconf_update.cpp:142 +msgid "Only local files are supported." +msgstr "" + +#: kconf_update/kconf_update.cpp:943 +msgid "KConf Update" +msgstr "" + +#: kconf_update/kconf_update.cpp:945 +msgid "KDE Tool for updating user configuration files" +msgstr "" + +#: kinit/klauncher_main.cpp:58 +msgid "" +"klauncher: This program is not supposed to be started manually.\n" +"klauncher: It is started automatically by kdeinit.\n" +msgstr "" + +#: kinit/klauncher.cpp:743 +msgid "KDEInit could not launch '%1'." +msgstr "" + +#: kinit/klauncher.cpp:918 kinit/klauncher.cpp:943 kinit/klauncher.cpp:960 +msgid "Could not find service '%1'." +msgstr "" + +#: kinit/klauncher.cpp:975 kinit/klauncher.cpp:1011 +msgid "Service '%1' is malformatted." +msgstr "" + +#: kinit/klauncher.cpp:1087 +#, c-format +msgid "Launching %1" +msgstr "" + +#: kinit/klauncher.cpp:1281 +msgid "Unknown protocol '%1'.\n" +msgstr "" + +#: kinit/klauncher.cpp:1334 +msgid "Error loading '%1'.\n" +msgstr "" + +#: kinit/kinit.cpp:475 +msgid "" +"Unable to start new process.\n" +"The system may have reached the maximum number of open files possible or the " +"maximum number of open files that you are allowed to use has been reached." +msgstr "" + +#: kinit/kinit.cpp:497 +msgid "" +"Unable to create new process.\n" +"The system may have reached the maximum number of processes possible or the " +"maximum number of processes that you are allowed to use has been reached." +msgstr "" + +#: kinit/kinit.cpp:589 +msgid "Could not find '%1' executable." +msgstr "" + +#: kinit/kinit.cpp:605 +msgid "" +"Could not open library '%1'.\n" +"%2" +msgstr "" + +#: kinit/kinit.cpp:606 kinit/kinit.cpp:649 +msgid "Unknown error" +msgstr "" + +#: kinit/kinit.cpp:648 +msgid "" +"Could not find 'kdemain' in '%1'.\n" +"%2" +msgstr "" + +#: kded/kded.cpp:737 +msgid "Check Sycoca database only once" +msgstr "" + +#: kded/kded.cpp:877 +msgid "KDE Daemon" +msgstr "" + +#: kded/kded.cpp:879 +msgid "KDE Daemon - triggers Sycoca database updates when needed" +msgstr "" + +#: kded/kde-menu.cpp:36 +msgid "Output data in UTF-8 instead of local encoding" +msgstr "" + +#: kded/kde-menu.cpp:37 +msgid "" +"Print menu-id of the menu that contains\n" +"the application" +msgstr "" + +#: kded/kde-menu.cpp:38 +msgid "" +"Print menu name (caption) of the menu that\n" +"contains the application" +msgstr "" + +#: kded/kde-menu.cpp:39 +msgid "Highlight the entry in the menu" +msgstr "" + +#: kded/kde-menu.cpp:40 +msgid "Do not check if sycoca database is up to date" +msgstr "" + +#: kded/kde-menu.cpp:41 +msgid "The id of the menu entry to locate" +msgstr "" + +#: kded/kde-menu.cpp:99 +msgid "Menu item '%1' could not be highlighted." +msgstr "" + +#: kded/kde-menu.cpp:111 +msgid "" +"KDE Menu query tool.\n" +"This tool can be used to find in which menu a specific application is " +"shown.\n" +"The --highlight option can be used to visually indicate to the user where\n" +"in the KDE menu a specific application is located." +msgstr "" + +#: kded/kde-menu.cpp:116 +msgid "kde-menu" +msgstr "" + +#: kded/kbuildsycoca.cpp:724 kded/kbuildsycoca.cpp:725 kded/kde-menu.cpp:119 +#: kded/khostname.cpp:362 kdeui/kaboutdialog.cpp:90 +msgid "Author" +msgstr "" + +#: kded/kde-menu.cpp:133 +msgid "You must specify an application-id such as 'kde-konsole.desktop'" +msgstr "" + +#: kded/kde-menu.cpp:142 +msgid "" +"You must specify at least one of --print-menu-id, --print-menu-name or " +"--highlight" +msgstr "" + +#: kded/kde-menu.cpp:164 +msgid "No menu item '%1'." +msgstr "" + +#: kded/kde-menu.cpp:168 +msgid "Menu item '%1' not found in menu." +msgstr "" + +#: kded/kbuildsycoca.cpp:483 +msgid "" +"Error creating database '%1'.\n" +"Check that the permissions are correct on the directory and the disk is not " +"full.\n" +msgstr "" + +#: kded/kbuildsycoca.cpp:483 kded/kbuildsycoca.cpp:512 +#: kded/kbuildsycoca.cpp:721 +msgid "KBuildSycoca" +msgstr "" + +#: kded/kbuildsycoca.cpp:512 +msgid "" +"Error writing database '%1'.\n" +"Check that the permissions are correct on the directory and the disk is not " +"full.\n" +msgstr "" + +#: kded/kbuildsycoca.cpp:695 +msgid "Do not signal applications to update" +msgstr "" + +#: kded/kbuildsycoca.cpp:696 +msgid "Disable incremental update, re-read everything" +msgstr "" + +#: kded/kbuildsycoca.cpp:697 +msgid "Check file timestamps" +msgstr "" + +#: kded/kbuildsycoca.cpp:698 +msgid "Disable checking files (dangerous)" +msgstr "" + +#: kded/kbuildsycoca.cpp:699 +msgid "Create global database" +msgstr "" + +#: kded/kbuildsycoca.cpp:700 +msgid "Perform menu generation test run only" +msgstr "" + +#: kded/kbuildsycoca.cpp:701 +msgid "Track menu id for debug purposes" +msgstr "" + +#: kded/kbuildsycoca.cpp:703 +msgid "Silent - work without windows and stderr" +msgstr "" + +#: kded/kbuildsycoca.cpp:704 +msgid "Show progress information (even if 'silent' mode is on)" +msgstr "" + +#: kded/kbuildsycoca.cpp:722 +msgid "Rebuilds the system configuration cache." +msgstr "" + +#: kded/kbuildsycoca.cpp:750 +msgid "Reloading KDE configuration, please wait..." +msgstr "" + +#: kded/kbuildsycoca.cpp:751 +msgid "KDE Configuration Manager" +msgstr "" + +#: kded/kbuildsycoca.cpp:753 +msgid "Do you want to reload KDE configuration?" +msgstr "" + +#: kded/kbuildsycoca.cpp:753 +msgid "Do Not Reload" +msgstr "" + +#: kded/kbuildsycoca.cpp:953 +msgid "Configuration information reloaded successfully." +msgstr "" + +#: kded/khostname.cpp:41 +msgid "Old hostname" +msgstr "" + +#: kded/khostname.cpp:42 +msgid "New hostname" +msgstr "" + +#: kded/khostname.cpp:79 +msgid "Error: HOME environment variable not set.\n" +msgstr "" + +#: kded/khostname.cpp:88 +msgid "Error: DISPLAY environment variable not set.\n" +msgstr "" + +#: kded/khostname.cpp:359 +msgid "KDontChangeTheHostName" +msgstr "" + +#: kded/khostname.cpp:360 +msgid "Informs KDE about a change in hostname" +msgstr "" + +#: kdecore/kkeyserver_x11.cpp:113 +msgid "Win" +msgstr "" + +#: kdecore/kkeyserver_x11.cpp:119 +msgid "Backspace" +msgstr "" + +#: kdecore/kkeyserver_x11.cpp:120 +msgid "SysReq" +msgstr "" + +#: kdecore/kkeyserver_x11.cpp:121 +msgid "CapsLock" +msgstr "" + +#: kdecore/kkeyserver_x11.cpp:122 +msgid "NumLock" +msgstr "" + +#: kdecore/kkeyserver_x11.cpp:123 +msgid "ScrollLock" +msgstr "" + +#: kdecore/kkeyserver_x11.cpp:124 +msgid "PageUp" +msgstr "" + +#: kdecore/kkeyserver_x11.cpp:125 +msgid "PageDown" +msgstr "" + +#: kdecore/kkeyserver_x11.cpp:128 +msgid "Again" +msgstr "" + +#: kdecore/kkeyserver_x11.cpp:129 +msgid "Props" +msgstr "" + +#: kdecore/kkeyserver_x11.cpp:131 +msgid "Front" +msgstr "" + +#: kdecore/kkeyserver_x11.cpp:135 kdecore/kstdaccel.cpp:70 +#: kdeui/keditcl2.cpp:107 kdeui/keditcl2.cpp:120 kdeui/keditcl2.cpp:377 +#: kdeui/keditcl2.cpp:390 kdeui/keditcl2.cpp:700 kutils/kfinddialog.cpp:119 +msgid "Find" +msgstr "" + +#: kdecore/ksocks.cpp:135 +msgid "NEC SOCKS client" +msgstr "" + +#: kdecore/ksocks.cpp:170 +msgid "Dante SOCKS client" +msgstr "" + +#: kdecore/kapplication.cpp:931 +msgid "" +"_: Dear Translator! Translate this string to the string 'LTR' in " +"left-to-right languages (as english) or to 'RTL' in right-to-left languages " +"(such as Hebrew and Arabic) to get proper widget layout." +msgstr "" + +#: kdecore/kapplication.cpp:1404 +msgid "" +"There was an error setting up inter-process communications for KDE. The " +"message returned by the system was:\n" +"\n" +msgstr "" + +#: kdecore/kapplication.cpp:1408 +msgid "" +"\n" +"\n" +"Please check that the \"dcopserver\" program is running!" +msgstr "" + +#: kdecore/kapplication.cpp:1415 +msgid "DCOP communications error (%1)" +msgstr "" + +#: kdecore/kapplication.cpp:1433 +msgid "Use the X-server display 'displayname'" +msgstr "" + +#: kdecore/kapplication.cpp:1435 +msgid "Use the QWS display 'displayname'" +msgstr "" + +#: kdecore/kapplication.cpp:1437 +msgid "Restore the application for the given 'sessionId'" +msgstr "" + +#: kdecore/kapplication.cpp:1438 +msgid "" +"Causes the application to install a private color\n" +"map on an 8-bit display" +msgstr "" + +#: kdecore/kapplication.cpp:1439 +msgid "" +"Limits the number of colors allocated in the color\n" +"cube on an 8-bit display, if the application is\n" +"using the QApplication::ManyColor color\n" +"specification" +msgstr "" + +#: kdecore/kapplication.cpp:1440 +msgid "tells Qt to never grab the mouse or the keyboard" +msgstr "" + +#: kdecore/kapplication.cpp:1441 +msgid "" +"running under a debugger can cause an implicit\n" +"-nograb, use -dograb to override" +msgstr "" + +#: kdecore/kapplication.cpp:1442 +msgid "switches to synchronous mode for debugging" +msgstr "" + +#: kdecore/kapplication.cpp:1444 +msgid "defines the application font" +msgstr "" + +#: kdecore/kapplication.cpp:1446 +msgid "" +"sets the default background color and an\n" +"application palette (light and dark shades are\n" +"calculated)" +msgstr "" + +#: kdecore/kapplication.cpp:1448 +msgid "sets the default foreground color" +msgstr "" + +#: kdecore/kapplication.cpp:1450 +msgid "sets the default button color" +msgstr "" + +#: kdecore/kapplication.cpp:1451 +msgid "sets the application name" +msgstr "" + +#: kdecore/kapplication.cpp:1452 +msgid "sets the application title (caption)" +msgstr "" + +#: kdecore/kapplication.cpp:1454 +msgid "" +"forces the application to use a TrueColor visual on\n" +"an 8-bit display" +msgstr "" + +#: kdecore/kapplication.cpp:1455 +msgid "" +"sets XIM (X Input Method) input style. Possible\n" +"values are onthespot, overthespot, offthespot and\n" +"root" +msgstr "" + +#: kdecore/kapplication.cpp:1456 +msgid "set XIM server" +msgstr "" + +#: kdecore/kapplication.cpp:1457 +msgid "disable XIM" +msgstr "" + +#: kdecore/kapplication.cpp:1460 +msgid "forces the application to run as QWS Server" +msgstr "" + +#: kdecore/kapplication.cpp:1462 +msgid "mirrors the whole layout of widgets" +msgstr "" + +#: kdecore/kapplication.cpp:1468 +msgid "Use 'caption' as name in the titlebar" +msgstr "" + +#: kdecore/kapplication.cpp:1469 +msgid "Use 'icon' as the application icon" +msgstr "" + +#: kdecore/kapplication.cpp:1470 +msgid "Use 'icon' as the icon in the titlebar" +msgstr "" + +#: kdecore/kapplication.cpp:1471 +msgid "Use alternative configuration file" +msgstr "" + +#: kdecore/kapplication.cpp:1472 +msgid "Use the DCOP Server specified by 'server'" +msgstr "" + +#: kdecore/kapplication.cpp:1473 +msgid "Disable crash handler, to get core dumps" +msgstr "" + +#: kdecore/kapplication.cpp:1474 +msgid "Waits for a WM_NET compatible windowmanager" +msgstr "" + +#: kdecore/kapplication.cpp:1475 +msgid "sets the application GUI style" +msgstr "" + +#: kdecore/kapplication.cpp:1476 +msgid "" +"sets the client geometry of the main widget - see man X for the argument " +"format" +msgstr "" + +#: kdecore/kapplication.cpp:1516 +msgid "The style %1 was not found\n" +msgstr "" + +#: kdecore/kapplication.cpp:1978 kstyles/klegacy/klegacystyle.cpp:3044 +#: kstyles/web/webstyle.cpp:1604 +msgid "modified" +msgstr "" + +#: kdecore/kapplication.cpp:2243 kdecore/kapplication.cpp:2273 +msgid "Could not Launch Help Center" +msgstr "" + +#: kdecore/kapplication.cpp:2244 kdecore/kapplication.cpp:2274 +#, c-format +msgid "" +"Could not launch the KDE Help Center:\n" +"\n" +"%1" +msgstr "" + +#: kdecore/kapplication.cpp:2544 +msgid "Could not Launch Mail Client" +msgstr "" + +#: kdecore/kapplication.cpp:2545 +#, c-format +msgid "" +"Could not launch the mail client:\n" +"\n" +"%1" +msgstr "" + +#: kdecore/kapplication.cpp:2566 +msgid "Could not Launch Browser" +msgstr "" + +#: kdecore/kapplication.cpp:2567 +#, c-format +msgid "" +"Could not launch the browser:\n" +"\n" +"%1" +msgstr "" + +#: kdecore/kapplication.cpp:2631 +msgid "Could not register with DCOP.\n" +msgstr "" + +#: kdecore/kapplication.cpp:2666 +msgid "KLauncher could not be reached via DCOP.\n" +msgstr "" + +#: kdecore/netsupp.cpp:890 kdecore/network/kresolver.cpp:557 +msgid "no error" +msgstr "" + +#: kdecore/netsupp.cpp:891 +msgid "address family for nodename not supported" +msgstr "" + +#: kdecore/netsupp.cpp:892 kdecore/network/kresolver.cpp:559 +msgid "temporary failure in name resolution" +msgstr "" + +#: kdecore/netsupp.cpp:893 +msgid "invalid value for 'ai_flags'" +msgstr "" + +#: kdecore/netsupp.cpp:894 kdecore/network/kresolver.cpp:560 +msgid "non-recoverable failure in name resolution" +msgstr "" + +#: kdecore/netsupp.cpp:895 +msgid "'ai_family' not supported" +msgstr "" + +#: kdecore/netsupp.cpp:896 kdecore/network/kresolver.cpp:562 +msgid "memory allocation failure" +msgstr "" + +#: kdecore/netsupp.cpp:897 +msgid "no address associated with nodename" +msgstr "" + +#: kdecore/netsupp.cpp:898 kdecore/network/kresolver.cpp:563 +msgid "name or service not known" +msgstr "" + +#: kdecore/netsupp.cpp:899 +msgid "servname not supported for ai_socktype" +msgstr "" + +#: kdecore/netsupp.cpp:900 +msgid "'ai_socktype' not supported" +msgstr "" + +#: kdecore/netsupp.cpp:901 +msgid "system error" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:392 +msgid "Far" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:394 +msgid "Ord" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:396 +msgid "Kho" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:398 kdecore/kcalendarsystemjalali.cpp:426 +msgid "Tir" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:400 +msgid "Mor" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:402 +msgid "Sha" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:404 +msgid "Meh" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:406 +msgid "Aba" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:408 +msgid "Aza" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:410 kdecore/kcalendarsystemjalali.cpp:438 +msgid "Dei" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:412 +msgid "Bah" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:414 +msgid "Esf" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:420 +msgid "Farvardin" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:422 +msgid "Ordibehesht" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:424 +msgid "Khordad" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:428 +msgid "Mordad" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:430 +msgid "Shahrivar" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:432 +msgid "Mehr" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:434 +msgid "Aban" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:436 +msgid "Azar" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:440 +msgid "Bahman" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:442 +msgid "Esfand" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:476 +msgid "2sh" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:478 +msgid "3sh" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:480 +msgid "4sh" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:482 +msgid "5sh" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:484 +msgid "Jom" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:486 +msgid "shn" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:488 +msgid "1sh" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:494 +msgid "Do shanbe" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:496 +msgid "Se shanbe" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:498 +msgid "Chahar shanbe" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:500 +msgid "Panj shanbe" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:502 +msgid "Jumee" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:504 +msgid "Shanbe" +msgstr "" + +#: kdecore/kcalendarsystemjalali.cpp:506 +msgid "Yek-shanbe" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:91 kdecore/klocale.cpp:562 +msgid "" +"_: January\n" +"Jan" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:93 kdecore/klocale.cpp:563 +msgid "" +"_: February\n" +"Feb" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:95 kdecore/klocale.cpp:564 +msgid "" +"_: March\n" +"Mar" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:97 kdecore/klocale.cpp:565 +msgid "" +"_: April\n" +"Apr" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:99 kdecore/klocale.cpp:566 +msgid "" +"_: May short\n" +"May" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:101 kdecore/klocale.cpp:567 +msgid "" +"_: June\n" +"Jun" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:103 kdecore/klocale.cpp:568 +msgid "" +"_: July\n" +"Jul" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:105 kdecore/klocale.cpp:569 +msgid "" +"_: August\n" +"Aug" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:107 kdecore/klocale.cpp:570 +msgid "" +"_: September\n" +"Sep" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:109 kdecore/klocale.cpp:571 +msgid "" +"_: October\n" +"Oct" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:111 kdecore/klocale.cpp:572 +msgid "" +"_: November\n" +"Nov" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:113 kdecore/klocale.cpp:573 +msgid "" +"_: December\n" +"Dec" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:119 kdecore/klocale.cpp:578 +msgid "January" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:121 kdecore/klocale.cpp:579 +msgid "February" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:123 kdecore/klocale.cpp:580 +msgid "March" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:125 kdecore/klocale.cpp:581 +msgid "April" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:127 kdecore/klocale.cpp:582 +msgid "" +"_: May long\n" +"May" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:129 kdecore/klocale.cpp:583 +msgid "June" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:131 kdecore/klocale.cpp:584 +msgid "July" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:133 kdecore/klocale.cpp:585 +msgid "August" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:135 kdecore/klocale.cpp:586 +msgid "September" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:137 kdecore/klocale.cpp:587 +msgid "October" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:139 kdecore/klocale.cpp:588 +msgid "November" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:141 kdecore/klocale.cpp:589 +msgid "December" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:156 kdecore/klocale.cpp:600 +msgid "" +"_: of January\n" +"of Jan" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:158 kdecore/klocale.cpp:601 +msgid "" +"_: of February\n" +"of Feb" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:160 kdecore/klocale.cpp:602 +msgid "" +"_: of March\n" +"of Mar" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:162 kdecore/klocale.cpp:603 +msgid "" +"_: of April\n" +"of Apr" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:164 kdecore/klocale.cpp:604 +msgid "" +"_: of May short\n" +"of May" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:166 kdecore/klocale.cpp:605 +msgid "" +"_: of June\n" +"of Jun" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:168 kdecore/klocale.cpp:606 +msgid "" +"_: of July\n" +"of Jul" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:170 kdecore/klocale.cpp:607 +msgid "" +"_: of August\n" +"of Aug" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:172 kdecore/klocale.cpp:608 +msgid "" +"_: of September\n" +"of Sep" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:174 kdecore/klocale.cpp:609 +msgid "" +"_: of October\n" +"of Oct" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:176 kdecore/klocale.cpp:610 +msgid "" +"_: of November\n" +"of Nov" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:178 kdecore/klocale.cpp:611 +msgid "" +"_: of December\n" +"of Dec" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:184 kdecore/klocale.cpp:616 +msgid "of January" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:186 kdecore/klocale.cpp:617 +msgid "of February" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:188 kdecore/klocale.cpp:618 +msgid "of March" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:190 kdecore/klocale.cpp:619 +msgid "of April" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:192 kdecore/klocale.cpp:620 +msgid "" +"_: of May long\n" +"of May" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:194 kdecore/klocale.cpp:621 +msgid "of June" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:196 kdecore/klocale.cpp:622 +msgid "of July" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:198 kdecore/klocale.cpp:623 +msgid "of August" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:200 kdecore/klocale.cpp:624 +msgid "of September" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:202 kdecore/klocale.cpp:625 +msgid "of October" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:204 kdecore/klocale.cpp:626 +msgid "of November" +msgstr "" + +#: kdecore/kcalendarsystemgregorian.cpp:206 kdecore/klocale.cpp:627 +msgid "of December" +msgstr "" + +#: kdecore/kcheckaccelerators.cpp:148 +msgid "Dr. Klash' Accelerator Diagnosis" +msgstr "" + +#: kdecore/kcheckaccelerators.cpp:155 +msgid "&Disable automatic checking" +msgstr "" + +#: kdecore/kcheckaccelerators.cpp:193 +msgid "

Accelerators changed

" +msgstr "" + +#: kdecore/kcheckaccelerators.cpp:199 +msgid "

Accelerators removed

" +msgstr "" + +#: kdecore/kcheckaccelerators.cpp:204 +msgid "

Accelerators added (just for your info)

" +msgstr "" + +#: kdecore/klibloader.cpp:157 +msgid "The library %1 does not offer an %2 function." +msgstr "" + +#: kdecore/klibloader.cpp:168 +msgid "The library %1 does not offer a KDE compatible factory." +msgstr "" + +#: kdecore/klibloader.cpp:425 +msgid "Library files for \"%1\" not found in paths." +msgstr "" + +#: kdecore/kcmdlineargs.cpp:500 kdecore/kcmdlineargs.cpp:516 +msgid "Unknown option '%1'." +msgstr "" + +#: kdecore/kcmdlineargs.cpp:524 +msgid "'%1' missing." +msgstr "" + +#: kdecore/kcmdlineargs.cpp:619 +msgid "" +"_: the 2nd argument is a list of name+address, one on each line\n" +"%1 was written by\n" +"%2" +msgstr "" + +#: kdecore/kcmdlineargs.cpp:622 +msgid "This application was written by somebody who wants to remain anonymous." +msgstr "" + +#: kdecore/kcmdlineargs.cpp:629 +msgid "Please use http://bugs.kde.org to report bugs.\n" +msgstr "" + +#: kdecore/kcmdlineargs.cpp:632 kdecore/kcmdlineargs.cpp:634 +msgid "Please report bugs to %1.\n" +msgstr "" + +#: kdecore/kcmdlineargs.cpp:660 +msgid "Unexpected argument '%1'." +msgstr "" + +#: kdecore/kcmdlineargs.cpp:765 +msgid "Use --help to get a list of available command line options." +msgstr "" + +#: kdecore/kcmdlineargs.cpp:780 +msgid "" +"\n" +"%1:\n" +msgstr "" + +#: kdecore/kcmdlineargs.cpp:789 +msgid "[options] " +msgstr "" + +#: kdecore/kcmdlineargs.cpp:796 +msgid "[%1-options]" +msgstr "" + +#: kdecore/kcmdlineargs.cpp:816 +msgid "Usage: %1 %2\n" +msgstr "" + +#: kdecore/kcmdlineargs.cpp:819 +msgid "Generic options" +msgstr "" + +#: kdecore/kcmdlineargs.cpp:820 +msgid "Show help about options" +msgstr "" + +#: kdecore/kcmdlineargs.cpp:828 +msgid "Show %1 specific options" +msgstr "" + +#: kdecore/kcmdlineargs.cpp:835 +msgid "Show all options" +msgstr "" + +#: kdecore/kcmdlineargs.cpp:836 +msgid "Show author information" +msgstr "" + +#: kdecore/kcmdlineargs.cpp:837 +msgid "Show version information" +msgstr "" + +#: kdecore/kcmdlineargs.cpp:838 +msgid "Show license information" +msgstr "" + +#: kdecore/kcmdlineargs.cpp:839 +msgid "End of options" +msgstr "" + +#: kdecore/kcmdlineargs.cpp:861 +msgid "%1 options" +msgstr "" + +#: kdecore/kcmdlineargs.cpp:863 +msgid "" +"\n" +"Options:\n" +msgstr "" + +#: kdecore/kcmdlineargs.cpp:920 +msgid "" +"\n" +"Arguments:\n" +msgstr "" + +#: kdecore/kcmdlineargs.cpp:1282 +msgid "The files/URLs opened by the application will be deleted after use" +msgstr "" + +#: kdecore/ksockaddr.cpp:112 +msgid "" +msgstr "" + +#: kdecore/ksockaddr.cpp:568 kdecore/ksockaddr.cpp:587 +msgid "" +msgstr "" + +#: kdecore/ksockaddr.cpp:571 +msgid "" +"_: 1: hostname, 2: port number\n" +"%1 port %2" +msgstr "" + +#: kdecore/ksockaddr.cpp:853 +msgid "" +msgstr "" + +#: kdecore/kstdaccel.cpp:54 +msgid "New" +msgstr "" + +#: kdecore/kstdaccel.cpp:65 +msgid "Paste Selection" +msgstr "" + +#: kdecore/kstdaccel.cpp:67 +msgid "Deselect" +msgstr "" + +#: kdecore/kstdaccel.cpp:68 +msgid "Delete Word Backwards" +msgstr "" + +#: kdecore/kstdaccel.cpp:69 +msgid "Delete Word Forward" +msgstr "" + +#: kdecore/kstdaccel.cpp:71 kutils/kfind.cpp:47 +msgid "Find Next" +msgstr "" + +#: kdecore/kstdaccel.cpp:72 +msgid "Find Prev" +msgstr "" + +#: kdecore/kstdaccel.cpp:74 +msgid "Navigation" +msgstr "" + +#: kdecore/kstdaccel.cpp:75 +msgid "" +"_: Opposite to End\n" +"Home" +msgstr "" + +#: kdecore/kstdaccel.cpp:76 +msgid "End" +msgstr "" + +#: kdecore/kstdaccel.cpp:77 +msgid "Beginning of Line" +msgstr "" + +#: kdecore/kstdaccel.cpp:78 kutils/kfinddialog.cpp:451 +msgid "End of Line" +msgstr "" + +#: kdecore/kstdaccel.cpp:79 +msgid "Prior" +msgstr "" + +#: kdecore/kstdaccel.cpp:80 +msgid "" +"_: Opposite to Prior\n" +"Next" +msgstr "" + +#: kdecore/kstdaccel.cpp:81 kdeui/keditcl2.cpp:976 +msgid "Go to Line" +msgstr "" + +#: kdecore/kstdaccel.cpp:82 +msgid "Add Bookmark" +msgstr "" + +#: kdecore/kstdaccel.cpp:83 +msgid "Zoom In" +msgstr "" + +#: kdecore/kstdaccel.cpp:84 +msgid "Zoom Out" +msgstr "" + +#: kdecore/kstdaccel.cpp:85 +msgid "Up" +msgstr "" + +#: kdecore/kstdaccel.cpp:87 +msgid "Forward" +msgstr "" + +#: kdecore/kstdaccel.cpp:89 +msgid "Popup Menu Context" +msgstr "" + +#: kdecore/kstdaccel.cpp:90 +msgid "Show Menu Bar" +msgstr "" + +#: kdecore/kstdaccel.cpp:91 +msgid "Backward Word" +msgstr "" + +#: kdecore/kstdaccel.cpp:92 +msgid "Forward Word" +msgstr "" + +#: kdecore/kstdaccel.cpp:93 +msgid "Activate Next Tab" +msgstr "" + +#: kdecore/kstdaccel.cpp:94 +msgid "Activate Previous Tab" +msgstr "" + +#: kdecore/kstdaccel.cpp:95 +msgid "Full Screen Mode" +msgstr "" + +#: kdecore/kstdaccel.cpp:98 +msgid "What's This" +msgstr "" + +#: kdecore/kstdaccel.cpp:99 kdecore/kstdaccel.cpp:100 kdeui/klineedit.cpp:886 +msgid "Text Completion" +msgstr "" + +#: kdecore/kstdaccel.cpp:101 +msgid "Previous Completion Match" +msgstr "" + +#: kdecore/kstdaccel.cpp:102 +msgid "Next Completion Match" +msgstr "" + +#: kdecore/kstdaccel.cpp:103 +msgid "Substring Completion" +msgstr "" + +#: kdecore/kstdaccel.cpp:104 +msgid "Previous Item in List" +msgstr "" + +#: kdecore/kstdaccel.cpp:105 +msgid "Next Item in List" +msgstr "" + +#: kabc/address.cpp:312 kabc/phonenumber.cpp:199 kdecore/kcharsets.cpp:43 +msgid "Other" +msgstr "" + +#: kdecore/kcharsets.cpp:44 khtml/khtml_part.cpp:280 +msgid "Arabic" +msgstr "" + +#: kdecore/kcharsets.cpp:45 khtml/khtml_part.cpp:281 +msgid "Baltic" +msgstr "" + +#: kdecore/kcharsets.cpp:46 khtml/khtml_part.cpp:282 +msgid "Central European" +msgstr "" + +#: kdecore/kcharsets.cpp:47 +msgid "Chinese Simplified" +msgstr "" + +#: kdecore/kcharsets.cpp:48 +msgid "Chinese Traditional" +msgstr "" + +#: kdecore/kcharsets.cpp:49 +msgid "Cyrillic" +msgstr "" + +#: kdecore/kcharsets.cpp:50 khtml/khtml_part.cpp:284 +msgid "Greek" +msgstr "" + +#: kdecore/kcharsets.cpp:51 kdeui/ksconfig.cpp:235 kdeui/ksconfig.cpp:395 +#: kdeui/ksconfig.cpp:656 khtml/khtml_part.cpp:285 +msgid "Hebrew" +msgstr "" + +#: kdecore/kcharsets.cpp:52 khtml/khtml_part.cpp:286 +msgid "Japanese" +msgstr "" + +#: kdecore/kcharsets.cpp:53 +msgid "Korean" +msgstr "" + +#: kdecore/kcharsets.cpp:54 +msgid "Thai" +msgstr "" + +#: kdecore/kcharsets.cpp:55 kdeui/ksconfig.cpp:240 kdeui/ksconfig.cpp:400 +#: kdeui/ksconfig.cpp:661 khtml/khtml_part.cpp:290 +msgid "Turkish" +msgstr "" + +#: kdecore/kcharsets.cpp:56 khtml/khtml_part.cpp:293 +msgid "Western European" +msgstr "" + +#: kdecore/kcharsets.cpp:57 +msgid "Tamil" +msgstr "" + +#: kdecore/kcharsets.cpp:58 +msgid "Unicode" +msgstr "" + +#: kdecore/kcharsets.cpp:59 +msgid "Northern Saami" +msgstr "" + +#: kdecore/kcharsets.cpp:60 +msgid "Vietnamese" +msgstr "" + +#: kdecore/kcharsets.cpp:61 +msgid "South-Eastern Europe" +msgstr "" + +#: kdecore/kcharsets.cpp:516 +msgid "" +"_: Descriptive Encoding Name\n" +"%1 ( %2 )" +msgstr "" + +#: kdecore/kcompletion.cpp:632 +msgid "" +"You reached the end of the list\n" +"of matching items.\n" +msgstr "" + +#: kdecore/kcompletion.cpp:638 +msgid "" +"The completion is ambiguous, more than one\n" +"match is available.\n" +msgstr "" + +#: kdecore/kcompletion.cpp:644 +msgid "There is no matching item available.\n" +msgstr "" + +#: kdecore/klocale.cpp:226 +msgid "" +"_: Dear translator, please do not translate this string in any form, but " +"pick the _right_ value out of NoPlural/TwoForms/French... If not sure what " +"to do mail thd@kde.org and coolo@kde.org, they will tell you. Better leave " +"that out if unsure, the programs will crash!!\n" +"Definition of PluralForm - to be set by the translator of kdelibs.po" +msgstr "" + +#: kdecore/klocale.cpp:1782 kdecore/klocale.cpp:1922 +msgid "pm" +msgstr "" + +#: kdecore/klocale.cpp:1791 kdecore/klocale.cpp:1924 +msgid "am" +msgstr "" + +#: kdecore/klocale.cpp:1965 +msgid "" +"_: concatenation of dates and time\n" +"%1 %2" +msgstr "" + +#: kdecore/klocale.cpp:2456 +msgid "&Next" +msgstr "" + +#: kdecore/kglobalsettings.cpp:527 +msgid "Trash" +msgstr "" + +#: kdecore/kconfigbackend.cpp:1158 kdecore/kconfigbackend.cpp:1167 +msgid "Will not save configuration.\n" +msgstr "" + +#: kdecore/kconfigbackend.cpp:1160 kdecore/kconfigbackend.cpp:1168 +msgid "Configuration file \"%1\" not writable.\n" +msgstr "" + +#: kdecore/kconfigbackend.cpp:1175 +msgid "Please contact your system administrator." +msgstr "" + +#: kdecore/kcalendarsystem.cpp:124 +msgid "" +"_: Monday\n" +"Mon" +msgstr "" + +#: kdecore/kcalendarsystem.cpp:125 +msgid "" +"_: Tuesday\n" +"Tue" +msgstr "" + +#: kdecore/kcalendarsystem.cpp:126 +msgid "" +"_: Wednesday\n" +"Wed" +msgstr "" + +#: kdecore/kcalendarsystem.cpp:127 +msgid "" +"_: Thursday\n" +"Thu" +msgstr "" + +#: kdecore/kcalendarsystem.cpp:128 +msgid "" +"_: Friday\n" +"Fri" +msgstr "" + +#: kdecore/kcalendarsystem.cpp:129 +msgid "" +"_: Saturday\n" +"Sat" +msgstr "" + +#: kdecore/kcalendarsystem.cpp:130 +msgid "" +"_: Sunday\n" +"Sun" +msgstr "" + +#: kdecore/kwinmodule.cpp:456 +#, c-format +msgid "Desktop %1" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:298 kdecore/kcalendarsystemhijri.cpp:326 +msgid "Muharram" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:300 kdecore/kcalendarsystemhijri.cpp:328 +msgid "Safar" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:302 +msgid "R. Awal" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:304 +msgid "R. Thaani" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:306 +msgid "J. Awal" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:308 +msgid "J. Thaani" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:310 kdecore/kcalendarsystemhijri.cpp:338 +msgid "Rajab" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:312 kdecore/kcalendarsystemhijri.cpp:340 +msgid "Sha`ban" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:314 kdecore/kcalendarsystemhijri.cpp:342 +msgid "Ramadan" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:316 kdecore/kcalendarsystemhijri.cpp:344 +msgid "Shawwal" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:318 +msgid "Qi`dah" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:320 +msgid "Hijjah" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:330 +msgid "Rabi` al-Awal" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:332 +msgid "Rabi` al-Thaani" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:334 +msgid "Jumaada al-Awal" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:336 +msgid "Jumaada al-Thaani" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:346 +msgid "Thu al-Qi`dah" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:348 +msgid "Thu al-Hijjah" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:363 kdecore/kcalendarsystemhijri.cpp:391 +msgid "of Muharram" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:365 kdecore/kcalendarsystemhijri.cpp:393 +msgid "of Safar" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:367 +msgid "of R. Awal" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:369 +msgid "of R. Thaani" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:371 +msgid "of J. Awal" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:373 +msgid "of J. Thaani" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:375 kdecore/kcalendarsystemhijri.cpp:403 +msgid "of Rajab" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:377 kdecore/kcalendarsystemhijri.cpp:405 +msgid "of Sha`ban" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:379 kdecore/kcalendarsystemhijri.cpp:407 +msgid "of Ramadan" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:381 kdecore/kcalendarsystemhijri.cpp:409 +msgid "of Shawwal" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:383 +msgid "of Qi`dah" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:385 +msgid "of Hijjah" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:395 +msgid "of Rabi` al-Awal" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:397 +msgid "of Rabi` al-Thaani" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:399 +msgid "of Jumaada al-Awal" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:401 +msgid "of Jumaada al-Thaani" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:411 +msgid "of Thu al-Qi`dah" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:413 +msgid "of Thu al-Hijjah" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:445 +msgid "Ith" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:447 +msgid "Thl" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:449 +msgid "Arb" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:451 +msgid "Kha" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:453 +msgid "Jum" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:455 +msgid "Sab" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:457 +msgid "Ahd" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:463 +msgid "Yaum al-Ithnain" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:465 +msgid "Yau al-Thulatha" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:467 +msgid "Yaum al-Arbi'a" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:469 +msgid "Yaum al-Khamees" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:471 +msgid "Yaum al-Jumma" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:473 +msgid "Yaum al-Sabt" +msgstr "" + +#: kdecore/kcalendarsystemhijri.cpp:475 +msgid "Yaum al-Ahad" +msgstr "" + +#: kdecore/kaboutdata.cpp:388 +msgid "" +"_: replace this with information about your translation team\n" +"

KDE is translated into many languages thanks to the work of the " +"translation teams all over the world.

For more information on KDE " +"internationalization visit http://l10n.kde.org

" +msgstr "" + +#: kdecore/kaboutdata.cpp:392 +msgid "" +"

Kubuntu includes additions and alterations to the KDE translation from Launchpad.

" +msgstr "" + +#: kdecore/kaboutdata.cpp:444 +msgid "" +"No licensing terms for this program have been specified.\n" +"Please check the documentation or the source for any\n" +"licensing terms.\n" +msgstr "" + +#: kdecore/kaboutdata.cpp:451 +#, c-format +msgid "This program is distributed under the terms of the %1." +msgstr "" + +#: kdecore/kcalendarsystemhebrew.cpp:402 +msgid "Tishrey" +msgstr "" + +#: kdecore/kcalendarsystemhebrew.cpp:404 +msgid "Heshvan" +msgstr "" + +#: kdecore/kcalendarsystemhebrew.cpp:406 +msgid "Kislev" +msgstr "" + +#: kdecore/kcalendarsystemhebrew.cpp:408 +msgid "Tevet" +msgstr "" + +#: kdecore/kcalendarsystemhebrew.cpp:410 +msgid "Shvat" +msgstr "" + +#: kdecore/kcalendarsystemhebrew.cpp:412 +msgid "Adar" +msgstr "" + +#: kdecore/kcalendarsystemhebrew.cpp:414 +msgid "Nisan" +msgstr "" + +#: kdecore/kcalendarsystemhebrew.cpp:416 +msgid "Iyar" +msgstr "" + +#: kdecore/kcalendarsystemhebrew.cpp:418 +msgid "Sivan" +msgstr "" + +#: kdecore/kcalendarsystemhebrew.cpp:420 +msgid "Tamuz" +msgstr "" + +#: kdecore/kcalendarsystemhebrew.cpp:422 +msgid "Av" +msgstr "" + +#: kdecore/kcalendarsystemhebrew.cpp:424 +msgid "Elul" +msgstr "" + +#: kdecore/kcalendarsystemhebrew.cpp:426 +msgid "Adar I" +msgstr "" + +#: kdecore/kcalendarsystemhebrew.cpp:428 +msgid "Adar II" +msgstr "" + +#: kdecore/network/ksocketaddress.cpp:625 +#, c-format +msgid "" +"_: 1: the unknown socket address family number\n" +"Unknown family %1" +msgstr "" + +#: kdecore/network/ksocketbase.cpp:172 +msgid "" +"_: Socket error code NoError\n" +"no error" +msgstr "" + +#: kdecore/network/ksocketbase.cpp:177 +msgid "" +"_: Socket error code LookupFailure\n" +"name lookup has failed" +msgstr "" + +#: kdecore/network/ksocketbase.cpp:182 +msgid "" +"_: Socket error code AddressInUse\n" +"address already in use" +msgstr "" + +#: kdecore/network/ksocketbase.cpp:187 +msgid "" +"_: Socket error code AlreadyBound\n" +"socket is already bound" +msgstr "" + +#: kdecore/network/ksocketbase.cpp:192 +msgid "" +"_: Socket error code AlreadyCreated\n" +"socket is already created" +msgstr "" + +#: kdecore/network/ksocketbase.cpp:197 +msgid "" +"_: Socket error code NotBound\n" +"socket is not bound" +msgstr "" + +#: kdecore/network/ksocketbase.cpp:202 +msgid "" +"_: Socket error code NotCreated\n" +"socket has not been created" +msgstr "" + +#: kdecore/network/ksocketbase.cpp:207 +msgid "" +"_: Socket error code WouldBlock\n" +"operation would block" +msgstr "" + +#: kdecore/network/ksocketbase.cpp:212 +msgid "" +"_: Socket error code ConnectionRefused\n" +"connection actively refused" +msgstr "" + +#: kdecore/network/ksocketbase.cpp:217 +msgid "" +"_: Socket error code ConnectionTimedOut\n" +"connection timed out" +msgstr "" + +#: kdecore/network/ksocketbase.cpp:222 +msgid "" +"_: Socket error code InProgress\n" +"operation is already in progress" +msgstr "" + +#: kdecore/network/ksocketbase.cpp:227 +msgid "" +"_: Socket error code NetFailure\n" +"network failure occurred" +msgstr "" + +#: kdecore/network/ksocketbase.cpp:232 +msgid "" +"_: Socket error code NotSupported\n" +"operation is not supported" +msgstr "" + +#: kdecore/network/ksocketbase.cpp:237 +msgid "" +"_: Socket error code Timeout\n" +"timed operation timed out" +msgstr "" + +#: kdecore/network/ksocketbase.cpp:242 +msgid "" +"_: Socket error code UnknownError\n" +"an unknown/unexpected error has happened" +msgstr "" + +#: kdecore/network/ksocketbase.cpp:247 +msgid "" +"_: Socket error code RemotelyDisconnected\n" +"remote host closed connection" +msgstr "" + +#: kdecore/network/kresolver.cpp:558 +msgid "requested family not supported for this host name" +msgstr "" + +#: kdecore/network/kresolver.cpp:561 +msgid "invalid flags" +msgstr "" + +#: kdecore/network/kresolver.cpp:564 +msgid "requested family not supported" +msgstr "" + +#: kdecore/network/kresolver.cpp:565 +msgid "requested service not supported for this socket type" +msgstr "" + +#: kdecore/network/kresolver.cpp:566 +msgid "requested socket type not supported" +msgstr "" + +#: kdecore/network/kresolver.cpp:567 +msgid "unknown error" +msgstr "" + +#: kdecore/network/kresolver.cpp:569 +#, c-format +msgid "" +"_: 1: the i18n'ed system error code, from errno\n" +"system error: %1" +msgstr "" + +#: kdecore/network/kresolver.cpp:574 +msgid "request was canceled" +msgstr "" + +#: kdecore/kconfig_compiler/kconfig_compiler.cpp:45 +msgid "Directory to generate files in" +msgstr "" + +#: kdecore/kconfig_compiler/kconfig_compiler.cpp:46 +msgid "Input kcfg XML file" +msgstr "" + +#: kdecore/kconfig_compiler/kconfig_compiler.cpp:47 +msgid "Code generation options file" +msgstr "" + +#: kdecore/kconfig_compiler/kconfig_compiler.cpp:955 +msgid "KDE .kcfg compiler" +msgstr "" + +#: kdecore/kconfig_compiler/kconfig_compiler.cpp:956 +msgid "KConfig Compiler" +msgstr "" + +#: kdewidgets/makekdewidgets.cpp:15 +msgid "Builds Qt widget plugins from an ini style description file." +msgstr "" + +#: kabc/vcardparser/testread.cpp:39 kdewidgets/makekdewidgets.cpp:112 +msgid "Input file" +msgstr "" + +#: kdewidgets/makekdewidgets.cpp:113 +msgid "Output file" +msgstr "" + +#: kdewidgets/makekdewidgets.cpp:114 +msgid "Name of the plugin class to generate" +msgstr "" + +#: kdewidgets/makekdewidgets.cpp:115 +msgid "Default widget group name to display in designer" +msgstr "" + +#: kdewidgets/makekdewidgets.cpp:116 +msgid "Embed pixmaps from a source directory" +msgstr "" + +#: kdewidgets/makekdewidgets.cpp:129 +msgid "makekdewidgets" +msgstr "" + +#: interfaces/kscript/scriptloader.cpp:40 +msgid "KDE Scripts" +msgstr "" + +#: interfaces/kscript/scriptmanager.cpp:106 +msgid "Unable to get KScript Runner for type \"%1\"." +msgstr "" + +#: interfaces/kscript/scriptmanager.cpp:106 +#: interfaces/kscript/scriptmanager.cpp:129 +msgid "KScript Error" +msgstr "" + +#: interfaces/kscript/scriptmanager.cpp:129 +msgid "Unable find script \"%1\"." +msgstr "" + +#: interfaces/ktexteditor/editorchooser.cpp:60 +msgid "System Default (%1)" +msgstr "" + +#: kstyles/web/plugin.cpp:9 +msgid "Web style plugin" +msgstr "" + +#: kstyles/klegacy/plugin.cpp:28 +msgid "KDE LegacyStyle plugin" +msgstr "" + +#: kstyles/utils/installtheme/main.cpp:35 +msgid "KDE Tool to build a cache list of all pixmap themes installed" +msgstr "" + +#: kstyles/utils/installtheme/main.cpp:40 +msgid "KInstalltheme" +msgstr "" + +#: obj-i486-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:215 +msgid "KDE Wallet Wizard" +msgstr "" + +#: obj-i486-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:216 +msgid "KWallet - The KDE Wallet System" +msgstr "" + +#: obj-i486-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:217 +msgid "" +"Welcome to KWallet, the KDE Wallet System. KWallet allows you to store your " +"passwords and other personal information on disk in an encrypted file, " +"preventing others from viewing the information. This wizard will tell you " +"about KWallet and help you configure it for the first time." +msgstr "" + +#: obj-i486-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:219 +msgid "&Basic setup (recommended)" +msgstr "" + +#: obj-i486-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:220 +msgid "&Advanced setup" +msgstr "" + +#: obj-i486-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:221 +msgid "Introduction" +msgstr "" + +#: obj-i486-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:222 +msgid "" +"The KDE Wallet system stores your data in a wallet file on your local " +"hard disk. The data is only written in encrypted form, presently using the " +"blowfish algorithm with your password as the key. When a wallet is opened, " +"the wallet manager application will launch and display an icon in the system " +"tray. You can use this application to manage your wallets. It even permits " +"you to drag wallets and wallet contents, allowing you to easily copy a " +"wallet to a remote system." +msgstr "" + +#: obj-i486-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:224 +msgid "" +"Various applications may attempt to use the KDE wallet to store passwords or " +"other information such as web form data and cookies. If you would like " +"these applications to use the wallet, you must enable it now and choose a " +"password. The password you choose cannot be recovered if it is lost, " +"and will allow anyone who knows it to obtain all the information contained " +"in the wallet." +msgstr "" + +#: obj-i486-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:225 +msgid "Enter a new password:" +msgstr "" + +#: obj-i486-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:226 +msgid "Verify password:" +msgstr "" + +#: obj-i486-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:227 +msgid "Yes, I wish to use the KDE wallet to store my personal information." +msgstr "" + +#: obj-i486-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:229 +msgid "Password Selection" +msgstr "" + +#: obj-i486-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:230 +msgid "" +"The KDE Wallet system allows you to control the level of security of your " +"personal data. Some of these settings do impact usability. While the " +"default settings are generally acceptable for most users, you may wish to " +"change some of them. You may further tune these settings from the KWallet " +"control module." +msgstr "" + +#: obj-i486-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:231 +msgid "Store network passwords and local passwords in separate wallet files" +msgstr "" + +#: obj-i486-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:232 +msgid "Automatically close idle wallets" +msgstr "" + +#: obj-i486-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:233 +msgid "Security Level" +msgstr "" + +#: obj-i486-linux-gnu/kio/misc/kwalletd/kbetterthankdialogbase.cpp:86 +msgid "Allow &Once" +msgstr "" + +#: obj-i486-linux-gnu/kio/misc/kwalletd/kbetterthankdialogbase.cpp:87 +msgid "Allow &Always" +msgstr "" + +#: obj-i486-linux-gnu/kio/misc/kwalletd/kbetterthankdialogbase.cpp:88 +msgid "&Deny" +msgstr "" + +#: obj-i486-linux-gnu/kio/misc/kwalletd/kbetterthankdialogbase.cpp:89 +msgid "Deny &Forever" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:139 +msgid "Terminal" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:140 +msgid "&Run in terminal" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:141 +msgid "" +"Check this option if the application you want to run is a text mode " +"application or if you want the information that is provided by the terminal " +"emulator window." +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:142 +msgid "&Terminal options:" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:143 +msgid "Do not &close when command exits" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:144 +msgid "" +"Check this option if the text mode application offers relevant information " +"on exit. Keeping the terminal emulator open allows you to retrieve this " +"information." +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:145 +msgid "User" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:146 +msgid "Ru&n as a different user" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:147 +msgid "" +"Check this option if you want to run this application with a different user " +"id. Every process has a different user id associated with it. This id code " +"determines file access and other permissions. The password of the user is " +"required to use this option." +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:148 +msgid "&Username:" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:149 +msgid "Enter the user name you want to run the application as." +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:150 +msgid "Enter the user name you want to run the application as here." +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:151 +msgid "Startup" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:152 +msgid "Enable &launch feedback" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:153 +msgid "" +"Check this option if you want to make clear that your application has " +"started. This visual feedback may appear as a busy cursor or in the taskbar." +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:154 +msgid "&Place in system tray" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:155 +msgid "" +"Check this option if you want to have a system tray handle for your " +"application." +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:156 +msgid "&DCOP registration:" +msgstr "" + +#: kdeui/kkeybutton.cpp:89 kdeui/kkeydialog.cpp:536 kdeui/klineedit.cpp:889 +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:158 +msgid "None" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:159 +msgid "Multiple Instances" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:160 +msgid "Single Instance" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:161 +msgid "Run Until Finished" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:42 +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:139 +#: obj-i486-linux-gnu/kio/kfile/kpropertiesmimetypebase.cpp:36 +#: obj-i486-linux-gnu/kio/kfile/kpropertiesmimetypebase.cpp:62 +msgid "Mimetype" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:43 +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:140 +#: obj-i486-linux-gnu/kio/kfile/kpropertiesmimetypebase.cpp:37 +#: obj-i486-linux-gnu/kio/kfile/kpropertiesmimetypebase.cpp:63 +msgid "Description" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesmimetypebase.cpp:61 +msgid "Select one or more file types to add:" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesmimetypebase.cpp:64 +msgid "" +"

Select one or more types of file that your application can handle " +"here. This list is organized by mimetypes.

\n" +"

MIME, Multipurpose Internet (e)Mail Extension, is a standard protocol for " +"identifying the type of data based on filename extensions and correspondent " +"mimetypes. Example: the \"bmp\" part that comes after the dot in " +"flower.bmp indicates that it is a specific kind of image, " +"image/x-bmp. To know which application should open each type of file, " +"the system should be informed about the abilities of each application to " +"handle these extensions and mimetypes.

" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:135 +msgid "&Supported file types:" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:136 +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:141 +msgid "" +"

This list should show the types of file that your application can " +"handle. This list is organized by mimetypes.

\n" +"

MIME, Multipurpose Internet (e)Mail Extension, is a standard protocol for " +"identifying the type of data based on filename extensions and correspondent " +"mimetypes. Example: the \"bmp\" part that comes after the dot in " +"flower.bmp indicates that it is a specific kind of image, " +"image/x-bmp. To know which application should open each type of file, " +"the system should be informed about the abilities of each application to " +"handle these extensions and mimetypes.

\n" +"

If you want to associate this application with one or more mimetypes that " +"are not in this list, click on the button Add below. If there are one " +"or more filetypes that this application cannot handle, you may want to " +"remove them from the list clicking on the button Remove " +"below.

" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:144 +msgid "&Name:" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:145 +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:146 +msgid "" +"Type the name you want to give to this application here. This application " +"will appear under this name in the applications menu and in the panel." +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:147 +msgid "&Description:" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:148 +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:149 +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"a dial up application (KPPP) would be \"Dial up tool\"." +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:150 +msgid "Comm&ent:" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:151 +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:152 +msgid "Type any comment you think is useful here." +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:153 +msgid "Co&mmand:" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:154 +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:166 +msgid "" +"Type the command to start this application here.\n" +"\n" +"Following the command, you can have several place holders which will be " +"replaced with the actual values when the actual program is run:\n" +"%f - a single file name\n" +"%F - a list of files; use for applications that can open several local files " +"at once\n" +"%u - a single URL\n" +"%U - a list of URLs\n" +"%d - the directory of the file to open\n" +"%D - a list of directories\n" +"%i - the icon\n" +"%m - the mini-icon\n" +"%c - the caption" +msgstr "" + +#: kdeui/klineeditdlg.cpp:92 +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:178 +msgid "&Browse..." +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:179 +msgid "" +"Click here to browse your file system in order to find the desired " +"executable." +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:180 +msgid "&Work path:" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:181 +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:182 +msgid "Sets the working directory for your application." +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:183 +msgid "Add..." +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:184 +msgid "" +"Click on this button if you want to add a type of file (mimetype) that your " +"application can handle." +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:186 +msgid "" +"If you want to remove a type of file (mimetype) that your application cannot " +"handle, select the mimetype in the list above and click on this button." +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:187 +msgid "Ad&vanced Options" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:188 +msgid "" +"Click here to modify the way this application will run, launch feedback, " +"DCOP options or to run it as a different user." +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/knotifywidgetbase.cpp:52 +#: obj-i486-linux-gnu/kio/kfile/knotifywidgetbase.cpp:213 +msgid "Events" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/knotifywidgetbase.cpp:214 +msgid "Quick Controls" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/knotifywidgetbase.cpp:215 +msgid "Apply to &all applications" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/knotifywidgetbase.cpp:216 +msgid "Turn O&ff All" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/knotifywidgetbase.cpp:217 +#: obj-i486-linux-gnu/kio/kfile/knotifywidgetbase.cpp:219 +msgid "Allows you to change the behavior for all events at once" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/knotifywidgetbase.cpp:218 +msgid "Turn O&n All" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/knotifywidgetbase.cpp:220 +msgid "Actions" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/knotifywidgetbase.cpp:221 +msgid "Print a message to standard &error output" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/knotifywidgetbase.cpp:222 +msgid "Show a &message in a pop-up window" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/knotifywidgetbase.cpp:223 +msgid "E&xecute a program:" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/knotifywidgetbase.cpp:224 +msgid "Play a &sound:" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/knotifywidgetbase.cpp:226 +msgid "Test the Sound" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/knotifywidgetbase.cpp:227 +msgid "Mark &taskbar entry" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/knotifywidgetbase.cpp:228 +msgid "&Log to a file:" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/knotifywidgetbase.cpp:229 +msgid "&Use a passive window that does not interrupt other work" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/knotifywidgetbase.cpp:230 +msgid "Less Options" +msgstr "" + +#: obj-i486-linux-gnu/kio/kfile/knotifywidgetbase.cpp:231 +msgid "Player Settings" +msgstr "" + +#: kdecore/kde-config.cpp.in:14 obj-i486-linux-gnu/kdecore/kde-config.cpp:14 +msgid "A little program to output installation paths" +msgstr "" + +#: kdecore/kde-config.cpp.in:18 obj-i486-linux-gnu/kdecore/kde-config.cpp:18 +msgid "expand ${prefix} and ${exec_prefix} in output" +msgstr "" + +#: kdecore/kde-config.cpp.in:19 obj-i486-linux-gnu/kdecore/kde-config.cpp:19 +msgid "Compiled in prefix for KDE libraries" +msgstr "" + +#: kdecore/kde-config.cpp.in:20 obj-i486-linux-gnu/kdecore/kde-config.cpp:20 +msgid "Compiled in exec_prefix for KDE libraries" +msgstr "" + +#: kdecore/kde-config.cpp.in:21 obj-i486-linux-gnu/kdecore/kde-config.cpp:21 +msgid "Compiled in library path suffix" +msgstr "" + +#: kdecore/kde-config.cpp.in:22 obj-i486-linux-gnu/kdecore/kde-config.cpp:22 +msgid "Prefix in $HOME used to write files" +msgstr "" + +#: kdecore/kde-config.cpp.in:23 obj-i486-linux-gnu/kdecore/kde-config.cpp:23 +msgid "Compiled in version string for KDE libraries" +msgstr "" + +#: kdecore/kde-config.cpp.in:24 obj-i486-linux-gnu/kdecore/kde-config.cpp:24 +msgid "Available KDE resource types" +msgstr "" + +#: kdecore/kde-config.cpp.in:25 obj-i486-linux-gnu/kdecore/kde-config.cpp:25 +msgid "Search path for resource type" +msgstr "" + +#: kdecore/kde-config.cpp.in:26 obj-i486-linux-gnu/kdecore/kde-config.cpp:26 +msgid "User path: desktop|autostart|trash|document" +msgstr "" + +#: kdecore/kde-config.cpp.in:27 obj-i486-linux-gnu/kdecore/kde-config.cpp:27 +msgid "Prefix to install resource files to" +msgstr "" + +#: kdecore/kde-config.cpp.in:168 obj-i486-linux-gnu/kdecore/kde-config.cpp:168 +msgid "Applications menu (.desktop files)" +msgstr "" + +#: kdecore/kde-config.cpp.in:169 obj-i486-linux-gnu/kdecore/kde-config.cpp:169 +msgid "CGIs to run from kdehelp" +msgstr "" + +#: kdecore/kde-config.cpp.in:170 obj-i486-linux-gnu/kdecore/kde-config.cpp:170 +msgid "Configuration files" +msgstr "" + +#: kdecore/kde-config.cpp.in:171 obj-i486-linux-gnu/kdecore/kde-config.cpp:171 +msgid "Where applications store data" +msgstr "" + +#: kdecore/kde-config.cpp.in:172 obj-i486-linux-gnu/kdecore/kde-config.cpp:172 +msgid "Executables in $prefix/bin" +msgstr "" + +#: kdecore/kde-config.cpp.in:173 obj-i486-linux-gnu/kdecore/kde-config.cpp:173 +msgid "HTML documentation" +msgstr "" + +#: kdecore/kde-config.cpp.in:174 obj-i486-linux-gnu/kdecore/kde-config.cpp:174 +msgid "Icons" +msgstr "" + +#: kdecore/kde-config.cpp.in:175 obj-i486-linux-gnu/kdecore/kde-config.cpp:175 +msgid "Configuration description files" +msgstr "" + +#: kdecore/kde-config.cpp.in:176 obj-i486-linux-gnu/kdecore/kde-config.cpp:176 +msgid "Libraries" +msgstr "" + +#: kdecore/kde-config.cpp.in:177 obj-i486-linux-gnu/kdecore/kde-config.cpp:177 +msgid "Includes/Headers" +msgstr "" + +#: kdecore/kde-config.cpp.in:178 obj-i486-linux-gnu/kdecore/kde-config.cpp:178 +msgid "Translation files for KLocale" +msgstr "" + +#: kdecore/kde-config.cpp.in:179 obj-i486-linux-gnu/kdecore/kde-config.cpp:179 +msgid "Mime types" +msgstr "" + +#: kdecore/kde-config.cpp.in:180 obj-i486-linux-gnu/kdecore/kde-config.cpp:180 +msgid "Loadable modules" +msgstr "" + +#: kdecore/kde-config.cpp.in:181 obj-i486-linux-gnu/kdecore/kde-config.cpp:181 +msgid "Qt plugins" +msgstr "" + +#: kdecore/kde-config.cpp.in:182 obj-i486-linux-gnu/kdecore/kde-config.cpp:182 +msgid "Services" +msgstr "" + +#: kdecore/kde-config.cpp.in:183 obj-i486-linux-gnu/kdecore/kde-config.cpp:183 +msgid "Service types" +msgstr "" + +#: kdecore/kde-config.cpp.in:184 obj-i486-linux-gnu/kdecore/kde-config.cpp:184 +msgid "Application sounds" +msgstr "" + +#: kdecore/kde-config.cpp.in:185 obj-i486-linux-gnu/kdecore/kde-config.cpp:185 +msgid "Templates" +msgstr "" + +#: kdecore/kde-config.cpp.in:186 obj-i486-linux-gnu/kdecore/kde-config.cpp:186 +msgid "Wallpapers" +msgstr "" + +#: kdecore/kde-config.cpp.in:187 obj-i486-linux-gnu/kdecore/kde-config.cpp:187 +msgid "XDG Application menu (.desktop files)" +msgstr "" + +#: kdecore/kde-config.cpp.in:188 obj-i486-linux-gnu/kdecore/kde-config.cpp:188 +msgid "XDG Menu descriptions (.directory files)" +msgstr "" + +#: kdecore/kde-config.cpp.in:189 obj-i486-linux-gnu/kdecore/kde-config.cpp:189 +msgid "XDG Menu layout (.menu files)" +msgstr "" + +#: kdecore/kde-config.cpp.in:190 obj-i486-linux-gnu/kdecore/kde-config.cpp:190 +msgid "Temporary files (specific for both current host and current user)" +msgstr "" + +#: kdecore/kde-config.cpp.in:191 obj-i486-linux-gnu/kdecore/kde-config.cpp:191 +msgid "UNIX Sockets (specific for both current host and current user)" +msgstr "" + +#: kdecore/kde-config.cpp.in:203 obj-i486-linux-gnu/kdecore/kde-config.cpp:203 +msgid "%1 - unknown type\n" +msgstr "" + +#: kdecore/kde-config.cpp.in:228 obj-i486-linux-gnu/kdecore/kde-config.cpp:228 +msgid "%1 - unknown type of userpath\n" +msgstr "" + +#: obj-i486-linux-gnu/kdoctools/xslt_pure.cpp:55 +msgid "Parsing stylesheet" +msgstr "" + +#: obj-i486-linux-gnu/kdoctools/xslt_pure.cpp:69 +msgid "Parsing document" +msgstr "" + +#: obj-i486-linux-gnu/kdoctools/xslt_pure.cpp:78 +msgid "Applying stylesheet" +msgstr "" + +#: obj-i486-linux-gnu/kdoctools/xslt_pure.cpp:86 +msgid "Writing document" +msgstr "" + +#: kutils/kcmoduleloader.cpp:98 +msgid "" +"There was an error when loading the module '%1'.

The desktop file " +"(%2) as well as the library (%3) was found but yet the module could not be " +"loaded properly. Most likely the factory declaration was wrong, or the " +"create_* function was missing.
" +msgstr "" + +#: kutils/kcmoduleloader.cpp:111 +msgid "The specified library %1 could not be found." +msgstr "" + +#: kutils/kcmoduleloader.cpp:134 kutils/kcmoduleloader.cpp:143 +msgid "The module %1 could not be found." +msgstr "" + +#: kutils/kcmoduleloader.cpp:136 +msgid "" +"

The Lisa and lan:/ ioslave modules are not installed by default in " +"Kubuntu, because they are obsolete and replaced by zeroconf.
If you " +"still wish to use them, you should install the lisa package from the " +"Universe repository.

" +msgstr "" + +#: kutils/kcmoduleloader.cpp:145 +msgid "" +"

The diagnostics is:
The desktop file %1 could not be " +"found.

" +msgstr "" + +#: kutils/kcmoduleloader.cpp:166 +msgid "The module %1 could not be loaded." +msgstr "" + +#: kutils/kcmoduleloader.cpp:185 +msgid "The module %1 is not a valid configuration module." +msgstr "" + +#: kutils/kcmoduleloader.cpp:186 +msgid "" +"

The diagnostics is:
The desktop file %1 does not specify a " +"library." +msgstr "" + +#: kutils/kcmoduleloader.cpp:220 +msgid "There was an error loading the module." +msgstr "" + +#: kutils/kcmoduleloader.cpp:220 kutils/kcmoduleloader.cpp:288 +msgid "" +"

The diagnostics is:
%1

Possible reasons:

  • An error " +"occurred during your last KDE upgrade leaving an orphaned control " +"module
  • You have old third party modules lying around.

Check these " +"points carefully and try to remove the module mentioned in the error " +"message. If this fails, consider contacting your distributor or " +"packager.

" +msgstr "" + +#: kutils/kfinddialog.cpp:55 kutils/kfinddialog.cpp:66 +msgid "Find Text" +msgstr "" + +#: kutils/kfinddialog.cpp:77 +msgid "Replace Text" +msgstr "" + +#: kutils/kfinddialog.cpp:126 +msgid "&Text to find:" +msgstr "" + +#: kutils/kfinddialog.cpp:130 +msgid "Regular e&xpression" +msgstr "" + +#: kresources/configpage.cpp:129 kutils/kfinddialog.cpp:131 +msgid "&Edit..." +msgstr "" + +#: kutils/kfinddialog.cpp:140 +msgid "Replace With" +msgstr "" + +#: kutils/kfinddialog.cpp:147 +msgid "Replace&ment text:" +msgstr "" + +#: kutils/kfinddialog.cpp:151 +msgid "Use p&laceholders" +msgstr "" + +#: kutils/kfinddialog.cpp:152 +msgid "Insert Place&holder" +msgstr "" + +#: kutils/kfinddialog.cpp:168 +msgid "C&ase sensitive" +msgstr "" + +#: kutils/kfinddialog.cpp:169 +msgid "&Whole words only" +msgstr "" + +#: kutils/kfinddialog.cpp:170 +msgid "From c&ursor" +msgstr "" + +#: kdeui/keditcl2.cpp:730 kdeui/keditcl2.cpp:870 kutils/kfinddialog.cpp:171 +msgid "Find &backwards" +msgstr "" + +#: kutils/kfinddialog.cpp:172 +msgid "&Selected text" +msgstr "" + +#: kutils/kfinddialog.cpp:179 +msgid "&Prompt on replace" +msgstr "" + +#: kutils/kfinddialog.cpp:232 +msgid "Start replace" +msgstr "" + +#: kutils/kfinddialog.cpp:233 +msgid "" +"If you press the Replace button, the text you entered above is " +"searched for within the document and any occurrence is replaced with the " +"replacement text." +msgstr "" + +#: kdeui/keditcl2.cpp:701 kdeui/keditcl2.cpp:833 kdeui/kstdguiitem.cpp:254 +#: kutils/kfinddialog.cpp:239 +msgid "&Find" +msgstr "" + +#: kutils/kfinddialog.cpp:240 +msgid "Start searching" +msgstr "" + +#: kutils/kfinddialog.cpp:241 +msgid "" +"If you press the Find button, the text you entered above is " +"searched for within the document." +msgstr "" + +#: kutils/kfinddialog.cpp:247 +msgid "" +"Enter a pattern to search for, or select a previous pattern from the list." +msgstr "" + +#: kutils/kfinddialog.cpp:250 +msgid "If enabled, search for a regular expression." +msgstr "" + +#: kutils/kfinddialog.cpp:252 +msgid "Click here to edit your regular expression using a graphical editor." +msgstr "" + +#: kutils/kfinddialog.cpp:254 +msgid "Enter a replacement string, or select a previous one from the list." +msgstr "" + +#: kutils/kfinddialog.cpp:256 +msgid "" +"If enabled, any occurrence of \\N, where " +"N is a integer number, will be replaced with the " +"corresponding capture (\"parenthesized substring\") from the pattern.

To " +"include (a literal \\N in your replacement, put an extra " +"backslash in front of it, like \\\\N." +msgstr "" + +#: kutils/kfinddialog.cpp:263 +msgid "Click for a menu of available captures." +msgstr "" + +#: kutils/kfinddialog.cpp:265 +msgid "Require word boundaries in both ends of a match to succeed." +msgstr "" + +#: kutils/kfinddialog.cpp:267 +msgid "Start searching at the current cursor location rather than at the top." +msgstr "" + +#: kutils/kfinddialog.cpp:269 +msgid "Only search within the current selection." +msgstr "" + +#: kutils/kfinddialog.cpp:271 +msgid "" +"Perform a case sensitive search: entering the pattern 'Joe' will not match " +"'joe' or 'JOE', only 'Joe'." +msgstr "" + +#: kutils/kfinddialog.cpp:274 +msgid "Search backwards." +msgstr "" + +#: kutils/kfinddialog.cpp:276 +msgid "Ask before replacing each match found." +msgstr "" + +#: kutils/kfinddialog.cpp:449 +msgid "Any Character" +msgstr "" + +#: kutils/kfinddialog.cpp:450 +msgid "Start of Line" +msgstr "" + +#: kutils/kfinddialog.cpp:452 +msgid "Set of Characters" +msgstr "" + +#: kutils/kfinddialog.cpp:453 +msgid "Repeats, Zero or More Times" +msgstr "" + +#: kutils/kfinddialog.cpp:454 +msgid "Repeats, One or More Times" +msgstr "" + +#: kutils/kfinddialog.cpp:455 +msgid "Optional" +msgstr "" + +#: kutils/kfinddialog.cpp:456 +msgid "Escape" +msgstr "" + +#: kutils/kfinddialog.cpp:457 +msgid "TAB" +msgstr "" + +#: kutils/kfinddialog.cpp:458 +msgid "Newline" +msgstr "" + +#: kutils/kfinddialog.cpp:459 +msgid "Carriage Return" +msgstr "" + +#: kutils/kfinddialog.cpp:460 +msgid "White Space" +msgstr "" + +#: kutils/kfinddialog.cpp:461 +msgid "Digit" +msgstr "" + +#: kutils/kfinddialog.cpp:510 +msgid "Complete Match" +msgstr "" + +#: kutils/kfinddialog.cpp:515 +msgid "Captured Text (%1)" +msgstr "" + +#: kutils/kfinddialog.cpp:523 +msgid "You must enter some text to search for." +msgstr "" + +#: kutils/kfinddialog.cpp:534 +msgid "Invalid regular expression." +msgstr "" + +#: kutils/kreplace.cpp:49 +msgid "&All" +msgstr "" + +#: kutils/kreplace.cpp:49 +msgid "&Skip" +msgstr "" + +#: kutils/kreplace.cpp:58 +msgid "Replace '%1' with '%2'?" +msgstr "" + +#: kutils/kreplace.cpp:105 kutils/kreplace.cpp:300 +msgid "No text was replaced." +msgstr "" + +#: kutils/kreplace.cpp:107 kutils/kreplace.cpp:302 +#, c-format +msgid "" +"_n: 1 replacement done.\n" +"%n replacements done." +msgstr "" + +#: kutils/kfind.cpp:650 kutils/kreplace.cpp:307 +msgid "Beginning of document reached." +msgstr "" + +#: kutils/kfind.cpp:652 kutils/kreplace.cpp:309 +msgid "End of document reached." +msgstr "" + +#: kutils/kreplace.cpp:316 +msgid "Do you want to restart search from the end?" +msgstr "" + +#: kutils/kreplace.cpp:317 +msgid "Do you want to restart search at the beginning?" +msgstr "" + +#: kutils/kreplace.cpp:319 +msgid "Restart" +msgstr "" + +#: kutils/kpluginselector.cpp:111 +msgid "" +"
Description:%1
Author:" +"%2
Version:%3
" +"License:%4
" +msgstr "" + +#: kabc/addressee.cpp:335 kabc/addresseedialog.cpp:70 +#: kabc/addresseedialog.cpp:100 kabc/distributionlistdialog.cpp:174 +#: kabc/distributionlistdialog.cpp:189 kabc/distributionlisteditor.cpp:142 +#: kabc/distributionlisteditor.cpp:161 khtml/misc/knsplugininstaller.cpp:381 +#: knewstuff/downloaddialog.cpp:270 knewstuff/downloaddialog.cpp:276 +#: knewstuff/downloaddialog.cpp:282 knewstuff/providerdialog.cpp:65 +#: kresources/configpage.cpp:119 kutils/kpluginselector.cpp:200 +msgid "Name" +msgstr "" + +#: kutils/kpluginselector.cpp:536 +msgid "(This plugin is not configurable)" +msgstr "" + +#: kutils/kfind.cpp:53 +msgid "Find next occurrence of '%1'?" +msgstr "" + +#: kutils/kfind.cpp:623 kutils/kfind.cpp:643 +#, c-format +msgid "" +"_n: 1 match found.\n" +"%n matches found." +msgstr "" + +#: kutils/kfind.cpp:625 +msgid "No matches found for '%1'." +msgstr "" + +#: kutils/kfind.cpp:645 +msgid "No matches found for '%1'." +msgstr "" + +#: kutils/kfind.cpp:659 +msgid "Continue from the end?" +msgstr "" + +#: kutils/kfind.cpp:660 +msgid "Continue from the beginning?" +msgstr "" + +#: kutils/kreplacedialog.cpp:142 +msgid "Your replacement string is referencing a capture greater than '\\%1', " +msgstr "" + +#: kutils/kreplacedialog.cpp:145 +#, c-format +msgid "" +"_n: but your pattern only defines 1 capture.\n" +"but your pattern only defines %n captures." +msgstr "" + +#: kutils/kreplacedialog.cpp:146 +msgid "but your pattern defines no captures." +msgstr "" + +#: kutils/kreplacedialog.cpp:147 +msgid "" +"\n" +"Please correct." +msgstr "" + +#: kutils/kcmoduleproxy.cpp:212 +msgid "" +"Changes in this section requires root access.
Click the " +"\"Administrator Mode\" button to allow modifications." +msgstr "" + +#: kutils/kcmoduleproxy.cpp:219 +msgid "" +"This section requires special permissions, probably for system-wide changes; " +"therefore, it is required that you provide the root password to be able to " +"change the module's properties. If you do not provide the password, the " +"module will be disabled." +msgstr "" + +#: kutils/kcmoduleproxy.cpp:251 +#, c-format +msgid "" +"_: Argument is application name\n" +"This configuration section is already opened in %1" +msgstr "" + +#: kutils/kcmoduleproxy.cpp:324 +msgid "Loading..." +msgstr "" + +#: kutils/ksettings/dialog.cpp:590 +msgid "Select Components..." +msgstr "" + +#: kutils/ksettings/componentsdialog.cpp:48 +msgid "Select Components" +msgstr "" + +#: kdeui/kshortcutdialog.cpp:68 +msgid "Configure Shortcut" +msgstr "" + +#: kdeui/kshortcutdialog.cpp:71 +msgid "Advanced" +msgstr "" + +#: kdeui/kdialogbase.cpp:636 +msgid "&Try" +msgstr "" + +#: kdeui/kdialogbase.cpp:904 +msgid "" +"If you press the OK button, all changes\n" +"you made will be used to proceed." +msgstr "" + +#: kdeui/kdialogbase.cpp:911 +msgid "Accept settings" +msgstr "" + +#: kdeui/kdialogbase.cpp:932 +msgid "" +"When clicking Apply, the settings will be\n" +"handed over to the program, but the dialog\n" +"will not be closed. Use this to try different settings. " +msgstr "" + +#: kdeui/kdialogbase.cpp:941 +msgid "Apply settings" +msgstr "" + +#: kdeui/kdialogbase.cpp:1130 +msgid "&Details" +msgstr "" + +#: kdeui/kdialogbase.cpp:1538 +msgid "Get help..." +msgstr "" + +#: kdeui/ktimezonewidget.cpp:45 +msgid "Area" +msgstr "" + +#: kabc/address.cpp:217 kdeui/ktimezonewidget.cpp:46 +msgid "Region" +msgstr "" + +#: kab/addressbook.cc:295 kdeui/ktimezonewidget.cpp:47 +msgid "Comment" +msgstr "" + +#. i18n "??" is displayed as (pseudo-)version when no data is known about the application +#: kdeui/kaboutapplication.cpp:63 +msgid "??" +msgstr "" + +#: kdeui/kaboutapplication.cpp:67 +msgid "" +"No information available.\n" +"The supplied KAboutData object does not exist." +msgstr "" + +#: kdeui/kaboutapplication.cpp:107 +msgid "A&uthor" +msgstr "" + +#: kdeui/kaboutapplication.cpp:107 +msgid "A&uthors" +msgstr "" + +#: kdeui/kaboutapplication.cpp:117 +msgid "" +"Please use http://bugs.kde.org to report " +"bugs.\n" +msgstr "" + +#: kdeui/kaboutapplication.cpp:121 kdeui/kaboutapplication.cpp:124 +msgid "Please report bugs to %2.\n" +msgstr "" + +#: kdeui/kaboutapplication.cpp:149 +msgid "&Thanks To" +msgstr "" + +#: kdeui/kaboutapplication.cpp:176 +msgid "T&ranslation" +msgstr "" + +#: kdeui/kaboutapplication.cpp:181 +msgid "&License Agreement" +msgstr "" + +#: kdeui/kpassdlg.cpp:372 +msgid "&Password:" +msgstr "" + +#: kdeui/kpassdlg.cpp:391 +msgid "&Keep password" +msgstr "" + +#: kdeui/kpassdlg.cpp:403 +msgid "&Verify:" +msgstr "" + +#: kdeui/kpassdlg.cpp:425 +msgid "Password strength meter:" +msgstr "" + +#: kdeui/kpassdlg.cpp:429 +msgid "" +"The password strength meter gives an indication of the security of the " +"password you have entered. To improve the strength of the password, try:\n" +" - using a longer password;\n" +" - using a mixture of upper- and lower-case letters;\n" +" - using numbers or symbols, such as #, as well as letters." +msgstr "" + +#: kdeui/kpassdlg.cpp:445 kdeui/kpassdlg.cpp:617 +msgid "Passwords do not match" +msgstr "" + +#: kdeui/kpassdlg.cpp:515 +msgid "You entered two different passwords. Please try again." +msgstr "" + +#: kdeui/kpassdlg.cpp:522 +msgid "" +"The password you have entered has a low strength. To improve the strength of " +"the password, try:\n" +" - using a longer password;\n" +" - using a mixture of upper- and lower-case letters;\n" +" - using numbers or symbols as well as letters.\n" +"\n" +"Would you like to use this password anyway?" +msgstr "" + +#: kdeui/kpassdlg.cpp:530 +msgid "Low Password Strength" +msgstr "" + +#: kdeui/kpassdlg.cpp:611 +msgid "Password is empty" +msgstr "" + +#: kdeui/kpassdlg.cpp:614 +#, c-format +msgid "" +"_n: Password must be at least 1 character long\n" +"Password must be at least %n characters long" +msgstr "" + +#: kdeui/kpassdlg.cpp:616 +msgid "Passwords match" +msgstr "" + +#: kdeui/ktoolbarhandler.cpp:86 +msgid "Show Toolbar" +msgstr "" + +#: kdeui/ktoolbarhandler.cpp:87 +msgid "Hide Toolbar" +msgstr "" + +#: kdeui/ktoolbarhandler.cpp:91 +msgid "Toolbars" +msgstr "" + +#: kdeui/kstdguiitem.cpp:110 khtml/java/kjavaappletserver.cpp:804 +msgid "&Yes" +msgstr "" + +#: kdeui/kstdguiitem.cpp:115 khtml/java/kjavaappletserver.cpp:797 +msgid "&No" +msgstr "" + +#: kdeui/kstdguiitem.cpp:120 +msgid "Discard changes" +msgstr "" + +#: kdeui/kstdguiitem.cpp:121 +msgid "" +"Pressing this button will discard all recent changes made in this dialog" +msgstr "" + +#: kdeui/kstdguiitem.cpp:127 +msgid "Save data" +msgstr "" + +#: kdeui/kstdguiitem.cpp:132 +msgid "&Do Not Save" +msgstr "" + +#: kdeui/kstdguiitem.cpp:133 +msgid "Don't save data" +msgstr "" + +#: kdeui/kstdaction_p.h:44 kdeui/kstdguiitem.cpp:138 +msgid "Save &As..." +msgstr "" + +#: kdeui/kstdguiitem.cpp:139 +msgid "Save file with another name" +msgstr "" + +#: kdeui/kstdguiitem.cpp:144 +msgid "Apply changes" +msgstr "" + +#: kdeui/kstdguiitem.cpp:145 +msgid "" +"When clicking Apply, the settings will be handed over to the program, " +"but the dialog will not be closed.\n" +"Use this to try different settings." +msgstr "" + +#: kdeui/kstdguiitem.cpp:153 +msgid "Administrator &Mode..." +msgstr "" + +#: kdeui/kstdguiitem.cpp:153 +msgid "Enter Administrator Mode" +msgstr "" + +#: kdeui/kstdguiitem.cpp:154 +msgid "" +"When clicking Administrator Mode you will be prompted for the " +"administrator (root) password in order to make changes which require root " +"privileges." +msgstr "" + +#: kdeui/kstdguiitem.cpp:162 +msgid "Clear input" +msgstr "" + +#: kdeui/kstdguiitem.cpp:163 +msgid "Clear the input in the edit field" +msgstr "" + +#: kdeui/kstdaction.cpp:62 kdeui/kstdguiitem.cpp:168 +msgid "" +"_: show help\n" +"&Help" +msgstr "" + +#: kdeui/kstdguiitem.cpp:169 +msgid "Show help" +msgstr "" + +#: kdeui/kstdguiitem.cpp:175 +msgid "Close the current window or document" +msgstr "" + +#: kdeui/kstdguiitem.cpp:181 +msgid "Reset all items to their default values" +msgstr "" + +#: kdeui/kstdaction.cpp:51 kdeui/kstdguiitem.cpp:188 +msgid "" +"_: go back\n" +"&Back" +msgstr "" + +#: kdeui/kstdguiitem.cpp:189 +msgid "Go back one step" +msgstr "" + +#: kdeui/kstdaction.cpp:56 kdeui/kstdguiitem.cpp:196 +msgid "" +"_: go forward\n" +"&Forward" +msgstr "" + +#: kdeui/kstdguiitem.cpp:197 +msgid "Go forward one step" +msgstr "" + +#: kdeui/kstdguiitem.cpp:208 +msgid "Opens the print dialog to print the current document" +msgstr "" + +#: kdeui/kstdguiitem.cpp:214 +msgid "C&ontinue" +msgstr "" + +#: kdeui/kstdguiitem.cpp:215 +msgid "Continue operation" +msgstr "" + +#: kdeui/kstdguiitem.cpp:221 +msgid "Delete item(s)" +msgstr "" + +#: kdeui/kstdguiitem.cpp:227 +msgid "Open file" +msgstr "" + +#: kdeui/kstdguiitem.cpp:233 +msgid "Quit application" +msgstr "" + +#: kdeui/kstdguiitem.cpp:238 +msgid "&Reset" +msgstr "" + +#: kdeui/kstdguiitem.cpp:239 +msgid "Reset configuration" +msgstr "" + +#: kdeui/kstdguiitem.cpp:244 +msgid "" +"_: Verb\n" +"&Insert" +msgstr "" + +#: kdeui/kstdguiitem.cpp:249 +msgid "Confi&gure..." +msgstr "" + +#: kdeui/kstdguiitem.cpp:274 +msgid "Test" +msgstr "" + +#: kdeui/kstdguiitem.cpp:284 +msgid "&Overwrite" +msgstr "" + +#: kdeui/kmessagebox.cpp:246 knewstuff/downloaddialog.cpp:295 +#: knewstuff/downloaddialog.cpp:505 +msgid "Details" +msgstr "" + +#: kdeui/kmessagebox.cpp:428 kdeui/kmessagebox.cpp:479 +msgid "Question" +msgstr "" + +#: kdeui/kmessagebox.cpp:442 kdeui/kmessagebox.cpp:494 +#: kdeui/kmessagebox.cpp:575 kdeui/kmessagebox.cpp:647 +#: kdeui/kmessagebox.cpp:723 +msgid "Do not ask again" +msgstr "" + +#: kdeui/kaboutdialog.cpp:1535 kdeui/khelpmenu.cpp:235 +#: kdeui/kmessagebox.cpp:975 +#, c-format +msgid "About %1" +msgstr "" + +#: kdeui/ktoolbar.cpp:2040 +msgid "Toolbar Menu" +msgstr "" + +#: kdeui/ktoolbar.cpp:2043 +msgid "" +"_: toolbar position string\n" +"Top" +msgstr "" + +#: kdeui/ktoolbar.cpp:2044 +msgid "" +"_: toolbar position string\n" +"Left" +msgstr "" + +#: kdeui/ktoolbar.cpp:2045 +msgid "" +"_: toolbar position string\n" +"Right" +msgstr "" + +#: kdeui/ktoolbar.cpp:2046 +msgid "" +"_: toolbar position string\n" +"Bottom" +msgstr "" + +#: kdeui/ktoolbar.cpp:2048 +msgid "" +"_: toolbar position string\n" +"Floating" +msgstr "" + +#: kdeui/ktoolbar.cpp:2049 +msgid "" +"_: min toolbar\n" +"Flat" +msgstr "" + +#: kdeui/ktoolbar.cpp:2052 +msgid "Icons Only" +msgstr "" + +#: kdeui/ktoolbar.cpp:2053 +msgid "Text Only" +msgstr "" + +#: kdeui/ktoolbar.cpp:2054 +msgid "Text Alongside Icons" +msgstr "" + +#: kdeui/ktoolbar.cpp:2055 +msgid "Text Under Icons" +msgstr "" + +#: kdeui/ktoolbar.cpp:2080 kdeui/ktoolbar.cpp:2101 +msgid "Small (%1x%2)" +msgstr "" + +#: kdeui/ktoolbar.cpp:2082 kdeui/ktoolbar.cpp:2103 +msgid "Medium (%1x%2)" +msgstr "" + +#: kdeui/ktoolbar.cpp:2084 kdeui/ktoolbar.cpp:2105 +msgid "Large (%1x%2)" +msgstr "" + +#: kdeui/ktoolbar.cpp:2086 kdeui/ktoolbar.cpp:2107 +msgid "Huge (%1x%2)" +msgstr "" + +#: kdeui/ktoolbar.cpp:2118 +msgid "Text Position" +msgstr "" + +#: kdeui/ktoolbar.cpp:2120 +msgid "Icon Size" +msgstr "" + +#: kdeui/kcharselect.cpp:366 +msgid "" +"_: Character\n" +"%2
Unicode code point: " +"U+%3
(In decimal: %4)
(Character: %5)
" +msgstr "" + +#: kdeui/kcharselect.cpp:383 kdeui/kfontdialog.cpp:144 +msgid "Font:" +msgstr "" + +#: kdeui/kcharselect.cpp:394 +msgid "Table:" +msgstr "" + +#: kdeui/kcharselect.cpp:404 +msgid "&Unicode code point:" +msgstr "" + +#: kdeui/kbugreport.cpp:70 +msgid "Submit Bug Report" +msgstr "" + +#: kdeui/kbugreport.cpp:110 +msgid "" +"Your email address. If incorrect, use the Configure Email button to change it" +msgstr "" + +#: kdeui/kbugreport.cpp:111 +msgid "From:" +msgstr "" + +#: kdeui/kbugreport.cpp:120 +msgid "Configure Email..." +msgstr "" + +#: kdeui/kbugreport.cpp:127 +msgid "The email address this bug report is sent to." +msgstr "" + +#: kdeui/kbugreport.cpp:128 +msgid "To:" +msgstr "" + +#: kdeui/kbugreport.cpp:135 +msgid "&Send" +msgstr "" + +#: kdeui/kbugreport.cpp:135 +msgid "Send bug report." +msgstr "" + +#: kdeui/kbugreport.cpp:136 +#, c-format +msgid "Send this bug report to %1." +msgstr "" + +#: kdeui/kbugreport.cpp:147 +msgid "" +"The application for which you wish to submit a bug report - if incorrect, " +"please use the Report Bug menu item of the correct application" +msgstr "" + +#: kdeui/kbugreport.cpp:148 +msgid "Application: " +msgstr "" + +#: kdeui/kbugreport.cpp:173 +msgid "" +"The version of this application - please make sure that no newer version is " +"available before sending a bug report" +msgstr "" + +#: kdeui/kbugreport.cpp:174 knewstuff/uploaddialog.cpp:73 +msgid "Version:" +msgstr "" + +#: kdeui/kbugreport.cpp:180 +msgid "no version set (programmer error!)" +msgstr "" + +#: kdeui/kbugreport.cpp:190 +msgid "OS:" +msgstr "" + +#: kdeui/kbugreport.cpp:202 +msgid "Compiler:" +msgstr "" + +#: kdeui/kbugreport.cpp:210 +msgid "Se&verity" +msgstr "" + +#: kdeui/kbugreport.cpp:212 +msgid "Critical" +msgstr "" + +#: kdeui/kbugreport.cpp:212 +msgid "Grave" +msgstr "" + +#: kdeui/kbugreport.cpp:212 +msgid "" +"_: normal severity\n" +"Normal" +msgstr "" + +#: kdeui/kbugreport.cpp:212 +msgid "Wishlist" +msgstr "" + +#: kdeui/kbugreport.cpp:212 +msgid "Translation" +msgstr "" + +#: kdeui/kbugreport.cpp:225 +msgid "S&ubject: " +msgstr "" + +#: kdeui/kbugreport.cpp:232 +msgid "" +"Enter the text (in English if possible) that you wish to submit for the bug " +"report.\n" +"If you press \"Send\", a mail message will be sent to the maintainer of this " +"program.\n" +msgstr "" + +#: kdeui/kbugreport.cpp:252 +msgid "" +"To submit a bug report, click on the button below.\n" +"This will open a web browser window on http://bugs.kde.org where you will " +"find a form to fill in.\n" +"The information displayed above will be transferred to that server." +msgstr "" + +#: kdeui/kbugreport.cpp:260 +msgid "&Launch Bug Report Wizard" +msgstr "" + +#: kdeui/kbugreport.cpp:298 +msgid "" +"_: unknown program name\n" +"unknown" +msgstr "" + +#: kdeui/kbugreport.cpp:376 +msgid "" +"You must specify both a subject and a description before the report can be " +"sent." +msgstr "" + +#: kdeui/kbugreport.cpp:386 +msgid "" +"

You chose the severity Critical. Please note that this severity is " +"intended only for bugs that

  • break unrelated software on the " +"system (or the whole system)
  • cause serious data " +"loss
  • introduce a security hole on the system where the affected " +"package is installed
\n" +"

Does the bug you are reporting cause any of the above damage? If it does " +"not, please select a lower severity. Thank you!

" +msgstr "" + +#: kdeui/kbugreport.cpp:397 +msgid "" +"

You chose the severity Grave. Please note that this severity is " +"intended only for bugs that

  • make the package in question unusable " +"or mostly so
  • cause data loss
  • introduce a security hole " +"allowing access to the accounts of users who use the affected " +"package
\n" +"

Does the bug you are reporting cause any of the above damage? If it does " +"not, please select a lower severity. Thank you!

" +msgstr "" + +#: kdeui/kbugreport.cpp:409 +msgid "" +"Unable to send the bug report.\n" +"Please submit a bug report manually...\n" +"See http://bugs.kde.org/ for instructions." +msgstr "" + +#: kdeui/kbugreport.cpp:417 +msgid "Bug report sent, thank you for your input." +msgstr "" + +#: kdeui/kbugreport.cpp:426 +msgid "" +"Close and discard\n" +"edited message?" +msgstr "" + +#: kdeui/kbugreport.cpp:427 +msgid "Close Message" +msgstr "" + +#: kdeui/kxmlguibuilder.cpp:166 kdeui/kxmlguibuilder.cpp:365 +msgid "No text!" +msgstr "" + +#: kabc/addresseedialog.cpp:71 kabc/addresseedialog.cpp:101 +#: kabc/distributionlistdialog.cpp:190 kabc/distributionlisteditor.cpp:143 +#: kabc/field.cpp:211 kabc/scripts/field.src.cpp:104 kdeui/kaboutdialog.cpp:91 +msgid "Email" +msgstr "" + +#: kabc/addressee.cpp:841 kdeui/kaboutdialog.cpp:92 +msgid "Homepage" +msgstr "" + +#: kdeui/kaboutdialog.cpp:93 +msgid "Task" +msgstr "" + +#: kdeui/kaboutdialog.cpp:704 +msgid "%1 %2 (Using KDE %3)" +msgstr "" + +#: kdeui/kaboutdialog.cpp:706 +msgid "%1 %2, %3" +msgstr "" + +#: kdeui/kaboutdialog.cpp:1326 +msgid "Other Contributors:" +msgstr "" + +#: kdeui/kaboutdialog.cpp:1327 +msgid "(No logo available)" +msgstr "" + +#: kdeui/kaboutdialog.cpp:1772 +msgid "Image missing" +msgstr "" + +#: kdeui/kaboutkde.cpp:34 +msgid "" +"The K Desktop Environment is written and maintained by the KDE Team, " +"a world-wide network of software engineers committed to Free Software " +"development.

No single group, company or organization controls the " +"KDE source code. Everyone is welcome to contribute to KDE.

Visit http://www.kde.org for more information on " +"the KDE project. " +msgstr "" + +#: kdeui/kaboutkde.cpp:43 +msgid "" +"Software can always be improved, and the KDE Team is ready to do so. " +"However, you - the user - must tell us when something does not work as " +"expected or could be done better.

The K Desktop Environment has a bug " +"tracking system. Visit http://bugs.kde.org or use the \"Report " +"Bug...\" dialog from the \"Help\" menu to report bugs.

If you have a " +"suggestion for improvement then you are welcome to use the bug tracking " +"system to register your wish. Make sure you use the severity called " +"\"Wishlist\"." +msgstr "" + +#: kdeui/kaboutkde.cpp:54 +msgid "" +"You do not have to be a software developer to be a member of the KDE team. " +"You can join the national teams that translate program interfaces. You can " +"provide graphics, themes, sounds, and improved documentation. You " +"decide!

Visit http://www.kde.org/jobs/ for " +"information on some projects in which you can participate.

If you " +"need more information or documentation, then a visit to http://developer.kde.org will provide " +"you with what you need." +msgstr "" + +#: kdeui/kaboutkde.cpp:67 +msgid "" +"KDE is available free of charge, but making it is not free.

Thus, the " +"KDE team formed the KDE e.V., a non-profit organization legally founded in " +"Tuebingen, Germany. The KDE e.V. represents the KDE project in legal and " +"financial matters. See http://www.kde-ev.org for information on " +"the KDE e.V.

The KDE team does need financial support. Most of the " +"money is used to reimburse members and others on expenses they experienced " +"when contributing to KDE. You are encouraged to support KDE through a " +"financial donation, using one of the ways described at http://www.kde.org/support/.

" +"Thank you very much in advance for your support." +msgstr "" + +#: kdeui/kaboutkde.cpp:81 +#, c-format +msgid "K Desktop Environment. Release %1" +msgstr "" + +#: kdeui/kaboutkde.cpp:83 +msgid "" +"_: About KDE\n" +"&About" +msgstr "" + +#: kdeui/kaboutkde.cpp:84 +msgid "&Report Bugs or Wishes" +msgstr "" + +#: kdeui/kaboutkde.cpp:85 +msgid "&Join the KDE Team" +msgstr "" + +#: kdeui/kaboutkde.cpp:86 +msgid "&Support KDE" +msgstr "" + +#: kdeui/kfontdialog.cpp:101 +msgid "Here you can choose the font to be used." +msgstr "" + +#: kdeui/kfontdialog.cpp:113 +msgid "Requested Font" +msgstr "" + +#: kdeui/kfontdialog.cpp:136 +msgid "Change font family?" +msgstr "" + +#: kdeui/kfontdialog.cpp:138 +msgid "Enable this checkbox to change the font family settings." +msgstr "" + +#: kdeui/kfontdialog.cpp:151 +msgid "Font style" +msgstr "" + +#: kdeui/kfontdialog.cpp:155 +msgid "Change font style?" +msgstr "" + +#: kdeui/kfontdialog.cpp:157 +msgid "Enable this checkbox to change the font style settings." +msgstr "" + +#: kdeui/kfontdialog.cpp:163 +msgid "Font style:" +msgstr "" + +#: kdeui/kfontdialog.cpp:171 +msgid "Size" +msgstr "" + +#: kdeui/kfontdialog.cpp:175 +msgid "Change font size?" +msgstr "" + +#: kdeui/kfontdialog.cpp:177 +msgid "Enable this checkbox to change the font size settings." +msgstr "" + +#: kdeui/kfontdialog.cpp:183 +msgid "Size:" +msgstr "" + +#: kdeui/kfontdialog.cpp:199 +msgid "Here you can choose the font family to be used." +msgstr "" + +#: kdeui/kfontdialog.cpp:221 +msgid "Here you can choose the font style to be used." +msgstr "" + +#: kdeui/kfontdialog.cpp:224 kdeui/kfontdialog.cpp:473 +#: kdeui/kfontdialog.cpp:475 kdeui/kfontdialog.cpp:484 +#: kdeui/kfontdialog.cpp:485 +msgid "Regular" +msgstr "" + +#: kdeui/kfontdialog.cpp:226 +msgid "Bold" +msgstr "" + +#: kdeui/kfontdialog.cpp:227 +msgid "Bold Italic" +msgstr "" + +#: kdeui/kfontdialog.cpp:244 +msgid "Relative" +msgstr "" + +#: kdeui/kfontdialog.cpp:246 +msgid "Font size
fixed or relative
to environment" +msgstr "" + +#: kdeui/kfontdialog.cpp:248 +msgid "" +"Here you can switch between fixed font size and font size to be calculated " +"dynamically and adjusted to changing environment (e.g. widget dimensions, " +"paper size)." +msgstr "" + +#: kdeui/kfontdialog.cpp:272 +msgid "Here you can choose the font size to be used." +msgstr "" + +#. i18n: This is a classical test phrase. (It contains all letters from A to Z.) +#: kdeui/kfontdialog.cpp:296 +msgid "The Quick Brown Fox Jumps Over The Lazy Dog" +msgstr "" + +#: kdeui/kfontdialog.cpp:301 +msgid "" +"This sample text illustrates the current settings. You may edit it to test " +"special characters." +msgstr "" + +#: kdeui/kfontdialog.cpp:310 kdeui/kfontdialog.cpp:320 +msgid "Actual Font" +msgstr "" + +#: kdeui/ksconfig.cpp:102 +msgid "Create &root/affix combinations not in dictionary" +msgstr "" + +#: kdeui/ksconfig.cpp:107 +msgid "Consider run-together &words as spelling errors" +msgstr "" + +#: kdeui/ksconfig.cpp:118 +msgid "&Dictionary:" +msgstr "" + +#: kdeui/ksconfig.cpp:143 +msgid "&Encoding:" +msgstr "" + +#: kdeui/ksconfig.cpp:148 +msgid "International Ispell" +msgstr "" + +#: kdeui/ksconfig.cpp:149 +msgid "Aspell" +msgstr "" + +#: kdeui/ksconfig.cpp:150 +msgid "Hspell" +msgstr "" + +#: kdeui/ksconfig.cpp:151 +msgid "Zemberek" +msgstr "" + +#: kdeui/ksconfig.cpp:156 +msgid "&Client:" +msgstr "" + +#: kdeui/ksconfig.cpp:297 +msgid "Spanish" +msgstr "" + +#: kdeui/ksconfig.cpp:300 +msgid "Danish" +msgstr "" + +#: kdeui/ksconfig.cpp:303 +msgid "German" +msgstr "" + +#: kdeui/ksconfig.cpp:306 +msgid "German (new spelling)" +msgstr "" + +#: kdeui/ksconfig.cpp:309 +msgid "Brazilian Portuguese" +msgstr "" + +#: kdeui/ksconfig.cpp:312 +msgid "Portuguese" +msgstr "" + +#: kdeui/ksconfig.cpp:315 +msgid "Esperanto" +msgstr "" + +#: kdeui/ksconfig.cpp:318 +msgid "Norwegian" +msgstr "" + +#: kdeui/ksconfig.cpp:321 +msgid "Polish" +msgstr "" + +#: kdeui/ksconfig.cpp:324 khtml/khtml_part.cpp:288 +msgid "Russian" +msgstr "" + +#: kdeui/ksconfig.cpp:327 +msgid "Slovenian" +msgstr "" + +#: kdeui/ksconfig.cpp:330 +msgid "Slovak" +msgstr "" + +#: kdeui/ksconfig.cpp:333 +msgid "Czech" +msgstr "" + +#: kdeui/ksconfig.cpp:336 +msgid "Swedish" +msgstr "" + +#: kdeui/ksconfig.cpp:339 +msgid "Swiss German" +msgstr "" + +#: kdeui/ksconfig.cpp:342 khtml/khtml_part.cpp:291 +msgid "Ukrainian" +msgstr "" + +#: kdeui/ksconfig.cpp:345 +msgid "Lithuanian" +msgstr "" + +#: kdeui/ksconfig.cpp:348 +msgid "French" +msgstr "" + +#: kdeui/ksconfig.cpp:351 +msgid "Belarusian" +msgstr "" + +#: kdeui/ksconfig.cpp:354 +msgid "Hungarian" +msgstr "" + +#: kdeui/ksconfig.cpp:358 +msgid "" +"_: Unknown ispell dictionary\n" +"Unknown" +msgstr "" + +#: kdeui/ksconfig.cpp:440 kdeui/ksconfig.cpp:594 +msgid "ISpell Default" +msgstr "" + +#: kdeui/ksconfig.cpp:488 kdeui/ksconfig.cpp:642 +msgid "" +"_: default spelling dictionary\n" +"Default - %1 [%2]" +msgstr "" + +#: kdeui/ksconfig.cpp:508 kdeui/ksconfig.cpp:668 +msgid "ASpell Default" +msgstr "" + +#: kdeui/ksconfig.cpp:573 kdeui/ksconfig.cpp:733 +#, c-format +msgid "" +"_: default spelling dictionary\n" +"Default - %1" +msgstr "" + +#: kdeui/kcolorcombo.cpp:187 kdeui/kcolorcombo.cpp:240 +msgid "Custom..." +msgstr "" + +#: kdeui/ktip.cpp:206 +msgid "Tip of the Day" +msgstr "" + +#: kdeui/ktip.cpp:224 +msgid "Did you know...?\n" +msgstr "" + +#: kdeui/ktip.cpp:287 +msgid "&Show tips on startup" +msgstr "" + +#: kdeui/keditcl2.cpp:105 kdeui/keditcl2.cpp:375 kdeui/keditcl2.cpp:454 +msgid "" +"End of document reached.\n" +"Continue from the beginning?" +msgstr "" + +#: kdeui/keditcl2.cpp:118 kdeui/keditcl2.cpp:388 kdeui/keditcl2.cpp:467 +msgid "" +"Beginning of document reached.\n" +"Continue from the end?" +msgstr "" + +#: kdeui/keditcl2.cpp:711 kdeui/keditcl2.cpp:844 +msgid "Find:" +msgstr "" + +#: kdeui/keditcl2.cpp:728 kdeui/keditcl2.cpp:868 +msgid "Case &sensitive" +msgstr "" + +#: kdeui/keditcl2.cpp:833 +msgid "Replace &All" +msgstr "" + +#: kdeui/keditcl2.cpp:852 +msgid "Replace with:" +msgstr "" + +#: kdeui/keditcl2.cpp:984 +msgid "Go to line:" +msgstr "" + +#: kdeui/kactionclasses.cpp:2072 +msgid "Exit F&ull Screen Mode" +msgstr "" + +#: kdeui/kactionclasses.cpp:2077 kdeui/kstdaction_p.h:98 +msgid "F&ull Screen Mode" +msgstr "" + +#: kdeui/kdatepicker.cpp:88 +#, c-format +msgid "Week %1" +msgstr "" + +#: kdeui/kdatepicker.cpp:163 +msgid "Next year" +msgstr "" + +#: kdeui/kdatepicker.cpp:164 +msgid "Previous year" +msgstr "" + +#: kdeui/kdatepicker.cpp:165 +msgid "Next month" +msgstr "" + +#: kdeui/kdatepicker.cpp:166 +msgid "Previous month" +msgstr "" + +#: kdeui/kdatepicker.cpp:167 +msgid "Select a week" +msgstr "" + +#: kdeui/kdatepicker.cpp:168 +msgid "Select a month" +msgstr "" + +#: kdeui/kdatepicker.cpp:169 +msgid "Select a year" +msgstr "" + +#: kdeui/kdatepicker.cpp:170 +msgid "Select the current day" +msgstr "" + +#: kdeui/kkeydialog.cpp:321 +msgid "Clear Search" +msgstr "" + +#: kdeui/kkeydialog.cpp:324 +msgid "&Search:" +msgstr "" + +#: kdeui/kkeydialog.cpp:331 +msgid "" +"Search interactively for shortcut names (e.g. Copy) or combination of keys " +"(e.g. Ctrl+C) by typing them here." +msgstr "" + +#: kdeui/kkeydialog.cpp:354 +msgid "" +"Here you can see a list of key bindings, i.e. associations between actions " +"(e.g. 'Copy') shown in the left column and keys or combination of keys (e.g. " +"Ctrl+V) shown in the right column." +msgstr "" + +#: kdeui/kkeydialog.cpp:363 +msgid "Action" +msgstr "" + +#: kdeui/kkeydialog.cpp:364 +msgid "Shortcut" +msgstr "" + +#: kdeui/kkeydialog.cpp:365 +msgid "Alternate" +msgstr "" + +#: kdeui/kkeydialog.cpp:380 +msgid "Shortcut for Selected Action" +msgstr "" + +#: kdeui/kkeydialog.cpp:393 +msgid "" +"_: no key\n" +"&None" +msgstr "" + +#: kdeui/kkeydialog.cpp:398 +msgid "The selected action will not be associated with any key." +msgstr "" + +#: kdeui/kkeydialog.cpp:401 +msgid "" +"_: default key\n" +"De&fault" +msgstr "" + +#: kdeui/kkeydialog.cpp:406 +msgid "" +"This will bind the default key to the selected action. Usually a reasonable " +"choice." +msgstr "" + +#: kdeui/kkeydialog.cpp:409 +msgid "C&ustom" +msgstr "" + +#: kdeui/kkeydialog.cpp:414 +msgid "" +"If this option is selected you can create a customized key binding for the " +"selected action using the buttons below." +msgstr "" + +#: kdeui/kkeydialog.cpp:428 +msgid "" +"Use this button to choose a new shortcut key. Once you click it, you can " +"press the key-combination which you would like to be assigned to the " +"currently selected action." +msgstr "" + +#: kdeui/kkeydialog.cpp:470 +msgid "Shortcuts" +msgstr "" + +#: kdeui/kkeydialog.cpp:536 +msgid "Default key:" +msgstr "" + +#: kdeui/kkeydialog.cpp:715 +msgid "" +"In order to use the '%1' key as a shortcut, it must be combined with the " +"Win, Alt, Ctrl, and/or Shift keys." +msgstr "" + +#: kdeui/kkeydialog.cpp:718 +msgid "Invalid Shortcut Key" +msgstr "" + +#: kdeui/kkeydialog.cpp:943 +msgid "" +"The '%1' key combination has already been allocated to the \"%2\" action.\n" +"Please choose a unique key combination." +msgstr "" + +#: kdeui/kkeydialog.cpp:958 +msgid "Conflict with Standard Application Shortcut" +msgstr "" + +#: kdeui/kkeydialog.cpp:959 +msgid "" +"The '%1' key combination has already been allocated to the standard action " +"\"%2\".\n" +"Do you want to reassign it from that action to the current one?" +msgstr "" + +#: kdeui/kkeydialog.cpp:964 +msgid "Conflict with Global Shortcut" +msgstr "" + +#: kdeui/kkeydialog.cpp:965 +msgid "" +"The '%1' key combination has already been allocated to the global action " +"\"%2\".\n" +"Do you want to reassign it from that action to the current one?" +msgstr "" + +#: kdeui/kkeydialog.cpp:970 +msgid "Key Conflict" +msgstr "" + +#: kdeui/kkeydialog.cpp:971 +msgid "" +"The '%1' key combination has already been allocated to the \"%2\" action.\n" +"Do you want to reassign it from that action to the current one?" +msgstr "" + +#: kdeui/kkeydialog.cpp:977 +msgid "Reassign" +msgstr "" + +#: kdeui/kkeydialog.cpp:1091 kdeui/kkeydialog.cpp:1103 +msgid "Configure Shortcuts" +msgstr "" + +#: kdeui/kpixmapregionselectorwidget.cpp:141 +msgid "Image Operations" +msgstr "" + +#: kdeui/kpixmapregionselectorwidget.cpp:143 +msgid "&Rotate Clockwise" +msgstr "" + +#: kdeui/kpixmapregionselectorwidget.cpp:148 +msgid "Rotate &Counterclockwise" +msgstr "" + +#: kdeui/kspelldlg.cpp:53 kspell2/ui/dialog.cpp:62 +msgid "Check Spelling" +msgstr "" + +#: kdeui/kspelldlg.cpp:54 kspell2/ui/dialog.cpp:64 +msgid "&Finished" +msgstr "" + +#: kdeui/keditlistbox.cpp:124 +msgid "&Add" +msgstr "" + +#: kdeui/keditlistbox.cpp:148 +msgid "Move &Up" +msgstr "" + +#: kdeui/keditlistbox.cpp:153 +msgid "Move &Down" +msgstr "" + +#: kdeui/khelpmenu.cpp:134 kdeui/kstdaction_p.h:108 +msgid "%1 &Handbook" +msgstr "" + +#: kdeui/khelpmenu.cpp:143 +msgid "What's &This" +msgstr "" + +#: kdeui/khelpmenu.cpp:154 kdeui/kstdaction_p.h:111 +msgid "&Report Bug..." +msgstr "" + +#: kdeui/khelpmenu.cpp:163 kdeui/kstdaction_p.h:112 +msgid "Switch application &language..." +msgstr "" + +#: kdeui/khelpmenu.cpp:171 kdeui/kstdaction_p.h:115 +msgid "&Get Help Online" +msgstr "" + +#: kdeui/khelpmenu.cpp:172 +msgid "&Translate this Application" +msgstr "" + +#: kdeui/khelpmenu.cpp:178 kdeui/kstdaction_p.h:113 +#, c-format +msgid "&About %1" +msgstr "" + +#: kdeui/khelpmenu.cpp:184 kdeui/kstdaction_p.h:114 +msgid "About &KDE" +msgstr "" + +#: kdeui/kstdaction.cpp:61 +msgid "" +"_: beginning (of line)\n" +"&Home" +msgstr "" + +#: kdeui/kstdaction.cpp:240 +msgid "Show Menubar

Shows the menubar again after it has been hidden" +msgstr "" + +#: kdeui/kstdaction.cpp:242 +msgid "Hide &Menubar" +msgstr "" + +#: kdeui/kstdaction.cpp:243 +msgid "" +"Hide Menubar

Hide the menubar. You can usually get it back using the right " +"mouse button inside the window itself." +msgstr "" + +#: kdeui/kstdaction.cpp:274 kdeui/kstdaction_p.h:97 +msgid "Show St&atusbar" +msgstr "" + +#: kdeui/kstdaction.cpp:276 +msgid "" +"Show Statusbar

Shows the statusbar, which is the bar at the bottom of the " +"window used for status information." +msgstr "" + +#: kdeui/kstdaction.cpp:278 +msgid "Hide St&atusbar" +msgstr "" + +#: kdeui/kstdaction.cpp:279 +msgid "" +"Hide Statusbar

Hides the statusbar, which is the bar at the bottom of the " +"window used for status information." +msgstr "" + +#: kdeui/ksyntaxhighlighter.cpp:477 kdeui/ksyntaxhighlighter.cpp:586 +msgid "As-you-type spell checking enabled." +msgstr "" + +#: kdeui/ksyntaxhighlighter.cpp:479 +msgid "As-you-type spell checking disabled." +msgstr "" + +#: kdeui/ksyntaxhighlighter.cpp:528 +msgid "Incremental Spellcheck" +msgstr "" + +#: kdeui/ksyntaxhighlighter.cpp:588 +msgid "Too many misspelled words. As-you-type spell checking disabled." +msgstr "" + +#: kdeui/kcommand.cpp:151 kdeui/kcommand.cpp:166 kdeui/kcommand.cpp:199 +#: kdeui/kcommand.cpp:241 +#, c-format +msgid "&Undo: %1" +msgstr "" + +#: kdeui/kcommand.cpp:192 kdeui/kcommand.cpp:247 +#, c-format +msgid "&Redo: %1" +msgstr "" + +#: kdeui/kcommand.cpp:322 +#, c-format +msgid "Undo: %1" +msgstr "" + +#: kdeui/kcommand.cpp:341 kdeui/kcommand.cpp:346 +#, c-format +msgid "Redo: %1" +msgstr "" + +#: kdeui/kwindowlistmenu.cpp:129 +msgid "Unclutter Windows" +msgstr "" + +#: kdeui/kwindowlistmenu.cpp:131 +msgid "Cascade Windows" +msgstr "" + +#: kdeui/kwindowlistmenu.cpp:185 +msgid "On All Desktops" +msgstr "" + +#: kdeui/kwindowlistmenu.cpp:213 +msgid "No Windows" +msgstr "" + +#: kdeui/kfontrequester.cpp:38 +msgid "Choose..." +msgstr "" + +#: kdeui/kfontrequester.cpp:102 +msgid "Click to select a font" +msgstr "" + +#: kdeui/kfontrequester.cpp:109 +msgid "Preview of the selected font" +msgstr "" + +#: kdeui/kfontrequester.cpp:111 +msgid "" +"This is a preview of the selected font. You can change it by clicking the " +"\"Choose...\" button." +msgstr "" + +#: kdeui/kfontrequester.cpp:117 +msgid "Preview of the \"%1\" font" +msgstr "" + +#: kdeui/kfontrequester.cpp:119 +msgid "" +"This is a preview of the \"%1\" font. You can change it by clicking the " +"\"Choose...\" button." +msgstr "" + +#: kdeui/kspell.cpp:1176 +msgid "You have to restart the dialog for changes to take effect" +msgstr "" + +#: kdeui/kspell.cpp:1402 +msgid "Spell Checker" +msgstr "" + +#: kdeui/klistviewsearchline.cpp:243 +msgid "Search Columns" +msgstr "" + +#: kdeui/klistviewsearchline.cpp:245 +msgid "All Visible Columns" +msgstr "" + +#: kdeui/klistviewsearchline.cpp:260 +msgid "" +"_: Column number %1\n" +"Column No. %1" +msgstr "" + +#: kdeui/klistviewsearchline.cpp:455 +msgid "S&earch:" +msgstr "" + +#: kdeui/klineedit.cpp:890 +msgid "Manual" +msgstr "" + +#: kdeui/klineedit.cpp:891 +msgid "Automatic" +msgstr "" + +#: kdeui/klineedit.cpp:892 +msgid "Dropdown List" +msgstr "" + +#: kdeui/klineedit.cpp:893 +msgid "Short Automatic" +msgstr "" + +#: kdeui/klineedit.cpp:894 +msgid "Dropdown List && Automatic" +msgstr "" + +#: kdeui/ksystemtray.cpp:155 kmdi/kmdichildfrm.cpp:1263 +msgid "&Minimize" +msgstr "" + +#: kdeui/ksystemtray.cpp:190 +msgid "Are you sure you want to quit %1?" +msgstr "" + +#: kdeui/ksystemtray.cpp:193 +msgid "Confirm Quit From System Tray" +msgstr "" + +#: kdeui/kcolordialog.cpp:84 +msgid "" +"_: palette name\n" +"* Recent Colors *" +msgstr "" + +#: kdeui/kcolordialog.cpp:85 +msgid "" +"_: palette name\n" +"* Custom Colors *" +msgstr "" + +#: kdeui/kcolordialog.cpp:86 +msgid "" +"_: palette name\n" +"Forty Colors" +msgstr "" + +#: kdeui/kcolordialog.cpp:87 +msgid "" +"_: palette name\n" +"Rainbow Colors" +msgstr "" + +#: kdeui/kcolordialog.cpp:88 +msgid "" +"_: palette name\n" +"Royal Colors" +msgstr "" + +#: kdeui/kcolordialog.cpp:89 +msgid "" +"_: palette name\n" +"Web Colors" +msgstr "" + +#: kdeui/kcolordialog.cpp:563 +msgid "Named Colors" +msgstr "" + +#: kdeui/kcolordialog.cpp:717 +msgid "" +"Unable to read X11 RGB color strings. The following file location(s) were " +"examined:\n" +msgstr "" + +#: kdeui/kcolordialog.cpp:940 +msgid "Select Color" +msgstr "" + +#: kdeui/kcolordialog.cpp:1005 +msgid "H:" +msgstr "" + +#: kdeui/kcolordialog.cpp:1014 +msgid "S:" +msgstr "" + +#: kdeui/kcolordialog.cpp:1023 +msgid "V:" +msgstr "" + +#: kdeui/kcolordialog.cpp:1035 +msgid "R:" +msgstr "" + +#: kdeui/kcolordialog.cpp:1044 +msgid "G:" +msgstr "" + +#: kdeui/kcolordialog.cpp:1053 +msgid "B:" +msgstr "" + +#: kdeui/kcolordialog.cpp:1108 +msgid "&Add to Custom Colors" +msgstr "" + +#: kdeui/kcolordialog.cpp:1133 knewstuff/uploaddialog.cpp:58 +#: kresources/configdialog.cpp:53 +msgid "Name:" +msgstr "" + +#: kdeui/kcolordialog.cpp:1140 +msgid "HTML:" +msgstr "" + +#: kdeui/kcolordialog.cpp:1219 +msgid "Default color" +msgstr "" + +#: kdeui/kcolordialog.cpp:1247 +msgid "-default-" +msgstr "" + +#: kdeui/kcolordialog.cpp:1463 +msgid "-unnamed-" +msgstr "" + +#: kdeui/kedittoolbar.cpp:49 +msgid "--- line separator ---" +msgstr "" + +#: kdeui/kedittoolbar.cpp:50 +msgid "--- separator ---" +msgstr "" + +#: kdeui/kedittoolbar.cpp:380 kdeui/kedittoolbar.cpp:392 +#: kdeui/kedittoolbar.cpp:402 kdeui/kedittoolbar.cpp:411 +msgid "Configure Toolbars" +msgstr "" + +#: kdeui/kedittoolbar.cpp:447 +msgid "" +"Do you really want to reset all toolbars of this application to their " +"default? The changes will be applied immediately." +msgstr "" + +#: kdeui/kedittoolbar.cpp:447 +msgid "Reset Toolbars" +msgstr "" + +#: kdeui/kedittoolbar.cpp:447 khtml/html/html_formimpl.cpp:2119 +#: khtml/khtmlview.cpp:2541 khtml/khtmlview.cpp:2574 +msgid "Reset" +msgstr "" + +#: kdeui/kedittoolbar.cpp:761 +msgid "&Toolbar:" +msgstr "" + +#: kdeui/kedittoolbar.cpp:777 +msgid "A&vailable actions:" +msgstr "" + +#: kdeui/kedittoolbar.cpp:795 +msgid "Curr&ent actions:" +msgstr "" + +#: kdeui/kedittoolbar.cpp:818 +msgid "Change &Icon..." +msgstr "" + +#: kdeui/kedittoolbar.cpp:991 +msgid "" +"This element will be replaced with all the elements of an embedded component." +msgstr "" + +#: kdeui/kedittoolbar.cpp:993 +msgid "" +msgstr "" + +#: kdeui/kedittoolbar.cpp:995 +msgid "" +msgstr "" + +#: kdeui/kedittoolbar.cpp:1001 +msgid "" +"This is a dynamic list of actions. You can move it, but if you remove it you " +"won't be able to re-add it." +msgstr "" + +#: kdeui/kedittoolbar.cpp:1002 +#, c-format +msgid "ActionList: %1" +msgstr "" + +#: kdeui/kdockwidget.cpp:237 +msgid "" +"_: Freeze the window geometry\n" +"Freeze" +msgstr "" + +#: kdeui/kdockwidget.cpp:244 +msgid "" +"_: Dock this window\n" +"Dock" +msgstr "" + +#: kdeui/kdockwidget.cpp:251 +msgid "Detach" +msgstr "" + +#: kdeui/kdockwidget.cpp:2939 kmdi/kmdi/guiclient.cpp:152 +#: kmdi/kmdiguiclient.cpp:265 +#, c-format +msgid "Hide %1" +msgstr "" + +#: kdeui/kdockwidget.cpp:2945 kmdi/kmdi/guiclient.cpp:148 +#: kmdi/kmdiguiclient.cpp:260 +#, c-format +msgid "Show %1" +msgstr "" + +#: kdeui/kactionselector.cpp:69 +msgid "&Available:" +msgstr "" + +#: kdeui/kactionselector.cpp:84 +msgid "&Selected:" +msgstr "" + +#: kdeui/kauthicon.cpp:99 +msgid "Editing disabled" +msgstr "" + +#: kdeui/kauthicon.cpp:100 +msgid "Editing enabled" +msgstr "" + +#: kdeui/kpixmapregionselectordialog.cpp:28 +msgid "Select Region of Image" +msgstr "" + +#: kdeui/kpixmapregionselectordialog.cpp:31 +msgid "Please click and drag on the image to select the region of interest:" +msgstr "" + +#: kdeui/kwizard.cpp:48 +msgid "&Back" +msgstr "" + +#: kdeui/kwizard.cpp:49 +msgid "" +"_: Opposite to Back\n" +"&Next" +msgstr "" + +#: kdeui/ktabbar.cpp:196 +msgid "Close this tab" +msgstr "" + +#: kdeui/kswitchlanguagedialog.cpp:90 +msgid "Switch application language" +msgstr "" + +#: kdeui/kswitchlanguagedialog.cpp:96 +msgid "Please choose language which should be used for this application" +msgstr "" + +#: kdeui/kswitchlanguagedialog.cpp:123 +msgid "Add fallback language" +msgstr "" + +#: kdeui/kswitchlanguagedialog.cpp:124 +msgid "" +"Adds one more language which will be used if other translations do not " +"contain proper translation" +msgstr "" + +#: kdeui/kswitchlanguagedialog.cpp:222 +msgid "" +"Language for this application has been changed. The change will take effect " +"upon next start of application" +msgstr "" + +#: kdeui/kswitchlanguagedialog.cpp:223 +msgid "Application language changed" +msgstr "" + +#: kdeui/kswitchlanguagedialog.cpp:282 +msgid "Primary language:" +msgstr "" + +#: kdeui/kswitchlanguagedialog.cpp:282 +msgid "Fallback language:" +msgstr "" + +#: kdeui/kswitchlanguagedialog.cpp:316 +msgid "" +"This is main application language which will be used first before any other " +"languages" +msgstr "" + +#: kdeui/kswitchlanguagedialog.cpp:320 +msgid "" +"This is language which will be used if any previous languages does not " +"contain proper translation" +msgstr "" + +#: kdeui/ktextedit.cpp:231 +msgid "Check Spelling..." +msgstr "" + +#: kdeui/ktextedit.cpp:237 +msgid "Auto Spell Check" +msgstr "" + +#: kdeui/ktextedit.cpp:241 +msgid "Allow Tabulations" +msgstr "" + +#: kdeui/ktextedit.cpp:353 khtml/rendering/render_form.cpp:331 +msgid "Spell Checking" +msgstr "" + +#: kdeui/kwhatsthismanager.cpp:50 +msgid "" +"Not Defined
There is no \"What's This?\" help assigned to this " +"widget. If you want to help us to describe the widget, you are welcome to " +"send us your own \"What's This?\" help for " +"it." +msgstr "" + +#: kdeui/kjanuswidget.cpp:156 +msgid "Empty Page" +msgstr "" + +#: kdeui/kcombobox.cpp:444 khtml/rendering/render_form.cpp:388 +msgid "Clear &History" +msgstr "" + +#: kdeui/kcombobox.cpp:584 +msgid "No further item in the history." +msgstr "" + +#: kspell2/ui/configdialog.cpp:38 +msgid "KSpell2 Configuration" +msgstr "" + +#: khtml/khtmlview.cpp:1625 +msgid "Find stopped." +msgstr "" + +#: khtml/khtmlview.cpp:1636 +msgid "Starting -- find links as you type" +msgstr "" + +#: khtml/khtmlview.cpp:1642 +msgid "Starting -- find text as you type" +msgstr "" + +#: khtml/khtmlview.cpp:1663 +msgid "Link found: \"%1\"." +msgstr "" + +#: khtml/khtmlview.cpp:1668 +msgid "Link not found: \"%1\"." +msgstr "" + +#: khtml/khtmlview.cpp:1676 +msgid "Text found: \"%1\"." +msgstr "" + +#: khtml/khtmlview.cpp:1681 +msgid "Text not found: \"%1\"." +msgstr "" + +#: khtml/khtmlview.cpp:1725 +msgid "Access Keys activated" +msgstr "" + +#: khtml/html/html_formimpl.cpp:1521 khtml/html/html_formimpl.cpp:2127 +#: khtml/khtml_part.cpp:4822 khtml/khtmlview.cpp:2527 khtml/khtmlview.cpp:2569 +msgid "Submit" +msgstr "" + +#: khtml/khtmlview.cpp:2756 +#, c-format +msgid "Print %1" +msgstr "" + +#: khtml/khtml_ext.cpp:434 +msgid "&Copy Text" +msgstr "" + +#: khtml/khtml_ext.cpp:480 +msgid "Search for '%1' with %2" +msgstr "" + +#: khtml/khtml_ext.cpp:489 +msgid "Search for '%1' with" +msgstr "" + +#: khtml/khtml_ext.cpp:518 +msgid "Open '%1'" +msgstr "" + +#: khtml/khtml_ext.cpp:525 khtml/khtml_ext.cpp:582 +msgid "Stop Animations" +msgstr "" + +#: khtml/khtml_ext.cpp:533 +msgid "Copy Email Address" +msgstr "" + +#: khtml/khtml_ext.cpp:538 +msgid "&Save Link As..." +msgstr "" + +#: khtml/khtml_ext.cpp:540 +msgid "Copy &Link Address" +msgstr "" + +#: khtml/khtml_ext.cpp:550 +msgid "Open in New &Window" +msgstr "" + +#: khtml/khtml_ext.cpp:552 +msgid "Open in &This Window" +msgstr "" + +#: khtml/khtml_ext.cpp:554 +msgid "Open in &New Tab" +msgstr "" + +#: khtml/khtml_ext.cpp:556 +msgid "Reload Frame" +msgstr "" + +#: khtml/khtml_ext.cpp:561 +msgid "Block IFrame..." +msgstr "" + +#: khtml/khtml_ext.cpp:564 khtml/khtml_part.cpp:256 +msgid "View Frame Source" +msgstr "" + +#: khtml/khtml_ext.cpp:566 +msgid "View Frame Information" +msgstr "" + +#: khtml/khtml_ext.cpp:570 khtml/khtml_part.cpp:404 +msgid "Print Frame..." +msgstr "" + +#: khtml/khtml_ext.cpp:571 khtml/khtml_part.cpp:262 +msgid "Save &Frame As..." +msgstr "" + +#: khtml/khtml_ext.cpp:601 +msgid "Save Image As..." +msgstr "" + +#: khtml/khtml_ext.cpp:603 +msgid "Send Image..." +msgstr "" + +#: khtml/khtml_ext.cpp:608 +msgid "Copy Image" +msgstr "" + +#: khtml/khtml_ext.cpp:613 +msgid "Copy Image Location" +msgstr "" + +#: khtml/khtml_ext.cpp:618 +msgid "View Image (%1)" +msgstr "" + +#: khtml/khtml_ext.cpp:623 +msgid "Block Image..." +msgstr "" + +#: khtml/khtml_ext.cpp:629 +#, c-format +msgid "Block Images From %1" +msgstr "" + +#: khtml/khtml_ext.cpp:653 +msgid "Save Link As" +msgstr "" + +#: khtml/khtml_ext.cpp:673 +msgid "Save Image As" +msgstr "" + +#: khtml/khtml_ext.cpp:687 khtml/khtml_ext.cpp:700 +msgid "Add URL to Filter" +msgstr "" + +#: khtml/khtml_ext.cpp:688 khtml/khtml_ext.cpp:701 +msgid "Enter the URL:" +msgstr "" + +#: khtml/khtml_ext.cpp:828 +msgid "" +"A file named \"%1\" already exists. Are you sure you want to overwrite it?" +msgstr "" + +#: khtml/khtml_ext.cpp:828 +msgid "Overwrite File?" +msgstr "" + +#: khtml/khtml_ext.cpp:828 knewstuff/knewstuffgeneric.cpp:141 +msgid "Overwrite" +msgstr "" + +#: khtml/khtml_ext.cpp:889 kparts/browserrun.cpp:390 +msgid "The Download Manager (%1) could not be found in your $PATH " +msgstr "" + +#: khtml/khtml_ext.cpp:890 kparts/browserrun.cpp:391 +msgid "" +"Try to reinstall it \n" +"\n" +"The integration with Konqueror will be disabled!" +msgstr "" + +#: khtml/khtml_ext.cpp:983 +#, no-c-format +msgid "Default Font Size (100%)" +msgstr "" + +#: khtml/khtml_ext.cpp:996 +#, no-c-format +msgid "%1%" +msgstr "" + +#: khtml/khtml_part.cpp:255 +msgid "View Do&cument Source" +msgstr "" + +#: khtml/khtml_part.cpp:257 +msgid "View Document Information" +msgstr "" + +#: khtml/khtml_part.cpp:258 +msgid "Save &Background Image As..." +msgstr "" + +#: khtml/khtml_part.cpp:263 +msgid "Security..." +msgstr "" + +#: khtml/khtml_part.cpp:264 +msgid "" +"Security Settings

Shows the certificate of the displayed page. Only pages " +"that have been transmitted using a secure, encrypted connection have a " +"certificate.

Hint: If the image shows a closed lock, the page has been " +"transmitted over a secure connection." +msgstr "" + +#: khtml/khtml_part.cpp:270 +msgid "Print Rendering Tree to STDOUT" +msgstr "" + +#: khtml/khtml_part.cpp:271 +msgid "Print DOM Tree to STDOUT" +msgstr "" + +#: khtml/khtml_part.cpp:272 +msgid "Stop Animated Images" +msgstr "" + +#: khtml/khtml_part.cpp:274 +msgid "Set &Encoding" +msgstr "" + +#: khtml/khtml_part.cpp:279 +msgid "Semi-Automatic" +msgstr "" + +#: khtml/khtml_part.cpp:297 khtml/khtml_part.cpp:2298 +msgid "Automatic Detection" +msgstr "" + +#: khtml/khtml_part.cpp:302 +msgid "" +"_: short for Manual Detection\n" +"Manual" +msgstr "" + +#: khtml/khtml_part.cpp:357 +msgid "Use S&tylesheet" +msgstr "" + +#: khtml/khtml_part.cpp:361 +msgid "Enlarge Font" +msgstr "" + +#: khtml/khtml_part.cpp:363 +msgid "" +"Enlarge Font

Make the font in this window bigger. Click and hold down the " +"mouse button for a menu with all available font sizes." +msgstr "" + +#: khtml/khtml_part.cpp:367 +msgid "Shrink Font" +msgstr "" + +#: khtml/khtml_part.cpp:369 +msgid "" +"Shrink Font

Make the font in this window smaller. Click and hold down the " +"mouse button for a menu with all available font sizes." +msgstr "" + +#: khtml/khtml_part.cpp:375 +msgid "" +"Find text

Shows a dialog that allows you to find text on the displayed " +"page." +msgstr "" + +#: khtml/khtml_part.cpp:379 +msgid "" +"Find next

Find the next occurrence of the text that you have found using " +"the Find Text function" +msgstr "" + +#: khtml/khtml_part.cpp:384 +msgid "" +"Find previous

Find the previous occurrence of the text that you have found " +"using the Find Text function" +msgstr "" + +#: khtml/khtml_part.cpp:388 +msgid "Find Text as You Type" +msgstr "" + +#: khtml/khtml_part.cpp:390 +msgid "Find Links as You Type" +msgstr "" + +#: khtml/khtml_part.cpp:405 +msgid "" +"Print Frame

Some pages have several frames. To print only a single frame, " +"click on it and then use this function." +msgstr "" + +#: khtml/khtml_part.cpp:413 +msgid "Toggle Caret Mode" +msgstr "" + +#: khtml/khtml_part.cpp:618 +msgid "The fake user-agent '%1' is in use." +msgstr "" + +#: khtml/khtml_part.cpp:1081 +msgid "This web page contains coding errors." +msgstr "" + +#: khtml/khtml_part.cpp:1123 +msgid "&Hide Errors" +msgstr "" + +#: khtml/khtml_part.cpp:1124 +msgid "&Disable Error Reporting" +msgstr "" + +#: khtml/khtml_part.cpp:1164 +msgid "Error: %1: %2" +msgstr "" + +#: khtml/khtml_part.cpp:1208 +msgid "Error: node %1: %2" +msgstr "" + +#: khtml/khtml_part.cpp:1351 +msgid "Display Images on Page" +msgstr "" + +#: khtml/khtml_part.cpp:1539 khtml/khtml_part.cpp:1629 +msgid "Session is secured with %1 bit %2." +msgstr "" + +#: khtml/khtml_part.cpp:1540 khtml/khtml_part.cpp:1631 +msgid "Session is not secured." +msgstr "" + +#: khtml/khtml_part.cpp:1727 +#, c-format +msgid "Error while loading %1" +msgstr "" + +#: khtml/khtml_part.cpp:1729 +msgid "An error occurred while loading %1:" +msgstr "" + +#: khtml/khtml_part.cpp:1764 +msgid "Error: " +msgstr "" + +#: khtml/khtml_part.cpp:1767 +msgid "The requested operation could not be completed" +msgstr "" + +#: khtml/khtml_part.cpp:1773 +msgid "Technical Reason: " +msgstr "" + +#: khtml/khtml_part.cpp:1778 +msgid "Details of the Request:" +msgstr "" + +#: khtml/khtml_part.cpp:1780 +#, c-format +msgid "URL: %1" +msgstr "" + +#: khtml/khtml_part.cpp:1787 +#, c-format +msgid "Date and Time: %1" +msgstr "" + +#: khtml/khtml_part.cpp:1789 +#, c-format +msgid "Additional Information: %1" +msgstr "" + +#: khtml/khtml_part.cpp:1791 +msgid "Description:" +msgstr "" + +#: khtml/khtml_part.cpp:1797 +msgid "Possible Causes:" +msgstr "" + +#: khtml/khtml_part.cpp:1804 +msgid "Possible Solutions:" +msgstr "" + +#: khtml/khtml_part.cpp:2135 +msgid "Page loaded." +msgstr "" + +#: khtml/khtml_part.cpp:2137 +msgid "" +"_n: %n Image of %1 loaded.\n" +"%n Images of %1 loaded." +msgstr "" + +#: khtml/khtml_part.cpp:3738 khtml/khtml_part.cpp:3825 +#: khtml/khtml_part.cpp:3836 +msgid " (In new window)" +msgstr "" + +#: khtml/khtml_part.cpp:3777 +msgid "Symbolic Link" +msgstr "" + +#: khtml/khtml_part.cpp:3779 +msgid "%1 (Link)" +msgstr "" + +#: khtml/khtml_part.cpp:3799 +msgid "%2 (%1 bytes)" +msgstr "" + +#: khtml/khtml_part.cpp:3803 +msgid "%2 (%1 K)" +msgstr "" + +#: khtml/khtml_part.cpp:3838 +msgid " (In other frame)" +msgstr "" + +#: khtml/khtml_part.cpp:3843 +msgid "Email to: " +msgstr "" + +#: khtml/khtml_part.cpp:3849 +msgid " - Subject: " +msgstr "" + +#: khtml/khtml_part.cpp:3851 +msgid " - CC: " +msgstr "" + +#: khtml/khtml_part.cpp:3853 +msgid " - BCC: " +msgstr "" + +#: khtml/khtml_part.cpp:3942 +msgid "" +"This untrusted page links to
%1.
Do you want to follow the " +"link?" +msgstr "" + +#: khtml/khtml_part.cpp:3943 +msgid "Follow" +msgstr "" + +#: khtml/khtml_part.cpp:4043 +msgid "Frame Information" +msgstr "" + +#: khtml/khtml_part.cpp:4049 +msgid " [Properties]" +msgstr "" + +#: khtml/khtml_part.cpp:4129 +msgid "Save Background Image As" +msgstr "" + +#: khtml/khtml_part.cpp:4216 +msgid "Save Frame As" +msgstr "" + +#: khtml/khtml_part.cpp:4256 +msgid "&Find in Frame..." +msgstr "" + +#: khtml/khtml_part.cpp:4763 +msgid "" +"Warning: This is a secure form but it is attempting to send your data back " +"unencrypted.\n" +"A third party may be able to intercept and view this information.\n" +"Are you sure you wish to continue?" +msgstr "" + +#: khtml/khtml_part.cpp:4766 khtml/khtml_part.cpp:4775 +#: khtml/khtml_part.cpp:4799 +msgid "Network Transmission" +msgstr "" + +#: khtml/khtml_part.cpp:4766 khtml/khtml_part.cpp:4776 +msgid "&Send Unencrypted" +msgstr "" + +#: khtml/khtml_part.cpp:4773 +msgid "" +"Warning: Your data is about to be transmitted across the network " +"unencrypted.\n" +"Are you sure you wish to continue?" +msgstr "" + +#: khtml/khtml_part.cpp:4797 +msgid "" +"This site is attempting to submit form data via email.\n" +"Do you want to continue?" +msgstr "" + +#: khtml/khtml_part.cpp:4800 +msgid "&Send Email" +msgstr "" + +#: khtml/khtml_part.cpp:4821 +msgid "" +"The form will be submitted to
%1
on your local " +"filesystem.
Do you want to submit the form?" +msgstr "" + +#: khtml/khtml_part.cpp:4870 +msgid "" +"This site attempted to attach a file from your computer in the form " +"submission. The attachment was removed for your protection." +msgstr "" + +#: khtml/khtml_part.cpp:4870 +msgid "KDE" +msgstr "" + +#: khtml/khtml_part.cpp:5776 +msgid "(%1/s)" +msgstr "" + +#: khtml/khtml_part.cpp:6829 +msgid "Security Warning" +msgstr "" + +#: khtml/khtml_part.cpp:6835 +msgid "Access by untrusted page to
%1
denied." +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:784 khtml/khtml_part.cpp:6836 +msgid "Security Alert" +msgstr "" + +#: khtml/khtml_part.cpp:7261 +msgid "The wallet '%1' is open and being used for form data and passwords." +msgstr "" + +#: khtml/khtml_part.cpp:7315 +msgid "&Close Wallet" +msgstr "" + +#: khtml/khtml_part.cpp:7358 +msgid "JavaScript &Debugger" +msgstr "" + +#: khtml/khtml_part.cpp:7393 +msgid "This page was prevented from opening a new window via JavaScript." +msgstr "" + +#: khtml/khtml_part.cpp:7399 +msgid "Popup Window Blocked" +msgstr "" + +#: khtml/khtml_part.cpp:7399 +msgid "" +"This page has attempted to open a popup window but was blocked.\n" +"You can click on this icon in the status bar to control this behavior\n" +"or to open the popup." +msgstr "" + +#: khtml/khtml_part.cpp:7413 +#, c-format +msgid "" +"_n: &Show Blocked Popup Window\n" +"Show %n Blocked Popup Windows" +msgstr "" + +#: khtml/khtml_part.cpp:7414 +msgid "Show Blocked Window Passive Popup &Notification" +msgstr "" + +#: khtml/khtml_part.cpp:7416 +msgid "&Configure JavaScript New Window Policies..." +msgstr "" + +#: khtml/khtmlimage.cpp:199 +msgid "%1 (%2 - %3x%4 Pixels)" +msgstr "" + +#: khtml/khtmlimage.cpp:201 +msgid "%1 - %2x%3 Pixels" +msgstr "" + +#: khtml/khtmlimage.cpp:206 +msgid "%1 (%2x%3 Pixels)" +msgstr "" + +#: khtml/khtmlimage.cpp:208 +msgid "Image - %1x%2 Pixels" +msgstr "" + +#: khtml/khtmlimage.cpp:214 +msgid "Done." +msgstr "" + +#: khtml/khtml_printsettings.cpp:31 +msgid "" +"

'Print images'

If this checkbox is enabled, " +"images contained in the HTML page will be printed. Printing may take longer " +"and use more ink or toner.

If this checkbox is disabled, only the text " +"of the HTML page will be printed, without the included images. Printing will " +"be faster and use less ink or toner.

" +msgstr "" + +#: khtml/khtml_printsettings.cpp:43 +msgid "" +"

'Print header'

If this checkbox is enabled, " +"the printout of the HTML document will contain a header line at the top of " +"each page. This header contains the current date, the location URL of the " +"printed page and the page number.

If this checkbox is disabled, the " +"printout of the HTML document will not contain such a header line.

" +msgstr "" + +#: khtml/khtml_printsettings.cpp:56 +msgid "" +"

'Printerfriendly mode'

If this checkbox is " +"enabled, the printout of the HTML document will be black and white only, and " +"all colored background will be converted into white. Printout will be faster " +"and use less ink or toner.

If this checkbox is disabled, the printout " +"of the HTML document will happen in the original color settings as you see " +"in your application. This may result in areas of full-page color (or " +"grayscale, if you use a black+white printer). Printout will possibly happen " +"slower and will certainly use much more toner or ink.

" +msgstr "" + +#: khtml/khtml_printsettings.cpp:71 +msgid "HTML Settings" +msgstr "" + +#: khtml/khtml_printsettings.cpp:73 +msgid "Printer friendly mode (black text, no background)" +msgstr "" + +#: khtml/khtml_printsettings.cpp:76 +msgid "Print images" +msgstr "" + +#: khtml/khtml_printsettings.cpp:79 +msgid "Print header" +msgstr "" + +#: khtml/khtml_factory.cpp:177 +msgid "KHTML" +msgstr "" + +#: khtml/khtml_factory.cpp:178 +msgid "Embeddable HTML component" +msgstr "" + +#: khtml/misc/knsplugininstaller.cpp:349 +msgid "KDE plugin wizard" +msgstr "" + +#: khtml/misc/knsplugininstaller.cpp:379 +msgid "The following plugins are available." +msgstr "" + +#: khtml/misc/knsplugininstaller.cpp:383 +msgid "Click on next to install the selected plugin." +msgstr "" + +#: khtml/misc/knsplugininstaller.cpp:384 +msgid "Plugin installation confirmation" +msgstr "" + +#: khtml/misc/knsplugininstaller.cpp:415 +msgid "I agree." +msgstr "" + +#: khtml/misc/knsplugininstaller.cpp:417 +msgid "I do not agree (plugin will not be installed)." +msgstr "" + +#: khtml/misc/knsplugininstaller.cpp:423 +msgid "Plugin licence" +msgstr "" + +#: khtml/misc/knsplugininstaller.cpp:433 +msgid "Installation in progress." +msgstr "" + +#: khtml/misc/knsplugininstaller.cpp:439 +msgid "Plugin installation" +msgstr "" + +#: khtml/misc/knsplugininstaller.cpp:452 +msgid "Installation status" +msgstr "" + +#: khtml/misc/knsplugininstaller.cpp:499 +msgid "To install " +msgstr "" + +#: khtml/misc/knsplugininstaller.cpp:499 +msgid " you need to agree to the following" +msgstr "" + +#: khtml/misc/knsplugininstaller.cpp:530 +msgid "Installation completed. Reload the page." +msgstr "" + +#: khtml/misc/knsplugininstaller.cpp:533 +msgid "Installation failed" +msgstr "" + +#: khtml/kmultipart/kmultipart.cpp:320 +msgid "No handler found for %1!" +msgstr "" + +#: khtml/kmultipart/kmultipart.cpp:576 +msgid "KMultiPart" +msgstr "" + +#: khtml/kmultipart/kmultipart.cpp:578 +msgid "Embeddable component for multipart/mixed" +msgstr "" + +#: khtml/ecma/kjs_html.cpp:2160 khtml/ecma/kjs_window.cpp:1562 +msgid "Confirmation: JavaScript Popup" +msgstr "" + +#: khtml/ecma/kjs_html.cpp:2162 +msgid "" +"This site is submitting a form which will open up a new browser window via " +"JavaScript.\n" +"Do you want to allow the form to be submitted?" +msgstr "" + +#: khtml/ecma/kjs_html.cpp:2165 +msgid "" +"This site is submitting a form which will open

%1

in a new " +"browser window via JavaScript.
Do you want to allow the form to be " +"submitted?
" +msgstr "" + +#: khtml/ecma/kjs_html.cpp:2167 khtml/ecma/kjs_window.cpp:1570 +msgid "Allow" +msgstr "" + +#: khtml/ecma/kjs_html.cpp:2167 khtml/ecma/kjs_window.cpp:1570 +msgid "Do Not Allow" +msgstr "" + +#: khtml/ecma/kjs_proxy.cpp:405 +msgid "" +"A script on this page is causing KHTML to freeze. If it continues to run, " +"other applications may become less responsive.\n" +"Do you want to abort the script?" +msgstr "" + +#: khtml/ecma/kjs_proxy.cpp:405 +msgid "JavaScript" +msgstr "" + +#: khtml/ecma/kjs_proxy.cpp:405 +msgid "&Abort" +msgstr "" + +#: khtml/ecma/kjs_debugwin.cpp:291 +msgid "JavaScript Error" +msgstr "" + +#: khtml/ecma/kjs_debugwin.cpp:305 +msgid "&Do not show this message again" +msgstr "" + +#: khtml/ecma/kjs_debugwin.cpp:369 +msgid "JavaScript Debugger" +msgstr "" + +#: khtml/ecma/kjs_debugwin.cpp:383 +msgid "Call stack" +msgstr "" + +#: khtml/ecma/kjs_debugwin.cpp:418 +msgid "JavaScript console" +msgstr "" + +#: khtml/ecma/kjs_debugwin.cpp:448 +msgid "" +"_: Next breakpoint\n" +"&Next" +msgstr "" + +#: khtml/ecma/kjs_debugwin.cpp:450 +msgid "&Step" +msgstr "" + +#: khtml/ecma/kjs_debugwin.cpp:455 +msgid "&Continue" +msgstr "" + +#: khtml/ecma/kjs_debugwin.cpp:459 +msgid "&Break at Next Statement" +msgstr "" + +#: khtml/ecma/kjs_debugwin.cpp:463 +msgid "" +"_: Next breakpoint\n" +"Next" +msgstr "" + +#: khtml/ecma/kjs_debugwin.cpp:464 +msgid "Step" +msgstr "" + +#: khtml/ecma/kjs_debugwin.cpp:826 +msgid "Parse error at %1 line %2" +msgstr "" + +#: khtml/ecma/kjs_debugwin.cpp:837 +#, c-format +msgid "" +"An error occurred while attempting to run a script on this page.\n" +"\n" +"%1" +msgstr "" + +#: khtml/ecma/kjs_debugwin.cpp:846 +msgid "" +"An error occurred while attempting to run a script on this page.\n" +"\n" +"%1 line %2:\n" +"%3" +msgstr "" + +#: khtml/ecma/kjs_window.cpp:1565 +msgid "" +"This site is requesting to open up a new browser window via JavaScript.\n" +"Do you want to allow this?" +msgstr "" + +#: khtml/ecma/kjs_window.cpp:1568 +msgid "" +"This site is requesting to open

%1

in a new browser window via " +"JavaScript.
Do you want to allow this?
" +msgstr "" + +#: khtml/ecma/kjs_window.cpp:1862 +msgid "Close window?" +msgstr "" + +#: khtml/ecma/kjs_window.cpp:1862 +msgid "Confirmation Required" +msgstr "" + +#: khtml/ecma/kjs_window.cpp:2744 +msgid "" +"Do you want a bookmark pointing to the location \"%1\" to be added to your " +"collection?" +msgstr "" + +#: khtml/ecma/kjs_window.cpp:2747 +msgid "" +"Do you want a bookmark pointing to the location \"%1\" titled \"%2\" to be " +"added to your collection?" +msgstr "" + +#: khtml/ecma/kjs_window.cpp:2755 +msgid "JavaScript Attempted Bookmark Insert" +msgstr "" + +#: khtml/ecma/kjs_window.cpp:2759 +msgid "Disallow" +msgstr "" + +#: khtml/xml/xml_tokenizer.cpp:312 +msgid "the document is not in the correct file format" +msgstr "" + +#: khtml/xml/xml_tokenizer.cpp:318 +msgid "fatal parsing error: %1 in line %2, column %3" +msgstr "" + +#: khtml/xml/xml_tokenizer.cpp:477 +msgid "XML parsing error" +msgstr "" + +#: khtml/xml/dom_docimpl.cpp:2077 +msgid "Basic Page Style" +msgstr "" + +#: khtml/rendering/render_frames.cpp:957 +msgid "" +"No plugin found for '%1'.\n" +"Do you want to download one from %2?" +msgstr "" + +#: khtml/rendering/render_frames.cpp:958 +msgid "Missing Plugin" +msgstr "" + +#: khtml/rendering/render_frames.cpp:958 +msgid "Download" +msgstr "" + +#: khtml/rendering/render_frames.cpp:958 +msgid "Do Not Download" +msgstr "" + +#: khtml/html/html_formimpl.cpp:353 +msgid "" +"The following files will not be uploaded because they could not be found.\n" +"Do you want to continue?" +msgstr "" + +#: khtml/html/html_formimpl.cpp:357 +msgid "Submit Confirmation" +msgstr "" + +#: khtml/html/html_formimpl.cpp:357 +msgid "&Submit Anyway" +msgstr "" + +#: khtml/html/html_formimpl.cpp:368 +msgid "" +"You're about to transfer the following files from your local computer to the " +"Internet.\n" +"Do you really want to continue?" +msgstr "" + +#: khtml/html/html_formimpl.cpp:372 +msgid "Send Confirmation" +msgstr "" + +#: khtml/html/html_formimpl.cpp:372 +msgid "&Send Files" +msgstr "" + +#: khtml/html/html_formimpl.cpp:609 +msgid "Save Login Information" +msgstr "" + +#: khtml/html/html_formimpl.cpp:613 +msgid "Store" +msgstr "" + +#: khtml/html/html_formimpl.cpp:613 +msgid "Ne&ver for This Site" +msgstr "" + +#: khtml/html/html_formimpl.cpp:613 +msgid "Do Not Store" +msgstr "" + +#: khtml/html/html_formimpl.cpp:617 +msgid "Store passwords on this page?" +msgstr "" + +#: khtml/html/htmlparser.cpp:1709 +msgid "This is a searchable index. Enter search keywords: " +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:145 +msgid "Loading Applet" +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:149 +msgid "Error: java executable not found" +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:633 +msgid "Signed by (validation: " +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:635 +msgid "Certificate (validation: " +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:638 +msgid "Ok" +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:640 +msgid "NoCARoot" +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:642 +msgid "InvalidPurpose" +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:644 +msgid "PathLengthExceeded" +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:646 +msgid "InvalidCA" +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:648 +msgid "Expired" +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:650 +msgid "SelfSigned" +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:652 +msgid "ErrorReadingRoot" +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:654 +msgid "Revoked" +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:656 +msgid "Untrusted" +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:658 +msgid "SignatureFailed" +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:660 +msgid "Rejected" +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:662 +msgid "PrivateKeyFailed" +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:664 +msgid "InvalidHost" +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:667 +msgid "Unknown" +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:788 +msgid "Do you grant Java applet with certificate(s):" +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:790 +msgid "the following permission" +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:801 +msgid "&Reject All" +msgstr "" + +#: khtml/java/kjavaappletserver.cpp:807 +msgid "&Grant All" +msgstr "" + +#: khtml/java/kjavaappletviewer.cpp:122 +msgid "Applet Parameters" +msgstr "" + +#: khtml/java/kjavaappletviewer.cpp:131 +msgid "Parameter" +msgstr "" + +#: khtml/java/kjavaappletviewer.cpp:133 +msgid "Class" +msgstr "" + +#: khtml/java/kjavaappletviewer.cpp:137 +msgid "Base URL" +msgstr "" + +#: khtml/java/kjavaappletviewer.cpp:141 +msgid "Archives" +msgstr "" + +#: khtml/java/kjavaappletviewer.cpp:451 +msgid "KDE Java Applet Plugin" +msgstr "" + +#: khtml/java/kjavaapplet.cpp:225 +msgid "Initializing Applet \"%1\"..." +msgstr "" + +#: khtml/java/kjavaapplet.cpp:232 +msgid "Starting Applet \"%1\"..." +msgstr "" + +#: khtml/java/kjavaapplet.cpp:239 +msgid "Applet \"%1\" started" +msgstr "" + +#: khtml/java/kjavaapplet.cpp:245 +msgid "Applet \"%1\" stopped" +msgstr "" + +#: kresources/configdialog.cpp:40 kresources/configpage.cpp:103 +#: kresources/configpage.cpp:297 +msgid "Resource Configuration" +msgstr "" + +#: kresources/configdialog.cpp:51 +msgid "General Settings" +msgstr "" + +#: kresources/configdialog.cpp:57 +msgid "Read-only" +msgstr "" + +#: kresources/configdialog.cpp:66 +msgid "%1 Resource Settings" +msgstr "" + +#: kresources/configdialog.cpp:107 +msgid "Please enter a resource name." +msgstr "" + +#: kresources/kcmkresources.cpp:44 +msgid "kcmkresources" +msgstr "" + +#: kresources/kcmkresources.cpp:45 +msgid "KDE Resources configuration module" +msgstr "" + +#: kresources/kcmkresources.cpp:47 +msgid "(c) 2003 Tobias Koenig" +msgstr "" + +#: kabc/resourceselectdialog.cpp:39 kresources/selectdialog.cpp:42 +msgid "Resource Selection" +msgstr "" + +#: kabc/resourceselectdialog.cpp:46 kresources/configpage.cpp:107 +#: kresources/selectdialog.cpp:49 +msgid "Resources" +msgstr "" + +#: kresources/selectdialog.cpp:95 +msgid "There is no resource available!" +msgstr "" + +#: kresources/resource.cpp:61 +msgid "resource" +msgstr "" + +#: kresources/configpage.cpp:120 +msgid "Type" +msgstr "" + +#: kresources/configpage.cpp:121 +msgid "Standard" +msgstr "" + +#: kresources/configpage.cpp:126 +msgid "&Add..." +msgstr "" + +#: kresources/configpage.cpp:131 +msgid "&Use as Standard" +msgstr "" + +#: kresources/configpage.cpp:283 +msgid "There is no standard resource! Please select one." +msgstr "" + +#: kresources/configpage.cpp:298 +msgid "Please select type of the new resource:" +msgstr "" + +#: kresources/configpage.cpp:308 +msgid "Unable to create resource of type '%1'." +msgstr "" + +#: kresources/configpage.cpp:360 +msgid "" +"You cannot remove your standard resource! Please select a new standard " +"resource first." +msgstr "" + +#: kresources/configpage.cpp:394 kresources/configpage.cpp:413 +msgid "You cannot use a read-only resource as standard!" +msgstr "" + +#: kresources/configpage.cpp:418 +msgid "You cannot use an inactive resource as standard!" +msgstr "" + +#: kresources/configpage.cpp:498 +msgid "" +"You cannot deactivate the standard resource. Choose another standard " +"resource first." +msgstr "" + +#: kresources/configpage.cpp:528 +msgid "" +"There is no valid standard resource! Please select one which is neither " +"read-only nor inactive." +msgstr "" + +#: kmdi/kmdichildfrmcaption.cpp:71 kmdi/kmdichildview.cpp:63 +#: kmdi/kmdichildview.cpp:89 +msgid "Unnamed" +msgstr "" + +#: kmdi/kmdichildfrm.cpp:1239 +msgid "R&esize" +msgstr "" + +#: kmdi/kmdichildfrm.cpp:1240 +msgid "M&inimize" +msgstr "" + +#: kmdi/kmdichildfrm.cpp:1241 +msgid "M&aximize" +msgstr "" + +#: kmdi/kmdichildfrm.cpp:1261 +msgid "&Maximize" +msgstr "" + +#: kmdi/kmdichildfrm.cpp:1265 +msgid "M&ove" +msgstr "" + +#: kmdi/kmdichildfrm.cpp:1267 +msgid "&Resize" +msgstr "" + +#: kmdi/kmdichildfrm.cpp:1270 +msgid "&Undock" +msgstr "" + +#: kmdi/kmdimainfrm.cpp:979 +msgid "Window" +msgstr "" + +#: kmdi/kmdimainfrm.cpp:992 +msgid "Undock" +msgstr "" + +#: kmdi/kmdimainfrm.cpp:1002 +msgid "Dock" +msgstr "" + +#: kmdi/kmdimainfrm.cpp:1007 +msgid "Operations" +msgstr "" + +#: kmdi/kmdimainfrm.cpp:2577 +msgid "Close &All" +msgstr "" + +#: kmdi/kmdimainfrm.cpp:2586 +msgid "&Minimize All" +msgstr "" + +#: kmdi/kmdimainfrm.cpp:2592 +msgid "&MDI Mode" +msgstr "" + +#: kmdi/kmdiguiclient.cpp:144 kmdi/kmdimainfrm.cpp:2594 +msgid "&Toplevel Mode" +msgstr "" + +#: kmdi/kmdiguiclient.cpp:144 kmdi/kmdimainfrm.cpp:2595 +msgid "C&hildframe Mode" +msgstr "" + +#: kmdi/kmdiguiclient.cpp:144 kmdi/kmdimainfrm.cpp:2596 +msgid "Ta&b Page Mode" +msgstr "" + +#: kmdi/kmdiguiclient.cpp:144 kmdi/kmdimainfrm.cpp:2597 +msgid "I&DEAl Mode" +msgstr "" + +#: kmdi/kmdimainfrm.cpp:2619 +msgid "&Tile" +msgstr "" + +#: kmdi/kmdimainfrm.cpp:2621 +msgid "Ca&scade Windows" +msgstr "" + +#: kmdi/kmdimainfrm.cpp:2622 +msgid "Cascade &Maximized" +msgstr "" + +#: kmdi/kmdimainfrm.cpp:2623 +msgid "Expand &Vertically" +msgstr "" + +#: kmdi/kmdimainfrm.cpp:2624 +msgid "Expand &Horizontally" +msgstr "" + +#: kmdi/kmdimainfrm.cpp:2625 +msgid "Tile &Non-Overlapped" +msgstr "" + +#: kmdi/kmdimainfrm.cpp:2626 +msgid "Tile Overla&pped" +msgstr "" + +#: kmdi/kmdimainfrm.cpp:2627 +msgid "Tile V&ertically" +msgstr "" + +#: kmdi/kmdimainfrm.cpp:2633 +msgid "&Dock/Undock" +msgstr "" + +#: kmdi/kmdi/guiclient.cpp:79 kmdi/kmdiguiclient.cpp:139 +msgid "Tool &Views" +msgstr "" + +#: kmdi/kmdiguiclient.cpp:142 +msgid "MDI Mode" +msgstr "" + +#: kmdi/kmdi/guiclient.cpp:81 kmdi/kmdiguiclient.cpp:154 +msgid "Tool &Docks" +msgstr "" + +#: kmdi/kmdi/guiclient.cpp:82 kmdi/kmdiguiclient.cpp:155 +msgid "Switch Top Dock" +msgstr "" + +#: kmdi/kmdi/guiclient.cpp:84 kmdi/kmdiguiclient.cpp:157 +msgid "Switch Left Dock" +msgstr "" + +#: kmdi/kmdi/guiclient.cpp:86 kmdi/kmdiguiclient.cpp:159 +msgid "Switch Right Dock" +msgstr "" + +#: kmdi/kmdi/guiclient.cpp:88 kmdi/kmdiguiclient.cpp:161 +msgid "Switch Bottom Dock" +msgstr "" + +#: kmdi/kmdi/guiclient.cpp:91 kmdi/kmdiguiclient.cpp:164 +msgid "Previous Tool View" +msgstr "" + +#: kmdi/kmdi/guiclient.cpp:93 kmdi/kmdiguiclient.cpp:166 +msgid "Next Tool View" +msgstr "" + +#: kmdi/kmdi/dockcontainer.cpp:196 kmdi/kmdidockcontainer.cpp:218 +msgid "" +"_: Switch between overlap and side by side mode\n" +"Overlap" +msgstr "" + +#: arts/kde/kvideowidget.cpp:82 +msgid "Video Toolbar" +msgstr "" + +#: arts/kde/kvideowidget.cpp:104 +msgid "Fullscreen &Mode" +msgstr "" + +#: arts/kde/kvideowidget.cpp:107 +msgid "&Half Size" +msgstr "" + +#: arts/kde/kvideowidget.cpp:110 +msgid "&Normal Size" +msgstr "" + +#: arts/kde/kvideowidget.cpp:113 +msgid "&Double Size" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:83 +msgid "User:" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:92 +msgid "Bind DN:" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:101 +msgid "Realm:" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:110 +msgid "Password:" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:120 +msgid "Host:" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:130 +msgid "Port:" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:141 +msgid "LDAP version:" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:152 +msgid "Size limit:" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:163 +msgid "Time limit:" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:167 +msgid " sec" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:175 +msgid "" +"_: Distinguished Name\n" +"DN:" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:182 kabc/ldapconfigwidget.cpp:231 +msgid "Query Server" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:190 +msgid "Filter:" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:199 +msgid "Security" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:201 +msgid "TLS" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:202 +msgid "SSL" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:216 +msgid "Authentication" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:218 +msgid "Anonymous" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:219 +msgid "Simple" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:220 +msgid "SASL" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:222 +msgid "SASL mechanism:" +msgstr "" + +#: kabc/ldapconfigwidget.cpp:302 +msgid "LDAP Query" +msgstr "" + +#: kabc/errorhandler.cpp:42 +msgid "Error in libkabc" +msgstr "" + +#: kabc/distributionlistdialog.cpp:61 kabc/distributionlisteditor.cpp:43 +msgid "Select Email Address" +msgstr "" + +#: kab/addressbook.cc:303 kabc/distributionlistdialog.cpp:69 +#: kabc/distributionlisteditor.cpp:49 +msgid "Email Addresses" +msgstr "" + +#: kabc/distributionlisteditor.cpp:133 +msgid "New List" +msgstr "" + +#: kabc/distributionlistdialog.cpp:160 kabc/distributionlisteditor.cpp:137 +msgid "Remove List" +msgstr "" + +#: kabc/distributionlistdialog.cpp:191 kabc/distributionlisteditor.cpp:144 +msgid "Use Preferred" +msgstr "" + +#: kabc/distributionlisteditor.cpp:148 +msgid "Change Email" +msgstr "" + +#: kabc/distributionlistdialog.cpp:202 kabc/distributionlisteditor.cpp:152 +msgid "Remove Entry" +msgstr "" + +#: kabc/distributionlistdialog.cpp:183 kabc/distributionlisteditor.cpp:156 +msgid "Add Entry" +msgstr "" + +#: kabc/distributionlistdialog.cpp:175 kabc/distributionlisteditor.cpp:162 +msgid "Preferred Email" +msgstr "" + +#: kabc/distributionlistdialog.cpp:237 kabc/distributionlisteditor.cpp:196 +msgid "New Distribution List" +msgstr "" + +#: kabc/distributionlisteditor.cpp:197 +msgid "Please enter name:" +msgstr "" + +#: kabc/address.cpp:145 +msgid "Post Office Box" +msgstr "" + +#: kabc/address.cpp:163 +msgid "Extended Address Information" +msgstr "" + +#: kabc/address.cpp:181 +msgid "Street" +msgstr "" + +#: kabc/address.cpp:199 +msgid "Locality" +msgstr "" + +#: kabc/address.cpp:235 +msgid "Postal Code" +msgstr "" + +#: kab/addressbook.cc:204 kabc/address.cpp:253 +msgid "Country" +msgstr "" + +#: kab/addressbook.cc:188 kabc/address.cpp:271 +msgid "Delivery Label" +msgstr "" + +#: kabc/address.cpp:287 +msgid "" +"_: Preferred address\n" +"Preferred" +msgstr "" + +#: kabc/address.cpp:291 +msgid "Domestic" +msgstr "" + +#: kabc/address.cpp:294 +msgid "International" +msgstr "" + +#: kabc/address.cpp:297 +msgid "Postal" +msgstr "" + +#: kabc/address.cpp:300 +msgid "Parcel" +msgstr "" + +#: kabc/address.cpp:303 +msgid "" +"_: Home Address\n" +"Home" +msgstr "" + +#: kabc/address.cpp:306 +msgid "" +"_: Work Address\n" +"Work" +msgstr "" + +#: kabc/address.cpp:309 +msgid "Preferred Address" +msgstr "" + +#: kabc/addressbook.cpp:346 kabc/addressbook.cpp:365 +msgid "Unable to load resource '%1'" +msgstr "" + +#: kabc/phonenumber.cpp:147 +msgid "" +"_: Preferred phone\n" +"Preferred" +msgstr "" + +#: kabc/phonenumber.cpp:151 +msgid "" +"_: Home phone\n" +"Home" +msgstr "" + +#: kabc/phonenumber.cpp:154 +msgid "" +"_: Work phone\n" +"Work" +msgstr "" + +#: kabc/phonenumber.cpp:157 +msgid "Messenger" +msgstr "" + +#: kabc/phonenumber.cpp:160 +msgid "Preferred Number" +msgstr "" + +#: kabc/phonenumber.cpp:163 +msgid "Voice" +msgstr "" + +#: kabc/phonenumber.cpp:166 +msgid "Fax" +msgstr "" + +#: kabc/phonenumber.cpp:169 +msgid "" +"_: Mobile Phone\n" +"Mobile" +msgstr "" + +#: kabc/phonenumber.cpp:172 +msgid "Video" +msgstr "" + +#: kabc/phonenumber.cpp:175 +msgid "Mailbox" +msgstr "" + +#: kabc/phonenumber.cpp:178 +msgid "Modem" +msgstr "" + +#: kabc/phonenumber.cpp:181 +msgid "" +"_: Car Phone\n" +"Car" +msgstr "" + +#: kabc/addressee.cpp:601 kabc/phonenumber.cpp:184 +msgid "ISDN" +msgstr "" + +#: kabc/phonenumber.cpp:187 +msgid "PCS" +msgstr "" + +#: kabc/addressee.cpp:607 kabc/phonenumber.cpp:190 +msgid "Pager" +msgstr "" + +#: kabc/addressee.cpp:583 kabc/phonenumber.cpp:193 +msgid "Home Fax" +msgstr "" + +#: kabc/phonenumber.cpp:196 +msgid "Work Fax" +msgstr "" + +#: kabc/field.cpp:192 kabc/scripts/field.src.cpp:85 +msgid "Unknown Field" +msgstr "" + +#: kabc/field.cpp:205 kabc/scripts/field.src.cpp:98 +msgid "All" +msgstr "" + +#: kabc/field.cpp:207 kabc/scripts/field.src.cpp:100 +msgid "Frequent" +msgstr "" + +#: kab/addressbook.cc:192 kabc/field.cpp:209 kabc/scripts/field.src.cpp:102 +msgid "" +"_: street/postal\n" +"Address" +msgstr "" + +#: kabc/field.cpp:213 kabc/scripts/field.src.cpp:106 +msgid "Personal" +msgstr "" + +#: kab/addressbook.cc:176 kabc/addressee.cpp:727 kabc/field.cpp:215 +#: kabc/scripts/field.src.cpp:108 +msgid "Organization" +msgstr "" + +#: kab/addressbook.cc:335 kabc/field.cpp:217 kabc/key.cpp:133 +#: kabc/scripts/field.src.cpp:110 +msgid "Custom" +msgstr "" + +#: kabc/field.cpp:219 kabc/scripts/field.src.cpp:112 +msgid "Undefined" +msgstr "" + +#: kabc/ldifconverter.cpp:475 +msgid "List of Emails" +msgstr "" + +#: kabc/addresseehelper.cpp:67 +msgid "Dr." +msgstr "" + +#: kabc/addresseehelper.cpp:68 +msgid "Miss" +msgstr "" + +#: kabc/addresseehelper.cpp:69 +msgid "Mr." +msgstr "" + +#: kabc/addresseehelper.cpp:70 +msgid "Mrs." +msgstr "" + +#: kabc/addresseehelper.cpp:71 +msgid "Ms." +msgstr "" + +#: kabc/addresseehelper.cpp:72 +msgid "Prof." +msgstr "" + +#: kabc/addresseehelper.cpp:74 +msgid "I" +msgstr "" + +#: kabc/addresseehelper.cpp:75 +msgid "II" +msgstr "" + +#: kabc/addresseehelper.cpp:76 +msgid "III" +msgstr "" + +#: kabc/addresseehelper.cpp:77 +msgid "Jr." +msgstr "" + +#: kabc/addresseehelper.cpp:78 +msgid "Sr." +msgstr "" + +#: kabc/distributionlistdialog.cpp:44 +msgid "Configure Distribution Lists" +msgstr "" + +#: kabc/distributionlistdialog.cpp:152 +msgid "New List..." +msgstr "" + +#: kabc/distributionlistdialog.cpp:156 +msgid "Rename List..." +msgstr "" + +#: kabc/distributionlistdialog.cpp:167 +msgid "Available addresses:" +msgstr "" + +#: kabc/distributionlistdialog.cpp:198 +msgid "Change Email..." +msgstr "" + +#: kabc/distributionlistdialog.cpp:238 +msgid "Please enter &name:" +msgstr "" + +#: kabc/distributionlistdialog.cpp:255 +msgid "Distribution List" +msgstr "" + +#: kabc/distributionlistdialog.cpp:256 +msgid "Please change &name:" +msgstr "" + +#: kabc/distributionlistdialog.cpp:273 +msgid "Delete distribution list '%1'?" +msgstr "" + +#: kabc/distributionlistdialog.cpp:339 +msgid "Selected addressees:" +msgstr "" + +#: kabc/distributionlistdialog.cpp:341 +msgid "Selected addresses in '%1':" +msgstr "" + +#: kabc/addressee.cpp:317 kabc/scripts/addressee.src.cpp:180 +msgid "Unique Identifier" +msgstr "" + +#: kab/addressbook.cc:271 kabc/addressee.cpp:354 +msgid "Formatted Name" +msgstr "" + +#: kabc/addressee.cpp:373 +msgid "Family Name" +msgstr "" + +#: kabc/addressee.cpp:392 +msgid "Given Name" +msgstr "" + +#: kabc/addressee.cpp:411 +msgid "Additional Names" +msgstr "" + +#: kabc/addressee.cpp:430 +msgid "Honorific Prefixes" +msgstr "" + +#: kabc/addressee.cpp:449 +msgid "Honorific Suffixes" +msgstr "" + +#: kabc/addressee.cpp:468 +msgid "Nick Name" +msgstr "" + +#: kab/addressbook.cc:291 kabc/addressee.cpp:487 +msgid "Birthday" +msgstr "" + +#: kabc/addressee.cpp:493 +msgid "Home Address Street" +msgstr "" + +#: kabc/addressee.cpp:499 +msgid "Home Address City" +msgstr "" + +#: kabc/addressee.cpp:505 +msgid "Home Address State" +msgstr "" + +#: kabc/addressee.cpp:511 +msgid "Home Address Zip Code" +msgstr "" + +#: kabc/addressee.cpp:517 +msgid "Home Address Country" +msgstr "" + +#: kabc/addressee.cpp:523 +msgid "Home Address Label" +msgstr "" + +#: kabc/addressee.cpp:529 +msgid "Business Address Street" +msgstr "" + +#: kabc/addressee.cpp:535 +msgid "Business Address City" +msgstr "" + +#: kabc/addressee.cpp:541 +msgid "Business Address State" +msgstr "" + +#: kabc/addressee.cpp:547 +msgid "Business Address Zip Code" +msgstr "" + +#: kabc/addressee.cpp:553 +msgid "Business Address Country" +msgstr "" + +#: kabc/addressee.cpp:559 +msgid "Business Address Label" +msgstr "" + +#: kabc/addressee.cpp:565 +msgid "Home Phone" +msgstr "" + +#: kabc/addressee.cpp:571 +msgid "Business Phone" +msgstr "" + +#: kabc/addressee.cpp:577 +msgid "Mobile Phone" +msgstr "" + +#: kabc/addressee.cpp:589 +msgid "Business Fax" +msgstr "" + +#: kabc/addressee.cpp:595 +msgid "Car Phone" +msgstr "" + +#: kabc/addressee.cpp:613 +msgid "Email Address" +msgstr "" + +#: kabc/addressee.cpp:632 +msgid "Mail Client" +msgstr "" + +#: kabc/addressee.cpp:651 +msgid "Time Zone" +msgstr "" + +#: kabc/addressee.cpp:670 +msgid "Geographic Position" +msgstr "" + +#: kab/addressbook.cc:263 kabc/addressee.cpp:689 +msgid "" +"_: person\n" +"Title" +msgstr "" + +#: kabc/addressee.cpp:708 +msgid "" +"_: person in organization\n" +"Role" +msgstr "" + +#: kab/addressbook.cc:180 kabc/addressee.cpp:746 +msgid "Department" +msgstr "" + +#: kabc/addressee.cpp:765 +msgid "Note" +msgstr "" + +#: kabc/addressee.cpp:784 +msgid "Product Identifier" +msgstr "" + +#: kabc/addressee.cpp:803 +msgid "Revision Date" +msgstr "" + +#: kabc/addressee.cpp:822 +msgid "Sort String" +msgstr "" + +#: kabc/addressee.cpp:860 +msgid "Security Class" +msgstr "" + +#: kabc/addressee.cpp:879 +msgid "Logo" +msgstr "" + +#: kabc/addressee.cpp:898 +msgid "Photo" +msgstr "" + +#: kabc/addressee.cpp:917 +msgid "Sound" +msgstr "" + +#: kabc/addressee.cpp:936 +msgid "Agent" +msgstr "" + +#: kabc/locknull.cpp:60 +msgid "LockNull: All locks succeed but no actual locking is done." +msgstr "" + +#: kabc/locknull.cpp:62 +msgid "LockNull: All locks fail." +msgstr "" + +#: kabc/resource.cpp:332 +msgid "Loading resource '%1' failed!" +msgstr "" + +#: kabc/resource.cpp:343 +msgid "Saving resource '%1' failed!" +msgstr "" + +#: kabc/addresseedialog.cpp:60 +msgid "Select Addressee" +msgstr "" + +#: kabc/addresseedialog.cpp:95 +msgid "Selected" +msgstr "" + +#: kabc/addresseedialog.cpp:107 +msgid "Unselect" +msgstr "" + +#: kabc/formatfactory.cpp:55 kabc/formatfactory.cpp:119 +msgid "vCard" +msgstr "" + +#: kabc/formatfactory.cpp:56 kabc/formatfactory.cpp:120 +msgid "vCard Format" +msgstr "" + +#: kabc/formatfactory.cpp:75 +msgid "No description available." +msgstr "" + +#: kabc/kab2kabc.cpp:42 +msgid "Disable automatic startup on login" +msgstr "" + +#: kabc/kab2kabc.cpp:45 +msgid "Override existing entries" +msgstr "" + +#: kabc/kab2kabc.cpp:287 +msgid "" +"Address book file %1 not found! Make sure the old address book is " +"located there and you have read permission for this file." +msgstr "" + +#: kabc/kab2kabc.cpp:435 +msgid "Kab to Kabc Converter" +msgstr "" + +#: kabc/secrecy.cpp:71 +msgid "Public" +msgstr "" + +#: kab/addressbook.cc:1950 kabc/secrecy.cpp:74 +msgid "Private" +msgstr "" + +#: kabc/secrecy.cpp:77 +msgid "Confidential" +msgstr "" + +#: kabc/key.cpp:136 kabc/secrecy.cpp:80 +msgid "Unknown type" +msgstr "" + +#: kabc/stdaddressbook.cpp:148 +msgid "Unable to save to resource '%1'. It is locked." +msgstr "" + +#: kabc/key.cpp:127 +msgid "X509" +msgstr "" + +#: kabc/key.cpp:130 +msgid "PGP" +msgstr "" + +#: kabc/lock.cpp:93 +msgid "Unable to open lock file." +msgstr "" + +#: kabc/lock.cpp:106 +msgid "" +"The address book '%1' is locked by application '%2'.\n" +"If you believe this is incorrect, just remove the lock file from '%3'" +msgstr "" + +#: kabc/lock.cpp:146 +msgid "Unlock failed. Lock file is owned by other process: %1 (%2)" +msgstr "" + +#: kabc/vcardparser/testread.cpp:38 +msgid "vCard 2.1" +msgstr "" + +#: kabc/vcard/testwrite.cpp:11 +msgid "TestWritevCard" +msgstr "" + +#: knewstuff/downloaddialog.cpp:101 knewstuff/downloaddialog.cpp:108 +#: knewstuff/downloaddialog.cpp:124 knewstuff/downloaddialog.cpp:131 +msgid "Get Hot New Stuff" +msgstr "" + +#: knewstuff/downloaddialog.cpp:228 +msgid "Welcome" +msgstr "" + +#: knewstuff/downloaddialog.cpp:259 +msgid "Highest Rated" +msgstr "" + +#: knewstuff/downloaddialog.cpp:260 +msgid "Most Downloads" +msgstr "" + +#: knewstuff/downloaddialog.cpp:261 +msgid "Latest" +msgstr "" + +#: knewstuff/downloaddialog.cpp:271 knewstuff/downloaddialog.cpp:277 +#: knewstuff/downloaddialog.cpp:283 +msgid "Version" +msgstr "" + +#: knewstuff/downloaddialog.cpp:272 +msgid "Rating" +msgstr "" + +#: knewstuff/downloaddialog.cpp:278 +msgid "Downloads" +msgstr "" + +#: knewstuff/downloaddialog.cpp:284 +msgid "Release Date" +msgstr "" + +#: knewstuff/downloaddialog.cpp:294 +msgid "Install" +msgstr "" + +#: knewstuff/downloaddialog.cpp:477 +msgid "" +"Name: %1\n" +"Author: %2\n" +"License: %3\n" +"Version: %4\n" +"Release: %5\n" +"Rating: %6\n" +"Downloads: %7\n" +"Release date: %8\n" +"Summary: %9\n" +msgstr "" + +#: knewstuff/downloaddialog.cpp:499 +msgid "" +"Preview: %1\n" +"Payload: %2\n" +msgstr "" + +#: knewstuff/downloaddialog.cpp:600 +msgid "Installation successful." +msgstr "" + +#: knewstuff/downloaddialog.cpp:600 knewstuff/downloaddialog.cpp:602 +msgid "Installation" +msgstr "" + +#: knewstuff/downloaddialog.cpp:602 +msgid "Installation failed." +msgstr "" + +#: knewstuff/downloaddialog.cpp:696 +msgid "Preview not available." +msgstr "" + +#: knewstuff/knewstuffgeneric.cpp:139 +msgid "The file '%1' already exists. Do you want to overwrite it?" +msgstr "" + +#: knewstuff/ghns.cpp:50 +msgid "Get hot new stuff:" +msgstr "" + +#: knewstuff/knewstuffsecure.cpp:83 +msgid "" +"There was an error with the downloaded resource tarball file. Possible " +"causes are damaged archive or invalid directory structure in the archive." +msgstr "" + +#: knewstuff/knewstuffsecure.cpp:83 +msgid "Resource Installation Error" +msgstr "" + +#: knewstuff/knewstuffsecure.cpp:94 +msgid "No keys were found." +msgstr "" + +#: knewstuff/knewstuffsecure.cpp:99 +msgid "The validation failed for unknown reason." +msgstr "" + +#: knewstuff/knewstuffsecure.cpp:106 +msgid "The MD5SUM check failed, the archive might be broken." +msgstr "" + +#: knewstuff/knewstuffsecure.cpp:111 +msgid "The signature is bad, the archive might be broken or altered." +msgstr "" + +#: knewstuff/knewstuffsecure.cpp:121 +msgid "The signature is valid, but untrusted." +msgstr "" + +#: knewstuff/knewstuffsecure.cpp:127 +msgid "The signature is unknown." +msgstr "" + +#: knewstuff/knewstuffsecure.cpp:131 +msgid "" +"The resource was signed with key 0x%1, belonging to %2 " +"<%3>." +msgstr "" + +#: knewstuff/knewstuffsecure.cpp:137 +msgid "" +"There is a problem with the resource file you have downloaded. The " +"errors are :%1
%2

Installation of the resource is not " +"recommended.

Do you want to proceed with the installation?
" +msgstr "" + +#: knewstuff/knewstuffsecure.cpp:137 +msgid "Problematic Resource File" +msgstr "" + +#: knewstuff/knewstuffsecure.cpp:140 +msgid "%1

Press OK to install it.
" +msgstr "" + +#: knewstuff/knewstuffsecure.cpp:140 +msgid "Valid Resource" +msgstr "" + +#: knewstuff/knewstuffsecure.cpp:190 +msgid "The signing failed for unknown reason." +msgstr "" + +#: knewstuff/knewstuffsecure.cpp:195 +msgid "" +"There are no keys usable for signing or you did not entered the correct " +"passphrase.\n" +"Proceed without signing the resource?" +msgstr "" + +#: knewstuff/knewstuffbutton.cpp:49 +msgid "Download New Stuff" +msgstr "" + +#: knewstuff/knewstuff.cpp:38 knewstuff/knewstuffbutton.cpp:61 +#, c-format +msgid "Download New %1" +msgstr "" + +#: knewstuff/engine.cpp:218 +msgid "Successfully installed hot new stuff." +msgstr "" + +#: knewstuff/engine.cpp:223 +msgid "Failed to install hot new stuff." +msgstr "" + +#: knewstuff/engine.cpp:278 +msgid "Unable to create file to upload." +msgstr "" + +#: knewstuff/engine.cpp:293 +msgid "The files to be uploaded have been created at:\n" +msgstr "" + +#: knewstuff/engine.cpp:294 +msgid "Data file: %1\n" +msgstr "" + +#: knewstuff/engine.cpp:296 +msgid "Preview image: %1\n" +msgstr "" + +#: knewstuff/engine.cpp:298 +msgid "Content information: %1\n" +msgstr "" + +#: knewstuff/engine.cpp:299 +msgid "Those files can now be uploaded.\n" +msgstr "" + +#: knewstuff/engine.cpp:300 +msgid "Beware that any people might have access to them at any time." +msgstr "" + +#: knewstuff/engine.cpp:302 +msgid "Upload Files" +msgstr "" + +#: knewstuff/engine.cpp:307 +msgid "Please upload the files manually." +msgstr "" + +#: knewstuff/engine.cpp:311 +msgid "Upload Info" +msgstr "" + +#: knewstuff/engine.cpp:319 +msgid "&Upload" +msgstr "" + +#: knewstuff/engine.cpp:421 +msgid "Successfully uploaded new stuff." +msgstr "" + +#: knewstuff/security.cpp:63 +msgid "" +"Cannot start gpg and retrieve the available keys. Make sure that " +"gpg is installed, otherwise verification of downloaded resources will " +"not be possible." +msgstr "" + +#: knewstuff/security.cpp:177 +msgid "" +"Enter passphrase for key 0x%1, belonging " +"to
%2<%3>:
" +msgstr "" + +#: knewstuff/security.cpp:257 +msgid "" +"Cannot start gpg and check the validity of the file. Make sure " +"that gpg is installed, otherwise verification of downloaded resources " +"will not be possible." +msgstr "" + +#: knewstuff/security.cpp:317 +msgid "Select Signing Key" +msgstr "" + +#: knewstuff/security.cpp:317 +msgid "Key used for signing:" +msgstr "" + +#: knewstuff/security.cpp:338 +msgid "" +"Cannot start gpg and sign the file. Make sure that gpg is " +"installed, otherwise signing of the resources will not be possible." +msgstr "" + +#: knewstuff/uploaddialog.cpp:47 +msgid "Share Hot New Stuff" +msgstr "" + +#: knewstuff/uploaddialog.cpp:63 +msgid "Author:" +msgstr "" + +#: knewstuff/uploaddialog.cpp:68 +msgid "Email:" +msgstr "" + +#: knewstuff/uploaddialog.cpp:78 +msgid "Release:" +msgstr "" + +#: knewstuff/uploaddialog.cpp:84 +msgid "License:" +msgstr "" + +#: knewstuff/uploaddialog.cpp:88 +msgid "GPL" +msgstr "" + +#: knewstuff/uploaddialog.cpp:89 +msgid "LGPL" +msgstr "" + +#: knewstuff/uploaddialog.cpp:90 +msgid "BSD" +msgstr "" + +#: knewstuff/uploaddialog.cpp:93 +msgid "Language:" +msgstr "" + +#: knewstuff/uploaddialog.cpp:99 +msgid "Preview URL:" +msgstr "" + +#: knewstuff/uploaddialog.cpp:104 +msgid "Summary:" +msgstr "" + +#: knewstuff/uploaddialog.cpp:121 +msgid "Please put in a name." +msgstr "" + +#: knewstuff/uploaddialog.cpp:191 +msgid "Old upload information found, fill out fields?" +msgstr "" + +#: knewstuff/uploaddialog.cpp:191 +msgid "Fill Out" +msgstr "" + +#: knewstuff/uploaddialog.cpp:191 +msgid "Do Not Fill Out" +msgstr "" + +#: knewstuff/provider.cpp:270 +msgid "Error parsing providers list." +msgstr "" + +#: knewstuff/khotnewstuff.cpp:31 +msgid "Display only media of this type" +msgstr "" + +#: knewstuff/khotnewstuff.cpp:32 +msgid "Provider list to use" +msgstr "" + +#: knewstuff/providerdialog.cpp:53 +msgid "Hot New Stuff Providers" +msgstr "" + +#: knewstuff/providerdialog.cpp:61 +msgid "Please select one of the providers listed below:" +msgstr "" + +#: knewstuff/providerdialog.cpp:88 +msgid "No provider selected." +msgstr "" + +#: kunittest/modrunner.cpp:36 +msgid "A command-line application that can be used to run KUnitTest modules." +msgstr "" + +#: kunittest/modrunner.cpp:42 +msgid "Only run modules whose filenames match the regexp." +msgstr "" + +#: kunittest/modrunner.cpp:43 +msgid "" +"Only run tests modules which are found in the folder. Use the query option " +"to select modules." +msgstr "" + +#: kunittest/modrunner.cpp:44 +msgid "" +"Disables debug capturing. You typically use this option when you use the GUI." +msgstr "" + +#: kunittest/modrunner.cpp:53 +msgid "KUnitTest ModRunner" +msgstr "" + +#: kparts/browserrun.cpp:275 +msgid "Do you really want to execute '%1'? " +msgstr "" + +#: kparts/browserrun.cpp:276 +msgid "Execute File?" +msgstr "" + +#: kparts/browserrun.cpp:276 +msgid "Execute" +msgstr "" + +#: kparts/browserrun.cpp:294 +msgid "" +"Open '%2'?\n" +"Type: %1" +msgstr "" + +#: kparts/browserrun.cpp:296 +msgid "" +"Open '%3'?\n" +"Name: %2\n" +"Type: %1" +msgstr "" + +#: kparts/browserrun.cpp:310 +msgid "&Open with '%1'" +msgstr "" + +#: kparts/browserrun.cpp:311 +msgid "&Open With..." +msgstr "" + +#: kparts/browserrun.cpp:353 +msgid "&Open" +msgstr "" + +#: kparts/browserextension.cpp:485 +msgid "Do you want to search the Internet for %1?" +msgstr "" + +#: kparts/browserextension.cpp:486 +msgid "Internet Search" +msgstr "" + +#: kparts/browserextension.cpp:486 +msgid "&Search" +msgstr "" + +#: kparts/part.cpp:492 +msgid "" +"The document \"%1\" has been modified.\n" +"Do you want to save your changes or discard them?" +msgstr "" + +#: kparts/part.cpp:494 +msgid "Close Document" +msgstr "" + +#: kcert/kcertpart.cc:90 kcert/kcertpart.cc:113 +msgid "Invalid certificate!" +msgstr "" + +#: kcert/kcertpart.cc:160 +msgid "Certificates" +msgstr "" + +#: kcert/kcertpart.cc:161 +msgid "Signers" +msgstr "" + +#: kcert/kcertpart.cc:164 +msgid "Client" +msgstr "" + +#: kcert/kcertpart.cc:170 +msgid "Import &All" +msgstr "" + +#: kcert/kcertpart.cc:183 kcert/kcertpart.cc:274 kcert/kcertpart.cc:359 +msgid "KDE Secure Certificate Import" +msgstr "" + +#: kcert/kcertpart.cc:184 +msgid "Chain:" +msgstr "" + +#: kcert/kcertpart.cc:189 kcert/kcertpart.cc:276 +msgid "Subject:" +msgstr "" + +#: kcert/kcertpart.cc:190 kcert/kcertpart.cc:277 +msgid "Issued by:" +msgstr "" + +#: kcert/kcertpart.cc:196 kcert/kcertpart.cc:283 +msgid "File:" +msgstr "" + +#: kcert/kcertpart.cc:199 kcert/kcertpart.cc:286 +msgid "File format:" +msgstr "" + +#: kcert/kcertpart.cc:212 kcert/kcertpart.cc:299 +msgid "State:" +msgstr "" + +#: kcert/kcertpart.cc:216 kcert/kcertpart.cc:303 +msgid "Valid from:" +msgstr "" + +#: kcert/kcertpart.cc:220 kcert/kcertpart.cc:307 +msgid "Valid until:" +msgstr "" + +#: kcert/kcertpart.cc:224 kcert/kcertpart.cc:311 +msgid "Serial number:" +msgstr "" + +#: kcert/kcertpart.cc:227 kcert/kcertpart.cc:314 +msgid "State" +msgstr "" + +#: kcert/kcertpart.cc:236 kcert/kcertpart.cc:323 +msgid "MD5 digest:" +msgstr "" + +#: kcert/kcertpart.cc:239 kcert/kcertpart.cc:326 +msgid "Signature:" +msgstr "" + +#: kcert/kcertpart.cc:244 kcert/kcertpart.cc:331 +msgid "Signature" +msgstr "" + +#: kcert/kcertpart.cc:253 kcert/kcertpart.cc:340 +msgid "Public key:" +msgstr "" + +#: kcert/kcertpart.cc:259 kcert/kcertpart.cc:346 +msgid "Public Key" +msgstr "" + +#: kcert/kcertpart.cc:368 +msgid "&Crypto Manager..." +msgstr "" + +#: kcert/kcertpart.cc:369 +msgid "&Import" +msgstr "" + +#: kcert/kcertpart.cc:370 +msgid "&Save..." +msgstr "" + +#: kcert/kcertpart.cc:371 +msgid "&Done" +msgstr "" + +#: kcert/kcertpart.cc:418 kcert/kcertpart.cc:440 +msgid "Save failed." +msgstr "" + +#: kcert/kcertpart.cc:418 kcert/kcertpart.cc:440 kcert/kcertpart.cc:455 +#: kcert/kcertpart.cc:460 kcert/kcertpart.cc:496 kcert/kcertpart.cc:532 +#: kcert/kcertpart.cc:566 kcert/kcertpart.cc:600 kcert/kcertpart.cc:730 +#: kcert/kcertpart.cc:741 kcert/kcertpart.cc:746 kcert/kcertpart.cc:759 +#: kcert/kcertpart.cc:873 +msgid "Certificate Import" +msgstr "" + +#: kcert/kcertpart.cc:455 +msgid "You do not seem to have compiled KDE with SSL support." +msgstr "" + +#: kcert/kcertpart.cc:460 +msgid "Certificate file is empty." +msgstr "" + +#: kcert/kcertpart.cc:490 +msgid "Certificate Password" +msgstr "" + +#: kcert/kcertpart.cc:496 +msgid "The certificate file could not be loaded. Try a different password?" +msgstr "" + +#: kcert/kcertpart.cc:496 +msgid "Try Different" +msgstr "" + +#: kcert/kcertpart.cc:532 kcert/kcertpart.cc:566 +msgid "This file cannot be opened." +msgstr "" + +#: kcert/kcertpart.cc:599 +msgid "I do not know how to handle this type of file." +msgstr "" + +#: kcert/kcertpart.cc:619 +msgid "0 - Site Certificate" +msgstr "" + +#: kcert/kcertpart.cc:729 kcert/kcertpart.cc:745 +msgid "" +"A certificate with that name already exists. Are you sure that you wish to " +"replace it?" +msgstr "" + +#: kcert/kcertpart.cc:741 kcert/kcertpart.cc:759 +msgid "" +"Certificate has been successfully imported into KDE.\n" +"You can manage your certificate settings from the KDE Control Center." +msgstr "" + +#: kcert/kcertpart.cc:873 +msgid "" +"Certificates have been successfully imported into KDE.\n" +"You can manage your certificate settings from the KDE Control Center." +msgstr "" + +#: kcert/kcertpart.cc:879 +msgid "KDE Certificate Part" +msgstr "" + +#: kab/addressbook.cc:168 +msgid "Headline" +msgstr "" + +#: kab/addressbook.cc:172 +msgid "Position" +msgstr "" + +#: kab/addressbook.cc:184 +msgid "Sub-Department" +msgstr "" + +#: kab/addressbook.cc:196 +msgid "Zipcode" +msgstr "" + +#: kab/addressbook.cc:200 +msgid "City" +msgstr "" + +#: kab/addressbook.cc:208 +msgid "" +"_: As in addresses\n" +"State" +msgstr "" + +#: kab/addressbook.cc:267 +msgid "Rank" +msgstr "" + +#: kab/addressbook.cc:275 +msgid "Name Prefix" +msgstr "" + +#: kab/addressbook.cc:279 +msgid "First Name" +msgstr "" + +#: kab/addressbook.cc:283 +msgid "Middle Name" +msgstr "" + +#: kab/addressbook.cc:287 +msgid "Last Name" +msgstr "" + +#: kab/addressbook.cc:299 +msgid "Talk Addresses" +msgstr "" + +#: kab/addressbook.cc:307 +msgid "Keywords" +msgstr "" + +#: kab/addressbook.cc:311 +msgid "Telephone Number" +msgstr "" + +#: kab/addressbook.cc:315 +msgid "URLs" +msgstr "" + +#: kab/addressbook.cc:319 +msgid "User Field 1" +msgstr "" + +#: kab/addressbook.cc:323 +msgid "User Field 2" +msgstr "" + +#: kab/addressbook.cc:327 +msgid "User Field 3" +msgstr "" + +#: kab/addressbook.cc:331 +msgid "User Field 4" +msgstr "" + +#: kab/addressbook.cc:339 +msgid "Categories" +msgstr "" + +#: kab/addressbook.cc:419 kab/addressbook.cc:1067 +msgid "Cannot initialize local variables." +msgstr "" + +#: kab/addressbook.cc:420 kab/addressbook.cc:1068 +msgid "Out of Memory" +msgstr "" + +#: kab/addressbook.cc:437 +msgid "" +"Your local kab configuration file \"%1\" could not be created. kab will " +"probably not work correctly without it.\n" +"Make sure you have not removed write permission from your local KDE " +"directory (usually ~/.kde)." +msgstr "" + +#: kab/addressbook.cc:461 +msgid "" +"Your standard kab database file \"%1\" could not be created. kab will " +"probably not work correctly without it.\n" +"Make sure you have not removed write permission from your local KDE " +"directory (usually ~/.kde)." +msgstr "" + +#: kab/addressbook.cc:471 +msgid "" +"kab has created your standard addressbook in\n" +"\"%1\"" +msgstr "" + +#: kab/addressbook.cc:492 +msgid "Cannot create backup file (permission denied)." +msgstr "" + +#: kab/addressbook.cc:493 kab/addressbook.cc:500 kab/addressbook.cc:509 +#: kab/addressbook.cc:579 kab/addressbook.cc:587 kab/addressbook.cc:614 +#: kab/addressbook.cc:826 kab/addressbook.cc:1225 kab/addressbook.cc:1601 +#: kab/addressbook.cc:1619 kab/addressbook.cc:1628 kab/addressbook.cc:1653 +#: kab/addressbook.cc:1662 kab/addressbook.cc:1671 kab/addressbook.cc:1680 +#: kab/addressbook.cc:1703 kab/addressbook.cc:1710 +msgid "File Error" +msgstr "" + +#: kab/addressbook.cc:498 +msgid "Cannot open backup file for writing (permission denied)." +msgstr "" + +#: kab/addressbook.cc:507 +msgid "" +"Critical error:\n" +"Permissions changed in local directory!" +msgstr "" + +#: kab/addressbook.cc:566 +msgid "File reloaded." +msgstr "" + +#: kab/addressbook.cc:572 +msgid "" +"The currently loaded file \"%1\" cannot be reloaded. kab may close or save " +"it.\n" +"Save it if you accidentally deleted your data file.\n" +"Close it if you intended to do so.\n" +"Your file will be closed by default." +msgstr "" + +#: kab/addressbook.cc:583 +msgid "(Safety copy on file error)" +msgstr "" + +#: kab/addressbook.cc:586 +msgid "Cannot save the file; will close it now." +msgstr "" + +#: kab/addressbook.cc:609 +msgid "File opened." +msgstr "" + +#: kab/addressbook.cc:613 +msgid "Could not load the file." +msgstr "" + +#: kab/addressbook.cc:616 +msgid "No such file." +msgstr "" + +#: kab/addressbook.cc:622 +msgid "The file \"%1\" cannot be found. Create a new one?" +msgstr "" + +#: kab/addressbook.cc:624 +msgid "No Such File" +msgstr "" + +#: kab/addressbook.cc:625 +msgid "Create" +msgstr "" + +#: kab/addressbook.cc:629 +msgid "New file." +msgstr "" + +#: kab/addressbook.cc:631 +msgid "Canceled." +msgstr "" + +#: kab/addressbook.cc:665 +msgid "(Internal error in kab)" +msgstr "" + +#: kab/addressbook.cc:670 kab/addressbook.cc:1314 +msgid "(empty entry)" +msgstr "" + +#: kab/addressbook.cc:825 +msgid "Cannot reload configuration file!" +msgstr "" + +#: kab/addressbook.cc:830 +msgid "Configuration file reloaded." +msgstr "" + +#: kab/addressbook.cc:858 +msgid "File saved." +msgstr "" + +#: kab/addressbook.cc:898 +msgid "Permission denied." +msgstr "" + +#: kab/addressbook.cc:904 +msgid "File closed." +msgstr "" + +#: kab/addressbook.cc:1223 +msgid "" +"The file you wanted to change could not be locked.\n" +"It is probably in use by another application or read-only." +msgstr "" + +#: kab/addressbook.cc:1599 +msgid "" +"Cannot find kab's template file.\n" +"You cannot create new files." +msgstr "" + +#: kab/addressbook.cc:1607 +msgid "" +"Cannot read kab's template file.\n" +"You cannot create new files." +msgstr "" + +#: kab/addressbook.cc:1609 +msgid "Format Error" +msgstr "" + +#: kab/addressbook.cc:1616 kab/addressbook.cc:1668 +msgid "" +"Cannot create the file\n" +"\"" +msgstr "" + +#: kab/addressbook.cc:1618 kab/addressbook.cc:1627 +msgid "Could not create the new file." +msgstr "" + +#: kab/addressbook.cc:1625 kab/addressbook.cc:1677 +msgid "" +"Cannot save the file\n" +"\"" +msgstr "" + +#: kab/addressbook.cc:1651 +msgid "" +"Cannot find kab's configuration template file.\n" +"kab cannot be configured." +msgstr "" + +#: kab/addressbook.cc:1660 +msgid "" +"Cannot read kab's configuration template file.\n" +"kab cannot be configured." +msgstr "" + +#: kab/addressbook.cc:1670 kab/addressbook.cc:1679 +msgid "Could not create the new configuration file." +msgstr "" + +#: kab/addressbook.cc:1700 +msgid "" +"Cannot load kab's local configuration file.\n" +"There may be a formatting error.\n" +"kab cannot be configured." +msgstr "" + +#: kab/addressbook.cc:1708 +msgid "" +"Cannot find kab's local configuration file.\n" +"kab cannot be configured." +msgstr "" + +#: kab/addressbook.cc:1744 +msgid "fixed" +msgstr "" + +#: kab/addressbook.cc:1745 +msgid "mobile" +msgstr "" + +#: kab/addressbook.cc:1746 +msgid "fax" +msgstr "" + +#: kab/addressbook.cc:1747 +msgid "modem" +msgstr "" + +#: kab/addressbook.cc:1748 +msgid "general" +msgstr "" + +#: kab/addressbook.cc:1949 +msgid "Business" +msgstr "" + +#: kab/addressbook.cc:1951 +msgid "Dates" +msgstr "" + +#: kab/kabapi.cc:134 +msgid "Your new entry could not be added." +msgstr "" + +#: kwallet/backend/kwalletbackend.cc:258 +msgid "Already open." +msgstr "" + +#: kwallet/backend/kwalletbackend.cc:260 +msgid "Error opening file." +msgstr "" + +#: kwallet/backend/kwalletbackend.cc:262 +msgid "Not a wallet file." +msgstr "" + +#: kwallet/backend/kwalletbackend.cc:264 +msgid "Unsupported file format revision." +msgstr "" + +#: kwallet/backend/kwalletbackend.cc:266 +msgid "Unknown encryption scheme." +msgstr "" + +#: kwallet/backend/kwalletbackend.cc:268 +msgid "Corrupt file?" +msgstr "" + +#: kwallet/backend/kwalletbackend.cc:270 +msgid "Error validating wallet integrity. Possibly corrupted." +msgstr "" + +#: kwallet/backend/kwalletbackend.cc:274 +msgid "Read error - possibly incorrect password." +msgstr "" + +#: kwallet/backend/kwalletbackend.cc:276 +msgid "Decryption error." +msgstr "" + +#: obj-i486-linux-gnu/kio/kssl/keygenwizard2.cc:77 +msgid "" +"You must now provide a password for the certificate request. Please choose a " +"very secure password as this will be used to encrypt your private key." +msgstr "" + +#: obj-i486-linux-gnu/kio/kssl/keygenwizard2.cc:78 +msgid "&Repeat password:" +msgstr "" + +#: obj-i486-linux-gnu/kio/kssl/keygenwizard2.cc:79 +msgid "&Choose password:" +msgstr "" + +#: obj-i486-linux-gnu/kio/kssl/keygenwizard.cc:56 +msgid "" +"You have indicated that you wish to obtain or purchase a secure certificate. " +"This wizard is intended to guide you through the procedure. You may cancel " +"at any time, and this will abort the transaction." +msgstr "" + +#: khtml/khtml_settings.cc:152 +msgid "Accept" +msgstr "" + +#: khtml/khtml_settings.cc:153 +msgid "Reject" +msgstr "" + +#: khtml/khtml_settings.cc:779 +msgid "Filter error" +msgstr "" + +#: arts/kde/kconverttest.cc:23 arts/kde/kiotest.cc:17 +#: arts/kde/kiotestslow.cc:83 +msgid "URL to open" +msgstr "" + +#: arts/kde/kiotest.cc:23 arts/kde/kiotestslow.cc:91 +msgid "KIOTest" +msgstr "" + +#: arts/kde/kconverttest.cc:58 arts/kde/kiotest.cc:23 +#: arts/kde/kiotestslow.cc:91 +msgid "0.1" +msgstr "" + +#: arts/kde/kconverttest.cc:58 +msgid "KConvertTest" +msgstr "" + +#: arts/message/artsmessage.cc:45 +msgid "Display error message (default)" +msgstr "" + +#: arts/message/artsmessage.cc:47 +msgid "Display warning message" +msgstr "" + +#: arts/message/artsmessage.cc:49 +msgid "Display informational message" +msgstr "" + +#: arts/message/artsmessage.cc:50 +msgid "Message string to be displayed" +msgstr "" + +#: arts/message/artsmessage.cc:54 +msgid "artsmessage" +msgstr "" + +#: arts/message/artsmessage.cc:55 +msgid "Utility to display aRts error messages" +msgstr "" + +#: arts/message/artsmessage.cc:87 +msgid "Informational" +msgstr "" + +#: kdeui/kstdaction_p.h:40 +msgid "&New" +msgstr "" + +#: kdeui/kstdaction_p.h:45 +msgid "Re&vert" +msgstr "" + +#: kdeui/kstdaction_p.h:48 +msgid "Print Previe&w..." +msgstr "" + +#: kdeui/kstdaction_p.h:49 +msgid "&Mail..." +msgstr "" + +#: kdeui/kstdaction_p.h:53 +msgid "Re&do" +msgstr "" + +#: kdeui/kstdaction_p.h:59 +msgid "Select &All" +msgstr "" + +#: kdeui/kstdaction_p.h:60 +msgid "Dese&lect" +msgstr "" + +#: kdeui/kstdaction_p.h:64 +msgid "Find Pre&vious" +msgstr "" + +#: kdeui/kstdaction_p.h:67 +msgid "&Actual Size" +msgstr "" + +#: kdeui/kstdaction_p.h:68 +msgid "&Fit to Page" +msgstr "" + +#: kdeui/kstdaction_p.h:69 +msgid "Fit to Page &Width" +msgstr "" + +#: kdeui/kstdaction_p.h:70 +msgid "Fit to Page &Height" +msgstr "" + +#: kdeui/kstdaction_p.h:71 +msgid "Zoom &In" +msgstr "" + +#: kdeui/kstdaction_p.h:72 +msgid "Zoom &Out" +msgstr "" + +#: kdeui/kstdaction_p.h:73 +msgid "&Zoom..." +msgstr "" + +#: kdeui/kstdaction_p.h:75 +msgid "&Redisplay" +msgstr "" + +#: kdeui/kstdaction_p.h:77 +msgid "&Up" +msgstr "" + +#: kdeui/kstdaction_p.h:82 +msgid "&Previous Page" +msgstr "" + +#: kdeui/kstdaction_p.h:83 +msgid "&Next Page" +msgstr "" + +#: kdeui/kstdaction_p.h:84 +msgid "&Go To..." +msgstr "" + +#: kdeui/kstdaction_p.h:85 +msgid "&Go to Page..." +msgstr "" + +#: kdeui/kstdaction_p.h:86 +msgid "&Go to Line..." +msgstr "" + +#: kdeui/kstdaction_p.h:87 +msgid "&First Page" +msgstr "" + +#: kdeui/kstdaction_p.h:88 +msgid "&Last Page" +msgstr "" + +#: kdeui/kstdaction_p.h:91 +msgid "&Edit Bookmarks" +msgstr "" + +#: kdeui/kstdaction_p.h:99 +msgid "&Save Settings" +msgstr "" + +#: kdeui/kstdaction_p.h:100 +msgid "Configure S&hortcuts..." +msgstr "" + +#: kdeui/kstdaction_p.h:101 +msgid "&Configure %1..." +msgstr "" + +#: kdeui/kstdaction_p.h:102 +msgid "Configure Tool&bars..." +msgstr "" + +#: kdeui/kstdaction_p.h:103 +msgid "Configure &Notifications..." +msgstr "" + +#: kdeui/kstdaction_p.h:109 +msgid "What's &This?" +msgstr "" + +#: kdeui/kstdaction_p.h:110 +msgid "Tip of the &Day" +msgstr "" + +#: kdeui/kstdaction_p.h:116 +msgid "&Translate This Application" +msgstr "" --- kdelibs-3.5.10.dfsg.1.orig/files +++ kdelibs-3.5.10.dfsg.1/files @@ -0,0 +1,2031 @@ +./common_texts.cpp +./_translatorinfo.cpp +./kjs/value.cpp +./kjs/dtoa.cpp +./kjs/bool_object.cpp +./kjs/object_object.cpp +./kjs/internal.cpp +./kjs/list.cpp +./kjs/object.cpp +./kjs/string_object.cpp +./kjs/nodes2string.cpp +./kjs/property_map.cpp +./kjs/reference_list.cpp +./kjs/function_object.cpp +./kjs/date_object.cpp +./kjs/regexp.cpp +./kjs/regexp_object.cpp +./kjs/debugger.cpp +./kjs/identifier.cpp +./kjs/lookup.cpp +./kjs/collector.cpp +./kjs/operations.cpp +./kjs/interpreter.cpp +./kjs/function.cpp +./kjs/nodes.cpp +./kjs/scope_chain.cpp +./kjs/number_object.cpp +./kjs/math_object.cpp +./kjs/array_object.cpp +./kjs/reference.cpp +./kjs/error_object.cpp +./kjs/testkjs.cpp +./kjs/lexer.cpp +./kjs/ustring.cpp +./kjs/grammar.cpp +./pics/ksvgtopng.cpp +./kdesu/process.cpp +./kdesu/stub.cpp +./kdesu/kdesu_pty.cpp +./kdesu/kcookie.cpp +./kdesu/ssh.cpp +./kdesu/su.cpp +./kdesu/client.cpp +./kconf_update/kconf_update.cpp +./kinit/kioslave.cpp +./kinit/setproctitle.cpp +./kinit/klauncher_main.cpp +./kinit/kstartupconfig.cpp +./kinit/klauncher.cpp +./kinit/kdostartupconfig.cpp +./kinit/kinit.cpp +./kinit/autostart.cpp +./win/dummy.cpp +./win/win32_utils2.cpp +./win/bootstrap.cpp +./win/qeventloopex.cpp +./kded/kded.cpp +./kded/vfolder_menu.cpp +./kded/kctimefactory.cpp +./kded/kde-menu.cpp +./kded/kbuildsycoca.cpp +./kded/kbuildservicetypefactory.cpp +./kded/kbuildservicegroupfactory.cpp +./kded/kbuildimageiofactory.cpp +./kded/khostname.cpp +./kded/kbuildservicefactory.cpp +./kded/kdedmodule.cpp +./kded/kbuildprotocolinfofactory.cpp +./kded/test/test.cpp +./kimgio/xview.cpp +./kimgio/exr.cpp +./kimgio/pcx.cpp +./kimgio/eps.cpp +./kimgio/psd.cpp +./kimgio/dds.cpp +./kimgio/xcf.cpp +./kimgio/rgb.cpp +./kimgio/tga.cpp +./kimgio/tiffr.cpp +./kimgio/ico.cpp +./kimgio/hdr.cpp +./kimgio/jp2.cpp +./kimgio/g3r.cpp +./kdecore/kkeyserver_x11.cpp +./kdecore/ksocks.cpp +./kdecore/kcompletionbase.cpp +./kdecore/kcatalogue.cpp +./kdecore/kqiodevicegzip_p.cpp +./kdecore/kapplication.cpp +./kdecore/kapplication_win.cpp +./kdecore/kkeynative_x11.cpp +./kdecore/kshortcut.cpp +./kdecore/kiconloader.cpp +./kdecore/ksimpleconfig.cpp +./kdecore/kbufferedio.cpp +./kdecore/netsupp.cpp +./kdecore/kmacroexpander.cpp +./kdecore/ksock.cpp +./kdecore/kcalendarsystemjalali.cpp +./kdecore/kpty.cpp +./kdecore/kconfigskeleton.cpp +./kdecore/netwm.cpp +./kdecore/kprotocolinfo_kdecore.cpp +./kdecore/kclipboard.cpp +./kdecore/kmountpoint.cpp +./kdecore/kprocctrl.cpp +./kdecore/kglobalaccel_x11.cpp +./kdecore/kmdcodec.cpp +./kdecore/kcalendarsystemgregorian.cpp +./kdecore/kcheckaccelerators.cpp +./kdecore/kcalendarsystemfactory.cpp +./kdecore/kdcoppropertyproxy.cpp +./kdecore/kappdcopiface.cpp +./kdecore/kurldrag.cpp +./kdecore/kipc.cpp +./kdecore/klibloader.cpp +./kdecore/kdesktopfile.cpp +./kdecore/kmanagerselection.cpp +./kdecore/kuser.cpp +./kdecore/kglobalaccel_win.cpp +./kdecore/kextsock.cpp +./kdecore/kiconeffect.cpp +./kdecore/kcmdlineargs.cpp +./kdecore/kxerrorhandler.cpp +./kdecore/kstringhandler.cpp +./kdecore/kicontheme.cpp +./kdecore/ksycocafactory.cpp +./kdecore/kdebugdcopiface.cpp +./kdecore/ksockaddr.cpp +./kdecore/kaudioplayer.cpp +./kdecore/kpalette.cpp +./kdecore/kurl.cpp +./kdecore/kconfigdialogmanager.cpp +./kdecore/kinstance.cpp +./kdecore/kstdaccel.cpp +./kdecore/kstaticdeleter.cpp +./kdecore/kcharsets.cpp +./kdecore/ktimezones.cpp +./kdecore/ksycocadict.cpp +./kdecore/knotifyclient.cpp +./kdecore/kshortcutmenu.cpp +./kdecore/netsupp_win32.cpp +./kdecore/kpixmapprovider.cpp +./kdecore/kconfigbase.cpp +./kdecore/ksycoca.cpp +./kdecore/kcompletion.cpp +./kdecore/kaccelaction.cpp +./kdecore/kaccelbase.cpp +./kdecore/ksavefile.cpp +./kdecore/kxmessages.cpp +./kdecore/kshortcutlist.cpp +./kdecore/kallocator.cpp +./kdecore/kdebug.cpp +./kdecore/kuniqueapplication.cpp +./kdecore/klocale.cpp +./kdecore/libintl.cpp +./kdecore/krandomsequence.cpp +./kdecore/kstandarddirs.cpp +./kdecore/kregexp.cpp +./kdecore/kglobalsettings.cpp +./kdecore/kconfigbackend.cpp +./kdecore/kasyncio.cpp +./kdecore/krfcdate.cpp +./kdecore/kdeversion.cpp +./kdecore/krootprop.cpp +./kdecore/kcalendarsystem.cpp +./kdecore/kwin.cpp +./kdecore/kidna.cpp +./kdecore/kwinmodule.cpp +./kdecore/kshell.cpp +./kdecore/ktempdir.cpp +./kdecore/kcalendarsystemhijri.cpp +./kdecore/kprocess.cpp +./kdecore/kaboutdata.cpp +./kdecore/kvmallocator.cpp +./kdecore/kcalendarsystemhebrew.cpp +./kdecore/kglobal.cpp +./kdecore/kcrash.cpp +./kdecore/kconfig.cpp +./kdecore/kckey.cpp +./kdecore/ktempfile.cpp +./kdecore/klockfile.cpp +./kdecore/kprotocolinfofactory.cpp +./kdecore/kmimesourcefactory.cpp +./kdecore/kglobalaccel.cpp +./kdecore/kmultipledrag.cpp +./kdecore/kstartupinfo.cpp +./kdecore/kaccel.cpp +./kdecore/kaccelmanager.cpp +./kdecore/kprocio.cpp +./kdecore/svgicons/ksvgiconpainter.cpp +./kdecore/svgicons/ksvgiconengine.cpp +./kdecore/network/kserversocket.cpp +./kdecore/network/kresolverstandardworkers.cpp +./kdecore/network/kreverseresolver.cpp +./kdecore/network/kclientsocketbase.cpp +./kdecore/network/ksocketaddress.cpp +./kdecore/network/kresolverworkerbase.cpp +./kdecore/network/ksrvresolverworker.cpp +./kdecore/network/ksocketbase.cpp +./kdecore/network/kresolvermanager.cpp +./kdecore/network/kbufferedsocket.cpp +./kdecore/network/kstreamsocket.cpp +./kdecore/network/ksocketbuffer.cpp +./kdecore/network/kdatagramsocket.cpp +./kdecore/network/kresolver.cpp +./kdecore/network/ksockssocketdevice.cpp +./kdecore/network/ksocketdevice.cpp +./kdecore/network/khttpproxysocketdevice.cpp +./kdecore/kconfig_compiler/kconfig_compiler.cpp +./kdewidgets/makekdewidgets.cpp +./kdewidgets/classpreviews.cpp +./dnssd/responder.cpp +./dnssd/query.cpp +./dnssd/servicebrowser.cpp +./dnssd/remoteservice.cpp +./dnssd/servicebase.cpp +./dnssd/domainbrowser.cpp +./dnssd/publicservice.cpp +./interfaces/kscript/scriptloader.cpp +./interfaces/kscript/scriptmanager.cpp +./interfaces/kscript/sample/shellscript.cpp +./interfaces/ktexteditor/undodcopinterface.cpp +./interfaces/ktexteditor/clipboarddcopinterface.cpp +./interfaces/ktexteditor/searchdcopinterface.cpp +./interfaces/ktexteditor/sessionconfiginterface.cpp +./interfaces/ktexteditor/variableinterface.cpp +./interfaces/ktexteditor/encodingdcopinterface.cpp +./interfaces/ktexteditor/viewstatusmsgdcopinterface.cpp +./interfaces/ktexteditor/documentinfo.cpp +./interfaces/ktexteditor/searchinterface.cpp +./interfaces/ktexteditor/dynwordwrapinterface.cpp +./interfaces/ktexteditor/viewcursordcopinterface.cpp +./interfaces/ktexteditor/editdcopinterface.cpp +./interfaces/ktexteditor/templateinterface.cpp +./interfaces/ktexteditor/markinterface.cpp +./interfaces/ktexteditor/selectiondcopinterface.cpp +./interfaces/ktexteditor/configinterface.cpp +./interfaces/ktexteditor/clipboardinterface.cpp +./interfaces/ktexteditor/viewcursorinterface.cpp +./interfaces/ktexteditor/codecompletioninterface.cpp +./interfaces/ktexteditor/selectioninterfaceext.cpp +./interfaces/ktexteditor/blockselectioninterface.cpp +./interfaces/ktexteditor/editinterface.cpp +./interfaces/ktexteditor/ktexteditor.cpp +./interfaces/ktexteditor/markinterfaceextension.cpp +./interfaces/ktexteditor/documentdcopinfo.cpp +./interfaces/ktexteditor/printinterface.cpp +./interfaces/ktexteditor/cursorinterface.cpp +./interfaces/ktexteditor/texthintinterface.cpp +./interfaces/ktexteditor/configinterfaceextension.cpp +./interfaces/ktexteditor/blockselectiondcopinterface.cpp +./interfaces/ktexteditor/wordwrapinterface.cpp +./interfaces/ktexteditor/editinterfaceext.cpp +./interfaces/ktexteditor/selectioninterface.cpp +./interfaces/ktexteditor/printdcopinterface.cpp +./interfaces/ktexteditor/popupmenuinterface.cpp +./interfaces/ktexteditor/editorchooser.cpp +./interfaces/ktexteditor/undointerface.cpp +./interfaces/ktexteditor/encodinginterface.cpp +./interfaces/ktexteditor/highlightinginterface.cpp +./interfaces/ktexteditor/viewstatusmsginterface.cpp +./interfaces/kmediaplayer/player.cpp +./interfaces/kmediaplayer/view.cpp +./kstyles/kthemestyle/kstyledirs.cpp +./kstyles/kthemestyle/kthemestyle.cpp +./kstyles/kthemestyle/kthemebase.cpp +./kstyles/web/plugin.cpp +./kstyles/web/webstyle.cpp +./kstyles/highcontrast/highcontrast.cpp +./kstyles/keramik/pixmaploader.cpp +./kstyles/keramik/colorutil.cpp +./kstyles/keramik/genembed.cpp +./kstyles/keramik/keramik.cpp +./kstyles/keramik/gradients.cpp +./kstyles/klegacy/plugin.cpp +./kstyles/klegacy/klegacystyle.cpp +./kstyles/highcolor/highcolor.cpp +./kstyles/light/light.cpp +./kstyles/light/lightstyle-v2.cpp +./kstyles/light/lightstyle-v3.cpp +./kstyles/utils/installtheme/main.cpp +./kstyles/plastik/plastik.cpp +./kstyles/plastik/misc.cpp +./obj-i486-linux-gnu/kjs/libkjs_la.all_cpp.cpp +./obj-i486-linux-gnu/kio/dummy.cpp +./obj-i486-linux-gnu/kio/misc/libkdeinit_kio_uiserver_la.all_cpp.cpp +./obj-i486-linux-gnu/kio/misc/observer_stub.cpp +./obj-i486-linux-gnu/kio/misc/uiserver_skel.cpp +./obj-i486-linux-gnu/kio/misc/kio_uiserver.la.cpp +./obj-i486-linux-gnu/kio/misc/kio_uiserver_dummy.cpp +./obj-i486-linux-gnu/kio/misc/kntlm/libkntlm_la.all_cpp.cpp +./obj-i486-linux-gnu/kio/misc/kssld/kded_kssld_la.all_cpp.cpp +./obj-i486-linux-gnu/kio/misc/kssld/kssld_skel.cpp +./obj-i486-linux-gnu/kio/misc/kpac/proxyscout_skel.cpp +./obj-i486-linux-gnu/kio/misc/kpac/kded_proxyscout_la.all_cpp.cpp +./obj-i486-linux-gnu/kio/misc/ksendbugmail/ksendbugmail.all_cpp.cpp +./obj-i486-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp +./obj-i486-linux-gnu/kio/misc/kwalletd/kbetterthankdialogbase.cpp +./obj-i486-linux-gnu/kio/misc/kwalletd/kwalletd_skel.cpp +./obj-i486-linux-gnu/kio/misc/kwalletd/kded_kwalletd_la.all_cpp.cpp +./obj-i486-linux-gnu/kio/kio/observer_skel.cpp +./obj-i486-linux-gnu/kio/kio/observer_stub.cpp +./obj-i486-linux-gnu/kio/kio/kdirnotify_skel.cpp +./obj-i486-linux-gnu/kio/kio/libkiocore_la.all_cpp.cpp +./obj-i486-linux-gnu/kio/kio/libksycoca_la.all_cpp.cpp +./obj-i486-linux-gnu/kio/kio/uiserver_stub.cpp +./obj-i486-linux-gnu/kio/kpasswdserver/kded_kpasswdserver_la.all_cpp.cpp +./obj-i486-linux-gnu/kio/kpasswdserver/kpasswdserver_skel.cpp +./obj-i486-linux-gnu/kio/kfile/libkfile_la.all_cpp.cpp +./obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp +./obj-i486-linux-gnu/kio/kfile/kpropertiesmimetypebase.cpp +./obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp +./obj-i486-linux-gnu/kio/kfile/knotifywidgetbase.cpp +./obj-i486-linux-gnu/kdesu/libkdesu_la.all_cpp.cpp +./obj-i486-linux-gnu/kconf_update/kconf_update.la.cpp +./obj-i486-linux-gnu/kconf_update/kconf_update_dummy.cpp +./obj-i486-linux-gnu/kinit/libkdeinit_klauncher_la.all_cpp.cpp +./obj-i486-linux-gnu/kinit/klauncher.la.cpp +./obj-i486-linux-gnu/kinit/kdeinit.all_cpp.cpp +./obj-i486-linux-gnu/kinit/klauncher_dummy.cpp +./obj-i486-linux-gnu/kded/libkdeinit_kded_la.all_cpp.cpp +./obj-i486-linux-gnu/kded/kded_dummy.cpp +./obj-i486-linux-gnu/kded/kded.la.cpp +./obj-i486-linux-gnu/kded/libkdeinit_kbuildsycoca_la.all_cpp.cpp +./obj-i486-linux-gnu/kded/kbuildsycoca_dummy.cpp +./obj-i486-linux-gnu/kded/kbuildsycoca.la.cpp +./obj-i486-linux-gnu/kdeprint/kmfactory_skel.cpp +./obj-i486-linux-gnu/kdeprint/kdeprintd_skel.cpp +./obj-i486-linux-gnu/kdeprint/rlpr/kdeprint_rlpr_la.all_cpp.cpp +./obj-i486-linux-gnu/kdeprint/cups/kdeprint_cups_la.all_cpp.cpp +./obj-i486-linux-gnu/kdeprint/cups/cupsdconf2/cupsdconf_dummy.cpp +./obj-i486-linux-gnu/kdeprint/cups/cupsdconf2/libkdeinit_cupsdconf_la.all_cpp.cpp +./obj-i486-linux-gnu/kdeprint/cups/cupsdconf2/cupsdconf.la.cpp +./obj-i486-linux-gnu/kdeprint/ext/kdeprint_ext_la.all_cpp.cpp +./obj-i486-linux-gnu/kdeprint/lpdunix/kdeprint_lpdunix_la.all_cpp.cpp +./obj-i486-linux-gnu/kdeprint/lpr/kdeprint_lpr_la.all_cpp.cpp +./obj-i486-linux-gnu/kdeprint/management/libkdeprint_management_la.all_cpp.cpp +./obj-i486-linux-gnu/kdeprint/management/kaddprinterwizard.la.cpp +./obj-i486-linux-gnu/kdeprint/management/kaddprinterwizard_dummy.cpp +./obj-i486-linux-gnu/kdecore/kdebugdcopiface_skel.cpp +./obj-i486-linux-gnu/kdecore/ksycoca_skel.cpp +./obj-i486-linux-gnu/kdecore/kappdcopiface_skel.cpp +./obj-i486-linux-gnu/kdecore/libkdecore_la.all_cpp.cpp +./obj-i486-linux-gnu/kdecore/kde-config.cpp +./obj-i486-linux-gnu/kdecore/svgicons/libkdesvgicons_la.all_cpp.cpp +./obj-i486-linux-gnu/kdecore/network/libkdecorenetwork_la.all_cpp.cpp +./obj-i486-linux-gnu/kcmshell/libkdeinit_kcmshell_la.all_cpp.cpp +./obj-i486-linux-gnu/kcmshell/kcmshell.la.cpp +./obj-i486-linux-gnu/kcmshell/main_skel.cpp +./obj-i486-linux-gnu/kcmshell/kcmshell_dummy.cpp +./obj-i486-linux-gnu/kate/part/dummy.cpp +./obj-i486-linux-gnu/kate/part/libkate_la.all_cpp.cpp +./obj-i486-linux-gnu/kate/part/katedocument_skel.cpp +./obj-i486-linux-gnu/kate/interfaces/libkatepartinterfaces_la.all_cpp.cpp +./obj-i486-linux-gnu/kdewidgets/kdewidgets_la.all_cpp.cpp +./obj-i486-linux-gnu/kdewidgets/kdewidgets.cpp +./obj-i486-linux-gnu/dnssd/libkdnssd_la.all_cpp.cpp +./obj-i486-linux-gnu/dnssd/settings.cpp +./obj-i486-linux-gnu/kioslave/http/kcookiejar/kcookiejar_dummy.cpp +./obj-i486-linux-gnu/kioslave/http/kcookiejar/kcookiejar.la.cpp +./obj-i486-linux-gnu/kioslave/http/kcookiejar/kcookieserver_skel.cpp +./obj-i486-linux-gnu/kioslave/http/kcookiejar/kded_kcookiejar_la.all_cpp.cpp +./obj-i486-linux-gnu/interfaces/kscript/scriptclientinterface.moc.cpp +./obj-i486-linux-gnu/interfaces/kscript/libkscript_la.all_cpp.cpp +./obj-i486-linux-gnu/interfaces/ktexteditor/documentdcopinfo_skel.cpp +./obj-i486-linux-gnu/interfaces/ktexteditor/editdcopinterface_skel.cpp +./obj-i486-linux-gnu/interfaces/ktexteditor/libktexteditor_la.all_cpp.cpp +./obj-i486-linux-gnu/interfaces/ktexteditor/selectiondcopinterface_skel.cpp +./obj-i486-linux-gnu/interfaces/ktexteditor/undodcopinterface_skel.cpp +./obj-i486-linux-gnu/interfaces/ktexteditor/editorchooser_ui.cpp +./obj-i486-linux-gnu/interfaces/ktexteditor/clipboarddcopinterface_skel.cpp +./obj-i486-linux-gnu/interfaces/ktexteditor/selectionextdcopinterface_skel.cpp +./obj-i486-linux-gnu/interfaces/ktexteditor/printdcopinterface_skel.cpp +./obj-i486-linux-gnu/interfaces/ktexteditor/searchdcopinterface_skel.cpp +./obj-i486-linux-gnu/interfaces/ktexteditor/viewstatusmsgdcopinterface_skel.cpp +./obj-i486-linux-gnu/interfaces/ktexteditor/encodingdcopinterface_skel.cpp +./obj-i486-linux-gnu/interfaces/ktexteditor/blockselectiondcopinterface_skel.cpp +./obj-i486-linux-gnu/interfaces/ktexteditor/viewcursordcopinterface_skel.cpp +./obj-i486-linux-gnu/interfaces/kmediaplayer/libkmediaplayer_la.all_cpp.cpp +./obj-i486-linux-gnu/interfaces/kmediaplayer/playerdcopobject_skel.cpp +./obj-i486-linux-gnu/interfaces/kimproxy/library/libkimproxy_la.all_cpp.cpp +./obj-i486-linux-gnu/interfaces/kimproxy/library/kimproxyiface_skel.cpp +./obj-i486-linux-gnu/interfaces/kimproxy/library/kimiface_stub.cpp +./obj-i486-linux-gnu/kstyles/kthemestyle/kthemestyle_la.all_cpp.cpp +./obj-i486-linux-gnu/kstyles/keramik/keramik_la.all_cpp.cpp +./obj-i486-linux-gnu/kstyles/light/light_la.all_cpp.cpp +./obj-i486-linux-gnu/kstyles/plastik/plastik_la.all_cpp.cpp +./obj-i486-linux-gnu/kutils/kcmoduleproxyIface_skel.cpp +./obj-i486-linux-gnu/kutils/libkutils_la.all_cpp.cpp +./obj-i486-linux-gnu/kutils/ksettings/libksettings_la.all_cpp.cpp +./obj-i486-linux-gnu/kdeui/dummy.cpp +./obj-i486-linux-gnu/kdeui/kshortcutdialog_advanced.cpp +./obj-i486-linux-gnu/kdeui/kmainwindowiface_skel.cpp +./obj-i486-linux-gnu/kdeui/libkdeui_la.all_cpp.cpp +./obj-i486-linux-gnu/kdeui/kspellui.cpp +./obj-i486-linux-gnu/kdeui/kshortcutdialog_simple.cpp +./obj-i486-linux-gnu/kdeui/kdetrayproxy/module_skel.cpp +./obj-i486-linux-gnu/kdeui/kdetrayproxy/kded_kdetrayproxy_la.all_cpp.cpp +./obj-i486-linux-gnu/kspell2/libkspell2base_la.all_cpp.cpp +./obj-i486-linux-gnu/kspell2/ui/configui.cpp +./obj-i486-linux-gnu/kspell2/ui/libkspell2_noinst_la.all_cpp.cpp +./obj-i486-linux-gnu/kspell2/ui/kspell2ui.cpp +./obj-i486-linux-gnu/kspell2/plugins/hspell/kspell_hspell_la.all_cpp.cpp +./obj-i486-linux-gnu/kspell2/plugins/ispell/kspell_ispell_la.all_cpp.cpp +./obj-i486-linux-gnu/kspell2/plugins/aspell/kspell_aspell_la.all_cpp.cpp +./obj-i486-linux-gnu/libkscreensaver/libkscreensaver_la.all_cpp.cpp +./obj-i486-linux-gnu/khtml/dummy.cpp +./obj-i486-linux-gnu/khtml/imgdummy.cpp +./obj-i486-linux-gnu/khtml/libkhtml_la.all_cpp.cpp +./obj-i486-linux-gnu/khtml/misc/libkhtmlmisc_la.all_cpp.cpp +./obj-i486-linux-gnu/khtml/dom/libkhtmldom_la.all_cpp.cpp +./obj-i486-linux-gnu/khtml/css/libkhtmlcss_la.all_cpp.cpp +./obj-i486-linux-gnu/khtml/ecma/libkjs_html_la.all_cpp.cpp +./obj-i486-linux-gnu/khtml/xml/libkhtmlxml_la.all_cpp.cpp +./obj-i486-linux-gnu/khtml/rendering/libkhtmlrender_la.all_cpp.cpp +./obj-i486-linux-gnu/khtml/html/libkhtmlhtml_la.all_cpp.cpp +./obj-i486-linux-gnu/khtml/java/libkjava_la.all_cpp.cpp +./obj-i486-linux-gnu/khtml/java/kjavaappletviewer_la.all_cpp.cpp +./obj-i486-linux-gnu/khtml/java/dummy/dummy.cpp +./obj-i486-linux-gnu/kdoctools/kio_ghelp_la.all_cpp.cpp +./obj-i486-linux-gnu/kdoctools/kbzip2filter.cpp +./obj-i486-linux-gnu/kdoctools/xslt_pure.cpp +./obj-i486-linux-gnu/kdoctools/kio_help_la.all_cpp.cpp +./obj-i486-linux-gnu/kresources/libkresources_la.all_cpp.cpp +./obj-i486-linux-gnu/kresources/manageriface_skel.cpp +./obj-i486-linux-gnu/kresources/manageriface_stub.cpp +./obj-i486-linux-gnu/dcop/dcopserver_dummy.cpp +./obj-i486-linux-gnu/dcop/dcopserver.la.cpp +./obj-i486-linux-gnu/dcop/libkdeinit_dcopserver_la.all_cpp.cpp +./obj-i486-linux-gnu/dcop/libDCOP_la.all_cpp.cpp +./obj-i486-linux-gnu/dcop/dcopidl2cpp/dcopidl2cpp.all_cpp.cpp +./obj-i486-linux-gnu/kmdi/libkmdi_la.all_cpp.cpp +./obj-i486-linux-gnu/kmdi/kmdi/libkmdi2_la.all_cpp.cpp +./obj-i486-linux-gnu/arts/knotify/knotify_la.all_cpp.cpp +./obj-i486-linux-gnu/arts/knotify/knotify_skel.cpp +./obj-i486-linux-gnu/kdefx/libkdefx_la.all_cpp.cpp +./obj-i486-linux-gnu/kabc/addresseehelper_skel.cpp +./obj-i486-linux-gnu/kabc/libkabc_la.all_cpp.cpp +./obj-i486-linux-gnu/kabc/vcardparser/libvcards_la.all_cpp.cpp +./obj-i486-linux-gnu/kabc/plugins/ldapkio/libkabc_ldapkio_la.all_cpp.cpp +./obj-i486-linux-gnu/kabc/plugins/dir/libkabc_dir_la.all_cpp.cpp +./obj-i486-linux-gnu/kabc/plugins/file/libkabc_file_la.all_cpp.cpp +./obj-i486-linux-gnu/knewstuff/libknewstuff_la.all_cpp.cpp +./obj-i486-linux-gnu/kunittest/libkunittest_la.all_cpp.cpp +./obj-i486-linux-gnu/kparts/libkparts_la.all_cpp.cpp +./kutils/kcmoduleloader.cpp +./kutils/kfinddialog.cpp +./kutils/kreplace.cpp +./kutils/kcmoduleproxyIfaceImpl.cpp +./kutils/kcmoduleinfo.cpp +./kutils/kpluginselector.cpp +./kutils/kfind.cpp +./kutils/kcmodulecontainer.cpp +./kutils/kreplacedialog.cpp +./kutils/kcmultidialog.cpp +./kutils/kcmoduleproxy.cpp +./kutils/kmultitabbar.cpp +./kutils/kplugininfo.cpp +./kutils/ksettings/dispatcher.cpp +./kutils/ksettings/pluginpage.cpp +./kutils/ksettings/dialog.cpp +./kutils/ksettings/componentsdialog.cpp +./kdeui/kshortcutdialog.cpp +./kdeui/kdialogbase.cpp +./kdeui/klistview.cpp +./kdeui/krestrictedline.cpp +./kdeui/kseparator.cpp +./kdeui/kdatetimewidget.cpp +./kdeui/ktoolbarradiogroup.cpp +./kdeui/qxembed.cpp +./kdeui/ktimezonewidget.cpp +./kdeui/kaboutapplication.cpp +./kdeui/kpassdlg.cpp +./kdeui/kdockwidget_private.cpp +./kdeui/kscrollview.cpp +./kdeui/ktoolbarhandler.cpp +./kdeui/kpanelmenu.cpp +./kdeui/kstdguiitem.cpp +./kdeui/kmainwindowiface.cpp +./kdeui/kdualcolorbutton.cpp +./kdeui/kcolorbutton.cpp +./kdeui/kxmlguifactory_p.cpp +./kdeui/kmessagebox.cpp +./kdeui/ktoolbar.cpp +./kdeui/kcharselect.cpp +./kdeui/kbugreport.cpp +./kdeui/ksplashscreen.cpp +./kdeui/kxmlguibuilder.cpp +./kdeui/kactivelabel.cpp +./kdeui/kaboutdialog.cpp +./kdeui/klistbox.cpp +./kdeui/kaboutkde.cpp +./kdeui/kmainwindow.cpp +./kdeui/ktimewidget.cpp +./kdeui/kfontdialog.cpp +./kdeui/kmenubar.cpp +./kdeui/ksconfig.cpp +./kdeui/kaction.cpp +./kdeui/kinputdialog.cpp +./kdeui/kxmlguiclient.cpp +./kdeui/kdatetbl.cpp +./kdeui/kdcopactionproxy.cpp +./kdeui/kruler.cpp +./kdeui/kcolorcombo.cpp +./kdeui/ktip.cpp +./kdeui/kcmenumngr.cpp +./kdeui/kprogress.cpp +./kdeui/kpanelapplet.cpp +./kdeui/klanguagebutton.cpp +./kdeui/kbuttonbox.cpp +./kdeui/kkeybutton.cpp +./kdeui/keditcl2.cpp +./kdeui/kactionclasses.cpp +./kdeui/kpopupmenu.cpp +./kdeui/kdatepicker.cpp +./kdeui/kkeydialog.cpp +./kdeui/kcompletionbox.cpp +./kdeui/kpassivepopup.cpp +./kdeui/knuminput.cpp +./kdeui/kpixmapregionselectorwidget.cpp +./kdeui/kspelldlg.cpp +./kdeui/kdialog.cpp +./kdeui/kurllabel.cpp +./kdeui/keditlistbox.cpp +./kdeui/kxmlguifactory.cpp +./kdeui/kguiitem.cpp +./kdeui/ksqueezedtextlabel.cpp +./kdeui/khelpmenu.cpp +./kdeui/kled.cpp +./kdeui/ktextbrowser.cpp +./kdeui/kstdaction.cpp +./kdeui/ksyntaxhighlighter.cpp +./kdeui/kcommand.cpp +./kdeui/kselect.cpp +./kdeui/kpanelappmenu.cpp +./kdeui/kwindowlistmenu.cpp +./kdeui/kconfigdialog.cpp +./kdeui/kcmodule.cpp +./kdeui/kfontrequester.cpp +./kdeui/kspell.cpp +./kdeui/klistviewsearchline.cpp +./kdeui/klineedit.cpp +./kdeui/ksystemtray.cpp +./kdeui/kcolordialog.cpp +./kdeui/kedittoolbar.cpp +./kdeui/kwordwrap.cpp +./kdeui/kpanelextension.cpp +./kdeui/kdockwidget.cpp +./kdeui/kactionselector.cpp +./kdeui/kauthicon.cpp +./kdeui/kpixmapregionselectordialog.cpp +./kdeui/kwizard.cpp +./kdeui/kpixmapio.cpp +./kdeui/ksharedpixmap.cpp +./kdeui/kcursor.cpp +./kdeui/ktabbar.cpp +./kdeui/ktoolbarbutton.cpp +./kdeui/knumvalidator.cpp +./kdeui/ktabctl.cpp +./kdeui/kiconviewsearchline.cpp +./kdeui/kswitchlanguagedialog.cpp +./kdeui/karrowbutton.cpp +./kdeui/keditcl1.cpp +./kdeui/krootpixmap.cpp +./kdeui/kcolordrag.cpp +./kdeui/kpushbutton.cpp +./kdeui/ktextedit.cpp +./kdeui/kwhatsthismanager.cpp +./kdeui/kdatewidget.cpp +./kdeui/kjanuswidget.cpp +./kdeui/kfontcombo.cpp +./kdeui/kiconview.cpp +./kdeui/klineeditdlg.cpp +./kdeui/kanimwidget.cpp +./kdeui/ktabwidget.cpp +./kdeui/ktoolbarlabelaction.cpp +./kdeui/kcombobox.cpp +./kdeui/kstringvalidator.cpp +./kdeui/kwindowinfo.cpp +./kdeui/kactioncollection.cpp +./kdeui/kstatusbar.cpp +./kdeui/kdetrayproxy/kdetrayproxy.cpp +./kdeui/kdetrayproxy/module.cpp +./kspell2/broker.cpp +./kspell2/defaultdictionary.cpp +./kspell2/client.cpp +./kspell2/backgroundthread.cpp +./kspell2/settings.cpp +./kspell2/filter.cpp +./kspell2/backgroundengine.cpp +./kspell2/backgroundchecker.cpp +./kspell2/ui/highlighter.cpp +./kspell2/ui/configdialog.cpp +./kspell2/ui/configwidget.cpp +./kspell2/ui/dialog.cpp +./kspell2/plugins/hspell/kspell_hspellclient.cpp +./kspell2/plugins/hspell/kspell_hspelldict.cpp +./kspell2/plugins/ispell/correct.cpp +./kspell2/plugins/ispell/ispell_checker.cpp +./kspell2/plugins/ispell/tgood.cpp +./kspell2/plugins/ispell/lookup.cpp +./kspell2/plugins/ispell/kspell_ispellclient.cpp +./kspell2/plugins/ispell/good.cpp +./kspell2/plugins/ispell/kspell_ispelldict.cpp +./kspell2/plugins/ispell/hash.cpp +./kspell2/plugins/ispell/makedent.cpp +./kspell2/plugins/aspell/kspell_aspellclient.cpp +./kspell2/plugins/aspell/kspell_aspelldict.cpp +./khtml/khtmlview.cpp +./khtml/khtml_events.cpp +./khtml/khtml_pagecache.cpp +./khtml/domtreeview.cpp +./khtml/khtml_caret.cpp +./khtml/test_regression.cpp +./khtml/khtml_ext.cpp +./khtml/test_regression_fontoverload.cpp +./khtml/khtml_part.cpp +./khtml/testkhtml.cpp +./khtml/khtmlimage.cpp +./khtml/khtml_printsettings.cpp +./khtml/khtml_run.cpp +./khtml/khtml_factory.cpp +./khtml/misc/loader_jpeg.cpp +./khtml/misc/stringit.cpp +./khtml/misc/decoder.cpp +./khtml/misc/loader.cpp +./khtml/misc/arena.cpp +./khtml/misc/helper.cpp +./khtml/misc/guess_ja.cpp +./khtml/misc/blocked_icon.cpp +./khtml/misc/knsplugininstaller.cpp +./khtml/misc/htmlhashes.cpp +./khtml/kmultipart/kmultipart.cpp +./khtml/dom/html_element.cpp +./khtml/dom/html_table.cpp +./khtml/dom/html_object.cpp +./khtml/dom/dom_node.cpp +./khtml/dom/html_head.cpp +./khtml/dom/dom2_traversal.cpp +./khtml/dom/html_list.cpp +./khtml/dom/html_form.cpp +./khtml/dom/dom_xml.cpp +./khtml/dom/css_value.cpp +./khtml/dom/css_rule.cpp +./khtml/dom/css_stylesheet.cpp +./khtml/dom/css_extensions.cpp +./khtml/dom/dom2_range.cpp +./khtml/dom/dom_doc.cpp +./khtml/dom/dom2_events.cpp +./khtml/dom/dom2_views.cpp +./khtml/dom/dom_misc.cpp +./khtml/dom/html_document.cpp +./khtml/dom/dom_element.cpp +./khtml/dom/html_inline.cpp +./khtml/dom/html_misc.cpp +./khtml/dom/html_block.cpp +./khtml/dom/html_image.cpp +./khtml/dom/dom_text.cpp +./khtml/dom/html_base.cpp +./khtml/dom/dom_string.cpp +./khtml/css/parser.cpp +./khtml/css/css_valueimpl.cpp +./khtml/css/css_base.cpp +./khtml/css/css_stylesheetimpl.cpp +./khtml/css/cssstyleselector.cpp +./khtml/css/tokenizer.cpp +./khtml/css/css_extensionsimpl.cpp +./khtml/css/cssparser.cpp +./khtml/css/css_renderstyledeclarationimpl.cpp +./khtml/css/csshelper.cpp +./khtml/css/css_ruleimpl.cpp +./khtml/ecma/testecma.cpp +./khtml/ecma/xmlhttprequest.cpp +./khtml/ecma/domparser.cpp +./khtml/ecma/xmlserializer.cpp +./khtml/ecma/kjs_navigator.cpp +./khtml/ecma/kjs_html.cpp +./khtml/ecma/kjs_traversal.cpp +./khtml/ecma/kjs_proxy.cpp +./khtml/ecma/kjs_events.cpp +./khtml/ecma/kjs_debugwin.cpp +./khtml/ecma/kjs_css.cpp +./khtml/ecma/kjs_mozilla.cpp +./khtml/ecma/kjs_dom.cpp +./khtml/ecma/kjs_views.cpp +./khtml/ecma/kjs_binding.cpp +./khtml/ecma/kjs_window.cpp +./khtml/ecma/kjs_range.cpp +./khtml/xml/xml_tokenizer.cpp +./khtml/xml/dom_textimpl.cpp +./khtml/xml/dom_restyler.cpp +./khtml/xml/dom_docimpl.cpp +./khtml/xml/dom_xmlimpl.cpp +./khtml/xml/dom_stringimpl.cpp +./khtml/xml/dom2_traversalimpl.cpp +./khtml/xml/dom2_eventsimpl.cpp +./khtml/xml/dom_elementimpl.cpp +./khtml/xml/dom2_rangeimpl.cpp +./khtml/xml/dom_nodeimpl.cpp +./khtml/xml/dom2_viewsimpl.cpp +./khtml/rendering/render_br.cpp +./khtml/rendering/render_applet.cpp +./khtml/rendering/render_layer.cpp +./khtml/rendering/render_arena.cpp +./khtml/rendering/render_table.cpp +./khtml/rendering/bidi.cpp +./khtml/rendering/render_text.cpp +./khtml/rendering/render_generated.cpp +./khtml/rendering/render_container.cpp +./khtml/rendering/counter_tree.cpp +./khtml/rendering/render_flow.cpp +./khtml/rendering/render_block.cpp +./khtml/rendering/render_box.cpp +./khtml/rendering/render_image.cpp +./khtml/rendering/render_list.cpp +./khtml/rendering/render_inline.cpp +./khtml/rendering/enumerate.cpp +./khtml/rendering/font.cpp +./khtml/rendering/render_object.cpp +./khtml/rendering/render_style.cpp +./khtml/rendering/break_lines.cpp +./khtml/rendering/render_canvas.cpp +./khtml/rendering/loading_icon.cpp +./khtml/rendering/render_form.cpp +./khtml/rendering/table_layout.cpp +./khtml/rendering/render_frames.cpp +./khtml/rendering/render_line.cpp +./khtml/rendering/render_replaced.cpp +./khtml/rendering/render_body.cpp +./khtml/html/html_objectimpl.cpp +./khtml/html/doctypes.cpp +./khtml/html/html_miscimpl.cpp +./khtml/html/dtd.cpp +./khtml/html/html_formimpl.cpp +./khtml/html/htmlparser.cpp +./khtml/html/htmltokenizer.cpp +./khtml/html/html_headimpl.cpp +./khtml/html/html_inlineimpl.cpp +./khtml/html/html_blockimpl.cpp +./khtml/html/html_elementimpl.cpp +./khtml/html/html_baseimpl.cpp +./khtml/html/html_tableimpl.cpp +./khtml/html/html_imageimpl.cpp +./khtml/html/html_listimpl.cpp +./khtml/html/html_documentimpl.cpp +./khtml/java/kjavaappletcontext.cpp +./khtml/java/kjavaappletserver.cpp +./khtml/java/kjavadownloader.cpp +./khtml/java/kjavaappletviewer.cpp +./khtml/java/kxeventutil.cpp +./khtml/java/kjavaprocess.cpp +./khtml/java/kqeventutil.cpp +./khtml/java/kjavaapplet.cpp +./khtml/java/kjavaappletwidget.cpp +./kresources/factory.cpp +./kresources/configdialog.cpp +./kresources/kcmkresources.cpp +./kresources/selectdialog.cpp +./kresources/resource.cpp +./kresources/configwidget.cpp +./kresources/testresources.cpp +./kresources/configpage.cpp +./kresources/managerimpl.cpp +./dcop/dcop_deadlock_test.cpp +./dcop/dcopserver_win.cpp +./dcop/dcopsignals.cpp +./dcop/dcopclient.cpp +./dcop/testdcop.cpp +./dcop/dcopserver_shutdown_win.cpp +./dcop/dcopref.cpp +./dcop/dcopobject.cpp +./dcop/dcopserver.cpp +./dcop/dcopstub.cpp +./dcop/client/dcop.cpp +./dcop/client/dcopquit.cpp +./dcop/client/dcopfind.cpp +./dcop/client/dcopstart.cpp +./dcop/client/marshall.cpp +./dcop/dcopidl2cpp/stubimpl.cpp +./dcop/dcopidl2cpp/stub.cpp +./dcop/dcopidl2cpp/skel.cpp +./dcop/dcopidl2cpp/main.cpp +./dcop/KDE-ICE/ICE-def.cpp +./dcop/dcopidl/main.cpp +./kmdi/kmdifocuslist.cpp +./kmdi/kmdichildview.cpp +./kmdi/kmdichildfrm.cpp +./kmdi/kmdimainfrm.cpp +./kmdi/kmditaskbar.cpp +./kmdi/kmdichildarea.cpp +./kmdi/kmdiguiclient.cpp +./kmdi/kmdidockcontainer.cpp +./kmdi/kmdichildfrmcaption.cpp +./kmdi/kmdidocumentviewtabwidget.cpp +./kmdi/kmditoolviewaccessor.cpp +./kmdi/test/hello.cpp +./kmdi/test/main.cpp +./kmdi/test/mainwidget.cpp +./kmdi/kmdi/mainwindow.cpp +./kmdi/kmdi/toolviewaccessor.cpp +./kmdi/kmdi/tabwidget.cpp +./kmdi/kmdi/guiclient.cpp +./kmdi/kmdi/dockcontainer.cpp +./arts/kde/kaudiorecordstream.cpp +./arts/kde/kioinputstream_impl.cpp +./arts/kde/kvideowidget.cpp +./arts/kde/kartsserver.cpp +./arts/kde/kartsfloatwatch.cpp +./arts/kde/kaudiomanagerplay.cpp +./arts/kde/kdatarequest_impl.cpp +./arts/kde/kaudioplaystream.cpp +./kdefx/kpixmapsplitter.cpp +./kdefx/kcpuinfo.cpp +./kdefx/kstyle.cpp +./kdefx/kpixmap.cpp +./kdefx/kdrawutil.cpp +./kdefx/kimageeffect.cpp +./kdefx/kpixmapeffect.cpp +./kabc/ldif.cpp +./kabc/vcardformatimpl.cpp +./kabc/picture.cpp +./kabc/vcardformat.cpp +./kabc/vcardformatplugin.cpp +./kabc/ldapconfigwidget.cpp +./kabc/addresslineedit.cpp +./kabc/plugin.cpp +./kabc/sortmode.cpp +./kabc/errorhandler.cpp +./kabc/distributionlisteditor.cpp +./kabc/resourceselectdialog.cpp +./kabc/address.cpp +./kabc/vcardconverter.cpp +./kabc/addressbook.cpp +./kabc/agent.cpp +./kabc/phonenumber.cpp +./kabc/vcardtool.cpp +./kabc/field.cpp +./kabc/ldifconverter.cpp +./kabc/addresseehelper.cpp +./kabc/distributionlistdialog.cpp +./kabc/addressee.cpp +./kabc/locknull.cpp +./kabc/resource.cpp +./kabc/addresseedialog.cpp +./kabc/addresseelist.cpp +./kabc/sound.cpp +./kabc/geo.cpp +./kabc/distributionlist.cpp +./kabc/formatfactory.cpp +./kabc/kab2kabc.cpp +./kabc/ldapclient.cpp +./kabc/vcard21parser.cpp +./kabc/secrecy.cpp +./kabc/timezone.cpp +./kabc/stdaddressbook.cpp +./kabc/ldapurl.cpp +./kabc/key.cpp +./kabc/lock.cpp +./kabc/vcardparser/testread2.cpp +./kabc/vcardparser/vcardline.cpp +./kabc/vcardparser/vcardparser.cpp +./kabc/vcardparser/testread.cpp +./kabc/vcardparser/testutils.cpp +./kabc/vcardparser/testwrite.cpp +./kabc/vcardparser/vcard.cpp +./kabc/scripts/addressee.src.cpp +./kabc/scripts/field.src.cpp +./kabc/vcard/ContentLine.cpp +./kabc/vcard/ImgValue.cpp +./kabc/vcard/AgentValue.cpp +./kabc/vcard/TelValue.cpp +./kabc/vcard/TextValue.cpp +./kabc/vcard/Entity.cpp +./kabc/vcard/RToken.cpp +./kabc/vcard/TextParam.cpp +./kabc/vcard/TextBinValue.cpp +./kabc/vcard/PhoneNumberValue.cpp +./kabc/vcard/Value.cpp +./kabc/vcard/ImageParam.cpp +./kabc/vcard/Enum.cpp +./kabc/vcard/TextListValue.cpp +./kabc/vcard/testread.cpp +./kabc/vcard/OrgValue.cpp +./kabc/vcard/AdrValue.cpp +./kabc/vcard/DateParam.cpp +./kabc/vcard/DateValue.cpp +./kabc/vcard/LangValue.cpp +./kabc/vcard/GeoValue.cpp +./kabc/vcard/EmailParam.cpp +./kabc/vcard/SourceParam.cpp +./kabc/vcard/ClassValue.cpp +./kabc/vcard/vCard-all.cpp +./kabc/vcard/URIValue.cpp +./kabc/vcard/TextBinParam.cpp +./kabc/vcard/VCard.cpp +./kabc/vcard/VCardEntity.cpp +./kabc/vcard/AdrParam.cpp +./kabc/vcard/ImageValue.cpp +./kabc/vcard/Param.cpp +./kabc/vcard/UTCValue.cpp +./kabc/vcard/testwrite.cpp +./kabc/vcard/AgentParam.cpp +./kabc/vcard/TelParam.cpp +./kabc/vcard/FloatValue.cpp +./kabc/vcard/SoundValue.cpp +./kabc/vcard/NValue.cpp +./knewstuff/downloaddialog.cpp +./knewstuff/knewstuffgeneric.cpp +./knewstuff/ghns.cpp +./knewstuff/entry.cpp +./knewstuff/knewstuffsecure.cpp +./knewstuff/knewstuffbutton.cpp +./knewstuff/engine.cpp +./knewstuff/testnewstuff.cpp +./knewstuff/security.cpp +./knewstuff/uploaddialog.cpp +./knewstuff/provider.cpp +./knewstuff/knewstuff.cpp +./knewstuff/khotnewstuff.cpp +./knewstuff/providerdialog.cpp +./kunittest/modrunner.cpp +./kunittest/samplemodule.cpp +./kunittest/runner.cpp +./kunittest/tester.cpp +./kparts/factory.cpp +./kparts/mainwindow.cpp +./kparts/browserrun.cpp +./kparts/event.cpp +./kparts/historyprovider.cpp +./kparts/statusbarextension.cpp +./kparts/plugin.cpp +./kparts/partmanager.cpp +./kparts/browserextension.cpp +./kparts/dockmainwindow.cpp +./kparts/browserinterface.cpp +./kparts/part.cpp +./kcert/kcertpart.cc +./kab/qconfigDB.cc +./kab/addressbook.cc +./kab/kabapi.cc +./kwallet/client/kwallet.cc +./kwallet/backend/blockcipher.cc +./kwallet/backend/kwalletentry.cc +./kwallet/backend/kwalletbackend.cc +./kwallet/backend/cbc.cc +./kwallet/backend/sha1.cc +./kwallet/backend/blowfish.cc +./interfaces/terminal/test/main.cc +./obj-i486-linux-gnu/kio/kssl/libkssl_la.all_cc.cc +./obj-i486-linux-gnu/kio/kssl/keygenwizard2.cc +./obj-i486-linux-gnu/kio/kssl/keygenwizard.cc +./obj-i486-linux-gnu/kio/bookmarks/kbookmarknotifier_skel.cc +./obj-i486-linux-gnu/kio/bookmarks/kbookmarkmanager_skel.cc +./obj-i486-linux-gnu/kio/bookmarks/libkbookmarks_la.all_cc.cc +./obj-i486-linux-gnu/kab/libkab_la.all_cc.cc +./obj-i486-linux-gnu/kwallet/client/kwallet_skel.cc +./obj-i486-linux-gnu/kwallet/client/libkwalletclient_la.all_cc.cc +./obj-i486-linux-gnu/kwallet/backend/libkwalletbackend_la.all_cc.cc +./obj-i486-linux-gnu/kioslave/http/kio_http_cache_cleaner.la.cc +./obj-i486-linux-gnu/kioslave/http/kio_http_cache_cleaner_dummy.cc +./obj-i486-linux-gnu/khtml/htmlpageinfo.cc +./obj-i486-linux-gnu/khtml/libkhtml_la.all_cc.cc +./obj-i486-linux-gnu/khtml/kjserrordlg.cc +./obj-i486-linux-gnu/khtml/khtml_iface_skel.cc +./obj-i486-linux-gnu/dcop/dcopidl/dcopidl.all_cc.cc +./obj-i486-linux-gnu/libkmid/libkmid_la.all_cc.cc +./khtml/khtml_iface.cc +./khtml/khtml_settings.cc +./dcop/dcopidl/scanner.cc +./dcop/dcopidl/yacc.cc +./libkmid/fmout.cc +./libkmid/midfile.cc +./libkmid/alsaout.cc +./libkmid/player.cc +./libkmid/voiceman.cc +./libkmid/track.cc +./libkmid/gusout.cc +./libkmid/synthout.cc +./libkmid/deviceman.cc +./libkmid/midistat.cc +./libkmid/notearray.cc +./libkmid/mt32togm.cc +./libkmid/dattypes.cc +./libkmid/libkmid.cc +./libkmid/midimapper.cc +./libkmid/midiout.cc +./arts/kde/kplayobject.cc +./arts/kde/kiotestslow.cc +./arts/kde/kiotest.cc +./arts/kde/kconverttest.cc +./arts/kde/kplayobjectfactory.cc +./arts/kde/kplayobjectcreator.cc +./arts/kde/kaudioconverter.cc +./arts/kde/kartsdispatcher.cc +./arts/message/artsmessage.cc +./kcert/kcertpart.h +./kjs/completion.h +./kjs/nodes.h +./kjs/grammar.h +./kjs/debugger.h +./kjs/property_map.h +./kjs/lexer.h +./kjs/function.h +./kjs/interpreter.h +./kjs/string_object.h +./kjs/object_object.h +./kjs/simple_number.h +./kjs/value.h +./kjs/function_object.h +./kjs/number_object.h +./kjs/array_instance.h +./kjs/types.h +./kjs/object.h +./kjs/error_object.h +./kjs/dtoa.h +./kjs/reference_list.h +./kjs/array_object.h +./kjs/ustring.h +./kjs/identifier.h +./kjs/math_object.h +./kjs/operations.h +./kjs/regexp_object.h +./kjs/bool_object.h +./kjs/collector.h +./kjs/context.h +./kjs/internal.h +./kjs/regexp.h +./kjs/scope_chain.h +./kjs/list.h +./kjs/reference.h +./kjs/date_object.h +./kjs/lookup.h +./kdesu/kdesu_pty.h +./kdesu/su.h +./kdesu/stub.h +./kdesu/defaults.h +./kdesu/ssh.h +./kdesu/client.h +./kdesu/kcookie.h +./kdesu/process.h +./kinit/klauncher.h +./kinit/setproctitle.h +./kinit/autostart.h +./kinit/klauncher_cmds.h +./win/win32_utils.h +./win/pwd.h +./win/limits.h +./win/signal.h +./win/config.h +./win/kdemacros.h +./win/kdelibs_global_win.h +./win/strings.h +./win/qeventloopex.h +./win/ctype.h +./win/string.h +./win/socket.h +./win/in.h +./win/fcntl.h +./win/kdelibs_export_win.h +./win/grp.h +./win/utime.h +./win/kde_file_win.h +./win/syslog.h +./win/stdlib.h +./win/stdint.h +./win/netdb.h +./win/readdir.h +./win/unistd.h +./win/dirent.h +./win/netinet/in.h +./win/sys/times.h +./win/sys/stat.h +./win/sys/param.h +./win/sys/un.h +./win/sys/signal.h +./win/sys/uio.h +./win/sys/socket.h +./win/sys/utsname.h +./win/sys/types.h +./win/sys/fcntl.h +./win/sys/lock.h +./win/sys/file.h +./win/sys/wait.h +./win/sys/mman.h +./win/sys/resource.h +./win/sys/time.h +./win/asm/socket.h +./win/asm/byteorder.h +./win/machine/types.h +./kded/kbuildservicegroupfactory.h +./kded/kbuildsycoca.h +./kded/kbuildimageiofactory.h +./kded/kbuildservicefactory.h +./kded/kbuildservicetypefactory.h +./kded/vfolder_menu.h +./kded/kbuildprotocolinfofactory.h +./kded/kctimefactory.h +./kded/kdedmodule.h +./kded/kresourcelist.h +./kded/kded.h +./kded/test/test.h +./kimgio/eps.h +./kimgio/jp2.h +./kimgio/dds.h +./kimgio/hdr.h +./kimgio/xview.h +./kimgio/g3r.h +./kimgio/psd.h +./kimgio/tga.h +./kimgio/ico.h +./kimgio/gimp.h +./kimgio/tiffr.h +./kimgio/xcf.h +./kimgio/exr.h +./kimgio/rgb.h +./kimgio/pcx.h +./kdecore/kaudioplayer.h +./kdecore/kcmdlineargs.h +./kdecore/kmultipledrag.h +./kdecore/kcheckaccelerators.h +./kdecore/kipc.h +./kdecore/kcrash.h +./kdecore/kconfigskeleton.h +./kdecore/kstringhandler.h +./kdecore/kde_file.h +./kdecore/ksimpleconfig.h +./kdecore/kasyncio.h +./kdecore/kglobalaccel_mac.h +./kdecore/ktempfile.h +./kdecore/kshell.h +./kdecore/kcalendarsystemfactory.h +./kdecore/kconfigbackend.h +./kdecore/kconfigdata.h +./kdecore/kdesktopfile.h +./kdecore/kcalendarsystemgregorian.h +./kdecore/ktypelist.h +./kdecore/kcalendarsystemhijri.h +./kdecore/kmacroexpander.h +./kdecore/kpty.h +./kdecore/kunload.h +./kdecore/kicontheme.h +./kdecore/kmdcodec.h +./kdecore/ksycocatype.h +./kdecore/netwm_def.h +./kdecore/kkeynative.h +./kdecore/kclipboard.h +./kdecore/krfcdate.h +./kdecore/kidna.h +./kdecore/ksharedptr.h +./kdecore/kstaticdeleter.h +./kdecore/kaccelbase.h +./kdecore/kaccelmanager.h +./kdecore/kaboutdata.h +./kdecore/kcalendarsystemjalali.h +./kdecore/kglobalsettings.h +./kdecore/ksycocadict.h +./kdecore/kstandarddirs.h +./kdecore/netwm_p.h +./kdecore/kapp.h +./kdecore/kshortcutlist.h +./kdecore/kdebugclasses.h +./kdecore/kdebug.h +./kdecore/ksycocaentry.h +./kdecore/kqiodevicegzip_p.h +./kdecore/kuniqueapplication.h +./kdecore/klibloader.h +./kdecore/kiconeffect.h +./kdecore/kshortcutmenu.h +./kdecore/kglobalaccel_emb.h +./kdecore/kkeyserver_x11.h +./kdecore/kprocctrl.h +./kdecore/kconfigdialogmanager.h +./kdecore/ksycoca.h +./kdecore/kcompletion.h +./kdecore/kconfig.h +./kdecore/kstdaccel.h +./kdecore/kgenericfactory.h +./kdecore/kpixmapprovider.h +./kdecore/netsupp.h +./kdecore/kdeversion.h +./kdecore/kuser.h +./kdecore/kextendedsocket.h +./kdecore/kcalendarsystem.h +./kdecore/kextsock.h +./kdecore/kkeyserver.h +./kdecore/krandomsequence.h +./kdecore/klocale.h +./kdecore/netwm.h +./kdecore/kurldrag.h +./kdecore/kaccelmanager_private.h +./kdecore/klargefile.h +./kdecore/kallocator.h +./kdecore/ksycocafactory.h +./kdecore/kurl.h +./kdecore/ksockaddr.h +./kdecore/kregexp.h +./kdecore/kregpriv.h +./kdecore/kbufferedio.h +./kdecore/kdcoppropertyproxy.h +./kdecore/kdelibs_export.h +./kdecore/kdebugdcopiface.h +./kdecore/kappdcopiface.h +./kdecore/krootprop.h +./kdecore/ktimezones.h +./kdecore/kmdcodec_compat.h +./kdecore/kwin.h +./kdecore/kshortcut.h +./kdecore/knotifyclient.h +./kdecore/kaccelprivate.h +./kdecore/kprocess.h +./kdecore/kglobal.h +./kdecore/ksocks.h +./kdecore/ktempdir.h +./kdecore/kcatalogue.h +./kdecore/kprocio.h +./kdecore/kaccelaction.h +./kdecore/kstartupinfo.h +./kdecore/kglobalaccel.h +./kdecore/kstddirs.h +./kdecore/kapplication.h +./kdecore/kmimesourcefactory.h +./kdecore/ksortablevaluelist.h +./kdecore/kvmallocator.h +./kdecore/kglobalaccel_win.h +./kdecore/kpalette.h +./kdecore/ksock.h +./kdecore/ksavefile.h +./kdecore/kwinmodule.h +./kdecore/kglobalaccel_x11.h +./kdecore/kxmessages.h +./kdecore/kde_dmalloc.h +./kdecore/kckey.h +./kdecore/kiconloader_p.h +./kdecore/fixx11h.h +./kdecore/kaccel.h +./kdecore/kprotocolinfofactory.h +./kdecore/kmanagerselection.h +./kdecore/kiconloader.h +./kdecore/kcalendarsystemhebrew.h +./kdecore/kinstance.h +./kdecore/kmountpoint.h +./kdecore/kxerrorhandler.h +./kdecore/kcompletion_private.h +./kdecore/kconfigbase.h +./kdecore/kcharsets.h +./kdecore/kuniqueapp.h +./kdecore/klockfile.h +./kdecore/svgicons/ksvgiconpainter.h +./kdecore/svgicons/ksvgiconengine.h +./kdecore/malloc/x86.h +./kdecore/malloc/glibc.h +./kdecore/network/ksocketdevice.h +./kdecore/network/kserversocket.h +./kdecore/network/ksrvresolverworker_p.h +./kdecore/network/knetworkinterface.h +./kdecore/network/kmulticastsocket.h +./kdecore/network/kresolver.h +./kdecore/network/kstreamsocket.h +./kdecore/network/kreverseresolver.h +./kdecore/network/kclientsocketbase.h +./kdecore/network/kdatagramsocket.h +./kdecore/network/kmulticastsocketdevice.h +./kdecore/network/ksocketbuffer_p.h +./kdecore/network/kresolver_p.h +./kdecore/network/kresolverstandardworkers_p.h +./kdecore/network/ksocketaddress.h +./kdecore/network/kresolverworkerbase.h +./kdecore/network/ksockssocketdevice.h +./kdecore/network/kbufferedsocket.h +./kdecore/network/khttpproxysocketdevice.h +./kdecore/network/ksocketbase.h +./kdecore/network/kiobuffer.h +./kdecore/network/syssocket.h +./kab/kabapi.h +./kab/qconfigDB.h +./kab/addressbook.h +./kwallet/client/kwallet.h +./kwallet/client/kwallettypes.h +./kwallet/backend/cbc.h +./kwallet/backend/blowfish.h +./kwallet/backend/sha1.h +./kwallet/backend/blowfishtables.h +./kwallet/backend/kwalletentry.h +./kwallet/backend/blockcipher.h +./kwallet/backend/kwalletbackend.h +./kdewidgets/classpreviews.h +./dnssd/query.h +./dnssd/sdevent.h +./dnssd/responder.h +./dnssd/publicservice.h +./dnssd/domainbrowser.h +./dnssd/servicebase.h +./dnssd/remoteservice.h +./dnssd/servicebrowser.h +./interfaces/kio/http.h +./interfaces/kscript/scriptloader.h +./interfaces/kscript/scriptmanager.h +./interfaces/kscript/scriptinterface.h +./interfaces/kscript/scriptclientinterface.h +./interfaces/kscript/sample/shellscript.h +./interfaces/kspeech/kspeech.h +./interfaces/kspeech/kspeechsink.h +./interfaces/kregexpeditor/kregexpeditorinterface.h +./interfaces/ktexteditor/undodcopinterface.h +./interfaces/ktexteditor/undointerface.h +./interfaces/ktexteditor/editorchooser.h +./interfaces/ktexteditor/printdcopinterface.h +./interfaces/ktexteditor/documentinfo.h +./interfaces/ktexteditor/variableinterface.h +./interfaces/ktexteditor/templateinterface.h +./interfaces/ktexteditor/viewstatusmsginterface.h +./interfaces/ktexteditor/codecompletioninterface.h +./interfaces/ktexteditor/clipboardinterface.h +./interfaces/ktexteditor/printinterface.h +./interfaces/ktexteditor/searchdcopinterface.h +./interfaces/ktexteditor/encodinginterface.h +./interfaces/ktexteditor/clipboarddcopinterface.h +./interfaces/ktexteditor/encodingdcopinterface.h +./interfaces/ktexteditor/plugin.h +./interfaces/ktexteditor/editinterface.h +./interfaces/ktexteditor/cursorinterface.h +./interfaces/ktexteditor/markinterfaceextension.h +./interfaces/ktexteditor/texthintinterface.h +./interfaces/ktexteditor/viewcursordcopinterface.h +./interfaces/ktexteditor/viewstatusmsgdcopinterface.h +./interfaces/ktexteditor/editinterfaceext.h +./interfaces/ktexteditor/dynwordwrapinterface.h +./interfaces/ktexteditor/selectioninterface.h +./interfaces/ktexteditor/configinterfaceextension.h +./interfaces/ktexteditor/blockselectiondcopinterface.h +./interfaces/ktexteditor/editdcopinterface.h +./interfaces/ktexteditor/configinterface.h +./interfaces/ktexteditor/sessionconfiginterface.h +./interfaces/ktexteditor/editor.h +./interfaces/ktexteditor/view.h +./interfaces/ktexteditor/document.h +./interfaces/ktexteditor/popupmenuinterface.h +./interfaces/ktexteditor/searchinterface.h +./interfaces/ktexteditor/selectionextdcopinterface.h +./interfaces/ktexteditor/documentdcopinfo.h +./interfaces/ktexteditor/highlightinginterface.h +./interfaces/ktexteditor/blockselectioninterface.h +./interfaces/ktexteditor/markinterface.h +./interfaces/ktexteditor/selectiondcopinterface.h +./interfaces/ktexteditor/selectioninterfaceext.h +./interfaces/ktexteditor/viewcursorinterface.h +./interfaces/ktexteditor/wordwrapinterface.h +./interfaces/khexedit/clipboardinterface.h +./interfaces/khexedit/byteseditinterface.h +./interfaces/khexedit/zoominterface.h +./interfaces/khexedit/valuecolumninterface.h +./interfaces/khexedit/charcolumninterface.h +./interfaces/kmediaplayer/playerdcopobject.h +./interfaces/kmediaplayer/player.h +./interfaces/kmediaplayer/view.h +./interfaces/terminal/kde_terminal_interface.h +./interfaces/terminal/test/main.h +./interfaces/kimproxy/interface/kimiface.h +./kstyles/kthemestyle/kthemestyle.h +./kstyles/kthemestyle/kthemebase.h +./kstyles/kthemestyle/kstyledirs.h +./kstyles/web/webstyle.h +./kstyles/highcontrast/highcontrast.h +./kstyles/keramik/keramik.h +./kstyles/keramik/bitmaps.h +./kstyles/keramik/pixmaploader.h +./kstyles/keramik/colorutil.h +./kstyles/keramik/keramikimage.h +./kstyles/keramik/gradients.h +./kstyles/klegacy/klegacystyle.h +./kstyles/highcolor/highcolor.h +./kstyles/highcolor/bitmaps.h +./kstyles/light/lightstyle-v3.h +./kstyles/light/lightstyle-v2.h +./kstyles/plastik/misc.h +./kstyles/plastik/plastik.h +./obj-i486-linux-gnu/config.h +./obj-i486-linux-gnu/kjs/global.h +./obj-i486-linux-gnu/kjs/lexer.lut.h +./obj-i486-linux-gnu/kjs/string_object.lut.h +./obj-i486-linux-gnu/kjs/number_object.lut.h +./obj-i486-linux-gnu/kjs/array_object.lut.h +./obj-i486-linux-gnu/kjs/math_object.lut.h +./obj-i486-linux-gnu/kjs/date_object.lut.h +./obj-i486-linux-gnu/kio/kssl/ksslconfig.h +./obj-i486-linux-gnu/kio/kssl/keygenwizard2.h +./obj-i486-linux-gnu/kio/kssl/keygenwizard.h +./obj-i486-linux-gnu/kio/misc/observer_stub.h +./obj-i486-linux-gnu/kio/misc/kwalletd/kbetterthankdialogbase.h +./obj-i486-linux-gnu/kio/misc/kwalletd/kwalletwizard.h +./obj-i486-linux-gnu/kio/kio/uiserver_stub.h +./obj-i486-linux-gnu/kio/kio/observer_stub.h +./obj-i486-linux-gnu/kio/kfile/kpropertiesmimetypebase.h +./obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.h +./obj-i486-linux-gnu/kio/kfile/kpropertiesdesktopbase.h +./obj-i486-linux-gnu/kio/kfile/knotifywidgetbase.h +./obj-i486-linux-gnu/kdecore/kdemacros.h +./obj-i486-linux-gnu/kate/part/katejscript.lut.h +./obj-i486-linux-gnu/dnssd/settings.h +./obj-i486-linux-gnu/interfaces/ktexteditor/editorchooser_ui.h +./obj-i486-linux-gnu/interfaces/kimproxy/library/kimiface_stub.h +./obj-i486-linux-gnu/kstyles/keramik/keramikrc.h +./obj-i486-linux-gnu/kdeui/kshortcutdialog_simple.h +./obj-i486-linux-gnu/kdeui/kshortcutdialog_advanced.h +./obj-i486-linux-gnu/kdeui/kspellui.h +./obj-i486-linux-gnu/kspell2/ui/kspell2ui.h +./obj-i486-linux-gnu/kspell2/ui/configui.h +./obj-i486-linux-gnu/khtml/kjserrordlg.h +./obj-i486-linux-gnu/khtml/htmlpageinfo.h +./obj-i486-linux-gnu/khtml/ecma/kjs_traversal.lut.h +./obj-i486-linux-gnu/khtml/ecma/kjs_mozilla.lut.h +./obj-i486-linux-gnu/khtml/ecma/kjs_window.lut.h +./obj-i486-linux-gnu/khtml/ecma/domparser.lut.h +./obj-i486-linux-gnu/khtml/ecma/kjs_views.lut.h +./obj-i486-linux-gnu/khtml/ecma/kjs_range.lut.h +./obj-i486-linux-gnu/khtml/ecma/kjs_html.lut.h +./obj-i486-linux-gnu/khtml/ecma/kjs_css.lut.h +./obj-i486-linux-gnu/khtml/ecma/xmlhttprequest.lut.h +./obj-i486-linux-gnu/khtml/ecma/kjs_dom.lut.h +./obj-i486-linux-gnu/khtml/ecma/xmlserializer.lut.h +./obj-i486-linux-gnu/khtml/ecma/kjs_events.lut.h +./obj-i486-linux-gnu/khtml/ecma/kjs_navigator.lut.h +./obj-i486-linux-gnu/kresources/manageriface_stub.h +./obj-i486-linux-gnu/dcop/dcop-path.h +./kutils/kcmoduleproxyIface.h +./kutils/kmultitabbar_p.h +./kutils/kreplace.h +./kutils/kpluginselector_p.h +./kutils/kcmoduleloader.h +./kutils/kcmodulecontainer.h +./kutils/kcmoduleinfo.h +./kutils/kcmoduleproxy.h +./kutils/kcmultidialog.h +./kutils/kfinddialog.h +./kutils/kmultitabbar.h +./kutils/kreplacedialog.h +./kutils/kfind.h +./kutils/kpluginselector.h +./kutils/kcmoduleproxyIfaceImpl.h +./kutils/kplugininfo.h +./kutils/ksettings/componentsdialog.h +./kutils/ksettings/dialog.h +./kutils/ksettings/pluginpage.h +./kutils/ksettings/dispatcher.h +./kdeui/kactionselector.h +./kdeui/ktoolbarbutton.h +./kdeui/kaccelgen.h +./kdeui/kdatetimewidget.h +./kdeui/kaboutkde.h +./kdeui/kdatewidget.h +./kdeui/kcolorbtn.h +./kdeui/ktoolbarradiogroup.h +./kdeui/ktimezonewidget.h +./kdeui/kmenubar.h +./kdeui/kconfigdialog.h +./kdeui/kfontrequester.h +./kdeui/knumvalidator.h +./kdeui/ksystemtray.h +./kdeui/kxmlguifactory_p.h +./kdeui/kprogress.h +./kdeui/kmainwindow.h +./kdeui/kstdguiitem.h +./kdeui/knuminput.h +./kdeui/kiconviewsearchline.h +./kdeui/ktabwidget.h +./kdeui/kruler.h +./kdeui/ktabctl.h +./kdeui/ksharedpixmap.h +./kdeui/kcolordlg.h +./kdeui/kpopupmenu.h +./kdeui/kcursor_private.h +./kdeui/kcolorbutton.h +./kdeui/kxmlgui.h +./kdeui/kwizard.h +./kdeui/kmessagebox.h +./kdeui/kguiitem.h +./kdeui/ktimewidget.h +./kdeui/khelpmenu.h +./kdeui/ktextedit.h +./kdeui/klineeditdlg.h +./kdeui/kwhatsthismanager_p.h +./kdeui/ksplashscreen.h +./kdeui/kdockwindow.h +./kdeui/kfontdialog.h +./kdeui/kcmenumngr.h +./kdeui/ktoolbarhandler.h +./kdeui/kdatetbl.h +./kdeui/kpanelmenu.h +./kdeui/kstdaction_p.h +./kdeui/kaboutdialog.h +./kdeui/kaction.h +./kdeui/kmainwindowiface.h +./kdeui/kbugreport.h +./kdeui/kcmodule.h +./kdeui/kled.h +./kdeui/kactioncollection.h +./kdeui/kselect.h +./kdeui/kactionshortcutlist.h +./kdeui/kiconview.h +./kdeui/krootpixmap.h +./kdeui/kpanelextension.h +./kdeui/kdcopactionproxy.h +./kdeui/kaboutdialog_private.h +./kdeui/kinputdialog.h +./kdeui/kpanelappmenu.h +./kdeui/ktoolbar.h +./kdeui/kkeydialog.h +./kdeui/klistbox.h +./kdeui/kpixmapregionselectorwidget.h +./kdeui/kdialogbase_priv.h +./kdeui/kdualcolorbtn.h +./kdeui/kcolorcombo.h +./kdeui/kspelldlg.h +./kdeui/ktoolbarlabelaction.h +./kdeui/kstringvalidator.h +./kdeui/kwordwrap.h +./kdeui/kdialogbase.h +./kdeui/kscrollview.h +./kdeui/kbuttonbox.h +./kdeui/kkeybutton.h +./kdeui/kjanuswidget.h +./kdeui/kdockwidget_private.h +./kdeui/kcursor.h +./kdeui/kcolordialog.h +./kdeui/keditlistbox.h +./kdeui/qxembed.h +./kdeui/ksconfig.h +./kdeui/kdatepik.h +./kdeui/kcolordrag.h +./kdeui/kpassdlg.h +./kdeui/kpixmapio.h +./kdeui/kanimwidget.h +./kdeui/kdockwidget_p.h +./kdeui/kpushbutton.h +./kdeui/kdialog.h +./kdeui/kshortcutdialog.h +./kdeui/kpassivepopup.h +./kdeui/ktabbar.h +./kdeui/kswitchlanguagedialog.h +./kdeui/kcombobox.h +./kdeui/ktip.h +./kdeui/klanguagebutton.h +./kdeui/kcompletionbox.h +./kdeui/kpanelapplet.h +./kdeui/kfontcombo.h +./kdeui/kdualcolorbutton.h +./kdeui/klistviewsearchline.h +./kdeui/krestrictedline.h +./kdeui/kspell.h +./kdeui/kxmlguibuilder.h +./kdeui/keditcl.h +./kdeui/klineedit.h +./kdeui/kauthicon.h +./kdeui/ksqueezedtextlabel.h +./kdeui/kaboutapplication.h +./kdeui/kseparator.h +./kdeui/kdepackages.h +./kdeui/ktextbrowser.h +./kdeui/kxmlguiclient.h +./kdeui/klistviewlineedit.h +./kdeui/kcharselect.h +./kdeui/kstatusbar.h +./kdeui/kedittoolbar.h +./kdeui/kpixmapregionselectordialog.h +./kdeui/kcommand.h +./kdeui/karrowbutton.h +./kdeui/kdatepicker.h +./kdeui/ksyntaxhighlighter.h +./kdeui/kdockwidget.h +./kdeui/kactivelabel.h +./kdeui/kactionclasses.h +./kdeui/kwindowinfo.h +./kdeui/kxmlguifactory.h +./kdeui/klistview.h +./kdeui/kwindowlistmenu.h +./kdeui/kurllabel.h +./kdeui/kstdaction.h +./kdeui/kdetrayproxy/module.h +./kdeui/kdetrayproxy/kdetrayproxy.h +./kspell2/settings.h +./kspell2/backgroundchecker.h +./kspell2/backgroundengine.h +./kspell2/backgroundthread.h +./kspell2/dictionary.h +./kspell2/defaultdictionary.h +./kspell2/threadevents.h +./kspell2/client.h +./kspell2/broker.h +./kspell2/filter.h +./kspell2/ui/configwidget.h +./kspell2/ui/dialog.h +./kspell2/ui/configdialog.h +./kspell2/ui/highlighter.h +./kspell2/plugins/hspell/kspell_hspelldict.h +./kspell2/plugins/hspell/kspell_hspellclient.h +./kspell2/plugins/ispell/msgs.h +./kspell2/plugins/ispell/kspell_ispellclient.h +./kspell2/plugins/ispell/ispell_checker.h +./kspell2/plugins/ispell/ispell_def.h +./kspell2/plugins/ispell/sp_spell.h +./kspell2/plugins/ispell/ispell.h +./kspell2/plugins/ispell/kspell_ispelldict.h +./kspell2/plugins/aspell/kspell_aspellclient.h +./kspell2/plugins/aspell/kspell_aspelldict.h +./khtml/khtml_factory.h +./khtml/khtmlview.h +./khtml/testkhtml.h +./khtml/khtml_iface.h +./khtml/khtml_printsettings.h +./khtml/khtmldefaults.h +./khtml/khtml_settings.h +./khtml/khtml_caret_p.h +./khtml/khtmlimage.h +./khtml/khtml_part.h +./khtml/khtml_run.h +./khtml/khtml_events.h +./khtml/khtml_pagecache.h +./khtml/kjserrordlg.ui.h +./khtml/khtml_ext.h +./khtml/domtreeview.h +./khtml/design.h +./khtml/test_regression.h +./khtml/khtmlpart_p.h +./khtml/misc/loader_jpeg.h +./khtml/misc/arena.h +./khtml/misc/helper.h +./khtml/misc/knsplugininstaller.h +./khtml/misc/multimap.h +./khtml/misc/htmltags.h +./khtml/misc/htmlhashes.h +./khtml/misc/khtmllayout.h +./khtml/misc/seed.h +./khtml/misc/htmlattrs.h +./khtml/misc/decoder.h +./khtml/misc/loader.h +./khtml/misc/stringit.h +./khtml/misc/guess_ja.h +./khtml/misc/loader_client.h +./khtml/misc/shared.h +./khtml/kmultipart/kmultipart.h +./khtml/dom/html_element.h +./khtml/dom/dom_node.h +./khtml/dom/dom_exception.h +./khtml/dom/html_block.h +./khtml/dom/dom2_traversal.h +./khtml/dom/dom2_views.h +./khtml/dom/dom_html.h +./khtml/dom/dom_element.h +./khtml/dom/html_document.h +./khtml/dom/html_list.h +./khtml/dom/css_extensions.h +./khtml/dom/html_form.h +./khtml/dom/dom_text.h +./khtml/dom/html_misc.h +./khtml/dom/html_image.h +./khtml/dom/css_value.h +./khtml/dom/html_head.h +./khtml/dom/dom2_range.h +./khtml/dom/dom2_events.h +./khtml/dom/dom_misc.h +./khtml/dom/html_object.h +./khtml/dom/css_rule.h +./khtml/dom/dom_xml.h +./khtml/dom/dom_string.h +./khtml/dom/html_table.h +./khtml/dom/html_base.h +./khtml/dom/dom_doc.h +./khtml/dom/html_inline.h +./khtml/dom/dom_core.h +./khtml/dom/css_stylesheet.h +./khtml/css/css_base.h +./khtml/css/css_extensionsimpl.h +./khtml/css/cssparser.h +./khtml/css/css_valueimpl.h +./khtml/css/cssvalues.h +./khtml/css/csshelper.h +./khtml/css/parser.h +./khtml/css/cssproperties.h +./khtml/css/css_stylesheetimpl.h +./khtml/css/css_renderstyledeclarationimpl.h +./khtml/css/cssstyleselector.h +./khtml/css/css_ruleimpl.h +./khtml/ecma/kjs_views.h +./khtml/ecma/kjs_html.h +./khtml/ecma/kjs_css.h +./khtml/ecma/kjs_range.h +./khtml/ecma/kjs_mozilla.h +./khtml/ecma/domparser.h +./khtml/ecma/kjs_binding.h +./khtml/ecma/xmlhttprequest.h +./khtml/ecma/kjs_window.h +./khtml/ecma/xmlserializer.h +./khtml/ecma/kjs_events.h +./khtml/ecma/kjs_navigator.h +./khtml/ecma/kjs_debugwin.h +./khtml/ecma/kjs_traversal.h +./khtml/ecma/kjs_proxy.h +./khtml/ecma/kjs_dom.h +./khtml/xml/dom_nodeimpl.h +./khtml/xml/dom_xmlimpl.h +./khtml/xml/dom_docimpl.h +./khtml/xml/dom2_eventsimpl.h +./khtml/xml/dom2_traversalimpl.h +./khtml/xml/dom_restyler.h +./khtml/xml/dom_stringimpl.h +./khtml/xml/dom2_viewsimpl.h +./khtml/xml/dom_elementimpl.h +./khtml/xml/dom2_rangeimpl.h +./khtml/xml/xml_tokenizer.h +./khtml/xml/dom_textimpl.h +./khtml/rendering/font.h +./khtml/rendering/render_flow.h +./khtml/rendering/render_line.h +./khtml/rendering/render_block.h +./khtml/rendering/render_generated.h +./khtml/rendering/bidi.h +./khtml/rendering/render_table.h +./khtml/rendering/counter_tree.h +./khtml/rendering/render_arena.h +./khtml/rendering/render_list.h +./khtml/rendering/render_replaced.h +./khtml/rendering/render_form.h +./khtml/rendering/render_body.h +./khtml/rendering/break_lines.h +./khtml/rendering/render_image.h +./khtml/rendering/table_layout.h +./khtml/rendering/render_applet.h +./khtml/rendering/render_container.h +./khtml/rendering/render_canvas.h +./khtml/rendering/render_box.h +./khtml/rendering/render_style.h +./khtml/rendering/render_inline.h +./khtml/rendering/render_br.h +./khtml/rendering/render_object.h +./khtml/rendering/enumerate.h +./khtml/rendering/render_frames.h +./khtml/rendering/render_layer.h +./khtml/rendering/render_text.h +./khtml/html/html_tableimpl.h +./khtml/html/html_objectimpl.h +./khtml/html/html_imageimpl.h +./khtml/html/html_elementimpl.h +./khtml/html/html_listimpl.h +./khtml/html/html_headimpl.h +./khtml/html/htmltokenizer.h +./khtml/html/dtd.h +./khtml/html/html_inlineimpl.h +./khtml/html/htmlparser.h +./khtml/html/html_documentimpl.h +./khtml/html/html_formimpl.h +./khtml/html/html_baseimpl.h +./khtml/html/html_blockimpl.h +./khtml/html/html_miscimpl.h +./khtml/java/kjavaappletviewer.h +./khtml/java/kjavaappletserver.h +./khtml/java/kjavaappletcontext.h +./khtml/java/kjavadownloader.h +./khtml/java/kjavaappletwidget.h +./khtml/java/kjavaprocess.h +./khtml/java/kjavaapplet.h +./khtml/java/kqeventutil.h +./khtml/java/kxeventutil.h +./kresources/configwidget.h +./kresources/factory.h +./kresources/selectdialog.h +./kresources/configpage.h +./kresources/kcmkresources.h +./kresources/configdialog.h +./kresources/managerimpl.h +./kresources/manageriface.h +./kresources/manager.h +./kresources/resource.h +./dcop/dcopobject.h +./dcop/testdcop.h +./dcop/version.h +./dcop/dcopserver.h +./dcop/dcoptypes.h +./dcop/dcopref.h +./dcop/dcopc.h +./dcop/dcopstub.h +./dcop/dcopglobal.h +./dcop/dcop_deadlock_test.h +./dcop/dcopsignals.h +./dcop/kdatastream.h +./dcop/dcopclient.h +./dcop/dcopidl2cpp/main.h +./dcop/dcopidl2cpp/type.h +./dcop/dcopidl2cpp/dcopidl_test.h +./dcop/KDE-ICE/ICE.h +./dcop/KDE-ICE/ICEutil.h +./dcop/KDE-ICE/ICEproto.h +./dcop/KDE-ICE/ICElibint.h +./dcop/KDE-ICE/ICElib.h +./dcop/KDE-ICE/Xtransint.h +./dcop/KDE-ICE/Xtrans.h +./dcop/KDE-ICE/Xfuncproto.h +./dcop/KDE-ICE/ICEconn.h +./dcop/KDE-ICE/ICEmsg.h +./dcop/KDE-ICE/globals.h +./dcop/dcopidl/yacc.cc.h +./dcop/dcopidl/dcopidl_test.h +./libkmid/midispec.h +./libkmid/dattypes.h +./libkmid/synthout.h +./libkmid/alsaout.h +./libkmid/track.h +./libkmid/sndcard.h +./libkmid/notearray.h +./libkmid/midiout.h +./libkmid/midistat.h +./libkmid/voiceman.h +./libkmid/libkmid.h +./libkmid/fmout.h +./libkmid/deviceman.h +./libkmid/gusvoices.h +./libkmid/player.h +./libkmid/mt32togm.h +./libkmid/awe_sup.h +./libkmid/midfile.h +./libkmid/gusout.h +./libkmid/midimapper.h +./libltdl/ltdl_win.h +./libltdl/ltdl.h +./kmdi/kmdifocuslist.h +./kmdi/kmdimainfrm.h +./kmdi/kmditoolviewaccessor_p.h +./kmdi/kmditoolviewaccessor.h +./kmdi/kmdidocumentviewtabwidget.h +./kmdi/kmdinulliterator.h +./kmdi/kmdilistiterator.h +./kmdi/kmdichildview.h +./kmdi/kmdichildfrmcaption.h +./kmdi/kmdichildarea.h +./kmdi/kmdidefines.h +./kmdi/kmdiiterator.h +./kmdi/kmdiguiclient.h +./kmdi/kmdichildfrm.h +./kmdi/kmditaskbar.h +./kmdi/kmdidockcontainer.h +./kmdi/test/mainwidget.h +./kmdi/test/hello.h +./kmdi/kmdi/global.h +./kmdi/kmdi/mainwindow.h +./kmdi/kmdi/toolviewaccessor.h +./kmdi/kmdi/tabwidget.h +./kmdi/kmdi/dockcontainer.h +./kmdi/kmdi/guiclient.h +./kmdi/kmdi/toolviewaccessor_p.h +./arts/kde/kplayobjectfactory_p.h +./arts/kde/kconverttest.h +./arts/kde/kartsfloatwatch.h +./arts/kde/kaudiomanagerplay.h +./arts/kde/kvideowidget.h +./arts/kde/kdatarequest_impl.h +./arts/kde/kaudioconverter.h +./arts/kde/kartsdispatcher.h +./arts/kde/kplayobject.h +./arts/kde/kplayobjectcreator.h +./arts/kde/kaudioplaystream.h +./arts/kde/kaudioplaystream_p.h +./arts/kde/kartsserver.h +./arts/kde/kaudiorecordstream_p.h +./arts/kde/kaudiorecordstream.h +./arts/kde/kioinputstream_impl.h +./arts/kde/kplayobjectfactory.h +./kdefx/kimageeffect.h +./kdefx/kpixmapeffect.h +./kdefx/kstyle.h +./kdefx/kpixmap.h +./kdefx/kdrawutil.h +./kdefx/kcpuinfo.h +./kdefx/kpixmapsplitter.h +./kabc/addresseedialog.h +./kabc/timezone.h +./kabc/stdaddressbook.h +./kabc/phonenumber.h +./kabc/vcardformat.h +./kabc/distributionlist.h +./kabc/ldifconverter.h +./kabc/address.h +./kabc/vcardtool.h +./kabc/errorhandler.h +./kabc/sound.h +./kabc/key.h +./kabc/addressee.h +./kabc/vcardformatplugin.h +./kabc/resourceselectdialog.h +./kabc/addressbook.h +./kabc/vcardconverter.h +./kabc/formatplugin.h +./kabc/agent.h +./kabc/formatfactory.h +./kabc/plugin.h +./kabc/addresslineedit.h +./kabc/lock.h +./kabc/ldapconfigwidget.h +./kabc/sortmode.h +./kabc/ldapurl.h +./kabc/field.h +./kabc/secrecy.h +./kabc/distributionlisteditor.h +./kabc/vcard21parser.h +./kabc/format.h +./kabc/vcardformatimpl.h +./kabc/picture.h +./kabc/ldapclient.h +./kabc/locknull.h +./kabc/ldif.h +./kabc/geo.h +./kabc/distributionlistdialog.h +./kabc/resource.h +./kabc/addresseehelper.h +./kabc/addresseelist.h +./kabc/vcardparser/vcardline.h +./kabc/vcardparser/vcardparser.h +./kabc/vcardparser/vcard.h +./kabc/vcardparser/testutils.h +./kabc/scripts/addressee.src.h +./kabc/vcard/include/VCardTextListValue.h +./kabc/vcard/include/VCardEntity.h +./kabc/vcard/include/VCardValue.h +./kabc/vcard/include/VCardVCardEntity.h +./kabc/vcard/include/VCardEnum.h +./kabc/vcard/include/VCardContentLine.h +./kabc/vcard/include/VCardNValue.h +./kabc/vcard/include/VCardSoundValue.h +./kabc/vcard/include/VCardPhoneNumberValue.h +./kabc/vcard/include/VCardAdrValue.h +./kabc/vcard/include/VCardImgValue.h +./kabc/vcard/include/VCardTextBinParam.h +./kabc/vcard/include/VCardClassValue.h +./kabc/vcard/include/VCardTelValue.h +./kabc/vcard/include/VCardVCard.h +./kabc/vcard/include/VCardUTCValue.h +./kabc/vcard/include/VCardDateParam.h +./kabc/vcard/include/VCardGeoValue.h +./kabc/vcard/include/VCardEmailParam.h +./kabc/vcard/include/VCardDefines.h +./kabc/vcard/include/VCardImageValue.h +./kabc/vcard/include/VCardRToken.h +./kabc/vcard/include/VCardAgentValue.h +./kabc/vcard/include/VCardAdrParam.h +./kabc/vcard/include/VCardSourceParam.h +./kabc/vcard/include/VCardImageParam.h +./kabc/vcard/include/VCardTelParam.h +./kabc/vcard/include/VCardTextBinValue.h +./kabc/vcard/include/VCard.h +./kabc/vcard/include/VCardDateValue.h +./kabc/vcard/include/VCardParam.h +./kabc/vcard/include/VCardURIValue.h +./kabc/vcard/include/VCardAgentParam.h +./kabc/vcard/include/VCardGroup.h +./kabc/vcard/include/VCardSndValue.h +./kabc/vcard/include/VCardFloatValue.h +./kabc/vcard/include/VCardOrgValue.h +./kabc/vcard/include/VCardTextValue.h +./kabc/vcard/include/VCardTextParam.h +./kabc/vcard/include/VCardLangValue.h +./kabc/vcard/include/generated/AdrValue-generated.h +./kabc/vcard/include/generated/VCardEntity-generated.h +./kabc/vcard/include/generated/ParamName-generated.h +./kabc/vcard/include/generated/VCard-generated.h +./kabc/vcard/include/generated/Value-generated.h +./kabc/vcard/include/generated/TextValue-generated.h +./kabc/vcard/include/generated/SourceParam-generated.h +./kabc/vcard/include/generated/TextBinParam-generated.h +./kabc/vcard/include/generated/AgentParam-generated.h +./kabc/vcard/include/generated/ImageParam-generated.h +./kabc/vcard/include/generated/GeoValue-generated.h +./kabc/vcard/include/generated/AgentValue-generated.h +./kabc/vcard/include/generated/TelParam-generated.h +./kabc/vcard/include/generated/TextParam-generated.h +./kabc/vcard/include/generated/TextBinValue-generated.h +./kabc/vcard/include/generated/UTCValue-generated.h +./kabc/vcard/include/generated/NValue-generated.h +./kabc/vcard/include/generated/DateValue-generated.h +./kabc/vcard/include/generated/ContentLine-generated.h +./kabc/vcard/include/generated/EmailParam-generated.h +./kabc/vcard/include/generated/DateParam-generated.h +./kabc/vcard/include/generated/Param-generated.h +./kabc/vcard/include/generated/TextListValue-generated.h +./kabc/vcard/include/generated/URIValue-generated.h +./kabc/vcard/include/generated/Group-generated.h +./kabc/vcard/include/generated/FloatValue-generated.h +./kabc/vcard/include/generated/ImageValue-generated.h +./kabc/vcard/include/generated/ClassValue-generated.h +./kabc/vcard/include/generated/SoundValue-generated.h +./kabc/vcard/include/generated/ParamValue-generated.h +./kabc/vcard/include/generated/PhoneNumberValue-generated.h +./kabc/vcard/include/generated/TelValue-generated.h +./kabc/vcard/include/generated/OrgValue-generated.h +./kabc/vcard/include/generated/ImgParam-generated.h +./kabc/vcard/include/generated/Name-generated.h +./kabc/vcard/include/generated/AdrParam-generated.h +./kabc/vcard/include/generated/ImgValue-generated.h +./kabc/vcard/include/generated/LangValue-generated.h +./kabc/vcard/include/generated/TextNSParam-generated.h +./knewstuff/testnewstuff.h +./knewstuff/entry.h +./knewstuff/knewstuffsecure.h +./knewstuff/uploaddialog.h +./knewstuff/knewstuffgeneric.h +./knewstuff/providerdialog.h +./knewstuff/downloaddialog.h +./knewstuff/knewstuff.h +./knewstuff/provider.h +./knewstuff/engine.h +./knewstuff/knewstuffbutton.h +./knewstuff/ghns.h +./knewstuff/security.h +./kunittest/tester.h +./kunittest/module.h +./kunittest/runner.h +./kunittest/samplemodule.h +./kparts/mainwindow.h +./kparts/event.h +./kparts/componentfactory.h +./kparts/factory.h +./kparts/partmanager.h +./kparts/browserinterface.h +./kparts/historyprovider.h +./kparts/plugin.h +./kparts/statusbarextension.h +./kparts/dockmainwindow.h +./kparts/part.h +./kparts/design.h +./kparts/genericfactory.h +./kparts/browserrun.h +./kparts/browserextension.h +./kdecore/kde-config.cpp.in --- kdelibs-3.5.10.dfsg.1.orig/configure.in +++ kdelibs-3.5.10.dfsg.1/configure.in @@ -21,7 +21,9 @@ AC_ARG_PROGRAM dnl Automake doc recommends to do this only here. (Janos) -AM_INIT_AUTOMAKE(kdelibs, "3.5.10") dnl searches for some needed programs +AM_INIT_AUTOMAKE(kdelibs.dfsg.1, "3.5.10") dnl searches for some needed programs + +AM_MAINTAINER_MODE AC_PROG_INSTALL @@ -50,7 +52,7 @@ KDE_CHECK_STL AC_HEADER_DIRENT AC_HEADER_STDC -AC_CHECK_HEADERS(sys/param.h sys/mman.h sys/time.h sysent.h strings.h sys/stat.h sys/select.h paths.h malloc.h limits.h sys/soundcard.h dlfcn.h termios.h) +AC_CHECK_HEADERS(sys/param.h sys/mman.h sys/time.h sysent.h strings.h sys/stat.h sys/select.h paths.h malloc.h limits.h sys/soundcard.h dlfcn.h termios.h sys/prctl.h) AC_ARG_WITH(acl, [AC_HELP_STRING(--with-acl, @@ -166,7 +168,7 @@ AC_CHECK_MKSTEMPS AC_CHECK_MKSTEMP AC_CHECK_MKDTEMP -AC_CHECK_FUNCS(strtoll socket seteuid setegid strfmon stpcpy gettimeofday readdir_r setpriority) +AC_CHECK_FUNCS(strtoll socket seteuid setegid strfmon stpcpy gettimeofday readdir_r setpriority tcgetattr tcsetattr) AH_BOTTOM([ /* provide a definition for a 32 bit entity, usable as a typedef, possibly @@ -509,42 +511,21 @@ #MIN_CONFIG -AC_ARG_ENABLE(dnssd, [ --disable-dnssd don't require libdns_sd (browsing and publishing DNS-SD services will not be possible) ], with_dnssd=$enableval, with_dnssd=yes) -if test "$with_dnssd" = "yes"; then -AC_MSG_CHECKING(for DNS-SD support) -save_dnssdtest_LIBS="$LIBS" -save_dnssdtest_LDFLAGS="$LDFLAGS" -save_dnssdtest_CPPFLAGS="$CPPFLAGS" -LDFLAGS="$all_libraries $LDFLAGS" -CPPFLAGS="$CPPFLAGS $all_includes" -case $host_os in - darwin*) LIBS="" ;; - *) LIBS="-ldns_sd" ;; -esac -have_libdns_sd="no" -AC_TRY_LINK( [ - #include - ],[ - DNSServiceRefDeallocate( (DNSServiceRef) 0); - TXTRecordDeallocate( (TXTRecordRef*) 0); - ],[ - AC_DEFINE(HAVE_DNSSD,1,[Define if dns-sd is available]) - case $host_os in - darwin*) LIB_DNSSD="" ;; - *) LIB_DNSSD="-ldns_sd" ;; - esac - have_libdns_sd="yes" - AC_MSG_RESULT(yes) - ],[ - AC_MSG_RESULT(no) - LIB_DNSSD="" -]) -CPPFLAGS=$save_dnssdtest_CPPFLAGS -LDFLAGS=$save_dnssdtest_LDFLAGS -LIBS=$save_dnssdtest_LIBS +# Check for pkg-config manually first, as if its not installed the +# PKG_PROG_PKG_CONFIG macro won't be defined. +m4_pattern_allow(PKG_CONFIG_MIN_VERSION) +AC_CHECK_PROG(have_pkg_config, pkg-config, yes, no) + +if test x"$have_pkg_config" == xno; then + AC_MSG_ERROR(pkg-config is required to install this program) fi -AC_SUBST(LIB_DNSSD) -AM_CONDITIONAL(HAVE_DNSSD, test "$have_libdns_sd" = "yes") + +PKG_PROG_PKG_CONFIG + +PKG_CHECK_MODULES( AVAHI, [ avahi-qt3 >= 0.4 , avahi-client >= 0.4 ]) +AC_SUBST(AVAHI_CFLAGS) +AC_SUBST(AVAHI_LIBS) +PKG_CHECK_EXISTS( [ avahi-client >= 0.6], AC_DEFINE(AVAHI_API_0_6,1,[Avahi API 0.6] ) ) dnl ======================================================= dnl FILE: ./kate/part/configure.in.in dnl ======================================================= @@ -1138,10 +1119,11 @@ ac_LDFLAGS_save="$LDFLAGS" LDFLAGS="$LDFLAGS $all_libraries" kde_cups_config= - kde_cups_libs="-lcups $LIBDL $LIBSOCKET" + kde_cups_libs="-lcups" AC_PATH_PROG(kde_cups_config,cups-config) if test -n "$kde_cups_config"; then - kde_cups_libs=`$kde_cups_config --libs` +# kde_cups_libs=`$kde_cups_config --libs` + kde_cups_libs="$kde_cups_libs" else AC_MSG_RESULT(cups-config not found, using default libraries: $kde_cups_libs. You should consider upgrading CUPS) fi @@ -1962,10 +1944,10 @@ KDE_FIND_PATH(pcre-config, PCRE_CONFIG, [${exec_prefix}/bin ${prefix}/bin], [PCRE_CONFIG="" ]) if test -n "$PCRE_CONFIG" && $PCRE_CONFIG --libs >/dev/null 2>&1; then - LIBPCRE=`$PCRE_CONFIG --libs-posix | sed -e "s,-L/usr/lib ,,"` + LIBPCRE=`$PCRE_CONFIG --libs-posix | sed -e "s,-L/usr/lib ,," -e "s,[\b-].\+pcreposix[^[:space:]]*\b,,"` PCRECFLAGS=`$PCRE_CONFIG --cflags` else - LIBPCRE="-lpcre -lpcreposix" + LIBPCRE="-lpcre" PCRECFLAGS= fi AC_CACHE_VAL(ac_cv_have_pcreposix, [ @@ -2198,11 +2180,12 @@ AM_CONDITIONAL(kjs_SUBDIR_included, test "x$kjs_SUBDIR_included" = xyes) AM_CONDITIONAL(kwallet_SUBDIR_included, test "x$kwallet_SUBDIR_included" = xyes) AM_CONDITIONAL(kio_SUBDIR_included, test "x$kio_SUBDIR_included" = xyes) +AM_CONDITIONAL(kded_SUBDIR_included, test "x$kded_SUBDIR_included" = xyes) +AM_CONDITIONAL(kded_post_SUBDIR_included, test "x$kded_post_SUBDIR_included" = xyes) AM_CONDITIONAL(arts_SUBDIR_included, test "x$arts_SUBDIR_included" = xyes) AM_CONDITIONAL(dnssd_SUBDIR_included, test "x$dnssd_SUBDIR_included" = xyes) AM_CONDITIONAL(kab_SUBDIR_included, test "x$kab_SUBDIR_included" = xyes) AM_CONDITIONAL(kconf_update_SUBDIR_included, test "x$kconf_update_SUBDIR_included" = xyes) -AM_CONDITIONAL(kded_SUBDIR_included, test "x$kded_SUBDIR_included" = xyes) AM_CONDITIONAL(kdoctools_SUBDIR_included, test "x$kdoctools_SUBDIR_included" = xyes) AM_CONDITIONAL(kimgio_SUBDIR_included, test "x$kimgio_SUBDIR_included" = xyes) AM_CONDITIONAL(kioslave_SUBDIR_included, test "x$kioslave_SUBDIR_included" = xyes) @@ -2300,6 +2283,7 @@ AC_CONFIG_FILES([ kdecore/tests/Makefile ]) AC_CONFIG_FILES([ kded/Makefile ]) AC_CONFIG_FILES([ kded/test/Makefile ]) +AC_CONFIG_FILES([ kded_post/Makefile ]) AC_CONFIG_FILES([ kdefx/Makefile ]) AC_CONFIG_FILES([ kdeprint/Makefile ]) AC_CONFIG_FILES([ kdeprint/cups/Makefile ]) --- kdelibs-3.5.10.dfsg.1.orig/subdirs +++ kdelibs-3.5.10.dfsg.1/subdirs @@ -8,11 +8,12 @@ kjs kwallet kio +kded +kded_post arts dnssd kab kconf_update -kded kdoctools kimgio kioslave --- kdelibs-3.5.10.dfsg.1.orig/aclocal.m4 +++ kdelibs-3.5.10.dfsg.1/aclocal.m4 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.10.1 -*- Autoconf -*- +# generated automatically by aclocal 1.10.2 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. @@ -13,13 +13,171 @@ m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -m4_if(AC_AUTOCONF_VERSION, [2.61],, -[m4_warning([this file was generated for autoconf 2.61. +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],, +[m4_warning([this file was generated for autoconf 2.63. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])]) -# Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. +# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +# +# Copyright © 2004 Scott James Remnant . +# +# 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. + +# PKG_PROG_PKG_CONFIG([MIN-VERSION]) +# ---------------------------------- +AC_DEFUN([PKG_PROG_PKG_CONFIG], +[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) +m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) +AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=m4_default([$1], [0.9.0]) + AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + PKG_CONFIG="" + fi + +fi[]dnl +])# PKG_PROG_PKG_CONFIG + +# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# +# Check to see whether a particular set of modules exists. Similar +# to PKG_CHECK_MODULES(), but does not set variables or print errors. +# +# +# Similar to PKG_CHECK_MODULES, make sure that the first instance of +# this or PKG_CHECK_MODULES is called, or make sure to call +# PKG_CHECK_EXISTS manually +# -------------------------------------------------------------- +AC_DEFUN([PKG_CHECK_EXISTS], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +if test -n "$PKG_CONFIG" && \ + AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then + m4_ifval([$2], [$2], [:]) +m4_ifvaln([$3], [else + $3])dnl +fi]) + + +# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) +# --------------------------------------------- +m4_define([_PKG_CONFIG], +[if test -n "$PKG_CONFIG"; then + if test -n "$$1"; then + pkg_cv_[]$1="$$1" + else + PKG_CHECK_EXISTS([$3], + [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], + [pkg_failed=yes]) + fi +else + pkg_failed=untried +fi[]dnl +])# _PKG_CONFIG + +# _PKG_SHORT_ERRORS_SUPPORTED +# ----------------------------- +AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi[]dnl +])# _PKG_SHORT_ERRORS_SUPPORTED + + +# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +# [ACTION-IF-NOT-FOUND]) +# +# +# Note that if there is a possibility the first call to +# PKG_CHECK_MODULES might not happen, you should be sure to include an +# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac +# +# +# -------------------------------------------------------------- +AC_DEFUN([PKG_CHECK_MODULES], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl +AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl + +pkg_failed=no +AC_MSG_CHECKING([for $1]) + +_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) +_PKG_CONFIG([$1][_LIBS], [libs], [$2]) + +m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS +and $1[]_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details.]) + +if test $pkg_failed = yes; then + _PKG_SHORT_ERRORS_SUPPORTED + if test $_pkg_short_errors_supported = yes; then + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"` + else + $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"` + fi + # Put the nasty error message in config.log where it belongs + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD + + ifelse([$4], , [AC_MSG_ERROR(dnl +[Package requirements ($2) were not met: + +$$1_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +_PKG_TEXT +])], + [AC_MSG_RESULT([no]) + $4]) +elif test $pkg_failed = untried; then + ifelse([$4], , [AC_MSG_FAILURE(dnl +[The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +_PKG_TEXT + +To get pkg-config, see .])], + [$4]) +else + $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS + $1[]_LIBS=$pkg_cv_[]$1[]_LIBS + AC_MSG_RESULT([yes]) + ifelse([$3], , :, [$3]) +fi[]dnl +])# PKG_CHECK_MODULES + +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -34,7 +192,7 @@ [am__api_version='1.10' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.10.1], [], +m4_if([$1], [1.10.2], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -48,12 +206,12 @@ # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. -# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. +# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.10.1])dnl +[AM_AUTOMAKE_VERSION([1.10.2])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)]) +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- @@ -303,57 +461,68 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 # 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 +#serial 5 # _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. - # Grep'ing the whole file is not good either: AIX grep has a line - # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`AS_DIRNAME("$mf")` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running `make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # 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" +[{ + # Autoconf 2.62 quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # 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 -done +} ])# _AM_OUTPUT_DEPENDENCY_COMMANDS @@ -543,6 +712,35 @@ rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) +# Add --enable-maintainer-mode option to configure. -*- Autoconf -*- +# From Jim Meyering + +# Copyright (C) 1996, 1998, 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 4 + +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 +] +) + +AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) + # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. @@ -659,13 +857,13 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003, 2005, 2008 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 +# serial 4 # _AM_MANGLE_OPTION(NAME) # ----------------------- @@ -682,7 +880,7 @@ # ---------------------------------- # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], -[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) +[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/allfiles.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/allfiles.desktop @@ -84,3 +84,4 @@ Comment[zh_HK]=所有的檔案 Comment[zh_TW]=所有的檔案 Comment[zu]=Wonke Amafayela +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/Makefile.in +++ kdelibs-3.5.10.dfsg.1/mimetypes/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -92,6 +92,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -206,7 +208,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -234,6 +235,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -243,6 +245,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -271,6 +274,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -321,6 +325,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -378,6 +383,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -393,12 +399,12 @@ all: docs-am all-recursive .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -409,8 +415,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -431,9 +437,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -534,7 +540,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -755,8 +761,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/all.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/all.desktop @@ -78,3 +78,4 @@ Comment[zh_CN]=全部文件和文件夹 Comment[zh_HK]=所有的檔案與目錄目錄 Comment[zh_TW]=所有的檔案與目錄目錄 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/multipart/Makefile.in +++ kdelibs-3.5.10.dfsg.1/mimetypes/multipart/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -72,6 +72,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -186,7 +188,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -214,6 +215,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -223,6 +225,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -251,6 +254,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -301,6 +305,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -358,6 +363,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -373,12 +379,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -389,8 +395,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -411,9 +417,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -590,8 +596,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/multipart/mixed.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/multipart/mixed.desktop @@ -80,3 +80,4 @@ Comment[zh_TW]=複合文件 Comment[zu]=Uhlu lwamafayela Eliphindwe kabili X-KDE-AutoEmbed=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/multipart/x-mixed-replace.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/multipart/x-mixed-replace.desktop @@ -81,3 +81,4 @@ Comment[zh_TW]=資料串流(伺服器推送) Comment[zu]=Ukutanta kwe-Data (Ukududula Komlekeleli) X-KDE-AutoEmbed=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/video/x-mng.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/video/x-mng.desktop @@ -86,3 +86,4 @@ Comment[zh_HK]=MNG 圖檔 Comment[zh_TW]=MNG 影像 Comment[zu]=Isithombe se-MNG +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/video/x-matroska.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/video/x-matroska.desktop @@ -72,3 +72,4 @@ Comment[zh_CN]=Matroska 视频 Comment[zh_HK]=Matroska 視像檔 Comment[zh_TW]=Matroska 視頻檔案 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/video/x-ms-wmv.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/video/x-ms-wmv.desktop @@ -76,3 +76,4 @@ MimeType=video/x-ms-wmv Patterns=*.wmv Type=MimeType +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/video/mpeg.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/video/mpeg.desktop @@ -79,3 +79,4 @@ Comment[zh_HK]=MPEG 視像檔 Comment[zh_TW]=MPEG 視頻文件 Comment[zu]=Ividiyo lwe-MPEG +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/video/mp4.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/video/mp4.desktop @@ -75,3 +75,4 @@ Comment[zh_HK]=MPEG-4 視像檔 Comment[zh_TW]=MPEG 視頻檔案 X-KDE-IsAlso=video/quicktime +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/video/quicktime.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/video/quicktime.desktop @@ -77,3 +77,4 @@ Comment[zh_HK]=Quicktime 視像檔 Comment[zh_TW]=Quicktime 視頻文件 Comment[zu]=Ividiyo Yesikhathi Esheshayo +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/video/avi.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/video/avi.desktop @@ -80,3 +80,4 @@ Comment[zh_HK]=微軟 AVI 視像檔 Comment[zh_TW]=微軟 AVI 視頻文件 Comment[zu]=Ividiyo le-Microsoft AVI +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/video/x-ogm.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/video/x-ogm.desktop @@ -74,3 +74,4 @@ Comment[zh_CN]=Ogg/Ogm 视频 Comment[zh_HK]=Ogg/Ogm 視像檔 Comment[zh_TW]=Ogg/Ogm 視頻檔案 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/video/Makefile.in +++ kdelibs-3.5.10.dfsg.1/mimetypes/video/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -72,6 +72,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -186,7 +188,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -214,6 +215,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -223,6 +225,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -251,6 +254,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -301,6 +305,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -358,6 +363,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -377,12 +383,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -393,8 +399,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -415,9 +421,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -594,8 +600,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/video/x-msvideo.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/video/x-msvideo.desktop @@ -79,3 +79,4 @@ Comment[zh_HK]=微軟 AVI 視像檔 Comment[zh_TW]=微軟 AVI 視頻文件 Comment[zu]=Ividiyo le-Microsoft AVI +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/video/x-theora.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/video/x-theora.desktop @@ -71,3 +71,4 @@ Comment[zh_CN]=Theora 文件 Comment[zh_HK]=Theora 視像檔 Comment[zh_TW]=Theora 視頻檔案 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/video/x-ms-asf.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/video/x-ms-asf.desktop @@ -76,3 +76,4 @@ Comment[zh_HK]=ASF 媒體 Comment[zh_TW]=ASF 媒體 Comment[zu]=Abasiki bebunda be-ASF +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/video/vnd.rn-realvideo.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/video/vnd.rn-realvideo.desktop @@ -81,3 +81,4 @@ Comment[zh_HK]=RealVideo 視像檔 Comment[zh_TW]=RealVideo 檔案 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/video/x-flic.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/video/x-flic.desktop @@ -86,3 +86,4 @@ Comment[zh_TW]=Autodesk 的 FLIC 文件 Comment[zu]=Ifayela Ledeski elizenzekelayo le-FLIC +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/message/Makefile.in +++ kdelibs-3.5.10.dfsg.1/mimetypes/message/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -72,6 +72,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -186,7 +188,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -214,6 +215,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -223,6 +225,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -251,6 +254,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -301,6 +305,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -358,6 +363,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -373,12 +379,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -389,8 +395,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -411,9 +417,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -590,8 +596,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/message/news.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/message/news.desktop @@ -89,3 +89,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/message/rfc822.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/message/rfc822.desktop @@ -90,3 +90,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/x-ms-wma.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/x-ms-wma.desktop @@ -66,3 +66,4 @@ Comment[zh_CN]=Windows Media 音频 Comment[zh_HK]=Windows Media 音效檔 Comment[zh_TW]=WIndows Media 音效 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/vorbis.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/vorbis.desktop @@ -77,3 +77,4 @@ Comment[zh_CN]=Ogg Vorbis 音频 Comment[zh_HK]=Ogg Vorbis 音效檔 Comment[zh_TW]=Ogg Vorbis 音效 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/x-matroska.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/x-matroska.desktop @@ -75,3 +75,4 @@ Comment[zh_CN]=Matroska 音频 Comment[zh_HK]=Matroska 音效檔 Comment[zh_TW]=Matroska 聲音 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/x-mp3.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/x-mp3.desktop @@ -83,3 +83,4 @@ Comment[zh_HK]=MPEG Layer 3 音效檔 Comment[zh_TW]=MP3 音樂 Comment[zu]=Ozwakalayo Ugqinsi 3 we-MPEG +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/x-pn-realaudio.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/x-pn-realaudio.desktop @@ -79,3 +79,4 @@ Comment[zh_CN]=RealAudio 文件 Comment[zh_HK]=RealAudio 檔案 Comment[zh_TW]=RealAudio 檔案 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/mpeg.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/mpeg.desktop @@ -73,3 +73,4 @@ Comment[vi]=Âm thanh MPEG Comment[zh_CN]=MPEG 音频 Comment[zh_HK]=MPEG 音效檔 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/mp4.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/mp4.desktop @@ -75,3 +75,4 @@ Comment[zh_CN]=MPEG4 音频 Comment[zh_HK]=MPEG-4 音效檔 X-KDE-IsAlso=video/quicktime +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/x-flac.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/x-flac.desktop @@ -76,3 +76,4 @@ MimeType=audio/x-flac Icon=sound Patterns=*.flac;*.FLAC; +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/x-midi.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/x-midi.desktop @@ -83,3 +83,4 @@ Comment[zh_HK]=MIDI 音效檔 Comment[zh_TW]=MIDI 聲音文件 Comment[zu]=Okuzwakalayo kwe-MIDI +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/x-aiff.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/x-aiff.desktop @@ -83,3 +83,4 @@ MimeType=audio/x-aiff Icon=sound Patterns=*.aiff;*.AIFF +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/x-scpls.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/x-scpls.desktop @@ -86,3 +86,4 @@ Patterns=*.pls;*.PLS; Icon=sound +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/mpegurl.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/mpegurl.desktop @@ -84,3 +84,4 @@ Comment[zh_HK]=串流 MP3 音樂 Comment[zh_TW]=串流 MP3 音樂 Comment[zu]=Ontantayo Ozwakalayo Ugqinsi 3 we-MPEG +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/basic.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/basic.desktop @@ -83,3 +83,4 @@ MimeType=audio/basic Icon=sound Patterns=*.au;*.AU;*.snd;*.SND +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/x-speex.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/x-speex.desktop @@ -75,3 +75,4 @@ Comment[zh_CN]=Speex 音频 Comment[zh_HK]=Speex 音效檔 Comment[zh_TW]=Speex 聲音 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/x-mod.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/x-mod.desktop @@ -79,3 +79,4 @@ Comment[zh_HK]=Amiga Soundtracker 音效檔 Comment[zh_TW]=Amiga 聲軌聲音文件 Comment[zu]=Ozwakalayo Umlandeli womsindo we-Amiga +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/Makefile.in +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -72,6 +72,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -186,7 +188,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -214,6 +215,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -223,6 +225,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -251,6 +254,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -301,6 +305,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -358,6 +363,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -382,12 +388,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -398,8 +404,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -420,9 +426,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -589,7 +595,7 @@ .NOEXPORT: #>+ 2 -KDE_DIST=ac3.desktop x-mod.desktop mp4.desktop Makefile.in x-flac.desktop x-pn-realaudio.desktop basic.desktop x-mp2.desktop mpeg.desktop x-matroska.desktop x-vorbis.desktop x-mpegurl.desktop x-pn-realaudio-plugin.desktop x-aiff.desktop prs.sid.desktop aac.desktop vnd.rn-realaudio.desktop x-oggflac.desktop mpegurl.desktop x-ms-wma.desktop x-midi.desktop x-speex.desktop x-adpcm.desktop vorbis.desktop x-scpls.desktop x-mp3.desktop x-wav.desktop Makefile.am x-musepack.desktop +KDE_DIST=ac3.desktop x-mod.desktop mp4.desktop Makefile.in x-flac.desktop x-pn-realaudio.desktop basic.desktop x-mp2.desktop mpeg.desktop x-matroska.desktop x-vorbis.desktop x-mpegurl.desktop x-pn-realaudio-plugin.desktop x-aiff.desktop prs.sid.desktop aac.desktop vnd.rn-realaudio.desktop x-oggflac.desktop mpegurl.desktop x-ms-wma.desktop x-midi.desktop x-speex.desktop x-adpcm.desktop vorbis.desktop x-scpls.desktop x-mp3.desktop x-wav.desktop x-musepack.desktop Makefile.am #>+ 2 docs-am: @@ -599,8 +605,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/x-mp2.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/x-mp2.desktop @@ -71,3 +71,4 @@ Comment[zh_CN]=MP2 音频文件 Comment[zh_HK]=MPEG Layer 2 音效檔 Comment[zh_TW]=MPEG Layer 2 音效 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/x-pn-realaudio-plugin.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/x-pn-realaudio-plugin.desktop @@ -52,3 +52,4 @@ Comment[uz@cyrillic]=RealAudio плагин файли Comment[zh_CN]=RealAudio 插件文件 Comment[zh_TW]=RealAudio 外掛程式檔案 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/x-musepack.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/x-musepack.desktop @@ -68,3 +68,4 @@ Comment[zh_CN]=Musepack 音频 Comment[zh_HK]=Musepack 音效檔 Comment[zh_TW]=Musepack 音效 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/prs.sid.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/prs.sid.desktop @@ -73,3 +73,4 @@ Comment[zh_CN]=C64 SID 音频 Comment[zh_HK]=C64 SID 音樂 Comment[zh_TW]=C64 SID 音樂 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/x-oggflac.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/x-oggflac.desktop @@ -76,3 +76,4 @@ Comment[zh_CN]=Ogg FLAC 音频 Comment[zh_HK]=Ogg FLAC 音效檔 Comment[zh_TW]=Ogg FLAC 聲音 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/x-wav.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/x-wav.desktop @@ -83,3 +83,4 @@ Comment[zh_HK]=WAV 音效檔 Comment[zh_TW]=WAV 聲音文件 Comment[zu]=Okuzwakalayo kwe-WAV +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/ac3.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/ac3.desktop @@ -79,3 +79,4 @@ Comment[zh_CN]=杜比 AC3 声音 Comment[zh_HK]=杜比 AC3 音效檔 Comment[zh_TW]=Dolby AC3 音效 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/aac.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/aac.desktop @@ -80,3 +80,4 @@ Comment[zh_CN]=AAC 声音 Comment[zh_HK]=AAC 音效檔 Comment[zh_TW]=AAC 音效 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/vnd.rn-realaudio.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/vnd.rn-realaudio.desktop @@ -85,3 +85,4 @@ Type=QString Value=.ra +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/x-vorbis.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/x-vorbis.desktop @@ -77,3 +77,4 @@ Comment[zh_CN]=Ogg Vorbis 音频 Comment[zh_HK]=Ogg Vorbis 音效檔 Comment[zh_TW]=Ogg Vorbis 音效 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/x-mpegurl.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/x-mpegurl.desktop @@ -82,3 +82,4 @@ Comment[zh_HK]=串流 MP3 音樂 Comment[zh_TW]=串流 MP3 音樂 Comment[zu]=Ontantayo Ozwakalayo Ugqinsi 3 we-MPEG +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/audio/x-adpcm.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/audio/x-adpcm.desktop @@ -87,3 +87,4 @@ Type=QString Value=.wav +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-font-ghostscript.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-font-ghostscript.desktop @@ -85,3 +85,4 @@ Comment[zh_HK]=Ghostscript 字形 Comment[zh_TW]=Ghostscript 字形 Comment[zu]=Uhlobo lwamagama lwama-Ghostscripts +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-karbon.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-karbon.desktop @@ -87,3 +87,4 @@ Comment[zh_HK]=Karbon14 文件 Comment[zh_TW]=Karbon14 文件 Comment[zu]=Uhlu lwamafayela lwe-Karbon14 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/mspowerpoint.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/mspowerpoint.desktop @@ -81,3 +81,4 @@ Comment[zh_CN]=Microsoft PowerPoint 演示文稿 Comment[zh_HK]=微軟 PowerPoint 文件 Comment[zh_TW]=微軟 PowerPoint 文件 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-java.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-java.desktop @@ -82,3 +82,4 @@ Comment[xh]=Uhlobo lwe Java Comment[zh_CN]=Java 类 Comment[zu]=Ikilasi lwe-Java +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-rar.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-rar.desktop @@ -86,3 +86,4 @@ Comment[zh_HK]=Rar 壓縮檔 Comment[zh_TW]=Rar 壓縮檔案 Comment[zu]=Umqulu we-Rar +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-executable.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-executable.desktop @@ -84,3 +84,4 @@ Icon=exec Type=MimeType MimeType=application/x-executable +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-awk.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-awk.desktop @@ -86,3 +86,4 @@ Type=MimeType MimeType=application/x-awk Patterns= +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-msaccess.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-msaccess.desktop @@ -79,3 +79,4 @@ Comment[zh_CN]=Microsoft Access 数据库 Comment[zh_HK]=Microsoft Access 資料庫 Comment[zh_TW]=Microsoft Access 資料庫 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/pgp-keys.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/pgp-keys.desktop @@ -76,3 +76,4 @@ Comment[zh_CN]=OpenPGP 秘钥束 X-KDE-AutoEmbed=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-hancomword.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-hancomword.desktop @@ -85,3 +85,4 @@ Comment[zh_HK]=HancomWord 文件 Comment[zh_TW]=HancomWord 文件 Comment[zu]=Uhlu lwamafayela lwe-HancomWord +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.sun.xml.impress.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.sun.xml.impress.desktop @@ -82,3 +82,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.sxi +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.oasis.opendocument.chart.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.oasis.opendocument.chart.desktop @@ -74,3 +74,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.odc +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-bz2dvi.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-bz2dvi.desktop @@ -76,3 +76,4 @@ Type=MimeType X-KDE-AutoEmbed=true X-KDE-IsAlso=application/x-bzip2 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-sqlite3.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-sqlite3.desktop @@ -69,3 +69,4 @@ Comment[zh_CN]=SQLite3 数据库文件 Comment[zh_HK]=SQLite3 資料庫檔案 Comment[zh_TW]=SQLite3 資料庫檔案 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-egon.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-egon.desktop @@ -57,3 +57,4 @@ Comment[uz@cyrillic]=Egon аниматор Comment[ven]=Zwipuka zwa Egon Comment[xh]=Umphilisi we Egon +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.sun.xml.writer.master.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.sun.xml.writer.master.desktop @@ -76,3 +76,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.sxg +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/pgp.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/pgp.desktop @@ -77,3 +77,4 @@ Comment[zh_CN]=PGP 加密或签名的信件 Comment[zh_HK]=PGP 加密或簽名的訊息 Comment[zh_TW]=PGP 加密或簽名的訊息 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-tgz.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-tgz.desktop @@ -93,3 +93,4 @@ Type=QString Value=tar +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/mbox.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/mbox.desktop @@ -69,3 +69,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-sharedlib.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-sharedlib.desktop @@ -85,3 +85,4 @@ Type=MimeType MimeType=application/x-sharedlib Patterns= +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-lyx.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-lyx.desktop @@ -90,3 +90,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-zoo.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-zoo.desktop @@ -86,3 +86,4 @@ Comment[zh_HK]=Zoo 壓縮檔 Comment[zh_TW]=Zoo 壓縮文件 Comment[zu]=Umqulu We-zoo +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.sun.xml.base.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.sun.xml.base.desktop @@ -74,3 +74,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.odb +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-python.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-python.desktop @@ -90,3 +90,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-msdos-program.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-msdos-program.desktop @@ -87,3 +87,4 @@ Type=QString Value=.exe +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-kformula.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-kformula.desktop @@ -89,3 +89,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.kfo +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-compress.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-compress.desktop @@ -85,3 +85,4 @@ Comment[zh_HK]=UNIX 壓縮檔 Comment[zh_TW]=UNIX 壓縮檔案 Comment[zu]=Ifayela Elicindezelwe lwe-Unix +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/msword.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/msword.desktop @@ -91,3 +91,4 @@ Type=QString Value=.doc +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/octet-stream.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/octet-stream.desktop @@ -86,3 +86,4 @@ Comment[zh_HK]=未知 Comment[zh_TW]=未知 Comment[zu]=Okungaziwa +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.rn-realmedia.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.rn-realmedia.desktop @@ -80,3 +80,4 @@ Comment[zh_CN]=RealMedia 文件 Comment[zh_HK]=RealMedia 檔案 Comment[zh_TW]=RealMedia 檔案 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-siag.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-siag.desktop @@ -82,3 +82,4 @@ Icon=spreadsheet Type=MimeType Patterns=*.siag;*.csv;*.wk1; +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.oasis.opendocument.spreadsheet-template.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.oasis.opendocument.spreadsheet-template.desktop @@ -77,3 +77,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.ots +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/msexcel.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/msexcel.desktop @@ -85,3 +85,4 @@ Comment[zh_HK]=微軟 Excel 表格 Comment[zh_TW]=微軟 Excel 表格 Comment[zu]= Ipheshana lesitayela le-Microsoft Excel +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-magicpoint.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-magicpoint.desktop @@ -79,3 +79,4 @@ Comment[zh_CN]=MagicPoint 演示文稿 Comment[zh_HK]=MagicPoint 簡報 Comment[zh_TW]=MagicPoint 簡報 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/xsd.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/xsd.desktop @@ -73,3 +73,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/xml.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/xml.desktop @@ -85,3 +85,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-font-pcf.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-font-pcf.desktop @@ -85,3 +85,4 @@ Comment[zh_HK]=PCF 點陣字形 Comment[zh_TW]=PCF 點陣字形 Comment[zu]=Uhlobo lwamagama lwe-Bitmap ye-PCF +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-ruby.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-ruby.desktop @@ -84,3 +84,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-xliff.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-xliff.desktop @@ -75,3 +75,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.xlf +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-gnumeric.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-gnumeric.desktop @@ -84,3 +84,4 @@ Comment[zh_HK]=GNUmeric 試算表 Comment[zh_TW]=GNUmeric 試算表 Comment[zu]=Iphephashana elinwebekayo le-GNUmeric +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/pkcs7-mime.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/pkcs7-mime.desktop @@ -82,3 +82,4 @@ Comment[zh_HK]=PKCS#7 (S/MIME) 格式資料 Comment[zh_TW]=PKCS#7 (S/MIME) 格式資料 Comment[zu]=Idata Efakwe kwisakhelo ye-PKCS#7 (S/MIME) +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.oasis.opendocument.formula.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.oasis.opendocument.formula.desktop @@ -77,3 +77,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.odf +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-pkcs12.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-pkcs12.desktop @@ -81,3 +81,4 @@ Comment[zu]=Isigaxa Sezitifiketi se-PKCS#12 X-KDE-AutoEmbed=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-arj.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-arj.desktop @@ -86,3 +86,4 @@ Comment[zh_HK]=ARJ 壓縮檔 Comment[zh_TW]=ARJ 壓縮檔案 Comment[zu]=Umqulu we-ARJ +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-shellscript.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-shellscript.desktop @@ -89,3 +89,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-x509-ca-cert.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-x509-ca-cert.desktop @@ -87,3 +87,4 @@ Comment[zu]=DER, PEM, noma Isitifiketi Esifakwe ikhodi se X.509 X-KDE-AutoEmbed=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-font-ttf.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-font-ttf.desktop @@ -80,3 +80,4 @@ Type=MimeType MimeType=application/x-font-ttf Patterns=*.ttf;*.TTF +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-gzdvi.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-gzdvi.desktop @@ -76,3 +76,4 @@ Type=MimeType X-KDE-AutoEmbed=true X-KDE-IsAlso=application/x-gzip +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/chm.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/chm.desktop @@ -69,3 +69,4 @@ MimeType=application/chm Patterns=*.chm;*.CHM Type=MimeType +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-kugar.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-kugar.desktop @@ -87,3 +87,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.kdf +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-mswrite.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-mswrite.desktop @@ -88,3 +88,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.wri +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-kde-wallet.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-kde-wallet.desktop @@ -80,3 +80,4 @@ Patterns=*.kwl X-KDE-AutoEmbed=false +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-msmetafile.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-msmetafile.desktop @@ -3,3 +3,4 @@ MimeType=application/x-msmetafile Icon=vectorgfx X-KDE-IsAlso=image/x-wmf +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-arc.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-arc.desktop @@ -80,3 +80,4 @@ Comment[zh_CN]=ARC 归档 Comment[zh_HK]=ARC 壓縮檔 Comment[zh_TW]=ARC 壓縮檔案 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/pkcs7-signature.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/pkcs7-signature.desktop @@ -83,3 +83,4 @@ Comment[zh_HK]=分離的 S/MIME 簽名 Comment[zh_TW]=分離的 S/MIME 簽名 Comment[zu]=Uphawu lokusayina lwe-S/MIME Oluxebukile +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-applixword.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-applixword.desktop @@ -86,3 +86,4 @@ Comment[zh_HK]=Applix 文書處理文件 Comment[zh_TW]=Applix 文書處理文件 Comment[zu]=Uhlu lwamafayela Lamagama lwe-Applix +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-font-type1.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-font-type1.desktop @@ -84,3 +84,4 @@ Comment[zh_HK]=PostScript Type1 字形 Comment[zh_TW]=PostScript Type1 字形 Comment[zu]=Uhlobo lwamagama 1 lwe-PostScript Esidlulile Sohlobo +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-abiword.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-abiword.desktop @@ -86,3 +86,4 @@ Comment[zu]=Uhlu lwamafayela e-AbiWord Icon=wordprocessing Patterns=*.abw;*.ABW;*.abw.gz;*.zabw;*.abw.bz2;*.bzabw;*.awt +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-dvi.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-dvi.desktop @@ -85,3 +85,4 @@ MimeType=application/x-dvi Patterns=*.dvi;*.DVI; X-KDE-AutoEmbed=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.oasis.opendocument.text-template.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.oasis.opendocument.text-template.desktop @@ -76,3 +76,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.ott +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.stardivision.calc.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.stardivision.calc.desktop @@ -84,3 +84,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.sdc +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/illustrator.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/illustrator.desktop @@ -85,3 +85,4 @@ Comment[zh_HK]=Adobe Illustrator 文件 Comment[zh_TW]=Adobe Illustrator 文件 Comment[zu]=Umkhombisi Wohlu lwamafayela e-Adobe +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-perl-module.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-perl-module.desktop @@ -76,3 +76,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-mplayer2.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-mplayer2.desktop @@ -59,3 +59,4 @@ Comment[uz@cyrillic]=Microsoft Media тури Comment[zh_CN]=Microsoft 媒体格式 Comment[zh_TW]=Microsoft 媒體格式 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-kivio.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-kivio.desktop @@ -90,3 +90,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.flw +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-webarchive.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-webarchive.desktop @@ -81,3 +81,4 @@ [Property::X-KDE-LocalProtocol] Type=QString Value=tar +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.stardivision.writer-global.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.stardivision.writer-global.desktop @@ -77,3 +77,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.sgl +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-rar-compressed.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-rar-compressed.desktop @@ -87,3 +87,4 @@ Comment[zh_TW]=Rar 壓縮檔案 Comment[zu]=Umqulu we-Rar X-KDE-IsAlso=application/x-rar +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-desktop.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-desktop.desktop @@ -89,3 +89,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-core.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-core.desktop @@ -84,3 +84,4 @@ Comment[zh_HK]=程式 crash 資料 Comment[zh_TW]=程式 crash 資料 Comment[zu]=Idata Yohlelo lwendlela Ephahlazekile +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-jar.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-jar.desktop @@ -88,3 +88,4 @@ Comment[zh_TW]=Java 壓縮檔案 Comment[zu]=Umqulu we-Java X-KDE-AutoEmbed=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-font-ttc.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-font-ttc.desktop @@ -79,3 +79,4 @@ Type=MimeType MimeType=application/x-font-ttc Patterns=*.ttc;*.TTC +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/java.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/java.desktop @@ -82,3 +82,4 @@ Comment[zh_CN]=Java 类 Comment[zu]=Ikilasi lwe-Java X-KDE-IsAlso=application/x-java +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.sun.xml.writer.template.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.sun.xml.writer.template.desktop @@ -78,3 +78,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.stw +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-quattropro.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-quattropro.desktop @@ -86,3 +86,4 @@ Comment[zh_HK]=Quattro Pro 文件 Comment[zh_TW]=Quattro Pro 文件 Comment[zu]=Uhlu lwamafayela lwe-Quattro Pro +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-zerosize.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-zerosize.desktop @@ -85,3 +85,4 @@ MimeType=application/x-zerosize Type=MimeType Icon=empty +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/xml-dtd.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/xml-dtd.desktop @@ -78,3 +78,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.dtd +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-java-applet.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-java-applet.desktop @@ -73,3 +73,4 @@ MimeType=application/x-java-applet Icon=java_jar X-KDE-AutoEmbed=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-cda.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-cda.desktop @@ -80,3 +80,4 @@ MimeType=application/x-cda Icon=cdtrack Patterns=*.cda;*.CDA +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-7z.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-7z.desktop @@ -72,3 +72,4 @@ Comment[zh_CN]=7-Zip 归档 Comment[zh_HK]=7-Zip 壓縮檔 Comment[zh_TW]=7-Zip 壓縮文件 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-bzip.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-bzip.desktop @@ -86,3 +86,4 @@ Icon=tgz Type=MimeType Patterns=*.bz;*.BZ; +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/xhtml+xml.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/xhtml+xml.desktop @@ -85,3 +85,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-kchart.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-kchart.desktop @@ -90,3 +90,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.chrt +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/Makefile.in +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -72,6 +72,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -186,7 +188,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -214,6 +215,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -223,6 +225,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -251,6 +254,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -301,6 +305,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -358,6 +363,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -433,7 +439,7 @@ x-java-jnlp-file.desktop xml-dtd.desktop fits.desktop \ x-rar-compressed.desktop \ x-sqlite2.desktop x-sqlite3.desktop chm.desktop \ - x-mplayer2.desktop + x-mplayer2.desktop x-nzb.desktop mimetypeapplicationdatadir = $(kde_mimedir)/application EXTRA_DIST = $(mimetypeapplicationdata_DATA) @@ -442,12 +448,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -458,8 +464,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -480,9 +486,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -656,7 +662,7 @@ .NOEXPORT: #>+ 2 -KDE_DIST=x-karbon.desktop vnd.rn-realmedia.desktop x-tbz.desktop x-gnumeric.desktop x-ruby.desktop pdf.desktop x-kontour.desktop x-sharedlib.desktop x-compress.desktop x-zip-compressed.desktop msexcel.desktop x-tgif.desktop x-x509-ca-cert.desktop java.desktop x-font-bdf.desktop x-javascript.desktop x-font-ttc.desktop pkcs7-signature.desktop x-abiword.desktop vnd.sun.xml.impress.desktop x-kugar.desktop pkcs7-mime.desktop vnd.sun.xml.impress.template.desktop vnd.stardivision.impress.desktop x-kspread.desktop ogg.desktop x-troff-man.desktop x-dvi.desktop x-arj.desktop x-lha.desktop Makefile.in x-bzip.desktop x-archive.desktop x-debian-package.desktop x-kformula.desktop x-kde-wallet.desktop uninstall.desktop x-rpm.desktop pgp.desktop msword.desktop x-sqlite2.desktop x-mswrite.desktop x-java.desktop x-pkcs12.desktop x-afm.desktop x-executable-script.desktop x-gzip.desktop vnd.sun.xml.base.desktop mathml+xml.desktop x-font-snf.desktop smil.desktop x-kcsrc.desktop x-msdos-program.desktop x-kivio.desktop x-applixword.desktop x-pw.desktop pgp-keys.desktop x-font-ttf.desktop vnd.mozilla.xul+xml.desktop x-egon.desktop x-rar.desktop x-object.desktop x-executable.desktop x-trash.desktop x-shockwave-flash.desktop x-perl-module.desktop x-perl.desktop x-kchart.desktop xml-dtd.desktop x-cue.desktop x-font-ghostscript.desktop x-python.desktop x-lyx.desktop vnd.ms-powerpoint.desktop vnd.sun.xml.calc.desktop x-bzip2.desktop illustrator.desktop chm.desktop vnd.sun.xml.calc.template.desktop x-kword.desktop vnd.sun.xml.draw.template.desktop vnd.stardivision.math.desktop x-java-jnlp-file.desktop x-zoo.desktop x-core.desktop pkcs10.desktop x-designer.desktop mspowerpoint.desktop x-troff.desktop x-kpresenter.desktop x-krita.desktop vnd.palm.desktop vnd.sun.xml.writer.desktop postscript.desktop vnd.stardivision.chart.desktop x-desktop.desktop x-cpio.desktop x-sqlite3.desktop x-ace.desktop x-quattropro.desktop x-applixspread.desktop x-7z.desktop x-tex-gf.desktop x-xliff.desktop x-java-applet.desktop pgp-encrypted.desktop x-tar.desktop x-arc.desktop x-font-otf.desktop x-webarchive.desktop vnd.ms-excel.desktop vnd.stardivision.writer-global.desktop x-applixgraphics.desktop x-zip.desktop x-msmetafile.desktop fits.desktop vnd.sun.xml.draw.desktop x-ogg.desktop xsd.desktop x-dbase.desktop x-awk.desktop vnd.sun.xml.writer.master.desktop x-ica.desktop x-kudesigner.desktop x-gzdvi.desktop x-bz2dvi.desktop wordperfect.desktop x-python-bytecode.desktop x-msaccess.desktop x-tgz.desktop x-font-pcf.desktop x-zerosize.desktop x-gettext.desktop x-iso.desktop x-mimearchive.desktop mbox.desktop vnd.stardivision.draw.desktop x-cda.desktop x-bittorrent.desktop x-mplayer2.desktop xml.desktop x-jar.desktop octet-stream.desktop x-magicpoint.desktop x-rar-compressed.desktop x-siag.desktop x-font-type1.desktop x-tarz.desktop vnd.stardivision.writer.desktop sieve.desktop vnd.sun.xml.writer.template.desktop x-tex-pk.desktop x-php.desktop x-gzpostscript.desktop x-pak.desktop x-vnd.kde.kugar.mixed.desktop x-lzop.desktop x-amipro.desktop x-vnd.kde.kplato.desktop x-vnd.kde.kexi.desktop x-hancomword.desktop x-deb.desktop x-shellscript.desktop xhtml+xml.desktop pgp-signature.desktop x-tzo.desktop vnd.ms-word.desktop x-kpovmodeler.desktop relaxng.desktop x-graphite.desktop vnd.stardivision.calc.desktop vnd.ms-asf.desktop Makefile.am x-font-speedo.desktop x-linguist.desktop +KDE_DIST=x-karbon.desktop vnd.rn-realmedia.desktop x-tbz.desktop x-gnumeric.desktop x-ruby.desktop pdf.desktop x-kontour.desktop x-compress.desktop x-sharedlib.desktop x-zip-compressed.desktop msexcel.desktop x-tgif.desktop x-x509-ca-cert.desktop java.desktop x-font-bdf.desktop x-javascript.desktop x-font-ttc.desktop pkcs7-signature.desktop x-abiword.desktop vnd.sun.xml.impress.desktop x-kugar.desktop pkcs7-mime.desktop vnd.sun.xml.impress.template.desktop vnd.stardivision.impress.desktop x-kspread.desktop ogg.desktop x-troff-man.desktop x-dvi.desktop x-arj.desktop x-lha.desktop Makefile.in x-bzip.desktop x-archive.desktop x-debian-package.desktop x-kformula.desktop uninstall.desktop x-kde-wallet.desktop x-rpm.desktop pgp.desktop msword.desktop x-sqlite2.desktop x-mswrite.desktop x-java.desktop x-afm.desktop x-executable-script.desktop x-pkcs12.desktop x-gzip.desktop vnd.sun.xml.base.desktop mathml+xml.desktop x-font-snf.desktop smil.desktop x-kcsrc.desktop x-msdos-program.desktop x-kivio.desktop x-applixword.desktop x-nzb.desktop x-pw.desktop pgp-keys.desktop x-font-ttf.desktop vnd.mozilla.xul+xml.desktop x-egon.desktop x-rar.desktop x-object.desktop x-executable.desktop x-shockwave-flash.desktop x-trash.desktop x-perl-module.desktop x-perl.desktop x-kchart.desktop xml-dtd.desktop x-cue.desktop x-python.desktop x-font-ghostscript.desktop x-lyx.desktop vnd.ms-powerpoint.desktop vnd.sun.xml.calc.desktop x-bzip2.desktop illustrator.desktop chm.desktop vnd.sun.xml.calc.template.desktop x-kword.desktop vnd.sun.xml.draw.template.desktop vnd.stardivision.math.desktop x-java-jnlp-file.desktop x-core.desktop x-zoo.desktop pkcs10.desktop x-designer.desktop mspowerpoint.desktop x-troff.desktop x-kpresenter.desktop x-krita.desktop vnd.palm.desktop vnd.sun.xml.writer.desktop postscript.desktop vnd.stardivision.chart.desktop x-desktop.desktop x-cpio.desktop x-sqlite3.desktop x-ace.desktop x-quattropro.desktop x-applixspread.desktop x-tex-gf.desktop x-7z.desktop x-xliff.desktop x-java-applet.desktop pgp-encrypted.desktop x-tar.desktop x-arc.desktop x-font-otf.desktop x-webarchive.desktop vnd.ms-excel.desktop x-applixgraphics.desktop vnd.stardivision.writer-global.desktop x-zip.desktop x-msmetafile.desktop fits.desktop vnd.sun.xml.draw.desktop x-ogg.desktop xsd.desktop x-dbase.desktop x-awk.desktop vnd.sun.xml.writer.master.desktop x-ica.desktop x-kudesigner.desktop x-gzdvi.desktop x-bz2dvi.desktop wordperfect.desktop x-python-bytecode.desktop x-msaccess.desktop x-tgz.desktop x-font-pcf.desktop x-zerosize.desktop x-gettext.desktop x-iso.desktop x-mimearchive.desktop mbox.desktop vnd.stardivision.draw.desktop x-bittorrent.desktop x-cda.desktop x-mplayer2.desktop xml.desktop x-jar.desktop x-rar-compressed.desktop x-magicpoint.desktop octet-stream.desktop x-siag.desktop x-font-type1.desktop x-tarz.desktop vnd.stardivision.writer.desktop sieve.desktop vnd.sun.xml.writer.template.desktop x-tex-pk.desktop x-php.desktop x-gzpostscript.desktop x-pak.desktop x-vnd.kde.kugar.mixed.desktop x-lzop.desktop x-amipro.desktop x-vnd.kde.kplato.desktop x-vnd.kde.kexi.desktop x-hancomword.desktop x-deb.desktop xhtml+xml.desktop x-shellscript.desktop pgp-signature.desktop x-tzo.desktop vnd.ms-word.desktop x-kpovmodeler.desktop relaxng.desktop x-graphite.desktop vnd.stardivision.calc.desktop vnd.ms-asf.desktop Makefile.am x-linguist.desktop x-font-speedo.desktop #>+ 2 docs-am: @@ -666,8 +672,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-pak.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-pak.desktop @@ -73,3 +73,4 @@ Comment[zh_CN]=PAK 文件归档 Comment[zh_HK]=PAK 壓縮檔 Comment[zh_TW]=PAK 檔案壓縮 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-object.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-object.desktop @@ -84,3 +84,4 @@ Comment[zh_HK]=目標代碼 Comment[zh_TW]=目標代碼 Comment[zu]=Ikhodi Yenhloso +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-applixgraphics.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-applixgraphics.desktop @@ -86,3 +86,4 @@ Comment[zh_HK]=Applix 繪圖文件 Comment[zh_TW]=Applix 影像文件 Comment[zu]=Uhlu lwamafayela Lwemidwebo ye-Applix +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/wordperfect.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/wordperfect.desktop @@ -86,3 +86,4 @@ Comment[zh_HK]=WordPerfect 文件 Comment[zh_TW]=WordPerfect 文件 Comment[zu]=Uhlu lwmafayela lwe-S/MIME +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/pgp-signature.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/pgp-signature.desktop @@ -82,3 +82,4 @@ Comment[zh_HK]=分離的 OpenPGP 簽名 Comment[zh_TW]=分離的 OpenPGP 簽名 Comment[zu]=Uphawu lokusayina lwe-OpenPGP Oluxebukile +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-tex-pk.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-tex-pk.desktop @@ -85,3 +85,4 @@ Type=MimeType MimeType=application/x-tex-pk Patterns=*.pk;*.PK; +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-kcsrc.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-kcsrc.desktop @@ -81,3 +81,4 @@ Comment[zh_CN]=KDE 色彩主题 Comment[zh_HK]=KDE 色彩佈景 Comment[zh_TW]=KDE 色彩佈景 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-tar.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-tar.desktop @@ -91,3 +91,4 @@ Type=QString Value=tar +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-kpresenter.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-kpresenter.desktop @@ -89,3 +89,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.kpr +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.oasis.opendocument.graphics.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.oasis.opendocument.graphics.desktop @@ -77,3 +77,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.odg +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-graphite.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-graphite.desktop @@ -87,3 +87,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.gra +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-gzpostscript.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-gzpostscript.desktop @@ -88,3 +88,4 @@ Type=MimeType X-KDE-AutoEmbed=true X-KDE-IsAlso=application/x-gzip +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-executable-script.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-executable-script.desktop @@ -73,3 +73,4 @@ Type=MimeType MimeType=application/x-executable-script X-KDE-IsAlso=text/plain +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-vnd.kde.kugar.mixed.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-vnd.kde.kugar.mixed.desktop @@ -82,3 +82,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.kug +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-perl.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-perl.desktop @@ -78,3 +78,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-bittorrent.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-bittorrent.desktop @@ -79,3 +79,4 @@ Type=MimeType Patterns=*.torrent;*.tor X-KDE-AutoEmbed=false +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.sun.xml.draw.template.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.sun.xml.draw.template.desktop @@ -78,3 +78,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.std +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-archive.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-archive.desktop @@ -85,3 +85,4 @@ Icon=tgz Type=MimeType Patterns=*.a; +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-zip-compressed.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-zip-compressed.desktop @@ -90,3 +90,4 @@ [Property::X-KDE-LocalProtocol] Type=QString Value=zip +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-tex-gf.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-tex-gf.desktop @@ -85,3 +85,4 @@ Type=MimeType MimeType=application/x-tex-gf Patterns=*.gf;*.GF; +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-kword.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-kword.desktop @@ -90,3 +90,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.kwd +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-font-otf.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-font-otf.desktop @@ -80,3 +80,4 @@ Type=MimeType MimeType=application/x-font-otf Patterns=*.otf;*.OTF +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/mathml+xml.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/mathml+xml.desktop @@ -82,3 +82,4 @@ Comment[zh_CN]=MathML 文档 Comment[zh_HK]=MathML 文件 Comment[zh_TW]=MathML 文件 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-javascript.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-javascript.desktop @@ -79,3 +79,4 @@ Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.stardivision.math.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.stardivision.math.desktop @@ -77,3 +77,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.sdf +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.palm.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.palm.desktop @@ -80,3 +80,4 @@ Comment[zh_CN]=Palm 文档 Comment[zh_HK]=Palm 文件 Comment[zh_TW]=Palm 文件 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.ms-powerpoint.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.ms-powerpoint.desktop @@ -83,3 +83,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.ppt +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-python-bytecode.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-python-bytecode.desktop @@ -83,3 +83,4 @@ Comment[zh_TW]=Python 位元碼 Comment[zu]=Ikhodi le-byte le-Python X-KDE-IsAlso=application/x-executable +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/ogg.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/ogg.desktop @@ -82,3 +82,4 @@ Comment[zh_HK]=Ogg 多媒體 Comment[zh_TW]=Ogg 多媒體 Comment[zu]=Onozindaba be-Ogg +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.sun.xml.impress.template.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.sun.xml.impress.template.desktop @@ -78,3 +78,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.sti +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/fits.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/fits.desktop @@ -64,3 +64,4 @@ Icon=binary # Note: application/fits is for any kind of FITS, so also for non-images ### TODO: what file pattern, especially that image/fits has the same +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/relaxng.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/relaxng.desktop @@ -12,3 +12,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-cpio.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-cpio.desktop @@ -86,3 +86,4 @@ Comment[zh_HK]=CPIO 壓縮檔 Comment[zh_TW]=CPIO 壓縮檔案 Comment[zu]=Umqulu we-CPIO +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-font-bdf.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-font-bdf.desktop @@ -85,3 +85,4 @@ Comment[zh_HK]=BDF 點陣字形 Comment[zh_TW]=BDF 點陣字形 Comment[zu]=Uhlobo lwamagama Lwe-Bitmap ye-BDF +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-font-speedo.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-font-speedo.desktop @@ -85,3 +85,4 @@ Comment[zh_HK]=Speedo 字形 Comment[zh_TW]=Speedo 字形 Comment[zu]=Uhlobo lwamagama lwe-Speedo +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-bzip2.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-bzip2.desktop @@ -86,3 +86,4 @@ Icon=tgz Type=MimeType Patterns=*.bz2;*.BZ2; +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-java-jnlp-file.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-java-jnlp-file.desktop @@ -65,3 +65,4 @@ Comment[zh_HK]=Java Web Start 程式 Comment[zh_TW]=Java Web Start 應用程式 MimeType=application/x-java-jnlp-file +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/postscript.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/postscript.desktop @@ -98,3 +98,4 @@ Type=QString Value=.ps +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.sun.xml.writer.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.sun.xml.writer.desktop @@ -83,3 +83,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.sxw +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-applixspread.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-applixspread.desktop @@ -86,3 +86,4 @@ Comment[zh_HK]=Applix 電子表格文件 Comment[zh_TW]=Applix 電子表格文件 Comment[zu]=Uhlu lwamafayela Lwamapheshana anwebekayo e-Applix +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.ms-asf.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.ms-asf.desktop @@ -74,3 +74,4 @@ Comment[zh_HK]=ASF 媒體 Comment[zh_TW]=ASF 媒體 Comment[zu]=Abasiki bebunda be-ASF +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.stardivision.writer.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.stardivision.writer.desktop @@ -86,3 +86,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.sdw +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-afm.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-afm.desktop @@ -76,3 +76,4 @@ Type=MimeType MimeType=application/x-afm Patterns=*.afm;*.AFM +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.ms-word.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.ms-word.desktop @@ -88,3 +88,4 @@ Type=QString Value=.doc +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.oasis.opendocument.image.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.oasis.opendocument.image.desktop @@ -76,3 +76,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.odi +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-kontour.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-kontour.desktop @@ -90,3 +90,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.kon +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-gettext.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-gettext.desktop @@ -84,3 +84,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-pw.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-pw.desktop @@ -80,3 +80,4 @@ Icon=wordprocessing Type=MimeType Patterns=*.pw;*.PW; +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/sieve.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/sieve.desktop @@ -85,3 +85,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.stardivision.chart.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.stardivision.chart.desktop @@ -73,3 +73,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.sds +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.sun.xml.calc.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.sun.xml.calc.desktop @@ -82,3 +82,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.sxc +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-linguist.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-linguist.desktop @@ -78,3 +78,4 @@ Comment[zh_CN]=Qt 翻译源文件 Comment[zh_HK]=QT Translation 原始檔案 Comment[zh_TW]=QT Translation 原始檔案 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-iso.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-iso.desktop @@ -72,3 +72,4 @@ Comment[zh_CN]=ISO9660 映像文件 Comment[zh_HK]=ISO9660 影像檔 Comment[zh_TW]=ISO9660 映像檔案 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.oasis.opendocument.text.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.oasis.opendocument.text.desktop @@ -76,3 +76,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.odt +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.oasis.opendocument.presentation-template.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.oasis.opendocument.presentation-template.desktop @@ -77,3 +77,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.otp +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-kudesigner.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-kudesigner.desktop @@ -82,3 +82,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.ktf +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-vnd.kde.kexi.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-vnd.kde.kexi.desktop @@ -84,3 +84,4 @@ Type=QString Value=.kexi +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-vnd.kde.kplato.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-vnd.kde.kplato.desktop @@ -77,3 +77,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.kplato +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-lzop.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-lzop.desktop @@ -87,3 +87,4 @@ Comment[zh_HK]=Lzopped 檔案 Comment[zh_TW]=Lzopped 檔案 Comment[zu]=Ifayela le-Lzopped +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-designer.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-designer.desktop @@ -85,3 +85,4 @@ Type=MimeType MimeType=application/x-designer Patterns=*.ui; +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.oasis.opendocument.spreadsheet.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.oasis.opendocument.spreadsheet.desktop @@ -77,3 +77,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.ods +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-php.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-php.desktop @@ -83,3 +83,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-rpm.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-rpm.desktop @@ -85,3 +85,4 @@ Comment[zh_HK]=RPM 套件檔案 Comment[zh_TW]=RPM 套件檔案 Comment[zu]=Ifayela Lephakethe le-RPM +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-trash.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-trash.desktop @@ -84,3 +84,4 @@ Comment[zh_HK]=備份檔 Comment[zh_TW]=備份檔案 Comment[zu]=Ifayela Lokugcina okwesibili +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-kpovmodeler.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-kpovmodeler.desktop @@ -84,3 +84,4 @@ MimeType=application/x-kpovmodeler Patterns=*.kpm; Type=MimeType +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-tbz.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-tbz.desktop @@ -76,3 +76,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.tar.bz2 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.sun.xml.draw.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.sun.xml.draw.desktop @@ -80,3 +80,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.sxd +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.mozilla.xul+xml.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.mozilla.xul+xml.desktop @@ -74,3 +74,4 @@ Comment[zh_CN]=Mozilla XUL 文件 Comment[zh_HK]=Mozilla XUL 檔案 Comment[zh_TW]=Mozilla XUL 檔案 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-mimearchive.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-mimearchive.desktop @@ -68,3 +68,4 @@ [Property::X-KDE-LocalProtocol] Type=QString Value=mhtml +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-deb.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-deb.desktop @@ -80,3 +80,4 @@ Comment[zh_CN]=Debian 包 Comment[zh_HK]=Debian 套件 Comment[zh_TW]=Debian 軟體包 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.sun.xml.calc.template.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.sun.xml.calc.template.desktop @@ -78,3 +78,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.stc +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-ogg.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-ogg.desktop @@ -81,3 +81,4 @@ Comment[zh_HK]=Ogg 多媒體 Comment[zh_TW]=Ogg 多媒體 Comment[zu]=Onozindaba be-Ogg +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/uninstall.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/uninstall.desktop @@ -1,3 +1,4 @@ [Desktop Entry] MimeType=dummy Hidden=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/pkcs10.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/pkcs10.desktop @@ -86,3 +86,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.p10 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-tarz.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-tarz.desktop @@ -91,3 +91,4 @@ Type=QString Value=tar +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.stardivision.draw.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.stardivision.draw.desktop @@ -76,3 +76,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.sda +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-sqlite2.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-sqlite2.desktop @@ -69,3 +69,4 @@ Comment[zh_CN]=SQLite2 数据库文件 Comment[zh_HK]=SQLite2 資料庫檔案 Comment[zh_TW]=SQLite2 資料庫檔案 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/smil.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/smil.desktop @@ -74,3 +74,4 @@ Comment[zh_HK]=同步多媒體整合式語言 Comment[zh_TW]=同步多媒體整合式語言 Comment[zu]=Ukuqoqelwa ndawonye Kolimi Lwabasiki bebunda Abahambiswa ndawonye +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.ms-excel.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.ms-excel.desktop @@ -86,3 +86,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.xls +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-dbase.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-dbase.desktop @@ -86,3 +86,4 @@ Comment[zh_HK]=dBASE 文件 Comment[zh_TW]=dBASE 文件 Comment[zu]=Uhlu lwamafayela dBASE +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-tgif.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-tgif.desktop @@ -85,3 +85,4 @@ MimeType=application/x-tgif Type=MimeType Icon=vectorgfx +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-ica.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-ica.desktop @@ -71,3 +71,4 @@ Type=MimeType Patterns=*.ica;*.ICA; X-KDE-AutoEmbed=false +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-shockwave-flash.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-shockwave-flash.desktop @@ -61,3 +61,4 @@ Comment[zh_TW]=Shockwave Flash 媒體檔案 Comment[zu]=Igagasi lokuthuka le-Flash Media X-KDE-AutoEmbed=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-krita.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-krita.desktop @@ -89,3 +89,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.kra +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/pdf.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/pdf.desktop @@ -91,3 +91,4 @@ Type=QString Value=.pdf +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-troff-man.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-troff-man.desktop @@ -90,3 +90,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-kspread.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-kspread.desktop @@ -89,3 +89,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.ksp +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/pgp-encrypted.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/pgp-encrypted.desktop @@ -83,3 +83,4 @@ Comment[zh_HK]=PGP/MIME 加密的郵件檔頭 Comment[zh_TW]=PGP/MIME 加密的郵件檔頭 Comment[zu]=Umyalezo Wenhloko Wolwazi olungaqondakali lwe-PGP/MIME +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-nzb.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-nzb.desktop @@ -0,0 +1 @@ +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-zip.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-zip.desktop @@ -90,3 +90,4 @@ [Property::X-KDE-LocalProtocol] Type=QString Value=zip +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-ace.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-ace.desktop @@ -80,3 +80,4 @@ Comment[zh_CN]=ACE 归档 Comment[zh_HK]=Arc 壓縮檔 Comment[zh_TW]=Arc 壓縮檔案 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-font-snf.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-font-snf.desktop @@ -85,3 +85,4 @@ Comment[zh_HK]=SNF 點陣字形 Comment[zh_TW]=SNF 點陣字形 Comment[zu]=Uhlobo lwamagama lwe-Bitmap ye-SNF +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-gzip.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-gzip.desktop @@ -86,3 +86,4 @@ Icon=tgz Type=MimeType Patterns=*.gz;*.tgz; +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-lha.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-lha.desktop @@ -86,3 +86,4 @@ Icon=tgz Type=MimeType Patterns=*.lha;*.lzh;*.LHA;*.LZH; +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.stardivision.impress.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.stardivision.impress.desktop @@ -83,3 +83,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.sdd +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-amipro.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-amipro.desktop @@ -86,3 +86,4 @@ Comment[zh_HK]=Lotus AmiPro 文件 Comment[zh_TW]=Lotus AmiPro 文件 Comment[zu]=Uhlu lwamafayela lwe-Lotus AmiPro +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.oasis.opendocument.presentation.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.oasis.opendocument.presentation.desktop @@ -77,3 +77,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.odp +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/vnd.oasis.opendocument.graphics-template.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/vnd.oasis.opendocument.graphics-template.desktop @@ -77,3 +77,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.otg +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-troff.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-troff.desktop @@ -91,3 +91,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-cue.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-cue.desktop @@ -56,3 +56,4 @@ Comment[tt]=CDRWIN Cue-Cäymäse Comment[uk]=Файл диску CDRWIN Comment[vi]=Tờ hiệu báo CDRWIN +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/application/x-tzo.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/application/x-tzo.desktop @@ -88,3 +88,4 @@ Icon=tgz Type=MimeType Patterns=*.tar.lzo;*.tzo; +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/inode/block.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/inode/block.desktop @@ -86,3 +86,4 @@ Type=MimeType MimeType=inode/blockdevice Patterns= +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/inode/directory-locked.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/inode/directory-locked.desktop @@ -80,3 +80,4 @@ MimeType=inode/directory-locked X-KDE-isAlso=inode/directory Patterns= +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/inode/socket.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/inode/socket.desktop @@ -69,3 +69,4 @@ Type=MimeType MimeType=inode/socket Patterns= +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/inode/Makefile.in +++ kdelibs-3.5.10.dfsg.1/mimetypes/inode/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -72,6 +72,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -186,7 +188,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -214,6 +215,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -223,6 +225,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -251,6 +254,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -301,6 +305,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -358,6 +363,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -375,12 +381,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -391,8 +397,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -413,9 +419,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -592,8 +598,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/inode/chardevice.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/inode/chardevice.desktop @@ -86,3 +86,4 @@ Type=MimeType MimeType=inode/chardevice Patterns= +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/inode/fifo.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/inode/fifo.desktop @@ -80,3 +80,4 @@ Type=MimeType MimeType=inode/fifo Patterns= +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/inode/directory.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/inode/directory.desktop @@ -77,3 +77,4 @@ Type=MimeType MimeType=inode/directory Patterns= +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/uri/mmsu.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/uri/mmsu.desktop @@ -46,3 +46,4 @@ Comment[vi]=Địa điểm URI mmsu: Comment[zh_CN]=mmsu: URI Comment[zh_HK]=mmsu: 格式 URI +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/uri/rtspt.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/uri/rtspt.desktop @@ -46,3 +46,4 @@ Comment[vi]=Địa điểm URI rtspt: Comment[zh_CN]=rtspt: URI Comment[zh_HK]=rtspt: 格式 URI +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/uri/pnm.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/uri/pnm.desktop @@ -45,3 +45,4 @@ Comment[vi]=Địa điểm URI pnm: Comment[zh_CN]=pnm: URI Comment[zh_HK]=pnm: 格式 URI +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/uri/Makefile.in +++ kdelibs-3.5.10.dfsg.1/mimetypes/uri/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -72,6 +72,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -186,7 +188,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -214,6 +215,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -223,6 +225,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -251,6 +254,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -301,6 +305,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -358,6 +363,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -373,12 +379,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -389,8 +395,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -411,9 +417,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -590,8 +596,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/uri/mmst.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/uri/mmst.desktop @@ -46,3 +46,4 @@ Comment[vi]=Địa điểm URI mmst: Comment[zh_CN]=mmst: URI Comment[zh_HK]=mmst: 格式 URI +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/uri/mms.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/uri/mms.desktop @@ -46,3 +46,4 @@ Comment[vi]=Địa điểm URI mms: Comment[zh_CN]=mms: URI Comment[zh_HK]=mms: 格式 URI +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/uri/rtspu.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/uri/rtspu.desktop @@ -46,3 +46,4 @@ Comment[vi]=Địa điểm URI rtspu: Comment[zh_CN]=rtspu: URI Comment[zh_HK]=rtspu: 格式 URI +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-java.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-java.desktop @@ -89,3 +89,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-adasrc.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-adasrc.desktop @@ -90,3 +90,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-vcalendar.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-vcalendar.desktop @@ -87,3 +87,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-moc.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-moc.desktop @@ -87,3 +87,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-objchdr.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-objchdr.desktop @@ -76,3 +76,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-bibtex.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-bibtex.desktop @@ -89,3 +89,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-python.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-python.desktop @@ -87,3 +87,4 @@ # alias of application/x-python X-KDE-IsAlso=application/x-python +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-vcard.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-vcard.desktop @@ -90,3 +90,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-csv.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-csv.desktop @@ -89,3 +89,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/css.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/css.desktop @@ -72,3 +72,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/html.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/html.desktop @@ -85,3 +85,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/xml.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/xml.desktop @@ -88,3 +88,4 @@ [Property::X-KDE-NativeExtension] Type=QString Value=.xml +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/calendar.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/calendar.desktop @@ -90,3 +90,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-xslfo.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-xslfo.desktop @@ -86,3 +86,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-katefilelist.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-katefilelist.desktop @@ -85,3 +85,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/rtf.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/rtf.desktop @@ -90,3 +90,4 @@ Type=QString Value=Microsoft Word +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-ldif.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-ldif.desktop @@ -84,3 +84,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/sgml.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/sgml.desktop @@ -90,3 +90,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-c++src.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-c++src.desktop @@ -90,3 +90,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/Makefile.in +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -72,6 +72,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -186,7 +188,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -214,6 +215,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -223,6 +225,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -251,6 +254,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -301,6 +305,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -358,6 +363,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -381,12 +387,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -397,8 +403,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -419,9 +425,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -594,7 +600,7 @@ .NOEXPORT: #>+ 2 -KDE_DIST=plain.desktop enriched.desktop x-c++hdr.desktop rtf.desktop x-katefilelist.desktop x-vcard.desktop rdf.desktop x-mswinurl.desktop x-adasrc.desktop x-hex.desktop Makefile.in uninstall.desktop x-vcalendar.desktop x-csrc.desktop x-java.desktop vnd.wap.wml.desktop css.desktop vnd.abc.desktop x-python.desktop x-ldif.desktop sgml.desktop x-log.desktop rss.desktop html.desktop x-bibtex.desktop x-xslt.desktop calendar.desktop x-tex.desktop x-chdr.desktop x-csv.desktop x-objchdr.desktop x-c++src.desktop x-pascal.desktop xml.desktop docbook.desktop javascript.desktop x-latex.desktop x-moc.desktop x-tcl.desktop x-objcsrc.desktop x-xslfo.desktop x-diff.desktop Makefile.am x-makefile.desktop +KDE_DIST=plain.desktop enriched.desktop x-c++hdr.desktop rtf.desktop x-katefilelist.desktop x-vcard.desktop x-mswinurl.desktop rdf.desktop x-adasrc.desktop x-hex.desktop Makefile.in uninstall.desktop x-vcalendar.desktop x-csrc.desktop x-java.desktop vnd.wap.wml.desktop css.desktop vnd.abc.desktop x-python.desktop x-ldif.desktop sgml.desktop x-log.desktop rss.desktop html.desktop x-bibtex.desktop x-xslt.desktop calendar.desktop x-tex.desktop x-chdr.desktop x-csv.desktop x-objchdr.desktop x-c++src.desktop x-pascal.desktop docbook.desktop xml.desktop javascript.desktop x-latex.desktop x-moc.desktop x-tcl.desktop x-objcsrc.desktop x-xslfo.desktop x-diff.desktop Makefile.am x-makefile.desktop #>+ 2 docs-am: @@ -604,8 +610,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-xslt.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-xslt.desktop @@ -89,3 +89,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-objcsrc.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-objcsrc.desktop @@ -90,3 +90,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/vnd.abc.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/vnd.abc.desktop @@ -78,3 +78,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/plain.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/plain.desktop @@ -84,3 +84,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/enriched.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/enriched.desktop @@ -75,3 +75,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-chdr.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-chdr.desktop @@ -91,3 +91,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-tcl.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-tcl.desktop @@ -91,3 +91,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-makefile.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-makefile.desktop @@ -40,3 +40,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/rss.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/rss.desktop @@ -83,3 +83,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-csrc.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-csrc.desktop @@ -90,3 +90,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-diff.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-diff.desktop @@ -89,3 +89,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/docbook.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/docbook.desktop @@ -84,3 +84,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-c++hdr.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-c++hdr.desktop @@ -90,3 +90,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-tex.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-tex.desktop @@ -91,3 +91,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/javascript.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/javascript.desktop @@ -73,3 +73,4 @@ Comment[zh_HK]=JavaScript 檔案 Comment[zh_TW]=JavaScript 檔案 X-KDE-IsAlso=application/x-javascript +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/rdf.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/rdf.desktop @@ -81,3 +81,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-hex.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-hex.desktop @@ -67,3 +67,4 @@ Comment[vi]=Dạng thức tập tin đối tượng thập lục Intel® Comment[zh_CN]=Intel® 十六进制目标文件 Comment[zh_TW]=Intel® 十六進位目的檔案格式 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/uninstall.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/uninstall.desktop @@ -1,3 +1,4 @@ [Desktop Entry] MimeType=dummy Hidden=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-pascal.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-pascal.desktop @@ -89,3 +89,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-mswinurl.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-mswinurl.desktop @@ -84,3 +84,4 @@ Comment[zh_HK]=網址捷徑 Comment[zh_TW]=網路捷徑 Comment[zu]=Indlela emfushane ye-Internet +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/vnd.wap.wml.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/vnd.wap.wml.desktop @@ -90,3 +90,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-log.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-log.desktop @@ -88,3 +88,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/text/x-latex.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/text/x-latex.desktop @@ -84,3 +84,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/model/Makefile.in +++ kdelibs-3.5.10.dfsg.1/mimetypes/model/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -72,6 +72,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -186,7 +188,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -214,6 +215,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -223,6 +225,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -251,6 +254,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -301,6 +305,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -358,6 +363,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -373,12 +379,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -389,8 +395,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -411,9 +417,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -590,8 +596,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/model/vrml.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/model/vrml.desktop @@ -83,3 +83,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-raw.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-raw.desktop @@ -63,3 +63,4 @@ Comment[vi]=Ảnh PCX Comment[zh_CN]=RAW 相机图像 Comment[zh_TW]=原始 Camera 影像 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-portable-bitmap.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-portable-bitmap.desktop @@ -85,3 +85,4 @@ Comment[zh_HK]=PBM 圖檔 Comment[zh_TW]=可攜式點陣檔案格式 Comment[zu]=Isithombe Semephu yebit Esiphathekayo +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-vnd.adobe.photoshop.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-vnd.adobe.photoshop.desktop @@ -79,3 +79,4 @@ Comment[zh_CN]=Adobe Photoshop 图像 Comment[zh_HK]=Adobe Photoshop 圖檔 Comment[zh_TW]=Adobe Photoshop 影像 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-eps.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-eps.desktop @@ -84,3 +84,4 @@ Comment[zh_HK]=Encapsulated PostScript 圖檔 Comment[zh_TW]=封裝的 PostScript 影像 Comment[zu]=Isithombe Esifakwe ephaketheni Lesithombe Sesikripti Esidlulele +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-targa.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-targa.desktop @@ -84,3 +84,4 @@ Comment[zh_HK]=Truevision Targa 圖檔 Comment[zh_TW]=Truevision Targa 圖形 Comment[zu]=Isithombe Sombono wangempela we-Targa +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/tiff.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/tiff.desktop @@ -87,3 +87,4 @@ Comment[zh_HK]=TIFF 圖檔 Comment[zh_TW]=TIFF 影像 Comment[zu]=Isithombe se-TIFF +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/cgm.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/cgm.desktop @@ -74,3 +74,4 @@ Comment[zh_HK]=CGM 圖檔 Comment[zh_TW]=電腦繪圖檔案 Comment[zu]=Ifayela leMeta Lemidwebo Yekhomputha +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-wmf.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-wmf.desktop @@ -72,3 +72,4 @@ Comment[xh]=Ifayile ye Meta ye Windows Comment[zh_CN]=Windows 元文件 Comment[zu]=Ama-window eMetaFayela +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-dds.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-dds.desktop @@ -57,3 +57,4 @@ Comment[uk]=Поверхня DirectDraw Comment[vi]=Mặt DirectDraw Comment[zh_CN]=DirectDraw 表面 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/svg-xml.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/svg-xml.desktop @@ -3,3 +3,4 @@ Type=MimeType MimeType=image/svg-xml X-KDE-IsAlso=image/svg+xml +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-xcursor.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-xcursor.desktop @@ -79,3 +79,4 @@ Comment[zh_HK]=X11 滑鼠游標 Comment[zh_TW]=X11 滑鼠游標 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/jpg.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/jpg.desktop @@ -3,3 +3,4 @@ Type=MimeType MimeType=image/jpg X-KDE-IsAlso=image/jpeg +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-pcx.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-pcx.desktop @@ -85,3 +85,4 @@ Comment[zh_HK]=PCX 圖檔 Comment[zh_TW]=PCX 影像 Comment[zu]=Isithombe se-PCX +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/jp2.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/jp2.desktop @@ -79,3 +79,4 @@ Comment[zh_CN]=JPEG 2000 图像 Comment[zh_HK]=JPEG 2000 圖檔 Comment[zh_TW]=JPEG 200 影像 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/jpeg.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/jpeg.desktop @@ -85,3 +85,4 @@ Comment[zh_HK]=JPEG 圖檔 Comment[zh_TW]=JPEG 影像 Comment[zu]=Isithombe se-JPEG +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-xbm.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-xbm.desktop @@ -85,3 +85,4 @@ Comment[zh_HK]=X BitMap 圖檔 Comment[zh_TW]=X 點陣影像 Comment[zu]=Isithombe se-X BitMap +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-vnd.trolltech.qpicture.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-vnd.trolltech.qpicture.desktop @@ -75,3 +75,4 @@ Comment[vi]=Siêu tập tin Qpicture Comment[zh_CN]=QPicture 元文件 Comment[zh_TW]=QPicture Meta 檔案 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/Makefile.in +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -72,6 +72,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -186,7 +188,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -214,6 +215,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -223,6 +225,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -251,6 +254,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -301,6 +305,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -358,6 +363,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -383,12 +389,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -399,8 +405,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -421,9 +427,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -604,8 +610,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-msod.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-msod.desktop @@ -82,3 +82,4 @@ Comment[zh_HK]=Microsoft Office 繪圖 Comment[zh_TW]=MS Office 圖片 Comment[zu]=Umdwebo we-Microsoft Office +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-ico.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-ico.desktop @@ -85,3 +85,4 @@ Comment[zh_HK]=Windows 圖示 Comment[zh_TW]=MSWindows 圖示 Comment[zu]=Uphawu lwesithombe Lama-window +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-portable-greymap.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-portable-greymap.desktop @@ -83,3 +83,4 @@ Comment[zh_HK]=PGM 圖檔 Comment[zh_TW]=可攜式灰階檔案格式 Comment[zu]=Isithombe se-Graymap Esiphathekayo +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/png.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/png.desktop @@ -85,3 +85,4 @@ Comment[zh_HK]=PNG 圖檔 Comment[zh_TW]=PNG 影像 Comment[zu]=Isithombe se-PNG +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-djvu.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-djvu.desktop @@ -70,3 +70,4 @@ Comment[zh_CN]=DjVu 文档 Comment[zh_HK]=DjVu 圖檔 Comment[zh_TW]=DjVu 文件 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/fits.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/fits.desktop @@ -71,3 +71,4 @@ ### TODO: what file patterns, especially that application/fits has the same # RFC 4047 tells that image/fits are also application/fits X-KDE-IsAlso=application/fits +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-jng.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-jng.desktop @@ -85,3 +85,4 @@ Comment[zh_HK]=JNG 圖檔 Comment[zh_TW]=JNG 影像 Comment[zu]=Isithombe se-JNG +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-photo-cd.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-photo-cd.desktop @@ -85,3 +85,4 @@ Comment[zh_HK]=PhotoCD 圖檔 Comment[zh_TW]=PhotoCD 影像 Comment[zu]=Isithombe Sesithombe se-CD +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/svg+xml.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/svg+xml.desktop @@ -78,3 +78,4 @@ [Property::X-KDE-text] Type=bool Value=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-portable-pixmap.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-portable-pixmap.desktop @@ -84,3 +84,4 @@ Comment[zh_HK]=PPM 圖檔 Comment[zh_TW]=可攜式像素檔案格式 Comment[zu]=Isithombe se-Pixmap Esiphathekayo +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-xfig.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-xfig.desktop @@ -86,3 +86,4 @@ Comment[zh_HK]=XFig 檔案 Comment[zh_TW]=XFig 檔案 Comment[zu]=Ifayela le-XFig +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-exr.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-exr.desktop @@ -74,3 +74,4 @@ Comment[zh_CN]=ILM EXR 图像 Comment[zh_TW]=ILM EXR 影像 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-rgb.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-rgb.desktop @@ -75,3 +75,4 @@ Comment[zh_CN]=SGI 图像(RGB) Comment[zh_HK]=SGI 圖檔 (RGB) Comment[zh_TW]=SGI 影像 (RGB) +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/fax-g3.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/fax-g3.desktop @@ -83,3 +83,4 @@ Comment[zh_HK]=CCITT G3 傳真 Comment[zh_TW]=CCITT G3 傳真 Comment[zu]=I-fax le-CCITT +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/uninstall.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/uninstall.desktop @@ -1,3 +1,4 @@ [Desktop Entry] MimeType=dummy Hidden=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/gif.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/gif.desktop @@ -85,3 +85,4 @@ Comment[zh_HK]=GIF 圖檔 Comment[zh_TW]=GIF 影像 Comment[zu]=Isithombe se-GIF +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-bmp.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-bmp.desktop @@ -79,3 +79,4 @@ Comment[zh_CN]=BMP 图像 Comment[zh_HK]=BMP 圖檔 Comment[zh_TW]=BMP 影像 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-hdr.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-hdr.desktop @@ -58,3 +58,4 @@ Comment[uk]=Зображення HDR (High Dynamic Range) Comment[vi]=Ảnh phạm vị động cao Comment[zh_CN]=高动态范围图像 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/pjpeg.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/pjpeg.desktop @@ -86,3 +86,4 @@ Comment[zh_HK]=JPEG 圖檔 Comment[zh_TW]=JPEG 影像 Comment[zu]=Isithombe se-JPEG +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-djvu-2.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-djvu-2.desktop @@ -70,3 +70,4 @@ Comment[zh_CN]=DjVu 文档 Comment[zh_HK]=DjVu 圖檔 Comment[zh_TW]=DjVu 文件 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-xcf-gimp.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-xcf-gimp.desktop @@ -82,3 +82,4 @@ MimeType=image/x-xcf-gimp Patterns=*.xcf; Type=MimeType +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/mimetypes/image/x-xpm.desktop +++ kdelibs-3.5.10.dfsg.1/mimetypes/image/x-xpm.desktop @@ -85,3 +85,4 @@ Comment[zh_HK]=X PixMap 圖檔 Comment[zh_TW]=X 像素影像 Comment[zu]=Isithombe se-XPixMap +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kcert/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kcert/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -114,6 +114,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -228,7 +230,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -256,6 +257,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -265,6 +267,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -293,6 +296,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -343,6 +347,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -400,6 +405,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -411,7 +417,7 @@ kde_module_LTLIBRARIES = libkcertpart.la libkcertpart_la_SOURCES = kcertpart.cc libkcertpart_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -libkcertpart_la_LIBADD = $(LIB_KPARTS) +libkcertpart_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) $(LIB_KDEUI) $(LIB_KFILE) $(LIB_KDECORE) libkcertpart_la_DEPENDENCIES = $(LIB_KPARTS) #>- libkcertpart_la_METASOURCES = AUTO servicedir = $(kde_servicesdir) @@ -424,12 +430,12 @@ .SUFFIXES: .SUFFIXES: .cc .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -440,8 +446,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -462,9 +468,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -570,7 +576,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -784,8 +790,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kcert/kcertpart.desktop +++ kdelibs-3.5.10.dfsg.1/kcert/kcertpart.desktop @@ -97,3 +97,4 @@ ServiceTypes=KParts/ReadWritePart X-KDE-Library=libkcertpart InitialPreference=15 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kjs/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kjs/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -170,6 +170,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -284,7 +286,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -312,6 +313,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -321,6 +323,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -349,6 +352,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -399,6 +403,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -456,6 +461,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -511,12 +517,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -527,8 +533,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -549,9 +555,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh global.h: stamp-h5 @@ -563,7 +569,7 @@ stamp-h5: $(srcdir)/global.h.in $(top_builddir)/config.status @rm -f stamp-h5 cd $(top_builddir) && $(SHELL) ./config.status kjs/global.h -$(srcdir)/global.h.in: $(am__configure_deps) +$(srcdir)/global.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_srcdir) && $(AUTOHEADER) rm -f stamp-h5 touch $@ @@ -702,7 +708,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1026,8 +1032,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kio/application.desktop +++ kdelibs-3.5.10.dfsg.1/kio/application.desktop @@ -122,3 +122,4 @@ [PropertyDef::X-KDE-Protocols] Type=QStringList +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/renamedlgplugin.desktop +++ kdelibs-3.5.10.dfsg.1/kio/renamedlgplugin.desktop @@ -82,3 +82,4 @@ Comment[zh_HK]=更名對話盒的外掛程式 Comment[zh_TW]=更名對話盒的外掛程式 Comment[zu]=I-plugin Yengxoxo Yokuqamba kabusha +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/kurifilterplugin.desktop +++ kdelibs-3.5.10.dfsg.1/kio/kurifilterplugin.desktop @@ -82,3 +82,4 @@ Name[zh_HK]=增強功能的瀏覽外掛程式 Name[zh_TW]=增強的瀏覽外掛程式 Name[zu]=I-plugin Yomcingi Weqophela eliphezulu +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/kcomprfilter.desktop +++ kdelibs-3.5.10.dfsg.1/kio/kcomprfilter.desktop @@ -80,3 +80,4 @@ Name[zh_HK]=KDE 壓縮過濾器 Name[zh_TW]=KDE 壓縮過濾器 Name[zu]=Ihluzo Lokunciphisa le-KDE +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/kpasswdserver.desktop +++ kdelibs-3.5.10.dfsg.1/kio/kpasswdserver.desktop @@ -155,3 +155,4 @@ X-KDE-FactoryName=kpasswdserver X-KDE-Kded-autoload=false X-KDE-Kded-load-on-demand=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kio/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -87,6 +87,8 @@ ../kdeui/libkdeui.la ../kdesu/libkdesu.la \ ../kwallet/client/libkwalletclient.la $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(top_builddir)/dcop/libDCOP.la \ $(am__DEPENDENCIES_1) am_libkio_la_OBJECTS = dummy.lo #>- libkio_la_OBJECTS = $(am_libkio_la_OBJECTS) @@ -153,7 +155,6 @@ distclean-recursive maintainer-clean-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) @@ -167,6 +168,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -281,7 +284,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -309,6 +311,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -318,6 +321,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -346,6 +350,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -396,6 +401,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -453,6 +459,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -462,7 +469,8 @@ xdg_menudir = @xdg_menudir@ AM_CPPFLAGS = -D_LARGEFILE64_SOURCE INCLUDES = -I$(srcdir)/.. $(all_includes) $(SSL_INCLUDES) -SUBDIRS = kssl kio bookmarks kfile . kpasswdserver misc pics tests kioexec httpfilter +SUBDIRS = kssl kio bookmarks kfile . pics tests kioexec httpfilter +DIST_SUBDIRS = kpasswdserver misc lib_LTLIBRARIES = libkio.la libkio_la_SOURCES = dummy.cpp libkio_la_LDFLAGS = -version-info 6:0:2 -no-undefined $(all_libraries) \ @@ -472,7 +480,7 @@ kio/libksycoca.la bookmarks/libkbookmarks.la kfile/libkfile.la \ ../kdeui/libkdeui.la ../kdesu/libkdesu.la \ ../kwallet/client/libkwalletclient.la \ - $(LIBZ) $(LIBFAM) $(LIBVOLMGT) $(ACL_LIBS) + $(LIBZ) $(LIBFAM) $(LIBVOLMGT) $(ACL_LIBS) $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11) kde_mime_DATA = magic kde_servicetypes_DATA = application.desktop kurifilterplugin.desktop \ @@ -497,12 +505,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -513,8 +521,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -535,9 +543,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -800,7 +808,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1142,8 +1150,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kio/kscan.desktop +++ kdelibs-3.5.10.dfsg.1/kio/kscan.desktop @@ -17,3 +17,4 @@ Name[te]=కేస్కేన్ Name[th]=สแกนภาพ - K Name[ven]=U nanga ha K +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/kdatatool.desktop +++ kdelibs-3.5.10.dfsg.1/kio/kdatatool.desktop @@ -94,3 +94,4 @@ [PropertyDef::ExcludeFrom] Type=QStringList +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/kcmodule.desktop +++ kdelibs-3.5.10.dfsg.1/kio/kcmodule.desktop @@ -108,3 +108,4 @@ ### KDE4 remove - this property is deprecated [PropertyDef::X-KDE-IsHiddenByDefault] Type=bool +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/kfileplugin.desktop +++ kdelibs-3.5.10.dfsg.1/kio/kfileplugin.desktop @@ -86,3 +86,4 @@ [PropertyDef::SupportsThumbnail] Type=bool +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/data.protocol +++ kdelibs-3.5.10.dfsg.1/kio/data.protocol @@ -69,3 +69,4 @@ URIMode=rawuri defaultMimetype=application/octet-stream determineMimetypeFromExtension=false +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/kssl/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kio/kssl/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -140,6 +140,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -254,7 +256,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -282,6 +283,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -291,6 +293,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -319,6 +322,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -369,6 +373,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -426,6 +431,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -533,12 +539,12 @@ .SUFFIXES: .SUFFIXES: .cc .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -549,8 +555,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -571,9 +577,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ksslconfig.h: stamp-h4 @@ -585,7 +591,7 @@ stamp-h4: $(srcdir)/ksslconfig.h.in $(top_builddir)/config.status @rm -f stamp-h4 cd $(top_builddir) && $(SHELL) ./config.status kio/kssl/ksslconfig.h -$(srcdir)/ksslconfig.h.in: $(am__configure_deps) +$(srcdir)/ksslconfig.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_srcdir) && $(AUTOHEADER) rm -f stamp-h4 touch $@ @@ -753,7 +759,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1105,8 +1111,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kio/kssl/kssl/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kio/kssl/kssl/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -92,6 +92,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -206,7 +208,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -234,6 +235,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -243,6 +245,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -271,6 +274,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -321,6 +325,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -378,6 +383,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -393,12 +399,12 @@ all: docs-am all-recursive .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -409,8 +415,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -431,9 +437,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -534,7 +540,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -754,8 +760,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kio/kssl/kssl/caroot/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kio/kssl/kssl/caroot/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -72,6 +72,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -186,7 +188,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -214,6 +215,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -223,6 +225,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -251,6 +254,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -301,6 +305,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -358,6 +363,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -372,12 +378,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -388,8 +394,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -410,9 +416,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -588,8 +594,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/rtsp.protocol +++ kdelibs-3.5.10.dfsg.1/kio/misc/rtsp.protocol @@ -13,3 +13,4 @@ Icon=www Class=:internet URIMode=url +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/rtspu.protocol +++ kdelibs-3.5.10.dfsg.1/kio/misc/rtspu.protocol @@ -13,3 +13,4 @@ Icon=www Class=:internet URIMode=url +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/kio_uiserver.desktop +++ kdelibs-3.5.10.dfsg.1/kio/misc/kio_uiserver.desktop @@ -98,3 +98,4 @@ # It is a server X-DCOP-ServiceType=Unique X-KDE-StartupNotify=false +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/kmailservice.protocol +++ kdelibs-3.5.10.dfsg.1/kio/misc/kmailservice.protocol @@ -13,3 +13,4 @@ Icon=mail_new Class=:internet URIMode=mailto +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kio/misc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -86,7 +86,9 @@ libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kdeinit_LTLIBRARIES) $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = -#>- kio_uiserver_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +#>- kio_uiserver_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +#>- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ +#>- $(top_builddir)/dcop/libDCOP.la $(am__DEPENDENCIES_1) #>+ 1 kio_uiserver_la_DEPENDENCIES = libkdeinit_kio_uiserver.la #>- am_kio_uiserver_la_OBJECTS = uiserver.lo @@ -204,6 +206,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -318,7 +322,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -346,6 +349,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -355,6 +359,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -383,6 +388,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -433,6 +439,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -490,6 +497,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -509,7 +517,7 @@ #>+ 2 kio_uiserver_la_SOURCES = kio_uiserver_la_dummy.cpp libkdeinit_kio_uiserver_la_SOURCES = uiserver.cpp uiserver_skel.cpp observer_stub.cpp -#>- kio_uiserver_la_LIBADD = $(LIB_KIO) +#>- kio_uiserver_la_LIBADD = $(LIB_KIO) $(LIB_KDEUI) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE) #>+ 1 kio_uiserver_la_LIBADD = libkdeinit_kio_uiserver.la kio_uiserver_la_LDFLAGS = $(all_libraries) -module -avoid-version @@ -534,12 +542,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -550,8 +558,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -572,9 +580,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -849,7 +857,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1086,13 +1094,15 @@ .NOEXPORT: #>+ 2 -libkdeinit_kio_uiserver_la_LIBADD = $(LIB_KIO) +libkdeinit_kio_uiserver_la_LIBADD = $(LIB_KIO) $(LIB_KDEUI) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE) #>+ 2 libkdeinit_kio_uiserver_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries) -#>+ 2 -libkdeinit_kio_uiserver_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +#>+ 4 +libkdeinit_kio_uiserver_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(top_builddir)/dcop/libDCOP.la $(am__DEPENDENCIES_1) #>+ 2 am_libkdeinit_kio_uiserver_la_OBJECTS = uiserver.lo @@ -1149,8 +1159,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/ssh.protocol +++ kdelibs-3.5.10.dfsg.1/kio/misc/ssh.protocol @@ -11,3 +11,4 @@ deleting=false Icon=konsole +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/rtspt.protocol +++ kdelibs-3.5.10.dfsg.1/kio/misc/rtspt.protocol @@ -13,3 +13,4 @@ Icon=www Class=:internet URIMode=url +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/rlogin.protocol +++ kdelibs-3.5.10.dfsg.1/kio/misc/rlogin.protocol @@ -11,3 +11,4 @@ deleting=false DocPath=kioslave/rlogin.html Icon=konsole +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/mms.protocol +++ kdelibs-3.5.10.dfsg.1/kio/misc/mms.protocol @@ -71,3 +71,4 @@ Description[zh_HK]=Microsoft Media Server 協定 Description[zh_TW]=Microsoft Media Server 協定 URIMode=url +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/mmsu.protocol +++ kdelibs-3.5.10.dfsg.1/kio/misc/mmsu.protocol @@ -13,3 +13,4 @@ Icon=www Class=:internet URIMode=url +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/telnet.protocol +++ kdelibs-3.5.10.dfsg.1/kio/misc/telnet.protocol @@ -11,3 +11,4 @@ deleting=false DocPath=kioslave/telnet.html Icon=konsole +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/pnm.protocol +++ kdelibs-3.5.10.dfsg.1/kio/misc/pnm.protocol @@ -13,3 +13,4 @@ Icon=www Class=:internet URIMode=url +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/mmst.protocol +++ kdelibs-3.5.10.dfsg.1/kio/misc/mmst.protocol @@ -13,3 +13,4 @@ Icon=www Class=:internet URIMode=url +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/kntlm/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kio/misc/kntlm/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -60,7 +60,7 @@ libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = -libkntlm_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +libkntlm_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_libkntlm_la_OBJECTS = kntlm.lo des.lo #>- libkntlm_la_OBJECTS = $(am_libkntlm_la_OBJECTS) #>+ 4 @@ -117,6 +117,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -231,7 +233,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -259,6 +260,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -268,6 +270,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -296,6 +299,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -346,6 +350,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -403,6 +408,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -417,19 +423,19 @@ kntlminclude_HEADERS = kntlm.h libkntlm_la_SOURCES = kntlm.cpp des.cpp libkntlm_la_LDFLAGS = $(all_libraries) -version-info 0:0:0 -no-undefined -libkntlm_la_LIBADD = $(LIB_KDECORE) +libkntlm_la_LIBADD = $(LIB_KDECORE) $(LIB_QT) #>- all: all-am #>+ 1 all: docs-am all-am .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -440,8 +446,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -462,9 +468,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -554,7 +560,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -749,8 +755,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/kfile/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kio/misc/kfile/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -108,6 +108,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -222,7 +224,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -250,6 +251,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -259,6 +261,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -287,6 +290,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -337,6 +341,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -394,6 +399,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -413,12 +419,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -429,8 +435,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -451,9 +457,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @@ -527,7 +533,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -719,8 +725,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/kssld/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kio/misc/kssld/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -81,7 +81,9 @@ LTLIBRARIES = $(kde_module_LTLIBRARIES) am__DEPENDENCIES_1 = kded_kssld_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(top_builddir)/dcop/libDCOP.la \ + $(top_builddir)/kded/libkdeinit_kded.la $(am__DEPENDENCIES_1) am_kded_kssld_la_OBJECTS = kssld.lo #>- kded_kssld_la_OBJECTS = $(am_kded_kssld_la_OBJECTS) #>+ 4 @@ -139,6 +141,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -253,7 +257,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -281,6 +284,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -290,6 +294,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -318,6 +323,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -368,6 +374,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -425,6 +432,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -435,7 +443,7 @@ INCLUDES = -I$(srcdir)/.. -I$(top_srcdir) $(SSL_INCLUDES) -I$(top_srcdir)/kio/kssl -I$(top_builddir)/kio/kssl $(all_includes) kde_module_LTLIBRARIES = kded_kssld.la kded_kssld_la_LDFLAGS = $(all_libraries) -module -avoid-version -kded_kssld_la_LIBADD = $(LIB_KIO) $(LIB_KDED) +kded_kssld_la_LIBADD = $(LIB_KIO) $(LIB_KDED) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(top_builddir)/kded/libkdeinit_kded.la $(LIB_KDECORE) #>- kded_kssld_la_SOURCES = kssld.cpp kssld.skel #>+ 1 kded_kssld_la_SOURCES=kssld.cpp kssld_skel.cpp @@ -449,12 +457,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -465,8 +473,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -487,9 +495,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -578,7 +586,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -799,8 +807,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/kssld/kssld.desktop +++ kdelibs-3.5.10.dfsg.1/kio/misc/kssld/kssld.desktop @@ -154,3 +154,4 @@ Comment[zh_CN]=KDED 的 KSSL 守护进程模块 Comment[zh_HK]=KDED 使用的 SSL 伺服程式模組 Comment[zh_TW]=KDED 使用的 KSSL 伺服程式模組 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/kdesasl/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kio/misc/kdesasl/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -61,7 +61,8 @@ libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = -libkdesasl_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +libkdesasl_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_libkdesasl_la_OBJECTS = kdesasl.lo #>- libkdesasl_la_OBJECTS = $(am_libkdesasl_la_OBJECTS) #>+ 1 @@ -115,6 +116,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -229,7 +232,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -257,6 +259,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -266,6 +269,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -294,6 +298,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -344,6 +349,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -401,6 +407,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -415,19 +422,19 @@ kdesaslinclude_HEADERS = kdesasl.h libkdesasl_la_SOURCES = kdesasl.cpp libkdesasl_la_LDFLAGS = $(all_libraries) -version-info 3:0:2 -no-undefined -libkdesasl_la_LIBADD = $(LIB_KDECORE) +libkdesasl_la_LIBADD = $(LIB_KDECORE) $(LIB_QT) #>- all: all-am #>+ 1 all: docs-am all-am .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -438,8 +445,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -460,9 +467,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -551,7 +558,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -747,8 +754,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/kpac/proxyscout.desktop +++ kdelibs-3.5.10.dfsg.1/kio/misc/kpac/proxyscout.desktop @@ -129,3 +129,4 @@ X-KDE-FactoryName=proxyscout X-KDE-Kded-autoload=false X-KDE-Kded-load-on-demand=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/kpac/eventsrc +++ kdelibs-3.5.10.dfsg.1/kio/misc/kpac/eventsrc @@ -528,3 +528,5 @@ Comment[zh_HK]=代理伺服器組態檔案執行錯誤 Comment[zh_TW]=proxy 代理組態檔案執行錯誤 default_presentation=0 +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/kpac/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kio/misc/kpac/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -65,7 +65,10 @@ LTLIBRARIES = $(kde_module_LTLIBRARIES) am__DEPENDENCIES_1 = kded_proxyscout_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(top_builddir)/kjs/libkjs.la $(am__DEPENDENCIES_1) + $(top_builddir)/kjs/libkjs.la $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(top_builddir)/dcop/libDCOP.la \ + $(top_builddir)/kded/libkdeinit_kded.la $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_kded_proxyscout_la_OBJECTS = proxyscout.lo script.lo downloader.lo \ discovery.lo #>- kded_proxyscout_la_OBJECTS = $(am_kded_proxyscout_la_OBJECTS) @@ -147,6 +150,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -261,7 +266,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -289,6 +293,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -298,6 +303,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -326,6 +332,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -376,6 +383,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -433,6 +441,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -453,7 +462,10 @@ downloader.cpp discovery.cpp proxyscout_skel.cpp kded_proxyscout_la_LDFLAGS = $(all_libraries) -module -avoid-version -kded_proxyscout_la_LIBADD = $(LIB_KIO) $(top_builddir)/kjs/libkjs.la $(LIB_KDED) +kded_proxyscout_la_LIBADD = $(LIB_KIO) $(top_builddir)/kjs/libkjs.la $(LIB_KDED) $(LIB_QT) \ + $(top_builddir)/dcop/libDCOP.la $(top_builddir)/kded/libkdeinit_kded.la \ + $(LIB_KDECORE) $(LIBRESOLV) + kpac_dhcp_helper_SOURCES = kpac_dhcp_helper.c kpac_dhcp_helper_CFLAGS = $(KDE_USE_FPIE) kpac_dhcp_helper_LDFLAGS = $(KDE_USE_PIE) @@ -469,12 +481,12 @@ .SUFFIXES: .SUFFIXES: .c .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -485,8 +497,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -507,9 +519,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -685,7 +697,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -896,22 +908,22 @@ mocs: downloader.moc #>+ 3 -discovery.moc: $(srcdir)/discovery.h - $(MOC) $(srcdir)/discovery.h -o discovery.moc +proxyscout.moc: $(srcdir)/proxyscout.h + $(MOC) $(srcdir)/proxyscout.h -o proxyscout.moc #>+ 2 -mocs: discovery.moc +mocs: proxyscout.moc #>+ 3 -proxyscout.moc: $(srcdir)/proxyscout.h - $(MOC) $(srcdir)/proxyscout.h -o proxyscout.moc +discovery.moc: $(srcdir)/discovery.h + $(MOC) $(srcdir)/discovery.h -o discovery.moc #>+ 2 -mocs: proxyscout.moc +mocs: discovery.moc #>+ 3 clean-metasources: - -rm -f downloader.moc discovery.moc proxyscout.moc + -rm -f downloader.moc proxyscout.moc discovery.moc #>+ 2 KDE_DIST=eventsrc dhcp.h Makefile.in configure.in.in proxyscout.desktop kpactest.pac Makefile.am README.wpad @@ -929,8 +941,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -963,7 +975,7 @@ #>+ 11 -kded_proxyscout_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/proxyscout.cpp $(srcdir)/script.cpp $(srcdir)/downloader.cpp $(srcdir)/discovery.cpp proxyscout_skel.cpp downloader.moc proxyscout.moc discovery.moc +kded_proxyscout_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/proxyscout.cpp $(srcdir)/script.cpp $(srcdir)/downloader.cpp $(srcdir)/discovery.cpp proxyscout_skel.cpp downloader.moc discovery.moc proxyscout.moc @echo 'creating kded_proxyscout_la.all_cpp.cpp ...'; \ rm -f kded_proxyscout_la.all_cpp.files kded_proxyscout_la.all_cpp.final; \ echo "#define KDE_USE_FINAL 1" >> kded_proxyscout_la.all_cpp.final; \ --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/ksendbugmail/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kio/misc/ksendbugmail/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -125,6 +125,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -239,7 +241,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -267,6 +268,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -276,6 +278,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -304,6 +307,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -354,6 +358,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -411,6 +416,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -429,12 +435,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -445,8 +451,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -467,9 +473,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @@ -544,7 +550,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -754,8 +760,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/kwalletd/kwalletd.desktop +++ kdelibs-3.5.10.dfsg.1/kio/misc/kwalletd/kwalletd.desktop @@ -149,3 +149,4 @@ Comment[zh_CN]=KDED 的 KWallet 守护进程模块 Comment[zh_HK]=KDED 的 KWallet 伺服程式模組 Comment[zh_TW]=KDED 的 KWallet 服務程式模組 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/misc/kwalletd/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kio/misc/kwalletd/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -83,7 +83,9 @@ kded_kwalletd_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ ../../../kwallet/backend/libkwalletbackend.la \ ../../../kwallet/client/libkwalletclient.la \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(top_builddir)/dcop/libDCOP.la $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(top_builddir)/kded/libkdeinit_kded.la am_kded_kwalletd_la_OBJECTS = kwalletd.lo ktimeout.lo #>- kded_kwalletd_la_OBJECTS = $(am_kded_kwalletd_la_OBJECTS) #>+ 4 @@ -141,6 +143,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -255,7 +259,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -283,6 +286,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -292,6 +296,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -320,6 +325,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -370,6 +376,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -427,6 +434,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -437,7 +445,7 @@ INCLUDES = -I$(srcdir)/.. -I$(top_srcdir) -I$(top_srcdir)/kwallet/backend -I$(top_builddir)/kwallet/backend -I$(top_srcdir)/kwallet/client -I$(top_builddir)/kwallet/client $(all_includes) kde_module_LTLIBRARIES = kded_kwalletd.la kded_kwalletd_la_LDFLAGS = $(all_libraries) -module -avoid-version -kded_kwalletd_la_LIBADD = $(LIB_KIO) ../../../kwallet/backend/libkwalletbackend.la ../../../kwallet/client/libkwalletclient.la $(LIB_KDED) +kded_kwalletd_la_LIBADD = $(LIB_KIO) ../../../kwallet/backend/libkwalletbackend.la ../../../kwallet/client/libkwalletclient.la $(LIB_KDED) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE) $(LIB_KDEUI) $(top_builddir)/kded/libkdeinit_kded.la #>- kded_kwalletd_la_SOURCES = kwalletd.cpp kwalletd.skel ktimeout.cpp kwalletwizard.ui kbetterthankdialogbase.ui #>+ 1 kded_kwalletd_la_SOURCES=kwalletd.cpp ktimeout.cpp kwalletd_skel.cpp kwalletwizard.cpp kbetterthankdialogbase.cpp @@ -451,12 +459,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -467,8 +475,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -489,9 +497,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -581,7 +589,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -818,8 +826,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kio/kio/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kio/kio/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -184,6 +184,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -298,7 +300,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -326,6 +327,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -335,6 +337,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -363,6 +366,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -413,6 +417,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -470,6 +475,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -588,12 +594,12 @@ .SUFFIXES: .SUFFIXES: .c .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../../admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -604,8 +610,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -626,9 +632,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-noinstLTLIBRARIES: @@ -814,7 +820,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1306,6 +1312,13 @@ mocs: slaveconfig.moc #>+ 3 +kfilterbase.moc: $(srcdir)/kfilterbase.h + $(MOC) $(srcdir)/kfilterbase.h -o kfilterbase.moc + +#>+ 2 +mocs: kfilterbase.moc + +#>+ 3 kurlcompletion.moc: $(srcdir)/kurlcompletion.h $(MOC) $(srcdir)/kurlcompletion.h -o kurlcompletion.moc @@ -1320,11 +1333,11 @@ mocs: krun.moc #>+ 3 -kfilterbase.moc: $(srcdir)/kfilterbase.h - $(MOC) $(srcdir)/kfilterbase.h -o kfilterbase.moc +netaccess.moc: $(srcdir)/netaccess.h + $(MOC) $(srcdir)/netaccess.h -o netaccess.moc #>+ 2 -mocs: kfilterbase.moc +mocs: netaccess.moc #>+ 3 knfsshare.moc: $(srcdir)/knfsshare.h @@ -1334,13 +1347,6 @@ mocs: knfsshare.moc #>+ 3 -netaccess.moc: $(srcdir)/netaccess.h - $(MOC) $(srcdir)/netaccess.h -o netaccess.moc - -#>+ 2 -mocs: netaccess.moc - -#>+ 3 kdirlister_p.moc: $(srcdir)/kdirlister_p.h $(MOC) $(srcdir)/kdirlister_p.h -o kdirlister_p.moc @@ -1355,18 +1361,18 @@ mocs: kdirwatch.moc #>+ 3 -sessiondata.moc: $(srcdir)/sessiondata.h - $(MOC) $(srcdir)/sessiondata.h -o sessiondata.moc +ksambashare.moc: $(srcdir)/ksambashare.h + $(MOC) $(srcdir)/ksambashare.h -o ksambashare.moc #>+ 2 -mocs: sessiondata.moc +mocs: ksambashare.moc #>+ 3 -ksambashare.moc: $(srcdir)/ksambashare.h - $(MOC) $(srcdir)/ksambashare.h -o ksambashare.moc +sessiondata.moc: $(srcdir)/sessiondata.h + $(MOC) $(srcdir)/sessiondata.h -o sessiondata.moc #>+ 2 -mocs: ksambashare.moc +mocs: sessiondata.moc #>+ 3 kservice_p.moc: $(srcdir)/kservice_p.h @@ -1390,18 +1396,18 @@ mocs: renamedlg.moc #>+ 3 -kmimetypechooser.moc: $(srcdir)/kmimetypechooser.h - $(MOC) $(srcdir)/kmimetypechooser.h -o kmimetypechooser.moc +slaveinterface.moc: $(srcdir)/slaveinterface.h + $(MOC) $(srcdir)/slaveinterface.h -o slaveinterface.moc #>+ 2 -mocs: kmimetypechooser.moc +mocs: slaveinterface.moc #>+ 3 -slaveinterface.moc: $(srcdir)/slaveinterface.h - $(MOC) $(srcdir)/slaveinterface.h -o slaveinterface.moc +kmimetypechooser.moc: $(srcdir)/kmimetypechooser.h + $(MOC) $(srcdir)/kmimetypechooser.h -o kmimetypechooser.moc #>+ 2 -mocs: slaveinterface.moc +mocs: kmimetypechooser.moc #>+ 3 kscan.moc: $(srcdir)/kscan.h @@ -1419,7 +1425,7 @@ #>+ 3 clean-metasources: - -rm -f kdatatool.moc previewjob.moc kdirwatch_p.moc jobclasses.moc kmimetyperesolver.moc ktrader.moc slave.moc kshred.moc skipdlg.moc kurifilter.moc statusbarprogress.moc defaultprogress.moc davjob.moc progressbase.moc kfileshare.moc kautomount.moc forwardingslavebase.moc metainfojob.moc kshellcompletion.moc scheduler.moc chmodjob.moc connection.moc dataslave.moc kdirlister.moc observer.moc kfilemetainfo.moc slaveconfig.moc kurlcompletion.moc krun.moc kfilterbase.moc knfsshare.moc netaccess.moc kdirlister_p.moc kdirwatch.moc sessiondata.moc ksambashare.moc kservice_p.moc passdlg.moc renamedlg.moc kmimetypechooser.moc slaveinterface.moc kscan.moc pastedialog.moc + -rm -f kdatatool.moc previewjob.moc kdirwatch_p.moc jobclasses.moc kmimetyperesolver.moc ktrader.moc slave.moc kshred.moc skipdlg.moc kurifilter.moc statusbarprogress.moc defaultprogress.moc davjob.moc progressbase.moc kfileshare.moc kautomount.moc forwardingslavebase.moc metainfojob.moc kshellcompletion.moc scheduler.moc chmodjob.moc connection.moc dataslave.moc kdirlister.moc observer.moc kfilemetainfo.moc slaveconfig.moc kfilterbase.moc kurlcompletion.moc krun.moc netaccess.moc knfsshare.moc kdirlister_p.moc kdirwatch.moc ksambashare.moc sessiondata.moc kservice_p.moc passdlg.moc renamedlg.moc slaveinterface.moc kmimetypechooser.moc kscan.moc pastedialog.moc #>+ 2 KDE_DIST=lex.l Makefile.in configure.in.in klimitediodevice.h KFILEMETAINFO_ISSUES pastedialog.h yacc.y Makefile.am kservicegroupfactory.h @@ -1440,8 +1446,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -1474,7 +1480,7 @@ #>+ 11 -libkiocore_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/authinfo.cpp $(srcdir)/kshred.cpp $(srcdir)/kprotocolmanager.cpp $(srcdir)/slave.cpp $(srcdir)/slaveinterface.cpp $(srcdir)/sessiondata.cpp $(srcdir)/scheduler.cpp $(srcdir)/connection.cpp $(srcdir)/job.cpp $(srcdir)/global.cpp $(srcdir)/slaveconfig.cpp $(srcdir)/kurlpixmapprovider.cpp $(srcdir)/netaccess.cpp $(srcdir)/paste.cpp $(srcdir)/pastedialog.cpp $(srcdir)/kmimemagic.cpp $(srcdir)/tcpslavebase.cpp $(srcdir)/slavebase.cpp $(srcdir)/passdlg.cpp $(srcdir)/forwardingslavebase.cpp $(srcdir)/progressbase.cpp $(srcdir)/defaultprogress.cpp $(srcdir)/statusbarprogress.cpp $(srcdir)/kdirnotify.cpp $(srcdir)/kdirnotify_stub.cpp $(srcdir)/observer.cpp $(srcdir)/kemailsettings.cpp $(srcdir)/kprotocolinfo.cpp $(srcdir)/renamedlg.cpp $(srcdir)/skipdlg.cpp $(srcdir)/kremoteencoding.cpp $(srcdir)/kmimetypechooser.cpp observer_stub.cpp kdirnotify_skel.cpp uiserver_stub.cpp observer_skel.cpp jobclasses.moc slave.moc skipdlg.moc kshred.moc statusbarprogress.moc defaultprogress.moc progressbase.moc forwardingslavebase.moc scheduler.moc connection.moc observer.moc slaveconfig.moc netaccess.moc sessiondata.moc passdlg.moc renamedlg.moc slaveinterface.moc kmimetypechooser.moc pastedialog.moc +libkiocore_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/authinfo.cpp $(srcdir)/kshred.cpp $(srcdir)/kprotocolmanager.cpp $(srcdir)/slave.cpp $(srcdir)/slaveinterface.cpp $(srcdir)/sessiondata.cpp $(srcdir)/scheduler.cpp $(srcdir)/connection.cpp $(srcdir)/job.cpp $(srcdir)/global.cpp $(srcdir)/slaveconfig.cpp $(srcdir)/kurlpixmapprovider.cpp $(srcdir)/netaccess.cpp $(srcdir)/paste.cpp $(srcdir)/pastedialog.cpp $(srcdir)/kmimemagic.cpp $(srcdir)/tcpslavebase.cpp $(srcdir)/slavebase.cpp $(srcdir)/passdlg.cpp $(srcdir)/forwardingslavebase.cpp $(srcdir)/progressbase.cpp $(srcdir)/defaultprogress.cpp $(srcdir)/statusbarprogress.cpp $(srcdir)/kdirnotify.cpp $(srcdir)/kdirnotify_stub.cpp $(srcdir)/observer.cpp $(srcdir)/kemailsettings.cpp $(srcdir)/kprotocolinfo.cpp $(srcdir)/renamedlg.cpp $(srcdir)/skipdlg.cpp $(srcdir)/kremoteencoding.cpp $(srcdir)/kmimetypechooser.cpp observer_stub.cpp kdirnotify_skel.cpp uiserver_stub.cpp observer_skel.cpp jobclasses.moc slave.moc skipdlg.moc kshred.moc statusbarprogress.moc defaultprogress.moc progressbase.moc forwardingslavebase.moc scheduler.moc connection.moc observer.moc slaveconfig.moc netaccess.moc sessiondata.moc passdlg.moc renamedlg.moc kmimetypechooser.moc slaveinterface.moc pastedialog.moc @echo 'creating libkiocore_la.all_cpp.cpp ...'; \ rm -f libkiocore_la.all_cpp.files libkiocore_la.all_cpp.final; \ echo "#define KDE_USE_FINAL 1" >> libkiocore_la.all_cpp.final; \ @@ -1486,7 +1492,7 @@ rm -f libkiocore_la.all_cpp.final libkiocore_la.all_cpp.files #>+ 11 -libksycoca_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kdirwatch.cpp $(srcdir)/kfileshare.cpp $(srcdir)/ksambashare.cpp $(srcdir)/knfsshare.cpp $(srcdir)/ktrader.cpp $(srcdir)/ktraderparse.cpp $(srcdir)/ktraderparsetree.cpp $(srcdir)/kservicetypefactory.cpp $(srcdir)/kservicetype.cpp $(srcdir)/kmimetype.cpp $(srcdir)/kservicegroup.cpp $(srcdir)/kservice.cpp $(srcdir)/kservicefactory.cpp $(srcdir)/kuserprofile.cpp $(srcdir)/kservicegroupfactory.cpp $(srcdir)/kurifilter.cpp $(srcdir)/kfilterbase.cpp $(srcdir)/kfilterdev.cpp $(srcdir)/kshellcompletion.cpp $(srcdir)/kurlcompletion.cpp $(srcdir)/kautomount.cpp $(srcdir)/krun.cpp $(srcdir)/kfileitem.cpp $(srcdir)/kdirlister.cpp $(srcdir)/kimageio.cpp $(srcdir)/chmodjob.cpp $(srcdir)/kscan.cpp $(srcdir)/kar.cpp $(srcdir)/ktar.cpp $(srcdir)/kzip.cpp $(srcdir)/previewjob.cpp $(srcdir)/metainfojob.cpp $(srcdir)/davjob.cpp $(srcdir)/kdatatool.cpp $(srcdir)/karchive.cpp $(srcdir)/kfilefilter.cpp $(srcdir)/kfilemetainfo.cpp $(srcdir)/kdcopservicestarter.cpp $(srcdir)/dataslave.cpp $(srcdir)/dataprotocol.cpp $(srcdir)/kacl.cpp $(srcdir)/posixacladdons.cpp kdatatool.moc previewjob.moc kdirwatch_p.moc kmimetyperesolver.moc ktrader.moc kurifilter.moc davjob.moc kfileshare.moc kautomount.moc metainfojob.moc kshellcompletion.moc chmodjob.moc dataslave.moc kdirlister.moc kfilemetainfo.moc kurlcompletion.moc krun.moc kfilterbase.moc kdirlister_p.moc knfsshare.moc kdirwatch.moc kservice_p.moc ksambashare.moc kscan.moc +libksycoca_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kdirwatch.cpp $(srcdir)/kfileshare.cpp $(srcdir)/ksambashare.cpp $(srcdir)/knfsshare.cpp $(srcdir)/ktrader.cpp $(srcdir)/ktraderparse.cpp $(srcdir)/ktraderparsetree.cpp $(srcdir)/kservicetypefactory.cpp $(srcdir)/kservicetype.cpp $(srcdir)/kmimetype.cpp $(srcdir)/kservicegroup.cpp $(srcdir)/kservice.cpp $(srcdir)/kservicefactory.cpp $(srcdir)/kuserprofile.cpp $(srcdir)/kservicegroupfactory.cpp $(srcdir)/kurifilter.cpp $(srcdir)/kfilterbase.cpp $(srcdir)/kfilterdev.cpp $(srcdir)/kshellcompletion.cpp $(srcdir)/kurlcompletion.cpp $(srcdir)/kautomount.cpp $(srcdir)/krun.cpp $(srcdir)/kfileitem.cpp $(srcdir)/kdirlister.cpp $(srcdir)/kimageio.cpp $(srcdir)/chmodjob.cpp $(srcdir)/kscan.cpp $(srcdir)/kar.cpp $(srcdir)/ktar.cpp $(srcdir)/kzip.cpp $(srcdir)/previewjob.cpp $(srcdir)/metainfojob.cpp $(srcdir)/davjob.cpp $(srcdir)/kdatatool.cpp $(srcdir)/karchive.cpp $(srcdir)/kfilefilter.cpp $(srcdir)/kfilemetainfo.cpp $(srcdir)/kdcopservicestarter.cpp $(srcdir)/dataslave.cpp $(srcdir)/dataprotocol.cpp $(srcdir)/kacl.cpp $(srcdir)/posixacladdons.cpp kdatatool.moc previewjob.moc kdirwatch_p.moc kmimetyperesolver.moc ktrader.moc kurifilter.moc davjob.moc kfileshare.moc kautomount.moc metainfojob.moc kshellcompletion.moc chmodjob.moc dataslave.moc kdirlister.moc kfilemetainfo.moc kfilterbase.moc kurlcompletion.moc krun.moc kdirlister_p.moc knfsshare.moc kdirwatch.moc kservice_p.moc ksambashare.moc kscan.moc @echo 'creating libksycoca_la.all_cpp.cpp ...'; \ rm -f libksycoca_la.all_cpp.files libksycoca_la.all_cpp.final; \ echo "#define KDE_USE_FINAL 1" >> libksycoca_la.all_cpp.final; \ @@ -1552,8 +1558,8 @@ kfilemetainfo.o: kfilemetainfo.moc $(srcdir)/slavebase.cpp: observer_stub.h uiserver_stub.h kshellcompletion.lo: kshellcompletion.moc -kfilterbase.lo: kfilterbase.moc krun.o: krun.moc +kfilterbase.lo: kfilterbase.moc slaveconfig.lo: slaveconfig.moc skipdlg.o: skipdlg.moc $(srcdir)/connection.cpp: observer_stub.h uiserver_stub.h @@ -1621,8 +1627,8 @@ forwardingslavebase.lo: forwardingslavebase.moc metainfojob.o: metainfojob.moc kurlcompletion.o: kurlcompletion.moc -observer.lo: observer.moc knfsshare.o: knfsshare.moc +observer.lo: observer.moc kshellcompletion.o: kshellcompletion.moc dataslave.lo: dataslave.moc $(srcdir)/tcpslavebase.cpp: observer_stub.h uiserver_stub.h --- kdelibs-3.5.10.dfsg.1.orig/kio/pics/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kio/pics/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -62,6 +62,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -176,7 +178,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -204,6 +205,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -213,6 +215,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -241,6 +244,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -291,6 +295,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -348,6 +353,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -362,12 +368,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -378,8 +384,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -400,9 +406,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -569,8 +575,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kio/httpfilter/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kio/httpfilter/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -103,6 +103,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -217,7 +219,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -245,6 +246,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -254,6 +256,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -282,6 +285,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -332,6 +336,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -389,6 +394,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -408,12 +414,12 @@ .SUFFIXES: .SUFFIXES: .cc .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -424,8 +430,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -446,9 +452,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-noinstLTLIBRARIES: @@ -502,7 +508,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -796,8 +802,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kio/kpasswdserver/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kio/kpasswdserver/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -64,7 +64,10 @@ am__DEPENDENCIES_1 = kded_kpasswdserver_la_DEPENDENCIES = \ $(top_builddir)/kwallet/client/libkwalletclient.la \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(top_builddir)/dcop/libDCOP.la \ + $(am__DEPENDENCIES_1) $(top_builddir)/kded/libkdeinit_kded.la am_kded_kpasswdserver_la_OBJECTS = kpasswdserver.lo #>- kded_kpasswdserver_la_OBJECTS = $(am_kded_kpasswdserver_la_OBJECTS) #>+ 4 @@ -119,6 +122,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -233,7 +238,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -261,6 +265,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -270,6 +275,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -298,6 +304,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -348,6 +355,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -405,6 +413,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -421,19 +430,19 @@ kded_kpasswdserver_la_SOURCES=kpasswdserver.cpp kpasswdserver_skel.cpp #>- kded_kpasswdserver_la_METASOURCES = AUTO kded_kpasswdserver_la_LDFLAGS = $(all_libraries) -module -avoid-version -kded_kpasswdserver_la_LIBADD = $(top_builddir)/kwallet/client/libkwalletclient.la $(LIB_KIO) $(LIB_KDED) +kded_kpasswdserver_la_LIBADD = $(top_builddir)/kwallet/client/libkwalletclient.la $(LIB_KIO) $(LIB_KDED) $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11) $(top_builddir)/kded/libkdeinit_kded.la #>- all: all-am #>+ 1 all: docs-am all-am .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -444,8 +453,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -466,9 +475,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -540,7 +549,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -853,8 +862,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kio/kfile/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kio/kfile/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -153,6 +153,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -267,7 +269,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -295,6 +296,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -304,6 +306,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -332,6 +335,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -382,6 +386,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -439,6 +444,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -514,12 +520,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -530,8 +536,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -552,9 +558,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-noinstLTLIBRARIES: @@ -677,7 +683,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1034,18 +1040,18 @@ mocs: kdiskfreesp.moc #>+ 3 -kfileview.moc: $(srcdir)/kfileview.h - $(MOC) $(srcdir)/kfileview.h -o kfileview.moc +kfileiconview.moc: $(srcdir)/kfileiconview.h + $(MOC) $(srcdir)/kfileiconview.h -o kfileiconview.moc #>+ 2 -mocs: kfileview.moc +mocs: kfileiconview.moc #>+ 3 -kfileiconview.moc: $(srcdir)/kfileiconview.h - $(MOC) $(srcdir)/kfileiconview.h -o kfileiconview.moc +kfileview.moc: $(srcdir)/kfileview.h + $(MOC) $(srcdir)/kfileview.h -o kfileview.moc #>+ 2 -mocs: kfileiconview.moc +mocs: kfileview.moc #>+ 3 kfilespeedbar.moc: $(srcdir)/kfilespeedbar.h @@ -1210,7 +1216,7 @@ #>+ 3 clean-metasources: - -rm -f kpreviewprops.moc kurlbar.moc knotifydialog.moc kimagefilepreview.moc kurlrequester.moc kfiletreeview.moc kacleditwidget.moc kicondialog.moc kfilesharedlg.moc kdiskfreesp.moc kfileview.moc kfileiconview.moc kfilespeedbar.moc kfilefiltercombo.moc kpropertiesdialog.moc kurlcombobox.moc kfiledialog.moc kacleditwidget_p.moc kfiledetailview.moc kpreviewwidgetbase.moc kencodingfiledialog.moc kfilebookmarkhandler.moc kfilemetainfowidget.moc kdirsize.moc kcustommenueditor.moc kfilemetapreview.moc kmetaprops.moc kfilepreview.moc kurlrequesterdlg.moc kfiletreebranch.moc kdiroperator.moc kopenwith.moc kopenwith_p.moc kdirselectdialog.moc kcombiview.moc + -rm -f kpreviewprops.moc kurlbar.moc knotifydialog.moc kimagefilepreview.moc kurlrequester.moc kfiletreeview.moc kacleditwidget.moc kicondialog.moc kfilesharedlg.moc kdiskfreesp.moc kfileiconview.moc kfileview.moc kfilespeedbar.moc kfilefiltercombo.moc kpropertiesdialog.moc kurlcombobox.moc kfiledialog.moc kacleditwidget_p.moc kfiledetailview.moc kpreviewwidgetbase.moc kencodingfiledialog.moc kfilebookmarkhandler.moc kfilemetainfowidget.moc kdirsize.moc kcustommenueditor.moc kfilemetapreview.moc kmetaprops.moc kfilepreview.moc kurlrequesterdlg.moc kfiletreebranch.moc kdiroperator.moc kopenwith.moc kopenwith_p.moc kdirselectdialog.moc kcombiview.moc #>+ 2 KDE_DIST=Makefile.in kpropsdlgplugin.desktop kpropertiesmimetypebase.ui kpropertiesdesktopbase.ui kpropertiesdesktopadvbase.ui kfilemetapreview.h knotifywidgetbase.ui Makefile.am @@ -1231,8 +1237,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -1265,7 +1271,7 @@ #>+ 11 -libkfile_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kfilefiltercombo.cpp $(srcdir)/kfileview.cpp $(srcdir)/kfileiconview.cpp $(srcdir)/krecentdocument.cpp $(srcdir)/kfiledialog.cpp $(srcdir)/kdiroperator.cpp $(srcdir)/kfiledetailview.cpp $(srcdir)/kcombiview.cpp $(srcdir)/kurlrequester.cpp $(srcdir)/kfilepreview.cpp $(srcdir)/kurlcombobox.cpp $(srcdir)/kurlrequesterdlg.cpp $(srcdir)/kopenwith.cpp $(srcdir)/kpropertiesdialog.cpp $(srcdir)/kicondialog.cpp $(srcdir)/kdirsize.cpp $(srcdir)/krecentdirs.cpp $(srcdir)/kdiskfreesp.cpp $(srcdir)/kimagefilepreview.cpp $(srcdir)/kfilesharedlg.cpp $(srcdir)/kurlbar.cpp $(srcdir)/kmetaprops.cpp $(srcdir)/kpreviewprops.cpp $(srcdir)/kfiletreeview.cpp $(srcdir)/kfiletreeviewitem.cpp $(srcdir)/kfiletreebranch.cpp $(srcdir)/kdirselectdialog.cpp $(srcdir)/kfilebookmarkhandler.cpp $(srcdir)/kfilemetainfowidget.cpp $(srcdir)/kcustommenueditor.cpp $(srcdir)/knotifydialog.cpp $(srcdir)/kfilespeedbar.cpp $(srcdir)/kpreviewwidgetbase.cpp $(srcdir)/kfilemetapreview.cpp $(srcdir)/kencodingfiledialog.cpp $(srcdir)/kacleditwidget.cpp knotifywidgetbase.cpp kpropertiesdesktopbase.cpp kpropertiesdesktopadvbase.cpp kpropertiesmimetypebase.cpp kpreviewprops.moc knotifydialog.moc kurlbar.moc kimagefilepreview.moc kfiletreeview.moc kurlrequester.moc kacleditwidget.moc kicondialog.moc kfilesharedlg.moc kdiskfreesp.moc kfileview.moc kfileiconview.moc kfilespeedbar.moc kfilefiltercombo.moc kurlcombobox.moc kpropertiesdialog.moc kfiledialog.moc knotifywidgetbase.moc kacleditwidget_p.moc kfiledetailview.moc kencodingfiledialog.moc kpreviewwidgetbase.moc kfilebookmarkhandler.moc kfilemetainfowidget.moc kdirsize.moc kcustommenueditor.moc kfilemetapreview.moc kmetaprops.moc kfilepreview.moc kpropertiesdesktopadvbase.moc kurlrequesterdlg.moc kfiletreebranch.moc kdiroperator.moc kpropertiesmimetypebase.moc kopenwith.moc kopenwith_p.moc kdirselectdialog.moc kcombiview.moc kpropertiesdesktopbase.moc +libkfile_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kfilefiltercombo.cpp $(srcdir)/kfileview.cpp $(srcdir)/kfileiconview.cpp $(srcdir)/krecentdocument.cpp $(srcdir)/kfiledialog.cpp $(srcdir)/kdiroperator.cpp $(srcdir)/kfiledetailview.cpp $(srcdir)/kcombiview.cpp $(srcdir)/kurlrequester.cpp $(srcdir)/kfilepreview.cpp $(srcdir)/kurlcombobox.cpp $(srcdir)/kurlrequesterdlg.cpp $(srcdir)/kopenwith.cpp $(srcdir)/kpropertiesdialog.cpp $(srcdir)/kicondialog.cpp $(srcdir)/kdirsize.cpp $(srcdir)/krecentdirs.cpp $(srcdir)/kdiskfreesp.cpp $(srcdir)/kimagefilepreview.cpp $(srcdir)/kfilesharedlg.cpp $(srcdir)/kurlbar.cpp $(srcdir)/kmetaprops.cpp $(srcdir)/kpreviewprops.cpp $(srcdir)/kfiletreeview.cpp $(srcdir)/kfiletreeviewitem.cpp $(srcdir)/kfiletreebranch.cpp $(srcdir)/kdirselectdialog.cpp $(srcdir)/kfilebookmarkhandler.cpp $(srcdir)/kfilemetainfowidget.cpp $(srcdir)/kcustommenueditor.cpp $(srcdir)/knotifydialog.cpp $(srcdir)/kfilespeedbar.cpp $(srcdir)/kpreviewwidgetbase.cpp $(srcdir)/kfilemetapreview.cpp $(srcdir)/kencodingfiledialog.cpp $(srcdir)/kacleditwidget.cpp knotifywidgetbase.cpp kpropertiesdesktopbase.cpp kpropertiesdesktopadvbase.cpp kpropertiesmimetypebase.cpp kpreviewprops.moc knotifydialog.moc kurlbar.moc kimagefilepreview.moc kfiletreeview.moc kurlrequester.moc kacleditwidget.moc kicondialog.moc kfilesharedlg.moc kdiskfreesp.moc kfileiconview.moc kfileview.moc kfilespeedbar.moc kfilefiltercombo.moc kurlcombobox.moc kpropertiesdialog.moc kfiledialog.moc knotifywidgetbase.moc kacleditwidget_p.moc kfiledetailview.moc kencodingfiledialog.moc kpreviewwidgetbase.moc kfilebookmarkhandler.moc kfilemetainfowidget.moc kdirsize.moc kcustommenueditor.moc kfilemetapreview.moc kmetaprops.moc kfilepreview.moc kpropertiesdesktopadvbase.moc kurlrequesterdlg.moc kfiletreebranch.moc kdiroperator.moc kpropertiesmimetypebase.moc kopenwith.moc kopenwith_p.moc kdirselectdialog.moc kcombiview.moc kpropertiesdesktopbase.moc @echo 'creating libkfile_la.all_cpp.cpp ...'; \ rm -f libkfile_la.all_cpp.files libkfile_la.all_cpp.final; \ echo "#define KDE_USE_FINAL 1" >> libkfile_la.all_cpp.final; \ --- kdelibs-3.5.10.dfsg.1.orig/kio/kfile/kpropsdlgplugin.desktop +++ kdelibs-3.5.10.dfsg.1/kio/kfile/kpropsdlgplugin.desktop @@ -85,3 +85,4 @@ [PropertyDef::X-KDE-Protocol] Type=QString +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/kfile/tests/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kio/kfile/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -170,6 +170,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -284,7 +286,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -312,6 +313,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -321,6 +323,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -349,6 +352,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -399,6 +403,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -456,6 +461,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -483,12 +489,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -499,8 +505,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -521,9 +527,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-checkPROGRAMS: @@ -605,7 +611,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -815,8 +821,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kio/bookmarks/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kio/bookmarks/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -136,6 +136,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -250,7 +252,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -278,6 +279,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -287,6 +289,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -315,6 +318,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -365,6 +369,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -422,6 +427,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -460,12 +466,12 @@ .SUFFIXES: .SUFFIXES: .cc .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -476,8 +482,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -498,9 +504,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-noinstLTLIBRARIES: @@ -583,7 +589,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -960,8 +966,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kio/tests/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kio/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -363,6 +363,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -477,7 +479,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -505,6 +506,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -514,6 +516,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -542,6 +545,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -592,6 +596,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -649,6 +654,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -702,12 +708,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -718,8 +724,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -740,9 +746,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-checkLTLIBRARIES: @@ -959,7 +965,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1002,7 +1008,7 @@ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags check-TESTS: $(TESTS) - @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \ + @failed=0; all=0; xfail=0; xpass=0; skip=0; \ srcdir=$(srcdir); export srcdir; \ list=' $(TESTS) '; \ if test -n "$$list"; then \ @@ -1013,7 +1019,7 @@ if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ - *$$ws$$tst$$ws*) \ + *[\ \ ]$$tst[\ \ ]*) \ xpass=`expr $$xpass + 1`; \ failed=`expr $$failed + 1`; \ echo "XPASS: $$tst"; \ @@ -1025,7 +1031,7 @@ elif test $$? -ne 77; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ - *$$ws$$tst$$ws*) \ + *[\ \ ]$$tst[\ \ ]*) \ xfail=`expr $$xfail + 1`; \ echo "XFAIL: $$tst"; \ ;; \ @@ -1039,23 +1045,36 @@ echo "SKIP: $$tst"; \ fi; \ done; \ + if test "$$all" -eq 1; then \ + tests="test"; \ + All=""; \ + else \ + tests="tests"; \ + All="All "; \ + fi; \ if test "$$failed" -eq 0; then \ if test "$$xfail" -eq 0; then \ - banner="All $$all tests passed"; \ + banner="$$All$$all $$tests passed"; \ else \ - banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ + if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ + banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ fi; \ else \ if test "$$xpass" -eq 0; then \ - banner="$$failed of $$all tests failed"; \ + banner="$$failed of $$all $$tests failed"; \ else \ - banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ + if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ + banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ fi; \ fi; \ dashes="$$banner"; \ skipped=""; \ if test "$$skip" -ne 0; then \ - skipped="($$skip tests were not run)"; \ + if test "$$skip" -eq 1; then \ + skipped="($$skip test was not run)"; \ + else \ + skipped="($$skip tests were not run)"; \ + fi; \ test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$skipped"; \ fi; \ @@ -1249,18 +1268,18 @@ mocs: kdirlistertest.moc #>+ 3 -jobtest.moc: $(srcdir)/jobtest.h - $(MOC) $(srcdir)/jobtest.h -o jobtest.moc +kruntest.moc: $(srcdir)/kruntest.h + $(MOC) $(srcdir)/kruntest.h -o kruntest.moc #>+ 2 -mocs: jobtest.moc +mocs: kruntest.moc #>+ 3 -kruntest.moc: $(srcdir)/kruntest.h - $(MOC) $(srcdir)/kruntest.h -o kruntest.moc +jobtest.moc: $(srcdir)/jobtest.h + $(MOC) $(srcdir)/jobtest.h -o jobtest.moc #>+ 2 -mocs: kruntest.moc +mocs: jobtest.moc #>+ 3 kdirwatchtest.moc: $(srcdir)/kdirwatchtest.h @@ -1306,7 +1325,7 @@ #>+ 3 clean-metasources: - -rm -f kdcopcheck.moc kdirlistertest.moc jobtest.moc kruntest.moc kdirwatchtest.moc kdirwatchunittest.moc kioslavetest.moc previewtest.moc speed.moc dummymeta.moc + -rm -f kdcopcheck.moc kdirlistertest.moc kruntest.moc jobtest.moc kdirwatchtest.moc kdirwatchunittest.moc kioslavetest.moc previewtest.moc speed.moc dummymeta.moc #>+ 2 KDE_DIST=kdirwatchtest.h dummymeta.desktop kacltest.h Makefile.in wronglocalsizes.zip speed.h kdcopcheck.h jobtest.h kdirwatchunittest.h kruntest.h kioslavetest.h previewtest.h dummymeta.h kdirlistertest.h Makefile.am @@ -1319,8 +1338,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kio/tests/dummymeta.desktop +++ kdelibs-3.5.10.dfsg.1/kio/tests/dummymeta.desktop @@ -52,3 +52,4 @@ X-KDE-Library=dummymeta MimeType=text/plain PreferredItems=Author,Title,Date +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kio/kioexec/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kio/kioexec/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -108,6 +108,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -222,7 +224,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -250,6 +251,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -259,6 +261,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -287,6 +290,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -337,6 +341,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -394,6 +399,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -413,12 +419,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -429,8 +435,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -451,9 +457,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @@ -527,7 +533,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -830,8 +836,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/pics/Makefile.in +++ kdelibs-3.5.10.dfsg.1/pics/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -58,7 +58,7 @@ #>+ 1 ksvgtopng_OBJECTS = ksvgtopng.$(OBJEXT) am__DEPENDENCIES_1 = -ksvgtopng_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ +ksvgtopng_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(top_builddir)/kdecore/svgicons/libkdesvgicons.la #>- ksvgtopng_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ #>- $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ @@ -125,6 +125,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -239,7 +241,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -267,6 +268,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -276,6 +278,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -304,6 +307,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -354,6 +358,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -411,6 +416,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -422,7 +428,7 @@ INCLUDES = $(LIBART_CFLAGS) -I$(top_srcdir)/kdecore/svgicons -I$(top_srcdir)/kdefx $(all_includes) @include_SVGICONS_TRUE@KSVGTOPNG = ksvgtopng ksvgtopng_SOURCES = ksvgtopng.cpp -ksvgtopng_LDADD = $(LIBART_LIBS) $(LIB_KDECORE) $(top_builddir)/kdecore/svgicons/libkdesvgicons.la +ksvgtopng_LDADD = $(LIB_KDECORE) $(top_builddir)/kdecore/svgicons/libkdesvgicons.la ksvgtopng_LDFLAGS = $(KDE_RPATH) $(all_libraries) #>- all: all-recursive #>+ 1 @@ -430,12 +436,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -446,8 +452,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -468,9 +474,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @@ -614,7 +620,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -835,7 +841,7 @@ .NOEXPORT: #>+ 2 -KDE_DIST=Makefile.in LICENSE.crystalsvg Makefile.am +KDE_DIST=LICENSE.crystalsvg Makefile.in Makefile.am #>+ 2 docs-am: @@ -845,8 +851,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/pics/crystalsvg/Makefile.in +++ kdelibs-3.5.10.dfsg.1/pics/crystalsvg/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -72,6 +72,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -186,7 +188,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -214,6 +215,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -223,6 +225,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -251,6 +254,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -301,6 +305,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -358,6 +363,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -373,12 +379,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -389,8 +395,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -411,9 +417,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -601,3920 +607,3920 @@ .NOEXPORT: #>+ 2 -KDE_DIST=cr32-device-system.png cr32-device-usbpendrive_unmount.png crsc-device-ipod_unmount.svgz cr16-action-history.png cr16-action-math_lsub.png cr32-action-fileprint.png crsc-filesys-folder_favorite.svgz cr32-mime-template_source.png crsc-mime-zip.svgz cr16-action-about_kde.png cr32-action-mail_post_to.png cr48-action-rotate_ccw.png cr16-mime-tar.png cr64-mime-exec_wine.png cr16-device-hdd_mount.png cr64-mime-source_y.png cr48-device-cdrom_mount.png cr32-mime-exec_wine.png cr22-action-player_eject.png cr22-mime-tgz.png cr32-action-text_block.png crsc-device-zip_unmount.svgz cr32-action-messagebox_critical.png cr32-device-mo_unmount.png cr16-device-tv.png cr48-mime-info.png cr32-action-player_eject.png cr64-mime-shellscript.png cr22-mime-soffice.png cr16-device-printer1.png crsc-action-eraser.svgz cr22-action-math_brace.png cr32-filesys-file_broken.png crsc-mime-video.svgz cr16-action-move.png cr22-action-window_new.png cr128-mime-misc.png cr32-action-leftjust.png cr48-device-ipod_unmount.png cr16-action-music_32ndnote.png cr16-action-2rightarrow.png cr64-mime-html.png crsc-device-print_class.svgz cr48-mime-html.png cr16-action-help.png cr22-action-connect_creating.png cr64-filesys-network.png crsc-filesys-home_white.svgz cr16-action-editclear.png cr16-device-3floppy_mount.png cr16-filesys-folder_grey.png cr22-action-music_quarternote.png cr16-filesys-folder_important.png cr64-device-smart_media_mount.png cr32-device-cdwriter_unmount.png cr48-mime-source_o.png crsc-filesys-folder_locked.svgz cr64-mime-cdr.png cr48-action-frameprint.png cr48-mime-encrypted.png cr32-mime-make.png cr22-action-thumbnail.png cr128-filesys-folder_yellow.png crsc-mime-source.svgz cr16-action-news_subscribe.png cr22-device-memory_stick_unmount.png cr48-action-share.png crsc-mime-cdtrack.svgz cr22-filesys-folder_grey.png cr32-filesys-desktop.png cr16-mime-postscript.png cr32-mime-pdf.png cr16-action-text.png cr22-mime-source_o.png cr16-mime-news.png cr128-mime-source_h.png crsc-filesys-folder_green.svgz cr16-action-filefind.png crsc-action-fileprint.svgz cr22-action-mail_find.png cr32-action-next.png cr64-mime-video.png cr64-mime-gf.png cr16-action-save_all.png cr48-mime-txt.png cr128-mime-metafont.png cr48-device-3floppy_mount.png cr16-device-pda_black.png cr128-mime-source.png cr48-filesys-folder_violet.png cr22-device-cdaudio_unmount.png cr22-mime-empty.png crsc-action-back.svgz cr32-action-bookmark_folder.png cr22-mime-info.png cr22-action-mail_new3.png cr64-mime-cdtrack.png crsc-mime-image2.svgz cr128-mime-source_f.png cr48-action-reload_page.png cr16-mime-misc.png cr16-action-player_play.png cr128-filesys-link_overlay.png cr22-action-mail_delete.png cr32-action-view_top_bottom.png cr22-action-button_cancel.png cr22-mime-kformula_kfo.png cr32-action-share.png crsc-action-bottom.svgz cr32-mime-gf.png cr16-action-window_nofullscreen.png cr16-filesys-folder_html.png cr64-device-nfs_unmount.png cr16-action-player_end.png cr16-action-fileopen.png cr128-app-password.png cr64-mime-source_php.png cr48-mime-source_moc.png cr22-action-make_kdevelop.png cr22-action-encrypted.png cr48-device-tablet.png cr16-action-filesaveas.png cr48-device-mo_mount.png crsc-mime-source_o.svgz cr48-filesys-file_broken.png cr64-action-player_play.png cr48-action-back.png cr32-action-view_left_right.png cr32-device-memory_stick_unmount.png cr16-mime-pk.png cr128-mime-cdimage.png cr64-device-cdaudio_mount.png cr48-action-filequickprint.png cr16-action-text_center.png cr22-action-pencil.png cr128-mime-pdf.png cr32-mime-tar.png crsc-action-finish.svgz cr64-mime-misc.png crsc-device-hdd_unmount.svgz cr128-mime-font.png cr16-action-eraser.png cr22-action-filenew.png cr32-action-music_sixteenthnote.png cr16-action-view_remove.png cr16-action-fileprint.png cr22-mime-document2.png cr32-action-music_dottednote.png cr128-mime-make.png cr64-mime-source_pl.png crsc-action-down.svgz cr48-device-usbpendrive_mount.png cr32-action-music_fermatenote.png crsc-device-scanner.svgz cr16-action-flag.png cr22-filesys-zip_overlay.png cr22-action-rotate_ccw.png cr16-action-text_strike.png cr22-action-text_right.png cr32-mime-widget_doc.png cr22-action-blend.png crsc-mime-karbon_karbon.svgz cr22-action-lock.png cr22-mime-zip.png cr128-mime-source_cpp.png cr22-mime-bt.png cr22-action-music_halfnote.png cr64-mime-dvi.png cr16-action-lock.png cr32-mime-html.png crsc-device-nfs_mount.svgz cr22-action-view_choose.png cr16-action-remove.png cr22-action-translate.png cr64-mime-man.png cr32-action-down.png cr22-mime-source_j.png cr16-action-blend.png cr48-filesys-folder_print.png cr22-mime-krita_kra.png cr22-mime-image.png cr16-filesys-zip_overlay.png crsc-filesys-network_local.svgz cr16-action-tab_new_bg.png cr48-mime-gettext.png cr32-action-bookmark.png crsc-filesys-folder_blue.svgz crsc-action-text_bild.svgz cr16-action-music_eightnote.png cr22-action-edit.png cr22-action-project_open.png cr48-filesys-folder_yellow.png cr128-mime-wordprocessing.png cr16-filesys-folder_locked.png cr64-mime-txt2.png crsc-mime-ascii.svgz cr128-mime-readme.png cr22-action-music_dottednote.png cr48-device-sd_mmc_mount.png cr16-device-nfs_mount.png cr22-filesys-folder_orange_open.png cr22-mime-kword_kwd.png cr16-filesys-folder_yellow.png crsc-mime-source_s.svgz cr22-action-mail_reply.png cr32-mime-txt2.png cr32-device-usbpendrive_mount.png cr16-filesys-folder_orange_open.png cr16-mime-core.png cr32-action-stop.png cr128-mime-resource.png cr16-filesys-lock_overlay.png cr128-mime-pk.png cr16-mime-kword_kwd.png cr22-action-queue.png crsc-device-ipod_mount.svgz cr16-action-exit.png crsc-action-forward.svgz cr48-mime-man.png cr32-device-blockdevice.png cr16-action-viewmag+.png cr64-mime-source.png crsc-filesys-lock_overlay.svgz crsc-mime-dvi.svgz cr22-mime-kpresenter_kpr.png cr32-device-nfs_mount.png cr16-action-revert.png cr22-mime-source_l.png cr22-action-view_left_right.png cr32-action-exit.png crsc-mime-pk.svgz cr22-action-up.png cr16-action-share.png cr16-mime-source_php.png cr32-mime-font_type1.png cr16-action-translate.png cr16-device-memory_stick_unmount.png cr64-mime-deb.png cr32-action-music_cross.png cr16-action-finish.png cr128-device-compact_flash_unmount.png cr16-action-text_left.png cr64-mime-kmultiple.png cr64-filesys-desktop.png cr16-mime-rpm.png cr16-action-reload.png cr64-mime-readme.png cr22-mime-rpm.png cr16-filesys-folder.png cr64-device-zip_mount.png cr48-app-kmenu.png crsc-app-kttsd.svgz cr32-mime-document.png cr32-mime-video.png cr128-filesys-folder_home2.png cr16-device-cdwriter_unmount.png cr22-action-halfencrypted.png cr22-action-switchuser.png cr48-filesys-www.png cr16-mime-exec_wine.png crsc-device-pda_black.svgz cr128-mime-exec_wine.png cr32-action-bookmarks_list_add.png cr16-action-reload_page.png cr64-mime-kformula_kfo.png cr16-action-view_multicolumn.png cr32-action-centrejust.png cr16-action-spellcheck.png cr32-device-sd_mmc_unmount.png cr48-device-smart_media_mount.png crsc-action-text_super.svgz crsc-action-frameprint.svgz cr128-mime-bt.png cr16-mime-kformula_kfo.png cr48-mime-source_c.png cr22-mime-source_py.png cr32-device-cdrom_unmount.png cr22-mime-dvi.png cr16-action-emptytrash.png cr16-action-music_fermatenote.png cr32-action-fonts.png cr16-action-fill.png cr64-mime-unknown.png cr32-action-add.png cr22-action-viewmag1.png cr32-mime-kpresenter_kpr.png crsc-device-mouse.svgz cr16-mime-metafont.png cr32-action-blend.png cr16-action-music_sixteenthnote.png cr22-mime-source_p.png cr48-action-gear.png cr128-filesys-folder_red.png cr22-action-player_rew.png crsc-mime-vectorgfx.svgz cr64-app-password.png cr48-mime-ascii.png index.theme cr22-mime-kchart_chrt.png cr16-filesys-file_broken.png crsc-filesys-folder_yellow_open.svgz cr64-filesys-folder_important.png crsc-mime-shellscript.svgz cr22-filesys-folder_grey_open.png cr16-action-charset.png crsc-mime-source_php.svgz cr128-device-chardevice.png cr64-mime-source_c.png cr32-action-math_lsub.png cr16-action-music_quarternote.png crsc-mime-vcard.svgz cr64-mime-font_type1.png crsc-filesys-folder_violet_open.svgz crsc-mime-font_bitmap.svgz cr22-action-player_fwd.png cr16-action-edittrash.png cr16-device-memory_stick_mount.png cr16-action-rotate.png cr16-action-connect_no.png cr16-action-frame_query.png cr22-action-about_kde.png cr16-action-math_rsub.png cr16-mime-info.png cr48-action-unindent.png cr128-mime-tex.png cr48-action-fileclose.png cr22-action-music_sixteenthnote.png cr22-mime-gf.png cr16-filesys-folder_home2.png crsc-filesys-folder_html.svgz cr32-mime-source.png cr22-filesys-folder_green_open.png cr32-action-math_paren.png cr32-mime-kugar_kud.png cr32-action-math_rsub.png cr128-mime-source_j.png cr22-action-view_fit_width.png cr128-filesys-exec.png cr128-mime-source_y.png cr48-device-dvd_unmount.png cr16-mime-deb.png crsc-filesys-folder_txt.svgz cr32-filesys-folder_green.png crsc-filesys-file_important.svgz cr22-action-connect_established.png crsc-filesys-folder_red_open.svgz cr22-action-frame_text.png cr48-mime-karbon_karbon.png cr16-action-back.png crsc-mime-tgz.svgz cr128-filesys-folder_txt.png cr32-mime-kspread_ksp.png crsc-mime-log.svgz cr64-action-fileopen.png cr16-action-viewmag1.png cr22-action-decrypted.png crsc-action-text_strike.svgz cr22-mime-news.png cr22-action-wizard.png cr16-mime-tgz.png cr32-action-player_pause.png cr16-filesys-network.png cr32-action-mail_generic.png cr22-action-view_icon.png cr16-filesys-www.png cr22-filesys-folder_yellow.png cr16-action-math_sum.png crsc-action-info.svgz cr48-filesys-desktop.png cr48-mime-tex.png cr16-action-editcopy.png cr32-action-rotate_cw.png cr32-action-mail_replylist.png cr32-device-hdd_unmount.png cr22-action-music_eightnote.png cr64-mime-font_truetype.png crsc-mime-file_temporary.svgz cr22-mime-readme.png cr32-action-gohome.png cr16-mime-source_py.png cr48-mime-source_cpp.png cr128-app-kttsd.png cr22-action-view_top_bottom.png cr22-mime-cdimage.png cr16-mime-cdimage.png cr64-filesys-folder_home2.png cr16-action-previous.png cr16-device-cdwriter_mount.png cr32-device-scanner.png cr32-mime-kexi_kexi.png cr22-action-top.png cr16-action-view_icon.png cr32-action-emptytrash.png cr22-action-signature.png cr16-device-mo_unmount.png cr22-action-player_start.png cr32-device-3floppy_unmount.png cr32-action-filesaveas.png cr32-mime-gettext.png cr22-device-hdd_mount.png cr32-action-player_play.png cr16-device-nfs_unmount.png crsc-filesys-link_overlay.svgz cr16-action-color_fill.png cr32-device-cdrom_mount.png cr16-filesys-ftp.png cr22-action-frame_edit.png cr128-mime-txt.png cr64-mime-recycled.png crsc-device-usbpendrive_mount.svgz cr32-filesys-trashcan_full.png cr32-action-player_playlist.png cr22-mime-spreadsheet.png cr22-action-music_32ndnote.png cr48-filesys-folder_html.png cr22-action-centrejust.png cr32-filesys-link_overlay.png cr32-action-editcopy.png crsc-mime-font.svgz cr128-mime-tar.png cr16-action-rotate_cw.png cr48-action-eraser.png cr64-mime-pk.png crsc-device-memory.svgz cr16-filesys-folder_favorite.png cr22-action-reload_page.png cr22-action-window_fullscreen.png cr16-action-configure.png cr128-mime-vcalendar.png cr22-action-view_fit_height.png cr32-action-contexthelp.png crsc-action-reload_all_tabs.svgz cr22-action-configure.png cr22-mime-vcalendar.png cr16-action-math_brace.png cr16-filesys-folder_image.png crsc-mime-source_f.svgz cr128-mime-encrypted.png cr22-device-memory_stick_mount.png cr32-action-viewmag1.png cr16-action-view_sidetree.png crsc-action-filequickprint.svgz cr32-mime-spreadsheet.png cr16-device-chardevice.png cr16-mime-source_c.png cr32-action-viewmag-.png cr128-mime-cdtrack.png cr16-mime-txt2.png cr16-mime-kchart_chrt.png cr16-mime-binary.png crsc-filesys-folder_red.svgz cr64-mime-cdimage.png crsc-filesys-exec.svgz cr22-action-leftjust.png cr32-action-window_fullscreen.png cr48-mime-source_l.png cr16-filesys-folder_violet_open.png cr32-action-mail_new.png cr48-device-sd_mmc_unmount.png cr128-filesys-folder_orange.png cr64-device-cdwriter_mount.png cr48-mime-midi.png cr48-mime-font.png cr32-mime-kformula_kfo.png cr64-device-system.png cr16-mime-font.png cr22-action-add.png crsc-device-smartmedia_mount.svgz cr22-action-view_right.png cr64-mime-document.png cr22-mime-document.png cr128-mime-tgz.png cr128-filesys-folder_grey_open.png cr32-action-text_right.png cr32-action-music_cleficon.png cr16-action-reload_all_tabs.png cr48-device-usbpendrive_unmount.png cr64-filesys-folder_green_open.png cr48-mime-image.png cr32-action-connect_creating.png cr22-filesys-folder_red_open.png cr22-action-player_stop.png crsc-mime-koffice.svgz cr64-mime-colorscm.png cr48-filesys-folder_locked.png cr48-filesys-folder_image.png cr64-mime-koffice.png cr128-mime-kexi_kexi.png cr48-action-identity.png cr22-action-view_multicolumn.png cr64-filesys-link_overlay.png cr22-mime-log.png cr32-filesys-folder_home.png cr22-device-sd_mmc_unmount.png cr16-action-find.png cr22-mime-core.png cr16-action-math_prod.png crsc-action-start.svgz cr32-action-wizard.png cr32-action-mail_reply.png cr64-device-mouse.png cr16-mime-source_h.png cr128-filesys-folder_tar.png cr22-action-run.png cr48-filesys-link_overlay.png cr32-mime-wordprocessing.png crsc-device-mo_unmount.svgz cr48-app-kttsd.png cr16-app-kmenu.png cr32-action-kdevelop_down.png cr22-action-fontsizedown.png cr16-mime-video.png cr32-action-view_bottom.png crsc-mime-message.svgz cr128-filesys-network.png cr32-action-mail_find.png crsc-device-compact_flash_unmount.svgz cr16-action-math_brackets.png cr22-mime-file_temporary.png cr48-action-bookmark.png cr48-filesys-folder_green_open.png cr22-action-move.png cr48-mime-soffice.png cr22-device-sd_mmc_mount.png cr16-action-no.png cr16-action-frame_edit.png cr16-action-filenew.png cr22-action-contexthelp.png cr48-mime-video.png cr16-action-make_kdevelop.png cr16-action-fork.png cr22-action-message_reply.png cr128-mime-postscript.png cr22-mime-deb.png cr16-app-password.png crsc-action-reload_page.svgz cr32-action-about_kde.png cr16-action-connect_creating.png crsc-mime-man.svgz cr16-action-window_new.png crsc-action-about_kde.svgz crsc-action-add.svgz cr22-filesys-www.png cr32-action-text_strike.png cr22-device-printer1.png cr48-filesys-network_local.png cr48-filesys-folder_important.png cr128-mime-karbon_karbon.png cr64-mime-kivio_flw.png cr48-filesys-exec.png cr32-action-math_prod.png cr48-mime-kword_kwd.png cr16-device-ipod_unmount.png cr16-action-attach.png cr128-mime-netscape_doc.png cr22-action-text_italic.png crsc-mime-kmultiple.svgz cr32-action-math_int.png cr128-mime-empty.png cr128-mime-recycled.png cr64-device-dvd_mount.png crsc-action-player_fwd.svgz cr32-mime-cdr.png cr22-action-mail_new.png cr32-mime-krita_kra.png cr22-device-compact_flash_unmount.png cr128-device-memory_stick_mount.png cr16-filesys-folder_grey_open.png crsc-action-player_pause.svgz cr32-action-view_sidetree.png cr16-action-fileexport.png cr32-action-rotate.png crsc-action-player_next.svgz cr64-filesys-folder_grey.png cr64-filesys-folder_orange_open.png cr32-action-editpaste.png cr48-mime-kexi_kexi.png cr32-action-player_stop.png cr32-filesys-www.png crsc-filesys-folder_blue_open.svgz cr48-device-nfs_mount.png cr16-action-mail_replylist.png cr16-action-airbrush.png cr32-action-math_onetwomatrix.png cr32-action-view_fit_height.png cr22-action-colorpicker.png cr48-device-joystick.png crsc-filesys-file_broken.svgz cr16-mime-source_y.png cr22-action-math_rsup.png cr48-mime-source.png cr22-action-rotate_cw.png cr32-action-connect_no.png cr48-filesys-trashcan_empty.png cr16-action-text_block.png cr64-device-compact_flash_unmount.png crsc-mime-cdimage.svgz cr48-mime-document2.png cr22-action-math_abs.png cr32-action-launch.png cr32-device-camera_mount.png cr32-action-make_kdevelop.png cr128-filesys-network_local.png cr48-filesys-folder_tar.png cr16-mime-readme.png cr16-filesys-folder_video.png cr32-mime-source_s.png cr64-filesys-folder_txt.png crsc-mime-make.svgz cr22-action-filequickprint.png cr22-action-showmenu.png crsc-mime-empty.svgz cr32-filesys-folder_grey.png cr16-device-dvd_mount.png cr32-device-zip_unmount.png cr32-device-sd_mmc_mount.png cr64-mime-resource.png crsc-mime-applix.svgz cr16-action-text_sub.png cr16-action-window_suppressed.png cr64-mime-log.png cr22-action-color_fill.png cr48-filesys-folder_green.png cr48-filesys-folder_violet_open.png cr22-action-math_frac.png cr32-filesys-folder_favorite.png cr64-filesys-folder_print.png cr32-mime-source_o.png cr128-filesys-folder_video.png cr16-action-music_fullnote.png cr32-action-fileimport.png cr22-mime-midi.png cr64-mime-core.png cr32-action-colorize.png cr64-filesys-folder_locked.png cr22-action-filefind.png cr32-action-view_tree.png cr64-device-hdd_mount.png cr128-action-share.png cr32-action-today.png cr32-mime-file_temporary.png cr64-filesys-folder_video.png cr32-filesys-folder_grey_open.png cr128-mime-dvi.png cr48-device-scanner.png cr32-action-math_matrix.png cr16-device-compact_flash_unmount.png cr128-device-hdd_unmount.png cr64-filesys-exec.png cr16-action-math_int.png crsc-action-reload.svgz cr32-device-dvd_unmount.png cr16-action-math_sqrt.png crsc-action-configure.svgz cr48-mime-source_f.png crsc-filesys-desktop.svgz cr32-device-compact_flash_unmount.png cr32-action-indent.png cr128-mime-document2.png cr16-action-bookmark.png crsc-mime-recycled.svgz cr32-device-cdwriter_mount.png cr32-mime-source_l.png cr48-mime-zip.png cr22-filesys-desktop.png cr48-device-cdwriter_unmount.png cr32-action-top.png cr16-action-kde5.png cr32-filesys-folder_green_open.png cr48-action-exit.png cr22-action-frame_chart.png cr16-device-usbpendrive_unmount.png cr128-filesys-folder_favorite.png cr16-action-contents.png cr16-action-frame_spreadsheet.png cr22-mime-koffice.png cr128-mime-template_source.png cr32-mime-dvi.png cr128-filesys-www.png cr22-action-reload3.png crsc-device-blockdevice.svgz crsc-mime-image.svgz cr22-action-goto.png cr16-action-math_abs.png cr22-device-compact_flash_mount.png cr32-device-5floppy_mount.png cr48-device-blockdevice.png cr48-mime-kmultiple.png cr16-action-tab_remove.png crsc-filesys-folder_man2.svgz cr48-mime-kugar_kud.png cr22-action-mouse.png crsc-mime-source_java.svgz cr22-mime-source_java.png crsc-app-kmenu.svgz crsc-action-launch.svgz crsc-device-sd_mmc_mount.svgz cr32-filesys-folder_red_open.png cr22-mime-postscript.png cr32-action-switchuser.png cr16-device-tablet.png cr48-action-colorpicker.png cr48-mime-template_source.png crsc-action-view_fit_height.svgz crsc-action-text_bold.svgz cr32-action-player_end.png crsc-mime-source_p.svgz crsc-filesys-folder_orange_open.svgz cr32-action-text_left.png cr32-app-kmenu.png cr64-app-kmenu.png cr22-action-view_remove.png cr32-action-math_brackets.png cr22-action-spellcheck.png cr32-mime-binary.png cr32-mime-cdimage.png cr22-mime-video.png cr16-filesys-desktop.png cr22-device-system.png cr32-filesys-zip_overlay.png cr48-action-rotate.png cr16-action-tab_new.png crsc-action-mail_post_to.svgz cr64-filesys-folder_orange.png cr32-action-finish.png cr64-filesys-folder_yellow.png cr16-action-1uparrow.png cr32-mime-karbon_karbon.png cr32-filesys-folder_locked.png cr32-action-viewmagfit.png cr22-action-airbrush.png crsc-mime-sound.svgz crsc-filesys-folder_cyan.svgz cr16-mime-log.png cr32-device-printer1.png cr32-key_enter.png cr16-action-wizard.png cr128-filesys-file_broken.png crsc-filesys-folder_sound.svgz crsc-action-player_rew.svgz cr16-action-math_rsup.png cr48-mime-source_pl.png cr32-device-pda_black.png cr32-action-viewmag.png crsc-device-cdwriter_unmount.svgz crsc-mime-rpm.svgz cr48-device-chardevice.png cr22-filesys-folder_print.png cr32-mime-vcard.png cr48-mime-source_s.png crsc-action-exit.svgz cr64-device-nfs_mount.png crsc-device-dvd_unmount.svgz cr32-action-clear_left.png cr64-mime-source_moc.png cr22-action-text_block.png cr48-mime-krita_kra.png cr48-device-mouse.png crsc-mime-source_l.svgz cr128-mime-source_s.png cr16-mime-source_java.png cr16-action-services.png crsc-mime-txt2.svgz cr22-action-mail_replylist.png cr64-device-mo_mount.png cr64-filesys-folder_html.png crsc-action-text_sub.svgz cr22-mime-source_s.png cr64-mime-source_h.png cr32-action-player_fwd.png cr48-mime-log.png cr64-filesys-network_local.png cr22-action-rebuild.png cr32-device-print_class.png cr48-action-lock.png cr22-action-unlock.png cr32-action-edittrash.png cr22-action-save_all.png crsc-action-fileclose.svgz cr16-device-print_class.png cr32-action-view_fit_window.png crsc-mime-source_c.svgz crsc-action-rotate_cw.svgz cr22-filesys-folder.png crsc-device-dvd_mount.svgz cr16-filesys-folder_inbox.png cr48-mime-cdtrack.png cr16-action-view_right.png cr64-device-camera_unmount.png cr16-action-frame_image.png crsc-device-mo_umount.svgz cr32-filesys-folder.png cr16-action-redo.png cr16-filesys-folder_outbox.png cr22-action-fill.png cr16-action-cancel.png cr32-device-joystick.png cr22-action-key_enter.png cr32-device-3floppy_mount.png cr32-mime-source_j.png cr32-action-math_lsup.png cr64-mime-quicktime.png cr22-mime-wordprocessing.png cr16-mime-source_pl.png cr16-device-usbpendrive_mount.png cr32-action-view_icon.png cr128-device-compact_flash_mount.png cr48-filesys-folder.png crsc-device-cdaudio_mount.svgz cr22-action-math_rsub.png cr48-mime-txt2.png cr64-filesys-folder_yellow_open.png cr128-mime-widget_doc.png cr16-action-mail_replyall.png cr128-filesys-folder_yellow_open.png cr16-mime-font_type1.png cr22-device-print_class.png crsc-mime-wordprocessing.svgz cr32-action-connect_established.png cr16-action-fileimport.png cr128-filesys-folder_orange_open.png cr22-mime-file_locked.png cr16-mime-source_s.png cr16-mime-source_l.png cr22-action-bookmark_folder.png crsc-filesys-folder_important.svgz cr22-mime-kexi_kexi.png cr64-mime-source_j.png cr22-mime-source_c.png cr32-action-help.png cr16-filesys-folder_home.png crsc-filesys-file_locked.svgz crsc-device-joystick.svgz cr128-mime-ascii.png crsc-action-filenew.svgz cr22-app-password.png cr16-action-mail_send.png cr128-filesys-folder_important.png crsc-filesys-pipe.svgz cr48-mime-metafont.png cr48-action-filenew.png cr22-action-gear.png cr32-action-music_flat.png cr16-action-music_cross.png crsc-device-hdd_mount.svgz cr64-filesys-folder_tar.png cr64-mime-vcalendar.png cr128-device-sd_mmc_mount.png cr32-action-math_abs.png cr16-mime-vcard.png cr16-action-kde4.png cr64-device-3floppy_unmount.png cr32-action-view_right.png cr64-device-ipod_mount.png cr22-action-reload_all_tabs.png cr64-mime-vcard.png cr64-mime-widget_doc.png cr48-mime-resource.png cr32-action-contents2.png cr48-mime-pdf.png cr32-action-view_multicolumn.png cr16-action-window_fullscreen.png cr16-mime-shellscript.png cr48-device-hdd_unmount.png cr32-action-messagebox_info.png cr48-action-up.png cr32-action-math_brace.png cr22-mime-vectorgfx.png cr48-device-dvd_mount.png cr48-mime-kivio_flw.png cr16-action-2leftarrow.png cr32-action-revert.png cr22-action-player_play.png cr48-device-zip_mount.png crsc-filesys-folder_green_open.svgz cr32-mime-recycled.png cr16-filesys-folder_orange.png cr48-action-remove.png cr32-action-player_rew.png cr22-action-finish.png cr16-device-sd_mmc_unmount.png cr16-device-scanner.png cr22-action-bookmark.png cr32-mime-source_c.png crsc-mime-source_cpp.svgz cr22-action-exec.png cr64-device-camera_mount.png cr48-filesys-folder_home2.png cr16-action-player_volume.png cr64-device-5floppy_unmount.png crsc-action-previous.svgz cr64-mime-mozilla_doc.png cr16-action-history_clear.png cr22-device-camera_mount.png crsc-device-5floppy_unmount.svgz cr16-action-music_cleficon.png cr48-mime-source_php.png cr16-action-mail_generic.png cr64-mime-rpm.png cr16-action-info.png cr16-mime-midi.png crsc-device-camera_mount.svgz crsc-mime-source_y.svgz cr128-filesys-folder_print.png cr22-filesys-folder_green.png cr16-action-paintbrush.png crsc-action-mail_new.svgz cr22-mime-netscape_doc.png cr32-filesys-network_local.png cr64-mime-make.png cr16-action-goto.png cr32-action-filequickprint.png cr22-filesys-folder_yellow_open.png cr48-mime-source_p.png cr48-action-misc.png crsc-mime-source_h.svgz cr128-app-kmenu.png cr32-mime-zip.png cr48-device-camera_unmount.png cr16-action-editpaste.png cr16-mime-resource.png cr128-filesys-lock_overlay.png cr32-action-misc.png cr22-device-ipod_unmount.png cr16-mime-quicktime.png cr32-mime-deb.png cr22-action-fileexport.png cr64-mime-source_java.png cr48-filesys-folder_home.png cr48-filesys-folder_txt.png cr16-action-mail_get.png cr48-device-compact_flash_mount.png cr16-mime-encrypted.png cr16-mime-kmultiple.png cr48-mime-applix.png cr32-mime-file_locked.png cr48-filesys-folder_outbox.png cr16-action-color_line.png cr16-mime-cdtrack.png cr32-action-identity.png cr16-device-5floppy_unmount.png cr64-filesys-folder_grey_open.png cr48-filesys-folder_orange.png cr128-device-usbpendrive_mount.png crsc-device-memory_stick_mount.svgz cr16-mime-source.png cr16-action-idea.png cr22-action-text_bold.png cr16-device-pda_blue.png cr32-action-text_super.png cr64-mime-source_f.png cr128-mime-source_o.png cr32-device-compact_flash_mount.png cr22-action-remove.png crsc-mime-readme.svgz cr16-device-zip_unmount.png cr22-action-fork.png cr48-filesys-pipe.png cr48-action-forward.png cr22-filesys-folder_orange.png cr128-device-printer1.png cr22-action-emptytrash.png cr64-mime-sound.png cr48-mime-kchart_chrt.png cr32-action-colorpicker.png cr32-app-password.png cr128-device-smart_media_mount.png cr128-filesys-folder_violet_open.png cr64-device-printer1.png cr64-filesys-folder_sound.png cr22-action-mail_post_to3.png cr22-action-colorize.png cr16-mime-krita_kra.png cr16-mime-spreadsheet.png cr16-action-view_tree.png crsc-mime-source_py.svgz cr16-action-view_fit_height.png crsc-mime-deb.svgz cr22-action-contents.png cr128-filesys-folder_man.png cr32-action-view_detailed.png cr48-device-cdrom_unmount.png cr16-action-down.png cr32-filesys-trashcan_empty.png cr22-action-text_strike.png crsc-action-wizard.svgz cr16-action-gear.png cr48-mime-kformula_kfo.png crsc-filesys-trashcan_full.svgz cr32-device-5floppy_unmount.png cr48-filesys-folder_orange_open.png cr22-action-mail_replyall.png cr32-device-cdaudio_mount.png crsc-action-next.svgz cr22-action-music_flat.png cr128-filesys-folder_image.png cr22-mime-message.png cr64-device-cdrom_mount.png crsc-action-rotate.svgz cr64-mime-applix.png cr32-mime-source_java.png cr48-mime-deb.png cr16-mime-bt.png cr64-filesys-folder_favorite.png cr128-filesys-folder_locked.png cr22-action-music_natur.png cr22-mime-pdf.png cr128-mime-source_py.png cr32-action-window_new.png cr32-mime-source_pl.png cr64-device-print_class.png cr128-device-camera_unmount.png crsc-filesys-folder_print.svgz cr16-mime-sound.png cr128-device-ipod_mount.png cr16-action-view_fit_window.png cr48-action-player_playlist.png cr22-filesys-trashcan_full.png cr32-filesys-network.png cr22-action-2rightarrow.png cr22-action-cd.png cr22-action-fileprint.png cr22-mime-source_pl.png cr64-mime-document2.png cr22-action-music_fullnote.png crsc-action-share.svgz crsc-mime-cdr.svgz cr128-mime-krita_kra.png cr32-filesys-folder_important.png cr48-action-stop.png cr16-action-inline_image.png cr64-filesys-file_broken.png cr16-filesys-network_local.png cr128-mime-midi.png cr64-device-memory_stick_unmount.png cr22-action-previous.png cr16-action-colorpicker.png cr22-mime-kugar_kud.png cr16-mime-kpresenter_kpr.png cr16-mime-cdr.png cr32-device-memory_stick_mount.png crsc-filesys-folder_home.svgz cr32-action-view_text.png crsc-action-player_eject.svgz cr22-mime-txt.png cr16-filesys-folder_tar.png cr48-mime-colorscm.png cr16-device-5floppy_mount.png cr48-action-fileprint.png cr48-device-hdd_mount.png cr32-action-text_center.png cr16-action-tab_breakoff.png cr48-mime-kpresenter_kpr.png cr32-action-mail_send.png cr48-action-add.png cr16-action-kde.png cr32-action-mail_forward.png cr16-action-mail_forward.png cr22-action-help.png cr32-action-lock.png cr64-mime-midi.png cr16-mime-kspread_ksp.png cr16-action-folder_new.png cr22-action-exit.png cr64-device-sd_mmc_unmount.png cr16-device-joystick.png cr64-mime-source_s.png cr16-action-ok.png cr32-filesys-folder_open.png cr16-filesys-folder_txt.png cr22-action-apply.png cr48-action-mail_post_to.png cr48-filesys-folder_grey_open.png cr48-filesys-folder_favorite.png cr22-action-text_center.png cr64-mime-empty.png crsc-action-fileopen.svgz cr22-action-fontsizeup.png cr128-mime-vcard.png cr32-action-button_cancel.png cr32-action-frameprint.png cr16-action-frame_formula.png cr22-mime-karbon_karbon.png cr32-action-previous.png cr48-action-contents2.png cr22-mime-pk.png cr64-device-cdwriter_unmount.png cr48-mime-sound.png cr64-device-compact_flash_mount.png cr32-action-math_sum.png crsc-device-pda_blue.svgz cr64-filesys-trashcan_full.png cr22-device-hdd_unmount.png cr22-mime-quicktime.png crsc-mime-widget_doc.svgz crsc-mime-kexi_kexi.svgz cr64-filesys-folder_violet_open.png cr48-device-tv.png cr128-mime-font_type1.png cr22-action-inline_table.png cr16-action-encrypted.png cr22-action-editdelete.png cr16-action-editshred.png cr32-mime-source_f.png cr16-action-contexthelp.png cr32-device-cdaudio_unmount.png cr64-mime-template_source.png cr32-filesys-folder_html.png cr22-action-eraser.png crsc-device-3floppy_unmount.svgz cr48-device-5floppy_unmount.png cr128-mime-zip.png cr22-mime-vcard.png cr16-mime-widget_doc.png cr128-filesys-pipe.png cr48-app-password.png cr22-action-player_pause.png cr128-filesys-folder_html.png crsc-mime-font_type1.svgz cr22-action-contents2.png crsc-device-nfs_unmount.svgz crsc-mime-soffice.svgz cr48-mime-quicktime.png cr22-mime-source_h.png cr22-action-gohome.png cr16-mime-man.png cr22-action-forward.png cr48-device-cdaudio_unmount.png cr128-mime-applix.png cr22-mime-cdtrack.png cr32-action-forward.png cr22-mime-shellscript.png cr128-device-system.png cr22-action-crop.png cr22-app-kttsd.png cr64-filesys-pipe.png cr22-action-view_text.png cr48-mime-kspread_ksp.png cr16-mime-kivio_flw.png cr16-action-tab_new_raised.png cr16-mime-empty.png cr64-mime-image.png crsc-device-3floppy_mount.svgz cr64-mime-spreadsheet.png cr22-action-1rightarrow.png cr32-filesys-folder_video.png cr22-action-folder_new.png cr64-mime-encrypted.png cr22-filesys-link_overlay.png crsc-mime-tar.svgz cr48-mime-document.png cr22-action-bottom.png crsc-mime-metafont.svgz cr32-action-reload_all_tabs.png cr64-device-joystick.png cr48-filesys-folder_red_open.png crsc-mime-source_moc.svgz cr32-action-fileopen.png cr22-device-smart_media_mount.png cr16-mime-colorscm.png cr22-mime-font_bitmap.png cr16-mime-document2.png cr16-action-editdelete.png cr64-device-usbpendrive_unmount.png cr22-action-history.png cr64-device-memory_stick_mount.png cr32-device-chardevice.png cr64-filesys-folder_home.png cr16-mime-dvi.png cr16-action-view_bottom.png cr32-action-text_bold.png cr128-mime-koffice.png cr32-mime-bt.png cr16-action-news_unsubscribe.png cr22-action-fileimport.png cr32-action-toggle_log.png crsc-action-switchuser.svgz cr48-mime-make.png cr128-mime-unknown.png crsc-mime-spreadsheet.svgz cr16-action-player_time.png cr128-mime-quicktime.png cr48-mime-cdr.png cr22-mime-mozilla_doc.png crsc-device-chardevice.svgz cr128-filesys-folder_green_open.png cr32-action-show_side_panel.png cr32-mime-shellscript.png cr16-mime-vectorgfx.png crsc-filesys-folder.svgz cr16-action-text_super.png cr16-action-locationbar_erase.png cr64-filesys-folder_open.png crsc-device-5floppy_mount.svgz cr16-action-math_paren.png crsc-filesys-folder_grey.svgz cr16-action-fileclose.png cr48-device-ipod_mount.png crsc-action-lock.svgz cr128-device-mouse.png crsc-filesys-folder_orange.svgz cr32-action-music_fullnote.png cr32-device-ipod_unmount.png cr22-mime-applix.png cr22-action-math_lsub.png cr22-filesys-folder_red.png crsc-mime-unknown.svgz cr22-app-kmenu.png crsc-device-smartmedia_unmount.svgz cr32-filesys-folder_orange.png cr22-action-back.png cr48-mime-source_j.png cr32-filesys-pipe.png cr64-device-memory.png cr128-device-usbpendrive_unmount.png cr32-action-view_choose.png cr32-action-bottom.png cr32-action-rightjust.png cr22-action-view_bottom.png crsc-device-system.svgz cr48-mime-message.png cr32-action-reload.png cr48-mime-netscape_doc.png cr22-action-reload.png cr32-mime-font_bitmap.png cr16-filesys-exec.png cr64-filesys-folder.png cr48-mime-bt.png cr48-mime-font_truetype.png cr64-device-cdrom_unmount.png cr32-mime-source_p.png cr32-action-charset.png crsc-device-printer1.svgz crsc-device-mo_mount.svgz cr64-device-chardevice.png cr32-mime-source_php.png cr16-filesys-folder_sound.png cr48-mime-gf.png cr16-device-3floppy_unmount.png cr32-action-editdelete.png cr32-mime-misc.png cr48-mime-binary.png cr22-mime-kmultiple.png cr22-action-find.png cr16-action-filequickprint.png cr32-mime-empty.png cr16-filesys-trashcan_empty.png cr128-device-print_class.png cr32-action-locationbar_erase.png cr64-device-tv.png cr16-action-clear_left.png cr16-action-frame_text.png cr32-mime-tex.png cr32-action-filesave.png cr32-filesys-folder_home2.png cr64-app-kttsd.png cr48-mime-vcard.png cr48-mime-pk.png cr16-action-filter.png cr32-mime-font_truetype.png crsc-filesys-folder_violet.svgz cr128-mime-image.png cr32-mime-midi.png cr16-action-viewmag.png cr48-filesys-server.png cr64-mime-krita_kra.png crsc-device-tablet.svgz cr32-filesys-folder_violet_open.png cr32-action-configure.png cr32-action-edit.png cr128-mime-source_c.png cr22-action-music_fermatenote.png cr22-action-view_detailed.png cr32-action-decrypted.png cr128-mime-html.png cr22-action-frame_formula.png cr32-mime-resource.png cr16-action-music_natur.png cr32-action-text_sub.png cr16-mime-template_source.png cr32-device-mouse.png cr32-action-goto.png cr22-filesys-network.png cr16-device-cdaudio_mount.png cr22-action-text_left.png crsc-device-memory_stick_unmount.svgz cr48-action-previous.png cr48-action-reload.png cr22-mime-source_moc.png cr22-action-1downarrow.png cr16-mime-make.png cr48-device-mo_unmount.png cr22-action-player_playlist.png cr128-mime-cdr.png cr64-mime-wordprocessing.png cr22-action-launch.png cr128-mime-source_pl.png cr16-action-bookmarks_list_add.png cr32-action-run.png cr64-mime-tgz.png cr32-action-apply.png cr16-action-apply.png cr128-filesys-folder_open.png crsc-device-usbpendrive_unmount.svgz cr16-mime-kexi_kexi.png cr16-action-fontsizeup.png cr128-filesys-folder_grey.png cr32-action-eraser.png cr32-mime-ascii.png cr16-filesys-trashcan_full.png cr22-mime-widget_doc.png crsc-mime-encrypted.svgz cr22-action-text_under.png cr22-action-misc.png crsc-action-player_stop.svgz cr32-action-fileclose.png cr16-action-view_choose.png cr48-device-cdwriter_mount.png cr16-action-top.png cr48-mime-source_y.png cr32-device-mo_mount.png cr48-filesys-folder_video.png cr64-mime-zip.png crsc-mime-resource.svgz cr16-action-gohome.png cr22-filesys-folder_violet.png cr16-mime-txt.png crsc-filesys-folder_man.svgz cr16-action-player_stop.png cr16-action-player_pause.png cr22-device-smart_media_unmount.png cr128-mime-soffice.png cr22-action-rightjust.png cr128-mime-source_moc.png cr16-mime-karbon_karbon.png cr22-action-bookmark_add.png cr48-device-memory_stick_mount.png cr16-action-mail_reply.png cr64-mime-ascii.png crsc-mime-kugardata.svgz cr32-mime-tgz.png cr22-action-compfile.png cr22-action-inline_image.png cr64-action-share.png cr16-mime-gettext.png cr22-mime-unknown.png cr48-device-memory.png cr16-action-show_side_panel.png cr32-mime-metafont.png cr48-action-wizard.png cr22-mime-exec_wine.png cr16-action-exec.png cr16-action-forward.png cr32-action-window_nofullscreen.png cr32-action-text_under.png cr128-mime-source_php.png cr32-mime-rpm.png cr32-action-queue.png cr128-action-fileopen.png cr48-action-mail_new.png crsc-action-mail_get.svgz crsc-mime-quicktime.svgz cr48-filesys-folder_red.png cr48-action-rotate_cw.png cr16-action-player_start.png cr22-action-bookmarks_list_add.png cr16-action-misc.png cr22-mime-make.png cr64-device-blockdevice.png cr22-action-color_line.png crsc-device-camera_unmount.svgz cr16-mime-wordprocessing.png cr128-mime-font_truetype.png cr48-mime-shellscript.png cr128-filesys-trashcan_full.png cr22-device-camera_unmount.png cr64-device-sd_mmc_mount.png cr16-action-signature.png cr16-action-math_lsup.png cr32-action-redo.png cr32-action-filefind.png cr48-device-smart_media_unmount.png cr64-device-pda_black.png cr22-action-view_fit_window.png cr16-action-configure_shortcuts.png cr64-action-favorites.png cr16-action-kde6.png cr64-device-scanner.png cr48-mime-core.png cr32-action-rotate_ccw.png cr16-device-cdrom_unmount.png cr22-action-filesaveas.png cr64-filesys-folder_red_open.png cr16-action-halfencrypted.png cr128-device-ipod_unmount.png cr22-mime-source_y.png cr32-device-smart_media_unmount.png crsc-filesys-exec_wine.svgz cr32-action-mouse.png cr32-mime-postscript.png cr32-device-memory.png cr22-mime-kivio_flw.png cr16-app-kttsd.png cr22-action-math_matrix.png cr16-action-bookmark_toolbar.png cr48-mime-cdimage.png crsc-mime-exec_wine.svgz cr128-mime-deb.png cr16-mime-source_o.png cr32-action-save_all.png cr16-filesys-server.png cr48-action-reload_all_tabs.png cr22-action-mail_post_to.png cr16-filesys-folder_green_open.png cr48-mime-rpm.png cr16-action-music_halfnote.png cr22-action-start.png cr48-mime-source_h.png cr16-device-blockdevice.png cr32-device-pda_blue.png cr16-mime-source_cpp.png cr48-mime-spreadsheet.png cr32-action-contents.png cr32-filesys-folder_yellow.png cr48-device-print_class.png cr16-action-text_bold.png cr128-device-smart_media_unmount.png cr16-action-start.png cr22-action-2downarrow.png cr22-action-text.png cr22-action-editcopy.png cr16-action-1rightarrow.png cr48-mime-unknown.png cr128-mime-log.png cr32-action-music_eightnote.png cr64-filesys-folder_crystal.png cr128-mime-source_java.png crsc-mime-document2.svgz cr22-action-player_end.png cr16-device-mo_mount.png cr16-filesys-folder_crystal.png cr32-action-math_sqrt.png cr16-action-key_enter.png cr64-mime-bt.png cr32-action-bookmark_toolbar.png cr16-mime-message.png cr32-filesys-folder_yellow_open.png crsc-filesys-folder_yellow.svgz cr48-device-pda_blue.png cr64-device-cdaudio_unmount.png cr64-mime-pdf.png cr16-action-math_frac.png cr32-action-bookmark_add.png crsc-device-tv.svgz cr22-device-ipod_mount.png cr22-filesys-trashcan_empty.png cr64-mime-tar.png cr16-action-inline_table.png crsc-filesys-folder_image.svgz cr48-device-3floppy_unmount.png Makefile.am cr22-mime-source_f.png cr16-filesys-folder_sent_mail.png cr48-filesys-ftp.png cr128-mime-source_l.png cr16-action-up.png cr64-mime-soffice.png cr32-action-editcut.png cr32-mime-man.png cr16-filesys-folder_green.png cr22-action-math_sqrt.png cr16-action-undo.png cr22-action-news_unsubscribe.png cr22-action-editclear.png cr16-action-frameprint.png cr128-mime-shellscript.png crsc-filesys-trashcan_empty.svgz cr32-action-gear.png cr22-action-mail_send.png cr22-action-stop.png cr22-mime-recycled.png cr64-mime-vectorgfx.png cr22-action-viewmag-.png cr16-action-view_detailed.png cr16-device-camera_mount.png crsc-filesys-network.svgz cr32-action-music_natur.png cr48-action-kde.png cr48-filesys-lock_overlay.png cr32-action-remove.png cr22-action-frame_spreadsheet.png cr32-action-button_ok.png cr48-filesys-folder_open.png crsc-action-rotate_ccw.svgz cr32-action-attach.png cr32-action-exec.png crsc-mime-netscape_doc.svgz cr22-mime-txt2.png cr22-action-redo.png cr64-filesys-folder_violet.png cr64-mime-source_o.png cr16-filesys-folder_red_open.png cr22-action-filesave.png cr16-action-view_text.png cr48-mime-misc.png cr22-action-mail_forward.png cr64-mime-binary.png cr48-filesys-zip_overlay.png cr16-action-kde3.png crsc-mime-html.svgz cr16-device-compact_flash_mount.png cr128-filesys-folder_home.png cr32-action-compfile.png cr22-action-revert.png cr128-mime-info.png crsc-action-text_italic.svgz cr48-mime-exec_wine.png cr32-mime-source_y.png cr16-action-identity.png cr16-action-rotate_ccw.png cr32-device-nfs_unmount.png cr22-action-connect_no.png cr32-app-kttsd.png cr32-filesys-ftp.png cr32-action-encrypted.png cr32-action-mail_delete.png cr48-filesys-network.png cr22-device-usbpendrive_unmount.png cr32-action-player_start.png cr16-filesys-folder_violet.png cr22-action-toggle_log.png cr22-action-math_onetwomatrix.png crsc-mime-document.svgz cr22-action-identity.png cr16-action-decrypted.png cr64-mime-message.png cr22-action-viewmagfit.png cr22-mime-sound.png cr48-filesys-folder_inbox.png crsc-filesys-temporary.svgz cr16-action-crop.png cr32-mime-kword_kwd.png cr16-mime-ascii.png cr22-action-math_brackets.png cr22-action-math_sum.png crsc-action-colorpicker.svgz cr32-device-tv.png cr32-action-start.png cr128-mime-font_bitmap.png cr16-action-edit.png cr16-action-2uparrow.png cr16-filesys-folder_red.png cr16-mime-netscape_doc.png cr32-action-music_halfnote.png cr32-action-mail_get.png crsc-filesys-folder_tar.svgz cr128-mime-document.png cr64-device-3floppy_mount.png cr16-action-view_top_bottom.png crsc-mime-source_j.svgz cr22-mime-ascii.png Makefile.in crsc-mime-file_locked.svgz cr64-filesys-folder_red.png cr22-mime-html.png cr22-filesys-folder_open.png cr64-filesys-www.png crsc-mime-source_pl.svgz crsc-mime-vcalendar.svgz cr22-device-joystick.png cr128-mime-colorscm.png cr16-action-run.png cr48-action-gohome.png cr32-action-filter.png crsc-device-cdrom_unmount.svgz cr22-action-rotate.png cr16-action-queue.png cr128-device-sd_mmc_unmount.png cr32-filesys-exec.png cr48-mime-tar.png cr16-filesys-folder_yellow_open.png cr22-action-2leftarrow.png cr22-action-mail_get.png cr48-mime-vcalendar.png cr22-device-usbpendrive_mount.png cr48-mime-widget_doc.png cr16-action-unlock.png cr32-mime-log.png crsc-filesys-home_blue.svgz cr16-mime-vcalendar.png cr16-action-1downarrow.png cr128-mime-rpm.png cr22-action-filter.png cr128-filesys-folder_green.png cr128-filesys-zip_overlay.png cr32-filesys-folder_orange_open.png cr128-mime-binary.png cr22-action-charset.png cr16-action-stamp.png cr16-filesys-folder_man.png cr32-action-folder_new.png cr22-action-text_super.png cr16-action-mail_find.png cr16-action-bottom.png cr128-mime-message.png cr22-action-today.png cr22-action-button_ok.png cr64-mime-kugar_kud.png cr32-filesys-folder_tar.png cr64-mime-font.png cr32-action-project_open.png cr16-action-2downarrow.png cr22-mime-man.png cr16-mime-source_moc.png cr16-device-cdrom_mount.png cr48-mime-readme.png cr22-action-window_nofullscreen.png cr16-device-cdaudio_unmount.png cr64-mime-postscript.png cr16-device-smart_media_mount.png crsc-action-stop.svgz crsc-action-remove.svgz cr16-action-pencil.png cr16-action-launch.png crsc-mime-txt.svgz cr48-device-memory_stick_unmount.png crsc-action-contents2.svgz cr32-filesys-folder_sound.png cr128-filesys-folder_violet.png cr22-action-math_int.png cr64-mime-source_l.png cr32-filesys-lock_overlay.png cr64-device-hdd_unmount.png cr32-mime-readme.png cr48-action-launch.png crsc-mime-binary.svgz cr32-action-editshred.png crsc-mime-colorscm.svgz cr64-mime-tex.png cr48-mime-vectorgfx.png cr22-action-viewmag.png cr16-mime-font_truetype.png cr128-mime-gf.png cr128-mime-source_p.png cr16-filesys-folder_print.png crsc-device-zip_mount.svgz cr16-action-mail_post_to.png cr32-mime-pk.png cr16-device-system.png cr64-mime-source_p.png crsc-mime-pdf.svgz cr16-mime-source_f.png cr16-action-add.png cr32-mime-kivio_flw.png cr22-filesys-folder_violet_open.png cr22-action-editshred.png cr32-device-tablet.png cr16-action-1leftarrow.png crsc-filesys-folder_cyan_open.svgz cr22-action-math_lsup.png cr16-action-filesave.png cr16-device-zip_mount.png cr22-action-edittrash.png cr128-mime-spreadsheet.png cr32-action-unindent.png cr16-device-ipod_mount.png cr128-filesys-folder_sound.png cr32-mime-source_moc.png cr64-mime-kword_kwd.png cr16-action-text_under.png cr16-mime-font_bitmap.png cr32-action-music_32ndnote.png cr16-mime-pdf.png cr16-device-mouse.png cr22-mime-encrypted.png cr22-action-paintbrush.png cr16-action-rebuild.png cr16-action-kde1.png cr32-mime-unknown.png cr22-action-fileclose.png cr22-action-next.png cr22-mime-tar.png cr16-action-player_eject.png cr48-mime-postscript.png cr48-mime-koffice.png cr16-action-stop.png cr16-action-fontsizedown.png cr16-action-player_rew.png cr32-action-filenew.png cr48-action-indent.png cr16-action-math_onetwomatrix.png cr16-action-connect_established.png cr16-action-editcut.png cr32-mime-font.png cr64-mime-karbon_karbon.png cr48-action-down.png cr32-action-unlock.png cr16-device-sd_mmc_mount.png cr48-filesys-folder_sound.png cr32-mime-vcalendar.png cr32-action-back.png cr48-filesys-folder_crystal.png cr16-action-view_left_right.png cr16-mime-document.png cr32-action-view_remove.png cr16-action-text_italic.png cr64-filesys-folder_green.png cr128-filesys-desktop.png cr128-mime-video.png cr48-device-pda_black.png cr22-action-frameprint.png cr22-mime-font_type1.png crsc-device-compact_flash_mount.svgz cr22-action-viewmag+.png cr16-mime-html.png cr32-mime-txt.png cr32-filesys-folder_violet.png cr32-action-mail_replyall.png cr32-filesys-folder_image.png cr22-device-3floppy_mount.png cr48-filesys-folder_grey.png cr32-device-hdd_mount.png cr32-mime-kchart_chrt.png crsc-device-cdrom_mount.svgz cr16-action-tab_duplicate.png cr32-mime-message.png cr22-action-frame_query.png crsc-action-mail_generic.svgz cr22-action-clear_left.png cr22-mime-font_truetype.png cr16-action-music_flat.png cr48-device-camera_mount.png cr22-action-frame_image.png crsc-action-view_fit_width.svgz cr16-action-thumbnail.png cr32-mime-soffice.png crsc-action-up.svgz cr48-device-system.png cr22-action-idea.png cr48-mime-font_bitmap.png cr48-filesys-trashcan_full.png cr32-mime-vectorgfx.png cr32-action-halfencrypted.png cr48-mime-dvi.png cr48-mime-mozilla_doc.png cr16-action-player_playlist.png cr32-mime-core.png cr32-mime-source_cpp.png cr16-filesys-folder_open.png cr64-filesys-zip_overlay.png cr32-mime-colorscm.png crsc-device-cdaudio_unmount.svgz cr16-action-music_dottednote.png cr64-mime-source_py.png cr16-action-next.png cr16-mime-image.png cr48-mime-recycled.png cr16-action-mail_new.png cr32-action-view_fit_width.png cr16-action-openterm.png cr64-mime-kpresenter_kpr.png cr64-device-usbpendrive_mount.png cr32-mime-document2.png cr48-action-switchuser.png cr22-mime-binary.png cr32-filesys-folder_man.png cr16-action-tab_remove_other.png cr16-action-colorize.png crsc-mime-tex.svgz cr22-mime-tex.png cr16-action-bookmark_add.png cr16-mime-recycled.png cr128-mime-kmultiple.png cr32-action-find.png cr22-mime-font.png crsc-mime-postscript.svgz crsc-mime-core.svgz cr64-mime-kspread_ksp.png cr16-action-viewmagfit.png crsc-device-sd_mmc_unmount.svgz cr64-device-pda_blue.png cr16-device-camera_unmount.png cr22-mime-kspread_ksp.png cr32-action-spellcheck.png cr22-action-fileopen.png cr128-filesys-trashcan_empty.png cr32-action-music_quarternote.png cr22-action-text_sub.png cr64-mime-source_cpp.png cr32-filesys-folder_crystal.png cr64-device-ipod_unmount.png cr32-action-signature.png cr128-mime-core.png cr128-device-hdd_mount.png cr22-action-mail_generic.png cr64-device-5floppy_mount.png cr64-filesys-trashcan_empty.png cr64-mime-info.png cr64-device-mo_unmount.png cr64-filesys-lock_overlay.png cr32-action-text_italic.png cr22-action-folder.png cr22-action-editpaste.png cr64-device-smart_media_unmount.png cr22-action-locationbar_erase.png cr16-action-bookmark_folder.png cr16-action-project_open.png cr128-filesys-folder_red_open.png crsc-mime-mozilla_doc.svgz cr32-mime-image.png cr32-device-camera_unmount.png cr16-action-view_fit_width.png cr32-mime-netscape_doc.png cr22-action-1uparrow.png crsc-filesys-zip_overlay.svgz cr32-mime-cdtrack.png cr22-action-undo.png cr32-action-rebuild.png cr48-filesys-folder_yellow_open.png cr22-action-down.png cr22-action-news_subscribe.png cr32-filesys-folder_red.png cr32-mime-source_h.png cr48-mime-source_java.png cr64-mime-netscape_doc.png cr128-filesys-folder_crystal.png cr16-action-transform.png cr128-mime-txt2.png cr16-action-viewmag-.png cr16-device-dvd_unmount.png cr32-mime-applix.png cr32-action-reload_page.png cr32-mime-info.png cr32-device-zip_mount.png cr64-device-zip_unmount.png cr16-action-today.png crsc-mime-gf.svgz cr16-action-completion.png cr64-device-tablet.png cr22-device-3floppy_unmount.png cr32-device-ipod_mount.png cr64-mime-txt.png cr16-device-memory.png cr32-action-viewmag+.png cr48-mime-font_type1.png cr16-mime-kugar_kud.png cr48-device-printer1.png crsc-action-text_under.svgz cr32-action-undo.png cr16-filesys-pipe.png cr48-action-next.png cr32-filesys-folder_print.png cr16-mime-zip.png cr48-mime-empty.png cr22-action-view_sidetree.png cr22-mime-metafont.png cr32-action-messagebox_warning.png cr22-action-2uparrow.png cr16-action-player_fwd.png cr32-action-openterm.png cr22-action-openterm.png crsc-mime-font_truetype.svgz cr128-mime-man.png crsc-action-view_fit_window.svgz cr16-action-configure_toolbars.png cr22-action-show_side_panel.png cr32-device-dvd_mount.png cr32-mime-sound.png cr22-action-kde.png cr64-mime-metafont.png crsc-action-player_play.svgz crsc-action-top.svgz cr48-filesys-folder_man.png cr128-filesys-folder.png cr32-action-up.png cr128-device-memory_stick_unmount.png cr128-mime-sound.png cr22-action-math_prod.png crsc-filesys-folder_open.svgz cr22-action-editcut.png cr48-mime-tgz.png cr22-action-music_cleficon.png cr22-mime-source_cpp.png crsc-filesys-www.svgz cr32-action-editclear.png cr48-mime-wordprocessing.png cr64-mime-font_bitmap.png cr22-action-view_tree.png cr22-action-share.png cr48-mime-source_py.png cr64-filesys-folder_man.png cr22-action-1leftarrow.png cr128-device-camera_mount.png cr32-filesys-folder_txt.png cr48-device-zip_unmount.png cr22-action-music_cross.png cr32-action-math_rsup.png cr128-action-launch.png cr16-mime-tex.png cr48-device-nfs_unmount.png cr22-mime-colorscm.png cr32-mime-quicktime.png cr64-filesys-folder_image.png cr16-mime-unknown.png cr32-device-smart_media_mount.png crsc-action-player_start.svgz cr16-mime-applix.png cr128-mime-mozilla_doc.png cr32-mime-source_py.png crsc-action-gohome.svgz cr128-mime-vectorgfx.png cr16-mime-gf.png cr32-action-kde.png crsc-device-cdwriter_mount.svgz cr22-action-attach.png cr16-action-text_right.png cr16-action-contents2.png cr16-device-smart_media_unmount.png cr22-filesys-folder_home.png cr16-filesys-link_overlay.png cr22-mime-source.png cr48-device-5floppy_mount.png cr64-device-dvd_unmount.png cr22-action-math_paren.png crsc-filesys-services.svgz cr64-mime-kchart_chrt.png cr16-action-math_matrix.png cr48-device-cdaudio_mount.png cr16-device-hdd_unmount.png cr32-action-math_frac.png cr16-action-switchuser.png cr16-action-compfile.png cr32-mime-kmultiple.png cr128-device-blockdevice.png cr48-device-compact_flash_unmount.png +KDE_DIST=cr32-device-system.png crsc-device-ipod_unmount.svgz cr32-device-usbpendrive_unmount.png cr16-action-math_lsub.png cr16-action-history.png cr32-action-fileprint.png crsc-filesys-folder_favorite.svgz cr32-mime-template_source.png crsc-mime-zip.svgz cr16-action-about_kde.png cr48-action-rotate_ccw.png cr32-action-mail_post_to.png cr16-mime-tar.png cr16-device-hdd_mount.png cr64-mime-exec_wine.png cr64-mime-source_y.png cr48-device-cdrom_mount.png cr32-mime-exec_wine.png cr22-action-player_eject.png cr22-mime-tgz.png crsc-device-zip_unmount.svgz cr32-action-messagebox_critical.png cr32-action-text_block.png cr32-device-mo_unmount.png cr16-device-tv.png cr48-mime-info.png cr32-action-player_eject.png cr64-mime-shellscript.png cr22-mime-soffice.png cr16-device-printer1.png crsc-action-eraser.svgz cr22-action-math_brace.png cr32-filesys-file_broken.png crsc-mime-video.svgz cr16-action-move.png cr22-action-window_new.png cr128-mime-misc.png cr32-action-leftjust.png cr48-device-ipod_unmount.png cr16-action-music_32ndnote.png cr16-action-2rightarrow.png cr16-action-help.png crsc-device-print_class.svgz cr64-mime-html.png cr48-mime-html.png cr22-action-connect_creating.png cr64-filesys-network.png cr16-action-editclear.png crsc-filesys-home_white.svgz cr22-action-music_quarternote.png cr16-device-3floppy_mount.png cr16-filesys-folder_important.png cr16-filesys-folder_grey.png cr64-device-smart_media_mount.png cr48-mime-source_o.png cr32-device-cdwriter_unmount.png crsc-filesys-folder_locked.svgz cr64-mime-cdr.png cr48-action-frameprint.png cr48-mime-encrypted.png cr32-mime-make.png cr128-filesys-folder_yellow.png crsc-mime-source.svgz cr22-action-thumbnail.png cr16-action-news_subscribe.png cr22-device-memory_stick_unmount.png cr48-action-share.png crsc-mime-cdtrack.svgz cr22-filesys-folder_grey.png cr16-mime-postscript.png cr32-filesys-desktop.png cr32-mime-pdf.png cr16-action-text.png cr22-mime-source_o.png cr16-mime-news.png cr128-mime-source_h.png crsc-filesys-folder_green.svgz cr16-action-filefind.png crsc-action-fileprint.svgz cr22-action-mail_find.png cr32-action-next.png cr16-action-save_all.png cr64-mime-gf.png cr64-mime-video.png cr128-mime-metafont.png cr48-mime-txt.png cr48-device-3floppy_mount.png cr16-device-pda_black.png cr128-mime-source.png cr48-filesys-folder_violet.png cr22-device-cdaudio_unmount.png cr22-mime-empty.png crsc-action-back.svgz cr22-mime-info.png cr32-action-bookmark_folder.png cr22-action-mail_new3.png cr64-mime-cdtrack.png crsc-mime-image2.svgz cr48-action-reload_page.png cr128-mime-source_f.png cr16-mime-misc.png cr16-action-player_play.png cr128-filesys-link_overlay.png cr22-action-mail_delete.png cr32-action-view_top_bottom.png cr22-action-button_cancel.png cr22-mime-kformula_kfo.png cr32-action-share.png crsc-action-bottom.svgz cr32-mime-gf.png cr16-action-window_nofullscreen.png cr16-filesys-folder_html.png cr64-device-nfs_unmount.png cr16-action-fileopen.png cr16-action-player_end.png cr48-mime-source_moc.png cr128-app-password.png cr64-mime-source_php.png cr22-action-make_kdevelop.png cr22-action-encrypted.png cr48-device-tablet.png cr16-action-filesaveas.png cr48-device-mo_mount.png crsc-mime-source_o.svgz cr48-filesys-file_broken.png cr64-action-player_play.png cr48-action-back.png cr32-action-view_left_right.png cr32-device-memory_stick_unmount.png cr16-mime-pk.png cr128-mime-cdimage.png cr64-device-cdaudio_mount.png cr48-action-filequickprint.png cr22-action-pencil.png cr128-mime-pdf.png cr16-action-text_center.png cr32-mime-tar.png crsc-action-finish.svgz cr64-mime-misc.png cr16-action-eraser.png cr128-mime-font.png crsc-device-hdd_unmount.svgz cr22-action-filenew.png cr16-action-fileprint.png cr32-action-music_sixteenthnote.png cr16-action-view_remove.png cr22-mime-document2.png cr32-action-music_dottednote.png cr128-mime-make.png cr64-mime-source_pl.png crsc-action-down.svgz cr48-device-usbpendrive_mount.png cr32-action-music_fermatenote.png crsc-device-scanner.svgz cr16-action-flag.png cr22-filesys-zip_overlay.png cr22-action-rotate_ccw.png cr16-action-text_strike.png cr22-action-text_right.png cr32-mime-widget_doc.png crsc-mime-karbon_karbon.svgz cr22-action-blend.png cr22-action-lock.png cr22-mime-zip.png cr128-mime-source_cpp.png cr64-mime-dvi.png cr16-action-lock.png cr22-action-music_halfnote.png cr22-mime-bt.png cr32-mime-html.png crsc-device-nfs_mount.svgz cr22-action-view_choose.png cr16-action-remove.png cr64-mime-man.png cr22-action-translate.png cr32-action-down.png cr22-mime-source_j.png cr48-filesys-folder_print.png cr16-action-blend.png cr22-mime-krita_kra.png cr22-mime-image.png cr16-filesys-zip_overlay.png crsc-filesys-network_local.svgz cr16-action-tab_new_bg.png cr48-mime-gettext.png cr32-action-bookmark.png crsc-filesys-folder_blue.svgz crsc-action-text_bild.svgz cr16-action-music_eightnote.png cr22-action-edit.png cr48-filesys-folder_yellow.png cr22-action-project_open.png cr16-filesys-folder_locked.png cr128-mime-wordprocessing.png cr64-mime-txt2.png crsc-mime-ascii.svgz cr48-device-sd_mmc_mount.png cr22-action-music_dottednote.png cr128-mime-readme.png cr16-device-nfs_mount.png cr22-filesys-folder_orange_open.png cr22-mime-kword_kwd.png cr16-filesys-folder_yellow.png cr32-mime-txt2.png crsc-mime-source_s.svgz cr22-action-mail_reply.png cr32-device-usbpendrive_mount.png cr16-mime-core.png cr128-mime-resource.png cr16-filesys-folder_orange_open.png cr32-action-stop.png cr16-filesys-lock_overlay.png cr128-mime-pk.png cr16-mime-kword_kwd.png cr22-action-queue.png crsc-device-ipod_mount.svgz cr16-action-exit.png crsc-action-forward.svgz cr32-device-blockdevice.png cr16-action-viewmag+.png cr48-mime-man.png cr64-mime-source.png crsc-filesys-lock_overlay.svgz crsc-mime-dvi.svgz cr22-mime-kpresenter_kpr.png cr32-device-nfs_mount.png cr16-action-revert.png cr22-mime-source_l.png cr22-action-view_left_right.png crsc-mime-pk.svgz cr32-action-exit.png cr22-action-up.png cr16-action-share.png cr16-mime-source_php.png cr32-mime-font_type1.png cr16-action-translate.png cr16-device-memory_stick_unmount.png cr64-mime-deb.png cr32-action-music_cross.png cr16-action-finish.png cr128-device-compact_flash_unmount.png cr64-mime-kmultiple.png cr16-action-text_left.png cr64-filesys-desktop.png cr16-action-reload.png cr16-mime-rpm.png cr64-mime-readme.png cr16-filesys-folder.png cr22-mime-rpm.png cr64-device-zip_mount.png crsc-app-kttsd.svgz cr48-app-kmenu.png cr32-mime-video.png cr32-mime-document.png cr128-filesys-folder_home2.png cr22-action-halfencrypted.png cr16-device-cdwriter_unmount.png cr22-action-switchuser.png cr16-mime-exec_wine.png cr48-filesys-www.png crsc-device-pda_black.svgz cr16-action-reload_page.png cr128-mime-exec_wine.png cr64-mime-kformula_kfo.png cr16-action-view_multicolumn.png cr32-action-bookmarks_list_add.png cr32-action-centrejust.png cr16-action-spellcheck.png cr32-device-sd_mmc_unmount.png cr48-device-smart_media_mount.png crsc-action-text_super.svgz crsc-action-frameprint.svgz cr128-mime-bt.png cr16-mime-kformula_kfo.png cr22-mime-source_py.png cr48-mime-source_c.png cr32-device-cdrom_unmount.png cr22-mime-dvi.png cr16-action-music_fermatenote.png cr16-action-emptytrash.png cr32-action-fonts.png cr16-action-fill.png cr64-mime-unknown.png cr32-action-add.png cr22-action-viewmag1.png cr32-mime-kpresenter_kpr.png crsc-device-mouse.svgz cr16-mime-metafont.png cr22-mime-source_p.png cr16-action-music_sixteenthnote.png cr32-action-blend.png cr128-filesys-folder_red.png cr48-action-gear.png cr22-action-player_rew.png crsc-mime-vectorgfx.svgz cr64-app-password.png cr48-mime-ascii.png index.theme cr22-mime-kchart_chrt.png cr16-filesys-file_broken.png cr64-filesys-folder_important.png crsc-mime-shellscript.svgz crsc-filesys-folder_yellow_open.svgz cr22-filesys-folder_grey_open.png cr16-action-charset.png crsc-mime-source_php.svgz cr64-mime-source_c.png cr128-device-chardevice.png cr32-action-math_lsub.png cr16-action-music_quarternote.png crsc-mime-vcard.svgz cr22-action-player_fwd.png crsc-filesys-folder_violet_open.svgz crsc-mime-font_bitmap.svgz cr64-mime-font_type1.png cr16-device-memory_stick_mount.png cr16-action-edittrash.png cr16-action-rotate.png cr16-action-connect_no.png cr22-action-about_kde.png cr16-action-frame_query.png cr16-action-math_rsub.png cr48-action-unindent.png cr16-mime-info.png cr48-action-fileclose.png cr128-mime-tex.png cr22-action-music_sixteenthnote.png cr22-mime-gf.png cr16-filesys-folder_home2.png crsc-filesys-folder_html.svgz cr32-mime-kugar_kud.png cr32-mime-source.png cr32-action-math_paren.png cr22-filesys-folder_green_open.png cr128-mime-source_j.png cr32-action-math_rsub.png cr128-filesys-exec.png cr22-action-view_fit_width.png cr128-mime-source_y.png cr48-device-dvd_unmount.png cr16-mime-deb.png crsc-filesys-folder_txt.svgz cr32-filesys-folder_green.png crsc-filesys-file_important.svgz cr22-action-connect_established.png crsc-filesys-folder_red_open.svgz cr22-action-frame_text.png cr16-action-back.png cr48-mime-karbon_karbon.png cr128-filesys-folder_txt.png crsc-mime-tgz.svgz crsc-mime-log.svgz cr32-mime-kspread_ksp.png cr64-action-fileopen.png cr22-action-decrypted.png cr16-action-viewmag1.png crsc-action-text_strike.svgz cr22-mime-news.png cr22-action-wizard.png cr16-filesys-network.png cr32-action-player_pause.png cr16-mime-tgz.png cr32-action-mail_generic.png cr22-action-view_icon.png cr16-filesys-www.png cr22-filesys-folder_yellow.png cr16-action-math_sum.png crsc-action-info.svgz cr48-filesys-desktop.png cr48-mime-tex.png cr32-action-rotate_cw.png cr16-action-editcopy.png cr22-action-music_eightnote.png cr32-device-hdd_unmount.png cr32-action-mail_replylist.png cr64-mime-font_truetype.png crsc-mime-file_temporary.svgz cr22-mime-readme.png cr48-mime-source_cpp.png cr32-action-gohome.png cr16-mime-source_py.png cr128-app-kttsd.png cr22-action-view_top_bottom.png cr22-mime-cdimage.png cr16-mime-cdimage.png cr64-filesys-folder_home2.png cr16-action-previous.png cr16-device-cdwriter_mount.png cr32-device-scanner.png cr32-mime-kexi_kexi.png cr22-action-top.png cr16-action-view_icon.png cr32-action-emptytrash.png cr22-action-signature.png cr16-device-mo_unmount.png cr32-device-3floppy_unmount.png cr22-action-player_start.png cr32-action-filesaveas.png cr32-mime-gettext.png cr22-device-hdd_mount.png cr32-action-player_play.png cr16-device-nfs_unmount.png cr16-action-color_fill.png crsc-filesys-link_overlay.svgz cr32-device-cdrom_mount.png cr16-filesys-ftp.png cr22-action-frame_edit.png cr128-mime-txt.png cr64-mime-recycled.png crsc-device-usbpendrive_mount.svgz cr32-filesys-trashcan_full.png cr32-action-player_playlist.png cr22-mime-spreadsheet.png cr22-action-music_32ndnote.png cr48-filesys-folder_html.png cr22-action-centrejust.png cr32-action-editcopy.png cr32-filesys-link_overlay.png crsc-mime-font.svgz cr128-mime-tar.png cr16-action-rotate_cw.png cr48-action-eraser.png cr64-mime-pk.png cr16-filesys-folder_favorite.png crsc-device-memory.svgz cr22-action-reload_page.png cr22-action-window_fullscreen.png cr16-action-configure.png cr128-mime-vcalendar.png cr32-action-contexthelp.png cr22-action-view_fit_height.png crsc-action-reload_all_tabs.svgz cr22-action-configure.png cr16-action-math_brace.png cr22-mime-vcalendar.png cr16-filesys-folder_image.png crsc-mime-source_f.svgz cr22-device-memory_stick_mount.png cr128-mime-encrypted.png cr32-action-viewmag1.png crsc-action-filequickprint.svgz cr16-action-view_sidetree.png cr32-mime-spreadsheet.png cr16-device-chardevice.png cr16-mime-source_c.png cr128-mime-cdtrack.png cr32-action-viewmag-.png cr16-mime-txt2.png cr16-mime-binary.png cr16-mime-kchart_chrt.png crsc-filesys-folder_red.svgz cr64-mime-cdimage.png cr22-action-leftjust.png crsc-filesys-exec.svgz cr32-action-window_fullscreen.png cr48-mime-source_l.png cr32-action-mail_new.png cr16-filesys-folder_violet_open.png cr48-device-sd_mmc_unmount.png cr128-filesys-folder_orange.png cr48-mime-midi.png cr64-device-cdwriter_mount.png cr32-mime-kformula_kfo.png cr48-mime-font.png cr64-device-system.png cr22-action-add.png cr16-mime-font.png cr22-action-view_right.png crsc-device-smartmedia_mount.svgz cr64-mime-document.png cr128-mime-tgz.png cr128-filesys-folder_grey_open.png cr22-mime-document.png cr32-action-text_right.png cr32-action-music_cleficon.png cr16-action-reload_all_tabs.png cr48-device-usbpendrive_unmount.png cr64-filesys-folder_green_open.png cr48-mime-image.png cr22-action-player_stop.png cr32-action-connect_creating.png cr22-filesys-folder_red_open.png crsc-mime-koffice.svgz cr64-mime-colorscm.png cr48-filesys-folder_locked.png cr48-filesys-folder_image.png cr48-action-identity.png cr64-mime-koffice.png cr128-mime-kexi_kexi.png cr22-action-view_multicolumn.png cr64-filesys-link_overlay.png cr22-mime-log.png cr32-filesys-folder_home.png cr16-action-find.png cr22-mime-core.png cr22-device-sd_mmc_unmount.png cr16-action-math_prod.png crsc-action-start.svgz cr32-action-mail_reply.png cr32-action-wizard.png cr64-device-mouse.png cr16-mime-source_h.png cr128-filesys-folder_tar.png cr22-action-run.png cr48-filesys-link_overlay.png cr32-mime-wordprocessing.png crsc-device-mo_unmount.svgz cr48-app-kttsd.png cr16-app-kmenu.png cr32-action-kdevelop_down.png cr22-action-fontsizedown.png cr16-mime-video.png cr32-action-view_bottom.png cr128-filesys-network.png crsc-mime-message.svgz crsc-device-compact_flash_unmount.svgz cr32-action-mail_find.png cr16-action-math_brackets.png cr48-filesys-folder_green_open.png cr22-mime-file_temporary.png cr48-action-bookmark.png cr22-action-move.png cr48-mime-soffice.png cr16-action-no.png cr22-device-sd_mmc_mount.png cr16-action-frame_edit.png cr16-action-filenew.png cr22-action-contexthelp.png cr48-mime-video.png cr16-action-make_kdevelop.png cr22-action-message_reply.png cr16-action-fork.png cr128-mime-postscript.png cr16-app-password.png cr22-mime-deb.png cr32-action-about_kde.png crsc-action-reload_page.svgz cr16-action-connect_creating.png crsc-action-about_kde.svgz cr16-action-window_new.png crsc-mime-man.svgz crsc-action-add.svgz cr22-filesys-www.png cr32-action-text_strike.png cr22-device-printer1.png cr128-mime-karbon_karbon.png cr64-mime-kivio_flw.png cr48-filesys-folder_important.png cr48-filesys-network_local.png cr48-filesys-exec.png cr48-mime-kword_kwd.png cr32-action-math_prod.png cr16-device-ipod_unmount.png cr16-action-attach.png cr128-mime-netscape_doc.png cr22-action-text_italic.png crsc-mime-kmultiple.svgz cr32-action-math_int.png cr128-mime-empty.png cr128-mime-recycled.png cr64-device-dvd_mount.png crsc-action-player_fwd.svgz cr22-action-mail_new.png cr32-mime-cdr.png cr32-mime-krita_kra.png cr22-device-compact_flash_unmount.png crsc-action-player_pause.svgz cr16-filesys-folder_grey_open.png cr128-device-memory_stick_mount.png cr32-action-view_sidetree.png cr16-action-fileexport.png cr32-action-rotate.png cr32-action-editpaste.png crsc-action-player_next.svgz cr64-filesys-folder_orange_open.png cr64-filesys-folder_grey.png cr48-mime-kexi_kexi.png cr32-action-player_stop.png cr32-filesys-www.png crsc-filesys-folder_blue_open.svgz cr48-device-nfs_mount.png cr16-action-mail_replylist.png cr32-action-math_onetwomatrix.png cr16-action-airbrush.png cr32-action-view_fit_height.png cr22-action-colorpicker.png cr48-device-joystick.png cr16-mime-source_y.png crsc-filesys-file_broken.svgz cr48-mime-source.png cr22-action-math_rsup.png cr22-action-rotate_cw.png cr32-action-connect_no.png cr48-filesys-trashcan_empty.png cr16-action-text_block.png cr64-device-compact_flash_unmount.png crsc-mime-cdimage.svgz cr48-mime-document2.png cr22-action-math_abs.png cr32-action-launch.png cr32-device-camera_mount.png cr32-action-make_kdevelop.png cr128-filesys-network_local.png cr48-filesys-folder_tar.png cr16-mime-readme.png cr16-filesys-folder_video.png cr32-mime-source_s.png crsc-mime-make.svgz cr64-filesys-folder_txt.png cr22-action-filequickprint.png cr22-action-showmenu.png cr32-filesys-folder_grey.png crsc-mime-empty.svgz cr16-device-dvd_mount.png cr32-device-zip_unmount.png crsc-mime-applix.svgz cr64-mime-resource.png cr32-device-sd_mmc_mount.png cr16-action-text_sub.png cr64-mime-log.png cr16-action-window_suppressed.png cr48-filesys-folder_green.png cr22-action-color_fill.png cr48-filesys-folder_violet_open.png cr32-filesys-folder_favorite.png cr22-action-math_frac.png cr64-filesys-folder_print.png cr32-mime-source_o.png cr128-filesys-folder_video.png cr16-action-music_fullnote.png cr32-action-fileimport.png cr22-mime-midi.png cr64-mime-core.png cr32-action-colorize.png cr22-action-filefind.png cr64-filesys-folder_locked.png cr64-device-hdd_mount.png cr32-action-view_tree.png cr128-action-share.png cr32-action-today.png cr64-filesys-folder_video.png cr32-mime-file_temporary.png cr32-filesys-folder_grey_open.png cr32-action-math_matrix.png cr48-device-scanner.png cr128-mime-dvi.png cr16-device-compact_flash_unmount.png cr64-filesys-exec.png cr128-device-hdd_unmount.png cr16-action-math_int.png crsc-action-reload.svgz cr32-device-dvd_unmount.png cr16-action-math_sqrt.png crsc-action-configure.svgz cr48-mime-source_f.png crsc-filesys-desktop.svgz cr32-action-indent.png cr32-device-compact_flash_unmount.png cr128-mime-document2.png crsc-mime-recycled.svgz cr16-action-bookmark.png cr32-device-cdwriter_mount.png cr32-mime-source_l.png cr48-mime-zip.png cr22-filesys-desktop.png cr32-action-top.png cr16-action-kde5.png cr48-device-cdwriter_unmount.png cr32-filesys-folder_green_open.png cr48-action-exit.png cr16-device-usbpendrive_unmount.png cr22-action-frame_chart.png cr128-filesys-folder_favorite.png cr16-action-contents.png cr22-mime-koffice.png cr16-action-frame_spreadsheet.png cr128-mime-template_source.png cr32-mime-dvi.png cr128-filesys-www.png crsc-device-blockdevice.svgz cr22-action-reload3.png cr22-action-goto.png crsc-mime-image.svgz cr16-action-math_abs.png cr32-device-5floppy_mount.png cr22-device-compact_flash_mount.png cr48-device-blockdevice.png cr48-mime-kmultiple.png crsc-filesys-folder_man2.svgz cr16-action-tab_remove.png cr48-mime-kugar_kud.png cr22-action-mouse.png crsc-app-kmenu.svgz crsc-mime-source_java.svgz cr22-mime-source_java.png crsc-action-launch.svgz crsc-device-sd_mmc_mount.svgz cr32-filesys-folder_red_open.png cr22-mime-postscript.png cr32-action-switchuser.png cr16-device-tablet.png cr48-action-colorpicker.png cr48-mime-template_source.png crsc-action-view_fit_height.svgz crsc-action-text_bold.svgz crsc-mime-source_p.svgz cr32-action-player_end.png crsc-filesys-folder_orange_open.svgz cr32-app-kmenu.png cr32-action-text_left.png cr64-app-kmenu.png cr22-action-view_remove.png cr32-action-math_brackets.png cr32-mime-binary.png cr22-action-spellcheck.png cr16-filesys-desktop.png cr32-mime-cdimage.png cr22-mime-video.png cr22-device-system.png cr32-filesys-zip_overlay.png cr48-action-rotate.png cr16-action-tab_new.png cr64-filesys-folder_orange.png crsc-action-mail_post_to.svgz cr64-filesys-folder_yellow.png cr32-action-finish.png cr32-mime-karbon_karbon.png cr16-action-1uparrow.png cr32-filesys-folder_locked.png cr32-action-viewmagfit.png cr22-action-airbrush.png crsc-mime-sound.svgz crsc-filesys-folder_cyan.svgz cr16-mime-log.png cr32-device-printer1.png cr32-key_enter.png crsc-action-player_rew.svgz cr128-filesys-file_broken.png cr16-action-wizard.png crsc-filesys-folder_sound.svgz cr16-action-math_rsup.png cr32-device-pda_black.png cr48-mime-source_pl.png cr32-action-viewmag.png crsc-mime-rpm.svgz crsc-device-cdwriter_unmount.svgz cr32-mime-vcard.png cr48-device-chardevice.png cr22-filesys-folder_print.png cr48-mime-source_s.png cr64-device-nfs_mount.png crsc-action-exit.svgz crsc-device-dvd_unmount.svgz cr64-mime-source_moc.png cr32-action-clear_left.png cr22-action-text_block.png cr48-mime-krita_kra.png cr48-device-mouse.png crsc-mime-source_l.svgz cr128-mime-source_s.png cr16-mime-source_java.png crsc-mime-txt2.svgz cr16-action-services.png cr64-device-mo_mount.png cr22-action-mail_replylist.png cr64-filesys-folder_html.png crsc-action-text_sub.svgz cr32-action-player_fwd.png cr64-mime-source_h.png cr22-mime-source_s.png cr64-filesys-network_local.png cr48-mime-log.png cr22-action-rebuild.png cr48-action-lock.png cr32-device-print_class.png cr22-action-unlock.png cr32-action-edittrash.png cr22-action-save_all.png crsc-action-fileclose.svgz cr32-action-view_fit_window.png cr16-device-print_class.png crsc-mime-source_c.svgz crsc-action-rotate_cw.svgz cr22-filesys-folder.png crsc-device-dvd_mount.svgz cr16-filesys-folder_inbox.png cr48-mime-cdtrack.png cr16-action-view_right.png cr16-action-frame_image.png cr64-device-camera_unmount.png crsc-device-mo_umount.svgz cr32-filesys-folder.png cr16-action-redo.png cr16-filesys-folder_outbox.png cr22-action-fill.png cr16-action-cancel.png cr32-device-joystick.png cr22-action-key_enter.png cr32-device-3floppy_mount.png cr32-mime-source_j.png cr32-action-math_lsup.png cr64-mime-quicktime.png cr16-mime-source_pl.png cr22-mime-wordprocessing.png cr16-device-usbpendrive_mount.png cr32-action-view_icon.png cr128-device-compact_flash_mount.png cr48-filesys-folder.png crsc-device-cdaudio_mount.svgz cr22-action-math_rsub.png cr48-mime-txt2.png cr64-filesys-folder_yellow_open.png cr128-mime-widget_doc.png cr128-filesys-folder_yellow_open.png cr16-action-mail_replyall.png cr16-mime-font_type1.png cr22-device-print_class.png crsc-mime-wordprocessing.svgz cr16-action-fileimport.png cr32-action-connect_established.png cr128-filesys-folder_orange_open.png cr22-mime-file_locked.png cr16-mime-source_s.png cr16-mime-source_l.png crsc-filesys-folder_important.svgz cr22-action-bookmark_folder.png cr22-mime-kexi_kexi.png cr64-mime-source_j.png cr22-mime-source_c.png cr16-filesys-folder_home.png cr32-action-help.png crsc-filesys-file_locked.svgz crsc-device-joystick.svgz cr128-mime-ascii.png crsc-action-filenew.svgz cr22-app-password.png cr16-action-mail_send.png cr128-filesys-folder_important.png cr48-mime-metafont.png crsc-filesys-pipe.svgz cr48-action-filenew.png cr22-action-gear.png cr32-action-music_flat.png cr16-action-music_cross.png crsc-device-hdd_mount.svgz cr64-filesys-folder_tar.png cr128-device-sd_mmc_mount.png cr64-mime-vcalendar.png cr32-action-math_abs.png cr16-mime-vcard.png cr16-action-kde4.png cr64-device-ipod_mount.png cr32-action-view_right.png cr64-device-3floppy_unmount.png cr64-mime-vcard.png cr22-action-reload_all_tabs.png cr64-mime-widget_doc.png cr48-mime-resource.png cr48-mime-pdf.png cr32-action-contents2.png cr16-action-window_fullscreen.png cr16-mime-shellscript.png cr32-action-view_multicolumn.png cr48-device-hdd_unmount.png cr32-action-messagebox_info.png cr48-action-up.png cr32-action-math_brace.png cr22-mime-vectorgfx.png cr48-device-dvd_mount.png cr48-mime-kivio_flw.png cr16-action-2leftarrow.png cr22-action-player_play.png cr32-action-revert.png cr48-device-zip_mount.png cr48-action-remove.png crsc-filesys-folder_green_open.svgz cr32-mime-recycled.png cr16-filesys-folder_orange.png cr32-action-player_rew.png cr22-action-finish.png cr16-device-sd_mmc_unmount.png cr16-device-scanner.png cr22-action-bookmark.png cr32-mime-source_c.png crsc-mime-source_cpp.svgz cr22-action-exec.png cr64-device-camera_mount.png cr48-filesys-folder_home2.png cr64-device-5floppy_unmount.png cr16-action-player_volume.png crsc-action-previous.svgz cr64-mime-mozilla_doc.png cr16-action-history_clear.png cr22-device-camera_mount.png crsc-device-5floppy_unmount.svgz cr16-action-music_cleficon.png cr48-mime-source_php.png cr16-action-mail_generic.png cr16-action-info.png cr64-mime-rpm.png cr16-mime-midi.png crsc-device-camera_mount.svgz crsc-mime-source_y.svgz cr128-filesys-folder_print.png cr22-filesys-folder_green.png cr16-action-paintbrush.png crsc-action-mail_new.svgz cr32-filesys-network_local.png cr22-mime-netscape_doc.png cr64-mime-make.png cr16-action-goto.png cr32-action-filequickprint.png cr22-filesys-folder_yellow_open.png cr48-action-misc.png cr48-mime-source_p.png crsc-mime-source_h.svgz cr32-mime-zip.png cr128-app-kmenu.png cr48-device-camera_unmount.png cr16-mime-resource.png cr128-filesys-lock_overlay.png cr16-action-editpaste.png cr32-action-misc.png cr22-device-ipod_unmount.png cr16-mime-quicktime.png cr32-mime-deb.png cr22-action-fileexport.png cr64-mime-source_java.png cr48-filesys-folder_txt.png cr48-filesys-folder_home.png cr48-device-compact_flash_mount.png cr16-action-mail_get.png cr16-mime-encrypted.png cr16-mime-kmultiple.png cr48-mime-applix.png cr32-mime-file_locked.png cr48-filesys-folder_outbox.png cr32-action-identity.png cr16-action-color_line.png cr16-mime-cdtrack.png cr16-device-5floppy_unmount.png cr64-filesys-folder_grey_open.png cr48-filesys-folder_orange.png cr128-device-usbpendrive_mount.png crsc-device-memory_stick_mount.svgz cr16-mime-source.png cr16-action-idea.png cr16-device-pda_blue.png cr22-action-text_bold.png cr32-action-text_super.png cr22-action-remove.png cr128-mime-source_o.png cr32-device-compact_flash_mount.png crsc-mime-readme.svgz cr64-mime-source_f.png cr16-device-zip_unmount.png cr22-action-fork.png cr48-filesys-pipe.png cr128-device-printer1.png cr48-action-forward.png cr22-filesys-folder_orange.png cr22-action-emptytrash.png cr64-mime-sound.png cr48-mime-kchart_chrt.png cr32-action-colorpicker.png cr128-device-smart_media_mount.png cr32-app-password.png cr128-filesys-folder_violet_open.png cr64-device-printer1.png cr22-action-mail_post_to3.png cr64-filesys-folder_sound.png cr22-action-colorize.png cr16-mime-spreadsheet.png cr16-mime-krita_kra.png cr16-action-view_tree.png crsc-mime-source_py.svgz cr16-action-view_fit_height.png crsc-mime-deb.svgz cr128-filesys-folder_man.png cr22-action-contents.png cr32-action-view_detailed.png cr48-device-cdrom_unmount.png cr32-filesys-trashcan_empty.png cr16-action-down.png crsc-action-wizard.svgz cr22-action-text_strike.png cr48-mime-kformula_kfo.png cr16-action-gear.png cr32-device-5floppy_unmount.png crsc-filesys-trashcan_full.svgz cr48-filesys-folder_orange_open.png cr22-action-mail_replyall.png cr32-device-cdaudio_mount.png crsc-action-next.svgz cr22-mime-message.png cr22-action-music_flat.png cr128-filesys-folder_image.png cr64-device-cdrom_mount.png cr64-mime-applix.png crsc-action-rotate.svgz cr48-mime-deb.png cr64-filesys-folder_favorite.png cr32-mime-source_java.png cr16-mime-bt.png cr22-action-music_natur.png cr128-filesys-folder_locked.png cr22-mime-pdf.png cr128-mime-source_py.png cr32-action-window_new.png cr32-mime-source_pl.png cr64-device-print_class.png crsc-filesys-folder_print.svgz cr128-device-camera_unmount.png cr16-mime-sound.png cr16-action-view_fit_window.png cr128-device-ipod_mount.png cr48-action-player_playlist.png cr32-filesys-network.png cr22-filesys-trashcan_full.png cr22-action-2rightarrow.png cr22-action-fileprint.png cr22-action-cd.png cr22-mime-source_pl.png cr64-mime-document2.png cr22-action-music_fullnote.png crsc-action-share.svgz cr32-filesys-folder_important.png cr128-mime-krita_kra.png crsc-mime-cdr.svgz cr16-action-inline_image.png cr48-action-stop.png cr64-filesys-file_broken.png cr16-filesys-network_local.png cr64-device-memory_stick_unmount.png cr128-mime-midi.png cr16-action-colorpicker.png cr22-action-previous.png cr22-mime-kugar_kud.png cr16-mime-kpresenter_kpr.png cr16-mime-cdr.png cr32-device-memory_stick_mount.png crsc-filesys-folder_home.svgz crsc-action-player_eject.svgz cr32-action-view_text.png cr22-mime-txt.png cr16-filesys-folder_tar.png cr48-mime-colorscm.png cr16-device-5floppy_mount.png cr48-action-fileprint.png cr48-device-hdd_mount.png cr32-action-text_center.png cr48-mime-kpresenter_kpr.png cr16-action-tab_breakoff.png cr32-action-mail_send.png cr48-action-add.png cr16-action-kde.png cr32-action-mail_forward.png cr16-action-mail_forward.png cr22-action-help.png cr32-action-lock.png cr64-mime-midi.png cr16-mime-kspread_ksp.png cr16-action-folder_new.png cr22-action-exit.png cr64-device-sd_mmc_unmount.png cr16-device-joystick.png cr16-action-ok.png cr32-filesys-folder_open.png cr64-mime-source_s.png cr22-action-apply.png cr16-filesys-folder_txt.png cr48-action-mail_post_to.png cr48-filesys-folder_grey_open.png cr48-filesys-folder_favorite.png cr22-action-text_center.png cr64-mime-empty.png crsc-action-fileopen.svgz cr22-action-fontsizeup.png cr128-mime-vcard.png cr32-action-button_cancel.png cr32-action-frameprint.png cr16-action-frame_formula.png cr22-mime-karbon_karbon.png cr32-action-previous.png cr48-action-contents2.png cr22-mime-pk.png cr64-device-cdwriter_unmount.png cr48-mime-sound.png cr64-device-compact_flash_mount.png cr32-action-math_sum.png crsc-device-pda_blue.svgz cr22-device-hdd_unmount.png cr64-filesys-trashcan_full.png crsc-mime-widget_doc.svgz cr22-mime-quicktime.png cr64-filesys-folder_violet_open.png crsc-mime-kexi_kexi.svgz cr48-device-tv.png cr128-mime-font_type1.png cr22-action-inline_table.png cr16-action-encrypted.png cr32-mime-source_f.png cr16-action-contexthelp.png cr22-action-editdelete.png cr16-action-editshred.png cr32-device-cdaudio_unmount.png cr64-mime-template_source.png cr32-filesys-folder_html.png cr22-action-eraser.png cr128-mime-zip.png crsc-device-3floppy_unmount.svgz cr48-device-5floppy_unmount.png cr22-mime-vcard.png cr16-mime-widget_doc.png cr128-filesys-pipe.png cr22-action-player_pause.png cr48-app-password.png crsc-mime-font_type1.svgz cr128-filesys-folder_html.png crsc-device-nfs_unmount.svgz cr22-action-contents2.png crsc-mime-soffice.svgz cr22-action-gohome.png cr48-mime-quicktime.png cr22-mime-source_h.png cr16-mime-man.png cr48-device-cdaudio_unmount.png cr22-action-forward.png cr128-mime-applix.png cr22-mime-cdtrack.png cr32-action-forward.png cr22-mime-shellscript.png cr128-device-system.png cr22-action-crop.png cr22-app-kttsd.png cr64-filesys-pipe.png cr22-action-view_text.png cr48-mime-kspread_ksp.png cr16-action-tab_new_raised.png cr16-mime-kivio_flw.png cr16-mime-empty.png cr64-mime-image.png cr64-mime-spreadsheet.png crsc-device-3floppy_mount.svgz cr22-action-1rightarrow.png cr32-filesys-folder_video.png cr22-action-folder_new.png cr64-mime-encrypted.png cr22-filesys-link_overlay.png crsc-mime-tar.svgz cr48-mime-document.png cr22-action-bottom.png cr32-action-reload_all_tabs.png crsc-mime-metafont.svgz cr48-filesys-folder_red_open.png cr64-device-joystick.png crsc-mime-source_moc.svgz cr32-action-fileopen.png cr22-device-smart_media_mount.png cr16-mime-colorscm.png cr22-mime-font_bitmap.png cr16-mime-document2.png cr16-action-editdelete.png cr64-device-usbpendrive_unmount.png cr64-device-memory_stick_mount.png cr22-action-history.png cr32-device-chardevice.png cr16-action-view_bottom.png cr64-filesys-folder_home.png cr16-mime-dvi.png cr32-action-text_bold.png cr128-mime-koffice.png cr32-mime-bt.png cr16-action-news_unsubscribe.png cr22-action-fileimport.png crsc-action-switchuser.svgz cr32-action-toggle_log.png cr48-mime-make.png crsc-mime-spreadsheet.svgz cr128-mime-unknown.png cr16-action-player_time.png cr128-mime-quicktime.png cr48-mime-cdr.png cr22-mime-mozilla_doc.png crsc-device-chardevice.svgz cr32-action-show_side_panel.png cr128-filesys-folder_green_open.png cr32-mime-shellscript.png cr16-mime-vectorgfx.png cr16-action-text_super.png crsc-filesys-folder.svgz cr64-filesys-folder_open.png cr16-action-locationbar_erase.png crsc-device-5floppy_mount.svgz cr16-action-math_paren.png crsc-filesys-folder_grey.svgz cr48-device-ipod_mount.png cr16-action-fileclose.png crsc-action-lock.svgz cr128-device-mouse.png crsc-filesys-folder_orange.svgz cr32-action-music_fullnote.png cr32-device-ipod_unmount.png cr22-action-math_lsub.png cr22-mime-applix.png cr22-filesys-folder_red.png crsc-mime-unknown.svgz cr22-app-kmenu.png crsc-device-smartmedia_unmount.svgz cr22-action-back.png cr64-device-memory.png cr32-filesys-folder_orange.png cr48-mime-source_j.png cr32-filesys-pipe.png cr128-device-usbpendrive_unmount.png cr32-action-view_choose.png cr32-action-bottom.png cr32-action-rightjust.png crsc-device-system.svgz cr22-action-view_bottom.png cr48-mime-message.png cr32-action-reload.png cr32-mime-font_bitmap.png cr48-mime-netscape_doc.png cr22-action-reload.png cr16-filesys-exec.png cr64-filesys-folder.png cr48-mime-bt.png cr48-mime-font_truetype.png cr64-device-cdrom_unmount.png cr32-action-charset.png cr32-mime-source_p.png crsc-device-mo_mount.svgz crsc-device-printer1.svgz cr64-device-chardevice.png cr16-filesys-folder_sound.png cr32-mime-source_php.png cr48-mime-gf.png cr32-action-editdelete.png cr16-device-3floppy_unmount.png cr48-mime-binary.png cr32-mime-misc.png cr22-mime-kmultiple.png cr22-action-find.png cr16-action-filequickprint.png cr32-mime-empty.png cr16-filesys-trashcan_empty.png cr128-device-print_class.png cr32-action-locationbar_erase.png cr64-device-tv.png cr16-action-frame_text.png cr16-action-clear_left.png cr32-action-filesave.png cr32-mime-tex.png cr32-filesys-folder_home2.png cr64-app-kttsd.png cr48-mime-vcard.png cr48-mime-pk.png crsc-filesys-folder_violet.svgz cr16-action-filter.png cr32-mime-font_truetype.png cr128-mime-image.png cr16-action-viewmag.png cr32-mime-midi.png cr48-filesys-server.png cr64-mime-krita_kra.png crsc-device-tablet.svgz cr32-filesys-folder_violet_open.png cr32-action-configure.png cr32-action-edit.png cr128-mime-source_c.png cr22-action-view_detailed.png cr22-action-music_fermatenote.png cr32-action-decrypted.png cr128-mime-html.png cr22-action-frame_formula.png cr32-mime-resource.png cr16-action-music_natur.png cr32-action-text_sub.png cr16-mime-template_source.png cr32-device-mouse.png cr32-action-goto.png cr16-device-cdaudio_mount.png cr22-filesys-network.png crsc-device-memory_stick_unmount.svgz cr22-action-text_left.png cr48-action-reload.png cr48-action-previous.png cr22-mime-source_moc.png cr22-action-1downarrow.png cr16-mime-make.png cr22-action-player_playlist.png cr48-device-mo_unmount.png cr128-mime-cdr.png cr64-mime-wordprocessing.png cr22-action-launch.png cr128-mime-source_pl.png cr16-action-bookmarks_list_add.png cr64-mime-tgz.png cr32-action-run.png cr128-filesys-folder_open.png cr32-action-apply.png cr16-action-apply.png crsc-device-usbpendrive_unmount.svgz cr16-mime-kexi_kexi.png cr16-action-fontsizeup.png cr32-mime-ascii.png cr32-action-eraser.png cr16-filesys-trashcan_full.png cr128-filesys-folder_grey.png cr22-mime-widget_doc.png crsc-mime-encrypted.svgz cr22-action-misc.png crsc-action-player_stop.svgz cr32-action-fileclose.png cr22-action-text_under.png cr16-action-view_choose.png cr48-device-cdwriter_mount.png cr16-action-top.png cr48-mime-source_y.png cr32-device-mo_mount.png cr48-filesys-folder_video.png cr64-mime-zip.png crsc-mime-resource.svgz cr16-action-gohome.png cr16-mime-txt.png cr22-filesys-folder_violet.png crsc-filesys-folder_man.svgz cr16-action-player_stop.png cr16-action-player_pause.png cr22-device-smart_media_unmount.png cr22-action-rightjust.png cr128-mime-soffice.png cr128-mime-source_moc.png cr16-mime-karbon_karbon.png cr22-action-bookmark_add.png cr48-device-memory_stick_mount.png cr16-action-mail_reply.png cr64-mime-ascii.png crsc-mime-kugardata.svgz cr32-mime-tgz.png cr22-action-inline_image.png cr22-action-compfile.png cr16-mime-gettext.png cr64-action-share.png cr22-mime-unknown.png cr48-device-memory.png cr16-action-show_side_panel.png cr32-mime-metafont.png cr48-action-wizard.png cr16-action-exec.png cr22-mime-exec_wine.png cr16-action-forward.png cr32-action-window_nofullscreen.png cr32-action-text_under.png cr128-mime-source_php.png cr32-mime-rpm.png cr32-action-queue.png cr128-action-fileopen.png crsc-action-mail_get.svgz cr48-action-mail_new.png crsc-mime-quicktime.svgz cr48-filesys-folder_red.png cr48-action-rotate_cw.png cr16-action-player_start.png cr22-action-bookmarks_list_add.png cr16-action-misc.png cr22-mime-make.png cr22-action-color_line.png cr64-device-blockdevice.png cr16-mime-wordprocessing.png crsc-device-camera_unmount.svgz cr48-mime-shellscript.png cr128-mime-font_truetype.png cr128-filesys-trashcan_full.png cr22-device-camera_unmount.png cr64-device-sd_mmc_mount.png cr16-action-signature.png cr16-action-math_lsup.png cr32-action-redo.png cr32-action-filefind.png cr48-device-smart_media_unmount.png cr22-action-view_fit_window.png cr64-device-pda_black.png cr64-action-favorites.png cr16-action-configure_shortcuts.png cr16-action-kde6.png cr64-device-scanner.png cr32-action-rotate_ccw.png cr48-mime-core.png cr22-action-filesaveas.png cr64-filesys-folder_red_open.png cr16-device-cdrom_unmount.png cr16-action-halfencrypted.png cr128-device-ipod_unmount.png cr22-mime-source_y.png cr32-device-smart_media_unmount.png cr32-action-mouse.png crsc-filesys-exec_wine.svgz cr32-mime-postscript.png cr22-mime-kivio_flw.png cr32-device-memory.png cr16-app-kttsd.png cr22-action-math_matrix.png cr16-action-bookmark_toolbar.png cr48-mime-cdimage.png crsc-mime-exec_wine.svgz cr128-mime-deb.png cr16-mime-source_o.png cr32-action-save_all.png cr48-action-reload_all_tabs.png cr16-filesys-server.png cr22-action-mail_post_to.png cr16-filesys-folder_green_open.png cr48-mime-rpm.png cr16-action-music_halfnote.png cr22-action-start.png cr48-mime-source_h.png cr32-device-pda_blue.png cr16-device-blockdevice.png cr16-mime-source_cpp.png cr48-mime-spreadsheet.png cr32-action-contents.png cr32-filesys-folder_yellow.png cr48-device-print_class.png cr16-action-text_bold.png cr128-device-smart_media_unmount.png cr16-action-start.png cr22-action-2downarrow.png cr22-action-text.png cr22-action-editcopy.png cr16-action-1rightarrow.png cr48-mime-unknown.png cr128-mime-log.png cr32-action-music_eightnote.png cr64-filesys-folder_crystal.png cr128-mime-source_java.png cr16-device-mo_mount.png cr16-filesys-folder_crystal.png crsc-mime-document2.svgz cr22-action-player_end.png cr32-action-math_sqrt.png cr16-action-key_enter.png cr64-mime-bt.png cr32-filesys-folder_yellow_open.png cr16-mime-message.png cr32-action-bookmark_toolbar.png crsc-filesys-folder_yellow.svgz cr64-device-cdaudio_unmount.png cr48-device-pda_blue.png cr64-mime-pdf.png cr16-action-math_frac.png cr32-action-bookmark_add.png crsc-device-tv.svgz cr22-filesys-trashcan_empty.png cr22-device-ipod_mount.png cr64-mime-tar.png cr16-action-inline_table.png crsc-filesys-folder_image.svgz cr48-device-3floppy_unmount.png Makefile.am cr22-mime-source_f.png cr16-filesys-folder_sent_mail.png cr48-filesys-ftp.png cr128-mime-source_l.png cr16-action-up.png cr64-mime-soffice.png cr32-action-editcut.png cr16-filesys-folder_green.png cr22-action-math_sqrt.png cr32-mime-man.png cr16-action-undo.png cr22-action-news_unsubscribe.png cr22-action-editclear.png cr16-action-frameprint.png cr128-mime-shellscript.png crsc-filesys-trashcan_empty.svgz cr32-action-gear.png cr22-action-mail_send.png cr22-action-stop.png cr64-mime-vectorgfx.png cr22-mime-recycled.png cr22-action-viewmag-.png cr16-action-view_detailed.png cr16-device-camera_mount.png crsc-filesys-network.svgz cr48-action-kde.png cr32-action-music_natur.png cr32-action-remove.png cr48-filesys-lock_overlay.png cr22-action-frame_spreadsheet.png cr32-action-button_ok.png cr48-filesys-folder_open.png cr32-action-attach.png crsc-action-rotate_ccw.svgz cr32-action-exec.png cr22-mime-txt2.png crsc-mime-netscape_doc.svgz cr22-action-redo.png cr64-filesys-folder_violet.png cr16-filesys-folder_red_open.png cr64-mime-source_o.png cr22-action-filesave.png cr48-mime-misc.png cr16-action-view_text.png cr22-action-mail_forward.png cr64-mime-binary.png cr48-filesys-zip_overlay.png crsc-mime-html.svgz cr16-action-kde3.png cr128-filesys-folder_home.png cr32-action-compfile.png cr22-action-revert.png cr16-device-compact_flash_mount.png crsc-action-text_italic.svgz cr128-mime-info.png cr48-mime-exec_wine.png cr16-action-identity.png cr32-mime-source_y.png cr16-action-rotate_ccw.png cr22-action-connect_no.png cr32-device-nfs_unmount.png cr32-app-kttsd.png cr32-filesys-ftp.png cr32-action-encrypted.png cr32-action-player_start.png cr48-filesys-network.png cr32-action-mail_delete.png cr22-device-usbpendrive_unmount.png cr22-action-toggle_log.png cr16-filesys-folder_violet.png cr22-action-math_onetwomatrix.png crsc-mime-document.svgz cr64-mime-message.png cr16-action-decrypted.png cr22-action-identity.png cr22-action-viewmagfit.png cr22-mime-sound.png cr48-filesys-folder_inbox.png crsc-filesys-temporary.svgz cr16-action-crop.png cr16-mime-ascii.png cr22-action-math_brackets.png cr32-mime-kword_kwd.png cr22-action-math_sum.png crsc-action-colorpicker.svgz cr32-action-start.png cr32-device-tv.png cr128-mime-font_bitmap.png cr16-action-edit.png cr16-action-2uparrow.png cr16-filesys-folder_red.png cr16-mime-netscape_doc.png cr32-action-music_halfnote.png crsc-filesys-folder_tar.svgz cr32-action-mail_get.png cr128-mime-document.png cr64-device-3floppy_mount.png cr16-action-view_top_bottom.png crsc-mime-source_j.svgz cr22-mime-ascii.png Makefile.in crsc-mime-file_locked.svgz cr64-filesys-folder_red.png cr22-mime-html.png cr22-filesys-folder_open.png crsc-mime-source_pl.svgz cr64-filesys-www.png crsc-mime-vcalendar.svgz cr22-device-joystick.png cr128-mime-colorscm.png cr16-action-run.png cr32-action-filter.png cr48-action-gohome.png cr22-action-rotate.png crsc-device-cdrom_unmount.svgz cr16-action-queue.png cr32-filesys-exec.png cr128-device-sd_mmc_unmount.png cr48-mime-tar.png cr16-filesys-folder_yellow_open.png cr22-action-2leftarrow.png cr48-mime-vcalendar.png cr22-action-mail_get.png cr22-device-usbpendrive_mount.png cr48-mime-widget_doc.png cr16-action-unlock.png crsc-filesys-home_blue.svgz cr32-mime-log.png cr16-mime-vcalendar.png cr16-action-1downarrow.png cr22-action-filter.png cr128-mime-rpm.png cr128-filesys-folder_green.png cr128-filesys-zip_overlay.png cr32-filesys-folder_orange_open.png cr128-mime-binary.png cr22-action-charset.png cr16-filesys-folder_man.png cr16-action-stamp.png cr22-action-text_super.png cr32-action-folder_new.png cr16-action-mail_find.png cr64-mime-kugar_kud.png cr22-action-today.png cr22-action-button_ok.png cr128-mime-message.png cr16-action-bottom.png cr64-mime-font.png cr32-filesys-folder_tar.png cr32-action-project_open.png cr16-action-2downarrow.png cr22-mime-man.png cr22-action-window_nofullscreen.png cr16-mime-source_moc.png cr48-mime-readme.png cr16-device-cdrom_mount.png cr16-device-cdaudio_unmount.png cr64-mime-postscript.png cr16-device-smart_media_mount.png crsc-action-stop.svgz crsc-action-remove.svgz cr16-action-pencil.png cr16-action-launch.png crsc-mime-txt.svgz cr48-device-memory_stick_unmount.png cr32-filesys-folder_sound.png crsc-action-contents2.svgz cr22-action-math_int.png cr128-filesys-folder_violet.png cr64-device-hdd_unmount.png cr32-filesys-lock_overlay.png cr64-mime-source_l.png cr32-mime-readme.png crsc-mime-binary.svgz cr48-action-launch.png crsc-mime-colorscm.svgz cr32-action-editshred.png cr64-mime-tex.png cr48-mime-vectorgfx.png cr16-mime-font_truetype.png cr128-mime-gf.png cr22-action-viewmag.png cr16-filesys-folder_print.png cr128-mime-source_p.png crsc-device-zip_mount.svgz cr32-mime-pk.png cr16-action-mail_post_to.png cr64-mime-source_p.png cr16-device-system.png crsc-mime-pdf.svgz cr16-mime-source_f.png cr16-action-add.png cr32-mime-kivio_flw.png cr22-filesys-folder_violet_open.png cr16-action-1leftarrow.png cr32-device-tablet.png cr22-action-editshred.png crsc-filesys-folder_cyan_open.svgz cr22-action-math_lsup.png cr16-action-filesave.png cr16-device-zip_mount.png cr22-action-edittrash.png cr128-mime-spreadsheet.png cr32-action-unindent.png cr16-device-ipod_mount.png cr32-mime-source_moc.png cr128-filesys-folder_sound.png cr64-mime-kword_kwd.png cr16-action-text_under.png cr16-mime-font_bitmap.png cr32-action-music_32ndnote.png cr16-mime-pdf.png cr22-mime-encrypted.png cr16-device-mouse.png cr22-action-paintbrush.png cr16-action-rebuild.png cr16-action-kde1.png cr22-action-next.png cr32-mime-unknown.png cr22-action-fileclose.png cr22-mime-tar.png cr16-action-player_eject.png cr48-mime-postscript.png cr48-mime-koffice.png cr16-action-stop.png cr16-action-player_rew.png cr16-action-fontsizedown.png cr32-action-filenew.png cr48-action-indent.png cr16-action-math_onetwomatrix.png cr16-action-connect_established.png cr16-action-editcut.png cr64-mime-karbon_karbon.png cr32-mime-font.png cr48-action-down.png cr32-action-unlock.png cr48-filesys-folder_sound.png cr16-device-sd_mmc_mount.png cr32-mime-vcalendar.png cr32-action-back.png cr48-filesys-folder_crystal.png cr16-action-view_left_right.png cr32-action-view_remove.png cr16-mime-document.png cr16-action-text_italic.png cr128-filesys-desktop.png cr64-filesys-folder_green.png cr48-device-pda_black.png cr128-mime-video.png cr22-action-frameprint.png cr22-mime-font_type1.png crsc-device-compact_flash_mount.svgz cr22-action-viewmag+.png cr16-mime-html.png cr32-mime-txt.png cr32-filesys-folder_violet.png cr32-action-mail_replyall.png cr32-filesys-folder_image.png cr22-device-3floppy_mount.png cr48-filesys-folder_grey.png cr32-device-hdd_mount.png cr32-mime-kchart_chrt.png cr16-action-tab_duplicate.png crsc-device-cdrom_mount.svgz cr22-action-frame_query.png cr32-mime-message.png cr22-action-clear_left.png crsc-action-mail_generic.svgz cr16-action-music_flat.png cr22-mime-font_truetype.png cr48-device-camera_mount.png cr22-action-frame_image.png crsc-action-view_fit_width.svgz cr16-action-thumbnail.png cr32-mime-soffice.png crsc-action-up.svgz cr22-action-idea.png cr48-device-system.png cr48-mime-font_bitmap.png cr48-filesys-trashcan_full.png cr32-mime-vectorgfx.png cr32-action-halfencrypted.png cr48-mime-mozilla_doc.png cr48-mime-dvi.png cr16-action-player_playlist.png cr32-mime-core.png cr32-mime-source_cpp.png cr16-filesys-folder_open.png cr64-filesys-zip_overlay.png cr32-mime-colorscm.png crsc-device-cdaudio_unmount.svgz cr16-action-music_dottednote.png cr64-mime-source_py.png cr16-action-next.png cr16-mime-image.png cr48-mime-recycled.png cr16-action-mail_new.png cr32-action-view_fit_width.png cr16-action-openterm.png cr64-mime-kpresenter_kpr.png cr32-mime-document2.png cr64-device-usbpendrive_mount.png cr22-mime-binary.png cr48-action-switchuser.png cr32-filesys-folder_man.png cr16-action-tab_remove_other.png cr16-action-colorize.png cr22-mime-tex.png crsc-mime-tex.svgz cr16-action-bookmark_add.png cr16-mime-recycled.png cr32-action-find.png cr128-mime-kmultiple.png cr22-mime-font.png crsc-mime-postscript.svgz cr64-mime-kspread_ksp.png cr16-action-viewmagfit.png crsc-mime-core.svgz cr64-device-pda_blue.png cr16-device-camera_unmount.png crsc-device-sd_mmc_unmount.svgz cr22-mime-kspread_ksp.png cr32-action-spellcheck.png cr22-action-fileopen.png cr128-filesys-trashcan_empty.png cr32-action-music_quarternote.png cr32-filesys-folder_crystal.png cr64-mime-source_cpp.png cr64-device-ipod_unmount.png cr32-action-signature.png cr22-action-text_sub.png cr128-device-hdd_mount.png cr128-mime-core.png cr22-action-mail_generic.png cr64-device-5floppy_mount.png cr64-filesys-trashcan_empty.png cr64-mime-info.png cr64-device-mo_unmount.png cr64-filesys-lock_overlay.png cr22-action-folder.png cr22-action-editpaste.png cr32-action-text_italic.png cr64-device-smart_media_unmount.png cr22-action-locationbar_erase.png cr16-action-project_open.png cr16-action-bookmark_folder.png cr128-filesys-folder_red_open.png cr32-device-camera_unmount.png cr32-mime-image.png crsc-mime-mozilla_doc.svgz cr16-action-view_fit_width.png cr32-mime-netscape_doc.png cr22-action-1uparrow.png cr32-mime-cdtrack.png crsc-filesys-zip_overlay.svgz cr22-action-undo.png cr32-action-rebuild.png cr48-filesys-folder_yellow_open.png cr22-action-down.png cr22-action-news_subscribe.png cr32-filesys-folder_red.png cr32-mime-source_h.png cr128-filesys-folder_crystal.png cr64-mime-netscape_doc.png cr48-mime-source_java.png cr128-mime-txt2.png cr16-action-transform.png cr16-action-viewmag-.png cr32-action-reload_page.png cr16-device-dvd_unmount.png cr32-mime-applix.png cr32-mime-info.png cr32-device-zip_mount.png cr64-device-zip_unmount.png cr16-action-today.png crsc-mime-gf.svgz cr16-action-completion.png cr64-device-tablet.png cr22-device-3floppy_unmount.png cr32-device-ipod_mount.png cr64-mime-txt.png cr16-device-memory.png cr32-action-viewmag+.png cr48-mime-font_type1.png cr16-mime-kugar_kud.png cr48-device-printer1.png cr32-action-undo.png crsc-action-text_under.svgz cr16-filesys-pipe.png cr32-filesys-folder_print.png cr16-mime-zip.png cr48-action-next.png cr48-mime-empty.png cr22-action-view_sidetree.png cr22-mime-metafont.png cr32-action-messagebox_warning.png cr22-action-2uparrow.png cr16-action-player_fwd.png cr32-action-openterm.png cr22-action-openterm.png crsc-mime-font_truetype.svgz cr128-mime-man.png crsc-action-view_fit_window.svgz cr22-action-show_side_panel.png cr16-action-configure_toolbars.png cr32-device-dvd_mount.png cr32-mime-sound.png cr22-action-kde.png crsc-action-player_play.svgz cr64-mime-metafont.png crsc-action-top.svgz cr48-filesys-folder_man.png cr128-filesys-folder.png cr32-action-up.png cr128-device-memory_stick_unmount.png cr128-mime-sound.png cr22-action-math_prod.png cr22-action-editcut.png crsc-filesys-folder_open.svgz cr48-mime-tgz.png cr22-mime-source_cpp.png crsc-filesys-www.svgz cr32-action-editclear.png cr22-action-music_cleficon.png cr22-action-view_tree.png cr64-mime-font_bitmap.png cr48-mime-wordprocessing.png cr64-filesys-folder_man.png cr48-mime-source_py.png cr22-action-share.png cr22-action-1leftarrow.png cr128-device-camera_mount.png cr32-filesys-folder_txt.png cr48-device-zip_unmount.png cr22-action-music_cross.png cr32-action-math_rsup.png cr128-action-launch.png cr16-mime-tex.png cr48-device-nfs_unmount.png cr22-mime-colorscm.png cr64-filesys-folder_image.png cr32-mime-quicktime.png cr32-device-smart_media_mount.png cr16-mime-unknown.png cr128-mime-mozilla_doc.png crsc-action-player_start.svgz cr16-mime-applix.png cr32-mime-source_py.png crsc-action-gohome.svgz cr128-mime-vectorgfx.png cr16-mime-gf.png cr32-action-kde.png crsc-device-cdwriter_mount.svgz cr22-action-attach.png cr16-action-text_right.png cr16-device-smart_media_unmount.png cr16-action-contents2.png cr22-filesys-folder_home.png cr16-filesys-link_overlay.png cr22-mime-source.png cr22-action-math_paren.png cr48-device-5floppy_mount.png cr64-device-dvd_unmount.png crsc-filesys-services.svgz cr64-mime-kchart_chrt.png cr16-action-math_matrix.png cr48-device-cdaudio_mount.png cr16-device-hdd_unmount.png cr32-action-math_frac.png cr16-action-switchuser.png cr16-action-compfile.png cr32-mime-kmultiple.png cr128-device-blockdevice.png cr48-device-compact_flash_unmount.png #>+ 2 docs-am: #>+ 3901 install-kde-icons: - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions - $(INSTALL_DATA) $(srcdir)/cr16-action-view_fit_window.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_fit_window.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes + $(INSTALL_DATA) $(srcdir)/cr22-mime-source.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source.png $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions - $(INSTALL_DATA) $(srcdir)/cr22-action-rotate_cw.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/rotate_cw.png - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems - $(INSTALL_DATA) $(srcdir)/cr16-filesys-exec.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/exec.png - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_sound.png - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems - $(INSTALL_DATA) $(srcdir)/cr64-filesys-trashcan_full.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/trashcan_full.png + $(INSTALL_DATA) $(srcdir)/cr22-action-finish.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/finish.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_cyan.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_cyan.svgz $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes - $(INSTALL_DATA) $(srcdir)/cr32-mime-vectorgfx.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/vectorgfx.png - $(INSTALL_DATA) $(srcdir)/cr16-action-music_dottednote.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_dottednote.png - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices - $(INSTALL_DATA) $(srcdir)/cr64-device-cdrom_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdrom_unmount.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_orange.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_orange.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-document2.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/document2.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-source_y.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_y.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-metafont.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/metafont.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions + $(INSTALL_DATA) $(srcdir)/cr16-action-rebuild.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/rebuild.png $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions - $(INSTALL_DATA) $(srcdir)/cr32-action-mail_reply.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_reply.png - $(INSTALL_DATA) $(srcdir)/cr16-action-show_side_panel.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/show_side_panel.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_violet.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_violet.png - $(INSTALL_DATA) $(srcdir)/cr22-action-music_eightnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_eightnote.png - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes - $(INSTALL_DATA) $(srcdir)/cr128-mime-pdf.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/pdf.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-html.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/html.png - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions - $(INSTALL_DATA) $(srcdir)/crsc-action-finish.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/finish.svgz - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_grey_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_grey_open.png - $(INSTALL_DATA) $(srcdir)/crsc-action-mail_generic.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/mail_generic.svgz - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices - $(INSTALL_DATA) $(srcdir)/crsc-device-tablet.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/tablet.svgz - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices - $(INSTALL_DATA) $(srcdir)/cr32-device-sd_mmc_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/sd_mmc_unmount.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_red_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_red_open.png - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes - $(INSTALL_DATA) $(srcdir)/cr22-mime-font.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/font.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-postscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/postscript.png - $(INSTALL_DATA) $(srcdir)/cr32-action-view_top_bottom.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_top_bottom.png - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes - $(INSTALL_DATA) $(srcdir)/crsc-mime-source_y.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_y.svgz - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_open.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-core.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/core.png - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems - $(INSTALL_DATA) $(srcdir)/cr128-filesys-exec.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/exec.png - $(INSTALL_DATA) $(srcdir)/cr32-action-attach.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/attach.png + $(INSTALL_DATA) $(srcdir)/cr32-action-editclear.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editclear.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-vcalendar.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/vcalendar.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems + $(INSTALL_DATA) $(srcdir)/cr48-filesys-lock_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/lock_overlay.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes + $(INSTALL_DATA) $(srcdir)/cr16-mime-image.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/image.png $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes - $(INSTALL_DATA) $(srcdir)/cr48-mime-core.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/core.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_home2.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_home2.png - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions - $(INSTALL_DATA) $(srcdir)/cr48-action-remove.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/remove.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-make.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/make.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices + $(INSTALL_DATA) $(srcdir)/cr64-device-mouse.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/mouse.png $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes - $(INSTALL_DATA) $(srcdir)/cr64-mime-kword_kwd.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kword_kwd.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-html.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/html.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-start.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/start.png - $(INSTALL_DATA) $(srcdir)/cr22-action-player_fwd.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_fwd.png - $(INSTALL_DATA) $(srcdir)/cr32-action-view_tree.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_tree.png - $(INSTALL_DATA) $(srcdir)/cr32-device-memory_stick_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/memory_stick_unmount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-reload_page.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/reload_page.png - $(INSTALL_DATA) $(srcdir)/cr64-device-usbpendrive_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/usbpendrive_unmount.png - $(INSTALL_DATA) $(srcdir)/cr64-device-compact_flash_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/compact_flash_mount.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-source_o.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_o.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-source_l.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_l.png - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps - $(INSTALL_DATA) $(srcdir)/cr64-app-kmenu.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps/kmenu.png - $(INSTALL_DATA) $(srcdir)/cr16-action-view_multicolumn.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_multicolumn.png - $(INSTALL_DATA) $(srcdir)/cr16-action-player_play.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_play.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-binary.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/binary.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-spreadsheet.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/spreadsheet.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-pipe.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/pipe.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-font_bitmap.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/font_bitmap.png - $(INSTALL_DATA) $(srcdir)/crsc-device-zip_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/zip_mount.svgz - $(INSTALL_DATA) $(srcdir)/cr128-mime-source_j.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_j.png - $(INSTALL_DATA) $(srcdir)/cr32-action-fonts.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/fonts.png - $(INSTALL_DATA) $(srcdir)/cr64-device-memory.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/memory.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-deb.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/deb.png - $(INSTALL_DATA) $(srcdir)/cr16-action-about_kde.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/about_kde.png - $(INSTALL_DATA) $(srcdir)/cr22-action-down.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/down.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-font_type1.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/font_type1.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices + $(INSTALL_DATA) $(srcdir)/cr22-device-camera_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/camera_mount.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-resource.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/resource.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-kugar_kud.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kugar_kud.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-pk.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/pk.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices + $(INSTALL_DATA) $(srcdir)/crsc-device-mo_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/mo_mount.svgz + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes + $(INSTALL_DATA) $(srcdir)/crsc-mime-source_pl.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_pl.svgz + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices + $(INSTALL_DATA) $(srcdir)/cr128-device-mouse.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/mouse.png + $(INSTALL_DATA) $(srcdir)/crsc-device-3floppy_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/3floppy_mount.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-player_volume.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_volume.png $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices - $(INSTALL_DATA) $(srcdir)/cr48-device-pda_blue.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/pda_blue.png - $(INSTALL_DATA) $(srcdir)/cr32-action-configure.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/configure.png - $(INSTALL_DATA) $(srcdir)/cr48-action-add.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/add.png - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions - $(INSTALL_DATA) $(srcdir)/cr128-action-share.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/share.png - $(INSTALL_DATA) $(srcdir)/cr22-action-viewmag1.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/viewmag1.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-kmultiple.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kmultiple.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-widget_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/widget_doc.png - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes - $(INSTALL_DATA) $(srcdir)/cr16-mime-bt.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/bt.png - $(INSTALL_DATA) $(srcdir)/crsc-device-ipod_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/ipod_unmount.svgz - $(INSTALL_DATA) $(srcdir)/cr128-filesys-network.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/network.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-metafont.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/metafont.svgz - $(INSTALL_DATA) $(srcdir)/cr22-mime-source_l.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_l.png - $(INSTALL_DATA) $(srcdir)/cr22-action-viewmag-.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/viewmag-.png - $(INSTALL_DATA) $(srcdir)/crsc-device-cdaudio_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdaudio_unmount.svgz - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions - $(INSTALL_DATA) $(srcdir)/cr64-action-favorites.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/favorites.png - $(INSTALL_DATA) $(srcdir)/cr48-action-exit.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/exit.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-network.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/network.png - $(INSTALL_DATA) $(srcdir)/cr16-action-view_right.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_right.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-postscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/postscript.png - $(INSTALL_DATA) $(srcdir)/cr16-action-editclear.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editclear.png + $(INSTALL_DATA) $(srcdir)/cr48-device-camera_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/camera_unmount.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-man.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/man.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_yellow.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_yellow.png + $(INSTALL_DATA) $(srcdir)/cr16-action-connect_creating.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/connect_creating.png + $(INSTALL_DATA) $(srcdir)/cr22-action-stop.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/stop.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-recycled.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/recycled.png + $(INSTALL_DATA) $(srcdir)/cr32-action-launch.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/launch.png + $(INSTALL_DATA) $(srcdir)/cr22-action-1rightarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/1rightarrow.png + $(INSTALL_DATA) $(srcdir)/cr16-action-view_sidetree.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_sidetree.png + $(INSTALL_DATA) $(srcdir)/cr16-action-project_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/project_open.png $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems - $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_yellow.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_yellow.png - $(INSTALL_DATA) $(srcdir)/cr32-action-remove.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/remove.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-rpm.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/rpm.png - $(INSTALL_DATA) $(srcdir)/cr16-action-math_lsup.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_lsup.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-vcalendar.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/vcalendar.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-2leftarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/2leftarrow.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_txt.png - $(INSTALL_DATA) $(srcdir)/cr32-action-mail_forward.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_forward.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-news.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/news.png - $(INSTALL_DATA) $(srcdir)/cr16-action-reload_all_tabs.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/reload_all_tabs.png - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems + $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_violet.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_violet.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions + $(INSTALL_DATA) $(srcdir)/crsc-action-filenew.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/filenew.svgz $(INSTALL_DATA) $(srcdir)/crsc-filesys-file_broken.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/file_broken.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-idea.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/idea.png - $(INSTALL_DATA) $(srcdir)/cr22-action-reload_all_tabs.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/reload_all_tabs.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-source_java.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_java.png - $(INSTALL_DATA) $(srcdir)/cr16-action-bookmark.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bookmark.png - $(INSTALL_DATA) $(srcdir)/crsc-device-blockdevice.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/blockdevice.svgz - $(INSTALL_DATA) $(srcdir)/crsc-filesys-lock_overlay.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/lock_overlay.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-bookmark.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bookmark.png - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps - $(INSTALL_DATA) $(srcdir)/cr22-app-password.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/password.png - $(INSTALL_DATA) $(srcdir)/cr32-action-music_dottednote.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_dottednote.png - $(INSTALL_DATA) $(srcdir)/cr16-action-completion.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/completion.png - $(INSTALL_DATA) $(srcdir)/cr16-action-eraser.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/eraser.png - $(INSTALL_DATA) $(srcdir)/cr22-action-decrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/decrypted.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-kspread_ksp.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kspread_ksp.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-karbon_karbon.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/karbon_karbon.png + $(INSTALL_DATA) $(srcdir)/cr16-action-text_under.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_under.png + $(INSTALL_DATA) $(srcdir)/cr32-action-editshred.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editshred.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-colorscm.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/colorscm.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes + $(INSTALL_DATA) $(srcdir)/cr128-mime-font_bitmap.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/font_bitmap.png + $(INSTALL_DATA) $(srcdir)/cr22-action-editshred.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editshred.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices + $(INSTALL_DATA) $(srcdir)/cr32-device-memory_stick_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/memory_stick_mount.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_crystal.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_crystal.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_red_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_red_open.png $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices - $(INSTALL_DATA) $(srcdir)/cr16-device-hdd_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/hdd_unmount.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_man.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_man.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-add.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/add.png - $(INSTALL_DATA) $(srcdir)/crsc-action-text_super.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_super.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-editpaste.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editpaste.png - $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_green.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_green.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-recycled.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/recycled.svgz - $(INSTALL_DATA) $(srcdir)/cr16-mime-font_bitmap.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/font_bitmap.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-source_p.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_p.png - $(INSTALL_DATA) $(srcdir)/cr32-action-music_eightnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_eightnote.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/sound.png - $(INSTALL_DATA) $(srcdir)/cr16-action-frameprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frameprint.png - $(INSTALL_DATA) $(srcdir)/cr16-action-start.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/start.png - $(INSTALL_DATA) $(srcdir)/cr48-action-previous.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/previous.png - $(INSTALL_DATA) $(srcdir)/cr32-action-player_stop.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_stop.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_yellow.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_yellow.png - $(INSTALL_DATA) $(srcdir)/cr16-action-edit.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/edit.png - $(INSTALL_DATA) $(srcdir)/cr16-action-math_lsub.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_lsub.png - $(INSTALL_DATA) $(srcdir)/cr22-action-connect_creating.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/connect_creating.png - $(INSTALL_DATA) $(srcdir)/cr64-device-5floppy_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/5floppy_mount.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_favorite.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_favorite.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-source_py.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_py.png - $(INSTALL_DATA) $(srcdir)/cr32-device-memory.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/memory.png - $(INSTALL_DATA) $(srcdir)/cr48-action-lock.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/lock.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-readme.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/readme.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_man2.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_man2.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-about_kde.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/about_kde.png - $(INSTALL_DATA) $(srcdir)/cr32-action-next.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/next.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-kword_kwd.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kword_kwd.png - $(INSTALL_DATA) $(srcdir)/cr48-device-5floppy_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/5floppy_unmount.png - $(INSTALL_DATA) $(srcdir)/cr16-action-math_sqrt.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_sqrt.png - $(INSTALL_DATA) $(srcdir)/cr32-action-view_fit_window.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_fit_window.png - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices - $(INSTALL_DATA) $(srcdir)/cr128-device-sd_mmc_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/sd_mmc_mount.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-metafont.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/metafont.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-cdr.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/cdr.png - $(INSTALL_DATA) $(srcdir)/cr16-device-printer1.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/printer1.png - $(INSTALL_DATA) $(srcdir)/cr16-action-fileopen.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fileopen.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-kword_kwd.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kword_kwd.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-kivio_flw.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kivio_flw.png - $(INSTALL_DATA) $(srcdir)/cr32-action-view_right.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_right.png + $(INSTALL_DATA) $(srcdir)/cr16-device-system.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/system.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-spreadsheet.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/spreadsheet.png + $(INSTALL_DATA) $(srcdir)/cr32-action-music_cross.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_cross.png + $(INSTALL_DATA) $(srcdir)/cr16-action-player_end.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_end.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-source_cpp.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_cpp.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-airbrush.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/airbrush.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-source_py.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_py.png + $(INSTALL_DATA) $(srcdir)/cr16-action-view_tree.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_tree.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-applix.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/applix.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_txt.png + $(INSTALL_DATA) $(srcdir)/cr16-action-history_clear.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/history_clear.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-video.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/video.png + $(INSTALL_DATA) $(srcdir)/cr16-action-configure_toolbars.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/configure_toolbars.png + $(INSTALL_DATA) $(srcdir)/cr128-device-sd_mmc_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/sd_mmc_unmount.png + $(INSTALL_DATA) $(srcdir)/cr32-action-editcut.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editcut.png + $(INSTALL_DATA) $(srcdir)/cr16-action-redo.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/redo.png + $(INSTALL_DATA) $(srcdir)/cr16-action-edittrash.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/edittrash.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-www.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/www.svgz + $(INSTALL_DATA) $(srcdir)/cr32-action-mail_forward.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_forward.png + $(INSTALL_DATA) $(srcdir)/cr22-action-view_top_bottom.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_top_bottom.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_sound.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_sound.svgz + $(INSTALL_DATA) $(srcdir)/cr48-mime-tgz.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/tgz.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_video.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_video.png + $(INSTALL_DATA) $(srcdir)/crsc-action-lock.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/lock.svgz $(INSTALL_DATA) $(srcdir)/crsc-filesys-trashcan_full.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/trashcan_full.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-signature.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/signature.png - $(INSTALL_DATA) $(srcdir)/cr32-action-mouse.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mouse.png - $(INSTALL_DATA) $(srcdir)/cr22-action-news_unsubscribe.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/news_unsubscribe.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_green.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_green.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-tgz.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/tgz.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-kformula_kfo.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kformula_kfo.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-pdf.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/pdf.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-resource.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/resource.png - $(INSTALL_DATA) $(srcdir)/cr16-action-editdelete.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editdelete.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-source_pl.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_pl.png - $(INSTALL_DATA) $(srcdir)/cr16-action-music_fullnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_fullnote.png - $(INSTALL_DATA) $(srcdir)/cr16-device-mo_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/mo_unmount.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-midi.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/midi.png - $(INSTALL_DATA) $(srcdir)/cr48-device-camera_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/camera_unmount.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-karbon_karbon.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/karbon_karbon.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-video.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/video.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_green_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_green_open.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-binary.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/binary.png - $(INSTALL_DATA) $(srcdir)/cr16-action-fileexport.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fileexport.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_locked.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_locked.png - $(INSTALL_DATA) $(srcdir)/cr48-device-cdaudio_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdaudio_unmount.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-vcalendar.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/vcalendar.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-txt2.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/txt2.svgz - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps - $(INSTALL_DATA) $(srcdir)/cr16-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps/kttsd.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-ftp.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/ftp.png - $(INSTALL_DATA) $(srcdir)/cr22-action-revert.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/revert.png - $(INSTALL_DATA) $(srcdir)/cr16-action-viewmag-.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/viewmag-.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-pk.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/pk.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-bt.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/bt.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder.png - $(INSTALL_DATA) $(srcdir)/cr48-action-fileprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/fileprint.png - $(INSTALL_DATA) $(srcdir)/cr32-action-fileclose.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/fileclose.png - $(INSTALL_DATA) $(srcdir)/cr64-device-hdd_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/hdd_mount.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-source_h.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_h.png - $(INSTALL_DATA) $(srcdir)/cr16-action-project_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/project_open.png - $(INSTALL_DATA) $(srcdir)/cr16-action-add.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/add.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-source_s.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_s.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_image.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_image.svgz - $(INSTALL_DATA) $(srcdir)/cr32-filesys-www.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/www.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_print.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_print.png - $(INSTALL_DATA) $(srcdir)/cr16-device-blockdevice.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/blockdevice.png - $(INSTALL_DATA) $(srcdir)/cr16-device-camera_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/camera_mount.png - $(INSTALL_DATA) $(srcdir)/cr48-device-mo_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/mo_unmount.png - $(INSTALL_DATA) $(srcdir)/cr32-action-text_under.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_under.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-source_p.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_p.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_yellow.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_yellow.png - $(INSTALL_DATA) $(srcdir)/cr64-device-nfs_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/nfs_mount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-fontsizeup.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fontsizeup.png - $(INSTALL_DATA) $(srcdir)/cr16-device-ipod_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/ipod_unmount.png - $(INSTALL_DATA) $(srcdir)/cr32-action-filter.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filter.png - $(INSTALL_DATA) $(srcdir)/cr16-action-queue.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/queue.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-deb.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/deb.svgz - $(INSTALL_DATA) $(srcdir)/cr48-device-print_class.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/print_class.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-quicktime.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/quicktime.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-spreadsheet.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/spreadsheet.png - $(INSTALL_DATA) $(srcdir)/cr22-action-mail_new.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_new.png - $(INSTALL_DATA) $(srcdir)/cr128-device-compact_flash_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/compact_flash_unmount.png + $(INSTALL_DATA) $(srcdir)/cr32-action-halfencrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/halfencrypted.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-desktop.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/desktop.svgz + $(INSTALL_DATA) $(srcdir)/cr32-action-help.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/help.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-template_source.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/template_source.png + $(INSTALL_DATA) $(srcdir)/cr16-action-text_sub.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_sub.png + $(INSTALL_DATA) $(srcdir)/cr22-action-contents.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/contents.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems + $(INSTALL_DATA) $(srcdir)/cr128-filesys-lock_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/lock_overlay.png + $(INSTALL_DATA) $(srcdir)/cr22-action-showmenu.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/showmenu.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_outbox.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_outbox.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps + $(INSTALL_DATA) $(srcdir)/cr64-app-kmenu.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps/kmenu.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-tgz.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/tgz.png + $(INSTALL_DATA) $(srcdir)/cr64-device-cdrom_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdrom_unmount.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_sound.png + $(INSTALL_DATA) $(srcdir)/cr22-action-player_start.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_start.png + $(INSTALL_DATA) $(srcdir)/cr16-action-decrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/decrypted.png + $(INSTALL_DATA) $(srcdir)/cr32-action-make_kdevelop.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/make_kdevelop.png + $(INSTALL_DATA) $(srcdir)/crsc-action-player_fwd.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_fwd.svgz + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions + $(INSTALL_DATA) $(srcdir)/cr48-action-reload.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/reload.png + $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_red_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_red_open.png + $(INSTALL_DATA) $(srcdir)/cr22-filesys-network.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/network.png + $(INSTALL_DATA) $(srcdir)/crsc-device-cdaudio_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdaudio_unmount.svgz + $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_orange.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_orange.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-misc.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/misc.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-video.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/video.png + $(INSTALL_DATA) $(srcdir)/cr22-action-mail_delete.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_delete.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/empty.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-source.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source.png + $(INSTALL_DATA) $(srcdir)/cr32-action-colorpicker.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/colorpicker.png + $(INSTALL_DATA) $(srcdir)/cr32-device-mouse.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/mouse.png + $(INSTALL_DATA) $(srcdir)/cr22-action-airbrush.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/airbrush.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-shellscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/shellscript.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-source_java.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_java.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-kexi_kexi.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/kexi_kexi.png $(INSTALL_DATA) $(srcdir)/cr22-action-window_new.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/window_new.png - $(INSTALL_DATA) $(srcdir)/cr32-action-edittrash.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/edittrash.png - $(INSTALL_DATA) $(srcdir)/cr22-action-toggle_log.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/toggle_log.png - $(INSTALL_DATA) $(srcdir)/cr16-action-lock.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/lock.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-gettext.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/gettext.png - $(INSTALL_DATA) $(srcdir)/cr128-device-mouse.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/mouse.png + $(INSTALL_DATA) $(srcdir)/cr16-action-math_rsub.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_rsub.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-kivio_flw.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kivio_flw.png + $(INSTALL_DATA) $(srcdir)/cr16-action-remove.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/remove.png + $(INSTALL_DATA) $(srcdir)/cr22-action-openterm.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/openterm.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-message.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/message.png + $(INSTALL_DATA) $(srcdir)/cr22-action-text_under.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_under.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-source_y.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_y.png + $(INSTALL_DATA) $(srcdir)/cr32-action-viewmag-.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/viewmag-.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-font.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/font.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-kmultiple.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/kmultiple.svgz + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_man.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_man.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-player_start.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_start.png + $(INSTALL_DATA) $(srcdir)/cr32-action-music_32ndnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_32ndnote.png + $(INSTALL_DATA) $(srcdir)/cr32-action-music_halfnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_halfnote.png + $(INSTALL_DATA) $(srcdir)/cr22-action-mail_replyall.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_replyall.png + $(INSTALL_DATA) $(srcdir)/cr16-action-fileclose.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fileclose.png + $(INSTALL_DATA) $(srcdir)/cr32-action-rotate.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/rotate.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-source_p.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_p.png + $(INSTALL_DATA) $(srcdir)/crsc-action-contents2.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/contents2.svgz + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_green_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_green_open.png + $(INSTALL_DATA) $(srcdir)/cr16-action-text.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_txt.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_txt.svgz + $(INSTALL_DATA) $(srcdir)/cr64-mime-applix.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/applix.png $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_open.png - $(INSTALL_DATA) $(srcdir)/cr16-action-editshred.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editshred.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-lock_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/lock_overlay.png - $(INSTALL_DATA) $(srcdir)/cr22-action-encrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/encrypted.png - $(INSTALL_DATA) $(srcdir)/cr16-device-zip_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/zip_mount.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-netscape_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/netscape_doc.png - $(INSTALL_DATA) $(srcdir)/cr16-action-news_subscribe.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/news_subscribe.png - $(INSTALL_DATA) $(srcdir)/cr16-action-2downarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/2downarrow.png - $(INSTALL_DATA) $(srcdir)/cr32-action-player_fwd.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_fwd.png - $(INSTALL_DATA) $(srcdir)/cr22-action-today.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/today.png - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices - $(INSTALL_DATA) $(srcdir)/cr22-device-hdd_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/hdd_unmount.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-cdr.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/cdr.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-source_h.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_h.png - $(INSTALL_DATA) $(srcdir)/cr16-action-pencil.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/pencil.png - $(INSTALL_DATA) $(srcdir)/cr22-device-smart_media_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/smart_media_unmount.png - $(INSTALL_DATA) $(srcdir)/crsc-action-up.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/up.svgz - $(INSTALL_DATA) $(srcdir)/cr22-mime-font_type1.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/font_type1.png - $(INSTALL_DATA) $(srcdir)/cr16-action-revert.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/revert.png - $(INSTALL_DATA) $(srcdir)/cr128-device-smart_media_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/smart_media_mount.png - $(INSTALL_DATA) $(srcdir)/cr32-action-editclear.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editclear.png - $(INSTALL_DATA) $(srcdir)/cr128-device-printer1.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/printer1.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-www.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/www.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-source_o.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_o.png + $(INSTALL_DATA) $(srcdir)/cr16-action-editpaste.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editpaste.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-html.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/html.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-source_j.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_j.png + $(INSTALL_DATA) $(srcdir)/crsc-action-player_pause.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_pause.svgz + $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_print.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_print.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-source_java.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_java.png + $(INSTALL_DATA) $(srcdir)/cr32-action-view_tree.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_tree.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_violet.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_violet.png + $(INSTALL_DATA) $(srcdir)/cr32-device-mo_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/mo_unmount.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-metafont.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/metafont.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-vcard.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/vcard.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-view_remove.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_remove.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-empty.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/empty.svgz + $(INSTALL_DATA) $(srcdir)/crsc-mime-mozilla_doc.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/mozilla_doc.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-mail_send.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_send.png + $(INSTALL_DATA) $(srcdir)/cr16-action-window_suppressed.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/window_suppressed.png + $(INSTALL_DATA) $(srcdir)/cr48-device-nfs_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/nfs_mount.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_html.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_html.png $(INSTALL_DATA) $(srcdir)/cr64-mime-document.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/document.png - $(INSTALL_DATA) $(srcdir)/cr22-action-math_lsub.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_lsub.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-colorscm.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/colorscm.png - $(INSTALL_DATA) $(srcdir)/crsc-action-view_fit_width.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/view_fit_width.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-player_eject.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_eject.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-vectorgfx.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/vectorgfx.png - $(INSTALL_DATA) $(srcdir)/cr22-device-memory_stick_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/memory_stick_mount.png - $(INSTALL_DATA) $(srcdir)/cr32-action-spellcheck.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/spellcheck.png - $(INSTALL_DATA) $(srcdir)/cr48-device-memory_stick_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/memory_stick_mount.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-font_truetype.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/font_truetype.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/sound.png - $(INSTALL_DATA) $(srcdir)/cr16-action-player_stop.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_stop.png - $(INSTALL_DATA) $(srcdir)/crsc-action-colorpicker.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/colorpicker.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-editcopy.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editcopy.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-pipe.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/pipe.png - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps - $(INSTALL_DATA) $(srcdir)/crsc-app-kmenu.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps/kmenu.svgz - $(INSTALL_DATA) $(srcdir)/cr64-device-dvd_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/dvd_mount.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-image.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/image.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-tgz.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/tgz.png - $(INSTALL_DATA) $(srcdir)/cr22-action-up.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/up.png - $(INSTALL_DATA) $(srcdir)/crsc-device-hdd_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/hdd_mount.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-view_right.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_right.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_image.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_image.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-source_l.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_l.png - $(INSTALL_DATA) $(srcdir)/cr32-action-find.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/find.png - $(INSTALL_DATA) $(srcdir)/crsc-device-scanner.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/scanner.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-music_eightnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_eightnote.png - $(INSTALL_DATA) $(srcdir)/cr32-device-camera_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/camera_unmount.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-kmultiple.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kmultiple.png - $(INSTALL_DATA) $(srcdir)/cr22-action-music_cross.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_cross.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-vcard.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/vcard.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_red_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_red_open.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-source_f.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_f.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-vcalendar.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/vcalendar.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_green_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_green_open.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-info.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/info.png - $(INSTALL_DATA) $(srcdir)/cr32-action-share.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/share.png - $(INSTALL_DATA) $(srcdir)/cr64-device-tablet.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/tablet.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-kpresenter_kpr.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kpresenter_kpr.png - $(INSTALL_DATA) $(srcdir)/cr32-action-fileopen.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/fileopen.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_txt.png - $(INSTALL_DATA) $(srcdir)/cr16-action-filenew.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filenew.png - $(INSTALL_DATA) $(srcdir)/cr16-action-openterm.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/openterm.png - $(INSTALL_DATA) $(srcdir)/cr32-action-eraser.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/eraser.png - $(INSTALL_DATA) $(srcdir)/cr48-action-reload.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/reload.png - $(INSTALL_DATA) $(srcdir)/cr22-action-previous.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/previous.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-gf.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/gf.png - $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_red.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_red.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_home2.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_home2.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_home.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_home.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-core.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/core.png - $(INSTALL_DATA) $(srcdir)/cr32-action-player_start.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_start.png - $(INSTALL_DATA) $(srcdir)/cr32-action-math_brackets.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_brackets.png - $(INSTALL_DATA) $(srcdir)/cr16-device-scanner.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/scanner.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-soffice.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/soffice.png - $(INSTALL_DATA) $(srcdir)/cr128-device-smart_media_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/smart_media_unmount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-math_paren.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_paren.png - $(INSTALL_DATA) $(srcdir)/cr16-action-mail_forward.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_forward.png - $(INSTALL_DATA) $(srcdir)/cr16-action-bookmark_add.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bookmark_add.png - $(INSTALL_DATA) $(srcdir)/cr22-action-frame_text.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_text.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-exec.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/exec.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-kpresenter_kpr.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kpresenter_kpr.png - $(INSTALL_DATA) $(srcdir)/cr22-action-editcut.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editcut.png - $(INSTALL_DATA) $(srcdir)/cr64-device-ipod_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/ipod_mount.png - $(INSTALL_DATA) $(srcdir)/cr64-device-scanner.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/scanner.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-source_java.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_java.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-trashcan_empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/trashcan_empty.png - $(INSTALL_DATA) $(srcdir)/cr16-action-top.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/top.png - $(INSTALL_DATA) $(srcdir)/cr32-device-mo_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/mo_mount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-text_strike.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_strike.png - $(INSTALL_DATA) $(srcdir)/cr16-device-mo_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/mo_mount.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/tar.png - $(INSTALL_DATA) $(srcdir)/cr16-action-fontsizedown.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fontsizedown.png - $(INSTALL_DATA) $(srcdir)/crsc-action-top.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/top.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-math_matrix.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_matrix.png - $(INSTALL_DATA) $(srcdir)/cr48-device-memory.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/memory.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_red_open.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_red_open.svgz + $(INSTALL_DATA) $(srcdir)/crsc-action-text_bild.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_bild.svgz + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_man.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_man.png + $(INSTALL_DATA) $(srcdir)/cr32-device-sd_mmc_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/sd_mmc_mount.png + $(INSTALL_DATA) $(srcdir)/cr22-action-music_flat.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_flat.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-widget_doc.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/widget_doc.svgz + $(INSTALL_DATA) $(srcdir)/cr32-action-exec.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/exec.png + $(INSTALL_DATA) $(srcdir)/cr16-action-music_fullnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_fullnote.png $(INSTALL_DATA) $(srcdir)/cr16-action-view_fit_width.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_fit_width.png - $(INSTALL_DATA) $(srcdir)/cr22-action-apply.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/apply.png - $(INSTALL_DATA) $(srcdir)/cr16-action-mail_generic.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_generic.png - $(INSTALL_DATA) $(srcdir)/cr32-action-start.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/start.png - $(INSTALL_DATA) $(srcdir)/cr16-device-memory_stick_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/memory_stick_mount.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_green.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_green.png - $(INSTALL_DATA) $(srcdir)/cr16-action-frame_image.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_image.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-vcard.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/vcard.png - $(INSTALL_DATA) $(srcdir)/cr128-device-compact_flash_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/compact_flash_mount.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-file_broken.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/file_broken.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-readme.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/readme.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-toggle_log.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/toggle_log.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_open.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-resource.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/resource.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-spreadsheet.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/spreadsheet.png - $(INSTALL_DATA) $(srcdir)/cr16-device-sd_mmc_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/sd_mmc_mount.png - $(INSTALL_DATA) $(srcdir)/cr48-action-rotate_ccw.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/rotate_ccw.png - $(INSTALL_DATA) $(srcdir)/cr16-device-5floppy_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/5floppy_unmount.png - $(INSTALL_DATA) $(srcdir)/cr16-device-system.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/system.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_yellow.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_yellow.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-widget_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/widget_doc.png - $(INSTALL_DATA) $(srcdir)/cr32-action-editpaste.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editpaste.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-cdr.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/cdr.png - $(INSTALL_DATA) $(srcdir)/cr16-action-connect_established.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/connect_established.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_home2.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_home2.png - $(INSTALL_DATA) $(srcdir)/cr16-action-apply.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/apply.png - $(INSTALL_DATA) $(srcdir)/cr16-action-colorize.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/colorize.png - $(INSTALL_DATA) $(srcdir)/cr32-action-undo.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/undo.png - $(INSTALL_DATA) $(srcdir)/cr16-action-reload.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/reload.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-server.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/server.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_crystal.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_crystal.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-spreadsheet.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/spreadsheet.png - $(INSTALL_DATA) $(srcdir)/crsc-action-wizard.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/wizard.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-player_playlist.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_playlist.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-widget_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/widget_doc.png - $(INSTALL_DATA) $(srcdir)/cr32-action-text_center.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_center.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-wordprocessing.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/wordprocessing.png - $(INSTALL_DATA) $(srcdir)/cr22-action-bottom.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/bottom.png + $(INSTALL_DATA) $(srcdir)/cr64-device-zip_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/zip_mount.png + $(INSTALL_DATA) $(srcdir)/cr16-action-text_center.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_center.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-font.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/font.svgz + $(INSTALL_DATA) $(srcdir)/cr22-mime-file_temporary.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/file_temporary.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_important.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_important.png + $(INSTALL_DATA) $(srcdir)/crsc-device-cdwriter_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdwriter_unmount.svgz + $(INSTALL_DATA) $(srcdir)/cr48-mime-source_c.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_c.png + $(INSTALL_DATA) $(srcdir)/cr22-action-editpaste.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editpaste.png + $(INSTALL_DATA) $(srcdir)/cr22-action-mail_generic.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_generic.png + $(INSTALL_DATA) $(srcdir)/cr16-action-bottom.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bottom.png + $(INSTALL_DATA) $(srcdir)/cr16-action-music_eightnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_eightnote.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-source_pl.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_pl.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/sound.png + $(INSTALL_DATA) $(srcdir)/cr32-device-usbpendrive_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/usbpendrive_mount.png + $(INSTALL_DATA) $(srcdir)/crsc-action-remove.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/remove.svgz + $(INSTALL_DATA) $(srcdir)/cr22-filesys-desktop.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/desktop.png + $(INSTALL_DATA) $(srcdir)/cr32-action-bookmark_toolbar.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bookmark_toolbar.png $(INSTALL_DATA) $(srcdir)/crsc-action-rotate.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/rotate.svgz + $(INSTALL_DATA) $(srcdir)/cr32-device-dvd_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/dvd_unmount.png + $(INSTALL_DATA) $(srcdir)/cr32-action-music_sixteenthnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_sixteenthnote.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-info.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/info.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-exec.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/exec.svgz + $(INSTALL_DATA) $(srcdir)/cr64-device-camera_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/camera_unmount.png + $(INSTALL_DATA) $(srcdir)/cr16-action-undo.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/undo.png + $(INSTALL_DATA) $(srcdir)/cr16-action-about_kde.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/about_kde.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-cdimage.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/cdimage.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-tex.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/tex.png + $(INSTALL_DATA) $(srcdir)/cr32-action-math_abs.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_abs.png + $(INSTALL_DATA) $(srcdir)/cr22-action-filesaveas.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filesaveas.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/empty.png + $(INSTALL_DATA) $(srcdir)/crsc-action-fileprint.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/fileprint.svgz + $(INSTALL_DATA) $(srcdir)/cr48-device-memory.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/memory.png + $(INSTALL_DATA) $(srcdir)/cr32-device-compact_flash_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/compact_flash_mount.png + $(INSTALL_DATA) $(srcdir)/cr48-device-tv.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/tv.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_yellow.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_yellow.png + $(INSTALL_DATA) $(srcdir)/crsc-action-reload_all_tabs.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/reload_all_tabs.svgz + $(INSTALL_DATA) $(srcdir)/cr48-mime-source_s.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_s.png + $(INSTALL_DATA) $(srcdir)/cr48-device-hdd_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/hdd_unmount.png + $(INSTALL_DATA) $(srcdir)/cr16-device-cdwriter_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdwriter_mount.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_grey.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_grey.png + $(INSTALL_DATA) $(srcdir)/cr32-device-cdwriter_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdwriter_mount.png + $(INSTALL_DATA) $(srcdir)/cr16-action-contents.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/contents.png + $(INSTALL_DATA) $(srcdir)/cr64-device-cdwriter_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdwriter_mount.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-vectorgfx.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/vectorgfx.png + $(INSTALL_DATA) $(srcdir)/cr32-action-wizard.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/wizard.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-widget_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/widget_doc.png + $(INSTALL_DATA) $(srcdir)/cr32-action-music_flat.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_flat.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-source_j.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_j.svgz + $(INSTALL_DATA) $(srcdir)/cr128-device-hdd_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/hdd_unmount.png + $(INSTALL_DATA) $(srcdir)/cr16-action-2downarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/2downarrow.png + $(INSTALL_DATA) $(srcdir)/cr32-device-scanner.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/scanner.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-soffice.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/soffice.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-file_locked.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/file_locked.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-misc.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/misc.png + $(INSTALL_DATA) $(srcdir)/cr22-action-view_fit_height.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_fit_height.png + $(INSTALL_DATA) $(srcdir)/cr128-device-print_class.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/print_class.png + $(INSTALL_DATA) $(srcdir)/cr32-action-connect_creating.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/connect_creating.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-encrypted.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/encrypted.svgz + $(INSTALL_DATA) $(srcdir)/cr22-action-leftjust.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/leftjust.png + $(INSTALL_DATA) $(srcdir)/cr16-action-transform.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/transform.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-core.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/core.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-document2.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/document2.png + $(INSTALL_DATA) $(srcdir)/crsc-device-mo_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/mo_unmount.svgz + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_violet.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_violet.png + $(INSTALL_DATA) $(srcdir)/cr22-action-redo.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/redo.png + $(INSTALL_DATA) $(srcdir)/cr32-device-printer1.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/printer1.png + $(INSTALL_DATA) $(srcdir)/cr22-action-music_32ndnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_32ndnote.png + $(INSTALL_DATA) $(srcdir)/cr32-action-bookmarks_list_add.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bookmarks_list_add.png + $(INSTALL_DATA) $(srcdir)/cr64-device-mo_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/mo_unmount.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-readme.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/readme.svgz + $(INSTALL_DATA) $(srcdir)/cr22-mime-txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/txt.png + $(INSTALL_DATA) $(srcdir)/cr32-action-back.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/back.png + $(INSTALL_DATA) $(srcdir)/cr32-action-text_block.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_block.png + $(INSTALL_DATA) $(srcdir)/cr16-action-kde5.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde5.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-pdf.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/pdf.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-tgz.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/tgz.png + $(INSTALL_DATA) $(srcdir)/cr16-device-cdaudio_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdaudio_unmount.png + $(INSTALL_DATA) $(srcdir)/cr16-action-view_fit_window.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_fit_window.png + $(INSTALL_DATA) $(srcdir)/crsc-action-switchuser.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/switchuser.svgz + $(INSTALL_DATA) $(srcdir)/cr48-mime-font_bitmap.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/font_bitmap.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-krita_kra.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/krita_kra.png + $(INSTALL_DATA) $(srcdir)/cr16-action-math_sum.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_sum.png + $(INSTALL_DATA) $(srcdir)/cr22-action-1downarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/1downarrow.png + $(INSTALL_DATA) $(srcdir)/cr48-action-colorpicker.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/colorpicker.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-file_broken.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/file_broken.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-deb.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/deb.svgz + $(INSTALL_DATA) $(srcdir)/cr32-action-mail_replyall.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_replyall.png + $(INSTALL_DATA) $(srcdir)/cr22-action-attach.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/attach.png $(INSTALL_DATA) $(srcdir)/cr128-filesys-network_local.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/network_local.png - $(INSTALL_DATA) $(srcdir)/cr32-action-rebuild.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/rebuild.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-wordprocessing.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/wordprocessing.svgz - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_green.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_green.png - $(INSTALL_DATA) $(srcdir)/cr48-device-compact_flash_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/compact_flash_unmount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-queue.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/queue.png + $(INSTALL_DATA) $(srcdir)/cr22-action-text_strike.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_strike.png $(INSTALL_DATA) $(srcdir)/cr32-action-today.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/today.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-source_f.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_f.png - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps - $(INSTALL_DATA) $(srcdir)/cr48-app-password.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/password.png - $(INSTALL_DATA) $(srcdir)/cr16-action-decrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/decrypted.png - $(INSTALL_DATA) $(srcdir)/cr22-action-filefind.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filefind.png - $(INSTALL_DATA) $(srcdir)/cr32-action-math_onetwomatrix.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_onetwomatrix.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-lock_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/lock_overlay.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-kchart_chrt.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kchart_chrt.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-encrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/encrypted.png - $(INSTALL_DATA) $(srcdir)/cr16-action-launch.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/launch.png - $(INSTALL_DATA) $(srcdir)/cr48-action-unindent.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/unindent.png - $(INSTALL_DATA) $(srcdir)/cr32-action-music_natur.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_natur.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-www.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/www.svgz - $(INSTALL_DATA) $(srcdir)/cr32-mime-source_o.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_o.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-kugar_kud.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kugar_kud.png - $(INSTALL_DATA) $(srcdir)/cr16-action-1rightarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/1rightarrow.png + $(INSTALL_DATA) $(srcdir)/cr22-action-down.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/down.png + $(INSTALL_DATA) $(srcdir)/cr22-action-viewmag.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/viewmag.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-rpm.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/rpm.png + $(INSTALL_DATA) $(srcdir)/cr32-action-mail_get.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_get.png + $(INSTALL_DATA) $(srcdir)/cr48-device-sd_mmc_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/sd_mmc_unmount.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_inbox.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_inbox.png + $(INSTALL_DATA) $(srcdir)/cr128-device-ipod_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/ipod_mount.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_violet_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_violet_open.png + $(INSTALL_DATA) $(srcdir)/cr32-action-leftjust.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/leftjust.png + $(INSTALL_DATA) $(srcdir)/cr32-action-stop.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/stop.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-tex.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/tex.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps + $(INSTALL_DATA) $(srcdir)/cr16-app-kmenu.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps/kmenu.png + $(INSTALL_DATA) $(srcdir)/cr22-action-mail_post_to.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_post_to.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-readme.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/readme.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-source_c.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_c.png + $(INSTALL_DATA) $(srcdir)/cr22-action-colorize.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/colorize.png + $(INSTALL_DATA) $(srcdir)/cr32-action-view_multicolumn.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_multicolumn.png + $(INSTALL_DATA) $(srcdir)/cr22-action-lock.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/lock.png + $(INSTALL_DATA) $(srcdir)/cr48-action-previous.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/previous.png + $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_red.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_red.png + $(INSTALL_DATA) $(srcdir)/cr16-action-music_natur.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_natur.png + $(INSTALL_DATA) $(srcdir)/crsc-action-share.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/share.svgz + $(INSTALL_DATA) $(srcdir)/cr32-mime-bt.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/bt.png $(INSTALL_DATA) $(srcdir)/cr48-action-mail_new.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/mail_new.png - $(INSTALL_DATA) $(srcdir)/cr16-action-contexthelp.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/contexthelp.png - $(INSTALL_DATA) $(srcdir)/cr16-action-view_text.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_text.png - $(INSTALL_DATA) $(srcdir)/crsc-device-ipod_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/ipod_mount.svgz - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_violet_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_violet_open.png - $(INSTALL_DATA) $(srcdir)/cr22-action-next.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/next.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-source_pl.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_pl.png - $(INSTALL_DATA) $(srcdir)/cr64-device-cdwriter_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdwriter_unmount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-mouse.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mouse.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-html.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/html.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-source_cpp.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_cpp.png - $(INSTALL_DATA) $(srcdir)/cr22-filesys-www.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/www.png - $(INSTALL_DATA) $(srcdir)/cr64-device-ipod_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/ipod_unmount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-share.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/share.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-source_cpp.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_cpp.png - $(INSTALL_DATA) $(srcdir)/cr22-action-stop.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/stop.png + $(INSTALL_DATA) $(srcdir)/crsc-action-text_italic.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_italic.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-window_nofullscreen.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/window_nofullscreen.png + $(INSTALL_DATA) $(srcdir)/cr32-action-messagebox_warning.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/messagebox_warning.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-shellscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/shellscript.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-netscape_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/netscape_doc.png + $(INSTALL_DATA) $(srcdir)/crsc-device-cdrom_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdrom_unmount.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-math_sqrt.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_sqrt.png + $(INSTALL_DATA) $(srcdir)/cr48-action-launch.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/launch.png + $(INSTALL_DATA) $(srcdir)/cr16-device-pda_black.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/pda_black.png + $(INSTALL_DATA) $(srcdir)/cr16-action-apply.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/apply.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-source_php.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_php.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-cdimage.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/cdimage.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-font_bitmap.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/font_bitmap.svgz + $(INSTALL_DATA) $(srcdir)/cr128-mime-template_source.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/template_source.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-kivio_flw.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kivio_flw.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-font_truetype.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/font_truetype.png + $(INSTALL_DATA) $(srcdir)/cr16-action-frameprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frameprint.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions + $(INSTALL_DATA) $(srcdir)/cr64-action-share.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/share.png + $(INSTALL_DATA) $(srcdir)/cr32-device-memory_stick_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/memory_stick_unmount.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_violet_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_violet_open.png + $(INSTALL_DATA) $(srcdir)/crsc-device-cdrom_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdrom_mount.svgz + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_grey.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_grey.png + $(INSTALL_DATA) $(srcdir)/cr64-device-smart_media_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/smart_media_unmount.png + $(INSTALL_DATA) $(srcdir)/cr32-device-ipod_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/ipod_mount.png + $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_home.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_home.png + $(INSTALL_DATA) $(srcdir)/cr32-device-sd_mmc_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/sd_mmc_unmount.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/sound.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_video.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_video.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-source_py.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_py.svgz $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_home2.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_home2.png - $(INSTALL_DATA) $(srcdir)/cr22-action-text_center.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_center.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_html.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_html.png - $(INSTALL_DATA) $(srcdir)/cr16-action-math_brackets.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_brackets.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-source_f.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_f.png - $(INSTALL_DATA) $(srcdir)/cr48-action-identity.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/identity.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-karbon_karbon.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/karbon_karbon.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-messagebox_critical.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/messagebox_critical.png - $(INSTALL_DATA) $(srcdir)/cr32-device-tv.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/tv.png - $(INSTALL_DATA) $(srcdir)/cr48-device-joystick.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/joystick.png - $(INSTALL_DATA) $(srcdir)/cr16-action-unlock.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/unlock.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-pk.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/pk.png - $(INSTALL_DATA) $(srcdir)/cr32-action-filesave.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filesave.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-txt2.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/txt2.png - $(INSTALL_DATA) $(srcdir)/cr48-action-misc.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/misc.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-spreadsheet.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/spreadsheet.png - $(INSTALL_DATA) $(srcdir)/crsc-action-mail_get.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/mail_get.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-kde.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde.png + $(INSTALL_DATA) $(srcdir)/cr32-action-music_natur.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_natur.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-log.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/log.png + $(INSTALL_DATA) $(srcdir)/cr22-action-connect_established.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/connect_established.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-unknown.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/unknown.png $(INSTALL_DATA) $(srcdir)/cr64-mime-postscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/postscript.png - $(INSTALL_DATA) $(srcdir)/cr48-action-mail_post_to.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/mail_post_to.png - $(INSTALL_DATA) $(srcdir)/cr22-action-view_detailed.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_detailed.png - $(INSTALL_DATA) $(srcdir)/cr16-action-text_under.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_under.png - $(INSTALL_DATA) $(srcdir)/cr16-action-mail_post_to.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_post_to.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_video.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_video.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-desktop.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/desktop.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-fileprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fileprint.png - $(INSTALL_DATA) $(srcdir)/cr22-action-bookmark_add.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/bookmark_add.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_grey_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_grey_open.png - $(INSTALL_DATA) $(srcdir)/cr32-action-messagebox_info.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/messagebox_info.png - $(INSTALL_DATA) $(srcdir)/cr48-action-fileclose.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/fileclose.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-source_y.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_y.png - $(INSTALL_DATA) $(srcdir)/cr16-device-cdrom_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdrom_mount.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-source_py.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_py.png - $(INSTALL_DATA) $(srcdir)/cr22-action-filenew.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filenew.png - $(INSTALL_DATA) $(srcdir)/cr32-action-bookmark_toolbar.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bookmark_toolbar.png - $(INSTALL_DATA) $(srcdir)/cr16-action-math_brace.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_brace.png - $(INSTALL_DATA) $(srcdir)/cr22-action-view_tree.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_tree.png - $(INSTALL_DATA) $(srcdir)/cr32-action-contents.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/contents.png - $(INSTALL_DATA) $(srcdir)/cr22-device-cdaudio_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/cdaudio_unmount.png + $(INSTALL_DATA) $(srcdir)/cr32-action-edittrash.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/edittrash.png + $(INSTALL_DATA) $(srcdir)/cr16-action-news_unsubscribe.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/news_unsubscribe.png + $(INSTALL_DATA) $(srcdir)/cr16-device-ipod_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/ipod_mount.png + $(INSTALL_DATA) $(srcdir)/cr16-action-attach.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/attach.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_html.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_html.png + $(INSTALL_DATA) $(srcdir)/cr16-action-down.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/down.png + $(INSTALL_DATA) $(srcdir)/cr16-device-mo_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/mo_mount.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-vectorgfx.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/vectorgfx.png + $(INSTALL_DATA) $(srcdir)/cr32-action-run.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/run.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-lock_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/lock_overlay.png + $(INSTALL_DATA) $(srcdir)/cr22-action-history.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/history.png + $(INSTALL_DATA) $(srcdir)/cr22-action-reload3.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/reload3.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-kmultiple.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kmultiple.png $(INSTALL_DATA) $(srcdir)/cr16-action-1downarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/1downarrow.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-kexi_kexi.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kexi_kexi.png - $(INSTALL_DATA) $(srcdir)/crsc-action-text_under.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_under.svgz - $(INSTALL_DATA) $(srcdir)/cr22-mime-widget_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/widget_doc.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-txt2.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/txt2.png - $(INSTALL_DATA) $(srcdir)/cr16-action-music_fermatenote.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_fermatenote.png - $(INSTALL_DATA) $(srcdir)/cr22-action-show_side_panel.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/show_side_panel.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_crystal.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_crystal.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-make.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/make.png - $(INSTALL_DATA) $(srcdir)/crsc-device-joystick.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/joystick.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-mail_find.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_find.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-source_py.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_py.svgz - $(INSTALL_DATA) $(srcdir)/cr64-mime-krita_kra.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/krita_kra.png - $(INSTALL_DATA) $(srcdir)/cr32-action-unlock.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/unlock.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-shellscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/shellscript.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-midi.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/midi.png - $(INSTALL_DATA) $(srcdir)/cr48-action-filequickprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/filequickprint.png - $(INSTALL_DATA) $(srcdir)/cr32-action-exec.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/exec.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_locked.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_locked.svgz - $(INSTALL_DATA) $(srcdir)/cr128-mime-font.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/font.png - $(INSTALL_DATA) $(srcdir)/cr48-device-camera_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/camera_mount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-crop.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/crop.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_outbox.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_outbox.png - $(INSTALL_DATA) $(srcdir)/cr32-action-window_fullscreen.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/window_fullscreen.png - $(INSTALL_DATA) $(srcdir)/crsc-device-compact_flash_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/compact_flash_unmount.svgz - $(INSTALL_DATA) $(srcdir)/cr22-mime-koffice.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/koffice.png - $(INSTALL_DATA) $(srcdir)/cr32-action-project_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/project_open.png + $(INSTALL_DATA) $(srcdir)/cr16-action-inline_table.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/inline_table.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-font_bitmap.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/font_bitmap.png + $(INSTALL_DATA) $(srcdir)/cr16-action-2leftarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/2leftarrow.png + $(INSTALL_DATA) $(srcdir)/cr64-action-fileopen.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/fileopen.png + $(INSTALL_DATA) $(srcdir)/crsc-action-start.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/start.svgz + $(INSTALL_DATA) $(srcdir)/crsc-mime-image.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/image.svgz + $(INSTALL_DATA) $(srcdir)/cr32-action-up.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/up.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-www.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/www.png + $(INSTALL_DATA) $(srcdir)/cr32-action-mail_send.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_send.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-lock_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/lock_overlay.png + $(INSTALL_DATA) $(srcdir)/cr22-action-edit.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/edit.png $(INSTALL_DATA) $(srcdir)/crsc-device-dvd_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/dvd_unmount.svgz - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_print.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_print.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-source.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-kivio_flw.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kivio_flw.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-gf.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/gf.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/tar.png + $(INSTALL_DATA) $(srcdir)/cr22-action-encrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/encrypted.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-source_o.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_o.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-news.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/news.png + $(INSTALL_DATA) $(srcdir)/cr16-action-reload_all_tabs.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/reload_all_tabs.png + $(INSTALL_DATA) $(srcdir)/cr22-action-mail_replylist.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_replylist.png + $(INSTALL_DATA) $(srcdir)/cr16-device-memory_stick_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/memory_stick_mount.png + $(INSTALL_DATA) $(srcdir)/cr22-action-view_bottom.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_bottom.png + $(INSTALL_DATA) $(srcdir)/cr16-action-fontsizeup.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fontsizeup.png $(INSTALL_DATA) $(srcdir)/cr22-mime-kmultiple.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kmultiple.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-recycled.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/recycled.png - $(INSTALL_DATA) $(srcdir)/cr32-action-contexthelp.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/contexthelp.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_locked.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_locked.png - $(INSTALL_DATA) $(srcdir)/cr22-action-fileclose.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fileclose.png - $(INSTALL_DATA) $(srcdir)/crsc-action-player_pause.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_pause.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-fileclose.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fileclose.png - $(INSTALL_DATA) $(srcdir)/cr32-action-math_sum.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_sum.png - $(INSTALL_DATA) $(srcdir)/cr16-action-thumbnail.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/thumbnail.png - $(INSTALL_DATA) $(srcdir)/cr16-action-music_32ndnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_32ndnote.png - $(INSTALL_DATA) $(srcdir)/cr16-action-today.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/today.png - $(INSTALL_DATA) $(srcdir)/cr22-action-frame_query.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_query.png - $(INSTALL_DATA) $(srcdir)/cr32-device-ipod_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/ipod_unmount.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-file_locked.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/file_locked.png - $(INSTALL_DATA) $(srcdir)/cr22-action-news_subscribe.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/news_subscribe.png - $(INSTALL_DATA) $(srcdir)/cr32-action-stop.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/stop.png - $(INSTALL_DATA) $(srcdir)/cr32-device-memory_stick_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/memory_stick_mount.png - $(INSTALL_DATA) $(srcdir)/cr32-device-pda_black.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/pda_black.png - $(INSTALL_DATA) $(srcdir)/cr32-action-run.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/run.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-html.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/html.png - $(INSTALL_DATA) $(srcdir)/cr32-action-filesaveas.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filesaveas.png - $(INSTALL_DATA) $(srcdir)/cr16-action-text_sub.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_sub.png - $(INSTALL_DATA) $(srcdir)/crsc-action-contents2.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/contents2.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-emptytrash.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/emptytrash.png - $(INSTALL_DATA) $(srcdir)/cr16-action-save_all.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/save_all.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-lock_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/lock_overlay.png - $(INSTALL_DATA) $(srcdir)/crsc-action-gohome.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/gohome.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-fileimport.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fileimport.png - $(INSTALL_DATA) $(srcdir)/crsc-device-usbpendrive_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/usbpendrive_unmount.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-help.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/help.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_green.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_green.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_txt.png - $(INSTALL_DATA) $(srcdir)/cr22-action-view_fit_window.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_fit_window.png - $(INSTALL_DATA) $(srcdir)/cr22-action-connect_established.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/connect_established.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-source_cpp.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_cpp.png - $(INSTALL_DATA) $(srcdir)/cr16-action-goto.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/goto.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-source_h.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_h.png - $(INSTALL_DATA) $(srcdir)/cr64-device-usbpendrive_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/usbpendrive_mount.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-cdimage.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/cdimage.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-zip.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/zip.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-source_py.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_py.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_image.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_image.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-template_source.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/template_source.png + $(INSTALL_DATA) $(srcdir)/cr22-action-fileexport.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fileexport.png + $(INSTALL_DATA) $(srcdir)/cr22-action-kde.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/kde.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_image.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_image.png + $(INSTALL_DATA) $(srcdir)/crsc-device-memory_stick_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/memory_stick_unmount.svgz + $(INSTALL_DATA) $(srcdir)/crsc-mime-unknown.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/unknown.svgz $(INSTALL_DATA) $(srcdir)/cr16-action-tab_duplicate.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_duplicate.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_important.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_important.png - $(INSTALL_DATA) $(srcdir)/cr16-action-music_natur.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_natur.png - $(INSTALL_DATA) $(srcdir)/cr16-action-view_choose.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_choose.png - $(INSTALL_DATA) $(srcdir)/cr22-action-idea.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/idea.png - $(INSTALL_DATA) $(srcdir)/crsc-action-fileopen.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/fileopen.svgz - $(INSTALL_DATA) $(srcdir)/cr64-device-smart_media_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/smart_media_mount.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-cdimage.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/cdimage.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_video.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_video.png - $(INSTALL_DATA) $(srcdir)/crsc-action-mail_new.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/mail_new.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-colorpicker.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/colorpicker.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-readme.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/readme.png - $(INSTALL_DATA) $(srcdir)/cr16-action-kde6.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde6.png - $(INSTALL_DATA) $(srcdir)/cr22-filesys-zip_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/zip_overlay.png - $(INSTALL_DATA) $(srcdir)/cr22-device-ipod_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/ipod_unmount.png - $(INSTALL_DATA) $(srcdir)/cr64-device-system.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/system.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_locked.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_locked.png - $(INSTALL_DATA) $(srcdir)/cr22-action-fileopen.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fileopen.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-vcard.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/vcard.svgz - $(INSTALL_DATA) $(srcdir)/cr16-device-cdaudio_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdaudio_mount.png - $(INSTALL_DATA) $(srcdir)/crsc-action-mail_post_to.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/mail_post_to.svgz + $(INSTALL_DATA) $(srcdir)/crsc-mime-core.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/core.svgz + $(INSTALL_DATA) $(srcdir)/crsc-device-hdd_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/hdd_unmount.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-share.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/share.png + $(INSTALL_DATA) $(srcdir)/cr22-action-text_right.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_right.png + $(INSTALL_DATA) $(srcdir)/cr128-device-usbpendrive_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/usbpendrive_unmount.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-video.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/video.png + $(INSTALL_DATA) $(srcdir)/cr22-action-gear.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/gear.png + $(INSTALL_DATA) $(srcdir)/crsc-action-reload_page.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/reload_page.svgz + $(INSTALL_DATA) $(srcdir)/cr64-mime-txt2.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/txt2.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-wordprocessing.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/wordprocessing.png + $(INSTALL_DATA) $(srcdir)/cr16-action-viewmagfit.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/viewmagfit.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-recycled.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/recycled.png + $(INSTALL_DATA) $(srcdir)/cr22-action-window_fullscreen.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/window_fullscreen.png + $(INSTALL_DATA) $(srcdir)/cr32-action-mail_replylist.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_replylist.png + $(INSTALL_DATA) $(srcdir)/cr48-device-3floppy_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/3floppy_mount.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-widget_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/widget_doc.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-cdr.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/cdr.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-source_y.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_y.png + $(INSTALL_DATA) $(srcdir)/cr22-action-player_rew.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_rew.png + $(INSTALL_DATA) $(srcdir)/cr22-action-mail_reply.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_reply.png + $(INSTALL_DATA) $(srcdir)/cr32-action-text_center.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_center.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-source_pl.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_pl.png + $(INSTALL_DATA) $(srcdir)/cr48-device-pda_black.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/pda_black.png + $(INSTALL_DATA) $(srcdir)/crsc-action-previous.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/previous.svgz + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_open.png + $(INSTALL_DATA) $(srcdir)/cr48-action-bookmark.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/bookmark.png + $(INSTALL_DATA) $(srcdir)/cr22-action-reload.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/reload.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-source_f.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_f.png + $(INSTALL_DATA) $(srcdir)/cr16-action-1rightarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/1rightarrow.png + $(INSTALL_DATA) $(srcdir)/cr16-action-tab_new_raised.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_new_raised.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-kword_kwd.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kword_kwd.png + $(INSTALL_DATA) $(srcdir)/cr16-action-flag.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/flag.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-font_type1.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/font_type1.png + $(INSTALL_DATA) $(srcdir)/cr32-action-edit.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/edit.png + $(INSTALL_DATA) $(srcdir)/cr22-action-music_sixteenthnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_sixteenthnote.png + $(INSTALL_DATA) $(srcdir)/cr48-action-stop.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/stop.png + $(INSTALL_DATA) $(srcdir)/cr22-action-rightjust.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/rightjust.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-network_local.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/network_local.png + $(INSTALL_DATA) $(srcdir)/cr16-action-view_text.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_text.png $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_grey_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_grey_open.png - $(INSTALL_DATA) $(srcdir)/cr22-filesys-desktop.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/desktop.png - $(INSTALL_DATA) $(srcdir)/cr16-action-undo.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/undo.png - $(INSTALL_DATA) $(srcdir)/cr16-action-compfile.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/compfile.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-metafont.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/metafont.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-mozilla_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/mozilla_doc.png - $(INSTALL_DATA) $(srcdir)/cr16-action-music_halfnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_halfnote.png - $(INSTALL_DATA) $(srcdir)/cr16-action-contents.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/contents.png - $(INSTALL_DATA) $(srcdir)/cr22-action-blend.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/blend.png - $(INSTALL_DATA) $(srcdir)/cr32-action-text_strike.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_strike.png + $(INSTALL_DATA) $(srcdir)/crsc-device-memory.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/memory.svgz + $(INSTALL_DATA) $(srcdir)/cr48-device-mo_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/mo_mount.png + $(INSTALL_DATA) $(srcdir)/cr128-device-smart_media_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/smart_media_unmount.png + $(INSTALL_DATA) $(srcdir)/cr16-device-memory.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/memory.png + $(INSTALL_DATA) $(srcdir)/cr48-action-next.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/next.png + $(INSTALL_DATA) $(srcdir)/cr16-action-text_bold.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_bold.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-font_type1.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/font_type1.png + $(INSTALL_DATA) $(srcdir)/cr32-action-connect_established.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/connect_established.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-ftp.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/ftp.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-exec.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/exec.png + $(INSTALL_DATA) $(srcdir)/cr32-action-folder_new.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/folder_new.png + $(INSTALL_DATA) $(srcdir)/cr22-action-mail_forward.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_forward.png $(INSTALL_DATA) $(srcdir)/cr16-device-usbpendrive_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/usbpendrive_mount.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-info.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/info.png - $(INSTALL_DATA) $(srcdir)/cr16-device-pda_black.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/pda_black.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-network.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/network.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_violet.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_violet.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-source_s.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_s.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-ascii.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/ascii.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_violet.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_violet.png - $(INSTALL_DATA) $(srcdir)/cr22-action-view_fit_height.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_fit_height.png - $(INSTALL_DATA) $(srcdir)/crsc-device-chardevice.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/chardevice.svgz - $(INSTALL_DATA) $(srcdir)/cr32-device-zip_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/zip_mount.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-source_cpp.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_cpp.svgz - $(INSTALL_DATA) $(srcdir)/cr32-filesys-network_local.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/network_local.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-home_white.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/home_white.svgz - $(INSTALL_DATA) $(srcdir)/cr64-app-password.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps/password.png - $(INSTALL_DATA) $(srcdir)/cr22-filesys-link_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/link_overlay.png - $(INSTALL_DATA) $(srcdir)/crsc-action-stop.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/stop.svgz - $(INSTALL_DATA) $(srcdir)/cr128-mime-source_py.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_py.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-vcard.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/vcard.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-cdimage.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/cdimage.svgz - $(INSTALL_DATA) $(srcdir)/cr64-device-hdd_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/hdd_unmount.png - $(INSTALL_DATA) $(srcdir)/cr48-action-back.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/back.png - $(INSTALL_DATA) $(srcdir)/cr16-device-tv.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/tv.png - $(INSTALL_DATA) $(srcdir)/crsc-action-text_bold.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_bold.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-frame_edit.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_edit.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-bt.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/bt.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_locked.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_locked.png - $(INSTALL_DATA) $(srcdir)/cr32-device-chardevice.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/chardevice.png - $(INSTALL_DATA) $(srcdir)/cr32-action-launch.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/launch.png - $(INSTALL_DATA) $(srcdir)/crsc-action-player_fwd.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_fwd.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-rebuild.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/rebuild.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-source_java.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_java.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-kivio_flw.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kivio_flw.png - $(INSTALL_DATA) $(srcdir)/cr22-action-view_text.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_text.png - $(INSTALL_DATA) $(srcdir)/cr32-action-math_matrix.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_matrix.png - $(INSTALL_DATA) $(srcdir)/cr16-action-colorpicker.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/colorpicker.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_red.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_red.png - $(INSTALL_DATA) $(srcdir)/cr48-device-3floppy_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/3floppy_unmount.png - $(INSTALL_DATA) $(srcdir)/cr32-action-window_nofullscreen.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/window_nofullscreen.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-desktop.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/desktop.png - $(INSTALL_DATA) $(srcdir)/cr16-action-history_clear.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/history_clear.png - $(INSTALL_DATA) $(srcdir)/cr16-device-camera_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/camera_unmount.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-file_temporary.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/file_temporary.svgz - $(INSTALL_DATA) $(srcdir)/crsc-device-nfs_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/nfs_mount.svgz - $(INSTALL_DATA) $(srcdir)/crsc-filesys-trashcan_empty.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/trashcan_empty.svgz - $(INSTALL_DATA) $(srcdir)/cr64-mime-txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/txt.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-source_j.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_j.svgz - $(INSTALL_DATA) $(srcdir)/cr16-mime-source_py.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_py.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-netscape_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/netscape_doc.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-source_php.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_php.png - $(INSTALL_DATA) $(srcdir)/cr16-action-mail_send.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_send.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-source_j.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_j.png - $(INSTALL_DATA) $(srcdir)/cr48-device-ipod_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/ipod_mount.png - $(INSTALL_DATA) $(srcdir)/crsc-device-5floppy_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/5floppy_mount.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-fill.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fill.png - $(INSTALL_DATA) $(srcdir)/cr32-device-camera_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/camera_mount.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-ascii.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/ascii.png - $(INSTALL_DATA) $(srcdir)/cr32-device-cdaudio_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdaudio_unmount.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-message.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/message.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-shellscript.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/shellscript.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-configure.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/configure.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-cdtrack.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/cdtrack.png - $(INSTALL_DATA) $(srcdir)/cr16-action-encrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/encrypted.png - $(INSTALL_DATA) $(srcdir)/cr16-action-remove.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/remove.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-network_local.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/network_local.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-gf.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/gf.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-source_py.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_py.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_favorite.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_favorite.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-dvi.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/dvi.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-font_truetype.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/font_truetype.svgz - $(INSTALL_DATA) $(srcdir)/cr48-mime-metafont.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/metafont.png - $(INSTALL_DATA) $(srcdir)/cr16-action-emptytrash.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/emptytrash.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_orange.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_orange.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-applix.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/applix.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_red_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_red_open.png - $(INSTALL_DATA) $(srcdir)/cr32-action-text_sub.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_sub.png - $(INSTALL_DATA) $(srcdir)/cr16-action-mail_find.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_find.png - $(INSTALL_DATA) $(srcdir)/cr32-action-mail_generic.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_generic.png - $(INSTALL_DATA) $(srcdir)/crsc-action-frameprint.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/frameprint.svgz - $(INSTALL_DATA) $(srcdir)/cr16-device-cdwriter_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdwriter_mount.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-gettext.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/gettext.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_important.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_important.png - $(INSTALL_DATA) $(srcdir)/cr32-action-queue.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/queue.png - $(INSTALL_DATA) $(srcdir)/crsc-action-text_italic.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_italic.svgz - $(INSTALL_DATA) $(srcdir)/cr64-mime-make.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/make.png $(INSTALL_DATA) $(srcdir)/cr48-mime-misc.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/misc.png - $(INSTALL_DATA) $(srcdir)/cr32-action-reload.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/reload.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-source_j.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_j.png - $(INSTALL_DATA) $(srcdir)/cr32-device-pda_blue.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/pda_blue.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-txt2.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/txt2.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-postscript.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/postscript.svgz - $(INSTALL_DATA) $(srcdir)/cr48-action-eraser.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/eraser.png - $(INSTALL_DATA) $(srcdir)/cr22-action-add.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/add.png - $(INSTALL_DATA) $(srcdir)/crsc-app-kttsd.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps/kttsd.svgz - $(INSTALL_DATA) $(srcdir)/cr16-mime-applix.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/applix.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-ascii.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/ascii.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-zip_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/zip_overlay.png - $(INSTALL_DATA) $(srcdir)/cr22-action-make_kdevelop.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/make_kdevelop.png - $(INSTALL_DATA) $(srcdir)/cr22-action-remove.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/remove.png - $(INSTALL_DATA) $(srcdir)/cr32-action-view_remove.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_remove.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-soffice.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/soffice.png - $(INSTALL_DATA) $(srcdir)/cr32-action-identity.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/identity.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-lock_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/lock_overlay.png + $(INSTALL_DATA) $(srcdir)/cr22-action-editcut.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editcut.png + $(INSTALL_DATA) $(srcdir)/cr32-action-centrejust.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/centrejust.png + $(INSTALL_DATA) $(srcdir)/cr22-action-1leftarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/1leftarrow.png + $(INSTALL_DATA) $(srcdir)/cr32-action-next.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/next.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-misc.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/misc.png + $(INSTALL_DATA) $(srcdir)/cr16-device-scanner.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/scanner.png + $(INSTALL_DATA) $(srcdir)/cr16-action-view_choose.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_choose.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-spreadsheet.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/spreadsheet.svgz + $(INSTALL_DATA) $(srcdir)/cr64-mime-binary.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/binary.png + $(INSTALL_DATA) $(srcdir)/cr32-action-math_sqrt.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_sqrt.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-video.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/video.svgz + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_sound.png + $(INSTALL_DATA) $(srcdir)/cr16-device-chardevice.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/chardevice.png $(INSTALL_DATA) $(srcdir)/cr22-action-text_left.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_left.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-quicktime.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/quicktime.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-kmultiple.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kmultiple.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-vcard.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/vcard.png - $(INSTALL_DATA) $(srcdir)/crsc-device-memory_stick_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/memory_stick_mount.svgz - $(INSTALL_DATA) $(srcdir)/crsc-action-about_kde.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/about_kde.svgz - $(INSTALL_DATA) $(srcdir)/crsc-device-memory_stick_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/memory_stick_unmount.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-kde5.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde5.png + $(INSTALL_DATA) $(srcdir)/cr64-device-dvd_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/dvd_mount.png + $(INSTALL_DATA) $(srcdir)/cr22-action-show_side_panel.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/show_side_panel.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-cdtrack.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/cdtrack.png + $(INSTALL_DATA) $(srcdir)/cr128-device-chardevice.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/chardevice.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-man.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/man.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-quicktime.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/quicktime.svgz + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps + $(INSTALL_DATA) $(srcdir)/cr48-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/kttsd.png + $(INSTALL_DATA) $(srcdir)/cr16-device-cdrom_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdrom_mount.png $(INSTALL_DATA) $(srcdir)/cr32-action-math_rsup.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_rsup.png - $(INSTALL_DATA) $(srcdir)/cr32-device-cdrom_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdrom_unmount.png - $(INSTALL_DATA) $(srcdir)/cr16-action-text_block.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_block.png - $(INSTALL_DATA) $(srcdir)/cr16-action-history.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/history.png - $(INSTALL_DATA) $(srcdir)/cr22-action-view_left_right.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_left_right.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-rpm.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/rpm.png - $(INSTALL_DATA) $(srcdir)/crsc-action-fileclose.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/fileclose.svgz - $(INSTALL_DATA) $(srcdir)/cr64-device-cdaudio_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdaudio_mount.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-gf.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/gf.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-template_source.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/template_source.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_html.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_html.png - $(INSTALL_DATA) $(srcdir)/cr16-action-misc.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/misc.png - $(INSTALL_DATA) $(srcdir)/cr22-action-key_enter.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/key_enter.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-temporary.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/temporary.svgz - $(INSTALL_DATA) $(srcdir)/cr64-mime-shellscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/shellscript.png - $(INSTALL_DATA) $(srcdir)/cr32-device-compact_flash_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/compact_flash_mount.png - $(INSTALL_DATA) $(srcdir)/crsc-device-mo_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/mo_mount.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-down.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/down.png - $(INSTALL_DATA) $(srcdir)/cr32-action-wizard.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/wizard.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-document2.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/document2.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_orange_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_orange_open.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-txt2.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/txt2.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-template_source.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/template_source.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-kexi_kexi.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kexi_kexi.png - $(INSTALL_DATA) $(srcdir)/cr32-action-math_lsup.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_lsup.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-source_java.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_java.png - $(INSTALL_DATA) $(srcdir)/cr32-action-rotate.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/rotate.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-desktop.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/desktop.png - $(INSTALL_DATA) $(srcdir)/crsc-device-zip_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/zip_unmount.svgz - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_crystal.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_crystal.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_green_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_green_open.png - $(INSTALL_DATA) $(srcdir)/cr22-action-contents2.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/contents2.png - $(INSTALL_DATA) $(srcdir)/cr32-action-gear.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/gear.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-krita_kra.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/krita_kra.png - $(INSTALL_DATA) $(srcdir)/cr32-device-5floppy_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/5floppy_unmount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-mail_generic.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_generic.png - $(INSTALL_DATA) $(srcdir)/cr32-action-music_quarternote.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_quarternote.png - $(INSTALL_DATA) $(srcdir)/cr16-action-window_new.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/window_new.png - $(INSTALL_DATA) $(srcdir)/cr16-action-fileimport.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fileimport.png - $(INSTALL_DATA) $(srcdir)/cr22-action-button_ok.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/button_ok.png - $(INSTALL_DATA) $(srcdir)/cr22-action-clear_left.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/clear_left.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-source_c.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_c.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-network_local.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/network_local.png - $(INSTALL_DATA) $(srcdir)/cr22-action-mail_get.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_get.png - $(INSTALL_DATA) $(srcdir)/cr22-action-view_remove.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_remove.png - $(INSTALL_DATA) $(srcdir)/crsc-action-filenew.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/filenew.svgz - $(INSTALL_DATA) $(srcdir)/cr64-mime-template_source.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/template_source.png - $(INSTALL_DATA) $(srcdir)/cr32-action-mail_post_to.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_post_to.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-source_moc.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_moc.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-kformula_kfo.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kformula_kfo.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_man.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_man.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-metafont.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/metafont.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-zip_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/zip_overlay.png - $(INSTALL_DATA) $(srcdir)/cr22-action-halfencrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/halfencrypted.png + $(INSTALL_DATA) $(srcdir)/cr22-action-color_fill.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/color_fill.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-kpresenter_kpr.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kpresenter_kpr.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-postscript.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/postscript.svgz + $(INSTALL_DATA) $(srcdir)/cr128-device-memory_stick_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/memory_stick_mount.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-rpm.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/rpm.png + $(INSTALL_DATA) $(srcdir)/crsc-device-nfs_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/nfs_unmount.svgz + $(INSTALL_DATA) $(srcdir)/cr32-device-usbpendrive_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/usbpendrive_unmount.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-make.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/make.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-vcalendar.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/vcalendar.png + $(INSTALL_DATA) $(srcdir)/cr22-action-forward.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/forward.png + $(INSTALL_DATA) $(srcdir)/cr16-action-math_prod.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_prod.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-font.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/font.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_orange.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_orange.png + $(INSTALL_DATA) $(srcdir)/cr22-device-ipod_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/ipod_mount.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-template_source.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/template_source.png + $(INSTALL_DATA) $(srcdir)/cr16-action-editcopy.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editcopy.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-cdtrack.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/cdtrack.svgz + $(INSTALL_DATA) $(srcdir)/cr128-mime-spreadsheet.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/spreadsheet.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-log.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/log.png + $(INSTALL_DATA) $(srcdir)/cr48-device-cdwriter_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdwriter_unmount.png + $(INSTALL_DATA) $(srcdir)/crsc-action-player_start.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_start.svgz + $(INSTALL_DATA) $(srcdir)/cr64-device-cdwriter_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdwriter_unmount.png + $(INSTALL_DATA) $(srcdir)/cr48-action-switchuser.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/switchuser.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps + $(INSTALL_DATA) $(srcdir)/cr22-app-password.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/password.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-deb.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/deb.png + $(INSTALL_DATA) $(srcdir)/cr22-action-math_onetwomatrix.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_onetwomatrix.png + $(INSTALL_DATA) $(srcdir)/cr32-action-exit.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/exit.png + $(INSTALL_DATA) $(srcdir)/cr16-device-smart_media_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/smart_media_mount.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-readme.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/readme.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-source_l.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_l.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-core.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/core.png + $(INSTALL_DATA) $(srcdir)/crsc-action-view_fit_width.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/view_fit_width.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-text_left.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_left.png + $(INSTALL_DATA) $(srcdir)/crsc-action-player_eject.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_eject.svgz + $(INSTALL_DATA) $(srcdir)/cr128-mime-unknown.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/unknown.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-pipe.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/pipe.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_home.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_home.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-info.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/info.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-wordprocessing.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/wordprocessing.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-postscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/postscript.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_crystal.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_crystal.png + $(INSTALL_DATA) $(srcdir)/cr16-action-fileprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fileprint.png + $(INSTALL_DATA) $(srcdir)/cr22-action-text_super.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_super.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-source_f.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_f.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-source_j.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_j.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-tex.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/tex.png + $(INSTALL_DATA) $(srcdir)/cr16-action-kde.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde.png $(INSTALL_DATA) $(srcdir)/cr64-mime-mozilla_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/mozilla_doc.png - $(INSTALL_DATA) $(srcdir)/cr22-device-camera_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/camera_unmount.png + $(INSTALL_DATA) $(srcdir)/cr16-device-mo_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/mo_unmount.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-document.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/document.png + $(INSTALL_DATA) $(srcdir)/cr64-device-tablet.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/tablet.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_green.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_green.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-exec_wine.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/exec_wine.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_orange_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_orange_open.png + $(INSTALL_DATA) $(srcdir)/cr16-device-dvd_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/dvd_unmount.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-source_f.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_f.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-make.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/make.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_red_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_red_open.png + $(INSTALL_DATA) $(srcdir)/cr16-action-player_fwd.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_fwd.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-source_s.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_s.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-message.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/message.png + $(INSTALL_DATA) $(srcdir)/cr22-action-music_dottednote.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_dottednote.png + $(INSTALL_DATA) $(srcdir)/cr48-action-gohome.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/gohome.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-deb.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/deb.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_tar.png + $(INSTALL_DATA) $(srcdir)/cr22-device-usbpendrive_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/usbpendrive_mount.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-gf.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/gf.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-source_java.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_java.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-quicktime.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/quicktime.png + $(INSTALL_DATA) $(srcdir)/cr32-action-colorize.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/colorize.png + $(INSTALL_DATA) $(srcdir)/cr16-action-identity.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/identity.png + $(INSTALL_DATA) $(srcdir)/cr22-device-sd_mmc_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/sd_mmc_unmount.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-link_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/link_overlay.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-message.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/message.png + $(INSTALL_DATA) $(srcdir)/cr32-device-camera_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/camera_mount.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-image.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/image.png + $(INSTALL_DATA) $(srcdir)/cr22-action-mail_find.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_find.png + $(INSTALL_DATA) $(srcdir)/crsc-device-usbpendrive_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/usbpendrive_unmount.svgz + $(INSTALL_DATA) $(srcdir)/cr22-mime-file_locked.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/file_locked.png + $(INSTALL_DATA) $(srcdir)/cr16-action-text_italic.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_italic.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-soffice.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/soffice.png + $(INSTALL_DATA) $(srcdir)/cr48-device-cdrom_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdrom_unmount.png + $(INSTALL_DATA) $(srcdir)/crsc-device-ipod_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/ipod_unmount.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-player_eject.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_eject.png + $(INSTALL_DATA) $(srcdir)/cr16-action-mail_replyall.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_replyall.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-source_p.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_p.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-encrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/encrypted.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-cdr.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/cdr.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-kexi_kexi.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/kexi_kexi.svgz + $(INSTALL_DATA) $(srcdir)/cr48-mime-source_php.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_php.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-home_white.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/home_white.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-bookmark_toolbar.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bookmark_toolbar.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-dvi.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/dvi.png + $(INSTALL_DATA) $(srcdir)/cr22-action-revert.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/revert.png + $(INSTALL_DATA) $(srcdir)/cr22-action-run.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/run.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/txt.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-source_f.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_f.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/sound.png + $(INSTALL_DATA) $(srcdir)/cr16-action-charset.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/charset.png $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_yellow_open.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_yellow_open.svgz - $(INSTALL_DATA) $(srcdir)/cr64-mime-log.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/log.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-source_moc.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_moc.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-music_fullnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_fullnote.png - $(INSTALL_DATA) $(srcdir)/cr22-action-move.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/move.png - $(INSTALL_DATA) $(srcdir)/cr22-action-mail_post_to3.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_post_to3.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/txt.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-make.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/make.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-mail_new.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_new.png - $(INSTALL_DATA) $(srcdir)/cr22-action-redo.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/redo.png - $(INSTALL_DATA) $(srcdir)/cr16-action-viewmag.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/viewmag.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-source_y.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_y.png - $(INSTALL_DATA) $(srcdir)/cr16-action-fontsizeup.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fontsizeup.png - $(INSTALL_DATA) $(srcdir)/cr16-action-view_remove.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_remove.png - $(INSTALL_DATA) $(srcdir)/crsc-action-switchuser.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/switchuser.svgz - $(INSTALL_DATA) $(srcdir)/cr128-mime-source_php.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_php.png - $(INSTALL_DATA) $(srcdir)/crsc-action-reload_all_tabs.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/reload_all_tabs.svgz - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_cyan.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_cyan.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-player_rew.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_rew.png - $(INSTALL_DATA) $(srcdir)/cr48-device-usbpendrive_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/usbpendrive_unmount.png - $(INSTALL_DATA) $(srcdir)/cr32-action-down.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/down.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-image.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/image.png - $(INSTALL_DATA) $(srcdir)/cr16-action-reload_page.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/reload_page.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-kexi_kexi.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/kexi_kexi.png - $(INSTALL_DATA) $(srcdir)/cr32-device-dvd_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/dvd_mount.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_violet_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_violet_open.png - $(INSTALL_DATA) $(srcdir)/crsc-action-configure.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/configure.svgz - $(INSTALL_DATA) $(srcdir)/cr16-mime-pdf.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/pdf.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/sound.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_green_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_green_open.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-source_java.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_java.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-netscape_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/netscape_doc.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-zip.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/zip.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_html.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_html.png + $(INSTALL_DATA) $(srcdir)/cr22-action-player_stop.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_stop.png $(INSTALL_DATA) $(srcdir)/cr16-action-player_pause.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_pause.png - $(INSTALL_DATA) $(srcdir)/cr32-action-bookmarks_list_add.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bookmarks_list_add.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-cdtrack.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/cdtrack.png - $(INSTALL_DATA) $(srcdir)/cr32-action-bottom.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bottom.png - $(INSTALL_DATA) $(srcdir)/cr32-action-editshred.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editshred.png - $(INSTALL_DATA) $(srcdir)/cr16-action-math_frac.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_frac.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_image.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_image.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_red.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_red.png - $(INSTALL_DATA) $(srcdir)/cr16-action-charset.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/charset.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-source.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source.png - $(INSTALL_DATA) $(srcdir)/cr32-action-music_cross.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_cross.png - $(INSTALL_DATA) $(srcdir)/cr22-action-unlock.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/unlock.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-make.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/make.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-quicktime.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/quicktime.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-unknown.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/unknown.png - $(INSTALL_DATA) $(srcdir)/cr22-action-text_italic.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_italic.png + $(INSTALL_DATA) $(srcdir)/cr22-device-ipod_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/ipod_unmount.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-pdf.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/pdf.png $(INSTALL_DATA) $(srcdir)/cr16-mime-source_java.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_java.png - $(INSTALL_DATA) $(srcdir)/cr48-action-gear.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/gear.png - $(INSTALL_DATA) $(srcdir)/cr32-action-math_brace.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_brace.png - $(INSTALL_DATA) $(srcdir)/cr48-device-dvd_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/dvd_unmount.png - $(INSTALL_DATA) $(srcdir)/cr16-action-inline_table.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/inline_table.png - $(INSTALL_DATA) $(srcdir)/crsc-action-reload.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/reload.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-move.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/move.png - $(INSTALL_DATA) $(srcdir)/cr22-action-music_flat.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_flat.png - $(INSTALL_DATA) $(srcdir)/cr16-action-news_unsubscribe.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/news_unsubscribe.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-wordprocessing.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/wordprocessing.png - $(INSTALL_DATA) $(srcdir)/cr22-action-bookmarks_list_add.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/bookmarks_list_add.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-info.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/info.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-colorscm.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/colorscm.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-math_paren.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_paren.png - $(INSTALL_DATA) $(srcdir)/cr48-device-nfs_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/nfs_unmount.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-applix.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/applix.png - $(INSTALL_DATA) $(srcdir)/cr32-action-viewmag+.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/viewmag+.png - $(INSTALL_DATA) $(srcdir)/cr16-action-finish.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/finish.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-soffice.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/soffice.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-document2.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/document2.png - $(INSTALL_DATA) $(srcdir)/cr32-device-cdwriter_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdwriter_unmount.png - $(INSTALL_DATA) $(srcdir)/cr16-action-exec.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/exec.png - $(INSTALL_DATA) $(srcdir)/cr16-action-viewmag+.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/viewmag+.png - $(INSTALL_DATA) $(srcdir)/cr32-action-music_cleficon.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_cleficon.png - $(INSTALL_DATA) $(srcdir)/cr16-action-player_end.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_end.png - $(INSTALL_DATA) $(srcdir)/cr22-action-bookmark.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/bookmark.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-resource.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/resource.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_txt.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-kugar_kud.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kugar_kud.png - $(INSTALL_DATA) $(srcdir)/cr16-app-password.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps/password.png - $(INSTALL_DATA) $(srcdir)/cr32-device-blockdevice.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/blockdevice.png - $(INSTALL_DATA) $(srcdir)/cr16-action-switchuser.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/switchuser.png - $(INSTALL_DATA) $(srcdir)/cr16-action-run.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/run.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-widget_doc.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/widget_doc.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-unindent.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/unindent.png - $(INSTALL_DATA) $(srcdir)/cr48-device-smart_media_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/smart_media_mount.png - $(INSTALL_DATA) $(srcdir)/cr16-action-player_rew.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_rew.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-ascii.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/ascii.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-source_h.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_h.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-mozilla_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/mozilla_doc.png - $(INSTALL_DATA) $(srcdir)/cr48-action-launch.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/launch.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-source_p.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_p.svgz - $(INSTALL_DATA) $(srcdir)/cr22-mime-font_bitmap.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/font_bitmap.png - $(INSTALL_DATA) $(srcdir)/cr32-action-previous.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/previous.png - $(INSTALL_DATA) $(srcdir)/crsc-device-camera_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/camera_mount.svgz - $(INSTALL_DATA) $(srcdir)/cr48-action-switchuser.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/switchuser.png - $(INSTALL_DATA) $(srcdir)/cr48-device-cdaudio_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdaudio_mount.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_video.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_video.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-pipe.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/pipe.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_violet_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_violet_open.png - $(INSTALL_DATA) $(srcdir)/cr16-device-5floppy_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/5floppy_mount.png - $(INSTALL_DATA) $(srcdir)/cr48-device-zip_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/zip_mount.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_important.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_important.png - $(INSTALL_DATA) $(srcdir)/cr16-action-redo.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/redo.png - $(INSTALL_DATA) $(srcdir)/crsc-action-reload_page.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/reload_page.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-player_playlist.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_playlist.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder.png - $(INSTALL_DATA) $(srcdir)/cr32-action-decrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/decrypted.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-exec.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/exec.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_favorite.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_favorite.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_sound.png - $(INSTALL_DATA) $(srcdir)/cr16-action-filesave.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filesave.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-pdf.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/pdf.svgz - $(INSTALL_DATA) $(srcdir)/crsc-action-text_bild.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_bild.svgz - $(INSTALL_DATA) $(srcdir)/crsc-device-dvd_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/dvd_mount.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-connect_no.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/connect_no.png - $(INSTALL_DATA) $(srcdir)/cr16-action-text_left.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_left.png - $(INSTALL_DATA) $(srcdir)/cr22-action-pencil.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/pencil.png - $(INSTALL_DATA) $(srcdir)/cr22-action-2downarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/2downarrow.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-binary.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/binary.png - $(INSTALL_DATA) $(srcdir)/cr32-action-view_sidetree.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_sidetree.png - $(INSTALL_DATA) $(srcdir)/cr16-action-help.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/help.png - $(INSTALL_DATA) $(srcdir)/cr22-action-project_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/project_open.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-shellscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/shellscript.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-message.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/message.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-source_pl.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_pl.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-zip.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/zip.png - $(INSTALL_DATA) $(srcdir)/cr64-device-mouse.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/mouse.png - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/apps - $(INSTALL_DATA) $(srcdir)/cr32-app-kmenu.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/apps/kmenu.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-core.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/core.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-log.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/log.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-source.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_image.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_image.png - $(INSTALL_DATA) $(srcdir)/cr32-device-zip_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/zip_unmount.png - $(INSTALL_DATA) $(srcdir)/cr32-action-viewmag.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/viewmag.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_grey_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_grey_open.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-zip_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/zip_overlay.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-file_broken.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/file_broken.png - $(INSTALL_DATA) $(srcdir)/cr22-action-attach.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/attach.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-tgz.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/tgz.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-kivio_flw.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kivio_flw.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-cdr.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/cdr.png - $(INSTALL_DATA) $(srcdir)/cr22-action-charset.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/charset.png - $(INSTALL_DATA) $(srcdir)/crsc-device-mouse.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/mouse.svgz - $(INSTALL_DATA) $(srcdir)/crsc-mime-ascii.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/ascii.svgz - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_tar.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_tar.svgz - $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder.png - $(INSTALL_DATA) $(srcdir)/cr22-action-math_int.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_int.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-kpresenter_kpr.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kpresenter_kpr.png - $(INSTALL_DATA) $(srcdir)/cr22-action-wizard.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/wizard.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-source_p.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_p.png - $(INSTALL_DATA) $(srcdir)/crsc-action-text_sub.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_sub.svgz - $(INSTALL_DATA) $(srcdir)/crsc-mime-binary.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/binary.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-player_pause.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_pause.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-font_truetype.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/font_truetype.png - $(INSTALL_DATA) $(srcdir)/cr16-action-airbrush.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/airbrush.png - $(INSTALL_DATA) $(srcdir)/cr22-action-player_play.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_play.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-postscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/postscript.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-image2.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/image2.svgz - $(INSTALL_DATA) $(srcdir)/crsc-mime-source_pl.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_pl.svgz - $(INSTALL_DATA) $(srcdir)/cr48-action-bookmark.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/bookmark.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-source_s.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_s.png - $(INSTALL_DATA) $(srcdir)/cr16-action-rotate_ccw.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/rotate_ccw.png - $(INSTALL_DATA) $(srcdir)/cr22-action-window_nofullscreen.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/window_nofullscreen.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_man.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_man.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-trashcan_full.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/trashcan_full.png - $(INSTALL_DATA) $(srcdir)/cr48-device-ipod_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/ipod_unmount.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-tar.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/tar.svgz - $(INSTALL_DATA) $(srcdir)/cr16-mime-shellscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/shellscript.png - $(INSTALL_DATA) $(srcdir)/crsc-action-player_rew.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_rew.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-filter.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filter.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-source_o.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_o.png - $(INSTALL_DATA) $(srcdir)/cr16-action-tab_new_raised.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_new_raised.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-video.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/video.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-gettext.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/gettext.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-kword_kwd.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kword_kwd.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_print.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_print.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-home_blue.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/home_blue.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-text_block.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_block.png - $(INSTALL_DATA) $(srcdir)/cr22-action-music_natur.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_natur.png - $(INSTALL_DATA) $(srcdir)/cr22-action-showmenu.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/showmenu.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-vcalendar.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/vcalendar.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-source_php.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_php.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-binary.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/binary.png - $(INSTALL_DATA) $(srcdir)/cr64-device-camera_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/camera_unmount.png - $(INSTALL_DATA) $(srcdir)/cr16-action-music_cleficon.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_cleficon.png - $(INSTALL_DATA) $(srcdir)/cr32-app-password.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/apps/password.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_yellow_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_yellow_open.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-font_type1.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/font_type1.png - $(INSTALL_DATA) $(srcdir)/cr32-action-bookmark_folder.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bookmark_folder.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-desktop.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/desktop.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_orange_open.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_orange_open.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-text_super.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_super.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/sound.png - $(INSTALL_DATA) $(srcdir)/cr22-action-view_fit_width.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_fit_width.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-recycled.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/recycled.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-font_type1.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/font_type1.png - $(INSTALL_DATA) $(srcdir)/cr16-action-tab_remove.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_remove.png - $(INSTALL_DATA) $(srcdir)/crsc-device-tv.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/tv.svgz - $(INSTALL_DATA) $(srcdir)/cr22-mime-wordprocessing.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/wordprocessing.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-encrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/encrypted.png - $(INSTALL_DATA) $(srcdir)/cr22-device-compact_flash_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/compact_flash_unmount.png - $(INSTALL_DATA) $(srcdir)/cr48-device-memory_stick_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/memory_stick_unmount.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-file_locked.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/file_locked.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_home2.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_home2.png + $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_green.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_green.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-desktop.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/desktop.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-font.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/font.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-metafont.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/metafont.png + $(INSTALL_DATA) $(srcdir)/cr16-device-ipod_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/ipod_unmount.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-source_s.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_s.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-contexthelp.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/contexthelp.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-applix.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/applix.png + $(INSTALL_DATA) $(srcdir)/cr32-action-music_fullnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_fullnote.png $(INSTALL_DATA) $(srcdir)/cr48-device-cdwriter_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdwriter_mount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-mail_post_to.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_post_to.png - $(INSTALL_DATA) $(srcdir)/cr16-action-tab_new.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_new.png - $(INSTALL_DATA) $(srcdir)/cr22-action-text_right.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_right.png - $(INSTALL_DATA) $(srcdir)/cr16-action-color_fill.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/color_fill.png - $(INSTALL_DATA) $(srcdir)/cr16-action-math_matrix.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_matrix.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-cdtrack.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/cdtrack.png - $(INSTALL_DATA) $(srcdir)/cr16-action-mail_replylist.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_replylist.png - $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_home.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_home.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-dvi.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/dvi.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-kchart_chrt.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kchart_chrt.png - $(INSTALL_DATA) $(srcdir)/cr22-action-gohome.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/gohome.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-video.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/video.png - $(INSTALL_DATA) $(srcdir)/cr16-action-view_fit_height.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_fit_height.png - $(INSTALL_DATA) $(srcdir)/cr32-action-top.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/top.png - $(INSTALL_DATA) $(srcdir)/cr48-app-kmenu.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/kmenu.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-encrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/encrypted.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-misc.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/misc.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_sound.png - $(INSTALL_DATA) $(srcdir)/cr16-device-smart_media_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/smart_media_unmount.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-cdimage.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/cdimage.png - $(INSTALL_DATA) $(srcdir)/cr16-action-window_fullscreen.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/window_fullscreen.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-font_bitmap.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/font_bitmap.png - $(INSTALL_DATA) $(srcdir)/cr32-action-view_icon.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_icon.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-pk.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/pk.svgz - $(INSTALL_DATA) $(srcdir)/crsc-device-nfs_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/nfs_unmount.svgz - $(INSTALL_DATA) $(srcdir)/cr32-mime-kformula_kfo.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kformula_kfo.png - $(INSTALL_DATA) $(srcdir)/cr16-action-frame_text.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_text.png - $(INSTALL_DATA) $(srcdir)/cr22-action-rightjust.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/rightjust.png + $(INSTALL_DATA) $(srcdir)/cr32-action-math_brackets.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_brackets.png $(INSTALL_DATA) $(srcdir)/cr22-mime-kword_kwd.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kword_kwd.png - $(INSTALL_DATA) $(srcdir)/cr16-action-view_bottom.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_bottom.png - $(INSTALL_DATA) $(srcdir)/cr32-action-reload_page.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/reload_page.png - $(INSTALL_DATA) $(srcdir)/cr22-action-viewmagfit.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/viewmagfit.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-quicktime.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/quicktime.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-template_source.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/template_source.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-widget_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/widget_doc.png - $(INSTALL_DATA) $(srcdir)/cr16-device-nfs_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/nfs_unmount.png - $(INSTALL_DATA) $(srcdir)/cr32-action-editcut.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editcut.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_sent_mail.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_sent_mail.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-tar.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/tar.svgz + $(INSTALL_DATA) $(srcdir)/crsc-mime-source_c.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_c.svgz + $(INSTALL_DATA) $(srcdir)/cr32-action-player_playlist.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_playlist.png + $(INSTALL_DATA) $(srcdir)/cr22-action-music_cleficon.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_cleficon.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-vcalendar.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/vcalendar.png $(INSTALL_DATA) $(srcdir)/cr32-action-save_all.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/save_all.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-gf.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/gf.png - $(INSTALL_DATA) $(srcdir)/cr22-action-math_onetwomatrix.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_onetwomatrix.png - $(INSTALL_DATA) $(srcdir)/cr32-device-5floppy_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/5floppy_mount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-mail_send.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_send.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-tgz.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/tgz.png - $(INSTALL_DATA) $(srcdir)/cr48-action-kde.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/kde.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-spreadsheet.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/spreadsheet.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-colorscm.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/colorscm.png + $(INSTALL_DATA) $(srcdir)/cr16-action-math_rsup.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_rsup.png + $(INSTALL_DATA) $(srcdir)/cr22-action-thumbnail.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/thumbnail.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-source_py.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_py.png $(INSTALL_DATA) $(srcdir)/cr32-device-hdd_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/hdd_unmount.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-core.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/core.png - $(INSTALL_DATA) $(srcdir)/cr64-device-cdaudio_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdaudio_unmount.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_open.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-resource.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/resource.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-unknown.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/unknown.svgz - $(INSTALL_DATA) $(srcdir)/cr128-device-camera_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/camera_mount.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-message.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/message.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/txt.png - $(INSTALL_DATA) $(srcdir)/cr32-action-leftjust.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/leftjust.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-soffice.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/soffice.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-dvi.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/dvi.svgz - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_favorite.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_favorite.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-source_java.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_java.svgz + $(INSTALL_DATA) $(srcdir)/cr32-action-about_kde.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/about_kde.png + $(INSTALL_DATA) $(srcdir)/cr32-action-text_italic.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_italic.png + $(INSTALL_DATA) $(srcdir)/cr16-device-cdwriter_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdwriter_unmount.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-source_l.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_l.png + $(INSTALL_DATA) $(srcdir)/crsc-action-mail_new.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/mail_new.svgz + $(INSTALL_DATA) $(srcdir)/cr22-action-colorpicker.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/colorpicker.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-shellscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/shellscript.png $(INSTALL_DATA) $(srcdir)/cr22-action-player_pause.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_pause.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-font_bitmap.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/font_bitmap.svgz - $(INSTALL_DATA) $(srcdir)/cr32-device-3floppy_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/3floppy_unmount.png - $(INSTALL_DATA) $(srcdir)/cr16-action-math_rsub.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_rsub.png - $(INSTALL_DATA) $(srcdir)/cr32-action-gohome.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/gohome.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-lock_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/lock_overlay.png - $(INSTALL_DATA) $(srcdir)/cr22-action-music_32ndnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_32ndnote.png - $(INSTALL_DATA) $(srcdir)/cr22-action-openterm.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/openterm.png - $(INSTALL_DATA) $(srcdir)/crsc-device-sd_mmc_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/sd_mmc_mount.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-view_icon.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_icon.png - $(INSTALL_DATA) $(srcdir)/cr32-device-smart_media_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/smart_media_mount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-math_prod.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_prod.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_red.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_red.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-unknown.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/unknown.png - $(INSTALL_DATA) $(srcdir)/cr22-action-locationbar_erase.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/locationbar_erase.png - $(INSTALL_DATA) $(srcdir)/crsc-action-view_fit_height.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/view_fit_height.svgz - $(INSTALL_DATA) $(srcdir)/cr16-device-chardevice.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/chardevice.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-kformula_kfo.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kformula_kfo.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-widget_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/widget_doc.png - $(INSTALL_DATA) $(srcdir)/cr32-action-edit.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/edit.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-source_moc.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_moc.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_print.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_print.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-text_italic.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_italic.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_yellow_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_yellow_open.png - $(INSTALL_DATA) $(srcdir)/cr32-action-mail_send.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_send.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-source_f.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_f.png - $(INSTALL_DATA) $(srcdir)/cr16-action-2uparrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/2uparrow.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-metafont.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/metafont.png - $(INSTALL_DATA) $(srcdir)/cr22-action-2rightarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/2rightarrow.png - $(INSTALL_DATA) $(srcdir)/cr16-action-viewmagfit.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/viewmagfit.png - $(INSTALL_DATA) $(srcdir)/cr32-action-view_fit_height.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_fit_height.png - $(INSTALL_DATA) $(srcdir)/cr22-action-view_sidetree.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_sidetree.png - $(INSTALL_DATA) $(srcdir)/crsc-action-share.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/share.svgz - $(INSTALL_DATA) $(srcdir)/cr16-device-usbpendrive_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/usbpendrive_unmount.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-document.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/document.png - $(INSTALL_DATA) $(srcdir)/cr64-device-cdwriter_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdwriter_mount.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-font_bitmap.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/font_bitmap.png + $(INSTALL_DATA) $(srcdir)/cr16-action-2rightarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/2rightarrow.png + $(INSTALL_DATA) $(srcdir)/cr32-action-player_pause.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_pause.png + $(INSTALL_DATA) $(srcdir)/crsc-action-top.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/top.svgz + $(INSTALL_DATA) $(srcdir)/cr22-device-3floppy_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/3floppy_mount.png + $(INSTALL_DATA) $(srcdir)/cr32-device-zip_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/zip_unmount.png + $(INSTALL_DATA) $(srcdir)/cr48-action-share.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/share.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/tar.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-tex.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/tex.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-wordprocessing.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/wordprocessing.png + $(INSTALL_DATA) $(srcdir)/cr16-action-connect_established.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/connect_established.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_red_open.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_red_open.svgz + $(INSTALL_DATA) $(srcdir)/cr22-action-filter.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filter.png + $(INSTALL_DATA) $(srcdir)/cr22-action-player_eject.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_eject.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-vectorgfx.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/vectorgfx.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_video.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_video.png + $(INSTALL_DATA) $(srcdir)/crsc-action-up.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/up.svgz + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_open.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_open.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_grey.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_grey.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_home2.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_home2.png + $(INSTALL_DATA) $(srcdir)/cr22-device-smart_media_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/smart_media_mount.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-vectorgfx.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/vectorgfx.svgz + $(INSTALL_DATA) $(srcdir)/cr32-filesys-link_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/link_overlay.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-cdimage.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/cdimage.svgz + $(INSTALL_DATA) $(srcdir)/cr16-mime-bt.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/bt.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_blue.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_blue.svgz + $(INSTALL_DATA) $(srcdir)/cr48-mime-pk.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/pk.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-dvi.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/dvi.png + $(INSTALL_DATA) $(srcdir)/cr22-action-rebuild.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/rebuild.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-man.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/man.svgz + $(INSTALL_DATA) $(srcdir)/cr32-mime-kspread_ksp.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kspread_ksp.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-source_pl.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_pl.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-source_cpp.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_cpp.png + $(INSTALL_DATA) $(srcdir)/cr16-device-cdrom_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdrom_unmount.png + $(INSTALL_DATA) $(srcdir)/cr16-action-window_fullscreen.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/window_fullscreen.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-koffice.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/koffice.svgz + $(INSTALL_DATA) $(srcdir)/crsc-action-down.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/down.svgz + $(INSTALL_DATA) $(srcdir)/cr48-device-printer1.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/printer1.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-network_local.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/network_local.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-tex.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/tex.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_important.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_important.png + $(INSTALL_DATA) $(srcdir)/cr128-device-compact_flash_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/compact_flash_mount.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-message.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/message.png + $(INSTALL_DATA) $(srcdir)/cr32-action-emptytrash.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/emptytrash.png + $(INSTALL_DATA) $(srcdir)/cr32-action-share.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/share.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_grey.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_grey.png $(INSTALL_DATA) $(srcdir)/cr48-mime-image.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/image.png - $(INSTALL_DATA) $(srcdir)/cr128-device-ipod_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/ipod_unmount.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-applix.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/applix.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-postscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/postscript.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-binary.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/binary.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/tar.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-cdtrack.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/cdtrack.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-colorscm.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/colorscm.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_blue_open.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_blue_open.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-math_frac.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_frac.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-file_temporary.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/file_temporary.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-pdf.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/pdf.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-colorscm.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/colorscm.png + $(INSTALL_DATA) $(srcdir)/cr48-device-dvd_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/dvd_mount.png + $(INSTALL_DATA) $(srcdir)/cr32-action-filesaveas.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filesaveas.png + $(INSTALL_DATA) $(srcdir)/cr16-action-frame_query.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_query.png + $(INSTALL_DATA) $(srcdir)/cr48-device-scanner.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/scanner.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-kexi_kexi.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kexi_kexi.png + $(INSTALL_DATA) $(srcdir)/cr16-action-math_brace.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_brace.png + $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_green_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_green_open.png + $(INSTALL_DATA) $(srcdir)/crsc-device-3floppy_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/3floppy_unmount.svgz + $(INSTALL_DATA) $(srcdir)/cr32-action-previous.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/previous.png + $(INSTALL_DATA) $(srcdir)/cr32-action-view_detailed.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_detailed.png + $(INSTALL_DATA) $(srcdir)/cr16-action-view_multicolumn.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_multicolumn.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-pk.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/pk.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-document.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/document.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_violet.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_violet.png + $(INSTALL_DATA) $(srcdir)/cr22-action-project_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/project_open.png + $(INSTALL_DATA) $(srcdir)/cr22-device-compact_flash_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/compact_flash_mount.png + $(INSTALL_DATA) $(srcdir)/cr32-action-text_strike.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_strike.png + $(INSTALL_DATA) $(srcdir)/cr48-device-camera_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/camera_mount.png + $(INSTALL_DATA) $(srcdir)/cr22-action-fileimport.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fileimport.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-resource.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/resource.png + $(INSTALL_DATA) $(srcdir)/crsc-device-tablet.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/tablet.svgz + $(INSTALL_DATA) $(srcdir)/cr32-mime-source_j.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_j.png + $(INSTALL_DATA) $(srcdir)/cr22-action-fileprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fileprint.png + $(INSTALL_DATA) $(srcdir)/cr16-action-halfencrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/halfencrypted.png + $(INSTALL_DATA) $(srcdir)/cr32-action-bookmark_folder.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bookmark_folder.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-font_bitmap.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/font_bitmap.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-source_pl.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_pl.png + $(INSTALL_DATA) $(srcdir)/cr16-action-kde4.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde4.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-source_y.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_y.svgz + $(INSTALL_DATA) $(srcdir)/cr22-action-contents2.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/contents2.png + $(INSTALL_DATA) $(srcdir)/crsc-action-configure.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/configure.svgz + $(INSTALL_DATA) $(srcdir)/cr22-action-view_sidetree.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_sidetree.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_locked.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_locked.png + $(INSTALL_DATA) $(srcdir)/cr22-action-view_left_right.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_left_right.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_grey.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_grey.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_red.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_red.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-vectorgfx.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/vectorgfx.png + $(INSTALL_DATA) $(srcdir)/crsc-action-stop.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/stop.svgz + $(INSTALL_DATA) $(srcdir)/cr22-mime-source_java.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_java.png + $(INSTALL_DATA) $(srcdir)/crsc-action-text_bold.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_bold.svgz + $(INSTALL_DATA) $(srcdir)/cr128-mime-info.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/info.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-soffice.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/soffice.png + $(INSTALL_DATA) $(srcdir)/cr16-device-3floppy_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/3floppy_unmount.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_cyan_open.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_cyan_open.svgz + $(INSTALL_DATA) $(srcdir)/cr32-device-joystick.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/joystick.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-zip_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/zip_overlay.png + $(INSTALL_DATA) $(srcdir)/cr64-device-system.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/system.png + $(INSTALL_DATA) $(srcdir)/cr64-device-smart_media_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/smart_media_mount.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-source_p.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_p.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-font.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/font.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-network.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/network.png + $(INSTALL_DATA) $(srcdir)/cr128-device-sd_mmc_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/sd_mmc_mount.png + $(INSTALL_DATA) $(srcdir)/cr64-device-compact_flash_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/compact_flash_unmount.png + $(INSTALL_DATA) $(srcdir)/cr48-device-smart_media_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/smart_media_unmount.png + $(INSTALL_DATA) $(srcdir)/cr32-action-toggle_log.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/toggle_log.png + $(INSTALL_DATA) $(srcdir)/cr32-device-compact_flash_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/compact_flash_unmount.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-gf.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/gf.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-html.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/html.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-misc.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/misc.png + $(INSTALL_DATA) $(srcdir)/cr16-device-nfs_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/nfs_unmount.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-resource.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/resource.png + $(INSTALL_DATA) $(srcdir)/crsc-action-mail_post_to.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/mail_post_to.svgz + $(INSTALL_DATA) $(srcdir)/cr48-device-print_class.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/print_class.png + $(INSTALL_DATA) $(srcdir)/cr48-device-blockdevice.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/blockdevice.png + $(INSTALL_DATA) $(srcdir)/cr16-device-zip_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/zip_unmount.png + $(INSTALL_DATA) $(srcdir)/crsc-device-sd_mmc_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/sd_mmc_unmount.svgz + $(INSTALL_DATA) $(srcdir)/cr22-action-blend.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/blend.png + $(INSTALL_DATA) $(srcdir)/crsc-device-camera_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/camera_unmount.svgz + $(INSTALL_DATA) $(srcdir)/crsc-filesys-network_local.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/network_local.svgz + $(INSTALL_DATA) $(srcdir)/cr22-mime-postscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/postscript.png + $(INSTALL_DATA) $(srcdir)/cr16-action-emptytrash.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/emptytrash.png + $(INSTALL_DATA) $(srcdir)/crsc-device-memory_stick_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/memory_stick_mount.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-thumbnail.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/thumbnail.png + $(INSTALL_DATA) $(srcdir)/cr48-action-mail_post_to.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/mail_post_to.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-www.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/www.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-mozilla_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/mozilla_doc.png + $(INSTALL_DATA) $(srcdir)/cr16-action-bookmark.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bookmark.png + $(INSTALL_DATA) $(srcdir)/cr22-action-math_rsub.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_rsub.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-readme.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/readme.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_man.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_man.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-source_p.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_p.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-recycled.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/recycled.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-krita_kra.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/krita_kra.png + $(INSTALL_DATA) $(srcdir)/cr16-action-text_super.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_super.png + $(INSTALL_DATA) $(srcdir)/cr16-action-math_lsup.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_lsup.png + $(INSTALL_DATA) $(srcdir)/cr22-action-view_text.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_text.png + $(INSTALL_DATA) $(srcdir)/cr32-action-math_lsup.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_lsup.png + $(INSTALL_DATA) $(srcdir)/cr32-action-text_sub.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_sub.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-resource.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/resource.png + $(INSTALL_DATA) $(srcdir)/cr128-device-camera_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/camera_mount.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-lock_overlay.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/lock_overlay.svgz $(INSTALL_DATA) $(srcdir)/cr16-mime-video.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/video.png - $(INSTALL_DATA) $(srcdir)/cr16-action-key_enter.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/key_enter.png - $(INSTALL_DATA) $(srcdir)/cr32-action-mail_new.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_new.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-kugar_kud.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kugar_kud.png + $(INSTALL_DATA) $(srcdir)/cr32-action-contexthelp.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/contexthelp.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/apps + $(INSTALL_DATA) $(srcdir)/cr32-app-password.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/apps/password.png + $(INSTALL_DATA) $(srcdir)/cr128-device-blockdevice.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/blockdevice.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps + $(INSTALL_DATA) $(srcdir)/cr128-app-password.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/password.png $(INSTALL_DATA) $(srcdir)/cr16-action-text_strike.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_strike.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/empty.png - $(INSTALL_DATA) $(srcdir)/cr22-action-math_brackets.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_brackets.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-man.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/man.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-krita_kra.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/krita_kra.png - $(INSTALL_DATA) $(srcdir)/cr32-action-rotate_ccw.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/rotate_ccw.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-misc.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/misc.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_grey.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_grey.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_violet.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_violet.svgz - $(INSTALL_DATA) $(srcdir)/cr64-device-mo_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/mo_unmount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-1rightarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/1rightarrow.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-kspread_ksp.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kspread_ksp.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/empty.png + $(INSTALL_DATA) $(srcdir)/crsc-device-printer1.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/printer1.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-math_int.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_int.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-quicktime.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/quicktime.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_print.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_print.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-applix.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/applix.png + $(INSTALL_DATA) $(srcdir)/cr64-device-3floppy_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/3floppy_unmount.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-cdimage.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/cdimage.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-dvi.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/dvi.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-dvi.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/dvi.png + $(INSTALL_DATA) $(srcdir)/cr16-action-color_line.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/color_line.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-www.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/www.png + $(INSTALL_DATA) $(srcdir)/cr16-action-folder_new.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/folder_new.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-colorscm.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/colorscm.png + $(INSTALL_DATA) $(srcdir)/cr16-action-start.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/start.png + $(INSTALL_DATA) $(srcdir)/cr32-device-cdaudio_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdaudio_mount.png + $(INSTALL_DATA) $(srcdir)/cr16-action-view_icon.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_icon.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-document2.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/document2.svgz + $(INSTALL_DATA) $(srcdir)/cr32-mime-postscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/postscript.png + $(INSTALL_DATA) $(srcdir)/cr48-action-filequickprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/filequickprint.png + $(INSTALL_DATA) $(srcdir)/cr32-action-frameprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/frameprint.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-exec.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/exec.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-source_s.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_s.png + $(INSTALL_DATA) $(srcdir)/cr22-action-rotate_cw.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/rotate_cw.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_favorite.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_favorite.png + $(INSTALL_DATA) $(srcdir)/cr32-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/apps/kttsd.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-trashcan_empty.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/trashcan_empty.svgz + $(INSTALL_DATA) $(srcdir)/cr16-mime-encrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/encrypted.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-exec_wine.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/exec_wine.png + $(INSTALL_DATA) $(srcdir)/cr32-action-viewmag+.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/viewmag+.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-bt.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/bt.png + $(INSTALL_DATA) $(srcdir)/cr22-action-player_end.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_end.png + $(INSTALL_DATA) $(srcdir)/cr16-action-make_kdevelop.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/make_kdevelop.png + $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder.png + $(INSTALL_DATA) $(srcdir)/cr16-action-reload.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/reload.png + $(INSTALL_DATA) $(srcdir)/cr64-device-dvd_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/dvd_unmount.png + $(INSTALL_DATA) $(srcdir)/cr16-action-move.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/move.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/empty.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_yellow_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_yellow_open.png + $(INSTALL_DATA) $(srcdir)/cr22-action-text_bold.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_bold.png + $(INSTALL_DATA) $(srcdir)/cr16-action-fontsizedown.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fontsizedown.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-zip_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/zip_overlay.png + $(INSTALL_DATA) $(srcdir)/cr22-action-fontsizedown.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fontsizedown.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_green_open.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_green_open.svgz + $(INSTALL_DATA) $(srcdir)/crsc-action-next.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/next.svgz + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_orange_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_orange_open.png + $(INSTALL_DATA) $(srcdir)/cr32-action-spellcheck.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/spellcheck.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-www.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/www.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_yellow_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_yellow_open.png + $(INSTALL_DATA) $(srcdir)/cr48-device-joystick.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/joystick.png + $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_grey.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_grey.png + $(INSTALL_DATA) $(srcdir)/cr16-action-viewmag+.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/viewmag+.png + $(INSTALL_DATA) $(srcdir)/cr16-action-locationbar_erase.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/locationbar_erase.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-zip_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/zip_overlay.png + $(INSTALL_DATA) $(srcdir)/crsc-device-tv.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/tv.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-history.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/history.png + $(INSTALL_DATA) $(srcdir)/cr48-device-dvd_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/dvd_unmount.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/sound.png + $(INSTALL_DATA) $(srcdir)/cr22-action-math_prod.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_prod.png + $(INSTALL_DATA) $(srcdir)/cr32-action-identity.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/identity.png + $(INSTALL_DATA) $(srcdir)/cr16-action-text_right.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_right.png + $(INSTALL_DATA) $(srcdir)/cr22-device-smart_media_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/smart_media_unmount.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_tar.png + $(INSTALL_DATA) $(srcdir)/cr16-action-clear_left.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/clear_left.png + $(INSTALL_DATA) $(srcdir)/cr16-action-configure_shortcuts.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/configure_shortcuts.png + $(INSTALL_DATA) $(srcdir)/crsc-action-finish.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/finish.svgz + $(INSTALL_DATA) $(srcdir)/cr32-device-dvd_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/dvd_mount.png + $(INSTALL_DATA) $(srcdir)/cr16-action-completion.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/completion.png + $(INSTALL_DATA) $(srcdir)/cr16-action-fileopen.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fileopen.png + $(INSTALL_DATA) $(srcdir)/cr16-action-music_cross.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_cross.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-source_py.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_py.png + $(INSTALL_DATA) $(srcdir)/crsc-device-pda_blue.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/pda_blue.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-math_frac.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_frac.png + $(INSTALL_DATA) $(srcdir)/cr16-device-sd_mmc_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/sd_mmc_mount.png $(INSTALL_DATA) $(srcdir)/cr32-action-player_end.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_end.png - $(INSTALL_DATA) $(srcdir)/cr32-action-reload_all_tabs.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/reload_all_tabs.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-source_pl.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_pl.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-vcalendar.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/vcalendar.png - $(INSTALL_DATA) $(srcdir)/cr64-device-cdrom_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdrom_mount.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-file_important.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/file_important.svgz - $(INSTALL_DATA) $(srcdir)/cr64-device-pda_blue.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/pda_blue.png - $(INSTALL_DATA) $(srcdir)/cr32-action-colorpicker.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/colorpicker.png - $(INSTALL_DATA) $(srcdir)/cr32-action-show_side_panel.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/show_side_panel.png - $(INSTALL_DATA) $(srcdir)/crsc-action-exit.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/exit.svgz - $(INSTALL_DATA) $(srcdir)/cr64-mime-info.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/info.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/sound.png - $(INSTALL_DATA) $(srcdir)/cr32-action-compfile.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/compfile.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-misc.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/misc.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/sound.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_sent_mail.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_sent_mail.png - $(INSTALL_DATA) $(srcdir)/cr16-action-music_sixteenthnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_sixteenthnote.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-soffice.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/soffice.png - $(INSTALL_DATA) $(srcdir)/cr16-action-filesaveas.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filesaveas.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_orange.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_orange.png - $(INSTALL_DATA) $(srcdir)/cr16-action-text_center.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_center.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-zip.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/zip.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-man.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/man.png - $(INSTALL_DATA) $(srcdir)/cr16-device-hdd_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/hdd_mount.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-tgz.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/tgz.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-pk.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/pk.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-link_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/link_overlay.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-desktop.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/desktop.png - $(INSTALL_DATA) $(srcdir)/cr16-app-kmenu.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps/kmenu.png - $(INSTALL_DATA) $(srcdir)/cr32-action-rotate_cw.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/rotate_cw.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-file_locked.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/file_locked.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-view_top_bottom.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_top_bottom.png - $(INSTALL_DATA) $(srcdir)/cr48-device-hdd_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/hdd_mount.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-source_cpp.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_cpp.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-spreadsheet.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/spreadsheet.svgz - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_important.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_important.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-applix.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/applix.svgz - $(INSTALL_DATA) $(srcdir)/crsc-mime-soffice.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/soffice.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-view_detailed.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_detailed.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-source_cpp.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_cpp.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-kmultiple.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kmultiple.png + $(INSTALL_DATA) $(srcdir)/cr32-action-mail_find.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_find.png + $(INSTALL_DATA) $(srcdir)/cr32-action-encrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/encrypted.png + $(INSTALL_DATA) $(srcdir)/cr64-device-chardevice.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/chardevice.png + $(INSTALL_DATA) $(srcdir)/cr64-device-ipod_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/ipod_unmount.png + $(INSTALL_DATA) $(srcdir)/crsc-device-ipod_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/ipod_mount.svgz + $(INSTALL_DATA) $(srcdir)/cr16-device-compact_flash_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/compact_flash_mount.png + $(INSTALL_DATA) $(srcdir)/cr32-action-bookmark_add.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bookmark_add.png + $(INSTALL_DATA) $(srcdir)/cr64-device-pda_black.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/pda_black.png $(INSTALL_DATA) $(srcdir)/cr128-mime-binary.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/binary.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-tgz.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/tgz.png + $(INSTALL_DATA) $(srcdir)/cr32-action-decrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/decrypted.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-mozilla_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/mozilla_doc.png + $(INSTALL_DATA) $(srcdir)/cr22-action-frame_edit.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_edit.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-applix.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/applix.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-vcard.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/vcard.png + $(INSTALL_DATA) $(srcdir)/cr16-action-services.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/services.png + $(INSTALL_DATA) $(srcdir)/cr22-device-cdaudio_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/cdaudio_unmount.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-wordprocessing.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/wordprocessing.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_green_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_green_open.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-source_cpp.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_cpp.png + $(INSTALL_DATA) $(srcdir)/crsc-action-bottom.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/bottom.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-player_play.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_play.png + $(INSTALL_DATA) $(srcdir)/cr22-action-translate.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/translate.png + $(INSTALL_DATA) $(srcdir)/cr22-action-editdelete.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editdelete.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-source_c.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_c.png + $(INSTALL_DATA) $(srcdir)/cr16-action-crop.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/crop.png + $(INSTALL_DATA) $(srcdir)/cr16-action-1uparrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/1uparrow.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-source_o.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_o.png $(INSTALL_DATA) $(srcdir)/cr22-device-usbpendrive_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/usbpendrive_unmount.png - $(INSTALL_DATA) $(srcdir)/cr32-action-blend.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/blend.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-network.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/network.png - $(INSTALL_DATA) $(srcdir)/cr16-action-text.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text.png - $(INSTALL_DATA) $(srcdir)/crsc-action-player_stop.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_stop.svgz - $(INSTALL_DATA) $(srcdir)/cr48-mime-source_c.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_c.png - $(INSTALL_DATA) $(srcdir)/cr128-device-hdd_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/hdd_mount.png - $(INSTALL_DATA) $(srcdir)/cr16-action-view_detailed.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_detailed.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-source_j.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_j.png - $(INSTALL_DATA) $(srcdir)/cr22-action-view_multicolumn.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_multicolumn.png - $(INSTALL_DATA) $(srcdir)/cr48-device-cdrom_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdrom_mount.png - $(INSTALL_DATA) $(srcdir)/cr48-action-reload_all_tabs.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/reload_all_tabs.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-tex.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/tex.png - $(INSTALL_DATA) $(srcdir)/cr64-action-share.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/share.png - $(INSTALL_DATA) $(srcdir)/cr16-action-identity.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/identity.png - $(INSTALL_DATA) $(srcdir)/cr16-action-signature.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/signature.png - $(INSTALL_DATA) $(srcdir)/cr22-action-folder.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/folder.png - $(INSTALL_DATA) $(srcdir)/cr16-action-bookmarks_list_add.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bookmarks_list_add.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-source_j.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_j.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-exec_wine.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/exec_wine.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-messagebox_warning.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/messagebox_warning.png - $(INSTALL_DATA) $(srcdir)/cr22-action-switchuser.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/switchuser.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-tex.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/tex.png - $(INSTALL_DATA) $(srcdir)/cr16-action-find.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/find.png - $(INSTALL_DATA) $(srcdir)/cr64-device-camera_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/camera_mount.png - $(INSTALL_DATA) $(srcdir)/cr48-action-reload_page.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/reload_page.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-cdtrack.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/cdtrack.png - $(INSTALL_DATA) $(srcdir)/cr32-action-mail_replylist.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_replylist.png - $(INSTALL_DATA) $(srcdir)/cr16-action-player_time.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_time.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-font.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/font.png + $(INSTALL_DATA) $(srcdir)/crsc-device-sd_mmc_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/sd_mmc_mount.svgz + $(INSTALL_DATA) $(srcdir)/crsc-action-player_next.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_next.svgz + $(INSTALL_DATA) $(srcdir)/cr16-filesys-server.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/server.png + $(INSTALL_DATA) $(srcdir)/crsc-action-fileopen.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/fileopen.svgz $(INSTALL_DATA) $(srcdir)/crsc-filesys-services.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/services.svgz - $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_violet_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_violet_open.png - $(INSTALL_DATA) $(srcdir)/cr16-device-compact_flash_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/compact_flash_unmount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-misc.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/misc.png - $(INSTALL_DATA) $(srcdir)/cr22-action-mail_replyall.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_replyall.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-info.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/info.png - $(INSTALL_DATA) $(srcdir)/cr32-action-revert.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/revert.png - $(INSTALL_DATA) $(srcdir)/cr16-device-mouse.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/mouse.png - $(INSTALL_DATA) $(srcdir)/cr64-device-pda_black.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/pda_black.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-source_moc.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_moc.png - $(INSTALL_DATA) $(srcdir)/crsc-device-memory.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/memory.svgz - $(INSTALL_DATA) $(srcdir)/crsc-mime-zip.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/zip.svgz - $(INSTALL_DATA) $(srcdir)/cr16-mime-colorscm.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/colorscm.png - $(INSTALL_DATA) $(srcdir)/cr32-action-music_fullnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_fullnote.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_yellow_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_yellow_open.png - $(INSTALL_DATA) $(srcdir)/crsc-device-pda_blue.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/pda_blue.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-about_kde.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/about_kde.png - $(INSTALL_DATA) $(srcdir)/cr32-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/apps/kttsd.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_violet_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_violet_open.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-koffice.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/koffice.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_home2.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_home2.png + $(INSTALL_DATA) $(srcdir)/crsc-device-cdaudio_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdaudio_mount.svgz + $(INSTALL_DATA) $(srcdir)/cr16-mime-kchart_chrt.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kchart_chrt.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-ascii.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/ascii.png + $(INSTALL_DATA) $(srcdir)/cr22-action-music_eightnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_eightnote.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-netscape_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/netscape_doc.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-kexi_kexi.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kexi_kexi.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-pipe.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/pipe.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-source_f.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_f.png $(INSTALL_DATA) $(srcdir)/crsc-mime-tex.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/tex.svgz - $(INSTALL_DATA) $(srcdir)/cr48-mime-kchart_chrt.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kchart_chrt.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-midi.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/midi.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-man.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/man.png - $(INSTALL_DATA) $(srcdir)/cr48-action-player_playlist.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/player_playlist.png - $(INSTALL_DATA) $(srcdir)/cr32-device-printer1.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/printer1.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-exec.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/exec.png - $(INSTALL_DATA) $(srcdir)/cr32-action-filequickprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filequickprint.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-karbon_karbon.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/karbon_karbon.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_orange_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_orange_open.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_green.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_green.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-text_right.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_right.png - $(INSTALL_DATA) $(srcdir)/cr48-device-blockdevice.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/blockdevice.png - $(INSTALL_DATA) $(srcdir)/cr16-device-dvd_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/dvd_unmount.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-unknown.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/unknown.png - $(INSTALL_DATA) $(srcdir)/cr32-device-hdd_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/hdd_mount.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-source_s.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_s.png - $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_print.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_print.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-source.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source.svgz - $(INSTALL_DATA) $(srcdir)/cr48-action-indent.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/indent.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-network_local.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/network_local.svgz + $(INSTALL_DATA) $(srcdir)/cr22-action-viewmagfit.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/viewmagfit.png + $(INSTALL_DATA) $(srcdir)/cr22-filesys-zip_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/zip_overlay.png + $(INSTALL_DATA) $(srcdir)/cr48-action-wizard.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/wizard.png + $(INSTALL_DATA) $(srcdir)/cr16-action-math_paren.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_paren.png + $(INSTALL_DATA) $(srcdir)/cr32-action-queue.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/queue.png + $(INSTALL_DATA) $(srcdir)/cr32-action-unindent.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/unindent.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions + $(INSTALL_DATA) $(srcdir)/cr128-action-launch.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/launch.png + $(INSTALL_DATA) $(srcdir)/cr22-action-bottom.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/bottom.png + $(INSTALL_DATA) $(srcdir)/cr32-action-messagebox_critical.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/messagebox_critical.png $(INSTALL_DATA) $(srcdir)/cr22-action-identity.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/identity.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-kchart_chrt.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kchart_chrt.png - $(INSTALL_DATA) $(srcdir)/cr16-device-smart_media_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/smart_media_mount.png - $(INSTALL_DATA) $(srcdir)/cr32-action-mail_delete.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_delete.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_open.png - $(INSTALL_DATA) $(srcdir)/cr32-action-music_32ndnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_32ndnote.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_red.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_red.png - $(INSTALL_DATA) $(srcdir)/cr16-action-window_nofullscreen.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/window_nofullscreen.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-kugardata.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/kugardata.svgz - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_locked.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_locked.png - $(INSTALL_DATA) $(srcdir)/cr32-action-music_halfnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_halfnote.png - $(INSTALL_DATA) $(srcdir)/cr22-action-math_sqrt.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_sqrt.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-quicktime.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/quicktime.png - $(INSTALL_DATA) $(srcdir)/cr32-action-text_italic.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_italic.png - $(INSTALL_DATA) $(srcdir)/cr16-device-zip_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/zip_unmount.png - $(INSTALL_DATA) $(srcdir)/cr16-action-services.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/services.png - $(INSTALL_DATA) $(srcdir)/cr32-action-music_fermatenote.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_fermatenote.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-html.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/html.png - $(INSTALL_DATA) $(srcdir)/cr16-action-share.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/share.png - $(INSTALL_DATA) $(srcdir)/crsc-action-fileprint.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/fileprint.svgz - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_video.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_video.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-file_locked.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/file_locked.svgz - $(INSTALL_DATA) $(srcdir)/cr32-mime-font_type1.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/font_type1.png - $(INSTALL_DATA) $(srcdir)/cr22-action-message_reply.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/message_reply.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-font_type1.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/font_type1.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-player_end.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_end.png - $(INSTALL_DATA) $(srcdir)/cr22-action-music_quarternote.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_quarternote.png - $(INSTALL_DATA) $(srcdir)/cr16-action-text_super.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_super.png - $(INSTALL_DATA) $(srcdir)/cr22-action-color_fill.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/color_fill.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-document.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/document.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_red_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_red_open.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-message.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/message.png - $(INSTALL_DATA) $(srcdir)/crsc-device-print_class.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/print_class.svgz - $(INSTALL_DATA) $(srcdir)/cr64-device-sd_mmc_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/sd_mmc_mount.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-log.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/log.png - $(INSTALL_DATA) $(srcdir)/cr16-action-mail_replyall.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_replyall.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-shellscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/shellscript.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-deb.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/deb.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-document2.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/document2.png - $(INSTALL_DATA) $(srcdir)/cr32-device-cdwriter_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdwriter_mount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-frameprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frameprint.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_grey.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_grey.png - $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_orange.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_orange.png - $(INSTALL_DATA) $(srcdir)/cr22-action-run.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/run.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-exec_wine.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/exec_wine.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-connect_no.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/connect_no.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-font_bitmap.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/font_bitmap.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-trashcan_empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/trashcan_empty.png $(INSTALL_DATA) $(srcdir)/cr16-action-kde1.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde1.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-font.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/font.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_tar.png - $(INSTALL_DATA) $(srcdir)/cr22-action-math_brace.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_brace.png - $(INSTALL_DATA) $(srcdir)/crsc-device-system.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/system.svgz - $(INSTALL_DATA) $(srcdir)/cr64-mime-source_cpp.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_cpp.png - $(INSTALL_DATA) $(srcdir)/cr22-action-frame_spreadsheet.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_spreadsheet.png - $(INSTALL_DATA) $(srcdir)/cr32-action-text_super.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_super.png - $(INSTALL_DATA) $(srcdir)/cr22-action-1leftarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/1leftarrow.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-applix.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/applix.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-wordprocessing.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/wordprocessing.png - $(INSTALL_DATA) $(srcdir)/cr32-action-redo.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/redo.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-network.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/network.svgz - $(INSTALL_DATA) $(srcdir)/crsc-mime-man.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/man.svgz - $(INSTALL_DATA) $(srcdir)/cr128-mime-shellscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/shellscript.png - $(INSTALL_DATA) $(srcdir)/cr16-action-editcut.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editcut.png - $(INSTALL_DATA) $(srcdir)/cr16-action-music_flat.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_flat.png - $(INSTALL_DATA) $(srcdir)/cr32-action-player_play.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_play.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_inbox.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_inbox.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-kmultiple.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/kmultiple.png - $(INSTALL_DATA) $(srcdir)/cr22-action-frame_image.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_image.png - $(INSTALL_DATA) $(srcdir)/cr16-action-bookmark_toolbar.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bookmark_toolbar.png - $(INSTALL_DATA) $(srcdir)/cr16-action-editpaste.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editpaste.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-txt.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/txt.svgz - $(INSTALL_DATA) $(srcdir)/crsc-mime-font.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/font.svgz - $(INSTALL_DATA) $(srcdir)/cr22-device-hdd_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/hdd_mount.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_tar.png - $(INSTALL_DATA) $(srcdir)/cr48-device-scanner.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/scanner.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-log.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/log.svgz - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_cyan_open.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_cyan_open.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-music_flat.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_flat.png - $(INSTALL_DATA) $(srcdir)/cr32-device-usbpendrive_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/usbpendrive_unmount.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_html.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_html.svgz - $(INSTALL_DATA) $(srcdir)/cr22-mime-kspread_ksp.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kspread_ksp.png - $(INSTALL_DATA) $(srcdir)/cr128-action-fileopen.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/fileopen.png - $(INSTALL_DATA) $(srcdir)/cr64-device-dvd_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/dvd_unmount.png - $(INSTALL_DATA) $(srcdir)/cr22-device-sd_mmc_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/sd_mmc_unmount.png + $(INSTALL_DATA) $(srcdir)/cr32-action-signature.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/signature.png + $(INSTALL_DATA) $(srcdir)/cr16-action-rotate.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/rotate.png + $(INSTALL_DATA) $(srcdir)/cr16-device-memory_stick_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/memory_stick_unmount.png + $(INSTALL_DATA) $(srcdir)/cr22-action-make_kdevelop.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/make_kdevelop.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-shellscript.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/shellscript.svgz $(INSTALL_DATA) $(srcdir)/cr64-filesys-www.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/www.png - $(INSTALL_DATA) $(srcdir)/cr22-action-back.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/back.png - $(INSTALL_DATA) $(srcdir)/cr16-action-math_rsup.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_rsup.png - $(INSTALL_DATA) $(srcdir)/cr22-device-smart_media_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/smart_media_mount.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-midi.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/midi.png - $(INSTALL_DATA) $(srcdir)/cr22-action-exit.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/exit.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-spreadsheet.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/spreadsheet.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-desktop.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/desktop.png - $(INSTALL_DATA) $(srcdir)/crsc-device-mo_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/mo_unmount.svgz - $(INSTALL_DATA) $(srcdir)/cr48-mime-kspread_ksp.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kspread_ksp.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_home.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_home.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-tgz.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/tgz.svgz - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_favorite.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_favorite.svgz - $(INSTALL_DATA) $(srcdir)/cr22-device-usbpendrive_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/usbpendrive_mount.png - $(INSTALL_DATA) $(srcdir)/cr32-action-math_prod.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_prod.png - $(INSTALL_DATA) $(srcdir)/cr64-device-memory_stick_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/memory_stick_mount.png - $(INSTALL_DATA) $(srcdir)/cr16-action-inline_image.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/inline_image.png - $(INSTALL_DATA) $(srcdir)/cr22-action-undo.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/undo.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-document2.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/document2.png - $(INSTALL_DATA) $(srcdir)/cr22-action-inline_image.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/inline_image.png - $(INSTALL_DATA) $(srcdir)/cr16-action-tab_breakoff.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_breakoff.png - $(INSTALL_DATA) $(srcdir)/crsc-device-3floppy_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/3floppy_mount.svgz - $(INSTALL_DATA) $(srcdir)/cr48-mime-zip.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/zip.png - $(INSTALL_DATA) $(srcdir)/cr48-action-frameprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/frameprint.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-trashcan_empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/trashcan_empty.png - $(INSTALL_DATA) $(srcdir)/cr48-action-up.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/up.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-cdtrack.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/cdtrack.svgz - $(INSTALL_DATA) $(srcdir)/crsc-mime-empty.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/empty.svgz - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps - $(INSTALL_DATA) $(srcdir)/cr128-app-password.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/password.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-document2.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/document2.png - $(INSTALL_DATA) $(srcdir)/cr22-action-reload.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/reload.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-font.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/font.png - $(INSTALL_DATA) $(srcdir)/cr16-action-gear.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/gear.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-source.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-dvi.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/dvi.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-zip.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/zip.png - $(INSTALL_DATA) $(srcdir)/cr32-action-make_kdevelop.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/make_kdevelop.png - $(INSTALL_DATA) $(srcdir)/cr22-action-reload3.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/reload3.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-pipe.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/pipe.png - $(INSTALL_DATA) $(srcdir)/cr16-action-info.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/info.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-video.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/video.png - $(INSTALL_DATA) $(srcdir)/cr128-device-memory_stick_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/memory_stick_unmount.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_tar.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-pk.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/pk.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-source_pl.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_pl.png - $(INSTALL_DATA) $(srcdir)/cr22-action-music_fermatenote.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_fermatenote.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-image.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/image.png - $(INSTALL_DATA) $(srcdir)/crsc-device-camera_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/camera_unmount.svgz - $(INSTALL_DATA) $(srcdir)/cr32-device-dvd_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/dvd_unmount.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_violet.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_violet.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-readme.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/readme.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_sound.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_orange_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_orange_open.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-deb.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/deb.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-kmultiple.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/kmultiple.svgz - $(INSTALL_DATA) $(srcdir)/cr128-device-sd_mmc_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/sd_mmc_unmount.png - $(INSTALL_DATA) $(srcdir)/crsc-action-player_play.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_play.svgz - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_man.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_man.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/empty.png - $(INSTALL_DATA) $(srcdir)/crsc-action-player_next.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_next.svgz - $(INSTALL_DATA) $(srcdir)/cr48-device-chardevice.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/chardevice.png - $(INSTALL_DATA) $(srcdir)/cr48-device-smart_media_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/smart_media_unmount.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-kugar_kud.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kugar_kud.png - $(INSTALL_DATA) $(srcdir)/cr22-action-player_stop.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_stop.png - $(INSTALL_DATA) $(srcdir)/cr16-device-nfs_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/nfs_mount.png - $(INSTALL_DATA) $(srcdir)/crsc-action-view_fit_window.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/view_fit_window.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-centrejust.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/centrejust.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-file_broken.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/file_broken.png - $(INSTALL_DATA) $(srcdir)/cr32-device-ipod_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/ipod_mount.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-kpresenter_kpr.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kpresenter_kpr.png - $(INSTALL_DATA) $(srcdir)/cr22-action-configure.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/configure.png - $(INSTALL_DATA) $(srcdir)/cr32-action-mail_replyall.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_replyall.png - $(INSTALL_DATA) $(srcdir)/cr48-action-colorpicker.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/colorpicker.png - $(INSTALL_DATA) $(srcdir)/cr32-device-scanner.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/scanner.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-koffice.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/koffice.png - $(INSTALL_DATA) $(srcdir)/cr16-action-locationbar_erase.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/locationbar_erase.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_yellow.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_yellow.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-pipe.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/pipe.svgz - $(INSTALL_DATA) $(srcdir)/cr32-mime-netscape_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/netscape_doc.png - $(INSTALL_DATA) $(srcdir)/cr48-action-wizard.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/wizard.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-network.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/network.png - $(INSTALL_DATA) $(srcdir)/cr22-app-kmenu.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/kmenu.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-log.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/log.png - $(INSTALL_DATA) $(srcdir)/cr48-device-tablet.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/tablet.png - $(INSTALL_DATA) $(srcdir)/cr32-action-filenew.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filenew.png - $(INSTALL_DATA) $(srcdir)/cr32-action-window_new.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/window_new.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-html.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/html.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_grey.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_grey.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-openterm.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/openterm.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-pipe.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/pipe.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_important.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_important.png + $(INSTALL_DATA) $(srcdir)/cr22-action-cd.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/cd.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-source_o.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_o.png + $(INSTALL_DATA) $(srcdir)/cr16-action-wizard.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/wizard.png + $(INSTALL_DATA) $(srcdir)/cr16-action-math_lsub.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_lsub.png + $(INSTALL_DATA) $(srcdir)/cr48-device-zip_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/zip_mount.png + $(INSTALL_DATA) $(srcdir)/cr16-action-editshred.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editshred.png + $(INSTALL_DATA) $(srcdir)/cr32-action-editcopy.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editcopy.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-log.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/log.png + $(INSTALL_DATA) $(srcdir)/cr32-action-view_text.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_text.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-binary.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/binary.png + $(INSTALL_DATA) $(srcdir)/cr32-action-math_paren.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_paren.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-document2.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/document2.png + $(INSTALL_DATA) $(srcdir)/cr16-action-kde6.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde6.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_green_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_green_open.png + $(INSTALL_DATA) $(srcdir)/cr32-action-revert.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/revert.png + $(INSTALL_DATA) $(srcdir)/cr32-action-player_play.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_play.png + $(INSTALL_DATA) $(srcdir)/cr128-app-kmenu.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/kmenu.png + $(INSTALL_DATA) $(srcdir)/cr32-action-reload.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/reload.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-source_c.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_c.png $(INSTALL_DATA) $(srcdir)/cr32-device-print_class.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/print_class.png - $(INSTALL_DATA) $(srcdir)/cr32-action-indent.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/indent.png - $(INSTALL_DATA) $(srcdir)/crsc-device-sd_mmc_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/sd_mmc_unmount.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-music_halfnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_halfnote.png - $(INSTALL_DATA) $(srcdir)/cr22-action-fork.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fork.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-cdtrack.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/cdtrack.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-source_c.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_c.png - $(INSTALL_DATA) $(srcdir)/cr32-action-math_sqrt.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_sqrt.png - $(INSTALL_DATA) $(srcdir)/cr22-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/kttsd.png - $(INSTALL_DATA) $(srcdir)/cr16-action-edittrash.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/edittrash.png - $(INSTALL_DATA) $(srcdir)/cr22-filesys-network.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/network.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-koffice.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/koffice.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-bt.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/bt.png - $(INSTALL_DATA) $(srcdir)/cr22-action-edit.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/edit.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_grey.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_grey.png - $(INSTALL_DATA) $(srcdir)/cr64-device-zip_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/zip_mount.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-vectorgfx.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/vectorgfx.png - $(INSTALL_DATA) $(srcdir)/cr16-action-previous.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/previous.png - $(INSTALL_DATA) $(srcdir)/cr48-action-contents2.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/contents2.png - $(INSTALL_DATA) $(srcdir)/cr22-action-viewmag+.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/viewmag+.png - $(INSTALL_DATA) $(srcdir)/cr22-action-leftjust.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/leftjust.png - $(INSTALL_DATA) $(srcdir)/cr48-device-cdwriter_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdwriter_unmount.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-source_moc.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_moc.png - $(INSTALL_DATA) $(srcdir)/cr128-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/kttsd.png + $(INSTALL_DATA) $(srcdir)/cr48-device-chardevice.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/chardevice.png + $(INSTALL_DATA) $(srcdir)/crsc-device-pda_black.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/pda_black.svgz + $(INSTALL_DATA) $(srcdir)/cr16-mime-source_l.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_l.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-cdr.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/cdr.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-make.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/make.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-file_broken.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/file_broken.png + $(INSTALL_DATA) $(srcdir)/cr16-action-math_matrix.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_matrix.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_man.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_man.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-encrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/encrypted.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-log.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/log.svgz + $(INSTALL_DATA) $(srcdir)/cr48-mime-core.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/core.png + $(INSTALL_DATA) $(srcdir)/cr128-device-ipod_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/ipod_unmount.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_red.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_red.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/tar.png + $(INSTALL_DATA) $(srcdir)/cr22-action-bookmark_folder.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/bookmark_folder.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_locked.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_locked.png + $(INSTALL_DATA) $(srcdir)/crsc-device-hdd_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/hdd_mount.svgz + $(INSTALL_DATA) $(srcdir)/cr32-device-cdwriter_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdwriter_unmount.png + $(INSTALL_DATA) $(srcdir)/cr16-action-2uparrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/2uparrow.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-kmultiple.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kmultiple.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/sound.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-kexi_kexi.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kexi_kexi.png $(INSTALL_DATA) $(srcdir)/cr16-action-kde3.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde3.png - $(INSTALL_DATA) $(srcdir)/cr32-action-text_block.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_block.png - $(INSTALL_DATA) $(srcdir)/cr22-action-airbrush.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/airbrush.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_green.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_green.png + $(INSTALL_DATA) $(srcdir)/cr64-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps/kttsd.png + $(INSTALL_DATA) $(srcdir)/cr128-action-fileopen.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/fileopen.png + $(INSTALL_DATA) $(srcdir)/cr16-action-tab_breakoff.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_breakoff.png + $(INSTALL_DATA) $(srcdir)/cr16-action-viewmag-.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/viewmag-.png + $(INSTALL_DATA) $(srcdir)/cr16-action-music_32ndnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_32ndnote.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-cdr.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/cdr.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder.svgz + $(INSTALL_DATA) $(srcdir)/cr32-action-music_fermatenote.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_fermatenote.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-gf.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/gf.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_red.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_red.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_important.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_important.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-exec.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/exec.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_green_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_green_open.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-wordprocessing.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/wordprocessing.svgz + $(INSTALL_DATA) $(srcdir)/cr22-action-about_kde.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/about_kde.png + $(INSTALL_DATA) $(srcdir)/cr22-action-start.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/start.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-man.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/man.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-pipe.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/pipe.svgz + $(INSTALL_DATA) $(srcdir)/cr64-mime-koffice.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/koffice.png + $(INSTALL_DATA) $(srcdir)/cr32-action-fonts.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/fonts.png + $(INSTALL_DATA) $(srcdir)/crsc-device-chardevice.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/chardevice.svgz + $(INSTALL_DATA) $(srcdir)/cr16-mime-html.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/html.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-source_php.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_php.svgz + $(INSTALL_DATA) $(srcdir)/cr32-action-clear_left.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/clear_left.png + $(INSTALL_DATA) $(srcdir)/cr16-action-music_fermatenote.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_fermatenote.png $(INSTALL_DATA) $(srcdir)/cr22-mime-recycled.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/recycled.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-source_p.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_p.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-exec_wine.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/exec_wine.png - $(INSTALL_DATA) $(srcdir)/cr16-device-memory.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/memory.png - $(INSTALL_DATA) $(srcdir)/cr16-action-viewmag1.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/viewmag1.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-kexi_kexi.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kexi_kexi.png - $(INSTALL_DATA) $(srcdir)/crsc-action-player_eject.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_eject.svgz - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_orange_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_orange_open.png - $(INSTALL_DATA) $(srcdir)/crsc-device-smartmedia_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/smartmedia_unmount.svgz - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_important.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_important.svgz - $(INSTALL_DATA) $(srcdir)/cr64-device-printer1.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/printer1.png - $(INSTALL_DATA) $(srcdir)/cr32-action-goto.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/goto.png - $(INSTALL_DATA) $(srcdir)/cr16-action-rotate.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/rotate.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-source_l.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_l.png - $(INSTALL_DATA) $(srcdir)/cr48-device-mouse.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/mouse.png - $(INSTALL_DATA) $(srcdir)/cr22-action-2leftarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/2leftarrow.png - $(INSTALL_DATA) $(srcdir)/cr22-action-math_lsup.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_lsup.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_favorite.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_favorite.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_sound.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_sound.svgz - $(INSTALL_DATA) $(srcdir)/cr16-mime-txt2.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/txt2.png - $(INSTALL_DATA) $(srcdir)/cr32-action-button_ok.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/button_ok.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-vectorgfx.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/vectorgfx.png - $(INSTALL_DATA) $(srcdir)/cr22-action-top.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/top.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-gf.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/gf.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-kpresenter_kpr.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kpresenter_kpr.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-font_truetype.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/font_truetype.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-man.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/man.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_image.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_image.png - $(INSTALL_DATA) $(srcdir)/cr48-action-gohome.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/gohome.png - $(INSTALL_DATA) $(srcdir)/cr32-action-connect_no.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/connect_no.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-karbon_karbon.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/karbon_karbon.png - $(INSTALL_DATA) $(srcdir)/cr128-device-memory_stick_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/memory_stick_mount.png - $(INSTALL_DATA) $(srcdir)/cr32-action-forward.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/forward.png - $(INSTALL_DATA) $(srcdir)/cr64-device-tv.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/tv.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-source_php.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_php.png - $(INSTALL_DATA) $(srcdir)/cr16-action-editcopy.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editcopy.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_grey.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_grey.png - $(INSTALL_DATA) $(srcdir)/cr16-action-window_suppressed.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/window_suppressed.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-source_y.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_y.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-netscape_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/netscape_doc.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-source_h.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_h.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-encrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/encrypted.png - $(INSTALL_DATA) $(srcdir)/crsc-action-remove.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/remove.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-rotate_ccw.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/rotate_ccw.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-video.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/video.svgz - $(INSTALL_DATA) $(srcdir)/cr22-mime-font_truetype.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/font_truetype.png + $(INSTALL_DATA) $(srcdir)/cr16-device-5floppy_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/5floppy_mount.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-applix.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/applix.svgz + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_txt.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_green.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_green.png $(INSTALL_DATA) $(srcdir)/crsc-mime-netscape_doc.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/netscape_doc.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-encrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/encrypted.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-trashcan_full.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/trashcan_full.png - $(INSTALL_DATA) $(srcdir)/cr22-action-frame_chart.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_chart.png - $(INSTALL_DATA) $(srcdir)/cr16-action-transform.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/transform.png - $(INSTALL_DATA) $(srcdir)/cr48-device-pda_black.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/pda_black.png - $(INSTALL_DATA) $(srcdir)/cr32-action-text_left.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_left.png - $(INSTALL_DATA) $(srcdir)/cr128-device-system.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/system.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-deb.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/deb.png - $(INSTALL_DATA) $(srcdir)/crsc-device-printer1.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/printer1.svgz - $(INSTALL_DATA) $(srcdir)/cr64-mime-encrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/encrypted.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_video.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_video.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_open.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_open.svgz + $(INSTALL_DATA) $(srcdir)/cr64-mime-html.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/html.png + $(INSTALL_DATA) $(srcdir)/cr16-action-viewmag1.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/viewmag1.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-deb.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/deb.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-source_s.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_s.png + $(INSTALL_DATA) $(srcdir)/cr22-action-filenew.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filenew.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-kpresenter_kpr.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kpresenter_kpr.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-core.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/core.png + $(INSTALL_DATA) $(srcdir)/cr32-action-player_eject.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_eject.png + $(INSTALL_DATA) $(srcdir)/cr22-action-frame_spreadsheet.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_spreadsheet.png + $(INSTALL_DATA) $(srcdir)/cr22-action-2downarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/2downarrow.png $(INSTALL_DATA) $(srcdir)/cr22-action-math_abs.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_abs.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-message.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/message.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_yellow_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_yellow_open.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-ftp.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/ftp.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-ftp.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/ftp.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_home.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_home.png - $(INSTALL_DATA) $(srcdir)/cr48-device-system.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/system.png - $(INSTALL_DATA) $(srcdir)/cr32-device-3floppy_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/3floppy_mount.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/tar.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-karbon_karbon.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/karbon_karbon.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_home.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_home.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-make.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/make.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-koffice.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/koffice.png - $(INSTALL_DATA) $(srcdir)/cr16-action-clear_left.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/clear_left.png - $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_green_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_green_open.png - $(INSTALL_DATA) $(srcdir)/cr32-action-kde.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/kde.png - $(INSTALL_DATA) $(srcdir)/cr22-action-mail_reply.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_reply.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-trashcan_empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/trashcan_empty.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-source_pl.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_pl.png - $(INSTALL_DATA) $(srcdir)/cr48-device-3floppy_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/3floppy_mount.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-server.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/server.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_man.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_man.png - $(INSTALL_DATA) $(srcdir)/cr16-action-ok.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/ok.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-kivio_flw.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kivio_flw.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-log.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/log.png - $(INSTALL_DATA) $(srcdir)/cr22-device-camera_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/camera_mount.png - $(INSTALL_DATA) $(srcdir)/cr16-action-back.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/back.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-vcalendar.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/vcalendar.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-exec_wine.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/exec_wine.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-source_o.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_o.png - $(INSTALL_DATA) $(srcdir)/cr22-action-folder_new.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/folder_new.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-source_c.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_c.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-recycled.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/recycled.png - $(INSTALL_DATA) $(srcdir)/cr128-device-usbpendrive_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/usbpendrive_unmount.png - $(INSTALL_DATA) $(srcdir)/cr48-device-usbpendrive_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/usbpendrive_mount.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-recycled.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/recycled.png - $(INSTALL_DATA) $(srcdir)/cr32-action-math_int.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_int.png - $(INSTALL_DATA) $(srcdir)/cr22-action-view_bottom.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_bottom.png - $(INSTALL_DATA) $(srcdir)/crsc-action-bottom.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/bottom.svgz - $(INSTALL_DATA) $(srcdir)/cr64-action-fileopen.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/fileopen.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-vcalendar.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/vcalendar.png - $(INSTALL_DATA) $(srcdir)/cr16-action-1leftarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/1leftarrow.png - $(INSTALL_DATA) $(srcdir)/cr32-action-view_left_right.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_left_right.png - $(INSTALL_DATA) $(srcdir)/cr22-action-fontsizedown.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fontsizedown.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-source_c.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_c.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-connect_established.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/connect_established.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-netscape_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/netscape_doc.png - $(INSTALL_DATA) $(srcdir)/cr22-action-color_line.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/color_line.png - $(INSTALL_DATA) $(srcdir)/cr22-action-contexthelp.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/contexthelp.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-rpm.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/rpm.png - $(INSTALL_DATA) $(srcdir)/cr16-action-math_abs.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_abs.png - $(INSTALL_DATA) $(srcdir)/cr16-action-crop.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/crop.png - $(INSTALL_DATA) $(srcdir)/cr32-action-button_cancel.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/button_cancel.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-font.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/font.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-source_php.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_php.svgz - $(INSTALL_DATA) $(srcdir)/cr32-mime-zip.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/zip.png - $(INSTALL_DATA) $(srcdir)/cr32-action-help.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/help.png - $(INSTALL_DATA) $(srcdir)/cr32-action-view_choose.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_choose.png - $(INSTALL_DATA) $(srcdir)/cr22-device-compact_flash_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/compact_flash_mount.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-source_y.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_y.png - $(INSTALL_DATA) $(srcdir)/cr16-action-player_fwd.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_fwd.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_home2.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_home2.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-exec_wine.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/exec_wine.png - $(INSTALL_DATA) $(srcdir)/cr32-action-folder_new.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/folder_new.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-link_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/link_overlay.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-colorscm.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/colorscm.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/empty.png - $(INSTALL_DATA) $(srcdir)/cr16-action-music_cross.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_cross.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_man.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_man.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/empty.png - $(INSTALL_DATA) $(srcdir)/cr32-action-contents2.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/contents2.png - $(INSTALL_DATA) $(srcdir)/cr32-device-system.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/system.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-rpm.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/rpm.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-paintbrush.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/paintbrush.png - $(INSTALL_DATA) $(srcdir)/crsc-action-down.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/down.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-lock.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/lock.png - $(INSTALL_DATA) $(srcdir)/cr64-device-3floppy_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/3floppy_mount.png - $(INSTALL_DATA) $(srcdir)/crsc-action-text_strike.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_strike.svgz - $(INSTALL_DATA) $(srcdir)/cr22-mime-vcard.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/vcard.png - $(INSTALL_DATA) $(srcdir)/cr32-action-view_multicolumn.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_multicolumn.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-pk.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/pk.png - $(INSTALL_DATA) $(srcdir)/cr16-action-gohome.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/gohome.png - $(INSTALL_DATA) $(srcdir)/cr16-action-mail_reply.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_reply.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-krita_kra.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/krita_kra.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-sound.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/sound.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-filesave.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filesave.png - $(INSTALL_DATA) $(srcdir)/cr32-action-view_text.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_text.png - $(INSTALL_DATA) $(srcdir)/cr48-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/kttsd.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-midi.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/midi.png + $(INSTALL_DATA) $(srcdir)/cr16-action-key_enter.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/key_enter.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-log.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/log.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-applix.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/applix.png + $(INSTALL_DATA) $(srcdir)/cr32-action-text_left.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_left.png + $(INSTALL_DATA) $(srcdir)/cr22-action-math_brace.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_brace.png $(INSTALL_DATA) $(srcdir)/cr22-action-text.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-quicktime.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/quicktime.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-fork.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fork.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-vcard.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/vcard.png - $(INSTALL_DATA) $(srcdir)/cr16-device-joystick.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/joystick.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-news.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/news.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-image.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/image.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-kexi_kexi.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/kexi_kexi.svgz - $(INSTALL_DATA) $(srcdir)/crsc-action-previous.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/previous.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-bottom.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bottom.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_outbox.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_outbox.png - $(INSTALL_DATA) $(srcdir)/cr22-action-player_rew.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_rew.png - $(INSTALL_DATA) $(srcdir)/cr32-action-view_detailed.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_detailed.png - $(INSTALL_DATA) $(srcdir)/cr22-action-bookmark_folder.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/bookmark_folder.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_important.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_important.png - $(INSTALL_DATA) $(srcdir)/cr16-action-configure_shortcuts.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/configure_shortcuts.png - $(INSTALL_DATA) $(srcdir)/crsc-action-next.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/next.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-make_kdevelop.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/make_kdevelop.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-link_overlay.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/link_overlay.svgz - $(INSTALL_DATA) $(srcdir)/cr32-device-joystick.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/joystick.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-koffice.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/koffice.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-view_top_bottom.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_top_bottom.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-postscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/postscript.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_yellow.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_yellow.svgz - $(INSTALL_DATA) $(srcdir)/cr128-mime-unknown.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/unknown.png - $(INSTALL_DATA) $(srcdir)/cr32-action-editdelete.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editdelete.png - $(INSTALL_DATA) $(srcdir)/cr22-action-2uparrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/2uparrow.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-kchart_chrt.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kchart_chrt.png - $(INSTALL_DATA) $(srcdir)/cr16-action-view_tree.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_tree.png - $(INSTALL_DATA) $(srcdir)/crsc-device-3floppy_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/3floppy_unmount.svgz - $(INSTALL_DATA) $(srcdir)/crsc-mime-mozilla_doc.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/mozilla_doc.svgz - $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_red_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_red_open.png - $(INSTALL_DATA) $(srcdir)/cr32-action-math_rsub.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_rsub.png - $(INSTALL_DATA) $(srcdir)/crsc-device-5floppy_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/5floppy_unmount.svgz - $(INSTALL_DATA) $(srcdir)/cr22-mime-rpm.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/rpm.png - $(INSTALL_DATA) $(srcdir)/cr22-action-music_cleficon.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_cleficon.png - $(INSTALL_DATA) $(srcdir)/cr32-action-editcopy.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editcopy.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-source_moc.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_moc.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-man.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/man.png - $(INSTALL_DATA) $(srcdir)/cr128-action-launch.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/launch.png - $(INSTALL_DATA) $(srcdir)/cr48-device-sd_mmc_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/sd_mmc_mount.png - $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_grey.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_grey.png - $(INSTALL_DATA) $(srcdir)/cr16-action-folder_new.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/folder_new.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-message.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/message.svgz - $(INSTALL_DATA) $(srcdir)/cr48-mime-wordprocessing.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/wordprocessing.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_yellow.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_yellow.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_violet_open.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_violet_open.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-filesaveas.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filesaveas.png - $(INSTALL_DATA) $(srcdir)/cr16-action-filequickprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filequickprint.png - $(INSTALL_DATA) $(srcdir)/cr48-device-hdd_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/hdd_unmount.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-source_php.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_php.png - $(INSTALL_DATA) $(srcdir)/cr16-action-next.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/next.png - $(INSTALL_DATA) $(srcdir)/cr16-action-2rightarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/2rightarrow.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-pk.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/pk.png - $(INSTALL_DATA) $(srcdir)/crsc-action-launch.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/launch.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-find.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/find.png - $(INSTALL_DATA) $(srcdir)/cr22-action-goto.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/goto.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-exec_wine.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/exec_wine.png - $(INSTALL_DATA) $(srcdir)/cr22-filesys-trashcan_empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/trashcan_empty.png + $(INSTALL_DATA) $(srcdir)/cr16-action-gear.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/gear.png + $(INSTALL_DATA) $(srcdir)/cr48-device-memory_stick_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/memory_stick_mount.png + $(INSTALL_DATA) $(srcdir)/cr48-device-compact_flash_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/compact_flash_unmount.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-zip_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/zip_overlay.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-source_f.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_f.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-pdf.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/pdf.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-link_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/link_overlay.png + $(INSTALL_DATA) $(srcdir)/cr16-action-openterm.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/openterm.png + $(INSTALL_DATA) $(srcdir)/cr64-device-zip_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/zip_unmount.png + $(INSTALL_DATA) $(srcdir)/cr48-action-fileclose.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/fileclose.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-cdimage.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/cdimage.png + $(INSTALL_DATA) $(srcdir)/cr22-action-launch.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/launch.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_outbox.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_outbox.png + $(INSTALL_DATA) $(srcdir)/cr32-action-music_dottednote.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_dottednote.png + $(INSTALL_DATA) $(srcdir)/cr22-device-sd_mmc_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/sd_mmc_mount.png + $(INSTALL_DATA) $(srcdir)/cr22-action-editcopy.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editcopy.png $(INSTALL_DATA) $(srcdir)/cr48-mime-karbon_karbon.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/karbon_karbon.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_yellow_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_yellow_open.png - $(INSTALL_DATA) $(srcdir)/crsc-action-rotate_ccw.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/rotate_ccw.svgz - $(INSTALL_DATA) $(srcdir)/cr48-mime-font.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/font.png - $(INSTALL_DATA) $(srcdir)/cr16-action-math_int.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_int.png - $(INSTALL_DATA) $(srcdir)/cr22-action-translate.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/translate.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-pdf.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/pdf.png - $(INSTALL_DATA) $(srcdir)/cr32-action-apply.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/apply.png - $(INSTALL_DATA) $(srcdir)/cr32-action-view_bottom.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_bottom.png - $(INSTALL_DATA) $(srcdir)/cr32-action-misc.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/misc.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-exec_wine.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/exec_wine.png - $(INSTALL_DATA) $(srcdir)/cr22-action-1uparrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/1uparrow.png - $(INSTALL_DATA) $(srcdir)/cr32-action-up.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/up.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-cdr.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/cdr.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-trashcan_full.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/trashcan_full.png - $(INSTALL_DATA) $(srcdir)/cr64-action-player_play.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/player_play.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_sound.png - $(INSTALL_DATA) $(srcdir)/cr16-action-no.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/no.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_grey_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_grey_open.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/empty.png - $(INSTALL_DATA) $(srcdir)/cr32-action-exit.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/exit.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-file_broken.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/file_broken.png - $(INSTALL_DATA) $(srcdir)/cr32-device-cdaudio_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdaudio_mount.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_red_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_red_open.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_green_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_green_open.png - $(INSTALL_DATA) $(srcdir)/cr22-action-player_eject.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_eject.png - $(INSTALL_DATA) $(srcdir)/cr48-device-mo_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/mo_mount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-filequickprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filequickprint.png - $(INSTALL_DATA) $(srcdir)/cr22-action-fileexport.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fileexport.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-exec_wine.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/exec_wine.png - $(INSTALL_DATA) $(srcdir)/cr22-action-view_choose.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_choose.png - $(INSTALL_DATA) $(srcdir)/cr22-device-memory_stick_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/memory_stick_unmount.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-zip_overlay.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/zip_overlay.svgz - $(INSTALL_DATA) $(srcdir)/cr32-mime-font_truetype.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/font_truetype.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_html.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_html.png - $(INSTALL_DATA) $(srcdir)/cr22-action-text_under.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_under.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-source_cpp.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_cpp.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-resource.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/resource.png - $(INSTALL_DATA) $(srcdir)/cr22-action-text_sub.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_sub.png - $(INSTALL_DATA) $(srcdir)/cr64-device-smart_media_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/smart_media_unmount.png - $(INSTALL_DATA) $(srcdir)/cr16-action-color_line.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/color_line.png - $(INSTALL_DATA) $(srcdir)/cr32-device-mouse.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/mouse.png - $(INSTALL_DATA) $(srcdir)/cr32-action-frameprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/frameprint.png - $(INSTALL_DATA) $(srcdir)/cr32-action-fileprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/fileprint.png - $(INSTALL_DATA) $(srcdir)/cr22-device-printer1.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/printer1.png - $(INSTALL_DATA) $(srcdir)/crsc-device-cdwriter_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdwriter_unmount.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-configure_toolbars.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/configure_toolbars.png - $(INSTALL_DATA) $(srcdir)/cr16-action-contents2.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/contents2.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-exec.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/exec.svgz - $(INSTALL_DATA) $(srcdir)/crsc-action-forward.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/forward.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-player_start.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_start.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_orange.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_orange.svgz + $(INSTALL_DATA) $(srcdir)/cr48-mime-koffice.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/koffice.png + $(INSTALL_DATA) $(srcdir)/cr22-action-find.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/find.png + $(INSTALL_DATA) $(srcdir)/cr32-device-hdd_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/hdd_mount.png + $(INSTALL_DATA) $(srcdir)/cr22-filesys-link_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/link_overlay.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-kspread_ksp.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kspread_ksp.png + $(INSTALL_DATA) $(srcdir)/cr16-action-bookmark_folder.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bookmark_folder.png + $(INSTALL_DATA) $(srcdir)/cr22-action-view_fit_width.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_fit_width.png + $(INSTALL_DATA) $(srcdir)/cr48-app-password.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/password.png + $(INSTALL_DATA) $(srcdir)/cr22-action-fork.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fork.png + $(INSTALL_DATA) $(srcdir)/cr16-device-blockdevice.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/blockdevice.png + $(INSTALL_DATA) $(srcdir)/crsc-device-print_class.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/print_class.svgz + $(INSTALL_DATA) $(srcdir)/cr16-mime-kivio_flw.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kivio_flw.png + $(INSTALL_DATA) $(srcdir)/crsc-device-smartmedia_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/smartmedia_unmount.svgz + $(INSTALL_DATA) $(srcdir)/cr64-device-usbpendrive_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/usbpendrive_mount.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-widget_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/widget_doc.png + $(INSTALL_DATA) $(srcdir)/cr32-action-blend.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/blend.png + $(INSTALL_DATA) $(srcdir)/cr16-action-view_top_bottom.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_top_bottom.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-kformula_kfo.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kformula_kfo.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-midi.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/midi.png + $(INSTALL_DATA) $(srcdir)/crsc-action-reload.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/reload.svgz + $(INSTALL_DATA) $(srcdir)/cr128-filesys-exec.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/exec.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-font_type1.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/font_type1.png $(INSTALL_DATA) $(srcdir)/crsc-device-cdwriter_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdwriter_mount.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-fileimport.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/fileimport.png - $(INSTALL_DATA) $(srcdir)/cr16-action-frame_edit.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_edit.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-colorscm.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/colorscm.png - $(INSTALL_DATA) $(srcdir)/cr22-device-joystick.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/joystick.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-core.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/core.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-exit.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/exit.png - $(INSTALL_DATA) $(srcdir)/cr32-action-rightjust.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/rightjust.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-vectorgfx.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/vectorgfx.svgz - $(INSTALL_DATA) $(srcdir)/cr16-device-memory_stick_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/memory_stick_unmount.png - $(INSTALL_DATA) $(srcdir)/crsc-device-cdrom_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdrom_mount.svgz - $(INSTALL_DATA) $(srcdir)/cr48-device-dvd_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/dvd_mount.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-source_f.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_f.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_print.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_print.png - $(INSTALL_DATA) $(srcdir)/cr128-device-ipod_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/ipod_mount.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-source_h.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_h.png - $(INSTALL_DATA) $(srcdir)/crsc-device-usbpendrive_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/usbpendrive_mount.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-kde.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/kde.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-network.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/network.svgz + $(INSTALL_DATA) $(srcdir)/cr128-mime-rpm.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/rpm.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_grey_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_grey_open.png $(INSTALL_DATA) $(srcdir)/cr64-device-5floppy_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/5floppy_unmount.png - $(INSTALL_DATA) $(srcdir)/cr48-device-sd_mmc_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/sd_mmc_unmount.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_home.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_home.svgz - $(INSTALL_DATA) $(srcdir)/cr32-mime-cdimage.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/cdimage.png - $(INSTALL_DATA) $(srcdir)/cr22-device-ipod_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/ipod_mount.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-ascii.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/ascii.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/txt.png - $(INSTALL_DATA) $(srcdir)/cr22-action-mail_new3.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_new3.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_tar.png - $(INSTALL_DATA) $(srcdir)/cr16-action-kde4.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde4.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-trashcan_full.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/trashcan_full.png - $(INSTALL_DATA) $(srcdir)/crsc-device-compact_flash_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/compact_flash_mount.svgz - $(INSTALL_DATA) $(srcdir)/cr16-device-3floppy_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/3floppy_unmount.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-button_cancel.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/button_cancel.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-zip_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/zip_overlay.png - $(INSTALL_DATA) $(srcdir)/cr32-device-nfs_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/nfs_mount.png - $(INSTALL_DATA) $(srcdir)/cr16-action-player_playlist.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_playlist.png - $(INSTALL_DATA) $(srcdir)/cr32-action-locationbar_erase.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/locationbar_erase.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-resource.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/resource.svgz - $(INSTALL_DATA) $(srcdir)/cr48-device-tv.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/tv.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_home.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_home.png - $(INSTALL_DATA) $(srcdir)/crsc-action-rotate_cw.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/rotate_cw.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-finish.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/finish.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-info.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/info.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_red.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_red.png - $(INSTALL_DATA) $(srcdir)/cr16-action-music_quarternote.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_quarternote.png - $(INSTALL_DATA) $(srcdir)/cr128-device-print_class.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/print_class.png - $(INSTALL_DATA) $(srcdir)/cr22-action-math_sum.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_sum.png - $(INSTALL_DATA) $(srcdir)/cr22-device-3floppy_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/3floppy_mount.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-readme.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/readme.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-vectorgfx.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/vectorgfx.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-man.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/man.png - $(INSTALL_DATA) $(srcdir)/cr32-device-tablet.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/tablet.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-message.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/message.png - $(INSTALL_DATA) $(srcdir)/cr64-device-memory_stick_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/memory_stick_unmount.png - $(INSTALL_DATA) $(srcdir)/cr128-app-kmenu.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/kmenu.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_orange_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_orange_open.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-font_truetype.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/font_truetype.png - $(INSTALL_DATA) $(srcdir)/cr16-action-view_left_right.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_left_right.png - $(INSTALL_DATA) $(srcdir)/cr32-action-connect_creating.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/connect_creating.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-kformula_kfo.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kformula_kfo.png - $(INSTALL_DATA) $(srcdir)/cr128-device-chardevice.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/chardevice.png - $(INSTALL_DATA) $(srcdir)/cr32-device-smart_media_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/smart_media_unmount.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/tar.png - $(INSTALL_DATA) $(srcdir)/cr16-action-wizard.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/wizard.png - $(INSTALL_DATA) $(srcdir)/cr22-action-music_sixteenthnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_sixteenthnote.png - $(INSTALL_DATA) $(srcdir)/cr48-device-nfs_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/nfs_mount.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-source_java.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_java.png - $(INSTALL_DATA) $(srcdir)/cr32-device-compact_flash_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/compact_flash_unmount.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_blue.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_blue.svgz - $(INSTALL_DATA) $(srcdir)/cr48-mime-bt.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/bt.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-source_s.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_s.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-core.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/core.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-make.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/make.png + $(INSTALL_DATA) $(srcdir)/cr16-action-goto.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/goto.png $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_crystal.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_crystal.png - $(INSTALL_DATA) $(srcdir)/cr32-action-clear_left.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/clear_left.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-ascii.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/ascii.png - $(INSTALL_DATA) $(srcdir)/cr16-action-text_bold.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_bold.png - $(INSTALL_DATA) $(srcdir)/cr22-action-gear.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/gear.png - $(INSTALL_DATA) $(srcdir)/cr22-action-forward.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/forward.png - $(INSTALL_DATA) $(srcdir)/cr48-device-cdrom_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdrom_unmount.png - $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_grey_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_grey_open.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_violet.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_violet.png - $(INSTALL_DATA) $(srcdir)/cr16-action-math_onetwomatrix.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_onetwomatrix.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_orange.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_orange.png + $(INSTALL_DATA) $(srcdir)/cr32-action-finish.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/finish.png + $(INSTALL_DATA) $(srcdir)/cr22-action-fileopen.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fileopen.png + $(INSTALL_DATA) $(srcdir)/cr22-action-charset.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/charset.png + $(INSTALL_DATA) $(srcdir)/cr32-action-indent.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/indent.png + $(INSTALL_DATA) $(srcdir)/cr32-action-math_brace.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_brace.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-kformula_kfo.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kformula_kfo.png + $(INSTALL_DATA) $(srcdir)/crsc-action-text_super.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_super.svgz + $(INSTALL_DATA) $(srcdir)/cr48-action-reload_page.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/reload_page.png + $(INSTALL_DATA) $(srcdir)/cr22-action-exit.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/exit.png + $(INSTALL_DATA) $(srcdir)/crsc-device-zip_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/zip_mount.svgz + $(INSTALL_DATA) $(srcdir)/cr16-device-mouse.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/mouse.png + $(INSTALL_DATA) $(srcdir)/cr16-action-pencil.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/pencil.png + $(INSTALL_DATA) $(srcdir)/cr32-action-configure.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/configure.png + $(INSTALL_DATA) $(srcdir)/crsc-action-player_rew.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_rew.svgz + $(INSTALL_DATA) $(srcdir)/cr32-action-editpaste.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editpaste.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-trashcan_full.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/trashcan_full.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-cdtrack.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/cdtrack.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-ascii.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/ascii.png + $(INSTALL_DATA) $(srcdir)/cr22-action-key_enter.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/key_enter.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-video.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/video.png + $(INSTALL_DATA) $(srcdir)/cr48-device-cdaudio_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdaudio_mount.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-dvi.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/dvi.svgz + $(INSTALL_DATA) $(srcdir)/cr16-device-zip_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/zip_mount.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-cdr.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/cdr.svgz + $(INSTALL_DATA) $(srcdir)/cr48-device-sd_mmc_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/sd_mmc_mount.png + $(INSTALL_DATA) $(srcdir)/cr22-action-text_sub.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_sub.png + $(INSTALL_DATA) $(srcdir)/cr22-action-share.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/share.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-info.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/info.png + $(INSTALL_DATA) $(srcdir)/crsc-action-text_sub.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_sub.svgz + $(INSTALL_DATA) $(srcdir)/cr48-device-5floppy_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/5floppy_unmount.png + $(INSTALL_DATA) $(srcdir)/crsc-device-blockdevice.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/blockdevice.svgz + $(INSTALL_DATA) $(srcdir)/cr32-action-player_rew.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_rew.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-soffice.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/soffice.png + $(INSTALL_DATA) $(srcdir)/crsc-action-rotate_cw.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/rotate_cw.svgz + $(INSTALL_DATA) $(srcdir)/cr32-action-music_cleficon.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_cleficon.png + $(INSTALL_DATA) $(srcdir)/crsc-action-fileclose.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/fileclose.svgz + $(INSTALL_DATA) $(srcdir)/cr48-action-down.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/down.png + $(INSTALL_DATA) $(srcdir)/cr22-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/kttsd.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-netscape_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/netscape_doc.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-news.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/news.png + $(INSTALL_DATA) $(srcdir)/cr64-device-tv.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/tv.png + $(INSTALL_DATA) $(srcdir)/cr32-action-math_sum.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_sum.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-colorscm.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/colorscm.png + $(INSTALL_DATA) $(srcdir)/cr16-action-stamp.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/stamp.png + $(INSTALL_DATA) $(srcdir)/cr22-action-up.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/up.png + $(INSTALL_DATA) $(srcdir)/cr16-action-music_sixteenthnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_sixteenthnote.png + $(INSTALL_DATA) $(srcdir)/cr16-device-3floppy_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/3floppy_mount.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-source_py.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_py.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-source_pl.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_pl.png + $(INSTALL_DATA) $(srcdir)/cr22-action-contexthelp.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/contexthelp.png + $(INSTALL_DATA) $(srcdir)/crsc-action-text_under.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_under.svgz $(INSTALL_DATA) $(srcdir)/cr22-action-eraser.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/eraser.png - $(INSTALL_DATA) $(srcdir)/cr16-action-forward.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/forward.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-link_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/link_overlay.png - $(INSTALL_DATA) $(srcdir)/cr48-action-share.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/share.png - $(INSTALL_DATA) $(srcdir)/cr16-action-1uparrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/1uparrow.png - $(INSTALL_DATA) $(srcdir)/crsc-action-filequickprint.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/filequickprint.svgz - $(INSTALL_DATA) $(srcdir)/crsc-device-hdd_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/hdd_unmount.svgz - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_html.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_html.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-rpm.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/rpm.png - $(INSTALL_DATA) $(srcdir)/cr16-action-attach.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/attach.png - $(INSTALL_DATA) $(srcdir)/cr32-action-viewmagfit.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/viewmagfit.png - $(INSTALL_DATA) $(srcdir)/cr22-action-window_fullscreen.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/window_fullscreen.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-misc.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/misc.png - $(INSTALL_DATA) $(srcdir)/cr22-action-signature.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/signature.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-document2.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/document2.svgz - $(INSTALL_DATA) $(srcdir)/cr64-mime-cdimage.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/cdimage.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-template_source.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/template_source.png - $(INSTALL_DATA) $(srcdir)/cr32-device-sd_mmc_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/sd_mmc_mount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-math_rsup.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_rsup.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-applix.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/applix.png - $(INSTALL_DATA) $(srcdir)/cr32-action-text_bold.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_bold.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-bt.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/bt.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-www.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/www.png - $(INSTALL_DATA) $(srcdir)/cr16-action-math_sum.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_sum.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-source_l.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_l.svgz - $(INSTALL_DATA) $(srcdir)/cr16-mime-tex.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/tex.png - $(INSTALL_DATA) $(srcdir)/cr32-action-math_abs.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_abs.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-txt2.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/txt2.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-source.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source.svgz + $(INSTALL_DATA) $(srcdir)/cr48-mime-kspread_ksp.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kspread_ksp.png + $(INSTALL_DATA) $(srcdir)/cr22-action-compfile.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/compfile.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-vcard.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/vcard.png + $(INSTALL_DATA) $(srcdir)/cr32-action-view_fit_height.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_fit_height.png + $(INSTALL_DATA) $(srcdir)/cr48-action-fileprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/fileprint.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-karbon_karbon.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/karbon_karbon.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-widget_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/widget_doc.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-document2.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/document2.png + $(INSTALL_DATA) $(srcdir)/cr22-action-exec.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/exec.png + $(INSTALL_DATA) $(srcdir)/crsc-device-scanner.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/scanner.svgz + $(INSTALL_DATA) $(srcdir)/crsc-mime-font_truetype.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/font_truetype.svgz + $(INSTALL_DATA) $(srcdir)/cr22-action-music_fullnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_fullnote.png + $(INSTALL_DATA) $(srcdir)/cr22-filesys-trashcan_empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/trashcan_empty.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-kformula_kfo.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kformula_kfo.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-wordprocessing.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/wordprocessing.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-font_truetype.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/font_truetype.png $(INSTALL_DATA) $(srcdir)/crsc-action-back.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/back.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-view_icon.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_icon.png - $(INSTALL_DATA) $(srcdir)/cr16-action-rebuild.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/rebuild.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-encrypted.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/encrypted.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-mail_find.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_find.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-document.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/document.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-network_local.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/network_local.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-info.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/info.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-karbon_karbon.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/karbon_karbon.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-netscape_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/netscape_doc.png + $(INSTALL_DATA) $(srcdir)/cr32-device-memory.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/memory.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-tgz.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/tgz.png + $(INSTALL_DATA) $(srcdir)/cr16-action-connect_no.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/connect_no.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_image.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_image.png + $(INSTALL_DATA) $(srcdir)/cr32-action-kde.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/kde.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-tgz.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/tgz.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_violet.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_violet.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-zip.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/zip.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-kugar_kud.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kugar_kud.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-exec.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/exec.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_txt.png + $(INSTALL_DATA) $(srcdir)/cr16-device-hdd_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/hdd_unmount.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-gf.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/gf.png + $(INSTALL_DATA) $(srcdir)/cr32-action-window_nofullscreen.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/window_nofullscreen.png + $(INSTALL_DATA) $(srcdir)/cr22-device-hdd_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/hdd_mount.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-soffice.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/soffice.svgz + $(INSTALL_DATA) $(srcdir)/cr48-device-ipod_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/ipod_mount.png + $(INSTALL_DATA) $(srcdir)/cr32-action-mail_delete.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_delete.png + $(INSTALL_DATA) $(srcdir)/cr32-action-contents.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/contents.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-midi.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/midi.png + $(INSTALL_DATA) $(srcdir)/crsc-action-view_fit_height.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/view_fit_height.svgz + $(INSTALL_DATA) $(srcdir)/cr16-app-password.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps/password.png + $(INSTALL_DATA) $(srcdir)/cr32-action-openterm.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/openterm.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-pipe.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/pipe.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-source.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source.png + $(INSTALL_DATA) $(srcdir)/cr22-action-switchuser.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/switchuser.png $(INSTALL_DATA) $(srcdir)/cr128-device-usbpendrive_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/usbpendrive_mount.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_crystal.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_crystal.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-document.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/document.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-music_dottednote.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_dottednote.png - $(INSTALL_DATA) $(srcdir)/cr32-action-filefind.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filefind.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-source_o.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_o.png - $(INSTALL_DATA) $(srcdir)/cr16-device-cdwriter_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdwriter_unmount.png - $(INSTALL_DATA) $(srcdir)/cr16-action-translate.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/translate.png - $(INSTALL_DATA) $(srcdir)/cr16-action-view_sidetree.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_sidetree.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-gf.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/gf.svgz - $(INSTALL_DATA) $(srcdir)/cr48-filesys-zip_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/zip_overlay.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-rpm.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/rpm.png - $(INSTALL_DATA) $(srcdir)/cr22-action-frame_formula.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_formula.png - $(INSTALL_DATA) $(srcdir)/cr16-action-stop.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/stop.png - $(INSTALL_DATA) $(srcdir)/cr16-device-pda_blue.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/pda_blue.png - $(INSTALL_DATA) $(srcdir)/cr32-action-charset.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/charset.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-dvi.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/dvi.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-font_type1.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/font_type1.png - $(INSTALL_DATA) $(srcdir)/cr22-action-player_start.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_start.png - $(INSTALL_DATA) $(srcdir)/cr48-action-rotate_cw.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/rotate_cw.png - $(INSTALL_DATA) $(srcdir)/cr16-action-blend.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/blend.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-file_broken.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/file_broken.png - $(INSTALL_DATA) $(srcdir)/crsc-action-add.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/add.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-fileprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fileprint.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_orange.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_orange.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-metafont.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/metafont.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-readme.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/readme.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_green_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_green_open.png - $(INSTALL_DATA) $(srcdir)/cr16-action-cancel.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/cancel.png - $(INSTALL_DATA) $(srcdir)/cr16-action-frame_query.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_query.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-www.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/www.png - $(INSTALL_DATA) $(srcdir)/cr32-action-viewmag1.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/viewmag1.png - $(INSTALL_DATA) $(srcdir)/cr64-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps/kttsd.png - $(INSTALL_DATA) $(srcdir)/cr16-action-player_volume.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_volume.png - $(INSTALL_DATA) $(srcdir)/cr22-action-exec.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/exec.png - $(INSTALL_DATA) $(srcdir)/cr22-action-edittrash.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/edittrash.png - $(INSTALL_DATA) $(srcdir)/cr32-action-colorize.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/colorize.png - $(INSTALL_DATA) $(srcdir)/cr22-action-fill.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fill.png - $(INSTALL_DATA) $(srcdir)/cr64-device-nfs_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/nfs_unmount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-paintbrush.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/paintbrush.png - $(INSTALL_DATA) $(srcdir)/cr48-device-printer1.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/printer1.png - $(INSTALL_DATA) $(srcdir)/cr16-action-bookmark_folder.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bookmark_folder.png - $(INSTALL_DATA) $(srcdir)/cr16-device-sd_mmc_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/sd_mmc_unmount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-colorize.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/colorize.png - $(INSTALL_DATA) $(srcdir)/cr128-device-hdd_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/hdd_unmount.png - $(INSTALL_DATA) $(srcdir)/cr16-action-up.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/up.png - $(INSTALL_DATA) $(srcdir)/crsc-action-eraser.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/eraser.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-tab_new_bg.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_new_bg.png - $(INSTALL_DATA) $(srcdir)/cr48-action-down.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/down.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-file_temporary.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/file_temporary.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-deb.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/deb.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-kspread_ksp.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kspread_ksp.png - $(INSTALL_DATA) $(srcdir)/cr64-device-sd_mmc_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/sd_mmc_unmount.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/sound.png - $(INSTALL_DATA) $(srcdir)/cr48-device-compact_flash_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/compact_flash_mount.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_red.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_red.svgz - $(INSTALL_DATA) $(srcdir)/crsc-action-start.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/start.svgz - $(INSTALL_DATA) $(srcdir)/cr128-mime-video.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/video.png - $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_open.png - $(INSTALL_DATA) $(srcdir)/crsc-device-smartmedia_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/smartmedia_mount.svgz - $(INSTALL_DATA) $(srcdir)/cr128-mime-tex.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/tex.png - $(INSTALL_DATA) $(srcdir)/cr32-device-mo_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/mo_unmount.png - $(INSTALL_DATA) $(srcdir)/cr128-device-blockdevice.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/blockdevice.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-link_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/link_overlay.png - $(INSTALL_DATA) $(srcdir)/cr22-action-editclear.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editclear.png - $(INSTALL_DATA) $(srcdir)/cr16-action-tab_remove_other.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_remove_other.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_inbox.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_inbox.png - $(INSTALL_DATA) $(srcdir)/crsc-device-cdaudio_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdaudio_mount.svgz - $(INSTALL_DATA) $(srcdir)/crsc-action-info.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/info.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-math_paren.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_paren.png - $(INSTALL_DATA) $(srcdir)/cr22-action-editdelete.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editdelete.png - $(INSTALL_DATA) $(srcdir)/cr16-device-cdaudio_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdaudio_unmount.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-kmultiple.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kmultiple.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-recycled.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/recycled.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-krita_kra.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/krita_kra.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-document.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/document.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_txt.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_txt.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-frame_spreadsheet.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_spreadsheet.png - $(INSTALL_DATA) $(srcdir)/cr16-device-tablet.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/tablet.png - $(INSTALL_DATA) $(srcdir)/cr16-action-text_right.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_right.png - $(INSTALL_DATA) $(srcdir)/cr16-device-cdrom_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdrom_unmount.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_grey.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_grey.png - $(INSTALL_DATA) $(srcdir)/cr22-device-system.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/system.png - $(INSTALL_DATA) $(srcdir)/cr32-action-kdevelop_down.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/kdevelop_down.png - $(INSTALL_DATA) $(srcdir)/crsc-device-pda_black.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/pda_black.svgz - $(INSTALL_DATA) $(srcdir)/crsc-mime-source_o.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_o.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-halfencrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/halfencrypted.png - $(INSTALL_DATA) $(srcdir)/cr22-device-print_class.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/print_class.png - $(INSTALL_DATA) $(srcdir)/cr32-action-view_fit_width.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_fit_width.png - $(INSTALL_DATA) $(srcdir)/cr22-action-mail_delete.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_delete.png - $(INSTALL_DATA) $(srcdir)/cr32-action-math_lsub.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_lsub.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-krita_kra.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/krita_kra.png - $(INSTALL_DATA) $(srcdir)/crsc-action-lock.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/lock.svgz - $(INSTALL_DATA) $(srcdir)/cr22-action-inline_table.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/inline_table.png - $(INSTALL_DATA) $(srcdir)/cr64-device-zip_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/zip_unmount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-contents.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/contents.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-netscape_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/netscape_doc.png - $(INSTALL_DATA) $(srcdir)/cr16-action-filefind.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filefind.png - $(INSTALL_DATA) $(srcdir)/cr48-action-stop.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/stop.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-exec_wine.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/exec_wine.png + $(INSTALL_DATA) $(srcdir)/cr16-action-player_playlist.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_playlist.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_orange.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_orange.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-fork.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fork.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-vcalendar.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/vcalendar.png + $(INSTALL_DATA) $(srcdir)/cr22-action-configure.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/configure.png + $(INSTALL_DATA) $(srcdir)/cr48-device-mo_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/mo_unmount.png + $(INSTALL_DATA) $(srcdir)/cr22-action-previous.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/previous.png + $(INSTALL_DATA) $(srcdir)/cr16-action-view_right.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_right.png + $(INSTALL_DATA) $(srcdir)/cr22-action-view_multicolumn.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_multicolumn.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-kword_kwd.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kword_kwd.png + $(INSTALL_DATA) $(srcdir)/cr32-action-button_cancel.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/button_cancel.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-kspread_ksp.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kspread_ksp.png + $(INSTALL_DATA) $(srcdir)/cr48-app-kmenu.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/kmenu.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-image.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/image.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_home.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_home.png + $(INSTALL_DATA) $(srcdir)/cr32-action-apply.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/apply.png + $(INSTALL_DATA) $(srcdir)/cr32-action-text_super.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_super.png $(INSTALL_DATA) $(srcdir)/cr32-mime-tex.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/tex.png - $(INSTALL_DATA) $(srcdir)/cr22-action-math_rsub.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_rsub.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-source.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-source_c.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_c.png - $(INSTALL_DATA) $(srcdir)/cr22-action-rotate.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/rotate.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-make.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/make.png - $(INSTALL_DATA) $(srcdir)/cr64-device-mo_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/mo_mount.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-midi.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/midi.png - $(INSTALL_DATA) $(srcdir)/cr22-action-mail_forward.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_forward.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-tex.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/tex.png - $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_orange_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_orange_open.png - $(INSTALL_DATA) $(srcdir)/cr48-device-zip_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/zip_unmount.png - $(INSTALL_DATA) $(srcdir)/cr32-device-nfs_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/nfs_unmount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-thumbnail.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/thumbnail.png - $(INSTALL_DATA) $(srcdir)/cr22-device-sd_mmc_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/sd_mmc_mount.png - $(INSTALL_DATA) $(srcdir)/cr32-device-cdrom_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdrom_mount.png - $(INSTALL_DATA) $(srcdir)/cr22-device-3floppy_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/3floppy_unmount.png - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_green_open.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_green_open.svgz - $(INSTALL_DATA) $(srcdir)/cr22-mime-dvi.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/dvi.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder.png - $(INSTALL_DATA) $(srcdir)/cr16-action-mail_get.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_get.png - $(INSTALL_DATA) $(srcdir)/cr128-device-camera_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/camera_unmount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-centrejust.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/centrejust.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-font_type1.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/font_type1.png - $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_html.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_html.png - $(INSTALL_DATA) $(srcdir)/cr16-filesys-trashcan_empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/trashcan_empty.png - $(INSTALL_DATA) $(srcdir)/cr22-action-finish.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/finish.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_print.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_print.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-source_l.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_l.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-quicktime.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/quicktime.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-dvi.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/dvi.png - $(INSTALL_DATA) $(srcdir)/cr48-action-next.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/next.png - $(INSTALL_DATA) $(srcdir)/cr16-action-filter.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filter.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-vectorgfx.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/vectorgfx.png - $(INSTALL_DATA) $(srcdir)/cr32-action-math_frac.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_frac.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/tar.png + $(INSTALL_DATA) $(srcdir)/cr16-action-forward.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/forward.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-info.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/info.png + $(INSTALL_DATA) $(srcdir)/cr22-action-button_ok.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/button_ok.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-source_s.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_s.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-krita_kra.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/krita_kra.png + $(INSTALL_DATA) $(srcdir)/crsc-device-zip_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/zip_unmount.svgz + $(INSTALL_DATA) $(srcdir)/cr32-mime-txt2.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/txt2.png + $(INSTALL_DATA) $(srcdir)/crsc-action-exit.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/exit.svgz + $(INSTALL_DATA) $(srcdir)/crsc-action-rotate_ccw.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/rotate_ccw.svgz + $(INSTALL_DATA) $(srcdir)/cr32-mime-shellscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/shellscript.png + $(INSTALL_DATA) $(srcdir)/cr32-action-math_prod.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_prod.png + $(INSTALL_DATA) $(srcdir)/cr16-action-music_halfnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_halfnote.png + $(INSTALL_DATA) $(srcdir)/cr48-device-smart_media_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/smart_media_mount.png + $(INSTALL_DATA) $(srcdir)/cr16-action-view_left_right.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_left_right.png + $(INSTALL_DATA) $(srcdir)/cr22-action-queue.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/queue.png + $(INSTALL_DATA) $(srcdir)/cr16-action-signature.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/signature.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-zip_overlay.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/zip_overlay.svgz + $(INSTALL_DATA) $(srcdir)/cr128-mime-cdimage.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/cdimage.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-man.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/man.png + $(INSTALL_DATA) $(srcdir)/crsc-device-compact_flash_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/compact_flash_mount.svgz + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_red.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_red.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_locked.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_locked.svgz + $(INSTALL_DATA) $(srcdir)/crsc-action-info.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/info.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-add.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/add.png + $(INSTALL_DATA) $(srcdir)/cr16-action-ok.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/ok.png + $(INSTALL_DATA) $(srcdir)/cr48-action-frameprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/frameprint.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_tar.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_tar.svgz + $(INSTALL_DATA) $(srcdir)/cr16-device-tablet.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/tablet.png + $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_yellow.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_yellow.png + $(INSTALL_DATA) $(srcdir)/cr16-device-cdaudio_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdaudio_mount.png + $(INSTALL_DATA) $(srcdir)/cr32-device-3floppy_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/3floppy_mount.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-source_py.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_py.png $(INSTALL_DATA) $(srcdir)/cr64-device-joystick.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/joystick.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-cdr.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/cdr.svgz - $(INSTALL_DATA) $(srcdir)/cr16-action-connect_creating.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/connect_creating.png - $(INSTALL_DATA) $(srcdir)/cr22-action-history.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/history.png - $(INSTALL_DATA) $(srcdir)/cr16-device-ipod_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/ipod_mount.png - $(INSTALL_DATA) $(srcdir)/cr64-device-compact_flash_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/compact_flash_unmount.png - $(INSTALL_DATA) $(srcdir)/cr22-action-launch.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/launch.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-log.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/log.png - $(INSTALL_DATA) $(srcdir)/cr22-action-cd.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/cd.png - $(INSTALL_DATA) $(srcdir)/cr22-action-emptytrash.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/emptytrash.png - $(INSTALL_DATA) $(srcdir)/cr22-action-save_all.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/save_all.png - $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_yellow_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_yellow_open.png - $(INSTALL_DATA) $(srcdir)/cr16-device-3floppy_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/3floppy_mount.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-source_y.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_y.png - $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_txt.png - $(INSTALL_DATA) $(srcdir)/cr32-device-usbpendrive_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/usbpendrive_mount.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-source_moc.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_moc.png + $(INSTALL_DATA) $(srcdir)/cr22-action-frame_chart.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_chart.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_orange_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_orange_open.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-exec_wine.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/exec_wine.png + $(INSTALL_DATA) $(srcdir)/cr22-action-halfencrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/halfencrypted.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-make.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/make.svgz + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps + $(INSTALL_DATA) $(srcdir)/crsc-app-kttsd.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps/kttsd.svgz + $(INSTALL_DATA) $(srcdir)/cr64-mime-source_c.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_c.png + $(INSTALL_DATA) $(srcdir)/cr48-action-identity.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/identity.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-document.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/document.png + $(INSTALL_DATA) $(srcdir)/cr16-action-editclear.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editclear.png + $(INSTALL_DATA) $(srcdir)/cr32-device-zip_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/zip_mount.png + $(INSTALL_DATA) $(srcdir)/cr16-action-mail_post_to.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_post_to.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-quicktime.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/quicktime.png + $(INSTALL_DATA) $(srcdir)/cr32-action-filter.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filter.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-rpm.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/rpm.png + $(INSTALL_DATA) $(srcdir)/cr32-action-contents2.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/contents2.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-file_temporary.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/file_temporary.svgz + $(INSTALL_DATA) $(srcdir)/crsc-mime-karbon_karbon.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/karbon_karbon.svgz + $(INSTALL_DATA) $(srcdir)/cr22-mime-source_pl.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_pl.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-image2.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/image2.svgz + $(INSTALL_DATA) $(srcdir)/cr16-filesys-file_broken.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/file_broken.png + $(INSTALL_DATA) $(srcdir)/crsc-action-eraser.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/eraser.svgz + $(INSTALL_DATA) $(srcdir)/cr22-action-fileclose.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fileclose.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-soffice.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/soffice.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/txt.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-kexi_kexi.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kexi_kexi.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_man.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_man.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_home.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_home.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-encrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/encrypted.png + $(INSTALL_DATA) $(srcdir)/cr16-action-switchuser.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/switchuser.png + $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_grey_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_grey_open.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-source_s.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_s.png + $(INSTALL_DATA) $(srcdir)/cr16-action-player_stop.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_stop.png + $(INSTALL_DATA) $(srcdir)/cr32-action-view_sidetree.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_sidetree.png + $(INSTALL_DATA) $(srcdir)/cr16-action-news_subscribe.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/news_subscribe.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_orange_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_orange_open.png + $(INSTALL_DATA) $(srcdir)/cr32-device-pda_black.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/pda_black.png + $(INSTALL_DATA) $(srcdir)/cr22-action-wizard.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/wizard.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-krita_kra.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/krita_kra.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-ftp.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/ftp.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-pdf.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/pdf.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-unknown.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/unknown.png + $(INSTALL_DATA) $(srcdir)/cr16-action-colorize.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/colorize.png + $(INSTALL_DATA) $(srcdir)/cr22-action-paintbrush.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/paintbrush.png $(INSTALL_DATA) $(srcdir)/cr16-device-dvd_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/dvd_mount.png - $(INSTALL_DATA) $(srcdir)/cr64-device-blockdevice.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/blockdevice.png - $(INSTALL_DATA) $(srcdir)/cr32-action-mail_get.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_get.png - $(INSTALL_DATA) $(srcdir)/cr22-filesys-trashcan_full.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/trashcan_full.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-source_c.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_c.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-unknown.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/unknown.png - $(INSTALL_DATA) $(srcdir)/cr32-action-switchuser.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/switchuser.png + $(INSTALL_DATA) $(srcdir)/cr32-action-messagebox_info.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/messagebox_info.png + $(INSTALL_DATA) $(srcdir)/cr22-action-music_quarternote.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_quarternote.png + $(INSTALL_DATA) $(srcdir)/cr16-action-configure.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/configure.png + $(INSTALL_DATA) $(srcdir)/cr32-device-nfs_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/nfs_unmount.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-source_j.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_j.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-video.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/video.png + $(INSTALL_DATA) $(srcdir)/cr22-action-help.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/help.png + $(INSTALL_DATA) $(srcdir)/cr16-action-player_time.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_time.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-readme.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/readme.png + $(INSTALL_DATA) $(srcdir)/cr32-action-math_lsub.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_lsub.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_grey_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_grey_open.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-bt.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/bt.png $(INSTALL_DATA) $(srcdir)/cr48-device-5floppy_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/5floppy_mount.png - $(INSTALL_DATA) $(srcdir)/crsc-device-cdrom_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdrom_unmount.svgz - $(INSTALL_DATA) $(srcdir)/cr128-mime-source_f.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_f.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/txt.png - $(INSTALL_DATA) $(srcdir)/cr16-action-spellcheck.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/spellcheck.png - $(INSTALL_DATA) $(srcdir)/cr48-action-rotate.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/rotate.png - $(INSTALL_DATA) $(srcdir)/cr22-action-lock.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/lock.png - $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_violet.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_violet.png - $(INSTALL_DATA) $(srcdir)/cr22-action-editshred.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editshred.png - $(INSTALL_DATA) $(srcdir)/cr64-device-print_class.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/print_class.png - $(INSTALL_DATA) $(srcdir)/cr16-action-rotate_cw.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/rotate_cw.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-pdf.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/pdf.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-source_y.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_y.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-unknown.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/unknown.png - $(INSTALL_DATA) $(srcdir)/cr22-action-1downarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/1downarrow.png - $(INSTALL_DATA) $(srcdir)/cr16-device-compact_flash_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/compact_flash_mount.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-html.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/html.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/tar.png - $(INSTALL_DATA) $(srcdir)/cr16-device-print_class.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/print_class.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-cdimage.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/cdimage.png - $(INSTALL_DATA) $(srcdir)/cr32-action-back.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/back.png - $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_tar.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-source_s.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_s.svgz - $(INSTALL_DATA) $(srcdir)/crsc-mime-image.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/image.svgz - $(INSTALL_DATA) $(srcdir)/cr16-mime-source_s.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_s.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-document.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/document.png - $(INSTALL_DATA) $(srcdir)/cr22-action-text_bold.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_bold.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-wordprocessing.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/wordprocessing.png - $(INSTALL_DATA) $(srcdir)/cr16-action-math_prod.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_prod.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-source_f.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_f.svgz - $(INSTALL_DATA) $(srcdir)/cr32-mime-source_p.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_p.png - $(INSTALL_DATA) $(srcdir)/cr64-mime-image.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/image.png - $(INSTALL_DATA) $(srcdir)/cr16-action-frame_formula.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_formula.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-kugar_kud.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kugar_kud.png - $(INSTALL_DATA) $(srcdir)/cr32-action-halfencrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/halfencrypted.png - $(INSTALL_DATA) $(srcdir)/cr22-mime-mozilla_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/mozilla_doc.png - $(INSTALL_DATA) $(srcdir)/crsc-mime-source_h.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_h.svgz - $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_open.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_open.svgz - $(INSTALL_DATA) $(srcdir)/cr32-action-viewmag-.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/viewmag-.png - $(INSTALL_DATA) $(srcdir)/cr32-action-music_sixteenthnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_sixteenthnote.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-deb.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/deb.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-readme.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/readme.png - $(INSTALL_DATA) $(srcdir)/cr48-action-filenew.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/filenew.png - $(INSTALL_DATA) $(srcdir)/cr22-action-spellcheck.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/spellcheck.png - $(INSTALL_DATA) $(srcdir)/cr64-device-chardevice.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/chardevice.png - $(INSTALL_DATA) $(srcdir)/cr64-device-3floppy_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/3floppy_unmount.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-kexi_kexi.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kexi_kexi.png - $(INSTALL_DATA) $(srcdir)/cr16-action-flag.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/flag.png + $(INSTALL_DATA) $(srcdir)/cr22-action-math_sum.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_sum.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-shellscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/shellscript.png + $(INSTALL_DATA) $(srcdir)/cr64-device-usbpendrive_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/usbpendrive_unmount.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_yellow_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_yellow_open.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-kchart_chrt.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kchart_chrt.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-trashcan_full.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/trashcan_full.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-zip.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/zip.png + $(INSTALL_DATA) $(srcdir)/cr16-action-cancel.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/cancel.png + $(INSTALL_DATA) $(srcdir)/cr22-action-remove.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/remove.png + $(INSTALL_DATA) $(srcdir)/cr16-action-frame_edit.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_edit.png $(INSTALL_DATA) $(srcdir)/cr48-action-forward.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/forward.png - $(INSTALL_DATA) $(srcdir)/cr32-action-bookmark_add.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bookmark_add.png - $(INSTALL_DATA) $(srcdir)/cr16-action-player_eject.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_eject.png - $(INSTALL_DATA) $(srcdir)/cr48-mime-txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/txt.png - $(INSTALL_DATA) $(srcdir)/cr128-filesys-link_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/link_overlay.png - $(INSTALL_DATA) $(srcdir)/cr128-mime-midi.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/midi.png - $(INSTALL_DATA) $(srcdir)/cr22-action-mail_replylist.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_replylist.png - $(INSTALL_DATA) $(srcdir)/cr16-mime-source_l.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_l.png - $(INSTALL_DATA) $(srcdir)/cr22-action-viewmag.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/viewmag.png - $(INSTALL_DATA) $(srcdir)/cr22-action-compfile.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/compfile.png + $(INSTALL_DATA) $(srcdir)/cr22-action-mail_post_to3.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_post_to3.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-resource.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/resource.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-previous.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/previous.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-ascii.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/ascii.svgz + $(INSTALL_DATA) $(srcdir)/crsc-mime-source_p.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_p.svgz + $(INSTALL_DATA) $(srcdir)/cr128-mime-source_y.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_y.png + $(INSTALL_DATA) $(srcdir)/cr22-action-spellcheck.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/spellcheck.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-document.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/document.svgz + $(INSTALL_DATA) $(srcdir)/cr16-device-usbpendrive_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/usbpendrive_unmount.png + $(INSTALL_DATA) $(srcdir)/cr22-action-mail_get.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_get.png + $(INSTALL_DATA) $(srcdir)/cr64-device-mo_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/mo_mount.png + $(INSTALL_DATA) $(srcdir)/crsc-device-compact_flash_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/compact_flash_unmount.svgz + $(INSTALL_DATA) $(srcdir)/cr22-action-today.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/today.png + $(INSTALL_DATA) $(srcdir)/cr22-action-move.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/move.png + $(INSTALL_DATA) $(srcdir)/cr22-action-mail_new.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_new.png + $(INSTALL_DATA) $(srcdir)/cr16-action-frame_formula.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_formula.png + $(INSTALL_DATA) $(srcdir)/cr64-device-nfs_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/nfs_mount.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-source_y.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_y.png + $(INSTALL_DATA) $(srcdir)/cr16-action-filesaveas.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filesaveas.png + $(INSTALL_DATA) $(srcdir)/cr128-device-printer1.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/printer1.png + $(INSTALL_DATA) $(srcdir)/cr16-action-mail_find.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_find.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_favorite.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_favorite.svgz + $(INSTALL_DATA) $(srcdir)/cr32-action-filesave.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filesave.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-kword_kwd.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kword_kwd.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/tar.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-trashcan_empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/trashcan_empty.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-document2.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/document2.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-metafont.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/metafont.png + $(INSTALL_DATA) $(srcdir)/cr16-action-spellcheck.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/spellcheck.png + $(INSTALL_DATA) $(srcdir)/cr16-action-inline_image.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/inline_image.png + $(INSTALL_DATA) $(srcdir)/cr22-action-text_block.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_block.png + $(INSTALL_DATA) $(srcdir)/cr16-action-paintbrush.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/paintbrush.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-zip.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/zip.svgz + $(INSTALL_DATA) $(srcdir)/cr32-device-tablet.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/tablet.png + $(INSTALL_DATA) $(srcdir)/cr22-action-frame_text.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_text.png + $(INSTALL_DATA) $(srcdir)/cr22-action-music_fermatenote.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_fermatenote.png + $(INSTALL_DATA) $(srcdir)/cr48-action-remove.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/remove.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-readme.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/readme.png + $(INSTALL_DATA) $(srcdir)/cr22-action-view_remove.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_remove.png + $(INSTALL_DATA) $(srcdir)/cr64-app-password.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps/password.png + $(INSTALL_DATA) $(srcdir)/cr22-action-inline_table.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/inline_table.png + $(INSTALL_DATA) $(srcdir)/cr64-device-5floppy_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/5floppy_mount.png + $(INSTALL_DATA) $(srcdir)/cr32-action-view_fit_width.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_fit_width.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-spreadsheet.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/spreadsheet.png + $(INSTALL_DATA) $(srcdir)/cr22-action-connect_creating.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/connect_creating.png + $(INSTALL_DATA) $(srcdir)/cr16-device-joystick.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/joystick.png + $(INSTALL_DATA) $(srcdir)/cr22-action-music_cross.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_cross.png + $(INSTALL_DATA) $(srcdir)/cr48-action-unindent.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/unindent.png + $(INSTALL_DATA) $(srcdir)/cr16-action-music_cleficon.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_cleficon.png + $(INSTALL_DATA) $(srcdir)/cr16-action-contents2.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/contents2.png + $(INSTALL_DATA) $(srcdir)/cr16-action-mail_forward.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_forward.png + $(INSTALL_DATA) $(srcdir)/cr16-device-camera_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/camera_unmount.png + $(INSTALL_DATA) $(srcdir)/cr48-action-reload_all_tabs.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/reload_all_tabs.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-kmultiple.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/kmultiple.png + $(INSTALL_DATA) $(srcdir)/cr48-action-exit.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/exit.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-pk.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/pk.svgz + $(INSTALL_DATA) $(srcdir)/cr32-mime-unknown.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/unknown.png + $(INSTALL_DATA) $(srcdir)/cr22-action-emptytrash.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/emptytrash.png + $(INSTALL_DATA) $(srcdir)/cr22-action-pencil.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/pencil.png + $(INSTALL_DATA) $(srcdir)/cr32-action-rotate_ccw.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/rotate_ccw.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-document.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/document.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-zip.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/zip.png + $(INSTALL_DATA) $(srcdir)/cr48-device-mouse.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/mouse.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-source_o.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_o.png + $(INSTALL_DATA) $(srcdir)/cr16-device-camera_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/camera_mount.png + $(INSTALL_DATA) $(srcdir)/cr22-action-viewmag1.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/viewmag1.png + $(INSTALL_DATA) $(srcdir)/cr16-action-top.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/top.png + $(INSTALL_DATA) $(srcdir)/cr48-action-contents2.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/contents2.png + $(INSTALL_DATA) $(srcdir)/cr32-device-5floppy_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/5floppy_mount.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-source.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-gf.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/gf.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-ascii.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/ascii.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_video.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_video.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-document2.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/document2.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-midi.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/midi.png + $(INSTALL_DATA) $(srcdir)/cr32-action-gohome.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/gohome.png + $(INSTALL_DATA) $(srcdir)/cr48-action-gear.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/gear.png + $(INSTALL_DATA) $(srcdir)/cr32-action-view_choose.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_choose.png + $(INSTALL_DATA) $(srcdir)/cr32-device-pda_blue.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/pda_blue.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-ascii.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/ascii.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-unknown.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/unknown.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_sound.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_favorite.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_favorite.png + $(INSTALL_DATA) $(srcdir)/cr16-device-tv.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/tv.png + $(INSTALL_DATA) $(srcdir)/cr128-device-compact_flash_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/compact_flash_unmount.png + $(INSTALL_DATA) $(srcdir)/cr22-action-crop.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/crop.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_yellow.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_yellow.png + $(INSTALL_DATA) $(srcdir)/cr16-action-frame_image.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_image.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-source_java.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_java.svgz + $(INSTALL_DATA) $(srcdir)/cr64-mime-font_truetype.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/font_truetype.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_print.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_print.png + $(INSTALL_DATA) $(srcdir)/cr22-action-bookmark.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/bookmark.png + $(INSTALL_DATA) $(srcdir)/cr16-device-compact_flash_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/compact_flash_unmount.png + $(INSTALL_DATA) $(srcdir)/cr48-action-lock.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/lock.png + $(INSTALL_DATA) $(srcdir)/cr16-device-print_class.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/print_class.png + $(INSTALL_DATA) $(srcdir)/cr22-action-folder.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/folder.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-source_h.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_h.png + $(INSTALL_DATA) $(srcdir)/cr22-action-folder_new.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/folder_new.png + $(INSTALL_DATA) $(srcdir)/cr16-device-5floppy_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/5floppy_unmount.png + $(INSTALL_DATA) $(srcdir)/cr22-filesys-trashcan_full.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/trashcan_full.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-tgz.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/tgz.svgz + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_inbox.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_inbox.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-resource.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/resource.png + $(INSTALL_DATA) $(srcdir)/cr22-device-printer1.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/printer1.png + $(INSTALL_DATA) $(srcdir)/cr32-device-system.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/system.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_open.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-txt2.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/txt2.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_txt.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-source_c.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_c.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_orange_open.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_orange_open.svgz + $(INSTALL_DATA) $(srcdir)/cr32-device-cdrom_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdrom_mount.png + $(INSTALL_DATA) $(srcdir)/cr32-action-math_matrix.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_matrix.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-binary.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/binary.png + $(INSTALL_DATA) $(srcdir)/cr16-action-launch.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/launch.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-html.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/html.png + $(INSTALL_DATA) $(srcdir)/cr32-device-smart_media_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/smart_media_unmount.png + $(INSTALL_DATA) $(srcdir)/cr128-device-memory_stick_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/memory_stick_unmount.png + $(INSTALL_DATA) $(srcdir)/cr16-action-view_fit_height.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_fit_height.png + $(INSTALL_DATA) $(srcdir)/crsc-app-kmenu.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps/kmenu.svgz + $(INSTALL_DATA) $(srcdir)/crsc-action-filequickprint.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/filequickprint.svgz + $(INSTALL_DATA) $(srcdir)/cr32-action-window_new.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/window_new.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-vcalendar.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/vcalendar.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-midi.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/midi.png + $(INSTALL_DATA) $(srcdir)/cr16-action-tab_remove_other.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_remove_other.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-postscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/postscript.png + $(INSTALL_DATA) $(srcdir)/crsc-device-camera_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/camera_mount.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-colorpicker.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/colorpicker.png + $(INSTALL_DATA) $(srcdir)/cr48-device-cdrom_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdrom_mount.png + $(INSTALL_DATA) $(srcdir)/cr64-device-printer1.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/printer1.png + $(INSTALL_DATA) $(srcdir)/cr22-action-viewmag-.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/viewmag-.png + $(INSTALL_DATA) $(srcdir)/cr22-action-math_rsup.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_rsup.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-source_cpp.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_cpp.png + $(INSTALL_DATA) $(srcdir)/cr32-action-forward.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/forward.png + $(INSTALL_DATA) $(srcdir)/cr22-action-news_subscribe.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/news_subscribe.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-source_cpp.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_cpp.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-exec_wine.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/exec_wine.svgz + $(INSTALL_DATA) $(srcdir)/cr48-action-filenew.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/filenew.png + $(INSTALL_DATA) $(srcdir)/cr48-device-pda_blue.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/pda_blue.png + $(INSTALL_DATA) $(srcdir)/cr16-action-info.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/info.png + $(INSTALL_DATA) $(srcdir)/cr32-action-undo.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/undo.png + $(INSTALL_DATA) $(srcdir)/cr32-device-ipod_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/ipod_unmount.png + $(INSTALL_DATA) $(srcdir)/cr64-device-print_class.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/print_class.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-exec_wine.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/exec_wine.svgz + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_violet_open.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_violet_open.svgz + $(INSTALL_DATA) $(srcdir)/cr128-mime-txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/txt.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_tar.png + $(INSTALL_DATA) $(srcdir)/cr32-action-mail_post_to.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_post_to.png + $(INSTALL_DATA) $(srcdir)/cr22-app-kmenu.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/kmenu.png + $(INSTALL_DATA) $(srcdir)/cr16-action-text_block.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_block.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-message.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/message.png + $(INSTALL_DATA) $(srcdir)/cr32-action-mail_reply.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_reply.png + $(INSTALL_DATA) $(srcdir)/cr64-device-camera_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/camera_mount.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_locked.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_locked.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-font_bitmap.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/font_bitmap.png + $(INSTALL_DATA) $(srcdir)/cr22-action-frame_formula.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_formula.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-deb.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/deb.png + $(INSTALL_DATA) $(srcdir)/cr16-action-revert.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/revert.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-source_h.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_h.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/tar.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-gf.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/gf.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-bt.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/bt.png + $(INSTALL_DATA) $(srcdir)/cr48-action-add.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/add.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-rpm.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/rpm.svgz + $(INSTALL_DATA) $(srcdir)/cr48-action-eraser.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/eraser.png $(INSTALL_DATA) $(srcdir)/cr128-mime-source_moc.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_moc.png - $(INSTALL_DATA) $(srcdir)/cr32-mime-source.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source.png - $(INSTALL_DATA) $(srcdir)/cr16-action-stamp.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/stamp.png - $(INSTALL_DATA) $(srcdir)/crsc-action-player_start.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_start.svgz - $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_violet_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_violet_open.png - $(INSTALL_DATA) $(srcdir)/crsc-device-mo_umount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/mo_umount.svgz - -uninstall-kde-icons: - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_fit_window.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/rotate_cw.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/exec.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_sound.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/trashcan_full.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/vectorgfx.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_dottednote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdrom_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_orange.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/document2.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_reply.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/show_side_panel.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_violet.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_eightnote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/pdf.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/html.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/finish.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_grey_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/mail_generic.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/tablet.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/sd_mmc_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_red_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/font.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/postscript.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_top_bottom.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_y.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/core.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/exec.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/attach.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/core.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_home2.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/remove.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kword_kwd.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/html.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/start.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_fwd.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_tree.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/memory_stick_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/reload_page.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/usbpendrive_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/compact_flash_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_o.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_l.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps/kmenu.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_multicolumn.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_play.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/binary.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/spreadsheet.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/pipe.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/font_bitmap.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/zip_mount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_j.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/fonts.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/memory.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/deb.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/about_kde.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/down.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/pda_blue.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/configure.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/add.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/share.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/viewmag1.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kmultiple.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/widget_doc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/bt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/ipod_unmount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/network.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/metafont.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_l.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/viewmag-.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdaudio_unmount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/favorites.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/exit.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/network.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_right.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/postscript.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editclear.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_yellow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/remove.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/rpm.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_lsup.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/vcalendar.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/2leftarrow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_txt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_forward.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/news.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/reload_all_tabs.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/file_broken.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/idea.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/reload_all_tabs.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_java.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bookmark.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/blockdevice.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/lock_overlay.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bookmark.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/password.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_dottednote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/completion.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/eraser.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/decrypted.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kspread_ksp.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/karbon_karbon.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/hdd_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_man.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/add.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_super.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editpaste.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_green.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/recycled.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/font_bitmap.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_p.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_eightnote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/sound.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frameprint.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/start.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/previous.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_stop.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_yellow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/edit.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_lsub.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/connect_creating.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/5floppy_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_favorite.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_py.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/memory.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/lock.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/readme.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_man2.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/about_kde.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/next.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kword_kwd.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/5floppy_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_sqrt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_fit_window.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/sd_mmc_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/metafont.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/cdr.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/printer1.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fileopen.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kword_kwd.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kivio_flw.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_right.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/trashcan_full.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/signature.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mouse.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/news_unsubscribe.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_green.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/tgz.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kformula_kfo.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/pdf.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/resource.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editdelete.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_pl.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_fullnote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/mo_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/midi.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/camera_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/karbon_karbon.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/video.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_green_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/binary.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fileexport.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_locked.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdaudio_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/vcalendar.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/txt2.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps/kttsd.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/ftp.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/revert.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/viewmag-.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/pk.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/bt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/fileprint.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/fileclose.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/hdd_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_h.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/project_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/add.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_s.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_image.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/www.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_print.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/blockdevice.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/camera_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/mo_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_under.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_p.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_yellow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/nfs_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fontsizeup.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/ipod_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filter.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/queue.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/deb.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/print_class.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/quicktime.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/spreadsheet.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_new.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/compact_flash_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/window_new.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/edittrash.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/toggle_log.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/lock.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/gettext.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/mouse.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editshred.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/lock_overlay.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/encrypted.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/zip_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/netscape_doc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/news_subscribe.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/2downarrow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_fwd.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/today.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/hdd_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/cdr.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_h.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/pencil.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/smart_media_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/up.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/font_type1.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/revert.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/smart_media_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editclear.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/printer1.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/www.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_o.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/document.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_lsub.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/colorscm.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/view_fit_width.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_eject.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/vectorgfx.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/memory_stick_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/spellcheck.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/memory_stick_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/font_truetype.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/sound.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_stop.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/colorpicker.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editcopy.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/pipe.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps/kmenu.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/dvd_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/image.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/tgz.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/up.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/hdd_mount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_right.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_image.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_l.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/find.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/scanner.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_eightnote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/camera_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kmultiple.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_cross.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/vcard.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_red_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_f.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/vcalendar.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_green_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/info.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/share.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/tablet.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kpresenter_kpr.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/fileopen.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_txt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filenew.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/openterm.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/eraser.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/reload.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/previous.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/gf.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_red.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_home2.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_home.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/core.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_start.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_brackets.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/scanner.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/soffice.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/smart_media_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_paren.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_forward.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bookmark_add.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_text.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/exec.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kpresenter_kpr.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editcut.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/ipod_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/scanner.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_java.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/trashcan_empty.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/top.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/mo_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_strike.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/mo_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/tar.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fontsizedown.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/top.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_matrix.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/memory.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_red_open.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_fit_width.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/apply.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_generic.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/start.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/memory_stick_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_green.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_image.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/vcard.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/compact_flash_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/file_broken.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/readme.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/toggle_log.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/resource.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/spreadsheet.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/sd_mmc_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/rotate_ccw.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/5floppy_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/system.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_yellow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/widget_doc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editpaste.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/cdr.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/connect_established.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_home2.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/apply.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/colorize.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/undo.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/reload.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/server.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_crystal.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/spreadsheet.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/wizard.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_playlist.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/widget_doc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_center.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/wordprocessing.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/bottom.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/rotate.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/network_local.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/rebuild.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/wordprocessing.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_green.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/compact_flash_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/queue.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/today.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_f.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/password.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/decrypted.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filefind.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_onetwomatrix.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/lock_overlay.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kchart_chrt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/encrypted.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/launch.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/unindent.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_natur.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/www.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_o.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kugar_kud.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/1rightarrow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/mail_new.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/contexthelp.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_text.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/ipod_mount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_violet_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/next.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_pl.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdwriter_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mouse.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/html.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_cpp.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/www.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/ipod_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/share.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_cpp.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/stop.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_home2.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_center.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_html.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_brackets.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_f.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/identity.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/karbon_karbon.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/messagebox_critical.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/tv.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/joystick.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/unlock.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/pk.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filesave.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/txt2.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/misc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/spreadsheet.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/mail_get.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/postscript.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/mail_post_to.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_detailed.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_under.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_post_to.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_video.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/desktop.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fileprint.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/bookmark_add.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_grey_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/messagebox_info.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/fileclose.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_y.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdrom_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_py.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filenew.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bookmark_toolbar.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_brace.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_tree.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/contents.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/cdaudio_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/1downarrow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kexi_kexi.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_under.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/widget_doc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/txt2.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_fermatenote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/show_side_panel.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_crystal.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/make.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/joystick.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_find.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_py.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/krita_kra.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/unlock.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/shellscript.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/midi.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/filequickprint.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/exec.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_locked.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/font.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/camera_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/crop.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_outbox.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/window_fullscreen.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/compact_flash_unmount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/koffice.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/project_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/dvd_unmount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_print.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kivio_flw.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/gf.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/tar.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kmultiple.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/recycled.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/contexthelp.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_locked.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fileclose.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_pause.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fileclose.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_sum.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/thumbnail.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_32ndnote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/today.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_query.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/ipod_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/file_locked.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/news_subscribe.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/stop.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/memory_stick_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/pda_black.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/run.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/html.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filesaveas.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_sub.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/contents2.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/emptytrash.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/save_all.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/lock_overlay.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/gohome.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fileimport.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/usbpendrive_unmount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/help.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_green.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_txt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_fit_window.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/connect_established.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_cpp.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/goto.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_h.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/usbpendrive_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/cdimage.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/zip.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_py.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_image.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_duplicate.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_important.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_natur.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_choose.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/idea.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/fileopen.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/smart_media_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/cdimage.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_video.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/mail_new.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/colorpicker.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/readme.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde6.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/zip_overlay.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/ipod_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/system.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_locked.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fileopen.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/vcard.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdaudio_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/mail_post_to.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_grey_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/desktop.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/undo.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/compfile.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/metafont.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/mozilla_doc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_halfnote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/contents.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/blend.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_strike.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/usbpendrive_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/info.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/pda_black.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/network.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_violet.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_s.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/ascii.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_violet.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_fit_height.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/chardevice.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/zip_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_cpp.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/network_local.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/home_white.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps/password.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/link_overlay.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/stop.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_py.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/vcard.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/cdimage.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/hdd_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/back.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/tv.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_bold.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_edit.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/bt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_locked.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/chardevice.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/launch.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_fwd.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/rebuild.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_java.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kivio_flw.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_text.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_matrix.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/colorpicker.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_red.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/3floppy_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/window_nofullscreen.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/desktop.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/history_clear.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/camera_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/file_temporary.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/nfs_mount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/trashcan_empty.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/txt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_j.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_py.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/netscape_doc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_php.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_send.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_j.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/ipod_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/5floppy_mount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fill.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/camera_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/ascii.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdaudio_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/message.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/shellscript.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/configure.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/cdtrack.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/encrypted.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/remove.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/network_local.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/gf.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_py.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_favorite.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/dvi.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/font_truetype.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/metafont.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/emptytrash.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_orange.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/applix.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_red_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_sub.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_find.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_generic.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/frameprint.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdwriter_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/gettext.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_important.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/queue.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_italic.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/make.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/misc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/reload.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_j.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/pda_blue.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/txt2.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/postscript.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/eraser.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/add.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps/kttsd.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/applix.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/ascii.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/zip_overlay.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/make_kdevelop.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/remove.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_remove.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/soffice.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/identity.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/lock_overlay.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_left.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/quicktime.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kmultiple.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/vcard.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/memory_stick_mount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/about_kde.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/memory_stick_unmount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde5.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_rsup.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdrom_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_block.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/history.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_left_right.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/rpm.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/fileclose.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdaudio_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/gf.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/template_source.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_html.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/misc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/key_enter.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/temporary.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/shellscript.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/compact_flash_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/mo_mount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/down.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/wizard.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/document2.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_orange_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/txt2.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/template_source.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kexi_kexi.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_lsup.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_java.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/rotate.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/desktop.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/zip_unmount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_crystal.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_green_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/contents2.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/gear.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/krita_kra.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/5floppy_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_generic.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_quarternote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/window_new.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fileimport.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/button_ok.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/clear_left.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_c.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/network_local.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_get.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_remove.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/filenew.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/template_source.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_post_to.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_moc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kformula_kfo.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_man.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/metafont.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/zip_overlay.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/halfencrypted.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/mozilla_doc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/camera_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_yellow_open.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/log.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_moc.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_fullnote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/move.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_post_to3.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/txt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/make.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_new.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/redo.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/viewmag.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_y.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fontsizeup.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_remove.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/switchuser.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_php.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/reload_all_tabs.svgz + $(INSTALL_DATA) $(srcdir)/cr16-mime-txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/txt.png + $(INSTALL_DATA) $(srcdir)/cr22-action-text_italic.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_italic.png + $(INSTALL_DATA) $(srcdir)/cr32-action-bookmark.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bookmark.png + $(INSTALL_DATA) $(srcdir)/cr64-action-favorites.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/favorites.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-deb.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/deb.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_txt.png + $(INSTALL_DATA) $(srcdir)/cr16-action-tab_new_bg.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_new_bg.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-kivio_flw.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kivio_flw.png + $(INSTALL_DATA) $(srcdir)/cr32-action-filequickprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filequickprint.png + $(INSTALL_DATA) $(srcdir)/cr22-action-top.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/top.png + $(INSTALL_DATA) $(srcdir)/cr32-action-fileimport.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/fileimport.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_locked.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_locked.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-kugar_kud.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kugar_kud.png + $(INSTALL_DATA) $(srcdir)/cr48-device-usbpendrive_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/usbpendrive_mount.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-pipe.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/pipe.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_orange_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_orange_open.png + $(INSTALL_DATA) $(srcdir)/cr32-action-fileclose.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/fileclose.png + $(INSTALL_DATA) $(srcdir)/cr64-device-cdaudio_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdaudio_unmount.png + $(INSTALL_DATA) $(srcdir)/crsc-action-frameprint.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/frameprint.svgz + $(INSTALL_DATA) $(srcdir)/cr16-mime-spreadsheet.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/spreadsheet.png + $(INSTALL_DATA) $(srcdir)/cr32-action-view_right.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_right.png + $(INSTALL_DATA) $(srcdir)/cr128-device-smart_media_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/smart_media_mount.png + $(INSTALL_DATA) $(srcdir)/cr22-action-unlock.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/unlock.png + $(INSTALL_DATA) $(srcdir)/cr22-action-reload_page.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/reload_page.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_yellow_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_yellow_open.png + $(INSTALL_DATA) $(srcdir)/cr22-action-viewmag+.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/viewmag+.png + $(INSTALL_DATA) $(srcdir)/cr22-action-connect_no.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/connect_no.png + $(INSTALL_DATA) $(srcdir)/cr32-action-player_stop.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_stop.png + $(INSTALL_DATA) $(srcdir)/cr22-device-print_class.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/print_class.png + $(INSTALL_DATA) $(srcdir)/cr22-device-compact_flash_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/compact_flash_unmount.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/empty.png + $(INSTALL_DATA) $(srcdir)/cr48-device-ipod_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/ipod_unmount.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-netscape_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/netscape_doc.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-pk.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/pk.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-source_cpp.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_cpp.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-txt.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/txt.svgz + $(INSTALL_DATA) $(srcdir)/crsc-device-joystick.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/joystick.svgz + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_image.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_image.png + $(INSTALL_DATA) $(srcdir)/cr22-action-math_paren.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_paren.png + $(INSTALL_DATA) $(srcdir)/cr32-action-goto.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/goto.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-wordprocessing.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/wordprocessing.png + $(INSTALL_DATA) $(srcdir)/cr48-device-usbpendrive_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/usbpendrive_unmount.png + $(INSTALL_DATA) $(srcdir)/cr32-action-filefind.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filefind.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-metafont.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/metafont.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-trashcan_full.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/trashcan_full.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_orange.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_orange.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-make.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/make.png + $(INSTALL_DATA) $(srcdir)/cr16-action-music_flat.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_flat.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-file_locked.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/file_locked.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_grey.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_grey.svgz + $(INSTALL_DATA) $(srcdir)/cr32-device-cdrom_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdrom_unmount.png + $(INSTALL_DATA) $(srcdir)/cr16-action-help.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/help.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-message.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/message.png + $(INSTALL_DATA) $(srcdir)/cr22-action-frame_image.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_image.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_yellow.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_yellow.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_tar.png + $(INSTALL_DATA) $(srcdir)/crsc-device-smartmedia_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/smartmedia_mount.svgz + $(INSTALL_DATA) $(srcdir)/cr48-filesys-network.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/network.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-cdtrack.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/cdtrack.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_grey_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_grey_open.png + $(INSTALL_DATA) $(srcdir)/cr16-action-view_bottom.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_bottom.png + $(INSTALL_DATA) $(srcdir)/cr32-device-smart_media_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/smart_media_mount.png + $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_yellow_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_yellow_open.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_red_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_red_open.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_yellow_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_yellow_open.png + $(INSTALL_DATA) $(srcdir)/cr32-action-redo.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/redo.png + $(INSTALL_DATA) $(srcdir)/cr22-action-news_unsubscribe.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/news_unsubscribe.png + $(INSTALL_DATA) $(srcdir)/cr32-action-view_fit_window.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_fit_window.png + $(INSTALL_DATA) $(srcdir)/cr32-action-math_rsub.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_rsub.png + $(INSTALL_DATA) $(srcdir)/cr16-action-frame_spreadsheet.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_spreadsheet.png + $(INSTALL_DATA) $(srcdir)/cr128-device-system.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/system.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-txt.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/txt.png + $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_violet_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_violet_open.png + $(INSTALL_DATA) $(srcdir)/cr32-action-reload_page.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/reload_page.png + $(INSTALL_DATA) $(srcdir)/crsc-device-5floppy_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/5floppy_mount.svgz + $(INSTALL_DATA) $(srcdir)/cr22-mime-kspread_ksp.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kspread_ksp.png + $(INSTALL_DATA) $(srcdir)/cr22-action-view_tree.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_tree.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-trashcan_empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/trashcan_empty.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-unknown.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/unknown.png + $(INSTALL_DATA) $(srcdir)/cr16-action-idea.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/idea.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-dvi.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/dvi.png + $(INSTALL_DATA) $(srcdir)/cr64-device-memory_stick_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/memory_stick_mount.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_yellow.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_yellow.svgz + $(INSTALL_DATA) $(srcdir)/cr48-mime-vcalendar.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/vcalendar.png + $(INSTALL_DATA) $(srcdir)/cr32-action-rightjust.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/rightjust.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-file_important.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/file_important.svgz + $(INSTALL_DATA) $(srcdir)/crsc-mime-message.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/message.svgz + $(INSTALL_DATA) $(srcdir)/cr32-mime-kchart_chrt.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kchart_chrt.png + $(INSTALL_DATA) $(srcdir)/cr48-action-misc.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/misc.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-core.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/core.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-tgz.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/tgz.png + $(INSTALL_DATA) $(srcdir)/cr16-action-compfile.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/compfile.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-network_local.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/network_local.png + $(INSTALL_DATA) $(srcdir)/cr32-action-eraser.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/eraser.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-source_py.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_py.png + $(INSTALL_DATA) $(srcdir)/cr48-action-up.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/up.png + $(INSTALL_DATA) $(srcdir)/cr48-action-rotate_ccw.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/rotate_ccw.png + $(INSTALL_DATA) $(srcdir)/cr32-action-charset.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/charset.png + $(INSTALL_DATA) $(srcdir)/cr32-action-mouse.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mouse.png + $(INSTALL_DATA) $(srcdir)/cr16-action-run.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/run.png + $(INSTALL_DATA) $(srcdir)/cr32-device-nfs_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/nfs_mount.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-source_j.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_j.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-vcard.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/vcard.png + $(INSTALL_DATA) $(srcdir)/cr16-action-filefind.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filefind.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-source_y.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_y.png + $(INSTALL_DATA) $(srcdir)/cr64-action-player_play.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/player_play.png + $(INSTALL_DATA) $(srcdir)/cr16-device-hdd_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/hdd_mount.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-colorscm.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/colorscm.svgz + $(INSTALL_DATA) $(srcdir)/crsc-mime-source_o.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_o.svgz + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_locked.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_locked.png + $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_orange_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_orange_open.png + $(INSTALL_DATA) $(srcdir)/cr22-action-decrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/decrypted.png + $(INSTALL_DATA) $(srcdir)/cr16-action-queue.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/queue.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-network.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/network.png + $(INSTALL_DATA) $(srcdir)/cr22-action-inline_image.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/inline_image.png + $(INSTALL_DATA) $(srcdir)/cr22-action-frameprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frameprint.png + $(INSTALL_DATA) $(srcdir)/cr16-action-translate.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/translate.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-source_h.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_h.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-cdtrack.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/cdtrack.png + $(INSTALL_DATA) $(srcdir)/cr64-device-sd_mmc_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/sd_mmc_unmount.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_favorite.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_favorite.png + $(INSTALL_DATA) $(srcdir)/cr32-action-text_under.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_under.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-pk.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/pk.png + $(INSTALL_DATA) $(srcdir)/cr22-action-fill.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fill.png + $(INSTALL_DATA) $(srcdir)/cr48-action-rotate_cw.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/rotate_cw.png + $(INSTALL_DATA) $(srcdir)/cr16-action-filenew.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filenew.png + $(INSTALL_DATA) $(srcdir)/cr16-action-mail_reply.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_reply.png + $(INSTALL_DATA) $(srcdir)/cr32-action-compfile.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/compfile.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-source_moc.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_moc.svgz + $(INSTALL_DATA) $(srcdir)/cr16-device-pda_blue.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/pda_blue.png + $(INSTALL_DATA) $(srcdir)/cr22-action-math_frac.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_frac.png + $(INSTALL_DATA) $(srcdir)/cr22-action-music_halfnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_halfnote.png + $(INSTALL_DATA) $(srcdir)/cr16-action-blend.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/blend.png + $(INSTALL_DATA) $(srcdir)/cr22-action-math_lsub.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_lsub.png + $(INSTALL_DATA) $(srcdir)/cr32-action-project_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/project_open.png + $(INSTALL_DATA) $(srcdir)/crsc-action-mail_generic.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/mail_generic.svgz + $(INSTALL_DATA) $(srcdir)/cr22-mime-kchart_chrt.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kchart_chrt.png + $(INSTALL_DATA) $(srcdir)/cr32-action-locationbar_erase.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/locationbar_erase.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-binary.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/binary.svgz + $(INSTALL_DATA) $(srcdir)/crsc-device-mouse.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/mouse.svgz + $(INSTALL_DATA) $(srcdir)/cr64-mime-kchart_chrt.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kchart_chrt.png + $(INSTALL_DATA) $(srcdir)/cr22-action-frame_query.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_query.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-source_php.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_php.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-font_type1.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/font_type1.png + $(INSTALL_DATA) $(srcdir)/cr16-action-gohome.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/gohome.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-source_h.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_h.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-kformula_kfo.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kformula_kfo.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-widget_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/widget_doc.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-trashcan_full.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/trashcan_full.png + $(INSTALL_DATA) $(srcdir)/crsc-action-text_strike.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_strike.svgz + $(INSTALL_DATA) $(srcdir)/cr128-mime-metafont.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/metafont.png + $(INSTALL_DATA) $(srcdir)/cr16-action-next.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/next.png + $(INSTALL_DATA) $(srcdir)/cr16-action-tab_remove.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_remove.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_violet.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_violet.png + $(INSTALL_DATA) $(srcdir)/cr32-action-button_ok.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/button_ok.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_print.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_print.png + $(INSTALL_DATA) $(srcdir)/cr32-action-unlock.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/unlock.png + $(INSTALL_DATA) $(srcdir)/cr16-action-save_all.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/save_all.png + $(INSTALL_DATA) $(srcdir)/cr64-device-blockdevice.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/blockdevice.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-source_php.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_php.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-colorscm.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/colorscm.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_tar.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_important.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_important.png + $(INSTALL_DATA) $(srcdir)/cr32-action-window_fullscreen.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/window_fullscreen.png + $(INSTALL_DATA) $(srcdir)/cr64-device-sd_mmc_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/sd_mmc_mount.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-link_overlay.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/link_overlay.svgz + $(INSTALL_DATA) $(srcdir)/cr128-mime-exec_wine.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/exec_wine.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-font_truetype.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/font_truetype.png + $(INSTALL_DATA) $(srcdir)/cr128-device-hdd_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/hdd_mount.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_grey_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_grey_open.png + $(INSTALL_DATA) $(srcdir)/cr22-device-camera_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/camera_unmount.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-karbon_karbon.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/karbon_karbon.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-gettext.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/gettext.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-deb.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/deb.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-pdf.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/pdf.png + $(INSTALL_DATA) $(srcdir)/cr32-device-mo_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/mo_mount.png + $(INSTALL_DATA) $(srcdir)/cr16-action-player_rew.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_rew.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-gettext.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/gettext.png + $(INSTALL_DATA) $(srcdir)/cr32-device-tv.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/tv.png + $(INSTALL_DATA) $(srcdir)/cr32-action-show_side_panel.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/show_side_panel.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-source_l.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_l.svgz + $(INSTALL_DATA) $(srcdir)/cr16-mime-source_moc.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_moc.png + $(INSTALL_DATA) $(srcdir)/crsc-device-5floppy_unmount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/5floppy_unmount.svgz + $(INSTALL_DATA) $(srcdir)/cr32-action-lock.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/lock.png + $(INSTALL_DATA) $(srcdir)/cr22-action-2rightarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/2rightarrow.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-kivio_flw.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kivio_flw.png + $(INSTALL_DATA) $(srcdir)/cr22-filesys-www.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/www.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-man.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/man.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-source_moc.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_moc.png + $(INSTALL_DATA) $(srcdir)/cr32-device-3floppy_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/3floppy_unmount.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_orange.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_orange.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-kpresenter_kpr.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kpresenter_kpr.png + $(INSTALL_DATA) $(srcdir)/cr22-action-math_int.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_int.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-kformula_kfo.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kformula_kfo.png + $(INSTALL_DATA) $(srcdir)/cr16-action-filter.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filter.png + $(INSTALL_DATA) $(srcdir)/cr22-action-rotate.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/rotate.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-binary.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/binary.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_sound.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_violet_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_violet_open.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-desktop.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/desktop.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-trashcan_empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/trashcan_empty.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_html.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_html.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/empty.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-html.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/html.svgz + $(INSTALL_DATA) $(srcdir)/cr32-action-fileprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/fileprint.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-html.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/html.png + $(INSTALL_DATA) $(srcdir)/cr22-action-button_cancel.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/button_cancel.png + $(INSTALL_DATA) $(srcdir)/cr22-action-mouse.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mouse.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-kmultiple.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kmultiple.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-network.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/network.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-kword_kwd.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kword_kwd.png + $(INSTALL_DATA) $(srcdir)/cr32-action-kdevelop_down.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/kdevelop_down.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-source_p.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_p.png + $(INSTALL_DATA) $(srcdir)/cr32-device-cdaudio_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdaudio_unmount.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-binary.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/binary.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-sound.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/sound.svgz + $(INSTALL_DATA) $(srcdir)/cr22-action-bookmark_add.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/bookmark_add.png + $(INSTALL_DATA) $(srcdir)/cr32-action-rebuild.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/rebuild.png + $(INSTALL_DATA) $(srcdir)/cr22-action-1uparrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/1uparrow.png + $(INSTALL_DATA) $(srcdir)/cr16-action-mail_replylist.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_replylist.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-krita_kra.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/krita_kra.png + $(INSTALL_DATA) $(srcdir)/cr16-action-reload_page.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/reload_page.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-quicktime.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/quicktime.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-kpresenter_kpr.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kpresenter_kpr.png + $(INSTALL_DATA) $(srcdir)/cr32-action-top.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/top.png + $(INSTALL_DATA) $(srcdir)/cr32-action-text_right.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_right.png + $(INSTALL_DATA) $(srcdir)/cr32-device-blockdevice.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/blockdevice.png + $(INSTALL_DATA) $(srcdir)/cr128-device-camera_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/camera_unmount.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-font_type1.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/font_type1.svgz + $(INSTALL_DATA) $(srcdir)/cr22-mime-make.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/make.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_image.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_image.png + $(INSTALL_DATA) $(srcdir)/cr22-action-locationbar_erase.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/locationbar_erase.png + $(INSTALL_DATA) $(srcdir)/cr32-action-mail_generic.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_generic.png + $(INSTALL_DATA) $(srcdir)/cr32-action-attach.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/attach.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-midi.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/midi.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_man2.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_man2.svgz + $(INSTALL_DATA) $(srcdir)/cr22-action-gohome.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/gohome.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-file_temporary.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/file_temporary.png + $(INSTALL_DATA) $(srcdir)/crsc-action-player_stop.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_stop.svgz + $(INSTALL_DATA) $(srcdir)/cr22-filesys-folder_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_open.png + $(INSTALL_DATA) $(srcdir)/cr22-action-save_all.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/save_all.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-source_l.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_l.png + $(INSTALL_DATA) $(srcdir)/cr32-action-down.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/down.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-trashcan_full.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/trashcan_full.png + $(INSTALL_DATA) $(srcdir)/cr22-action-filefind.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filefind.png + $(INSTALL_DATA) $(srcdir)/cr22-device-system.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/system.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-karbon_karbon.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/karbon_karbon.png + $(INSTALL_DATA) $(srcdir)/cr32-action-find.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/find.png + $(INSTALL_DATA) $(srcdir)/cr22-action-view_choose.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_choose.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-document.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/document.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-koffice.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/koffice.png + $(INSTALL_DATA) $(srcdir)/cr16-action-1leftarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/1leftarrow.png + $(INSTALL_DATA) $(srcdir)/crsc-action-mail_get.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/mail_get.svgz + $(INSTALL_DATA) $(srcdir)/crsc-action-gohome.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/gohome.svgz + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_violet_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_violet_open.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-txt2.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/txt2.svgz + $(INSTALL_DATA) $(srcdir)/cr64-filesys-file_broken.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/file_broken.png + $(INSTALL_DATA) $(srcdir)/cr32-action-filenew.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filenew.png + $(INSTALL_DATA) $(srcdir)/crsc-device-nfs_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/nfs_mount.svgz + $(INSTALL_DATA) $(srcdir)/cr22-action-view_fit_window.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_fit_window.png + $(INSTALL_DATA) $(srcdir)/cr64-device-nfs_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/nfs_unmount.png + $(INSTALL_DATA) $(srcdir)/cr22-action-color_line.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/color_line.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-misc.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/misc.png + $(INSTALL_DATA) $(srcdir)/cr64-device-memory_stick_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/memory_stick_unmount.png + $(INSTALL_DATA) $(srcdir)/cr16-action-editdelete.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editdelete.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-template_source.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/template_source.png + $(INSTALL_DATA) $(srcdir)/cr16-action-eraser.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/eraser.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-vcard.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/vcard.png + $(INSTALL_DATA) $(srcdir)/cr32-device-chardevice.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/chardevice.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-source_f.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_f.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-back.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/back.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-readme.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/readme.png + $(INSTALL_DATA) $(srcdir)/cr16-action-frame_text.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_text.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_important.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_important.svgz + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_print.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_print.png + $(INSTALL_DATA) $(srcdir)/cr48-device-cdaudio_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdaudio_unmount.png + $(INSTALL_DATA) $(srcdir)/cr22-action-fontsizeup.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fontsizeup.png + $(INSTALL_DATA) $(srcdir)/cr22-action-clear_left.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/clear_left.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-man.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/man.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-kpresenter_kpr.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kpresenter_kpr.png + $(INSTALL_DATA) $(srcdir)/cr16-action-bookmark_add.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bookmark_add.png + $(INSTALL_DATA) $(srcdir)/cr32-action-music_eightnote.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_eightnote.png + $(INSTALL_DATA) $(srcdir)/cr16-action-editcut.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editcut.png + $(INSTALL_DATA) $(srcdir)/cr16-action-window_new.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/window_new.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-vcalendar.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/vcalendar.svgz + $(INSTALL_DATA) $(srcdir)/cr32-mime-pdf.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/pdf.png + $(INSTALL_DATA) $(srcdir)/cr22-action-rotate_ccw.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/rotate_ccw.png + $(INSTALL_DATA) $(srcdir)/cr22-action-goto.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/goto.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_violet.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_violet.svgz + $(INSTALL_DATA) $(srcdir)/cr128-filesys-zip_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/zip_overlay.png + $(INSTALL_DATA) $(srcdir)/cr32-action-bottom.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bottom.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-source_moc.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_moc.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_orange.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_orange.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-colorscm.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/colorscm.png + $(INSTALL_DATA) $(srcdir)/cr22-device-hdd_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/hdd_unmount.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-exec_wine.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/exec_wine.png + $(INSTALL_DATA) $(srcdir)/crsc-device-dvd_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/dvd_mount.svgz + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_crystal.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_crystal.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-temporary.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/temporary.svgz + $(INSTALL_DATA) $(srcdir)/cr16-filesys-network.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/network.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_video.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_video.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-quicktime.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/quicktime.png + $(INSTALL_DATA) $(srcdir)/cr64-device-cdrom_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdrom_mount.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-source.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_print.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_print.svgz + $(INSTALL_DATA) $(srcdir)/cr22-action-reload_all_tabs.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/reload_all_tabs.png + $(INSTALL_DATA) $(srcdir)/crsc-device-mo_umount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/mo_umount.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-bookmarks_list_add.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bookmarks_list_add.png + $(INSTALL_DATA) $(srcdir)/cr32-action-remove.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/remove.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-source_o.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_o.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-ascii.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/ascii.png + $(INSTALL_DATA) $(srcdir)/cr16-action-fileimport.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fileimport.png + $(INSTALL_DATA) $(srcdir)/cr32-device-camera_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/camera_unmount.png + $(INSTALL_DATA) $(srcdir)/cr32-action-view_icon.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_icon.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-bt.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/bt.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-karbon_karbon.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/karbon_karbon.png + $(INSTALL_DATA) $(srcdir)/cr22-action-filequickprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filequickprint.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-source_h.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_h.png + $(INSTALL_DATA) $(srcdir)/cr22-action-mail_send.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_send.png + $(INSTALL_DATA) $(srcdir)/cr16-action-rotate_cw.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/rotate_cw.png + $(INSTALL_DATA) $(srcdir)/cr16-action-edit.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/edit.png + $(INSTALL_DATA) $(srcdir)/cr22-action-player_playlist.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_playlist.png + $(INSTALL_DATA) $(srcdir)/cr32-action-editdelete.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editdelete.png + $(INSTALL_DATA) $(srcdir)/cr22-action-next.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/next.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_home.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_home.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-link_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/link_overlay.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_yellow.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_yellow.png + $(INSTALL_DATA) $(srcdir)/cr22-action-signature.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/signature.png + $(INSTALL_DATA) $(srcdir)/cr32-action-player_fwd.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_fwd.png + $(INSTALL_DATA) $(srcdir)/crsc-device-system.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/system.svgz + $(INSTALL_DATA) $(srcdir)/cr48-mime-font_truetype.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/font_truetype.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-file_broken.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/file_broken.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-file_locked.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/file_locked.svgz + $(INSTALL_DATA) $(srcdir)/cr48-device-nfs_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/nfs_unmount.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-source_l.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_l.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_favorite.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_favorite.png + $(INSTALL_DATA) $(srcdir)/cr22-action-math_matrix.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_matrix.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-pdf.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/pdf.svgz + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_green.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_green.svgz + $(INSTALL_DATA) $(srcdir)/cr32-mime-font_type1.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/font_type1.png + $(INSTALL_DATA) $(srcdir)/cr16-action-filesave.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filesave.png + $(INSTALL_DATA) $(srcdir)/crsc-action-view_fit_window.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/view_fit_window.svgz + $(INSTALL_DATA) $(srcdir)/cr128-mime-txt2.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/txt2.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-vcard.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/vcard.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-pk.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/pk.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-core.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/core.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-krita_kra.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/krita_kra.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-source_moc.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_moc.png + $(INSTALL_DATA) $(srcdir)/cr32-action-viewmag1.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/viewmag1.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-cdtrack.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/cdtrack.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_green.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_green.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-vectorgfx.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/vectorgfx.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-cdtrack.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/cdtrack.png + $(INSTALL_DATA) $(srcdir)/cr32-action-music_quarternote.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_quarternote.png + $(INSTALL_DATA) $(srcdir)/cr48-device-zip_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/zip_unmount.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-postscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/postscript.png + $(INSTALL_DATA) $(srcdir)/cr16-device-nfs_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/nfs_mount.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-network_local.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/network_local.png + $(INSTALL_DATA) $(srcdir)/cr48-device-hdd_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/hdd_mount.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-lock_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/lock_overlay.png + $(INSTALL_DATA) $(srcdir)/cr16-action-today.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/today.png + $(INSTALL_DATA) $(srcdir)/cr32-app-kmenu.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/apps/kmenu.png + $(INSTALL_DATA) $(srcdir)/crsc-action-wizard.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/wizard.svgz + $(INSTALL_DATA) $(srcdir)/crsc-filesys-home_blue.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/home_blue.svgz + $(INSTALL_DATA) $(srcdir)/cr32-action-player_start.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_start.png + $(INSTALL_DATA) $(srcdir)/cr48-device-system.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/system.png + $(INSTALL_DATA) $(srcdir)/cr22-action-centrejust.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/centrejust.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_blue_open.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_blue_open.svgz + $(INSTALL_DATA) $(srcdir)/cr32-action-math_frac.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_frac.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-log.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/log.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-metafont.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/metafont.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-filequickprint.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filequickprint.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-source_h.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_h.svgz + $(INSTALL_DATA) $(srcdir)/crsc-action-add.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/add.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-math_abs.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_abs.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-desktop.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/desktop.png + $(INSTALL_DATA) $(srcdir)/cr22-action-text_center.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_center.png + $(INSTALL_DATA) $(srcdir)/cr32-action-view_left_right.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_left_right.png + $(INSTALL_DATA) $(srcdir)/cr32-action-start.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/start.png + $(INSTALL_DATA) $(srcdir)/cr16-action-fileexport.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fileexport.png + $(INSTALL_DATA) $(srcdir)/cr16-action-math_brackets.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_brackets.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_favorite.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_favorite.png + $(INSTALL_DATA) $(srcdir)/crsc-action-about_kde.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/about_kde.svgz + $(INSTALL_DATA) $(srcdir)/cr22-device-memory_stick_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/memory_stick_mount.png + $(INSTALL_DATA) $(srcdir)/cr64-device-pda_blue.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/pda_blue.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-mozilla_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/mozilla_doc.png + $(INSTALL_DATA) $(srcdir)/cr16-action-fill.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fill.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-cdr.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/cdr.png + $(INSTALL_DATA) $(srcdir)/cr22-action-view_icon.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_icon.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-vectorgfx.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/vectorgfx.png + $(INSTALL_DATA) $(srcdir)/cr32-action-fileopen.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/fileopen.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-widget_doc.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/widget_doc.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-source_l.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_l.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-ftp.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/ftp.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-txt2.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/txt2.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_red.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_red.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-desktop.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/desktop.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_html.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_html.svgz + $(INSTALL_DATA) $(srcdir)/cr32-mime-font_bitmap.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/font_bitmap.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_image.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_image.svgz + $(INSTALL_DATA) $(srcdir)/cr64-device-scanner.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/scanner.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-rpm.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/rpm.png + $(INSTALL_DATA) $(srcdir)/cr16-action-color_fill.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/color_fill.png + $(INSTALL_DATA) $(srcdir)/cr16-action-tab_new.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_new.png + $(INSTALL_DATA) $(srcdir)/cr22-action-add.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/add.png + $(INSTALL_DATA) $(srcdir)/cr16-action-mail_new.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_new.png + $(INSTALL_DATA) $(srcdir)/cr16-action-finish.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/finish.png + $(INSTALL_DATA) $(srcdir)/cr22-action-undo.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/undo.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-trashcan_empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/trashcan_empty.png + $(INSTALL_DATA) $(srcdir)/cr48-action-kde.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/kde.png + $(INSTALL_DATA) $(srcdir)/crsc-action-forward.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/forward.svgz + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_red.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_red.svgz + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_home.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_home.png + $(INSTALL_DATA) $(srcdir)/cr22-action-bookmarks_list_add.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/bookmarks_list_add.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-shellscript.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/shellscript.png + $(INSTALL_DATA) $(srcdir)/cr22-action-2leftarrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/2leftarrow.png + $(INSTALL_DATA) $(srcdir)/cr22-device-joystick.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/joystick.png + $(INSTALL_DATA) $(srcdir)/cr64-device-hdd_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/hdd_mount.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-vcard.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/vcard.png + $(INSTALL_DATA) $(srcdir)/cr32-device-5floppy_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/5floppy_unmount.png + $(INSTALL_DATA) $(srcdir)/cr16-action-up.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/up.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_violet_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_violet_open.png + $(INSTALL_DATA) $(srcdir)/cr48-action-indent.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/indent.png + $(INSTALL_DATA) $(srcdir)/cr22-action-message_reply.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/message_reply.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-image.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/image.png + $(INSTALL_DATA) $(srcdir)/cr22-action-view_detailed.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_detailed.png + $(INSTALL_DATA) $(srcdir)/cr22-action-mail_new3.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_new3.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-server.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/server.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_green.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_green.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-quicktime.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/quicktime.png + $(INSTALL_DATA) $(srcdir)/cr16-action-music_dottednote.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_dottednote.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-document2.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/document2.png + $(INSTALL_DATA) $(srcdir)/cr16-action-find.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/find.png + $(INSTALL_DATA) $(srcdir)/cr22-action-player_play.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_play.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-log.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/log.png + $(INSTALL_DATA) $(srcdir)/cr64-device-memory.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/memory.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_print.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_print.png + $(INSTALL_DATA) $(srcdir)/cr32-action-rotate_cw.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/rotate_cw.png + $(INSTALL_DATA) $(srcdir)/cr22-action-window_nofullscreen.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/window_nofullscreen.png + $(INSTALL_DATA) $(srcdir)/cr16-action-lock.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/lock.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-kugar_kud.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kugar_kud.png + $(INSTALL_DATA) $(srcdir)/cr22-action-apply.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/apply.png + $(INSTALL_DATA) $(srcdir)/cr32-action-reload_all_tabs.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/reload_all_tabs.png + $(INSTALL_DATA) $(srcdir)/cr22-action-back.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/back.png + $(INSTALL_DATA) $(srcdir)/crsc-device-usbpendrive_mount.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/usbpendrive_mount.svgz + $(INSTALL_DATA) $(srcdir)/cr128-mime-image.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/image.png + $(INSTALL_DATA) $(srcdir)/cr32-mime-kugar_kud.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kugar_kud.png + $(INSTALL_DATA) $(srcdir)/cr32-action-text_bold.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_bold.png + $(INSTALL_DATA) $(srcdir)/cr16-action-no.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/no.png + $(INSTALL_DATA) $(srcdir)/cr64-device-hdd_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/hdd_unmount.png + $(INSTALL_DATA) $(srcdir)/cr48-action-rotate.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/rotate.png + $(INSTALL_DATA) $(srcdir)/crsc-action-player_play.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_play.svgz + $(INSTALL_DATA) $(srcdir)/cr64-device-cdaudio_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdaudio_mount.png + $(INSTALL_DATA) $(srcdir)/cr22-action-view_right.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_right.png + $(INSTALL_DATA) $(srcdir)/cr22-action-music_natur.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_natur.png + $(INSTALL_DATA) $(srcdir)/crsc-action-colorpicker.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/colorpicker.svgz + $(INSTALL_DATA) $(srcdir)/cr16-device-smart_media_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/smart_media_unmount.png + $(INSTALL_DATA) $(srcdir)/cr32-action-switchuser.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/switchuser.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-zip.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/zip.png + $(INSTALL_DATA) $(srcdir)/cr16-action-mail_get.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_get.png + $(INSTALL_DATA) $(srcdir)/cr128-mime-source_h.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_h.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-trashcan_empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/trashcan_empty.png + $(INSTALL_DATA) $(srcdir)/crsc-action-launch.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/launch.svgz + $(INSTALL_DATA) $(srcdir)/cr48-device-memory_stick_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/memory_stick_unmount.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-zip.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/zip.png + $(INSTALL_DATA) $(srcdir)/cr16-action-encrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/encrypted.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-rpm.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/rpm.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-gettext.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/gettext.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-tar.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/tar.png + $(INSTALL_DATA) $(srcdir)/cr16-device-sd_mmc_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/sd_mmc_unmount.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_man.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_man.png + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_image.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_image.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-empty.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/empty.png + $(INSTALL_DATA) $(srcdir)/cr32-action-view_bottom.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_bottom.png + $(INSTALL_DATA) $(srcdir)/cr32-action-viewmag.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/viewmag.png + $(INSTALL_DATA) $(srcdir)/cr22-action-filesave.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filesave.png + $(INSTALL_DATA) $(srcdir)/cr32-action-viewmagfit.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/viewmagfit.png + $(INSTALL_DATA) $(srcdir)/cr48-device-3floppy_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/3floppy_unmount.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_html.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_html.png + $(INSTALL_DATA) $(srcdir)/cr22-action-math_brackets.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_brackets.png + $(INSTALL_DATA) $(srcdir)/cr32-action-connect_no.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/connect_no.png + $(INSTALL_DATA) $(srcdir)/crsc-filesys-folder_home.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_home.svgz + $(INSTALL_DATA) $(srcdir)/cr32-filesys-folder_crystal.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_crystal.png + $(INSTALL_DATA) $(srcdir)/cr22-action-misc.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/misc.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-font.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/font.png + $(INSTALL_DATA) $(srcdir)/cr32-action-gear.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/gear.png + $(INSTALL_DATA) $(srcdir)/cr16-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps/kttsd.png + $(INSTALL_DATA) $(srcdir)/cr22-action-player_fwd.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_fwd.png + $(INSTALL_DATA) $(srcdir)/cr32-action-misc.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/misc.png + $(INSTALL_DATA) $(srcdir)/cr16-action-music_quarternote.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_quarternote.png + $(INSTALL_DATA) $(srcdir)/cr48-device-tablet.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/tablet.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_sound.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_sound.png + $(INSTALL_DATA) $(srcdir)/cr16-action-unlock.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/unlock.png + $(INSTALL_DATA) $(srcdir)/cr32-action-math_int.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_int.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-gf.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/gf.svgz + $(INSTALL_DATA) $(srcdir)/cr16-mime-source_php.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_php.png + $(INSTALL_DATA) $(srcdir)/cr128-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/kttsd.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder.png + $(INSTALL_DATA) $(srcdir)/cr64-device-ipod_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/ipod_mount.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-recycled.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/recycled.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-kugardata.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/kugardata.svgz + $(INSTALL_DATA) $(srcdir)/cr22-action-math_lsup.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_lsup.png + $(INSTALL_DATA) $(srcdir)/cr16-device-printer1.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/printer1.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_red_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_red_open.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder.png + $(INSTALL_DATA) $(srcdir)/cr22-action-math_sqrt.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_sqrt.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-desktop.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/desktop.png + $(INSTALL_DATA) $(srcdir)/cr32-action-add.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/add.png + $(INSTALL_DATA) $(srcdir)/cr22-action-edittrash.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/edittrash.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-dvi.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/dvi.png + $(INSTALL_DATA) $(srcdir)/cr32-action-math_onetwomatrix.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_onetwomatrix.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-cdimage.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/cdimage.png + $(INSTALL_DATA) $(srcdir)/cr48-device-compact_flash_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/compact_flash_mount.png + $(INSTALL_DATA) $(srcdir)/cr16-action-math_onetwomatrix.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_onetwomatrix.png + $(INSTALL_DATA) $(srcdir)/cr22-action-editclear.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editclear.png + $(INSTALL_DATA) $(srcdir)/cr128-action-share.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/share.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-recycled.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/recycled.png + $(INSTALL_DATA) $(srcdir)/cr16-filesys-folder_green.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_green.png + $(INSTALL_DATA) $(srcdir)/cr22-device-3floppy_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/3floppy_unmount.png + $(INSTALL_DATA) $(srcdir)/cr32-action-view_top_bottom.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_top_bottom.png + $(INSTALL_DATA) $(srcdir)/cr16-action-viewmag.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/viewmag.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-source_o.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_o.png + $(INSTALL_DATA) $(srcdir)/cr16-action-rotate_ccw.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/rotate_ccw.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-ascii.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/ascii.png + $(INSTALL_DATA) $(srcdir)/cr48-action-back.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/back.png + $(INSTALL_DATA) $(srcdir)/cr64-mime-spreadsheet.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/spreadsheet.png + $(INSTALL_DATA) $(srcdir)/cr22-action-idea.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/idea.png + $(INSTALL_DATA) $(srcdir)/cr22-action-toggle_log.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/toggle_log.png + $(INSTALL_DATA) $(srcdir)/crsc-mime-recycled.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/recycled.svgz + $(INSTALL_DATA) $(srcdir)/cr16-action-show_side_panel.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/show_side_panel.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-pipe.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/pipe.png + $(INSTALL_DATA) $(srcdir)/cr32-action-mail_new.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_new.png + $(INSTALL_DATA) $(srcdir)/cr32-action-view_remove.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_remove.png + $(INSTALL_DATA) $(srcdir)/cr16-action-exit.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/exit.png + $(INSTALL_DATA) $(srcdir)/cr16-action-mail_generic.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_generic.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-folder_red_open.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_red_open.png + $(INSTALL_DATA) $(srcdir)/cr22-action-2uparrow.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/2uparrow.png + $(INSTALL_DATA) $(srcdir)/cr22-device-memory_stick_unmount.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/memory_stick_unmount.png + $(INSTALL_DATA) $(srcdir)/cr16-action-stop.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/stop.png + $(INSTALL_DATA) $(srcdir)/cr16-mime-font_truetype.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/font_truetype.png + $(INSTALL_DATA) $(srcdir)/cr64-device-3floppy_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/3floppy_mount.png + $(INSTALL_DATA) $(srcdir)/cr22-mime-encrypted.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/encrypted.png + $(INSTALL_DATA) $(srcdir)/cr64-filesys-folder_orange.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_orange.png + $(INSTALL_DATA) $(srcdir)/cr16-action-exec.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/exec.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-source.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source.png + $(INSTALL_DATA) $(srcdir)/cr64-device-compact_flash_mount.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/compact_flash_mount.png + $(INSTALL_DATA) $(srcdir)/cr48-action-player_playlist.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/player_playlist.png + $(INSTALL_DATA) $(srcdir)/cr48-filesys-folder_home2.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_home2.png + $(INSTALL_DATA) $(srcdir)/cr48-mime-txt2.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/txt2.png + $(INSTALL_DATA) $(srcdir)/cr128-filesys-link_overlay.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/link_overlay.png + +uninstall-kde-icons: + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/finish.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_cyan.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_rew.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/usbpendrive_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/down.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_y.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/metafont.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/rebuild.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editclear.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/vcalendar.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/lock_overlay.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/image.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/reload_page.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/kexi_kexi.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/dvd_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_violet_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/configure.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/pdf.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_pause.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bookmarks_list_add.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/cdtrack.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bottom.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/make.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/mouse.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/font_type1.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/camera_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/resource.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kugar_kud.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/pk.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/mo_mount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_pl.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/mouse.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/3floppy_mount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_volume.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/camera_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/man.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_yellow.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/connect_creating.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/stop.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/recycled.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/launch.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/1rightarrow.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_sidetree.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/project_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_violet.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/filenew.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/file_broken.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_under.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editshred.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_frac.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_image.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_red.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/charset.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/colorscm.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/font_bitmap.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editshred.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/memory_stick_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_crystal.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_red_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/system.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/spreadsheet.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_cross.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/unlock.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/make.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/quicktime.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/unknown.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_italic.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_java.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/gear.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_brace.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/dvd_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/inline_table.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/reload.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/move.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_end.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_cpp.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/airbrush.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_py.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_tree.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/applix.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_txt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/history_clear.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/video.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/configure_toolbars.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/sd_mmc_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editcut.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/redo.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/edittrash.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/www.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_forward.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_top_bottom.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_sound.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/tgz.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_video.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/lock.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/trashcan_full.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/halfencrypted.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/desktop.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/help.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/template_source.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_sub.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/contents.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/lock_overlay.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/showmenu.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_outbox.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps/kmenu.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/tgz.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdrom_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_sound.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_start.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/decrypted.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/make_kdevelop.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_fwd.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/reload.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_red_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/network.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdaudio_unmount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_orange.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/misc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/video.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_delete.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/empty.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/colorpicker.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/mouse.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/airbrush.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/shellscript.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_java.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/kexi_kexi.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/window_new.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_rsub.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kivio_flw.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/remove.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/openterm.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/message.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_under.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_y.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/viewmag-.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/font.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/kmultiple.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_man.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_start.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_32ndnote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_halfnote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_replyall.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fileclose.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/rotate.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_p.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/contents2.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_green_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_txt.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/applix.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editpaste.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/html.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_j.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_pause.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_print.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_java.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_tree.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_violet.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/mo_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/metafont.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/vcard.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_remove.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/empty.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/mozilla_doc.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_send.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/window_suppressed.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/nfs_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_html.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/document.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_bild.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_man.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/sd_mmc_mount.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_flat.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/news_unsubscribe.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/wordprocessing.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/bookmarks_list_add.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/info.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/colorscm.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_paren.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/nfs_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/applix.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/viewmag+.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/finish.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/soffice.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/widget_doc.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/exec.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_fullnote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_fit_width.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/zip_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_center.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/font.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/file_temporary.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_important.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdwriter_unmount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_c.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editpaste.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_generic.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bottom.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_eightnote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_pl.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/sound.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/usbpendrive_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/remove.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/desktop.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bookmark_toolbar.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/rotate.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/dvd_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_sixteenthnote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/info.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/exec.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/camera_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/undo.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/about_kde.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/cdimage.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/tex.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_abs.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filesaveas.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/empty.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/fileprint.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/memory.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/compact_flash_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/tv.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_yellow.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/reload_all_tabs.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_s.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/hdd_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdwriter_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_grey.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdwriter_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/contents.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdwriter_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/vectorgfx.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/wizard.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/widget_doc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_flat.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_j.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/hdd_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/2downarrow.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/scanner.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/soffice.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/file_locked.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/misc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_fit_height.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/print_class.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/connect_creating.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/encrypted.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/leftjust.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/transform.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/core.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/document2.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdwriter_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/exec.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/viewmag+.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_cleficon.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_end.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/bookmark.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/resource.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_txt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kugar_kud.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps/password.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/blockdevice.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/switchuser.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/run.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/widget_doc.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/unindent.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/smart_media_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_rew.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/ascii.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_h.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/mozilla_doc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/mo_unmount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_violet.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/redo.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/printer1.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_32ndnote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bookmarks_list_add.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/mo_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/readme.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/txt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/back.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_block.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde5.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/pdf.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/tgz.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdaudio_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_fit_window.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/switchuser.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/font_bitmap.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/krita_kra.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_sum.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/1downarrow.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/colorpicker.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/file_broken.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/deb.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_replyall.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/attach.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/network_local.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_strike.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/today.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/down.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/viewmag.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/rpm.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_get.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/sd_mmc_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_inbox.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/ipod_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_violet_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/leftjust.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/stop.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/tex.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps/kmenu.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_post_to.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/readme.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_c.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/colorize.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_multicolumn.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/lock.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/previous.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_red.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_natur.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/share.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/bt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/mail_new.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_italic.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/window_nofullscreen.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/messagebox_warning.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/shellscript.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/netscape_doc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdrom_unmount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_sqrt.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/launch.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_p.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/font_bitmap.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/previous.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/camera_mount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/switchuser.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdaudio_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_video.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/pipe.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/pda_black.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/apply.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_php.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/cdimage.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/font_bitmap.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/template_source.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kivio_flw.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/font_truetype.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frameprint.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/share.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/memory_stick_unmount.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_violet_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/5floppy_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/zip_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_important.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/redo.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/reload_page.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_playlist.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/decrypted.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/exec.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_favorite.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_sound.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filesave.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/pdf.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_bild.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/dvd_mount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/connect_no.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_left.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/pencil.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/2downarrow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/binary.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_sidetree.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/help.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/project_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/shellscript.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/message.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_pl.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/zip.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/mouse.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/apps/kmenu.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/core.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/log.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdrom_mount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_grey.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/smart_media_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/ipod_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_home.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/sd_mmc_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/sound.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_video.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_py.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_home2.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_natur.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/log.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/connect_established.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/unknown.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/postscript.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/edittrash.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/news_unsubscribe.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/ipod_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/attach.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_html.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/down.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/mo_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/vectorgfx.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/run.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/lock_overlay.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/history.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/reload3.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kmultiple.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/1downarrow.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/inline_table.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/font_bitmap.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/2leftarrow.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/fileopen.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/start.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/image.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/up.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/www.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_send.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/lock_overlay.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/edit.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/dvd_unmount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/encrypted.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_o.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/news.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/reload_all_tabs.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_replylist.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/memory_stick_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_bottom.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fontsizeup.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kmultiple.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/template_source.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fileexport.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/kde.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_image.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/zip_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/viewmag.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_grey_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/zip_overlay.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/file_broken.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/attach.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/tgz.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kivio_flw.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/cdr.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/charset.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/mouse.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/ascii.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_tar.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_int.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kpresenter_kpr.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/wizard.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_p.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_sub.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/binary.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_pause.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/font_truetype.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/airbrush.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_play.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/postscript.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/image2.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_pl.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/memory_stick_unmount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/unknown.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_duplicate.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/core.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/hdd_unmount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/share.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_right.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/usbpendrive_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/video.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/gear.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/reload_page.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/txt2.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/wordprocessing.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/viewmagfit.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/recycled.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/window_fullscreen.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_replylist.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/3floppy_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/widget_doc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/cdr.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_y.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_rew.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_reply.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_center.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_pl.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/pda_black.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/previous.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_open.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/bookmark.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_s.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/rotate_ccw.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/window_nofullscreen.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_man.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/trashcan_full.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/ipod_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/tar.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/shellscript.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_rew.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filter.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_o.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/reload.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_f.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/1rightarrow.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_new_raised.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/video.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/gettext.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kword_kwd.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_print.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/home_blue.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_block.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_natur.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/showmenu.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/vcalendar.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_php.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/binary.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/camera_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_cleficon.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/apps/password.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_yellow_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/font_type1.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bookmark_folder.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/desktop.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_orange_open.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_super.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/sound.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_fit_width.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/recycled.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/font_type1.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_remove.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/tv.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/wordprocessing.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/encrypted.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/compact_flash_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/memory_stick_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/file_locked.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdwriter_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_post_to.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_new.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_right.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/color_fill.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_matrix.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kword_kwd.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/flag.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/font_type1.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/edit.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_sixteenthnote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/stop.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/rightjust.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/network_local.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_text.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_grey_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/memory.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/mo_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/smart_media_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/memory.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/next.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_bold.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/font_type1.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/connect_established.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/ftp.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/exec.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/folder_new.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_forward.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/usbpendrive_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/misc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editcut.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/centrejust.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/1leftarrow.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/next.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/misc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/scanner.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_choose.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/spreadsheet.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/binary.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_sqrt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/video.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_sound.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/chardevice.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_left.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/dvd_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/show_side_panel.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/cdtrack.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_replylist.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_home.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/dvi.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kchart_chrt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/gohome.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/video.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_fit_height.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/top.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/kmenu.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/encrypted.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/misc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_sound.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/smart_media_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/cdimage.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/window_fullscreen.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/font_bitmap.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_icon.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/pk.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/chardevice.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/man.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/quicktime.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/kttsd.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdrom_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_rsup.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/color_fill.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kpresenter_kpr.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/postscript.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/memory_stick_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/rpm.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/nfs_unmount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kformula_kfo.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_text.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/rightjust.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kword_kwd.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_bottom.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/reload_page.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/viewmagfit.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/quicktime.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/template_source.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/widget_doc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/nfs_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editcut.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/usbpendrive_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/make.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/vcalendar.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/forward.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_prod.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/font.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_orange.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/ipod_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/template_source.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editcopy.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/cdtrack.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/spreadsheet.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/log.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdwriter_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_start.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdwriter_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/switchuser.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/password.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/deb.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_onetwomatrix.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/exit.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/smart_media_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/readme.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_l.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/core.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/view_fit_width.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_left.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_eject.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/unknown.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/pipe.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_home.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/info.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/wordprocessing.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/postscript.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_crystal.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fileprint.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_super.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_f.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_j.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/tex.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/mozilla_doc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/mo_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/document.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/tablet.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_green.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/exec_wine.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_orange_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/dvd_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_f.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/make.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_red_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_fwd.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_s.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/message.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_dottednote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/gohome.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/deb.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_tar.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/usbpendrive_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/gf.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_java.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/quicktime.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/colorize.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/identity.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/sd_mmc_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/link_overlay.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/message.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/camera_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/image.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_find.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/usbpendrive_unmount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/file_locked.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_italic.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/soffice.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdrom_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/ipod_unmount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_eject.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_replyall.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_p.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/encrypted.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/cdr.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/kexi_kexi.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_php.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/home_white.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bookmark_toolbar.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/dvi.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/revert.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/run.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/txt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_f.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/sound.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/charset.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_yellow_open.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/sound.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_green_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_java.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/netscape_doc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/zip.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_html.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_stop.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_pause.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/ipod_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/pdf.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_java.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_home2.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_green.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/desktop.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/font.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/metafont.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/ipod_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_s.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/contexthelp.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/applix.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_fullnote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdwriter_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_brackets.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kword_kwd.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_sent_mail.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/tar.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_c.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_playlist.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_cleficon.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/vcalendar.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/save_all.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/gf.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_onetwomatrix.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/5floppy_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_send.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/tgz.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/kde.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/spreadsheet.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/colorscm.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_rsup.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/thumbnail.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_py.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/hdd_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/core.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdaudio_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/about_kde.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_italic.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdwriter_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_l.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/mail_new.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/colorpicker.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/shellscript.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_pause.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/2rightarrow.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_pause.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/top.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/3floppy_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/zip_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/share.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/tar.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/tex.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/wordprocessing.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/connect_established.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_red_open.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filter.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_eject.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/vectorgfx.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_video.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/up.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_grey.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_home2.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/smart_media_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/vectorgfx.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/link_overlay.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/cdimage.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/bt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_blue.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/pk.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/dvi.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/rebuild.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/man.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kspread_ksp.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_pl.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_cpp.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdrom_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/window_fullscreen.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/koffice.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/down.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/printer1.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/network_local.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/tex.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_important.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/compact_flash_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/message.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/emptytrash.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/share.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_grey.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/image.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/dvd_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filesaveas.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_query.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/scanner.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kexi_kexi.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_brace.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_green_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/3floppy_unmount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/previous.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_detailed.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_multicolumn.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/pk.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/document.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_violet.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/project_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/compact_flash_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_strike.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/camera_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fileimport.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/resource.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/unknown.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/tablet.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_j.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fileprint.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/halfencrypted.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bookmark_folder.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/font_bitmap.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_pl.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde4.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_y.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/contents2.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/configure.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_sidetree.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_locked.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_left_right.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_grey.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_red.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/vectorgfx.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/stop.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_java.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_bold.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/info.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/soffice.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/3floppy_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_cyan_open.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/joystick.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/zip_overlay.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/system.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/smart_media_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_p.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/font.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/network.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/sd_mmc_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/compact_flash_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/smart_media_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/toggle_log.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/compact_flash_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/gf.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/html.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/misc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/nfs_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/resource.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/mail_post_to.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/print_class.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/blockdevice.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/zip_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/sd_mmc_unmount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/blend.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/camera_unmount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/network_local.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/postscript.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/emptytrash.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/memory_stick_mount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/thumbnail.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/mail_post_to.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/www.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/mozilla_doc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bookmark.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_rsub.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/readme.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_man.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_p.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/recycled.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/krita_kra.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_super.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_lsup.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_text.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_lsup.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_sub.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/resource.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/camera_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/message.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/txt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/leftjust.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/soffice.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/dvi.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/lock_overlay.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/video.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/contexthelp.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/apps/password.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/blockdevice.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/password.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_strike.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/printer1.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_int.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/quicktime.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_print.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/applix.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/3floppy_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/cdimage.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/dvi.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/dvi.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/color_line.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/www.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/folder_new.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/colorscm.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/start.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdaudio_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_icon.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/document2.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/postscript.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/filequickprint.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/frameprint.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/exec.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_s.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/rotate_cw.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_favorite.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_java.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_pause.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/font_bitmap.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/3floppy_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_rsub.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/gohome.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/lock_overlay.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_32ndnote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/openterm.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/apps/kttsd.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/trashcan_empty.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/encrypted.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/exec_wine.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/viewmag+.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/bt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_end.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/make_kdevelop.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/reload.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/dvd_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/move.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/empty.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_yellow_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_bold.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fontsizedown.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/zip_overlay.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fontsizedown.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_green_open.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/next.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_orange_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/spellcheck.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/www.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_yellow_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/joystick.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_grey.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/viewmag+.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/locationbar_erase.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/zip_overlay.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/tv.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/history.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/dvd_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/sound.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_prod.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/identity.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_right.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/smart_media_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_tar.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/clear_left.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/configure_shortcuts.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/finish.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/dvd_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/completion.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fileopen.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_cross.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_py.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/pda_blue.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_frac.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/sd_mmc_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_end.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_detailed.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_cpp.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kmultiple.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_find.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/encrypted.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/chardevice.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/ipod_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/ipod_mount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/compact_flash_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bookmark_add.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/pda_black.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/binary.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/decrypted.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/mozilla_doc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_edit.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/applix.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/vcard.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/services.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/cdaudio_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/wordprocessing.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_green_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_cpp.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/bottom.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_play.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/translate.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editdelete.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_c.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/crop.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/1uparrow.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_o.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/usbpendrive_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/font.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/sd_mmc_mount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_icon.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/smart_media_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_prod.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_red.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/unknown.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/locationbar_erase.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/view_fit_height.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/chardevice.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kformula_kfo.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/widget_doc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/edit.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_moc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_print.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_italic.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_yellow_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_send.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_f.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/2uparrow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/metafont.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/2rightarrow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/viewmagfit.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_fit_height.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_sidetree.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/share.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/usbpendrive_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/document.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdwriter_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/font_bitmap.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/image.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_next.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/server.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/fileopen.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/services.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/koffice.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_home2.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdaudio_mount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kchart_chrt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/ascii.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_eightnote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/netscape_doc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kexi_kexi.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/pipe.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_f.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/tex.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/viewmagfit.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/zip_overlay.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/wizard.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_paren.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/queue.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/unindent.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/launch.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/bottom.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/messagebox_critical.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/identity.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde1.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/signature.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/rotate.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/memory_stick_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/make_kdevelop.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/shellscript.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/www.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_important.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/cd.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_o.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/wizard.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_lsub.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/zip_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editshred.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editcopy.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/log.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_text.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/binary.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_paren.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/document2.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde6.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_green_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/revert.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_play.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/kmenu.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/reload.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_c.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/print_class.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/chardevice.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/pda_black.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_l.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/cdr.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/make.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/file_broken.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_matrix.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_man.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/encrypted.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/log.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/core.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/ipod_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/applix.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/postscript.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/binary.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_red.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/tar.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/cdtrack.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/colorscm.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_blue_open.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_frac.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/file_temporary.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/pdf.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/colorscm.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/video.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/bookmark_folder.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_locked.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/hdd_mount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdwriter_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/2uparrow.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kmultiple.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/sound.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kexi_kexi.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde3.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps/kttsd.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/fileopen.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_breakoff.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/viewmag-.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_32ndnote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/cdr.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_fermatenote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/gf.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_red.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_important.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/exec.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_green_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/wordprocessing.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/about_kde.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/start.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/man.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/pipe.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/koffice.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/fonts.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/chardevice.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/html.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_php.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/clear_left.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_fermatenote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/recycled.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/5floppy_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/applix.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_txt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_green.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/netscape_doc.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_open.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/html.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/viewmag1.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/deb.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_s.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filenew.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kpresenter_kpr.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/core.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_eject.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_spreadsheet.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/2downarrow.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_abs.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/midi.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/key_enter.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_new.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kugar_kud.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_strike.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/empty.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_brackets.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/man.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/krita_kra.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/rotate_ccw.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/misc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_grey.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_violet.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/mo_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/1rightarrow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kspread_ksp.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/empty.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_end.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/reload_all_tabs.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_pl.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/vcalendar.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdrom_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/file_important.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/pda_blue.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/colorpicker.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/show_side_panel.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/exit.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/info.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/sound.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/compfile.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/misc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/sound.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_sent_mail.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_sixteenthnote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/soffice.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filesaveas.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_orange.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_center.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/zip.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/man.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/hdd_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/tgz.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/pk.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/log.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/applix.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_left.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_brace.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/gear.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/memory_stick_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/compact_flash_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/zip_overlay.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_f.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/pdf.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/link_overlay.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/desktop.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps/kmenu.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/rotate_cw.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/file_locked.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/openterm.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/zip_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/fileclose.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/cdimage.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/launch.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_outbox.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_dottednote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/sd_mmc_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editcopy.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/karbon_karbon.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/koffice.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/find.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/hdd_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/link_overlay.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kspread_ksp.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bookmark_folder.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_fit_width.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/password.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fork.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/blockdevice.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/print_class.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kivio_flw.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/smartmedia_unmount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/usbpendrive_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/widget_doc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/blend.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_top_bottom.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/hdd_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_cpp.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/spreadsheet.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_important.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/applix.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kformula_kfo.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/midi.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/reload.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/exec.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/font_type1.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdwriter_mount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/network.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/rpm.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_grey_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/5floppy_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/goto.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_crystal.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/finish.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fileopen.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/charset.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/indent.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_brace.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kformula_kfo.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_super.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/reload_page.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/exit.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/zip_mount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/mouse.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/pencil.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/configure.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_rew.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editpaste.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/trashcan_full.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/cdtrack.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/ascii.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/key_enter.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/video.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdaudio_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/dvi.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/zip_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/cdr.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/sd_mmc_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_sub.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/share.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/info.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_sub.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/5floppy_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/blockdevice.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_rew.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/soffice.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/rotate_cw.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_cleficon.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/fileclose.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/down.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/kttsd.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/netscape_doc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/news.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/tv.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_sum.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/colorscm.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/stamp.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/up.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_sixteenthnote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/3floppy_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_py.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_pl.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/contexthelp.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_under.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/eraser.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kspread_ksp.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/compfile.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/vcard.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_fit_height.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/fileprint.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/karbon_karbon.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/widget_doc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/document2.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/exec.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/scanner.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/font_truetype.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_fullnote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/trashcan_empty.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kformula_kfo.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/wordprocessing.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/font_truetype.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/back.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/info.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/karbon_karbon.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/netscape_doc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/memory.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/tgz.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/connect_no.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_image.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/kde.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/tgz.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_violet.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/zip.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kugar_kud.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/exec.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_txt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/hdd_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/gf.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/window_nofullscreen.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/hdd_mount.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/soffice.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/binary.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/tgz.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/usbpendrive_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/blend.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/network.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_stop.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_c.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/hdd_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_detailed.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_j.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/ipod_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_delete.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/contents.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/midi.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/view_fit_height.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps/password.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/openterm.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/pipe.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/switchuser.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/usbpendrive_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/exec_wine.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_playlist.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_orange.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fork.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/vcalendar.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/configure.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/mo_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/previous.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_right.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_multicolumn.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdrom_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/reload_all_tabs.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/tex.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/share.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/identity.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kword_kwd.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/button_cancel.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kspread_ksp.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/kmenu.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/image.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_home.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/apply.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_super.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/tex.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/tar.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/forward.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/info.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/button_ok.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_s.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/krita_kra.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/zip_unmount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/txt2.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/exit.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/rotate_ccw.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/shellscript.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_prod.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_halfnote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/smart_media_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_left_right.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/queue.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/signature.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/folder.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bookmarks_list_add.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_j.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/exec_wine.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/messagebox_warning.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/switchuser.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/tex.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/find.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/camera_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/reload_page.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/cdtrack.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_replylist.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/zip_overlay.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/cdimage.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/man.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/compact_flash_mount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_red.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_locked.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/info.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/add.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/ok.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/frameprint.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_tar.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/tablet.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_yellow.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdaudio_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/3floppy_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_py.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/joystick.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_moc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_chart.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_orange_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/exec_wine.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/halfencrypted.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/make.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps/kttsd.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_c.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/identity.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/document.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editclear.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/zip_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_post_to.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/quicktime.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filter.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/rpm.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/contents2.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/file_temporary.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/karbon_karbon.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_pl.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/image2.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/file_broken.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/eraser.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fileclose.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/soffice.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/txt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kexi_kexi.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_man.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_home.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/encrypted.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/switchuser.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_grey_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_s.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_stop.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_sidetree.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/news_subscribe.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_orange_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/pda_black.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/wizard.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/krita_kra.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/ftp.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/pdf.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/unknown.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/colorize.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/paintbrush.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/dvd_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/messagebox_info.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_quarternote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/configure.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/nfs_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_j.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/video.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/help.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_time.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/services.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_violet_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/compact_flash_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/misc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_replyall.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/info.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/revert.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/mouse.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/pda_black.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_moc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/memory.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/zip.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/colorscm.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_fullnote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_yellow_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/pda_blue.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/about_kde.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/apps/kttsd.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_violet_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/tex.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/readme.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_lsub.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_grey_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/bt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/5floppy_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_sum.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/shellscript.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/usbpendrive_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_yellow_open.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kchart_chrt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/midi.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/man.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/player_playlist.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/printer1.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/exec.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filequickprint.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/karbon_karbon.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_orange_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_green.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_right.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/blockdevice.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/dvd_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/unknown.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/hdd_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_s.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_print.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/indent.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/network_local.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/identity.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kchart_chrt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/smart_media_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_delete.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_32ndnote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_red.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/window_nofullscreen.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/kugardata.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_locked.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_halfnote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_sqrt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/quicktime.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_italic.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/zip_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/services.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_fermatenote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/html.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/share.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/fileprint.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_video.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/file_locked.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/font_type1.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/message_reply.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/font_type1.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_end.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_quarternote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_super.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/color_fill.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/document.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_red_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/message.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/print_class.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/sd_mmc_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/log.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_replyall.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/shellscript.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/deb.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/document2.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdwriter_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frameprint.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_grey.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_orange.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/run.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/exec_wine.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/connect_no.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/font_bitmap.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/trashcan_empty.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde1.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/font.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_tar.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_brace.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/system.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_cpp.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_spreadsheet.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_super.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/1leftarrow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/applix.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/wordprocessing.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/redo.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/network.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/man.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/shellscript.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editcut.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_flat.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_play.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_inbox.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/trashcan_full.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/zip.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/cancel.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/remove.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_edit.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/forward.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_post_to3.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/resource.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/previous.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/ascii.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_p.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_y.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/spellcheck.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/document.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/usbpendrive_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_get.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/mo_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/compact_flash_unmount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/today.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/move.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_new.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_formula.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/nfs_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_y.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filesaveas.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/printer1.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_find.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_favorite.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filesave.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kword_kwd.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/tar.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/trashcan_empty.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/document2.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/metafont.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/spellcheck.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/inline_image.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_block.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/paintbrush.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/zip.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/tablet.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_text.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_fermatenote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/remove.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/readme.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_remove.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps/password.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/inline_table.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/5floppy_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_fit_width.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/spreadsheet.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/connect_creating.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/joystick.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_cross.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/unindent.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_cleficon.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/contents2.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_forward.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/camera_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/reload_all_tabs.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/kmultiple.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_image.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bookmark_toolbar.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editpaste.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/txt.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/font.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/hdd_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_tar.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/scanner.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/log.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_cyan_open.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_flat.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/usbpendrive_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_html.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kspread_ksp.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/fileopen.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/dvd_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/sd_mmc_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/www.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/back.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_rsup.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/smart_media_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/midi.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/exit.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/spreadsheet.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/desktop.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/mo_unmount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kspread_ksp.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_home.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/exit.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/pk.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/unknown.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/emptytrash.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/pencil.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/rotate_ccw.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/document.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/zip.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/mouse.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_o.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/camera_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/viewmag1.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/top.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/contents2.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/5floppy_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/gf.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/ascii.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_video.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/document2.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/midi.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/gohome.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/gear.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_choose.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/pda_blue.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/ascii.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/unknown.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_sound.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_favorite.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/tv.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/compact_flash_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/crop.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_yellow.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_image.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_java.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/font_truetype.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_print.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/bookmark.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/compact_flash_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/lock.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/print_class.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/folder.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_h.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/folder_new.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/5floppy_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/trashcan_full.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/tgz.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_favorite.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/usbpendrive_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_prod.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/memory_stick_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/inline_image.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/undo.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/document2.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/inline_image.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_breakoff.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/3floppy_mount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/zip.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/frameprint.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/trashcan_empty.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/up.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/cdtrack.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/empty.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/password.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/document2.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/reload.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/font.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/gear.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/dvi.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/zip.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/make_kdevelop.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/reload3.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/pipe.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/info.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/video.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_inbox.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/resource.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/printer1.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/system.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/txt2.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_txt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_c.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_orange_open.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdrom_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_matrix.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/binary.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/launch.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/html.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/smart_media_unmount.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/memory_stick_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_tar.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/pk.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_pl.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_fermatenote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/image.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/camera_unmount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/dvd_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_violet.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/readme.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_sound.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_orange_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/deb.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/kmultiple.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/sd_mmc_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_play.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_man.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/empty.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_next.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/chardevice.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/smart_media_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kugar_kud.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_stop.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/nfs_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/view_fit_window.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/centrejust.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/file_broken.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/ipod_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kpresenter_kpr.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/configure.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_replyall.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/colorpicker.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/scanner.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/koffice.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/locationbar_erase.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_yellow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/pipe.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/netscape_doc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/wizard.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/network.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/kmenu.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/log.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/tablet.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filenew.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_fit_height.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps/kmenu.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/filequickprint.svgz -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/window_new.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/html.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_grey.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/openterm.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/pipe.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/print_class.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/indent.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/sd_mmc_unmount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_halfnote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fork.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/cdtrack.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_c.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_sqrt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/kttsd.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/edittrash.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/network.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/koffice.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/bt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/edit.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_grey.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/zip_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/vectorgfx.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/previous.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/contents2.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/viewmag+.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/leftjust.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdwriter_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_moc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/kttsd.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde3.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_block.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/airbrush.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_green.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/recycled.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_p.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/exec_wine.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/memory.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/viewmag1.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kexi_kexi.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_eject.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_orange_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/smartmedia_unmount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_important.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/vcalendar.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/midi.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_remove_other.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/postscript.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/camera_mount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/colorpicker.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdrom_mount.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/printer1.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/viewmag-.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_rsup.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_cpp.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/forward.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/news_subscribe.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_cpp.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/exec_wine.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/filenew.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/pda_blue.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/info.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/undo.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/ipod_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/print_class.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/exec_wine.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_violet_open.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/txt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_tar.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_post_to.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/kmenu.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_block.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/message.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_reply.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/camera_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_locked.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/font_bitmap.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_formula.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/deb.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/revert.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_h.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/tar.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/gf.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/bt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/add.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/rpm.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/eraser.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_moc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/txt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_italic.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bookmark.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/favorites.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/deb.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_txt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_new_bg.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kivio_flw.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filequickprint.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/top.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/fileimport.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_locked.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kugar_kud.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/usbpendrive_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/pipe.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_orange_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/fileclose.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdaudio_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/frameprint.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/spreadsheet.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_right.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/smart_media_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/unlock.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/reload_page.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_yellow_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/viewmag+.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/connect_no.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_stop.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/print_class.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/compact_flash_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/empty.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/ipod_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/netscape_doc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/pk.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_cpp.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/txt.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/joystick.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_image.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_paren.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/goto.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/rotate.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_l.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/mouse.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/2leftarrow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_lsup.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/wordprocessing.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/usbpendrive_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filefind.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/metafont.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/trashcan_full.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_orange.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/make.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_flat.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/file_locked.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_grey.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdrom_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/help.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/message.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_image.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_yellow.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_tar.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/smartmedia_mount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/network.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/cdtrack.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_grey_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_bottom.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/smart_media_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_yellow_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_red_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_yellow_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/redo.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/news_unsubscribe.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_fit_window.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_rsub.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_spreadsheet.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/system.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/txt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_violet_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/reload_page.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/5floppy_mount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kspread_ksp.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_tree.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/trashcan_empty.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/unknown.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/idea.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/dvi.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/memory_stick_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_yellow.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/vcalendar.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/rightjust.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/file_important.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/message.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kchart_chrt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/misc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/core.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/tgz.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/compfile.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/network_local.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/eraser.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_py.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/up.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/rotate_ccw.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/charset.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mouse.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/run.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/nfs_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_j.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/vcard.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filefind.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_y.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/player_play.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/hdd_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/colorscm.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_o.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_locked.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_orange_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/decrypted.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/queue.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/network.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/inline_image.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frameprint.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/translate.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_h.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/cdtrack.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/sd_mmc_unmount.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_favorite.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_sound.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/txt2.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_under.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/pk.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fill.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/rotate_cw.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filenew.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_reply.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/compfile.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_moc.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/pda_blue.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_frac.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_halfnote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/blend.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_lsub.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/project_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/mail_generic.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kchart_chrt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/locationbar_erase.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/binary.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/mouse.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kchart_chrt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_query.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_php.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/font_type1.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/gohome.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_h.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kformula_kfo.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/widget_doc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/trashcan_full.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_strike.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/metafont.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/next.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_remove.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_violet.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/button_ok.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/vectorgfx.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/top.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/gf.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kpresenter_kpr.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/font_truetype.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/man.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_image.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/gohome.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/connect_no.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/karbon_karbon.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/memory_stick_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/forward.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/tv.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_php.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editcopy.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_grey.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/window_suppressed.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_y.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/netscape_doc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_h.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/encrypted.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/remove.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/rotate_ccw.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/video.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/font_truetype.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/netscape_doc.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/encrypted.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/trashcan_full.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_chart.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/transform.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/pda_black.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_left.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/system.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/deb.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/printer1.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/encrypted.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_video.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_abs.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/message.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_yellow_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/ftp.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/ftp.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_home.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/system.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/3floppy_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/tar.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_print.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/unlock.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/save_all.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/blockdevice.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_php.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/colorscm.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_tar.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_important.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/window_fullscreen.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/sd_mmc_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/link_overlay.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/exec_wine.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/font_truetype.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/hdd_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_grey_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/camera_unmount.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/karbon_karbon.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_home.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/make.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/koffice.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/clear_left.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_green_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/kde.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_reply.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/trashcan_empty.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_pl.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/3floppy_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/server.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_man.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/ok.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kivio_flw.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/log.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/camera_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/back.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/vcalendar.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/exec_wine.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_o.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/folder_new.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_c.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/recycled.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/usbpendrive_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/usbpendrive_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/recycled.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_int.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_bottom.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/bottom.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/fileopen.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/vcalendar.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/gettext.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/deb.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/pdf.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/mo_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_rew.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/gettext.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/tv.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/show_side_panel.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_l.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_moc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/5floppy_unmount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/lock.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/2rightarrow.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kivio_flw.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/www.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/man.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_moc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/3floppy_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_orange.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kpresenter_kpr.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_int.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kformula_kfo.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filter.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/rotate.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/binary.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_sound.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_violet_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/desktop.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/trashcan_empty.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_html.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/empty.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/html.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/fileprint.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/html.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/button_cancel.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mouse.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kmultiple.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/network.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kword_kwd.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/kdevelop_down.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_p.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdaudio_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/binary.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/sound.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/bookmark_add.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/rebuild.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/1uparrow.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_replylist.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/krita_kra.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/reload_page.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/quicktime.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kpresenter_kpr.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/top.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_right.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/blockdevice.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/camera_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/font_type1.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/make.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_image.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/locationbar_erase.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_generic.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/attach.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/midi.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_man2.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/gohome.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/file_temporary.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_stop.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/save_all.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_l.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/down.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/trashcan_full.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filefind.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/system.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/karbon_karbon.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/find.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_choose.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/document.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/koffice.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/1leftarrow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_left_right.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fontsizedown.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_c.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/connect_established.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/netscape_doc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/mail_get.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/gohome.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_violet_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/txt2.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/file_broken.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filenew.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/nfs_mount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_fit_window.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/nfs_unmount.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/color_line.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/contexthelp.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/rpm.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_abs.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/crop.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/button_cancel.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/font.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_php.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/zip.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/help.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_choose.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/compact_flash_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_y.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_fwd.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_home2.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/exec_wine.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/folder_new.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/link_overlay.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/colorscm.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/empty.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_cross.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_man.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/empty.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/contents2.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/system.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/rpm.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/paintbrush.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/down.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/lock.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/3floppy_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/text_strike.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/misc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/memory_stick_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editdelete.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/template_source.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/eraser.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/vcard.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_multicolumn.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/pk.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/gohome.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_reply.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/krita_kra.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/sound.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filesave.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_text.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/kttsd.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/quicktime.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fork.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/vcard.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/joystick.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/news.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/image.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/kexi_kexi.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/previous.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bottom.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_outbox.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_rew.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_detailed.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/bookmark_folder.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_important.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/configure_shortcuts.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/next.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/make_kdevelop.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/link_overlay.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/joystick.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/koffice.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_top_bottom.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/postscript.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_yellow.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/unknown.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editdelete.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/2uparrow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kchart_chrt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_tree.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/3floppy_unmount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/mozilla_doc.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_red_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_rsub.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/5floppy_unmount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/rpm.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_cleficon.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editcopy.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_moc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/chardevice.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_f.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/back.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/readme.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_text.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_important.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_print.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdaudio_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fontsizeup.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/clear_left.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/man.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/launch.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/sd_mmc_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_grey.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/folder_new.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/message.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/wordprocessing.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_yellow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_violet_open.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filesaveas.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filequickprint.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/hdd_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_php.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/next.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/2rightarrow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/pk.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/launch.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/find.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kpresenter_kpr.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bookmark_add.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_eightnote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/editcut.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/window_new.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/vcalendar.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/pdf.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/rotate_ccw.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/goto.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/exec_wine.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/trashcan_empty.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/karbon_karbon.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_yellow_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/rotate_ccw.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/font.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_int.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/translate.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/pdf.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/apply.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_bottom.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/misc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/exec_wine.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/1uparrow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/up.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/cdr.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/trashcan_full.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/actions/player_play.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_sound.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/no.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_grey_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/empty.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/exit.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/file_broken.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdaudio_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_red_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_green_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_eject.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/mo_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_violet.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/zip_overlay.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bottom.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_moc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_orange.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/colorscm.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/hdd_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/exec_wine.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/dvd_mount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_crystal.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/temporary.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/network.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_video.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/quicktime.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdrom_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_print.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/reload_all_tabs.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/mo_umount.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bookmarks_list_add.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/remove.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_o.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/ascii.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fileimport.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/camera_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_icon.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/bt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/karbon_karbon.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filequickprint.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fileexport.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/exec_wine.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_choose.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/memory_stick_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/zip_overlay.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/font_truetype.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_html.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_under.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_cpp.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/resource.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_sub.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/smart_media_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/color_line.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/mouse.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/frameprint.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/fileprint.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/printer1.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdwriter_unmount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/configure_toolbars.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/contents2.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/exec.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_h.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_send.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/rotate_cw.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/edit.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_playlist.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/editdelete.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/next.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_home.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/link_overlay.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_yellow.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/signature.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_fwd.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/system.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/font_truetype.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/file_broken.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/file_locked.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/nfs_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_l.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_favorite.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_matrix.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/pdf.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_green.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/font_type1.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filesave.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/view_fit_window.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/txt2.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/vcard.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/pk.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/core.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/krita_kra.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_moc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/viewmag1.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/cdtrack.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_green.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/vectorgfx.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/cdtrack.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_quarternote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/zip_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/postscript.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/nfs_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/network_local.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/hdd_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/lock_overlay.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/today.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/apps/kmenu.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/wizard.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/home_blue.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/player_start.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/system.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/centrejust.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_blue_open.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_frac.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/log.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/metafont.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filequickprint.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_h.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/add.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_abs.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/desktop.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_center.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_left_right.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/start.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fileexport.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_brackets.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_favorite.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/about_kde.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/memory_stick_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/pda_blue.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/mozilla_doc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/fill.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/cdr.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_icon.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/vectorgfx.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/fileopen.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/widget_doc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_l.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/ftp.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/txt2.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_red.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/desktop.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_html.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/font_bitmap.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_image.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/scanner.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/rpm.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/color_fill.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_new.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/add.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_new.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/finish.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/undo.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/trashcan_empty.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/kde.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/forward.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_start.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_orange.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdwriter_mount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/fileimport.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_edit.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/colorscm.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_red.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_home.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/bookmarks_list_add.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/shellscript.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/2leftarrow.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/joystick.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/core.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/exit.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/rightjust.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/vectorgfx.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/memory_stick_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdrom_mount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/dvd_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_f.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_print.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/ipod_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_h.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/hdd_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/vcard.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/5floppy_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/up.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_violet_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/indent.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/message_reply.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/image.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_detailed.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_new3.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/server.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_green.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/quicktime.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_dottednote.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/document2.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/find.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_play.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/log.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/memory.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_print.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/rotate_cw.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/window_nofullscreen.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/lock.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/kugar_kud.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/apply.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/reload_all_tabs.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/back.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/usbpendrive_mount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/kde.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/5floppy_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/sd_mmc_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/image.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kugar_kud.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_bold.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/no.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/hdd_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/rotate.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_play.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/cdaudio_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_right.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_natur.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/colorpicker.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/smart_media_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/switchuser.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/zip.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_get.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_h.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/trashcan_empty.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/launch.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/memory_stick_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/zip.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/encrypted.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/rpm.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/gettext.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/tar.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/sd_mmc_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_man.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_image.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/empty.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_bottom.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/viewmag.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/filesave.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/viewmagfit.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/3floppy_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_html.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_brackets.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/connect_no.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_home.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/cdimage.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/ipod_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/ascii.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/txt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_new3.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_tar.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/kde4.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/trashcan_full.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/compact_flash_mount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/3floppy_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/button_cancel.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/zip_overlay.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/nfs_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_playlist.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/locationbar_erase.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/resource.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/tv.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_home.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/rotate_cw.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/finish.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/info.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_red.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_crystal.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/misc.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/font.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/gear.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps/kttsd.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_fwd.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/misc.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/music_quarternote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/print_class.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_sum.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/3floppy_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/readme.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/vectorgfx.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/man.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/tablet.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/message.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/memory_stick_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/kmenu.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_orange_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/font_truetype.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_left_right.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/connect_creating.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kformula_kfo.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/chardevice.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/smart_media_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/tar.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/wizard.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_sixteenthnote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/nfs_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_java.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/compact_flash_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_blue.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/bt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_s.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/core.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/make.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_crystal.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/clear_left.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/ascii.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_bold.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/gear.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/forward.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/cdrom_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_grey_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_violet.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_onetwomatrix.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_orange.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/eraser.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/forward.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/link_overlay.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/share.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/1uparrow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/filequickprint.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/hdd_unmount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_html.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/rpm.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/attach.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/viewmagfit.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/window_fullscreen.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/misc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/signature.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/document2.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/cdimage.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/template_source.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/sd_mmc_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_rsup.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/applix.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/text_bold.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/bt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/www.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_sum.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_l.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/tex.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_abs.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/txt2.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/back.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/view_icon.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/rebuild.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/encrypted.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_find.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/document.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/network_local.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/usbpendrive_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_crystal.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/document.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/music_dottednote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/filefind.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_o.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdwriter_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/translate.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/view_sidetree.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/tablet.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_sound.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/unlock.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_int.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/gf.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/zip_overlay.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/rpm.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/frame_formula.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/stop.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/pda_blue.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/charset.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/dvi.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/font_type1.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/player_start.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/rotate_cw.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/blend.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/file_broken.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/add.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fileprint.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_orange.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/metafont.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/readme.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_green_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/cancel.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_query.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/www.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/viewmag1.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps/kttsd.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_volume.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/exec.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_php.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/kttsd.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/ipod_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/recycled.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/kugardata.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_lsup.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/printer1.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_red_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_sqrt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/desktop.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/add.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/edittrash.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/colorize.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/fill.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/nfs_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/paintbrush.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/printer1.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/bookmark_folder.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/sd_mmc_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/colorize.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/hdd_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/up.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/eraser.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_new_bg.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/down.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/file_temporary.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/deb.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/kspread_ksp.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/sd_mmc_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/sound.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/dvi.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_onetwomatrix.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/cdimage.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/compact_flash_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_red.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/start.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/video.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/smartmedia_mount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/tex.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/mo_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/blockdevice.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/link_overlay.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_onetwomatrix.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editclear.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/tab_remove_other.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_inbox.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdaudio_mount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/info.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_paren.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editdelete.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdaudio_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kmultiple.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/recycled.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/krita_kra.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/document.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_txt.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_spreadsheet.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/tablet.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/text_right.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/cdrom_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_grey.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/system.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/kdevelop_down.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/pda_black.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_o.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/halfencrypted.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/print_class.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_fit_width.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_delete.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_lsub.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/krita_kra.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/lock.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/inline_table.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/zip_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/contents.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/netscape_doc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filefind.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/stop.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/tex.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/math_rsub.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_c.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/rotate.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/make.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/mo_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/midi.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_forward.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/tex.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_orange_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/zip_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/nfs_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/thumbnail.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/sd_mmc_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/cdrom_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/actions/share.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/recycled.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/folder_green.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/3floppy_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_green_open.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/dvi.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_get.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/devices/camera_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/centrejust.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/font_type1.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_html.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/filesystems/trashcan_empty.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/finish.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_print.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_l.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/quicktime.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/dvi.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/next.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/filter.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/vectorgfx.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/math_frac.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/joystick.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/cdr.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/connect_creating.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/history.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/ipod_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/compact_flash_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/launch.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/log.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/cd.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/emptytrash.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/save_all.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_yellow_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/3floppy_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_y.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_txt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/devices/usbpendrive_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/dvd_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/blockdevice.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_get.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/trashcan_full.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/source_c.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/unknown.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/switchuser.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/devices/5floppy_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/cdrom_unmount.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_f.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/txt.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/spellcheck.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/rotate.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/lock.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/filesystems/folder_violet.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/editshred.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/print_class.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/rotate_cw.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/pdf.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/source_y.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/unknown.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/1downarrow.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/compact_flash_mount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/html.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/tar.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/devices/print_class.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/cdimage.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/back.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/filesystems/folder_tar.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_s.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/image.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_s.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/document.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/text_bold.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/wordprocessing.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/math_prod.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_f.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source_p.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/image.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/frame_formula.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kugar_kud.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/halfencrypted.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/mozilla_doc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/source_h.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/filesystems/folder_open.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/viewmag-.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/music_sixteenthnote.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/deb.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/readme.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/filenew.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/spellcheck.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/chardevice.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/3floppy_unmount.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/kexi_kexi.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/flag.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/forward.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/bookmark_add.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/player_eject.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/txt.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_top_bottom.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/viewmag.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source_o.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/rotate_ccw.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/ascii.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/back.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/mimetypes/spreadsheet.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/idea.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/toggle_log.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/mimetypes/recycled.svgz + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/show_side_panel.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/pipe.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/mail_new.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/view_remove.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/exit.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/mail_generic.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_red_open.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/2uparrow.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/devices/memory_stick_unmount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/stop.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/font_truetype.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/3floppy_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/encrypted.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/filesystems/folder_orange.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/exec.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/source.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/devices/compact_flash_mount.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/player_playlist.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/filesystems/folder_home2.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/mimetypes/txt2.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/link_overlay.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/midi.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/mail_replylist.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/source_l.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/viewmag.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/actions/compfile.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/mimetypes/source_moc.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/mimetypes/source.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/stamp.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/actions/player_start.svgz - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/filesystems/folder_violet_open.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/devices/mo_umount.svgz #>+ 15 force-reedit: @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/pics/crystalsvg/index.theme +++ kdelibs-3.5.10.dfsg.1/pics/crystalsvg/index.theme @@ -236,3 +236,4 @@ Size=128 Context=MimeTypes Type=Threshold +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/pics/emoticons/Makefile.in +++ kdelibs-3.5.10.dfsg.1/pics/emoticons/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -72,6 +72,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -186,7 +188,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -214,6 +215,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -223,6 +225,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -251,6 +254,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -301,6 +305,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -358,6 +363,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -372,12 +378,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -388,8 +394,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -410,9 +416,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -588,8 +594,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/pics/hicolor/Makefile.in +++ kdelibs-3.5.10.dfsg.1/pics/hicolor/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -72,6 +72,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -186,7 +188,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -214,6 +215,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -223,6 +225,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -251,6 +254,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -301,6 +305,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -358,6 +363,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -372,12 +378,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -388,8 +394,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -410,9 +416,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -588,8 +594,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/pics/hicolor/index.theme +++ kdelibs-3.5.10.dfsg.1/pics/hicolor/index.theme @@ -716,3 +716,4 @@ Size=48 Context=Stock Type=Threshold +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdesu/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdesu/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -63,7 +63,8 @@ libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = -libkdesu_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +libkdesu_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(top_builddir)/dcop/libDCOP.la am_libkdesu_la_OBJECTS = client.lo process.lo kcookie.lo su.lo ssh.lo \ stub.lo kdesu_pty.lo #>- libkdesu_la_OBJECTS = $(am_libkdesu_la_OBJECTS) @@ -86,7 +87,7 @@ #>- kdesu_stub_OBJECTS = $(am_kdesu_stub_OBJECTS) #>+ 1 kdesu_stub_OBJECTS = kdesu_stub.$(OBJEXT) -kdesu_stub_DEPENDENCIES = ../kdecore/libkdefakes.la +kdesu_stub_DEPENDENCIES = kdesu_stub_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(kdesu_stub_LDFLAGS) $(LDFLAGS) -o $@ @@ -141,6 +142,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -255,7 +258,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -283,6 +285,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -292,6 +295,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -320,6 +324,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -370,6 +375,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -427,6 +433,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -438,7 +445,7 @@ lib_LTLIBRARIES = libkdesu.la libkdesu_la_SOURCES = client.cpp process.cpp kcookie.cpp su.cpp ssh.cpp stub.cpp kdesu_pty.cpp libkdesu_la_LDFLAGS = -version-info 6:0:2 -no-undefined $(all_libraries) -libkdesu_la_LIBADD = $(LIB_KDECORE) $(LIBUTIL) +libkdesu_la_LIBADD = $(LIB_KDECORE) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la libkdesu_la_NMCHECK = $(srcdir)/libkdesu.nmcheck libkdesu_la_NMCHECKWEAK = $(srcdir)/libkdesu_weak.nmcheck $(top_srcdir)/kdecore/libkdecore_weak.nmcheck \ $(top_srcdir)/dcop/libDCOP_weak.nmcheck $(top_srcdir)/kdecore/libqt-mt_weak.nmcheck @@ -447,19 +454,19 @@ kdesu_HEADERS = defaults.h client.h process.h kdesu_pty.h kcookie.h su.h ssh.h stub.h kdesu_stub_SOURCES = kdesu_stub.c kdesu_stub_LDFLAGS = $(all_libraries) -kdesu_stub_LDADD = ../kdecore/libkdefakes.la +kdesu_stub_LDADD = #>- all: all-am #>+ 1 all: docs-am all-am .SUFFIXES: .SUFFIXES: .c .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -470,8 +477,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -492,9 +499,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -642,7 +649,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -950,8 +957,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kconf_update/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kconf_update/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -80,7 +80,8 @@ libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kdeinit_LTLIBRARIES) $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = -#>- kconf_update_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +#>- kconf_update_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +#>- $(am__DEPENDENCIES_1) #>+ 1 kconf_update_la_DEPENDENCIES = libkdeinit_kconf_update.la #>- am_kconf_update_la_OBJECTS = kconf_update.lo @@ -145,6 +146,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -259,7 +262,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -287,6 +289,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -296,6 +299,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -324,6 +328,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -374,6 +379,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -431,6 +437,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -444,7 +451,7 @@ lib_LTLIBRARIES = libkdeinit_kconf_update.la kdeinit_LTLIBRARIES = kconf_update.la kconf_update_la_SOURCES = kconf_update.cpp -#>- kconf_update_la_LIBADD = $(LIB_KDECORE) +#>- kconf_update_la_LIBADD = $(LIB_KDECORE) $(LIB_QT) #>+ 1 kconf_update_la_LIBADD = libkdeinit_kconf_update.la kconf_update_la_LDFLAGS = $(all_libraries) -module -avoid-version @@ -455,12 +462,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -471,8 +478,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -493,9 +500,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -622,7 +629,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -815,13 +822,14 @@ .NOEXPORT: #>+ 2 -libkdeinit_kconf_update_la_LIBADD = $(LIB_KDECORE) +libkdeinit_kconf_update_la_LIBADD = $(LIB_KDECORE) $(LIB_QT) #>+ 2 libkdeinit_kconf_update_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries) -#>+ 2 -libkdeinit_kconf_update_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +#>+ 3 +libkdeinit_kconf_update_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) #>+ 2 am_libkdeinit_kconf_update_la_OBJECTS = kconf_update.lo @@ -851,8 +859,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kinit/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kinit/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -85,7 +85,9 @@ libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kdeinit_LTLIBRARIES) $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = -#>- klauncher_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +#>- klauncher_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +#>- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ +#>- $(top_builddir)/dcop/libDCOP.la $(am__DEPENDENCIES_1) #>+ 1 klauncher_la_DEPENDENCIES = libkdeinit_klauncher.la #>- am_klauncher_la_OBJECTS = klauncher.lo klauncher_main.lo autostart.lo @@ -283,6 +285,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -397,7 +401,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -425,6 +428,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -434,6 +438,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -462,6 +467,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -512,6 +518,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -569,6 +576,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -608,7 +616,7 @@ kwrapper_SOURCES = kwrapper.c kwrapper_LDADD = $(LIBSOCKET) klauncher_la_LDFLAGS = $(all_libraries) -module -avoid-version -#>- klauncher_la_LIBADD = $(LIB_KIO) +#>- klauncher_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11) #>+ 1 klauncher_la_LIBADD = libkdeinit_klauncher.la klauncher_la_SOURCES = klauncher.cpp klauncher_main.cpp autostart.cpp @@ -632,12 +640,12 @@ .SUFFIXES: .SUFFIXES: .c .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -648,8 +656,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -670,9 +678,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -950,7 +958,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1281,13 +1289,15 @@ .NOEXPORT: #>+ 2 -libkdeinit_klauncher_la_LIBADD = $(LIB_KIO) +libkdeinit_klauncher_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11) #>+ 2 libkdeinit_klauncher_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries) -#>+ 2 -libkdeinit_klauncher_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +#>+ 4 +libkdeinit_klauncher_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(top_builddir)/dcop/libDCOP.la $(am__DEPENDENCIES_1) #>+ 2 am_libkdeinit_klauncher_la_OBJECTS = klauncher.lo klauncher_main.lo autostart.lo @@ -1328,8 +1338,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kinit/tests/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kinit/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -96,6 +96,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -210,7 +212,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -238,6 +239,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -247,6 +249,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -275,6 +278,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -325,6 +329,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -382,6 +387,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -398,12 +404,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -414,8 +420,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -436,9 +442,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-checkPROGRAMS: @@ -491,7 +497,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -683,8 +689,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kded_post/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kded_post/Makefile.in @@ -0,0 +1,786 @@ +# Makefile.in generated by automake 1.10.2 from Makefile.am. +# KDE tags expanded automatically by am_edit - $Revision: 483858 $ +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# This Makefile.in is free software; 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. + +@SET_MAKE@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +subdir = kded_post +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 \ + $(top_builddir)/dcop/dcop-path.h \ + $(top_builddir)/kdecore/kdemacros.h \ + $(top_builddir)/kio/kssl/ksslconfig.h \ + $(top_builddir)/kjs/global.h +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ +#>- html-recursive info-recursive install-data-recursive \ +#>- install-dvi-recursive install-exec-recursive \ +#>- install-html-recursive install-info-recursive \ +#>- install-pdf-recursive install-ps-recursive install-recursive \ +#>- installcheck-recursive installdirs-recursive pdf-recursive \ +#>- ps-recursive uninstall-recursive +#>+ 7 +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive nmcheck-recursive bcheck-recursive +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-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@ +ACL_LIBS = @ACL_LIBS@ +ALLOCA = @ALLOCA@ +AMTAR = @AMTAR@ +AR = @AR@ +ARTSCCONFIG = @ARTSCCONFIG@ +AUTOCONF = @AUTOCONF@ +AUTODIRS = @AUTODIRS@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CONF_FILES = @CONF_FILES@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DCOPIDL = @DCOPIDL@ +DCOPIDL2CPP = @DCOPIDL2CPP@ +DCOPIDLNG = @DCOPIDLNG@ +DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DOXYGEN = @DOXYGEN@ +DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@ +DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@ +EXEEXT = @EXEEXT@ +EXR_FLAGS = @EXR_FLAGS@ +EXTRA_SUBDIRS = @EXTRA_SUBDIRS@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +GSSAPI_INCS = @GSSAPI_INCS@ +GSSAPI_LIBS = @GSSAPI_LIBS@ +GSSAPI_RPATH = @GSSAPI_RPATH@ +HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@ +HAVE_MITSHM = @HAVE_MITSHM@ +HAVE_SENDFILE = @HAVE_SENDFILE@ +HELP_SUBDIR = @HELP_SUBDIR@ +ICE_RLIB = @ICE_RLIB@ +ICE_SUBDIR = @ICE_SUBDIR@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@ +KCONFIG_COMPILER = @KCONFIG_COMPILER@ +KDEINIT_SETUID = @KDEINIT_SETUID@ +KDEINIT_XFT_INCLUDES = @KDEINIT_XFT_INCLUDES@ +KDE_CHECK_PLUGIN = @KDE_CHECK_PLUGIN@ +KDE_EXTRA_RPATH = @KDE_EXTRA_RPATH@ +KDE_FORCE_INLINE = @KDE_FORCE_INLINE@ +KDE_HAS_DOXYGEN = @KDE_HAS_DOXYGEN@ +KDE_HAVE_DOT = @KDE_HAVE_DOT@ +KDE_INCLUDES = @KDE_INCLUDES@ +KDE_LDFLAGS = @KDE_LDFLAGS@ +KDE_MT_LDFLAGS = @KDE_MT_LDFLAGS@ +KDE_MT_LIBS = @KDE_MT_LIBS@ +KDE_NO_UNDEFINED = @KDE_NO_UNDEFINED@ +KDE_PLUGIN = @KDE_PLUGIN@ +KDE_RPATH = @KDE_RPATH@ +KDE_USE_CLOSURE_FALSE = @KDE_USE_CLOSURE_FALSE@ +KDE_USE_CLOSURE_TRUE = @KDE_USE_CLOSURE_TRUE@ +KDE_USE_FINAL_FALSE = @KDE_USE_FINAL_FALSE@ +KDE_USE_FINAL_TRUE = @KDE_USE_FINAL_TRUE@ +KDE_USE_FPIE = @KDE_USE_FPIE@ +KDE_USE_NMCHECK_FALSE = @KDE_USE_NMCHECK_FALSE@ +KDE_USE_NMCHECK_TRUE = @KDE_USE_NMCHECK_TRUE@ +KDE_USE_PIE = @KDE_USE_PIE@ +KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@ +KJAVA_POLICYPATH = @KJAVA_POLICYPATH@ +LDFLAGS = @LDFLAGS@ +LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@ +LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@ +LIBADD_DL = @LIBADD_DL@ +LIBART_CFLAGS = @LIBART_CFLAGS@ +LIBART_LIBS = @LIBART_LIBS@ +LIBART_RPATH = @LIBART_RPATH@ +LIBASOUND = @LIBASOUND@ +LIBBZ2 = @LIBBZ2@ +LIBCOMPAT = @LIBCOMPAT@ +LIBCRYPT = @LIBCRYPT@ +LIBDL = @LIBDL@ +LIBFAM = @LIBFAM@ +LIBICE = @LIBICE@ +LIBJPEG = @LIBJPEG@ +LIBOBJS = @LIBOBJS@ +LIBPCRE = @LIBPCRE@ +LIBPNG = @LIBPNG@ +LIBPTHREAD = @LIBPTHREAD@ +LIBRESOLV = @LIBRESOLV@ +LIBS = @LIBS@ +LIBSM = @LIBSM@ +LIBSOCKET = @LIBSOCKET@ +LIBSSL = @LIBSSL@ +LIBTHAI = @LIBTHAI@ +LIBTIFF = @LIBTIFF@ +LIBTOOL = @LIBTOOL@ +LIBUCB = @LIBUCB@ +LIBUTEMPTER = @LIBUTEMPTER@ +LIBUTIL = @LIBUTIL@ +LIBVOLMGT = @LIBVOLMGT@ +LIBXML_CFLAGS = @LIBXML_CFLAGS@ +LIBXML_LIBS = @LIBXML_LIBS@ +LIBXML_RPATH = @LIBXML_RPATH@ +LIBXSLT_CFLAGS = @LIBXSLT_CFLAGS@ +LIBXSLT_LIBS = @LIBXSLT_LIBS@ +LIBXSLT_RPATH = @LIBXSLT_RPATH@ +LIBZ = @LIBZ@ +LIB_CUPS = @LIB_CUPS@ +LIB_EXR = @LIB_EXR@ +LIB_IDN = @LIB_IDN@ +LIB_JASPER = @LIB_JASPER@ +LIB_KAB = @LIB_KAB@ +LIB_KABC = @LIB_KABC@ +LIB_KDECORE = @LIB_KDECORE@ +LIB_KDED = @LIB_KDED@ +LIB_KDEPIM = @LIB_KDEPIM@ +LIB_KDEPRINT = @LIB_KDEPRINT@ +LIB_KDEUI = @LIB_KDEUI@ +LIB_KDNSSD = @LIB_KDNSSD@ +LIB_KFILE = @LIB_KFILE@ +LIB_KFM = @LIB_KFM@ +LIB_KHTML = @LIB_KHTML@ +LIB_KIMGIO = @LIB_KIMGIO@ +LIB_KIMPROXY = @LIB_KIMPROXY@ +LIB_KIO = @LIB_KIO@ +LIB_KJS = @LIB_KJS@ +LIB_KNEWSTUFF = @LIB_KNEWSTUFF@ +LIB_KPARTS = @LIB_KPARTS@ +LIB_KSPELL = @LIB_KSPELL@ +LIB_KSYCOCA = @LIB_KSYCOCA@ +LIB_KUNITTEST = @LIB_KUNITTEST@ +LIB_KUTILS = @LIB_KUTILS@ +LIB_POLL = @LIB_POLL@ +LIB_QPE = @LIB_QPE@ +LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ +LIB_SMB = @LIB_SMB@ +LIB_X11 = @LIB_X11@ +LIB_XEXT = @LIB_XEXT@ +LIB_XRENDER = @LIB_XRENDER@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +LUA = @LUA@ +LUA_INCLUDES = @LUA_INCLUDES@ +LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ +MCOPIDL = @MCOPIDL@ +MD5SUM = @MD5SUM@ +MEINPROC = @MEINPROC@ +MEINPROC_DEP = @MEINPROC_DEP@ +MKDIR_P = @MKDIR_P@ +MOC = @MOC@ +MSGFMT = @MSGFMT@ +NOOPT_CFLAGS = @NOOPT_CFLAGS@ +NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PCRECFLAGS = @PCRECFLAGS@ +PERL = @PERL@ +PKG_CONFIG = @PKG_CONFIG@ +QNAMESPACE_H = @QNAMESPACE_H@ +QTDOCDIR = @QTDOCDIR@ +QTE_NORTTI = @QTE_NORTTI@ +QT_INCLUDES = @QT_INCLUDES@ +QT_LDFLAGS = @QT_LDFLAGS@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SSL_INCLUDES = @SSL_INCLUDES@ +SSL_LDFLAGS = @SSL_LDFLAGS@ +STRIP = @STRIP@ +TOPSUBDIRS = @TOPSUBDIRS@ +UIC = @UIC@ +UIC_TR = @UIC_TR@ +USER_INCLUDES = @USER_INCLUDES@ +USER_LDFLAGS = @USER_LDFLAGS@ +USE_EXCEPTIONS = @USE_EXCEPTIONS@ +USE_RTTI = @USE_RTTI@ +USE_THREADS = @USE_THREADS@ +VERSION = @VERSION@ +WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@ +XGETTEXT = @XGETTEXT@ +XMKMF = @XMKMF@ +XMLLINT = @XMLLINT@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_INCLUDES = @X_INCLUDES@ +X_LDFLAGS = @X_LDFLAGS@ +X_PRE_LIBS = @X_PRE_LIBS@ +X_RPATH = @X_RPATH@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +all_includes = @all_includes@ +all_libraries = @all_libraries@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +cups_modeldir = @cups_modeldir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +kde_appsdir = @kde_appsdir@ +kde_bindir = @kde_bindir@ +kde_confdir = @kde_confdir@ +kde_cups_config = @kde_cups_config@ +kde_datadir = @kde_datadir@ +kde_htmldir = @kde_htmldir@ +kde_icondir = @kde_icondir@ +kde_includes = @kde_includes@ +kde_kcfgdir = @kde_kcfgdir@ +kde_libraries = @kde_libraries@ +kde_libs_htmldir = @kde_libs_htmldir@ +kde_libs_prefix = @kde_libs_prefix@ +kde_locale = @kde_locale@ +kde_mimedir = @kde_mimedir@ +kde_moduledir = @kde_moduledir@ +kde_qtver = @kde_qtver@ +kde_servicesdir = @kde_servicesdir@ +kde_servicetypesdir = @kde_servicetypesdir@ +kde_sounddir = @kde_sounddir@ +kde_styledir = @kde_styledir@ +kde_templatesdir = @kde_templatesdir@ +kde_wallpaperdir = @kde_wallpaperdir@ +kde_widgetdir = @kde_widgetdir@ +kdeinitdir = @kdeinitdir@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +path_su = @path_su@ +path_sudo = @path_sudo@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +qt_includes = @qt_includes@ +qt_libraries = @qt_libraries@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +x_includes = @x_includes@ +x_libraries = @x_libraries@ +xdg_appsdir = @xdg_appsdir@ +xdg_directorydir = @xdg_directorydir@ +xdg_menudir = @xdg_menudir@ +SUBDIRS = ../kdeui/kdetrayproxy ../kio/kpasswdserver ../kio/misc +#>- all: all-recursive +#>+ 1 +all: docs-am all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) +#>- @for dep in $?; do \ +#>- case '$(am__configure_deps)' in \ +#>- *$$dep*) \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ +#>- exit 1;; \ +#>- esac; \ +#>- done; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign kded_post/Makefile'; \ +#>- cd $(top_srcdir) && \ +#>- $(AUTOMAKE) --foreign kded_post/Makefile +#>+ 12 + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign kded_post/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign kded_post/Makefile + cd $(top_srcdir) && perl admin/am_edit kded_post/Makefile.in +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(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 + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (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): + @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 \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +$(RECURSIVE_CLEAN_TARGETS): + @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)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +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)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { 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 $$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + if test -z "$(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=; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + 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" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -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 mostlyclean-am +#>+ 1 +clean-am: clean-bcheck clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-exec-am: + +install-html: install-html-recursive + +install-info: install-info-recursive + +install-man: + +install-pdf: install-pdf-recursive + +install-ps: install-ps-recursive + +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: + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ + install-strip + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am check check-am clean clean-generic clean-libtool \ + ctags ctags-recursive 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-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ + uninstall uninstall-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: + +#>+ 15 +force-reedit: + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign kded_post/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign kded_post/Makefile + cd $(top_srcdir) && perl admin/am_edit kded_post/Makefile.in + + +#>+ 21 +clean-bcheck: + rm -f *.bchecktest.cc *.bchecktest.cc.class a.out + +bcheck: bcheck-recursive + +bcheck-am: + @for i in ; do \ + if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \ + echo "int main() {return 0;}" > $$i.bchecktest.cc ; \ + echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \ + echo "$$i"; \ + if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cc; then \ + rm -f $$i.bchecktest.cc; exit 1; \ + fi ; \ + echo "" >> $$i.bchecktest.cc.class; \ + perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \ + rm -f a.out; \ + fi ; \ + done + + +#>+ 3 +final: + $(MAKE) all-am + +#>+ 3 +final-install: + $(MAKE) install-am + +#>+ 3 +no-final: + $(MAKE) all-am + +#>+ 3 +no-final-install: + $(MAKE) install-am + +#>+ 3 +kde-rpo-clean: + -rm -f *.rpo + +#>+ 3 +nmcheck: +nmcheck-am: nmcheck --- kdelibs-3.5.10.dfsg.1.orig/doc/Makefile.in +++ kdelibs-3.5.10.dfsg.1/doc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -82,6 +82,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -196,7 +198,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -224,6 +225,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -233,6 +235,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -261,6 +264,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -311,6 +315,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -368,6 +373,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -381,12 +387,12 @@ all: docs-am all-recursive .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -397,8 +403,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -419,9 +425,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -505,7 +511,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -722,8 +728,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/doc/kdelibs/Makefile.in +++ kdelibs-3.5.10.dfsg.1/doc/kdelibs/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -62,6 +62,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -176,7 +178,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -204,6 +205,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -213,6 +215,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -241,6 +244,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -291,6 +295,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -348,6 +353,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -364,12 +370,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -380,8 +386,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -402,9 +408,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -559,8 +565,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/doc/common/Makefile.in +++ kdelibs-3.5.10.dfsg.1/doc/common/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -76,6 +76,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -190,7 +192,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -218,6 +219,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -227,6 +229,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -255,6 +258,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -305,6 +309,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -362,6 +367,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -390,12 +396,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -406,8 +412,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -428,9 +434,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -596,7 +602,7 @@ .NOEXPORT: #>+ 2 -KDE_DIST=4.png doctop1b.png doctop1a-online.png bottom2.png doctop2-online.png appheader.html doctop1.png 2.png kde-default.css web-doctop.png 10.png x11-license.html 1.png kde_logo.png mainfooter.html bottom-left.png top-middle.png lgpl-license.html mainheader.html kde_gear_64.png bottom1.png grad.png qpl-license.html doxygen.css lgpl-license 6.png README.Doxygen gpl-license.html kde-web.css top-left.png headerbg.png Makefile.in footer.html kde-common.css bottom-right.png web-docbottom.png docheadergears.png shadow.png fdl-license.html kde_logo_bg.png 8.png doctop2.png top-right-konqueror.png 9.png kde-localised.css.template doctop1a.png kmenu.png artistic-license.html xml.dcl bsd-license.html fdl-notice.html 3.png 5.png header.html bottom-middle.png favicon.ico Makefile.am fdl-license 7.png gpl-license +KDE_DIST=4.png doctop1b.png doctop1a-online.png doctop2-online.png bottom2.png appheader.html doctop1.png 2.png kde-default.css web-doctop.png 10.png x11-license.html 1.png kde_logo.png mainfooter.html bottom-left.png top-middle.png kde_gear_64.png mainheader.html lgpl-license.html bottom1.png grad.png qpl-license.html doxygen.css 6.png lgpl-license README.Doxygen gpl-license.html kde-web.css top-left.png Makefile.in headerbg.png footer.html kde-common.css web-docbottom.png docheadergears.png bottom-right.png fdl-license.html kde_logo_bg.png shadow.png 8.png doctop2.png top-right-konqueror.png kde-localised.css.template 9.png doctop1a.png kmenu.png xml.dcl bsd-license.html fdl-notice.html artistic-license.html 3.png 5.png bottom-middle.png header.html favicon.ico Makefile.am fdl-license 7.png gpl-license #>+ 2 docs-am: @@ -606,8 +612,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/doc/kspell/Makefile.in +++ kdelibs-3.5.10.dfsg.1/doc/kspell/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -62,6 +62,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -176,7 +178,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -204,6 +205,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -213,6 +215,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -241,6 +244,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -291,6 +295,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -348,6 +353,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -363,12 +369,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -379,8 +385,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -401,9 +407,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -606,8 +612,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kded/kdedmodule.desktop +++ kdelibs-3.5.10.dfsg.1/kded/kdedmodule.desktop @@ -88,3 +88,4 @@ Type=bool [PropertyDef::X-KDE-Kded-load-on-demand] Type=bool +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kded/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kded/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -87,7 +87,9 @@ libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kdeinit_LTLIBRARIES) $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = -#>- kbuildsycoca_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +#>- kbuildsycoca_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +#>- $(am__DEPENDENCIES_1) $(top_builddir)/dcop/libDCOP.la \ +#>- $(am__DEPENDENCIES_1) #>+ 1 kbuildsycoca_la_DEPENDENCIES = libkdeinit_kbuildsycoca.la #>- am_kbuildsycoca_la_OBJECTS = kbuildsycoca.lo \ @@ -106,7 +108,9 @@ kbuildsycoca_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(KDE_CXXFLAGS) $(kbuildsycoca_la_LDFLAGS) $(LDFLAGS) -o $@ -#>- kded_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +#>- kded_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ +#>- $(am__DEPENDENCIES_1) $(top_builddir)/dcop/libDCOP.la \ +#>- $(am__DEPENDENCIES_1) #>+ 1 kded_la_DEPENDENCIES = libkdeinit_kded.la #>- am_kded_la_OBJECTS = kded.lo kdedmodule.lo @@ -205,6 +209,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -319,7 +325,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -347,6 +352,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -356,6 +362,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -384,6 +391,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -434,6 +442,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -491,6 +500,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -504,12 +514,12 @@ lib_LTLIBRARIES = libkdeinit_kded.la libkdeinit_kbuildsycoca.la kdeinit_LTLIBRARIES = kded.la kbuildsycoca.la kded_la_LDFLAGS = $(all_libraries) -module -avoid-version -#>- kded_la_LIBADD = $(LIB_KIO) +#>- kded_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11) #>+ 1 kded_la_LIBADD = libkdeinit_kded.la kded_la_SOURCES = kded.cpp kdedmodule.cpp kbuildsycoca_la_LDFLAGS = $(all_libraries) -module -avoid-version -#>- kbuildsycoca_la_LIBADD = $(LIB_KIO) +#>- kbuildsycoca_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE) #>+ 1 kbuildsycoca_la_LIBADD = libkdeinit_kbuildsycoca.la kbuildsycoca_la_SOURCES = kbuildsycoca.cpp kbuildservicetypefactory.cpp \ @@ -524,7 +534,7 @@ kdontchangethehostname_LDADD = $(LIB_KDECORE) kdontchangethehostname_SOURCES = khostname.cpp kde_menu_LDFLAGS = $(all_libraries) $(KDE_RPATH) -kde_menu_LDADD = $(LIB_KIO) +kde_menu_LDADD = $(LIB_KIO) kde_menu_SOURCES = kde-menu.cpp #>- METASOURCES = AUTO include_HEADERS = kdedmodule.h @@ -544,12 +554,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -560,8 +570,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -582,9 +592,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -798,7 +808,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1088,25 +1098,29 @@ .NOEXPORT: #>+ 2 -libkdeinit_kded_la_LIBADD = $(LIB_KIO) +libkdeinit_kded_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11) #>+ 2 libkdeinit_kded_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries) -#>+ 2 -libkdeinit_kded_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +#>+ 4 +libkdeinit_kded_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(top_builddir)/dcop/libDCOP.la \ + $(am__DEPENDENCIES_1) #>+ 2 am_libkdeinit_kded_la_OBJECTS = kded.lo kdedmodule.lo #>+ 2 -libkdeinit_kbuildsycoca_la_LIBADD = $(LIB_KIO) +libkdeinit_kbuildsycoca_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE) #>+ 2 libkdeinit_kbuildsycoca_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries) -#>+ 2 -libkdeinit_kbuildsycoca_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +#>+ 4 +libkdeinit_kbuildsycoca_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(top_builddir)/dcop/libDCOP.la \ + $(am__DEPENDENCIES_1) #>+ 5 am_libkdeinit_kbuildsycoca_la_OBJECTS = kbuildsycoca.lo \ @@ -1183,8 +1197,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kded/test/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kded/test/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -119,6 +119,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -233,7 +235,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -261,6 +262,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -270,6 +272,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -298,6 +301,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -348,6 +352,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -405,6 +410,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -430,12 +436,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -446,8 +452,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -468,9 +474,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -559,7 +565,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -780,8 +786,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kded/test/test.desktop +++ kdelibs-3.5.10.dfsg.1/kded/test/test.desktop @@ -171,3 +171,4 @@ Comment[zh_HK]=KDED 的測試模組 Comment[zh_TW]=KDED 的測試模組 Comment[zu]=Ingxenye Yokuvivinya ye-KDED +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/gif.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/gif.kimgio @@ -83,3 +83,5 @@ Suffices=gif,GIF Mimetype=image/gif Library= +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/dds.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/dds.kimgio @@ -62,3 +62,5 @@ Mimetype=image/x-dds Library=kimg_dds.la +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/pcx.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/pcx.kimgio @@ -83,3 +83,5 @@ Suffices=pcx,PCX Mimetype=image/x-pcx Library=kimg_pcx.la +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/psd.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/psd.kimgio @@ -70,3 +70,5 @@ Mimetype=image/x-vnd.adobe.photoshop Library=kimg_psd.la +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/png.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/png.kimgio @@ -83,3 +83,5 @@ Suffices=png,PNG Mimetype=image/png Library= +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/ppm.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/ppm.kimgio @@ -83,3 +83,5 @@ Suffices=ppm,PPM,pnm,PNM,ppmraw,PPMRAW Mimetype=image/x-portable-pixmap Library= +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/bmp.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/bmp.kimgio @@ -83,3 +83,5 @@ Suffices=bmp,BMP Mimetype=image/x-bmp Library= +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/xcf.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/xcf.kimgio @@ -76,3 +76,5 @@ Suffices=xcf,XCF Mimetype=image/x-xcf-gimp Library=kimg_xcf.la +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/xv.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/xv.kimgio @@ -85,3 +85,5 @@ Mimetype= Library=kimg_xview.la +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/xpm.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/xpm.kimgio @@ -83,3 +83,5 @@ Suffices=xpm,XPM Mimetype=image/x-xpm Library= +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/eps.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/eps.kimgio @@ -84,3 +84,5 @@ Mimetype=image/x-eps Library=kimg_eps.la +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kimgio/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -63,7 +63,7 @@ kde_moduleLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_module_LTLIBRARIES) am__DEPENDENCIES_1 = -kimg_dds_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +kimg_dds_la_DEPENDENCIES = $(am__DEPENDENCIES_1) am_kimg_dds_la_OBJECTS = dds.lo #>- kimg_dds_la_OBJECTS = $(am_kimg_dds_la_OBJECTS) #>+ 1 @@ -75,7 +75,7 @@ kimg_dds_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(KDE_CXXFLAGS) $(kimg_dds_la_LDFLAGS) $(LDFLAGS) -o $@ -kimg_eps_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +kimg_eps_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_kimg_eps_la_OBJECTS = eps.lo #>- kimg_eps_la_OBJECTS = $(am_kimg_eps_la_OBJECTS) #>+ 1 @@ -87,8 +87,7 @@ kimg_eps_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(KDE_CXXFLAGS) $(kimg_eps_la_LDFLAGS) $(LDFLAGS) -o $@ -kimg_exr_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) +kimg_exr_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_kimg_exr_la_OBJECTS = exr.lo #>- kimg_exr_la_OBJECTS = $(am_kimg_exr_la_OBJECTS) #>+ 1 @@ -102,7 +101,7 @@ $(CXXFLAGS) $(KDE_CXXFLAGS) $(kimg_exr_la_LDFLAGS) $(LDFLAGS) -o $@ @include_EXR_MODULES_TRUE@am_kimg_exr_la_rpath = -rpath \ @include_EXR_MODULES_TRUE@ $(kde_moduledir) -kimg_hdr_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +kimg_hdr_la_DEPENDENCIES = $(am__DEPENDENCIES_1) am_kimg_hdr_la_OBJECTS = hdr.lo #>- kimg_hdr_la_OBJECTS = $(am_kimg_hdr_la_OBJECTS) #>+ 1 @@ -141,7 +140,7 @@ $(CXXFLAGS) $(KDE_CXXFLAGS) $(kimg_jp2_la_LDFLAGS) $(LDFLAGS) -o $@ @include_JP2_MODULES_TRUE@am_kimg_jp2_la_rpath = -rpath \ @include_JP2_MODULES_TRUE@ $(kde_moduledir) -kimg_pcx_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +kimg_pcx_la_DEPENDENCIES = $(am__DEPENDENCIES_1) am_kimg_pcx_la_OBJECTS = pcx.lo #>- kimg_pcx_la_OBJECTS = $(am_kimg_pcx_la_OBJECTS) #>+ 1 @@ -153,7 +152,7 @@ kimg_pcx_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(KDE_CXXFLAGS) $(kimg_pcx_la_LDFLAGS) $(LDFLAGS) -o $@ -kimg_psd_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +kimg_psd_la_DEPENDENCIES = $(am__DEPENDENCIES_1) am_kimg_psd_la_OBJECTS = psd.lo #>- kimg_psd_la_OBJECTS = $(am_kimg_psd_la_OBJECTS) #>+ 1 @@ -165,7 +164,7 @@ kimg_psd_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(KDE_CXXFLAGS) $(kimg_psd_la_LDFLAGS) $(LDFLAGS) -o $@ -kimg_rgb_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +kimg_rgb_la_DEPENDENCIES = $(am__DEPENDENCIES_1) am_kimg_rgb_la_OBJECTS = rgb.lo #>- kimg_rgb_la_OBJECTS = $(am_kimg_rgb_la_OBJECTS) #>+ 1 @@ -177,7 +176,7 @@ kimg_rgb_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(KDE_CXXFLAGS) $(kimg_rgb_la_LDFLAGS) $(LDFLAGS) -o $@ -kimg_tga_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +kimg_tga_la_DEPENDENCIES = $(am__DEPENDENCIES_1) am_kimg_tga_la_OBJECTS = tga.lo #>- kimg_tga_la_OBJECTS = $(am_kimg_tga_la_OBJECTS) #>+ 1 @@ -204,7 +203,7 @@ $(CXXFLAGS) $(KDE_CXXFLAGS) $(kimg_tiff_la_LDFLAGS) $(LDFLAGS) -o $@ @include_TIFF_MODULES_TRUE@am_kimg_tiff_la_rpath = -rpath \ @include_TIFF_MODULES_TRUE@ $(kde_moduledir) -kimg_xcf_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +kimg_xcf_la_DEPENDENCIES = $(am__DEPENDENCIES_1) am_kimg_xcf_la_OBJECTS = xcf.lo #>- kimg_xcf_la_OBJECTS = $(am_kimg_xcf_la_OBJECTS) #>+ 1 @@ -283,6 +282,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -397,7 +398,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -425,6 +425,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -434,6 +435,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -462,6 +464,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -512,6 +515,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -569,6 +573,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -601,7 +606,7 @@ kimg_xview_la_LIBADD = $(LIB_QT) kimg_eps_la_SOURCES = eps.cpp kimg_eps_la_LDFLAGS = -module $(KIMGIO_PLUGIN) -no-undefined $(all_libraries) -kimg_eps_la_LIBADD = $(LIB_KDECORE) +kimg_eps_la_LIBADD = $(LIB_KDECORE) $(LIB_QT) kimg_ico_la_SOURCES = ico.cpp kimg_ico_la_LDFLAGS = -module $(KIMGIO_PLUGIN) -no-undefined $(all_libraries) kimg_ico_la_LIBADD = $(LIB_QT) @@ -610,28 +615,28 @@ kimg_jp2_la_LIBADD = $(LIB_QT) $(LIB_JASPER) ../kdecore/libkdecore.la kimg_pcx_la_SOURCES = pcx.cpp kimg_pcx_la_LDFLAGS = -module $(KIMGIO_PLUGIN) -no-undefined $(all_libraries) -kimg_pcx_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) +kimg_pcx_la_LIBADD = $(LIB_QT) kimg_tga_la_SOURCES = tga.cpp kimg_tga_la_LDFLAGS = -module $(KIMGIO_PLUGIN) -no-undefined $(all_libraries) -kimg_tga_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) +kimg_tga_la_LIBADD = $(LIB_QT) kimg_rgb_la_SOURCES = rgb.cpp kimg_rgb_la_LDFLAGS = -module $(KIMGIO_PLUGIN) -no-undefined $(all_libraries) -kimg_rgb_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) +kimg_rgb_la_LIBADD = $(LIB_QT) kimg_xcf_la_SOURCES = xcf.cpp kimg_xcf_la_LDFLAGS = -module $(KIMGIO_PLUGIN) -no-undefined $(all_libraries) -kimg_xcf_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) +kimg_xcf_la_LIBADD = $(LIB_QT) kimg_exr_la_SOURCES = exr.cpp kimg_exr_la_LDFLAGS = -module $(KIMGIO_PLUGIN) -no-undefined $(all_libraries) -kimg_exr_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_EXR) +kimg_exr_la_LIBADD = $(LIB_QT) $(LIB_EXR) kimg_dds_la_SOURCES = dds.cpp kimg_dds_la_LDFLAGS = -module $(KIMGIO_PLUGIN) -no-undefined $(all_libraries) -kimg_dds_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) +kimg_dds_la_LIBADD = $(LIB_QT) kimg_psd_la_SOURCES = psd.cpp kimg_psd_la_LDFLAGS = -module $(KIMGIO_PLUGIN) -no-undefined $(all_libraries) -kimg_psd_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) +kimg_psd_la_LIBADD = $(LIB_QT) kimg_hdr_la_SOURCES = hdr.cpp kimg_hdr_la_LDFLAGS = -module $(KIMGIO_PLUGIN) -no-undefined $(all_libraries) -kimg_hdr_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) +kimg_hdr_la_LIBADD = $(LIB_QT) noinst_HEADERS = xview.h eps.h tiffr.h g3r.h ico.h jp2.h pcx.h tga.h rgb.h xcf.h gimp.h exr.h dds.h psd.h hdr.h INCLUDES = -I$(top_srcdir)/kio -I$(top_srcdir)/dcop -I$(top_srcdir)/libltdl $(all_includes) -Drestrict= $(EXR_FLAGS) servicedir = $(kde_servicesdir) @@ -647,12 +652,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -663,8 +668,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -685,9 +690,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -812,7 +817,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1107,8 +1112,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kimgio/pbm.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/pbm.kimgio @@ -82,3 +82,5 @@ Suffices=pbm,PBM,pbmraw,PBMRAW Mimetype=image/x-portable-bitmap Library= +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/tiff.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/tiff.kimgio @@ -83,3 +83,5 @@ Suffices=tiff,TIFF,tif,TIF Mimetype=image/tiff Library=kimg_tiff.la +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/hdr.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/hdr.kimgio @@ -60,3 +60,5 @@ Mimetype=image/x-hdr Library=kimg_hdr.la +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/exr.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/exr.kimgio @@ -64,3 +64,5 @@ Suffices=.exr,.EXR Mimetype=image/x-exr Library=kimg_exr.la +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/xbm.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/xbm.kimgio @@ -83,3 +83,5 @@ Suffices=xbm,XBM Mimetype=image/x-xbm Library= +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/tga.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/tga.kimgio @@ -84,3 +84,5 @@ Mimetype=image/x-targa Library=kimg_tga.la +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/rgb.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/rgb.kimgio @@ -78,3 +78,5 @@ Suffices=rgb,RGB,rgba,RGBA,bw,BW,sgi,SGI Mimetype=image/x-rgb Library=kimg_rgb.la +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/pgm.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/pgm.kimgio @@ -82,3 +82,5 @@ Suffices=pgm,PGM,pgmraw,PGMRAW Mimetype=image/x-portable-greymap Library= +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/mng.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/mng.kimgio @@ -77,3 +77,5 @@ Suffices=mng,MNG Mimetype=video/x-mng Library= +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/ico.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/ico.kimgio @@ -82,3 +82,5 @@ Suffices=ico,ICO Mimetype=image/x-ico Library=kimg_ico.la +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/jpeg.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/jpeg.kimgio @@ -83,3 +83,5 @@ Suffices=jpg,JPG,jpeg,JPEG Mimetype=image/jpeg Library= +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/jp2.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/jp2.kimgio @@ -83,3 +83,5 @@ Suffices=jp2,JP2 Mimetype=image/jp2 Library=kimg_jp2.la +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kimgio/g3.kimgio +++ kdelibs-3.5.10.dfsg.1/kimgio/g3.kimgio @@ -75,3 +75,5 @@ Suffices=g3,G3, Mimetype=image/fax-g3 Library=kimg_g3.la +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdeprint/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -77,7 +77,9 @@ LTLIBRARIES = $(kde_module_LTLIBRARIES) $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = kded_kdeprintd_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(top_builddir)/dcop/libDCOP.la \ + $(am__DEPENDENCIES_1) $(top_builddir)/kded/libkdeinit_kded.la am_kded_kdeprintd_la_OBJECTS = kdeprintd.lo kprintprocess.lo #>- kded_kdeprintd_la_OBJECTS = $(am_kded_kdeprintd_la_OBJECTS) #>+ 1 @@ -208,6 +210,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -322,7 +326,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -350,6 +353,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -359,6 +363,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -387,6 +392,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -437,6 +443,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -494,6 +501,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -509,7 +517,7 @@ #>- kded_kdeprintd_la_SOURCES = kdeprintd.skel kdeprintd.cpp kprintprocess.cpp #>+ 1 kded_kdeprintd_la_SOURCES= kdeprintd.cpp kprintprocess.cpp kdeprintd_skel.cpp -kded_kdeprintd_la_LIBADD = $(LIB_KIO) $(LIB_KDED) +kded_kdeprintd_la_LIBADD = $(LIB_KIO) $(LIB_KDED) $(LIB_QT) $(LIB_KDEUI) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE) $(top_builddir)/kded/libkdeinit_kded.la kded_kdeprintd_la_LDFLAGS = $(all_libraries) -module -avoid-version #kded_kdeprintd_la_METASOURCES = AUTO lib_LTLIBRARIES = libkdeprint.la @@ -538,7 +546,7 @@ fooparser.cpp fooscanner.cpp ppdparser.cpp ppdscanner.cpp ppdloader.cpp kmfactory_skel.cpp libkdeprint_la_LDFLAGS = $(all_libraries) -version-info 6:0:2 -no-undefined -libkdeprint_la_LIBADD = $(LIB_KPARTS) $(LIBZ) +libkdeprint_la_LIBADD = $(LIBZ) $(LIB_QT) $(LIB_KDEUI) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE) $(LIB_KFILE) libkdeprint_la_DEPENDENCIES = $(LIB_KPARTS) #>- libkdeprint_la_METASOURCES = AUTO noinst_HEADERS = kmdbentry.h kmfactory.h \ @@ -588,12 +596,12 @@ .SUFFIXES: .SUFFIXES: .c .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -604,8 +612,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -626,9 +634,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-noinstLIBRARIES: @@ -997,7 +1005,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1373,18 +1381,18 @@ $(DCOPIDL2CPP) --c++-suffix cpp --no-signals --no-stub kmfactory.kidl #>+ 3 -posterpreview.moc: $(srcdir)/posterpreview.h - $(MOC) $(srcdir)/posterpreview.h -o posterpreview.moc +kprintdialog.moc: $(srcdir)/kprintdialog.h + $(MOC) $(srcdir)/kprintdialog.h -o kprintdialog.moc #>+ 2 -mocs: posterpreview.moc +mocs: kprintdialog.moc #>+ 3 -kprintdialog.moc: $(srcdir)/kprintdialog.h - $(MOC) $(srcdir)/kprintdialog.h -o kprintdialog.moc +posterpreview.moc: $(srcdir)/posterpreview.h + $(MOC) $(srcdir)/posterpreview.h -o posterpreview.moc #>+ 2 -mocs: kprintdialog.moc +mocs: posterpreview.moc #>+ 3 marginpreview.moc: $(srcdir)/marginpreview.h @@ -1429,6 +1437,13 @@ mocs: plugincombobox.moc #>+ 3 +kdeprintd.moc: $(srcdir)/kdeprintd.h + $(MOC) $(srcdir)/kdeprintd.h -o kdeprintd.moc + +#>+ 2 +mocs: kdeprintd.moc + +#>+ 3 driverview.moc: $(srcdir)/driverview.h $(MOC) $(srcdir)/driverview.h -o driverview.moc @@ -1443,13 +1458,6 @@ mocs: kpgeneralpage.moc #>+ 3 -kdeprintd.moc: $(srcdir)/kdeprintd.h - $(MOC) $(srcdir)/kdeprintd.h -o kdeprintd.moc - -#>+ 2 -mocs: kdeprintd.moc - -#>+ 3 kpfilterpage.moc: $(srcdir)/kpfilterpage.h $(MOC) $(srcdir)/kpfilterpage.h -o kpfilterpage.moc @@ -1513,18 +1521,18 @@ mocs: kprintdialogpage.moc #>+ 3 -kprintpreview.moc: $(srcdir)/kprintpreview.h - $(MOC) $(srcdir)/kprintpreview.h -o kprintpreview.moc +kpqtpage.moc: $(srcdir)/kpqtpage.h + $(MOC) $(srcdir)/kpqtpage.h -o kpqtpage.moc #>+ 2 -mocs: kprintpreview.moc +mocs: kpqtpage.moc #>+ 3 -kpqtpage.moc: $(srcdir)/kpqtpage.h - $(MOC) $(srcdir)/kpqtpage.h -o kpqtpage.moc +kprintpreview.moc: $(srcdir)/kprintpreview.h + $(MOC) $(srcdir)/kprintpreview.h -o kprintpreview.moc #>+ 2 -mocs: kpqtpage.moc +mocs: kprintpreview.moc #>+ 3 kmuimanager.moc: $(srcdir)/kmuimanager.h @@ -1556,7 +1564,7 @@ #>+ 3 clean-metasources: - -rm -f posterpreview.moc kprintdialog.moc marginpreview.moc kpposterpage.moc kmjobmanager.moc kpcopiespage.moc messagewindow.moc plugincombobox.moc driverview.moc kpgeneralpage.moc kdeprintd.moc kpfilterpage.moc kprinterpropertydialog.moc kmfactory.moc kprintprocess.moc kfilelist.moc droptionview.moc marginwidget.moc kprinterimpl.moc kprintdialogpage.moc kprintpreview.moc kpqtpage.moc kmuimanager.moc kmmanager.moc marginvaluewidget.moc kprintaction.moc + -rm -f kprintdialog.moc posterpreview.moc marginpreview.moc kpposterpage.moc kmjobmanager.moc kpcopiespage.moc messagewindow.moc plugincombobox.moc kdeprintd.moc driverview.moc kpgeneralpage.moc kpfilterpage.moc kprinterpropertydialog.moc kmfactory.moc kprintprocess.moc kfilelist.moc droptionview.moc marginwidget.moc kprinterimpl.moc kprintdialogpage.moc kpqtpage.moc kprintpreview.moc kmuimanager.moc kmmanager.moc marginvaluewidget.moc kprintaction.moc #>+ 2 KDE_DIST=ppdparser.y testprint.ps kdeprintrc.upd Makefile.in specials.desktop TODO.cups12 fooparser.cpp.h kdeprintrc configure.in.in kdeprintd.desktop signal_proc.c ppdscanner.l ppdparser.cpp.h Makefile.am @@ -1575,8 +1583,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/kdeprintd.desktop +++ kdelibs-3.5.10.dfsg.1/kdeprint/kdeprintd.desktop @@ -160,3 +160,4 @@ Comment[zh_CN]=KDE 的打印守护进程 Comment[zh_HK]=KDE 的列印伺服程式 Comment[zh_TW]=KDE 的列印服務程式 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/specials.desktop +++ kdelibs-3.5.10.dfsg.1/kdeprint/specials.desktop @@ -1194,3 +1194,4 @@ Name[zh_TW]=高階傳真工具 (ksendfax) Name[zu]=Ithuluz Lezinga eliphezulu lokuthumela i-fax (ksendfax) Require=exec:/ksendfax +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/rlpr/rlpr.print +++ kdelibs-3.5.10.dfsg.1/kdeprint/rlpr/rlpr.print @@ -82,3 +82,4 @@ Comment[zu]=Ezendalo ze-RLPR (abalekeleli abakude be-LPD) DetectUris=exec:/rlpr DetectPrecedence=0 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/rlpr/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdeprint/rlpr/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -60,8 +60,11 @@ am__installdirs = "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(entrydir)" kde_moduleLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_module_LTLIBRARIES) +am__DEPENDENCIES_1 = kdeprint_rlpr_la_DEPENDENCIES = \ - $(top_builddir)/kdeprint/management/libkdeprint_management.la + $(top_builddir)/kdeprint/management/libkdeprint_management.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_kdeprint_rlpr_la_OBJECTS = kmrlprfactory.lo kmrlprmanager.lo \ krlprprinterimpl.lo kmrlpruimanager.lo kmwrlpr.lo \ kmproprlpr.lo kmproxywidget.lo kmconfigproxy.lo @@ -123,6 +126,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -237,7 +242,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -265,6 +269,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -274,6 +279,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -302,6 +308,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -352,6 +359,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -409,6 +417,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -423,7 +432,7 @@ kmwrlpr.cpp kmproprlpr.cpp kmproxywidget.cpp kmconfigproxy.cpp kdeprint_rlpr_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -kdeprint_rlpr_la_LIBADD = $(top_builddir)/kdeprint/management/libkdeprint_management.la +kdeprint_rlpr_la_LIBADD = $(top_builddir)/kdeprint/management/libkdeprint_management.la $(LIB_QT) $(LIB_KDEPRINT) $(LIB_KDECORE) $(LIB_KDEUI) #>- kdeprint_rlpr_la_METASOURCES = AUTO noinst_HEADERS = kmrlprmanager.h krlprprinterimpl.h kmrlpruimanager.h kmwrlpr.h kmproprlpr.h \ kmproxywidget.h kmconfigproxy.h @@ -436,12 +445,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -452,8 +461,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -474,9 +483,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -572,7 +581,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -782,8 +791,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/foomatic/foomatic.print +++ kdelibs-3.5.10.dfsg.1/kdeprint/foomatic/foomatic.print @@ -15,3 +15,4 @@ Comment[te]=ఫూమెటిక్ (సియుపిఎస్, ఎల్ పి ఆర్ అన్ జి,పిడిక్యు) DetectUris=exec:/foomatic-configure,config:/foomatic/ DetectPrecedence=0 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/foomatic/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdeprint/foomatic/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -144,6 +144,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -258,7 +260,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -286,6 +287,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -295,6 +297,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -323,6 +326,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -373,6 +377,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -430,6 +435,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -458,12 +464,12 @@ .SUFFIXES: .SUFFIXES: .c .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -474,8 +480,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -496,9 +502,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -642,7 +648,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -843,8 +849,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/pics/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdeprint/pics/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -72,6 +72,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -186,7 +188,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -214,6 +215,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -223,6 +225,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -251,6 +254,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -301,6 +305,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -358,6 +363,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -392,12 +398,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -408,8 +414,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -430,9 +436,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -602,7 +608,7 @@ .NOEXPORT: #>+ 2 -KDE_DIST=cr16-app-kdeprint_printer_class_stopped.png cr22-action-kdeprint_uploadsmb.png cr16-app-kdeprint_printer_class_process.png cr22-action-kdeprint_addpseudo.png cr22-action-kdeprint_defaultsoft.png cr16-app-kdeprint_job.png kdeprint_collate.png Makefile.in cr32-app-kdeprint_printer.png cr16-app-kdeprint_printer_class.png cr16-app-kdeprint_job_completed.png kdeprint_grayscale.png cr22-action-kdeprint_printer_infos.png kdeprint_opt_duplex.png cr22-action-package_utilities.png cr32-app-kdeprint_printer_class_stopped.png cr16-app-kdeprint_printer_stopped.png stopsign.png kdeprint_duplex_long.png cr22-action-kdeprint_printer.png cr32-app-kdeprint_printer_defect.png cr22-action-history.png cr32-app-kdeprint_printer_users.png cr16-app-kdeprint_printer_defect.png cr16-app-kdeprint_computer.png cr32-action-kdeprint_inklevel.png kdeprint_prettyprint.png kdeprint_uncollate_reverse.png kdeprint_nup1.png cr32-app-kdeprint_printer_process.png kdeprint_color.png cr22-action-kdeprint_restartsrv.png cr16-app-kdeprint_job_cancelled.png kdeprint_portrait.png cr16-action-filterstop.png kdeprint_revlandscape.png kdeprint_landscape.png cr64-app-kdeprint_printer.png cr48-app-kdeprint_printer.png kdeprint_nupother.png cr22-action-kdeprint_printstate.png cr16-app-kdeprint_printer_remote_stopped.png cr16-app-kdeprint_job_error.png kdeprint_nup4.png cr22-action-kdeprint_report.png cr16-app-kdeprint_job_stopped.png cr22-action-kdeprint_configmgr.png processsign.png cr16-action-kdeprint_uploadsmb.png cr32-app-kdeprint_printer_remote_stopped.png cr32-app-kdeprint_printer_remote_process.png kdeprint_nup2.png cr22-action-kdeprint_testprinter.png cr16-app-kdeprint_printer_process.png cr16-app-kdeprint_printer_remote.png kdeprint_uncollate.png kdeprint_dupl_none.png cr32-app-kdeprint_printer_class.png cr16-app-kdeprint_job_process.png cr32-app-kdeprint_printer_remote.png kdeprint_pagesize.png cr22-action-kdeprint_stopprinter.png cr16-app-kdeprint_printer_remote_process.png cr48-app-kdeprint_printer_class.png kdeprint_duplex_short.png cr22-action-kdeprint_defaulthard.png cr32-app-kdeprint_printer_class_process.png cr16-action-kdeprint_restartsrv.png cr22-app-kdeprint_printer.png cr22-action-kdeprint_enableprinter.png kdeprint_revportrait.png kdeprint_collate_reverse.png kdeprint_duplex_none.png cr32-app-kdeprint_printer_stopped.png cr22-action-kdeprint_queuestate.png cr16-app-kdeprint_printer.png cr22-action-kdeprint_addprinter.png cr64-app-kdeprint_printer_class.png Makefile.am cr22-action-kdeprint_configsrv.png +KDE_DIST=cr16-app-kdeprint_printer_class_stopped.png cr22-action-kdeprint_uploadsmb.png cr16-app-kdeprint_printer_class_process.png cr22-action-kdeprint_addpseudo.png cr22-action-kdeprint_defaultsoft.png cr16-app-kdeprint_job.png kdeprint_collate.png Makefile.in cr32-app-kdeprint_printer.png cr16-app-kdeprint_printer_class.png kdeprint_grayscale.png cr16-app-kdeprint_job_completed.png cr22-action-kdeprint_printer_infos.png kdeprint_opt_duplex.png cr22-action-package_utilities.png cr32-app-kdeprint_printer_class_stopped.png cr16-app-kdeprint_printer_stopped.png kdeprint_duplex_long.png stopsign.png cr22-action-kdeprint_printer.png cr32-app-kdeprint_printer_defect.png cr22-action-history.png cr32-app-kdeprint_printer_users.png cr16-app-kdeprint_computer.png cr16-app-kdeprint_printer_defect.png cr32-action-kdeprint_inklevel.png kdeprint_prettyprint.png kdeprint_uncollate_reverse.png kdeprint_nup1.png cr32-app-kdeprint_printer_process.png kdeprint_color.png cr22-action-kdeprint_restartsrv.png cr16-app-kdeprint_job_cancelled.png kdeprint_portrait.png cr16-action-filterstop.png kdeprint_landscape.png kdeprint_revlandscape.png cr64-app-kdeprint_printer.png cr48-app-kdeprint_printer.png kdeprint_nupother.png cr22-action-kdeprint_printstate.png cr16-app-kdeprint_printer_remote_stopped.png cr16-app-kdeprint_job_error.png kdeprint_nup4.png cr22-action-kdeprint_report.png cr16-app-kdeprint_job_stopped.png cr22-action-kdeprint_configmgr.png processsign.png cr32-app-kdeprint_printer_remote_stopped.png cr16-action-kdeprint_uploadsmb.png cr32-app-kdeprint_printer_remote_process.png kdeprint_nup2.png cr22-action-kdeprint_testprinter.png cr16-app-kdeprint_printer_process.png kdeprint_uncollate.png cr16-app-kdeprint_printer_remote.png kdeprint_dupl_none.png cr32-app-kdeprint_printer_class.png cr16-app-kdeprint_job_process.png cr32-app-kdeprint_printer_remote.png kdeprint_pagesize.png cr22-action-kdeprint_stopprinter.png cr16-app-kdeprint_printer_remote_process.png cr48-app-kdeprint_printer_class.png kdeprint_duplex_short.png cr22-action-kdeprint_defaulthard.png cr32-app-kdeprint_printer_class_process.png cr16-action-kdeprint_restartsrv.png cr22-app-kdeprint_printer.png cr22-action-kdeprint_enableprinter.png kdeprint_revportrait.png kdeprint_collate_reverse.png kdeprint_duplex_none.png cr32-app-kdeprint_printer_stopped.png cr22-action-kdeprint_queuestate.png cr16-app-kdeprint_printer.png cr64-app-kdeprint_printer_class.png cr22-action-kdeprint_addprinter.png Makefile.am cr22-action-kdeprint_configsrv.png #>+ 2 docs-am: @@ -610,133 +616,133 @@ #>+ 122 install-kde-icons: $(mkinstalldirs) $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps - $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_job_error.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job_error.png + $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_job_completed.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job_completed.png + $(mkinstalldirs) $(DESTDIR)$(stdicondir)/crystalsvg/16x16/actions + $(INSTALL_DATA) $(srcdir)/cr16-action-kdeprint_uploadsmb.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/actions/kdeprint_uploadsmb.png + $(mkinstalldirs) $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions + $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_report.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_report.png + $(INSTALL_DATA) $(srcdir)/cr22-action-package_utilities.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/package_utilities.png + $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_configmgr.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_configmgr.png + $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_printer_class.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_class.png + $(INSTALL_DATA) $(srcdir)/cr16-action-kdeprint_restartsrv.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/actions/kdeprint_restartsrv.png + $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_printer_remote.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_remote.png + $(mkinstalldirs) $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps + $(INSTALL_DATA) $(srcdir)/cr32-app-kdeprint_printer_class.png $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_class.png + $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_addprinter.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_addprinter.png + $(INSTALL_DATA) $(srcdir)/cr22-action-history.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/history.png + $(mkinstalldirs) $(DESTDIR)$(stdicondir)/crystalsvg/64x64/apps + $(INSTALL_DATA) $(srcdir)/cr64-app-kdeprint_printer_class.png $(DESTDIR)$(stdicondir)/crystalsvg/64x64/apps/kdeprint_printer_class.png + $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_printer_class_stopped.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_class_stopped.png + $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_printer.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer.png + $(INSTALL_DATA) $(srcdir)/cr16-action-filterstop.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/actions/filterstop.png $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_printer_remote_process.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_remote_process.png - $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_printer_remote_stopped.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_remote_stopped.png $(mkinstalldirs) $(DESTDIR)$(stdicondir)/crystalsvg/48x48/apps - $(INSTALL_DATA) $(srcdir)/cr48-app-kdeprint_printer.png $(DESTDIR)$(stdicondir)/crystalsvg/48x48/apps/kdeprint_printer.png $(INSTALL_DATA) $(srcdir)/cr48-app-kdeprint_printer_class.png $(DESTDIR)$(stdicondir)/crystalsvg/48x48/apps/kdeprint_printer_class.png - $(mkinstalldirs) $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps - $(INSTALL_DATA) $(srcdir)/cr32-app-kdeprint_printer_remote_stopped.png $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_remote_stopped.png - $(INSTALL_DATA) $(srcdir)/cr32-app-kdeprint_printer_class.png $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_class.png - $(mkinstalldirs) $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions - $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_queuestate.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_queuestate.png - $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_defaultsoft.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_defaultsoft.png - $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_printer_stopped.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_stopped.png - $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_printstate.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_printstate.png - $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_printer_infos.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_printer_infos.png - $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_job.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job.png + $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_job_error.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job_error.png + $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_job_stopped.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job_stopped.png + $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_uploadsmb.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_uploadsmb.png + $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_job_process.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job_process.png $(INSTALL_DATA) $(srcdir)/cr32-app-kdeprint_printer_class_stopped.png $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_class_stopped.png - $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_enableprinter.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_enableprinter.png - $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_addpseudo.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_addpseudo.png - $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_printer.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_printer.png $(INSTALL_DATA) $(srcdir)/cr32-app-kdeprint_printer_users.png $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_users.png - $(INSTALL_DATA) $(srcdir)/cr32-app-kdeprint_printer_remote_process.png $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_remote_process.png - $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_uploadsmb.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_uploadsmb.png - $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_configmgr.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_configmgr.png + $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_printer_defect.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_defect.png + $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_addpseudo.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_addpseudo.png + $(INSTALL_DATA) $(srcdir)/cr32-app-kdeprint_printer_defect.png $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_defect.png + $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_printer_stopped.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_stopped.png $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_testprinter.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_testprinter.png - $(mkinstalldirs) $(DESTDIR)$(stdicondir)/crystalsvg/64x64/apps - $(INSTALL_DATA) $(srcdir)/cr64-app-kdeprint_printer_class.png $(DESTDIR)$(stdicondir)/crystalsvg/64x64/apps/kdeprint_printer_class.png - $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_job_process.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job_process.png + $(INSTALL_DATA) $(srcdir)/cr32-app-kdeprint_printer_stopped.png $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_stopped.png + $(INSTALL_DATA) $(srcdir)/cr48-app-kdeprint_printer.png $(DESTDIR)$(stdicondir)/crystalsvg/48x48/apps/kdeprint_printer.png $(mkinstalldirs) $(DESTDIR)$(stdicondir)/crystalsvg/22x22/apps $(INSTALL_DATA) $(srcdir)/cr22-app-kdeprint_printer.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/apps/kdeprint_printer.png - $(mkinstalldirs) $(DESTDIR)$(stdicondir)/crystalsvg/16x16/actions - $(INSTALL_DATA) $(srcdir)/cr16-action-kdeprint_restartsrv.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/actions/kdeprint_restartsrv.png - $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_computer.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_computer.png - $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_printer_class.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_class.png - $(INSTALL_DATA) $(srcdir)/cr32-app-kdeprint_printer_stopped.png $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_stopped.png - $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_job_completed.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job_completed.png - $(INSTALL_DATA) $(srcdir)/cr16-action-filterstop.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/actions/filterstop.png - $(INSTALL_DATA) $(srcdir)/cr22-action-package_utilities.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/package_utilities.png - $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_addprinter.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_addprinter.png - $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_printer_process.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_process.png - $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_stopprinter.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_stopprinter.png - $(INSTALL_DATA) $(srcdir)/cr32-app-kdeprint_printer_defect.png $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_defect.png - $(INSTALL_DATA) $(srcdir)/cr32-app-kdeprint_printer.png $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer.png - $(INSTALL_DATA) $(srcdir)/cr16-action-kdeprint_uploadsmb.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/actions/kdeprint_uploadsmb.png - $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_job_stopped.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job_stopped.png + $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_defaultsoft.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_defaultsoft.png + $(INSTALL_DATA) $(srcdir)/cr64-app-kdeprint_printer.png $(DESTDIR)$(stdicondir)/crystalsvg/64x64/apps/kdeprint_printer.png + $(INSTALL_DATA) $(srcdir)/cr32-app-kdeprint_printer_class_process.png $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_class_process.png + $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_restartsrv.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_restartsrv.png $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_configsrv.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_configsrv.png - $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_report.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_report.png - $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_defaulthard.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_defaulthard.png - $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_printer_class_process.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_class_process.png + $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_job.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job.png + $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_printer_remote_stopped.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_remote_stopped.png + $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_printer_process.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_process.png $(INSTALL_DATA) $(srcdir)/cr32-app-kdeprint_printer_remote.png $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_remote.png - $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_restartsrv.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_restartsrv.png - $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_printer_defect.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_defect.png + $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_computer.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_computer.png $(INSTALL_DATA) $(srcdir)/cr32-app-kdeprint_printer_process.png $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_process.png + $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_printer.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_printer.png + $(INSTALL_DATA) $(srcdir)/cr32-app-kdeprint_printer.png $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer.png + $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_printstate.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_printstate.png + $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_stopprinter.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_stopprinter.png + $(INSTALL_DATA) $(srcdir)/cr32-app-kdeprint_printer_remote_process.png $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_remote_process.png + $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_queuestate.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_queuestate.png $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_job_cancelled.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job_cancelled.png - $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_printer_class_stopped.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_class_stopped.png - $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_printer.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer.png + $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_printer_class_process.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_class_process.png + $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_printer_infos.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_printer_infos.png + $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_defaulthard.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_defaulthard.png + $(INSTALL_DATA) $(srcdir)/cr32-app-kdeprint_printer_remote_stopped.png $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_remote_stopped.png $(mkinstalldirs) $(DESTDIR)$(stdicondir)/crystalsvg/32x32/actions $(INSTALL_DATA) $(srcdir)/cr32-action-kdeprint_inklevel.png $(DESTDIR)$(stdicondir)/crystalsvg/32x32/actions/kdeprint_inklevel.png - $(INSTALL_DATA) $(srcdir)/cr16-app-kdeprint_printer_remote.png $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_remote.png - $(INSTALL_DATA) $(srcdir)/cr64-app-kdeprint_printer.png $(DESTDIR)$(stdicondir)/crystalsvg/64x64/apps/kdeprint_printer.png - $(INSTALL_DATA) $(srcdir)/cr22-action-history.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/history.png - $(INSTALL_DATA) $(srcdir)/cr32-app-kdeprint_printer_class_process.png $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_class_process.png + $(INSTALL_DATA) $(srcdir)/cr22-action-kdeprint_enableprinter.png $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_enableprinter.png uninstall-kde-icons: - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job_error.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job_completed.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/actions/kdeprint_uploadsmb.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_report.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/package_utilities.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_configmgr.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_class.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/actions/kdeprint_restartsrv.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_remote.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_class.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_addprinter.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/history.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/64x64/apps/kdeprint_printer_class.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_class_stopped.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/actions/filterstop.png -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_remote_process.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_remote_stopped.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/48x48/apps/kdeprint_printer.png -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/48x48/apps/kdeprint_printer_class.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_remote_stopped.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_class.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_queuestate.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_defaultsoft.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_stopped.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_printstate.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_printer_infos.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job_error.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job_stopped.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_uploadsmb.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job_process.png -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_class_stopped.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_enableprinter.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_addpseudo.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_printer.png -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_users.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_remote_process.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_uploadsmb.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_configmgr.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_defect.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_addpseudo.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_defect.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_stopped.png -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_testprinter.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/64x64/apps/kdeprint_printer_class.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job_process.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/apps/kdeprint_printer.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/actions/kdeprint_restartsrv.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_computer.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_class.png -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_stopped.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job_completed.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/actions/filterstop.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/package_utilities.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_addprinter.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_process.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_stopprinter.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_defect.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/actions/kdeprint_uploadsmb.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job_stopped.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/48x48/apps/kdeprint_printer.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/apps/kdeprint_printer.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_defaultsoft.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/64x64/apps/kdeprint_printer.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_class_process.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_restartsrv.png -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_configsrv.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_report.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_defaulthard.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_class_process.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_remote_stopped.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_process.png -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_remote.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_restartsrv.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_defect.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_computer.png -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_process.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_printer.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_printstate.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_stopprinter.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_remote_process.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_queuestate.png -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_job_cancelled.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_class_stopped.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_class_process.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_printer_infos.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_defaulthard.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_remote_stopped.png -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/32x32/actions/kdeprint_inklevel.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/16x16/apps/kdeprint_printer_remote.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/64x64/apps/kdeprint_printer.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/history.png - -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/32x32/apps/kdeprint_printer_class_process.png + -rm -f $(DESTDIR)$(stdicondir)/crystalsvg/22x22/actions/kdeprint_enableprinter.png #>+ 15 force-reedit: @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/cups/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdeprint/cups/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -67,7 +67,8 @@ kdeprint_cups_la_DEPENDENCIES = \ $(top_builddir)/kdeprint/management/libkdeprint_management.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(top_builddir)/kdecore/libkdefakes.la + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_kdeprint_cups_la_OBJECTS = cupsinfos.lo ipprequest.lo \ kmcupsfactory.lo kmcupsjobmanager.lo kmcupsmanager.lo \ kmcupsuimanager.lo kmpropbanners.lo kmwbanners.lo kmwipp.lo \ @@ -192,6 +193,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -306,7 +309,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -334,6 +336,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -343,6 +346,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -371,6 +375,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -421,6 +426,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -478,6 +484,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -499,7 +506,7 @@ kptagspage.cpp kdeprint_cups_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -kdeprint_cups_la_LIBADD = $(top_builddir)/kdeprint/management/libkdeprint_management.la $(LIB_KIO) $(LIB_CUPS) $(top_builddir)/kdecore/libkdefakes.la +kdeprint_cups_la_LIBADD = $(top_builddir)/kdeprint/management/libkdeprint_management.la $(LIB_KIO) $(LIB_CUPS) $(LIB_QT) $(LIB_KDEPRINT) $(LIB_KDECORE) $(LIB_KDEUI) #>- kdeprint_cups_la_METASOURCES = AUTO noinst_HEADERS = cupsinfos.h ipprequest.h kmcupsjobmanager.h kmcupsmanager.h kmcupsuimanager.h \ kmpropbanners.h kmwbanners.h kmwipp.h kmwippselect.h kcupsprinterimpl.h \ @@ -525,12 +532,12 @@ .SUFFIXES: .SUFFIXES: .c .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -541,8 +548,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -563,9 +570,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -828,7 +835,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1082,18 +1089,18 @@ mocs: kpimagepage.moc #>+ 3 -kmwquota.moc: $(srcdir)/kmwquota.h - $(MOC) $(srcdir)/kmwquota.h -o kmwquota.moc +kmcupsjobmanager.moc: $(srcdir)/kmcupsjobmanager.h + $(MOC) $(srcdir)/kmcupsjobmanager.h -o kmcupsjobmanager.moc #>+ 2 -mocs: kmwquota.moc +mocs: kmcupsjobmanager.moc #>+ 3 -kmcupsjobmanager.moc: $(srcdir)/kmcupsjobmanager.h - $(MOC) $(srcdir)/kmcupsjobmanager.h -o kmcupsjobmanager.moc +kmwquota.moc: $(srcdir)/kmwquota.h + $(MOC) $(srcdir)/kmwquota.h -o kmwquota.moc #>+ 2 -mocs: kmcupsjobmanager.moc +mocs: kmwquota.moc #>+ 3 kmwippprinter.moc: $(srcdir)/kmwippprinter.h @@ -1139,7 +1146,7 @@ #>+ 3 clean-metasources: - -rm -f kmwother.moc kpschedulepage.moc kpimagepage.moc kmwquota.moc kmcupsjobmanager.moc kmwippprinter.moc kmwusers.moc ippreportdlg.moc kptextpage.moc kmcupsmanager.moc cupsaddsmb2.moc + -rm -f kmwother.moc kpschedulepage.moc kpimagepage.moc kmcupsjobmanager.moc kmwquota.moc kmwippprinter.moc kmwusers.moc ippreportdlg.moc kptextpage.moc kmcupsmanager.moc cupsaddsmb2.moc #>+ 2 KDE_DIST=cups.print Makefile.in preview-mini.png configure.in.in preview.png Makefile.am @@ -1152,8 +1159,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -1186,7 +1193,7 @@ #>+ 11 -kdeprint_cups_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/cupsinfos.cpp $(srcdir)/ipprequest.cpp $(srcdir)/kmcupsfactory.cpp $(srcdir)/kmcupsjobmanager.cpp $(srcdir)/kmcupsmanager.cpp $(srcdir)/kmcupsuimanager.cpp $(srcdir)/kmpropbanners.cpp $(srcdir)/kmwbanners.cpp $(srcdir)/kmwipp.cpp $(srcdir)/kmwippselect.cpp $(srcdir)/kcupsprinterimpl.cpp $(srcdir)/kmcupsconfigwidget.cpp $(srcdir)/kmconfigcups.cpp $(srcdir)/kmconfigcupsdir.cpp $(srcdir)/kmwippprinter.cpp $(srcdir)/kmwfax.cpp $(srcdir)/kmwquota.cpp $(srcdir)/kmpropquota.cpp $(srcdir)/kmwusers.cpp $(srcdir)/kmpropusers.cpp $(srcdir)/kpschedulepage.cpp $(srcdir)/image.cpp $(srcdir)/imagepreview.cpp $(srcdir)/imageposition.cpp $(srcdir)/kpimagepage.cpp $(srcdir)/kptextpage.cpp $(srcdir)/kphpgl2page.cpp $(srcdir)/cupsaddsmb2.cpp $(srcdir)/kmwother.cpp $(srcdir)/ippreportdlg.cpp $(srcdir)/kptagspage.cpp kmwother.moc kpschedulepage.moc kpimagepage.moc kmcupsjobmanager.moc kmwquota.moc kmwippprinter.moc kmwusers.moc kptextpage.moc ippreportdlg.moc kmcupsmanager.moc cupsaddsmb2.moc +kdeprint_cups_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/cupsinfos.cpp $(srcdir)/ipprequest.cpp $(srcdir)/kmcupsfactory.cpp $(srcdir)/kmcupsjobmanager.cpp $(srcdir)/kmcupsmanager.cpp $(srcdir)/kmcupsuimanager.cpp $(srcdir)/kmpropbanners.cpp $(srcdir)/kmwbanners.cpp $(srcdir)/kmwipp.cpp $(srcdir)/kmwippselect.cpp $(srcdir)/kcupsprinterimpl.cpp $(srcdir)/kmcupsconfigwidget.cpp $(srcdir)/kmconfigcups.cpp $(srcdir)/kmconfigcupsdir.cpp $(srcdir)/kmwippprinter.cpp $(srcdir)/kmwfax.cpp $(srcdir)/kmwquota.cpp $(srcdir)/kmpropquota.cpp $(srcdir)/kmwusers.cpp $(srcdir)/kmpropusers.cpp $(srcdir)/kpschedulepage.cpp $(srcdir)/image.cpp $(srcdir)/imagepreview.cpp $(srcdir)/imageposition.cpp $(srcdir)/kpimagepage.cpp $(srcdir)/kptextpage.cpp $(srcdir)/kphpgl2page.cpp $(srcdir)/cupsaddsmb2.cpp $(srcdir)/kmwother.cpp $(srcdir)/ippreportdlg.cpp $(srcdir)/kptagspage.cpp kmwother.moc kpschedulepage.moc kpimagepage.moc kmwquota.moc kmcupsjobmanager.moc kmwippprinter.moc kmwusers.moc kptextpage.moc ippreportdlg.moc kmcupsmanager.moc cupsaddsmb2.moc @echo 'creating kdeprint_cups_la.all_cpp.cpp ...'; \ rm -f kdeprint_cups_la.all_cpp.files kdeprint_cups_la.all_cpp.final; \ echo "#define KDE_USE_FINAL 1" >> kdeprint_cups_la.all_cpp.final; \ --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/cups/cups.print +++ kdelibs-3.5.10.dfsg.1/kdeprint/cups/cups.print @@ -66,3 +66,4 @@ DetectPrecedence=10 MimeTypes=application/postscript,application/pdf,image/gif,image/jpeg,image/png,image/x-bmp,image/x-xpm PrimaryMimeType=application/postscript +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/cups/cupsdconf2/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdeprint/cups/cupsdconf2/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -68,7 +68,8 @@ LTLIBRARIES = $(kdeinit_LTLIBRARIES) $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = #>- cupsdconf_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ -#>- $(am__DEPENDENCIES_1) +#>- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ +#>- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) #>+ 1 cupsdconf_la_DEPENDENCIES = libkdeinit_cupsdconf.la #>- am_cupsdconf_la_OBJECTS = cupsdconf.lo cupsddialog.lo cupsdpage.lo \ @@ -152,6 +153,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -266,7 +269,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -294,6 +296,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -303,6 +306,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -331,6 +335,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -381,6 +386,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -438,6 +444,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -463,7 +470,7 @@ #>+ 1 #>- libkdeinit_cupsdconf_la_METASOURCES = AUTO cupsdconf_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_RPATH) -#>- cupsdconf_la_LIBADD = $(LIB_KIO) $(LIB_CUPS) +#>- cupsdconf_la_LIBADD = $(LIB_KIO) $(LIB_CUPS) $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE) #>+ 1 cupsdconf_la_LIBADD = libkdeinit_cupsdconf.la noinst_HEADERS = cupsdconf.h cupsdpage.h cupsddialog.h cupsdcomment.h cupsdsplash.h \ @@ -483,12 +490,12 @@ .SUFFIXES: .SUFFIXES: .c .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -499,8 +506,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -521,9 +528,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -710,7 +717,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -907,14 +914,15 @@ .NOEXPORT: #>+ 2 -libkdeinit_cupsdconf_la_LIBADD = $(LIB_KIO) $(LIB_CUPS) +libkdeinit_cupsdconf_la_LIBADD = $(LIB_KIO) $(LIB_CUPS) $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE) #>+ 2 libkdeinit_cupsdconf_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries) -#>+ 3 +#>+ 4 libkdeinit_cupsdconf_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) #>+ 9 am_libkdeinit_cupsdconf_la_OBJECTS = cupsdconf.lo cupsddialog.lo cupsdpage.lo \ @@ -1039,8 +1047,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/lpd/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdeprint/lpd/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -142,6 +142,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -256,7 +258,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -284,6 +285,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -293,6 +295,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -321,6 +324,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -371,6 +375,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -428,6 +433,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -454,12 +460,12 @@ .SUFFIXES: .SUFFIXES: .c .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -470,8 +476,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -492,9 +498,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -641,7 +647,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -842,8 +848,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/lpd/lpd.print +++ kdelibs-3.5.10.dfsg.1/kdeprint/lpd/lpd.print @@ -85,3 +85,4 @@ Comment[zu]=LPR (Isistimu yokushicelela evamile ye-BSD) DetectUris=service:/printer,config:/printcap DetectPrecedence=5 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/ext/ext.print +++ kdelibs-3.5.10.dfsg.1/kdeprint/ext/ext.print @@ -82,3 +82,4 @@ Comment[zh_HK]=使用外部程式進行列印 (通用) Comment[zh_TW]=使用外部程式進行列印 (一般) Comment[zu]=Shicilela Ngokwedlulela Kuhlelo lwemisebenzi Langaphandle (okukawonke wonke) +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/ext/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdeprint/ext/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -60,8 +60,9 @@ am__installdirs = "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(entrydir)" kde_moduleLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_module_LTLIBRARIES) -kdeprint_ext_la_DEPENDENCIES = \ - $(top_builddir)/kdeprint/libkdeprint.la +am__DEPENDENCIES_1 = +kdeprint_ext_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_kdeprint_ext_la_OBJECTS = kmextfactory.lo kmextmanager.lo \ kextprinterimpl.lo kmextuimanager.lo #>- kdeprint_ext_la_OBJECTS = $(am_kdeprint_ext_la_OBJECTS) @@ -121,6 +122,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -235,7 +238,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -263,6 +265,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -272,6 +275,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -300,6 +304,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -350,6 +355,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -407,6 +413,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -419,7 +426,7 @@ kde_module_LTLIBRARIES = kdeprint_ext.la kdeprint_ext_la_SOURCES = kmextfactory.cpp kmextmanager.cpp kextprinterimpl.cpp kmextuimanager.cpp kdeprint_ext_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -kdeprint_ext_la_LIBADD = $(top_builddir)/kdeprint/libkdeprint.la +kdeprint_ext_la_LIBADD = $(LIB_KDEPRINT) $(LIB_QT) $(LIB_KDECORE) #>- kdeprint_ext_la_METASOURCES = AUTO noinst_HEADERS = kmextmanager.h kextprinterimpl.h kmextuimanager.h entry_DATA = ext.print @@ -430,12 +437,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -446,8 +453,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -468,9 +475,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -562,7 +569,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -761,8 +768,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/tools/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdeprint/tools/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -82,6 +82,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -196,7 +198,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -224,6 +225,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -233,6 +235,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -261,6 +264,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -311,6 +315,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -368,6 +373,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -381,12 +387,12 @@ all: docs-am all-recursive .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -397,8 +403,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -419,9 +425,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -505,7 +511,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -722,8 +728,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/tools/escputil/escputil.desktop +++ kdelibs-3.5.10.dfsg.1/kdeprint/tools/escputil/escputil.desktop @@ -27,3 +27,4 @@ Type=Service X-KDE-Library=escputil +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/tools/escputil/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdeprint/tools/escputil/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -62,7 +62,8 @@ kde_moduleLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_module_LTLIBRARIES) am__DEPENDENCIES_1 = -kdeprint_tool_escputil_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +kdeprint_tool_escputil_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_kdeprint_tool_escputil_la_OBJECTS = escpwidget.lo #>- kdeprint_tool_escputil_la_OBJECTS = \ #>- $(am_kdeprint_tool_escputil_la_OBJECTS) @@ -120,6 +121,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -234,7 +237,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -262,6 +264,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -271,6 +274,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -299,6 +303,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -349,6 +354,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -406,6 +412,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -418,7 +425,7 @@ kdeprint_tool_escputil_la_SOURCES = escpwidget.cpp #>- kdeprint_tool_escputil_la_METASOURCES = AUTO kdeprint_tool_escputil_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -kdeprint_tool_escputil_la_LIBADD = $(LIB_KDEUI) +kdeprint_tool_escputil_la_LIBADD = $(LIB_KDEUI) $(LIB_QT) $(LIB_KDECORE) noinst_HEADERS = escpwidget.h service_DATA = escputil.desktop servicedir = $(kde_datadir)/kdeprint/tools @@ -428,12 +435,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -444,8 +451,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -466,9 +473,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -557,7 +564,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -767,8 +774,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/tests/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdeprint/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -117,6 +117,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -231,7 +233,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -259,6 +260,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -268,6 +270,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -296,6 +299,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -346,6 +350,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -403,6 +408,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -426,12 +432,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -442,8 +448,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -464,9 +470,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-checkPROGRAMS: @@ -525,7 +531,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -735,8 +741,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/lpdunix/lpdunix.print +++ kdelibs-3.5.10.dfsg.1/kdeprint/lpdunix/lpdunix.print @@ -81,3 +81,4 @@ Comment[zh_HK]=通用 UNIX LPD 列印系統 (預設) Comment[zh_TW]=通用 UNIX LPD 列印系統(預設) Comment[zu]=Isistimu Yokushicilela ye-UNIX LPD Kawonke wonke (yokwendalo) +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/lpdunix/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdeprint/lpdunix/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -60,8 +60,9 @@ am__installdirs = "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(entrydir)" kde_moduleLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_module_LTLIBRARIES) -kdeprint_lpdunix_la_DEPENDENCIES = \ - $(top_builddir)/kdeprint/management/libkdeprint_management.la +am__DEPENDENCIES_1 = +kdeprint_lpdunix_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_kdeprint_lpdunix_la_OBJECTS = kmlpdunixfactory.lo \ kmlpdunixmanager.lo klpdunixprinterimpl.lo \ kmlpdunixuimanager.lo @@ -123,6 +124,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -237,7 +240,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -265,6 +267,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -274,6 +277,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -302,6 +306,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -352,6 +357,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -409,6 +415,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -421,7 +428,7 @@ kde_module_LTLIBRARIES = kdeprint_lpdunix.la kdeprint_lpdunix_la_SOURCES = kmlpdunixfactory.cpp kmlpdunixmanager.cpp klpdunixprinterimpl.cpp kmlpdunixuimanager.cpp kdeprint_lpdunix_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -kdeprint_lpdunix_la_LIBADD = $(top_builddir)/kdeprint/management/libkdeprint_management.la +kdeprint_lpdunix_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEPRINT) #>- kdeprint_lpdunix_la_METASOURCES = AUTO noinst_HEADERS = kmlpdunixmanager.h klpdunixprinterimpl.h kmlpdunixuimanager.h entry_DATA = lpdunix.print @@ -432,12 +439,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -448,8 +455,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -470,9 +477,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -564,7 +571,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -763,8 +770,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/filters/psbook.desktop +++ kdelibs-3.5.10.dfsg.1/kdeprint/filters/psbook.desktop @@ -91,3 +91,4 @@ Comment[zu]=Ibhukwana Lokushicilela (sebenzisa ngecala elincane lukushicilela okuphindwe kabili) MimeTypeIn=application/postscript MimeTypeOut=application/postscript +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/filters/ps2pdf.desktop +++ kdelibs-3.5.10.dfsg.1/kdeprint/filters/ps2pdf.desktop @@ -90,3 +90,4 @@ Comment[zu]=Umguquli we-PostScript se-DPF MimeTypeIn=application/postscript MimeTypeOut=application/pdf +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/filters/psbook2.desktop +++ kdelibs-3.5.10.dfsg.1/kdeprint/filters/psbook2.desktop @@ -93,3 +93,4 @@ Comment[zu]=Ukushicilela Kwebhukwana - Amaphepha Angalingani (isiqendu 2) MimeTypeIn=application/postscript MimeTypeOut=application/postscript +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/filters/pdfwrite.desktop +++ kdelibs-3.5.10.dfsg.1/kdeprint/filters/pdfwrite.desktop @@ -100,3 +100,4 @@ Comment[zu]=Umbhali we-PDF (idinga i-Ghostscript) MimeTypeIn=application/postscript MimeTypeOut=application/pdf +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/filters/psresize.desktop +++ kdelibs-3.5.10.dfsg.1/kdeprint/filters/psresize.desktop @@ -97,3 +97,4 @@ Comment[zu]=Kala Okuphakathi Kokushicilela Ukugcwalisa Omunye Usayizi Wephepha MimeTypeIn=application/postscript MimeTypeOut=application/postscript +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/filters/psselect.desktop +++ kdelibs-3.5.10.dfsg.1/kdeprint/filters/psselect.desktop @@ -95,3 +95,4 @@ Comment[zu]=Ukhetho Lwephepha/Ukuthumela Isihlaziya samafayela MimeTypeIn=application/postscript MimeTypeOut=application/postscript +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/filters/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdeprint/filters/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -75,6 +75,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -189,7 +191,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -217,6 +218,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -226,6 +228,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -254,6 +257,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -304,6 +308,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -361,6 +366,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -387,12 +393,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -403,8 +409,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -425,9 +431,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-binSCRIPTS: $(bin_SCRIPTS) @$(NORMAL_INSTALL) @@ -623,8 +629,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/filters/poster.desktop +++ kdelibs-3.5.10.dfsg.1/kdeprint/filters/poster.desktop @@ -161,3 +161,4 @@ MimeTypeIn=application/postscript MimeTypeOut=application/postscript Require=exec:/poster +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/filters/psnup.desktop +++ kdelibs-3.5.10.dfsg.1/kdeprint/filters/psnup.desktop @@ -87,3 +87,4 @@ Comment[zu]=Amakhasi Amaningana Kumhlaziyi Wepheshana ngamunye MimeTypeIn=application/postscript MimeTypeOut=application/postscript +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/filters/psbook1.desktop +++ kdelibs-3.5.10.dfsg.1/kdeprint/filters/psbook1.desktop @@ -92,3 +92,4 @@ Comment[zu]=Ukushicilela Ibhukwana - Amaphepha Alinganayo (isiqendu 1) MimeTypeIn=application/postscript MimeTypeOut=application/postscript +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/filters/imagetops.desktop +++ kdelibs-3.5.10.dfsg.1/kdeprint/filters/imagetops.desktop @@ -105,3 +105,4 @@ Comment[zu]=Isithombe Sawowonke Sehluzo le-PS MimeTypeIn=image/jpeg,image/png,image/x-png,image/bmp,image/x-bmp,image/gif,image/tiff MimeTypeOut=application/postscript +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/filters/enscript.desktop +++ kdelibs-3.5.10.dfsg.1/kdeprint/filters/enscript.desktop @@ -102,3 +102,4 @@ Comment[zu]=Qopha Ihluzo Lombhalo MimeTypeIn=text/html,text/plain,text/sgml,text/x-c++hdr,text/x-c++src,text/x-chdr,text/x-csrc,text/x-java,text/x-makefile,text/x-pascal,text/x-python,text/x-tcl,text/x-tex,text/xml,text/x-fortran,application/x-perl,appication/x-perl-module,application/x-python,text/docbook,text/x-log,text/x-diff,application/x-ruby MimeTypeOut=application/postscript +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/filters/pdf2ps.desktop +++ kdelibs-3.5.10.dfsg.1/kdeprint/filters/pdf2ps.desktop @@ -38,3 +38,4 @@ Comment[zh_TW]=PDF 至 PostScript 轉換器 MimeTypeIn=application/pdf MimeTypeOut=application/postscript +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/lpr/lpr.print +++ kdelibs-3.5.10.dfsg.1/kdeprint/lpr/lpr.print @@ -84,3 +84,4 @@ Comment[zu]=Isistimu Yokushicilela ye-LPR/LRng DetectUris=service:/printer DetectPrecedence=0 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/lpr/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdeprint/lpr/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -64,9 +64,11 @@ "$(DESTDIR)$(kdeprintlprdir)" kde_moduleLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_module_LTLIBRARIES) +am__DEPENDENCIES_1 = kdeprint_lpr_la_DEPENDENCIES = \ $(top_builddir)/kdeprint/management/libkdeprint_management.la \ - $(top_builddir)/kdecore/libkdefakes.la + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_kdeprint_lpr_la_OBJECTS = printcapreader.lo lprhandler.lo \ matichandler.lo klprfactory.lo kmlprmanager.lo \ kmlpruimanager.lo lpchelper.lo lpqhelper.lo kmlprjobmanager.lo \ @@ -97,7 +99,6 @@ #>- make_driver_db_lpr_OBJECTS = $(am_make_driver_db_lpr_OBJECTS) #>+ 1 make_driver_db_lpr_OBJECTS = make_driver_db_lpr.$(OBJEXT) -am__DEPENDENCIES_1 = make_driver_db_lpr_DEPENDENCIES = \ $(top_builddir)/kdecore/libkdefakes.la ../libdriverparse.a \ $(am__DEPENDENCIES_1) @@ -159,6 +160,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -273,7 +276,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -301,6 +303,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -310,6 +313,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -338,6 +342,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -388,6 +393,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -445,6 +451,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -465,7 +472,9 @@ editentrydialog.cpp kdeprint_lpr_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -kdeprint_lpr_la_LIBADD = $(top_builddir)/kdeprint/management/libkdeprint_management.la $(top_builddir)/kdecore/libkdefakes.la +kdeprint_lpr_la_LIBADD = $(top_builddir)/kdeprint/management/libkdeprint_management.la \ + $(LIB_QT) $(LIB_KDEPRINT) $(LIB_KDEUI) $(LIB_KDECORE) + #>- kdeprint_lpr_la_METASOURCES = AUTO noinst_HEADERS = printcapreader.h \ matichandler.h kmlprmanager.h \ @@ -490,12 +499,12 @@ .SUFFIXES: .SUFFIXES: .c .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -506,8 +515,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -528,9 +537,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -722,7 +731,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -946,8 +955,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdeprint/management/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdeprint/management/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -68,7 +68,10 @@ libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \ $(lib_LTLIBRARIES) -#>- kaddprinterwizard_la_DEPENDENCIES = libkdeprint_management.la +am__DEPENDENCIES_1 = +#>- kaddprinterwizard_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +#>- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ +#>- $(am__DEPENDENCIES_1) #>+ 1 kaddprinterwizard_la_DEPENDENCIES = libkdeinit_kaddprinterwizard.la #>- am_kaddprinterwizard_la_OBJECTS = kaddprinterwizard.lo @@ -84,7 +87,9 @@ kaddprinterwizard_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(KDE_CXXFLAGS) $(kaddprinterwizard_la_LDFLAGS) $(LDFLAGS) -o $@ -libkdeprint_management_la_DEPENDENCIES = ../libkdeprint.la +libkdeprint_management_la_DEPENDENCIES = ../libkdeprint.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_libkdeprint_management_la_OBJECTS = kmdbcreator.lo kmdriverdb.lo \ kmdriverdbwidget.lo kmiconview.lo kminfopage.lo kmmainview.lo \ kmpages.lo kmprinterview.lo kmjobviewer.lo jobitem.lo \ @@ -135,7 +140,8 @@ $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \ $(libkdeprint_management_la_LDFLAGS) $(LDFLAGS) -o $@ libkdeprint_management_module_la_DEPENDENCIES = \ - libkdeprint_management.la + libkdeprint_management.la $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_libkdeprint_management_module_la_OBJECTS = \ kdeprint_management_module.lo #>- libkdeprint_management_module_la_OBJECTS = \ @@ -212,6 +218,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -326,7 +334,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -354,6 +361,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -363,6 +371,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -391,6 +400,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -441,6 +451,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -498,6 +509,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -513,7 +525,7 @@ kde_module_LTLIBRARIES = libkdeprint_management_module.la kdeinit_LTLIBRARIES = kaddprinterwizard.la kaddprinterwizard_la_SOURCES = kaddprinterwizard.cpp -#>- kaddprinterwizard_la_LIBADD = libkdeprint_management.la +#>- kaddprinterwizard_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEPRINT) $(LIB_KDEUI) #>+ 1 kaddprinterwizard_la_LIBADD = libkdeinit_kaddprinterwizard.la kaddprinterwizard_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KDE_RPATH) @@ -533,11 +545,11 @@ kmconfigfilter.cpp kmconfigfonts.cpp kmconfigjobs.cpp networkscanner.cpp libkdeprint_management_la_LDFLAGS = $(all_libraries) -version-info 6:0:2 -no-undefined -libkdeprint_management_la_LIBADD = ../libkdeprint.la +libkdeprint_management_la_LIBADD = ../libkdeprint.la $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KFILE) #>- libkdeprint_management_la_METASOURCES = AUTO libkdeprint_management_module_la_SOURCES = kdeprint_management_module.cpp libkdeprint_management_module_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -no-undefined -libkdeprint_management_module_la_LIBADD = libkdeprint_management.la +libkdeprint_management_module_la_LIBADD = libkdeprint_management.la $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE) kdeprint_HEADERS = kmmainview.h kmjobviewer.h kmprinterpage.h kiconselectaction.h kmtimer.h kdeprintdir = $(includedir)/kdeprint noinst_HEADERS = kmdbcreator.h kmdriverdb.h kmdriverdbwidget.h kmiconview.h \ @@ -559,12 +571,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -575,8 +587,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -597,9 +609,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -848,7 +860,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1050,13 +1062,15 @@ .NOEXPORT: #>+ 2 -libkdeinit_kaddprinterwizard_la_LIBADD = libkdeprint_management.la +libkdeinit_kaddprinterwizard_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEPRINT) $(LIB_KDEUI) #>+ 2 libkdeinit_kaddprinterwizard_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries) -#>+ 2 -libkdeinit_kaddprinterwizard_la_DEPENDENCIES = libkdeprint_management.la +#>+ 4 +libkdeinit_kaddprinterwizard_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) #>+ 2 am_libkdeinit_kaddprinterwizard_la_OBJECTS = kaddprinterwizard.lo @@ -1118,18 +1132,25 @@ mocs: kmwclass.moc #>+ 3 -kmconfigpage.moc: $(srcdir)/kmconfigpage.h - $(MOC) $(srcdir)/kmconfigpage.h -o kmconfigpage.moc +pluginaction.moc: $(srcdir)/pluginaction.h + $(MOC) $(srcdir)/pluginaction.h -o pluginaction.moc #>+ 2 -mocs: kmconfigpage.moc +mocs: pluginaction.moc #>+ 3 -kmwizardpage.moc: $(srcdir)/kmwizardpage.h - $(MOC) $(srcdir)/kmwizardpage.h -o kmwizardpage.moc +kmwdriverselect.moc: $(srcdir)/kmwdriverselect.h + $(MOC) $(srcdir)/kmwdriverselect.h -o kmwdriverselect.moc #>+ 2 -mocs: kmwizardpage.moc +mocs: kmwdriverselect.moc + +#>+ 3 +kmconfigpage.moc: $(srcdir)/kmconfigpage.h + $(MOC) $(srcdir)/kmconfigpage.h -o kmconfigpage.moc + +#>+ 2 +mocs: kmconfigpage.moc #>+ 3 kxmlcommanddlg.moc: $(srcdir)/kxmlcommanddlg.h @@ -1139,18 +1160,18 @@ mocs: kxmlcommanddlg.moc #>+ 3 -pluginaction.moc: $(srcdir)/pluginaction.h - $(MOC) $(srcdir)/pluginaction.h -o pluginaction.moc +kmwizardpage.moc: $(srcdir)/kmwizardpage.h + $(MOC) $(srcdir)/kmwizardpage.h -o kmwizardpage.moc #>+ 2 -mocs: pluginaction.moc +mocs: kmwizardpage.moc #>+ 3 -kmwdriverselect.moc: $(srcdir)/kmwdriverselect.h - $(MOC) $(srcdir)/kmwdriverselect.h -o kmwdriverselect.moc +kmdbcreator.moc: $(srcdir)/kmdbcreator.h + $(MOC) $(srcdir)/kmdbcreator.h -o kmdbcreator.moc #>+ 2 -mocs: kmwdriverselect.moc +mocs: kmdbcreator.moc #>+ 3 kmdriverdbwidget.moc: $(srcdir)/kmdriverdbwidget.h @@ -1160,13 +1181,6 @@ mocs: kmdriverdbwidget.moc #>+ 3 -kmdbcreator.moc: $(srcdir)/kmdbcreator.h - $(MOC) $(srcdir)/kmdbcreator.h -o kmdbcreator.moc - -#>+ 2 -mocs: kmdbcreator.moc - -#>+ 3 kxmlcommandselector.moc: $(srcdir)/kxmlcommandselector.h $(MOC) $(srcdir)/kxmlcommandselector.h -o kxmlcommandselector.moc @@ -1188,18 +1202,18 @@ mocs: kmmainview.moc #>+ 3 -kmpropwidget.moc: $(srcdir)/kmpropwidget.h - $(MOC) $(srcdir)/kmpropwidget.h -o kmpropwidget.moc +kmwizard.moc: $(srcdir)/kmwizard.h + $(MOC) $(srcdir)/kmwizard.h -o kmwizard.moc #>+ 2 -mocs: kmpropwidget.moc +mocs: kmwizard.moc #>+ 3 -kmwizard.moc: $(srcdir)/kmwizard.h - $(MOC) $(srcdir)/kmwizard.h -o kmwizard.moc +kmpropwidget.moc: $(srcdir)/kmpropwidget.h + $(MOC) $(srcdir)/kmpropwidget.h -o kmpropwidget.moc #>+ 2 -mocs: kmwizard.moc +mocs: kmpropwidget.moc #>+ 3 cjanuswidget.moc: $(srcdir)/cjanuswidget.h @@ -1258,18 +1272,18 @@ mocs: kmconfiggeneral.moc #>+ 3 -kmprinterview.moc: $(srcdir)/kmprinterview.h - $(MOC) $(srcdir)/kmprinterview.h -o kmprinterview.moc +kmwlocal.moc: $(srcdir)/kmwlocal.h + $(MOC) $(srcdir)/kmwlocal.h -o kmwlocal.moc #>+ 2 -mocs: kmprinterview.moc +mocs: kmwlocal.moc #>+ 3 -kmwlocal.moc: $(srcdir)/kmwlocal.h - $(MOC) $(srcdir)/kmwlocal.h -o kmwlocal.moc +kmprinterview.moc: $(srcdir)/kmprinterview.h + $(MOC) $(srcdir)/kmprinterview.h -o kmprinterview.moc #>+ 2 -mocs: kmwlocal.moc +mocs: kmprinterview.moc #>+ 3 smbview.moc: $(srcdir)/smbview.h @@ -1286,18 +1300,18 @@ mocs: kmconfigjobs.moc #>+ 3 -kmdriverdb.moc: $(srcdir)/kmdriverdb.h - $(MOC) $(srcdir)/kmdriverdb.h -o kmdriverdb.moc +networkscanner.moc: $(srcdir)/networkscanner.h + $(MOC) $(srcdir)/networkscanner.h -o networkscanner.moc #>+ 2 -mocs: kmdriverdb.moc +mocs: networkscanner.moc #>+ 3 -networkscanner.moc: $(srcdir)/networkscanner.h - $(MOC) $(srcdir)/networkscanner.h -o networkscanner.moc +kmdriverdb.moc: $(srcdir)/kmdriverdb.h + $(MOC) $(srcdir)/kmdriverdb.h -o kmdriverdb.moc #>+ 2 -mocs: networkscanner.moc +mocs: kmdriverdb.moc #>+ 3 kmwsocket.moc: $(srcdir)/kmwsocket.h @@ -1336,7 +1350,7 @@ #>+ 3 clean-metasources: - -rm -f kmpropcontainer.moc kmwsocketutil.moc kmconfigfonts.moc kmspecialprinterdlg.moc kmconfigfilter.moc kmwclass.moc kmconfigpage.moc kmwizardpage.moc kxmlcommanddlg.moc pluginaction.moc kmwdriverselect.moc kmdriverdbwidget.moc kmdbcreator.moc kxmlcommandselector.moc kmwdrivertest.moc kmmainview.moc kmpropwidget.moc kmwizard.moc cjanuswidget.moc kmconfigdialog.moc kiconselectaction.moc kminstancepage.moc kmdriverdialog.moc kmlistview.moc kmwsmb.moc kmconfiggeneral.moc kmprinterview.moc kmwlocal.moc smbview.moc kmconfigjobs.moc kmdriverdb.moc networkscanner.moc kmwsocket.moc kmiconview.moc kmtimer.moc kmjobviewer.moc kmpropertypage.moc + -rm -f kmpropcontainer.moc kmwsocketutil.moc kmconfigfonts.moc kmspecialprinterdlg.moc kmconfigfilter.moc kmwclass.moc pluginaction.moc kmwdriverselect.moc kmconfigpage.moc kxmlcommanddlg.moc kmwizardpage.moc kmdbcreator.moc kmdriverdbwidget.moc kxmlcommandselector.moc kmwdrivertest.moc kmmainview.moc kmwizard.moc kmpropwidget.moc cjanuswidget.moc kmconfigdialog.moc kiconselectaction.moc kminstancepage.moc kmdriverdialog.moc kmlistview.moc kmwsmb.moc kmconfiggeneral.moc kmwlocal.moc kmprinterview.moc smbview.moc kmconfigjobs.moc networkscanner.moc kmdriverdb.moc kmwsocket.moc kmiconview.moc kmtimer.moc kmjobviewer.moc kmpropertypage.moc #>+ 2 KDE_DIST=Makefile.in side.png tileup.png tiledown.png Makefile.am @@ -1349,8 +1363,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -1383,7 +1397,7 @@ #>+ 11 -libkdeprint_management_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kmdbcreator.cpp $(srcdir)/kmdriverdb.cpp $(srcdir)/kmdriverdbwidget.cpp $(srcdir)/kmiconview.cpp $(srcdir)/kminfopage.cpp $(srcdir)/kmmainview.cpp $(srcdir)/kmpages.cpp $(srcdir)/kmprinterview.cpp $(srcdir)/kmjobviewer.cpp $(srcdir)/jobitem.cpp $(srcdir)/kmpropwidget.cpp $(srcdir)/kmpropcontainer.cpp $(srcdir)/kmpropertypage.cpp $(srcdir)/kmpropgeneral.cpp $(srcdir)/cjanuswidget.cpp $(srcdir)/kmpropmembers.cpp $(srcdir)/kmpropbackend.cpp $(srcdir)/kmpropdriver.cpp $(srcdir)/kmlistview.cpp $(srcdir)/kminstancepage.cpp $(srcdir)/kmtimer.cpp $(srcdir)/kmwizard.cpp $(srcdir)/kmwizardpage.cpp $(srcdir)/kmwinfopage.cpp $(srcdir)/kmwpassword.cpp $(srcdir)/kmwsocketutil.cpp $(srcdir)/kmwbackend.cpp $(srcdir)/kmwsocket.cpp $(srcdir)/kmwdriver.cpp $(srcdir)/kmwdriverselect.cpp $(srcdir)/kmwdrivertest.cpp $(srcdir)/kmwinfobase.cpp $(srcdir)/kmwname.cpp $(srcdir)/kmwend.cpp $(srcdir)/kmwclass.cpp $(srcdir)/kmwlpd.cpp $(srcdir)/kmwfile.cpp $(srcdir)/kmdriverdialog.cpp $(srcdir)/kmwsmb.cpp $(srcdir)/smbview.cpp $(srcdir)/kmconfigdialog.cpp $(srcdir)/kmconfigpage.cpp $(srcdir)/kmconfiggeneral.cpp $(srcdir)/kmspecialprinterdlg.cpp $(srcdir)/kmwlocal.cpp $(srcdir)/kiconselectaction.cpp $(srcdir)/kmconfigpreview.cpp $(srcdir)/sidepixmap.cpp $(srcdir)/pluginaction.cpp $(srcdir)/kxmlcommanddlg.cpp $(srcdir)/kxmlcommandselector.cpp $(srcdir)/kmconfigcommand.cpp $(srcdir)/kmconfigfilter.cpp $(srcdir)/kmconfigfonts.cpp $(srcdir)/kmconfigjobs.cpp $(srcdir)/networkscanner.cpp kmpropcontainer.moc kmconfigfonts.moc kmwsocketutil.moc kmspecialprinterdlg.moc kmconfigfilter.moc kmwclass.moc kmconfigpage.moc kmwizardpage.moc kxmlcommanddlg.moc pluginaction.moc kmwdriverselect.moc kmdriverdbwidget.moc kmdbcreator.moc kxmlcommandselector.moc kmwdrivertest.moc kmmainview.moc kmpropwidget.moc kmwizard.moc cjanuswidget.moc kmconfigdialog.moc kminstancepage.moc kiconselectaction.moc kmdriverdialog.moc kmlistview.moc kmwsmb.moc kmconfiggeneral.moc kmprinterview.moc kmwlocal.moc smbview.moc kmconfigjobs.moc kmdriverdb.moc networkscanner.moc kmwsocket.moc kmtimer.moc kmiconview.moc kmpropertypage.moc kmjobviewer.moc +libkdeprint_management_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kmdbcreator.cpp $(srcdir)/kmdriverdb.cpp $(srcdir)/kmdriverdbwidget.cpp $(srcdir)/kmiconview.cpp $(srcdir)/kminfopage.cpp $(srcdir)/kmmainview.cpp $(srcdir)/kmpages.cpp $(srcdir)/kmprinterview.cpp $(srcdir)/kmjobviewer.cpp $(srcdir)/jobitem.cpp $(srcdir)/kmpropwidget.cpp $(srcdir)/kmpropcontainer.cpp $(srcdir)/kmpropertypage.cpp $(srcdir)/kmpropgeneral.cpp $(srcdir)/cjanuswidget.cpp $(srcdir)/kmpropmembers.cpp $(srcdir)/kmpropbackend.cpp $(srcdir)/kmpropdriver.cpp $(srcdir)/kmlistview.cpp $(srcdir)/kminstancepage.cpp $(srcdir)/kmtimer.cpp $(srcdir)/kmwizard.cpp $(srcdir)/kmwizardpage.cpp $(srcdir)/kmwinfopage.cpp $(srcdir)/kmwpassword.cpp $(srcdir)/kmwsocketutil.cpp $(srcdir)/kmwbackend.cpp $(srcdir)/kmwsocket.cpp $(srcdir)/kmwdriver.cpp $(srcdir)/kmwdriverselect.cpp $(srcdir)/kmwdrivertest.cpp $(srcdir)/kmwinfobase.cpp $(srcdir)/kmwname.cpp $(srcdir)/kmwend.cpp $(srcdir)/kmwclass.cpp $(srcdir)/kmwlpd.cpp $(srcdir)/kmwfile.cpp $(srcdir)/kmdriverdialog.cpp $(srcdir)/kmwsmb.cpp $(srcdir)/smbview.cpp $(srcdir)/kmconfigdialog.cpp $(srcdir)/kmconfigpage.cpp $(srcdir)/kmconfiggeneral.cpp $(srcdir)/kmspecialprinterdlg.cpp $(srcdir)/kmwlocal.cpp $(srcdir)/kiconselectaction.cpp $(srcdir)/kmconfigpreview.cpp $(srcdir)/sidepixmap.cpp $(srcdir)/pluginaction.cpp $(srcdir)/kxmlcommanddlg.cpp $(srcdir)/kxmlcommandselector.cpp $(srcdir)/kmconfigcommand.cpp $(srcdir)/kmconfigfilter.cpp $(srcdir)/kmconfigfonts.cpp $(srcdir)/kmconfigjobs.cpp $(srcdir)/networkscanner.cpp kmpropcontainer.moc kmconfigfonts.moc kmwsocketutil.moc kmspecialprinterdlg.moc kmconfigfilter.moc kmwclass.moc pluginaction.moc kmwdriverselect.moc kmconfigpage.moc kxmlcommanddlg.moc kmwizardpage.moc kmdbcreator.moc kmdriverdbwidget.moc kxmlcommandselector.moc kmwdrivertest.moc kmmainview.moc kmwizard.moc kmpropwidget.moc cjanuswidget.moc kmconfigdialog.moc kminstancepage.moc kiconselectaction.moc kmdriverdialog.moc kmlistview.moc kmwsmb.moc kmconfiggeneral.moc kmwlocal.moc kmprinterview.moc smbview.moc kmconfigjobs.moc networkscanner.moc kmdriverdb.moc kmwsocket.moc kmtimer.moc kmiconview.moc kmpropertypage.moc kmjobviewer.moc @echo 'creating libkdeprint_management_la.all_cpp.cpp ...'; \ rm -f libkdeprint_management_la.all_cpp.files libkdeprint_management_la.all_cpp.final; \ echo "#define KDE_USE_FINAL 1" >> libkdeprint_management_la.all_cpp.final; \ @@ -1451,12 +1465,12 @@ kmlistview.lo: kmlistview.moc kmwsocketutil.lo: kmwsocketutil.moc kmconfigdialog.lo: kmconfigdialog.moc -kmdriverdbwidget.lo: kmdriverdbwidget.moc kmdbcreator.lo: kmdbcreator.moc +kmdriverdbwidget.lo: kmdriverdbwidget.moc kmjobviewer.o: kmjobviewer.moc kmpropcontainer.lo: kmpropcontainer.moc -kmwizardpage.o: kmwizardpage.moc kmwclass.o: kmwclass.moc +kmwizardpage.o: kmwizardpage.moc kmwdriverselect.lo: kmwdriverselect.moc kmdriverdbwidget.o: kmdriverdbwidget.moc pluginaction.lo: pluginaction.moc @@ -1492,19 +1506,19 @@ kmprinterview.lo: kmprinterview.moc kmtimer.lo: kmtimer.moc kmconfigjobs.o: kmconfigjobs.moc -kmspecialprinterdlg.lo: kmspecialprinterdlg.moc kmdriverdb.lo: kmdriverdb.moc +kmspecialprinterdlg.lo: kmspecialprinterdlg.moc kmconfigpage.lo: kmconfigpage.moc kmdriverdb.o: kmdriverdb.moc kmjobviewer.lo: kmjobviewer.moc kmwizard.o: kmwizard.moc nmcheck: -networkscanner.o: networkscanner.moc kmpropwidget.lo: kmpropwidget.moc +networkscanner.o: networkscanner.moc kmconfiggeneral.o: kmconfiggeneral.moc kmwsmb.lo: kmwsmb.moc kmiconview.lo: kmiconview.moc kminstancepage.o: kminstancepage.moc -kmwdriverselect.o: kmwdriverselect.moc kmpropcontainer.o: kmpropcontainer.moc +kmwdriverselect.o: kmwdriverselect.moc kmdriverdialog.lo: kmdriverdialog.moc --- kdelibs-3.5.10.dfsg.1.orig/kdecore/eventsrc +++ kdelibs-3.5.10.dfsg.1/kdecore/eventsrc @@ -2739,3 +2739,5 @@ nopresentation=18 +X-Ubuntu-Gettext-Domain=desktop_kdelibs +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdecore/all_languages.desktop +++ kdelibs-3.5.10.dfsg.1/kdecore/all_languages.desktop @@ -11917,3 +11917,4 @@ Name[zh_HK]=袓魯語 Name[zh_TW]=袓魯語 Name[zu]=Isi-Zulu +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdecore/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdecore/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -100,15 +100,22 @@ vsnprintf_nonpic.$(OBJEXT) @KDE_USE_FINAL_FALSE@libkdefakes_nonpic_a_OBJECTS = $(libkdefakes_nonpic_a_nofinal_OBJECTS) @KDE_USE_FINAL_TRUE@libkdefakes_nonpic_a_OBJECTS = $(libkdefakes_nonpic_a_final_OBJECTS) +libkdefakes_pic_a_AR = $(AR) $(ARFLAGS) +libkdefakes_pic_a_LIBADD = +libkdefakes_pic_a_SOURCES = libkdefakes_pic.c +#>- libkdefakes_pic_a_OBJECTS = libkdefakes_pic.$(OBJEXT) +#>+ 1 +libkdefakes_pic_a_OBJECTS = libkdefakes_pic.$(OBJEXT) libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = libkdecore_la_DEPENDENCIES = malloc/libklmalloc.la \ network/libkdecorenetwork.la $(SVGICON_LIB) ../dcop/libDCOP.la \ ../libltdl/libltdlc.la $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(top_builddir)/kdefx/libkdefx.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - ../kdefx/libkdefx.la + $(am__DEPENDENCIES_1) am_libkdecore_la_OBJECTS = libintl.lo kapplication.lo kdebug.lo \ netwm.lo kconfigbase.lo kconfig.lo ksimpleconfig.lo \ kconfigbackend.lo kmanagerselection.lo kdesktopfile.lo \ @@ -212,7 +219,7 @@ #>- kgrantpty_OBJECTS = $(am_kgrantpty_OBJECTS) #>+ 1 kgrantpty_OBJECTS = kgrantpty-kgrantpty.$(OBJEXT) -kgrantpty_DEPENDENCIES = ./libkdefakes.la +kgrantpty_LDADD = $(LDADD) kgrantpty_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(kgrantpty_CFLAGS) \ $(CFLAGS) $(kgrantpty_LDFLAGS) $(LDFLAGS) -o $@ @@ -248,10 +255,10 @@ CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ -SOURCES = $(libkdefakes_nonpic_a_SOURCES) $(libkdecore_la_SOURCES) \ - $(libkdefakes_la_SOURCES) $(kde_config_SOURCES) \ - $(kgrantpty_SOURCES) -DIST_SOURCES = $(libkdefakes_nonpic_a_SOURCES) \ +SOURCES = $(libkdefakes_nonpic_a_SOURCES) libkdefakes_pic.c \ + $(libkdecore_la_SOURCES) $(libkdefakes_la_SOURCES) \ + $(kde_config_SOURCES) $(kgrantpty_SOURCES) +DIST_SOURCES = $(libkdefakes_nonpic_a_SOURCES) libkdefakes_pic.c \ $(libkdecore_la_SOURCES) $(libkdefakes_la_SOURCES) \ $(kde_config_SOURCES) $(kgrantpty_SOURCES) #>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ @@ -292,6 +299,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -406,7 +415,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -434,6 +442,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -443,6 +452,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -471,6 +481,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -521,6 +532,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -578,6 +590,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -594,7 +607,7 @@ # into $(all_libraries) isn't better AM_LDFLAGS = $(LDFLAGS_AS_NEEDED) $(LDFLAGS_NEW_DTAGS) lib_LTLIBRARIES = libkdefakes.la libkdecore.la -lib_LIBRARIES = libkdefakes_nonpic.a +lib_LIBRARIES = libkdefakes_nonpic.a libkdefakes_pic.a include_HEADERS = kconfig.h kconfigskeleton.h \ kconfigdata.h ksimpleconfig.h kconfigdialogmanager.h \ kconfigbase.h kdesktopfile.h kurl.h ksock.h kaboutdata.h \ @@ -697,7 +710,9 @@ kqiodevicegzip_p.cpp ktimezones.cpp ksycoca_skel.cpp kappdcopiface_skel.cpp kdebugdcopiface_skel.cpp libkdecore_la_LDFLAGS = $(QT_LDFLAGS) $(KDE_RPATH) $(KDE_MT_LDFLAGS) $(X_LDFLAGS) $(USER_LDFLAGS) -version-info 6:0:2 -no-undefined -libkdecore_la_LIBADD = malloc/libklmalloc.la network/libkdecorenetwork.la $(SVGICON_LIB) ../dcop/libDCOP.la ../libltdl/libltdlc.la $(LIB_XEXT) $(LIBRESOLV) $(LIBUTIL) $(LIBART_LIBS) $(LIB_IDN) ../kdefx/libkdefx.la +libkdecore_la_LIBADD = malloc/libklmalloc.la network/libkdecorenetwork.la $(SVGICON_LIB) ../dcop/libDCOP.la ../libltdl/libltdlc.la \ + $(LIBART_LIBS) $(LIB_IDN) $(top_builddir)/kdefx/libkdefx.la $(LIB_QT) $(LIBSM) $(LIB_X11) $(LIBZ) $(LIBDL) + libkdecore_la_NMCHECK = $(srcdir)/libkdecore.nmcheck libkdecore_la_NMCHECKWEAK = $(srcdir)/libkdecore_weak.nmcheck $(srcdir)/libqt-mt_weak.nmcheck \ $(top_srcdir)/dcop/libDCOP_weak.nmcheck $(top_srcdir)/kdecore/standard_weak.nmcheck @@ -721,7 +736,6 @@ kgrantpty_SOURCES = kgrantpty.c kgrantpty_CFLAGS = $(KDE_USE_FPIE) kgrantpty_LDFLAGS = $(KDE_USE_PIE) $(KDE_RPATH) $(all_libraries) -kgrantpty_LDADD = ./libkdefakes.la DISTCLEANFILES = kde-config.cpp DOXYGEN_REFERENCES = dcop kdeui kparts kio DOXYGEN_EXCLUDE = malloc kde_file.h @@ -733,12 +747,12 @@ .SUFFIXES: .SUFFIXES: .c .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -749,8 +763,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -771,9 +785,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh kdemacros.h: stamp-h3 @@ -785,7 +799,7 @@ stamp-h3: $(srcdir)/kdemacros.h.in $(top_builddir)/config.status @rm -f stamp-h3 cd $(top_builddir) && $(SHELL) ./config.status kdecore/kdemacros.h -$(srcdir)/kdemacros.h.in: $(am__configure_deps) +$(srcdir)/kdemacros.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_srcdir) && $(AUTOHEADER) rm -f stamp-h3 touch $@ @@ -1005,6 +1019,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kxerrorhandler.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kxmessages.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libintl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkdefakes_pic.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netsupp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netwm.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnprintf.Plo@am__quote@ @@ -1198,7 +1213,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1438,6 +1453,12 @@ -rm -f vsnprintf_nonpic.c $(LN_S) $(srcdir)/vsnprintf.c vsnprintf_nonpic.c +libkdefakes_pic.a: libkdefakes.la + -rm -f libkdefakes_pic.a fakes_pic.o vsnprintf_pic.o + cp -f .libs/fakes.o fakes_pic.o; cp -f .libs/vsnprintf.o vsnprintf_pic.o + ar cru libkdefakes_pic.a fakes_pic.o vsnprintf_pic.o + ranlib libkdefakes_pic.a + .PHONY: kckey_h parser kckey_h : $(srcdir)/generate_keys.sh $(QNAMESPACE_H) (cd $(srcdir) && ./generate_keys.sh $(QNAMESPACE_H)) @@ -1628,18 +1649,18 @@ mocs: kshortcutmenu.moc #>+ 3 -kprocio.moc: $(srcdir)/kprocio.h - $(MOC) $(srcdir)/kprocio.h -o kprocio.moc +kapplication.moc: $(srcdir)/kapplication.h + $(MOC) $(srcdir)/kapplication.h -o kapplication.moc #>+ 2 -mocs: kprocio.moc +mocs: kapplication.moc #>+ 3 -kapplication.moc: $(srcdir)/kapplication.h - $(MOC) $(srcdir)/kapplication.h -o kapplication.moc +kprocio.moc: $(srcdir)/kprocio.h + $(MOC) $(srcdir)/kprocio.h -o kprocio.moc #>+ 2 -mocs: kapplication.moc +mocs: kprocio.moc #>+ 3 kconfig.moc: $(srcdir)/kconfig.h @@ -1796,18 +1817,18 @@ mocs: klibloader.moc #>+ 3 -kdesktopfile.moc: $(srcdir)/kdesktopfile.h - $(MOC) $(srcdir)/kdesktopfile.h -o kdesktopfile.moc +ksycoca.moc: $(srcdir)/ksycoca.h + $(MOC) $(srcdir)/ksycoca.h -o ksycoca.moc #>+ 2 -mocs: kdesktopfile.moc +mocs: ksycoca.moc #>+ 3 -ksycoca.moc: $(srcdir)/ksycoca.h - $(MOC) $(srcdir)/ksycoca.h -o ksycoca.moc +kdesktopfile.moc: $(srcdir)/kdesktopfile.h + $(MOC) $(srcdir)/kdesktopfile.h -o kdesktopfile.moc #>+ 2 -mocs: ksycoca.moc +mocs: kdesktopfile.moc #>+ 3 kaccelprivate.moc: $(srcdir)/kaccelprivate.h @@ -1825,7 +1846,7 @@ #>+ 3 clean-metasources: - -rm -f kmultipledrag.moc ksimpleconfig.moc kglobalaccel.moc kwinmodule.moc kiconloader_p.moc kshortcutmenu.moc kprocio.moc kapplication.moc kconfig.moc kconfigbase.moc kextsock.moc kaudioplayer.moc kstartupinfo.moc kaccelmanager_private.moc kasyncio.moc kclipboard.moc kprocctrl.moc kconfigdialogmanager.moc ksockaddr.moc kmanagerselection.moc kglobalaccel_x11.moc kbufferedio.moc ksock.moc kprocess.moc kglobalaccel_win.moc kuniqueapplication.moc kaccel.moc kcompletion.moc kcheckaccelerators.moc klibloader.moc kdesktopfile.moc ksycoca.moc kaccelprivate.moc kxmessages.moc + -rm -f kmultipledrag.moc ksimpleconfig.moc kglobalaccel.moc kwinmodule.moc kiconloader_p.moc kshortcutmenu.moc kapplication.moc kprocio.moc kconfig.moc kconfigbase.moc kextsock.moc kaudioplayer.moc kstartupinfo.moc kaccelmanager_private.moc kasyncio.moc kclipboard.moc kprocctrl.moc kconfigdialogmanager.moc ksockaddr.moc kmanagerselection.moc kglobalaccel_x11.moc kbufferedio.moc ksock.moc kprocess.moc kglobalaccel_win.moc kuniqueapplication.moc kaccel.moc kcompletion.moc kcheckaccelerators.moc klibloader.moc ksycoca.moc kdesktopfile.moc kaccelprivate.moc kxmessages.moc #>+ 2 KDE_DIST=README.kiosk standard_weak.nmcheck libkdecore_weak.nmcheck Makefile.in README.exec kglobalaccel_mac.h netsupp_win32.cpp libkdecore.nmcheck kappdcopiface.h DESIGN.iconloading kglobalaccel_win.cpp README.user_profiles Web.colors kglobalaccel_emb.h DESIGN.kconfig MAINTAINERS README.kstartupinfo configure.in.in kdemacros.h.in libqt-mt.nmcheck kde_dmalloc.h Rainbow.colors kdebugrc 40.colors kdebug.areas kdebugdcopiface.h Royal.colors kapplication_win.cpp language.codes libqt-mt_weak.nmcheck kaccelmanager_private.h Makefile.am kde-config.cpp.in @@ -1845,8 +1866,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -1879,7 +1900,7 @@ #>+ 11 -libkdecore_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/libintl.cpp $(srcdir)/kapplication.cpp $(srcdir)/kdebug.cpp $(srcdir)/netwm.cpp $(srcdir)/kconfigbase.cpp $(srcdir)/kconfig.cpp $(srcdir)/ksimpleconfig.cpp $(srcdir)/kconfigbackend.cpp $(srcdir)/kmanagerselection.cpp $(srcdir)/kdesktopfile.cpp $(srcdir)/kstandarddirs.cpp $(srcdir)/ksock.cpp $(srcdir)/kpty.cpp $(srcdir)/kprocess.cpp $(srcdir)/kprocctrl.cpp $(srcdir)/klocale.cpp $(srcdir)/krfcdate.cpp $(srcdir)/kiconeffect.cpp $(srcdir)/kicontheme.cpp $(srcdir)/kiconloader.cpp $(srcdir)/kwin.cpp $(srcdir)/kwinmodule.cpp $(srcdir)/krootprop.cpp $(srcdir)/kcharsets.cpp kentities.c $(srcdir)/kckey.cpp $(srcdir)/kshortcut.cpp $(srcdir)/kkeynative_x11.cpp $(srcdir)/kkeyserver_x11.cpp $(srcdir)/kaccelaction.cpp $(srcdir)/kshortcutmenu.cpp $(srcdir)/kaccelbase.cpp $(srcdir)/kaccel.cpp $(srcdir)/kglobalaccel_x11.cpp $(srcdir)/kglobalaccel.cpp $(srcdir)/kstdaccel.cpp $(srcdir)/kshortcutlist.cpp $(srcdir)/kcrash.cpp $(srcdir)/kurl.cpp $(srcdir)/kregexp.cpp $(srcdir)/kglobal.cpp $(srcdir)/kglobalsettings.cpp $(srcdir)/kallocator.cpp $(srcdir)/kvmallocator.cpp $(srcdir)/kmimesourcefactory.cpp $(srcdir)/kinstance.cpp $(srcdir)/kpalette.cpp $(srcdir)/kipc.cpp $(srcdir)/klibloader.cpp $(srcdir)/ktempfile.cpp $(srcdir)/kuniqueapplication.cpp $(srcdir)/kaccelmanager.cpp $(srcdir)/ksavefile.cpp $(srcdir)/krandomsequence.cpp $(srcdir)/kstringhandler.cpp $(srcdir)/kcompletion.cpp $(srcdir)/kcmdlineargs.cpp $(srcdir)/kaboutdata.cpp $(srcdir)/kcompletionbase.cpp $(srcdir)/knotifyclient.cpp $(srcdir)/kaudioplayer.cpp $(srcdir)/kdcoppropertyproxy.cpp $(srcdir)/ksockaddr.cpp $(srcdir)/kextsock.cpp $(srcdir)/netsupp.cpp $(srcdir)/kprocio.cpp $(srcdir)/kbufferedio.cpp $(srcdir)/kpixmapprovider.cpp $(srcdir)/kurldrag.cpp $(srcdir)/kmdcodec.cpp $(srcdir)/ksocks.cpp $(srcdir)/ksycoca.cpp $(srcdir)/ksycocadict.cpp $(srcdir)/ksycocafactory.cpp $(srcdir)/kxmessages.cpp $(srcdir)/kstartupinfo.cpp $(srcdir)/kcatalogue.cpp $(srcdir)/kasyncio.cpp $(srcdir)/kmultipledrag.cpp $(srcdir)/kstaticdeleter.cpp $(srcdir)/kappdcopiface.cpp $(srcdir)/kclipboard.cpp $(srcdir)/kcheckaccelerators.cpp $(srcdir)/kdeversion.cpp $(srcdir)/kdebugdcopiface.cpp $(srcdir)/kcalendarsystem.cpp $(srcdir)/kcalendarsystemgregorian.cpp $(srcdir)/kcalendarsystemhijri.cpp $(srcdir)/kcalendarsystemhebrew.cpp $(srcdir)/kcalendarsystemfactory.cpp $(srcdir)/kmacroexpander.cpp $(srcdir)/kidna.cpp $(srcdir)/ktempdir.cpp $(srcdir)/kshell.cpp $(srcdir)/kmountpoint.cpp $(srcdir)/kcalendarsystemjalali.cpp $(srcdir)/kprotocolinfo_kdecore.cpp $(srcdir)/kprotocolinfofactory.cpp $(srcdir)/kxerrorhandler.cpp $(srcdir)/kuser.cpp $(srcdir)/kconfigskeleton.cpp $(srcdir)/kconfigdialogmanager.cpp $(srcdir)/klockfile.cpp $(srcdir)/kqiodevicegzip_p.cpp $(srcdir)/ktimezones.cpp ksycoca_skel.cpp kappdcopiface_skel.cpp kdebugdcopiface_skel.cpp kmultipledrag.moc ksimpleconfig.moc kglobalaccel.moc kwinmodule.moc kiconloader_p.moc kshortcutmenu.moc kprocio.moc kapplication.moc kconfig.moc kconfigbase.moc kextsock.moc kaudioplayer.moc kstartupinfo.moc kaccelmanager_private.moc kasyncio.moc kclipboard.moc kprocctrl.moc kconfigdialogmanager.moc ksockaddr.moc kmanagerselection.moc kglobalaccel_x11.moc kbufferedio.moc ksock.moc kprocess.moc kuniqueapplication.moc kaccel.moc kcompletion.moc kcheckaccelerators.moc klibloader.moc kdesktopfile.moc ksycoca.moc kaccelprivate.moc kxmessages.moc +libkdecore_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/libintl.cpp $(srcdir)/kapplication.cpp $(srcdir)/kdebug.cpp $(srcdir)/netwm.cpp $(srcdir)/kconfigbase.cpp $(srcdir)/kconfig.cpp $(srcdir)/ksimpleconfig.cpp $(srcdir)/kconfigbackend.cpp $(srcdir)/kmanagerselection.cpp $(srcdir)/kdesktopfile.cpp $(srcdir)/kstandarddirs.cpp $(srcdir)/ksock.cpp $(srcdir)/kpty.cpp $(srcdir)/kprocess.cpp $(srcdir)/kprocctrl.cpp $(srcdir)/klocale.cpp $(srcdir)/krfcdate.cpp $(srcdir)/kiconeffect.cpp $(srcdir)/kicontheme.cpp $(srcdir)/kiconloader.cpp $(srcdir)/kwin.cpp $(srcdir)/kwinmodule.cpp $(srcdir)/krootprop.cpp $(srcdir)/kcharsets.cpp kentities.c $(srcdir)/kckey.cpp $(srcdir)/kshortcut.cpp $(srcdir)/kkeynative_x11.cpp $(srcdir)/kkeyserver_x11.cpp $(srcdir)/kaccelaction.cpp $(srcdir)/kshortcutmenu.cpp $(srcdir)/kaccelbase.cpp $(srcdir)/kaccel.cpp $(srcdir)/kglobalaccel_x11.cpp $(srcdir)/kglobalaccel.cpp $(srcdir)/kstdaccel.cpp $(srcdir)/kshortcutlist.cpp $(srcdir)/kcrash.cpp $(srcdir)/kurl.cpp $(srcdir)/kregexp.cpp $(srcdir)/kglobal.cpp $(srcdir)/kglobalsettings.cpp $(srcdir)/kallocator.cpp $(srcdir)/kvmallocator.cpp $(srcdir)/kmimesourcefactory.cpp $(srcdir)/kinstance.cpp $(srcdir)/kpalette.cpp $(srcdir)/kipc.cpp $(srcdir)/klibloader.cpp $(srcdir)/ktempfile.cpp $(srcdir)/kuniqueapplication.cpp $(srcdir)/kaccelmanager.cpp $(srcdir)/ksavefile.cpp $(srcdir)/krandomsequence.cpp $(srcdir)/kstringhandler.cpp $(srcdir)/kcompletion.cpp $(srcdir)/kcmdlineargs.cpp $(srcdir)/kaboutdata.cpp $(srcdir)/kcompletionbase.cpp $(srcdir)/knotifyclient.cpp $(srcdir)/kaudioplayer.cpp $(srcdir)/kdcoppropertyproxy.cpp $(srcdir)/ksockaddr.cpp $(srcdir)/kextsock.cpp $(srcdir)/netsupp.cpp $(srcdir)/kprocio.cpp $(srcdir)/kbufferedio.cpp $(srcdir)/kpixmapprovider.cpp $(srcdir)/kurldrag.cpp $(srcdir)/kmdcodec.cpp $(srcdir)/ksocks.cpp $(srcdir)/ksycoca.cpp $(srcdir)/ksycocadict.cpp $(srcdir)/ksycocafactory.cpp $(srcdir)/kxmessages.cpp $(srcdir)/kstartupinfo.cpp $(srcdir)/kcatalogue.cpp $(srcdir)/kasyncio.cpp $(srcdir)/kmultipledrag.cpp $(srcdir)/kstaticdeleter.cpp $(srcdir)/kappdcopiface.cpp $(srcdir)/kclipboard.cpp $(srcdir)/kcheckaccelerators.cpp $(srcdir)/kdeversion.cpp $(srcdir)/kdebugdcopiface.cpp $(srcdir)/kcalendarsystem.cpp $(srcdir)/kcalendarsystemgregorian.cpp $(srcdir)/kcalendarsystemhijri.cpp $(srcdir)/kcalendarsystemhebrew.cpp $(srcdir)/kcalendarsystemfactory.cpp $(srcdir)/kmacroexpander.cpp $(srcdir)/kidna.cpp $(srcdir)/ktempdir.cpp $(srcdir)/kshell.cpp $(srcdir)/kmountpoint.cpp $(srcdir)/kcalendarsystemjalali.cpp $(srcdir)/kprotocolinfo_kdecore.cpp $(srcdir)/kprotocolinfofactory.cpp $(srcdir)/kxerrorhandler.cpp $(srcdir)/kuser.cpp $(srcdir)/kconfigskeleton.cpp $(srcdir)/kconfigdialogmanager.cpp $(srcdir)/klockfile.cpp $(srcdir)/kqiodevicegzip_p.cpp $(srcdir)/ktimezones.cpp ksycoca_skel.cpp kappdcopiface_skel.cpp kdebugdcopiface_skel.cpp kmultipledrag.moc ksimpleconfig.moc kglobalaccel.moc kwinmodule.moc kiconloader_p.moc kshortcutmenu.moc kapplication.moc kprocio.moc kconfig.moc kconfigbase.moc kextsock.moc kaudioplayer.moc kstartupinfo.moc kaccelmanager_private.moc kasyncio.moc kclipboard.moc kprocctrl.moc kconfigdialogmanager.moc ksockaddr.moc kmanagerselection.moc kglobalaccel_x11.moc kbufferedio.moc ksock.moc kprocess.moc kuniqueapplication.moc kaccel.moc kcompletion.moc kcheckaccelerators.moc klibloader.moc ksycoca.moc kdesktopfile.moc kaccelprivate.moc kxmessages.moc @echo 'creating libkdecore_la.all_cpp.cpp ...'; \ rm -f libkdecore_la.all_cpp.files libkdecore_la.all_cpp.final; \ echo "#define KDE_USE_FINAL 1" >> libkdecore_la.all_cpp.final; \ --- kdelibs-3.5.10.dfsg.1.orig/kdecore/svgicons/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdecore/svgicons/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -108,6 +108,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -222,7 +224,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -250,6 +251,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -259,6 +261,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -287,6 +290,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -337,6 +341,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -394,6 +399,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -411,12 +417,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -427,8 +433,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -449,9 +455,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-noinstLTLIBRARIES: @@ -523,7 +529,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -717,8 +723,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdecore/malloc/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdecore/malloc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -105,6 +105,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -219,7 +221,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -247,6 +248,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -256,6 +258,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -284,6 +287,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -334,6 +338,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -391,6 +396,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -409,12 +415,12 @@ .SUFFIXES: .SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -425,8 +431,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -447,9 +453,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-noinstLTLIBRARIES: @@ -503,7 +509,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -693,8 +699,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdecore/tests/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdecore/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -406,6 +406,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -520,7 +522,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -548,6 +549,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -557,6 +559,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -585,6 +588,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -635,6 +639,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -692,6 +697,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -759,12 +765,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -775,8 +781,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -797,9 +803,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-checkLTLIBRARIES: @@ -1008,7 +1014,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1051,7 +1057,7 @@ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags check-TESTS: $(TESTS) - @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \ + @failed=0; all=0; xfail=0; xpass=0; skip=0; \ srcdir=$(srcdir); export srcdir; \ list=' $(TESTS) '; \ if test -n "$$list"; then \ @@ -1062,7 +1068,7 @@ if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ - *$$ws$$tst$$ws*) \ + *[\ \ ]$$tst[\ \ ]*) \ xpass=`expr $$xpass + 1`; \ failed=`expr $$failed + 1`; \ echo "XPASS: $$tst"; \ @@ -1074,7 +1080,7 @@ elif test $$? -ne 77; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ - *$$ws$$tst$$ws*) \ + *[\ \ ]$$tst[\ \ ]*) \ xfail=`expr $$xfail + 1`; \ echo "XFAIL: $$tst"; \ ;; \ @@ -1088,23 +1094,36 @@ echo "SKIP: $$tst"; \ fi; \ done; \ + if test "$$all" -eq 1; then \ + tests="test"; \ + All=""; \ + else \ + tests="tests"; \ + All="All "; \ + fi; \ if test "$$failed" -eq 0; then \ if test "$$xfail" -eq 0; then \ - banner="All $$all tests passed"; \ + banner="$$All$$all $$tests passed"; \ else \ - banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ + if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ + banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ fi; \ else \ if test "$$xpass" -eq 0; then \ - banner="$$failed of $$all tests failed"; \ + banner="$$failed of $$all $$tests failed"; \ else \ - banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ + if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ + banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ fi; \ fi; \ dashes="$$banner"; \ skipped=""; \ if test "$$skip" -ne 0; then \ - skipped="($$skip tests were not run)"; \ + if test "$$skip" -eq 1; then \ + skipped="($$skip test was not run)"; \ + else \ + skipped="($$skip tests were not run)"; \ + fi; \ test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$skipped"; \ fi; \ @@ -1267,18 +1286,18 @@ .NOEXPORT: #>+ 3 -kconfigtestgui.moc: $(srcdir)/kconfigtestgui.h - $(MOC) $(srcdir)/kconfigtestgui.h -o kconfigtestgui.moc +kprocesstest.moc: $(srcdir)/kprocesstest.h + $(MOC) $(srcdir)/kprocesstest.h -o kprocesstest.moc #>+ 2 -mocs: kconfigtestgui.moc +mocs: kprocesstest.moc #>+ 3 -kprocesstest.moc: $(srcdir)/kprocesstest.h - $(MOC) $(srcdir)/kprocesstest.h -o kprocesstest.moc +kconfigtestgui.moc: $(srcdir)/kconfigtestgui.h + $(MOC) $(srcdir)/kconfigtestgui.h -o kconfigtestgui.moc #>+ 2 -mocs: kprocesstest.moc +mocs: kconfigtestgui.moc #>+ 3 kprociotest.moc: $(srcdir)/kprociotest.h @@ -1313,7 +1332,7 @@ #>+ 3 clean-metasources: - -rm -f kconfigtestgui.moc kprocesstest.moc kprociotest.moc kipctest.moc klocaletest.moc + -rm -f kprocesstest.moc kconfigtestgui.moc kprociotest.moc kipctest.moc klocaletest.moc #>+ 2 KDE_DIST=Makefile.in kconfigtestgui.h Makefile.am @@ -1332,8 +1351,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdecore/network/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdecore/network/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -123,6 +123,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -237,7 +239,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -265,6 +266,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -274,6 +276,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -302,6 +305,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -352,6 +356,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -409,6 +414,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -481,12 +487,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -497,8 +503,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -519,9 +525,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-noinstLTLIBRARIES: @@ -625,7 +631,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -845,13 +851,6 @@ mocs: kstreamsocket.moc #>+ 3 -kdatagramsocket.moc: $(srcdir)/kdatagramsocket.h - $(MOC) $(srcdir)/kdatagramsocket.h -o kdatagramsocket.moc - -#>+ 2 -mocs: kdatagramsocket.moc - -#>+ 3 kresolver.moc: $(srcdir)/kresolver.h $(MOC) $(srcdir)/kresolver.h -o kresolver.moc @@ -866,8 +865,15 @@ mocs: kclientsocketbase.moc #>+ 3 +kdatagramsocket.moc: $(srcdir)/kdatagramsocket.h + $(MOC) $(srcdir)/kdatagramsocket.h -o kdatagramsocket.moc + +#>+ 2 +mocs: kdatagramsocket.moc + +#>+ 3 clean-metasources: - -rm -f ksrvresolverworker_p.moc kserversocket.moc kreverseresolver.moc kbufferedsocket.moc kstreamsocket.moc kdatagramsocket.moc kresolver.moc kclientsocketbase.moc + -rm -f ksrvresolverworker_p.moc kserversocket.moc kreverseresolver.moc kbufferedsocket.moc kstreamsocket.moc kresolver.moc kclientsocketbase.moc kdatagramsocket.moc #>+ 2 KDE_DIST=Makefile.in ipv6blacklist Makefile.am @@ -880,8 +886,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -914,7 +920,7 @@ #>+ 11 -libkdecorenetwork_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kresolver.cpp $(srcdir)/kresolvermanager.cpp $(srcdir)/kresolverworkerbase.cpp $(srcdir)/ksocketaddress.cpp $(srcdir)/kresolverstandardworkers.cpp $(srcdir)/kreverseresolver.cpp $(srcdir)/ksocketdevice.cpp $(srcdir)/ksocketbase.cpp $(srcdir)/kclientsocketbase.cpp $(srcdir)/kstreamsocket.cpp $(srcdir)/kserversocket.cpp $(srcdir)/kdatagramsocket.cpp $(srcdir)/khttpproxysocketdevice.cpp $(srcdir)/ksockssocketdevice.cpp $(srcdir)/kbufferedsocket.cpp $(srcdir)/ksocketbuffer.cpp $(srcdir)/ksrvresolverworker.cpp ksrvresolverworker_p.moc kserversocket.moc kreverseresolver.moc kbufferedsocket.moc kstreamsocket.moc kdatagramsocket.moc kresolver.moc kclientsocketbase.moc +libkdecorenetwork_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kresolver.cpp $(srcdir)/kresolvermanager.cpp $(srcdir)/kresolverworkerbase.cpp $(srcdir)/ksocketaddress.cpp $(srcdir)/kresolverstandardworkers.cpp $(srcdir)/kreverseresolver.cpp $(srcdir)/ksocketdevice.cpp $(srcdir)/ksocketbase.cpp $(srcdir)/kclientsocketbase.cpp $(srcdir)/kstreamsocket.cpp $(srcdir)/kserversocket.cpp $(srcdir)/kdatagramsocket.cpp $(srcdir)/khttpproxysocketdevice.cpp $(srcdir)/ksockssocketdevice.cpp $(srcdir)/kbufferedsocket.cpp $(srcdir)/ksocketbuffer.cpp $(srcdir)/ksrvresolverworker.cpp ksrvresolverworker_p.moc kserversocket.moc kreverseresolver.moc kbufferedsocket.moc kstreamsocket.moc kresolver.moc kclientsocketbase.moc kdatagramsocket.moc @echo 'creating libkdecorenetwork_la.all_cpp.cpp ...'; \ rm -f libkdecorenetwork_la.all_cpp.files libkdecorenetwork_la.all_cpp.final; \ echo "#define KDE_USE_FINAL 1" >> libkdecorenetwork_la.all_cpp.final; \ @@ -964,7 +970,7 @@ kdatagramsocket.o: kdatagramsocket.moc kreverseresolver.o: kreverseresolver.moc ksrvresolverworker.lo: ksrvresolverworker_p.moc -kdatagramsocket.lo: kdatagramsocket.moc kclientsocketbase.o: kclientsocketbase.moc +kdatagramsocket.lo: kdatagramsocket.moc kresolver.o: kresolver.moc kclientsocketbase.lo: kclientsocketbase.moc --- kdelibs-3.5.10.dfsg.1.orig/kdecore/kconfig_compiler/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdecore/kconfig_compiler/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -123,6 +123,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -237,7 +239,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -265,6 +266,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -274,6 +276,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -302,6 +305,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -352,6 +356,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -409,6 +414,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -428,12 +434,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -444,8 +450,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -466,9 +472,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @@ -612,7 +618,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -845,8 +851,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdecore/kconfig_compiler/example/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdecore/kconfig_compiler/example/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -122,6 +122,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -236,7 +238,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -264,6 +265,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -273,6 +275,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -301,6 +304,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -351,6 +355,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -408,6 +413,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -435,12 +441,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -451,8 +457,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -473,9 +479,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-checkPROGRAMS: @@ -533,7 +539,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -741,8 +747,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdecore/kconfig_compiler/tests/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdecore/kconfig_compiler/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -270,6 +270,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -384,7 +386,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -412,6 +413,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -421,6 +423,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -449,6 +452,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -499,6 +503,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -556,6 +561,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -620,12 +626,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -636,8 +642,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -658,9 +664,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-checkLTLIBRARIES: @@ -772,7 +778,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1024,7 +1030,7 @@ .NOEXPORT: #>+ 2 -KDE_DIST=test8b.cpp.ref test6.kcfgc test2.kcfgc test_dpointer.h.ref test4.cpp.ref test1.kcfgc test7.h.ref test6.cpp.ref test6.kcfg Makefile.in test8b.kcfg test8a.h.ref test_dpointer.kcfg test4.h.ref test_dpointer.kcfgc test1.kcfg test_dpointer.cpp.ref test8a.cpp.ref test3.h.ref test5.h.ref test1.h.ref test9.cpp.ref test8a.kcfg test8b.kcfgc test9.kcfg test4.kcfgc test3.kcfg test5.cpp.ref myprefs.h test1.cpp.ref test7.kcfg test2.cpp.ref test5.kcfg test3.kcfgc test7.kcfgc test9.kcfgc test3.cpp.ref test6.h.ref test7.cpp.ref kconfigcompiler_test.h test2.h.ref test4.kcfg test8a.kcfgc test9.h.ref test8b.h.ref test5.kcfgc test2.kcfg Makefile.am +KDE_DIST=test8b.cpp.ref test6.kcfgc test2.kcfgc test_dpointer.h.ref test4.cpp.ref test1.kcfgc test7.h.ref test6.cpp.ref test6.kcfg Makefile.in test8b.kcfg test8a.h.ref test_dpointer.kcfg test4.h.ref test_dpointer.kcfgc test1.kcfg test_dpointer.cpp.ref test8a.cpp.ref test3.h.ref test5.h.ref test1.h.ref test9.cpp.ref test8a.kcfg test8b.kcfgc test9.kcfg test4.kcfgc test3.kcfg test5.cpp.ref myprefs.h test1.cpp.ref test7.kcfg test2.cpp.ref test5.kcfg test3.kcfgc test9.kcfgc test7.kcfgc test3.cpp.ref test6.h.ref test7.cpp.ref kconfigcompiler_test.h test2.h.ref test4.kcfg test8a.kcfgc test9.h.ref test8b.h.ref test5.kcfgc test2.kcfg Makefile.am #>+ 2 docs-am: @@ -1034,8 +1040,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kcmshell/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kcmshell/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -83,7 +83,11 @@ kdeinitLTLIBRARIES_INSTALL = $(INSTALL) libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kdeinit_LTLIBRARIES) $(lib_LTLIBRARIES) -#>- kcmshell_la_DEPENDENCIES = ../kutils/libkutils.la +am__DEPENDENCIES_1 = +#>- kcmshell_la_DEPENDENCIES = ../kutils/libkutils.la \ +#>- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ +#>- $(top_builddir)/dcop/libDCOP.la $(am__DEPENDENCIES_1) \ +#>- $(am__DEPENDENCIES_1) #>+ 1 kcmshell_la_DEPENDENCIES = libkdeinit_kcmshell.la #>- am_kcmshell_la_OBJECTS = main.lo @@ -149,6 +153,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -263,7 +269,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -291,6 +296,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -300,6 +306,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -328,6 +335,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -378,6 +386,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -435,6 +444,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -452,7 +462,7 @@ #>+ 2 kcmshell_la_SOURCES = kcmshell_la_dummy.cpp libkdeinit_kcmshell_la_SOURCES = main.cpp main_skel.cpp -#>- kcmshell_la_LIBADD = ../kutils/libkutils.la +#>- kcmshell_la_LIBADD = ../kutils/libkutils.la $(LIB_QT) $(LIB_KDEUI) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE) $(LIB_KFILE) #>+ 1 kcmshell_la_LIBADD = libkdeinit_kcmshell.la kcmshell_la_LDFLAGS = $(all_libraries) -module -avoid-version @@ -463,12 +473,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -479,8 +489,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -501,9 +511,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -630,7 +640,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -916,13 +926,16 @@ .NOEXPORT: #>+ 2 -libkdeinit_kcmshell_la_LIBADD = ../kutils/libkutils.la +libkdeinit_kcmshell_la_LIBADD = ../kutils/libkutils.la $(LIB_QT) $(LIB_KDEUI) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE) $(LIB_KFILE) #>+ 2 libkdeinit_kcmshell_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries) -#>+ 2 -libkdeinit_kcmshell_la_DEPENDENCIES = ../kutils/libkutils.la +#>+ 5 +libkdeinit_kcmshell_la_DEPENDENCIES = ../kutils/libkutils.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(top_builddir)/dcop/libDCOP.la $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) #>+ 2 am_libkdeinit_kcmshell_la_OBJECTS = main.lo @@ -974,8 +987,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kab/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kab/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -105,6 +105,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -219,7 +221,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -247,6 +248,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -256,6 +258,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -284,6 +287,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -334,6 +338,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -391,6 +396,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -416,12 +422,12 @@ .SUFFIXES: .SUFFIXES: .cc .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -432,8 +438,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -454,9 +460,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-noinstLTLIBRARIES: @@ -512,7 +518,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -692,18 +698,18 @@ .NOEXPORT: #>+ 3 -kabapi.moc: $(srcdir)/kabapi.h - $(MOC) $(srcdir)/kabapi.h -o kabapi.moc +qconfigDB.moc: $(srcdir)/qconfigDB.h + $(MOC) $(srcdir)/qconfigDB.h -o qconfigDB.moc #>+ 2 -mocs: kabapi.moc +mocs: qconfigDB.moc #>+ 3 -qconfigDB.moc: $(srcdir)/qconfigDB.h - $(MOC) $(srcdir)/qconfigDB.h -o qconfigDB.moc +kabapi.moc: $(srcdir)/kabapi.h + $(MOC) $(srcdir)/kabapi.h -o kabapi.moc #>+ 2 -mocs: qconfigDB.moc +mocs: kabapi.moc #>+ 3 addressbook.moc: $(srcdir)/addressbook.h @@ -714,7 +720,7 @@ #>+ 3 clean-metasources: - -rm -f kabapi.moc qconfigDB.moc addressbook.moc + -rm -f qconfigDB.moc kabapi.moc addressbook.moc #>+ 2 KDE_DIST=README.KABAPI template.kab template.config addressbook.h README.FORMAT kabapi.h Makefile.in qconfigDB.h Makefile.am @@ -727,8 +733,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -761,7 +767,7 @@ #>+ 11 -libkab_la.all_cc.cc: $(srcdir)/Makefile.in $(srcdir)/kabapi.cc $(srcdir)/addressbook.cc $(srcdir)/qconfigDB.cc qconfigDB.moc kabapi.moc addressbook.moc +libkab_la.all_cc.cc: $(srcdir)/Makefile.in $(srcdir)/kabapi.cc $(srcdir)/addressbook.cc $(srcdir)/qconfigDB.cc kabapi.moc qconfigDB.moc addressbook.moc @echo 'creating libkab_la.all_cc.cc ...'; \ rm -f libkab_la.all_cc.files libkab_la.all_cc.final; \ echo "#define KDE_USE_FINAL 1" >> libkab_la.all_cc.final; \ --- kdelibs-3.5.10.dfsg.1.orig/kwallet/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kwallet/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -83,6 +83,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -197,7 +199,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -225,6 +226,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -234,6 +236,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -262,6 +265,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -312,6 +316,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -369,6 +374,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -384,12 +390,12 @@ all: docs-am all-recursive .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -400,8 +406,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -422,9 +428,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -508,7 +514,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -817,8 +823,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kwallet/client/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kwallet/client/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -60,7 +60,8 @@ libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = -libkwalletclient_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +libkwalletclient_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(top_builddir)/dcop/libDCOP.la am_libkwalletclient_la_OBJECTS = kwallet.lo #>- libkwalletclient_la_OBJECTS = $(am_libkwalletclient_la_OBJECTS) #>+ 4 @@ -117,6 +118,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -231,7 +234,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -259,6 +261,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -268,6 +271,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -296,6 +300,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -346,6 +351,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -403,6 +409,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -413,7 +420,7 @@ INCLUDES = -I$(srcdir) $(all_includes) lib_LTLIBRARIES = libkwalletclient.la libkwalletclient_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:1 -no-undefined -libkwalletclient_la_LIBADD = $(LIB_KDECORE) +libkwalletclient_la_LIBADD = $(LIB_KDECORE) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la #>- libkwalletclient_la_SOURCES = kwallet.skel \ #>- kwallet.cc #>+ 2 @@ -428,12 +435,12 @@ .SUFFIXES: .SUFFIXES: .cc .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -444,8 +451,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -466,9 +473,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -557,7 +564,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -774,8 +781,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kwallet/backend/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kwallet/backend/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -119,6 +119,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -233,7 +235,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -261,6 +262,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -270,6 +272,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -298,6 +301,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -348,6 +352,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -405,6 +410,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -438,12 +444,12 @@ .SUFFIXES: .SUFFIXES: .cc .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -454,8 +460,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -476,9 +482,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -555,7 +561,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -749,8 +755,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kwallet/backend/tests/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kwallet/backend/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -110,6 +110,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -224,7 +226,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -252,6 +253,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -261,6 +263,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -289,6 +292,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -339,6 +343,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -396,6 +401,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -416,12 +422,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -432,8 +438,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -454,9 +460,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-checkPROGRAMS: @@ -517,7 +523,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -709,8 +715,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kwallet/tests/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kwallet/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -140,6 +140,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -254,7 +256,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -282,6 +283,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -291,6 +293,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -319,6 +322,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -369,6 +373,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -426,6 +431,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -457,12 +463,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -473,8 +479,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -495,9 +501,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-checkPROGRAMS: @@ -559,7 +565,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -762,8 +768,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kate/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kate/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -84,6 +84,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -198,7 +200,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -226,6 +227,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -235,6 +237,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -263,6 +266,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -313,6 +317,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -370,6 +375,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -385,12 +391,12 @@ all: docs-am all-recursive .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -401,8 +407,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -423,9 +429,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -509,7 +515,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -823,8 +829,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kate/part/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kate/part/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -89,10 +89,13 @@ @KDE_USE_FINAL_TRUE@libkate_la_OBJECTS = $(libkate_la_final_OBJECTS) am__DEPENDENCIES_1 = libkatepart_la_DEPENDENCIES = libkate.la \ - ../interfaces/libkatepartinterfaces.la \ - $(top_builddir)/kdeprint/libkdeprint.la \ + ../interfaces/libkatepartinterfaces.la $(am__DEPENDENCIES_1) \ $(top_builddir)/kutils/libkutils.la \ - $(top_builddir)/kjs/libkjs.la $(am__DEPENDENCIES_1) + $(top_builddir)/kjs/libkjs.la $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(top_builddir)/interfaces/ktexteditor/libktexteditor.la \ + $(am__DEPENDENCIES_1) $(top_builddir)/dcop/libDCOP.la am_libkatepart_la_OBJECTS = dummy.lo #>- libkatepart_la_OBJECTS = $(am_libkatepart_la_OBJECTS) #>+ 1 @@ -109,9 +112,12 @@ #>+ 1 testkateregression_OBJECTS = test_regression.$(OBJEXT) am__DEPENDENCIES_2 = libkate.la ../interfaces/libkatepartinterfaces.la \ - $(top_builddir)/kdeprint/libkdeprint.la \ - $(top_builddir)/kutils/libkutils.la \ - $(top_builddir)/kjs/libkjs.la $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(top_builddir)/kutils/libkutils.la \ + $(top_builddir)/kjs/libkjs.la $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(top_builddir)/interfaces/ktexteditor/libktexteditor.la \ + $(am__DEPENDENCIES_1) $(top_builddir)/dcop/libDCOP.la testkateregression_DEPENDENCIES = $(am__DEPENDENCIES_2) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/dcop -I$(top_builddir)/kdecore -I$(top_builddir)/kio/kssl -I$(top_builddir)/kjs depcomp = $(SHELL) $(top_srcdir)/admin/depcomp @@ -155,6 +161,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -269,7 +277,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -297,6 +304,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -306,6 +314,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -334,6 +343,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -384,6 +394,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -441,6 +452,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -475,7 +487,7 @@ kateluaindentscript.cpp katedocument_skel.cpp libkatepart_la_SOURCES = dummy.cpp -libkatepart_la_LIBADD = libkate.la ../interfaces/libkatepartinterfaces.la $(top_builddir)/kdeprint/libkdeprint.la $(top_builddir)/kutils/libkutils.la $(top_builddir)/kjs/libkjs.la $(LUA_LIBS) +libkatepart_la_LIBADD = libkate.la ../interfaces/libkatepartinterfaces.la $(LIB_KDEPRINT) $(top_builddir)/kutils/libkutils.la $(top_builddir)/kjs/libkjs.la $(LUA_LIBS) $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_KPARTS) $(top_builddir)/interfaces/ktexteditor/libktexteditor.la $(LIB_KFILE) $(top_builddir)/dcop/libDCOP.la libkatepart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) INCLUDES = -I../interfaces -I$(top_srcdir) -I$(top_srcdir)/kdeprint -I$(top_srcdir)/interfaces -I$(top_srcdir)/interfaces/kregexpeditor -I$(top_srcdir)/kdefx -I$(top_srcdir)/kutils -I$(top_builddir)/kjs $(LUA_INCLUDES) $(all_includes) #>- METASOURCES = AUTO @@ -490,12 +502,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -506,8 +518,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -528,9 +540,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -658,7 +670,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -701,7 +713,7 @@ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags check-TESTS: $(TESTS) - @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \ + @failed=0; all=0; xfail=0; xpass=0; skip=0; \ srcdir=$(srcdir); export srcdir; \ list=' $(TESTS) '; \ if test -n "$$list"; then \ @@ -712,7 +724,7 @@ if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ - *$$ws$$tst$$ws*) \ + *[\ \ ]$$tst[\ \ ]*) \ xpass=`expr $$xpass + 1`; \ failed=`expr $$failed + 1`; \ echo "XPASS: $$tst"; \ @@ -724,7 +736,7 @@ elif test $$? -ne 77; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ - *$$ws$$tst$$ws*) \ + *[\ \ ]$$tst[\ \ ]*) \ xfail=`expr $$xfail + 1`; \ echo "XFAIL: $$tst"; \ ;; \ @@ -738,23 +750,36 @@ echo "SKIP: $$tst"; \ fi; \ done; \ + if test "$$all" -eq 1; then \ + tests="test"; \ + All=""; \ + else \ + tests="tests"; \ + All="All "; \ + fi; \ if test "$$failed" -eq 0; then \ if test "$$xfail" -eq 0; then \ - banner="All $$all tests passed"; \ + banner="$$All$$all $$tests passed"; \ else \ - banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ + if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ + banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ fi; \ else \ if test "$$xpass" -eq 0; then \ - banner="$$failed of $$all tests failed"; \ + banner="$$failed of $$all $$tests failed"; \ else \ - banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ + if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ + banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ fi; \ fi; \ dashes="$$banner"; \ skipped=""; \ if test "$$skip" -ne 0; then \ - skipped="($$skip tests were not run)"; \ + if test "$$skip" -eq 1; then \ + skipped="($$skip test was not run)"; \ + else \ + skipped="($$skip tests were not run)"; \ + fi; \ test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$skipped"; \ fi; \ @@ -966,18 +991,18 @@ mocs: katetemplatehandler.moc #>+ 3 -kateviewinternal.moc: $(srcdir)/kateviewinternal.h - $(MOC) $(srcdir)/kateviewinternal.h -o kateviewinternal.moc +kateschema.moc: $(srcdir)/kateschema.h + $(MOC) $(srcdir)/kateschema.h -o kateschema.moc #>+ 2 -mocs: kateviewinternal.moc +mocs: kateschema.moc #>+ 3 -kateschema.moc: $(srcdir)/kateschema.h - $(MOC) $(srcdir)/kateschema.h -o kateschema.moc +kateviewinternal.moc: $(srcdir)/kateviewinternal.h + $(MOC) $(srcdir)/kateviewinternal.h -o kateviewinternal.moc #>+ 2 -mocs: kateschema.moc +mocs: kateviewinternal.moc #>+ 3 test_regression.moc: $(srcdir)/test_regression.h @@ -987,18 +1012,18 @@ mocs: test_regression.moc #>+ 3 -katedialogs.moc: $(srcdir)/katedialogs.h - $(MOC) $(srcdir)/katedialogs.h -o katedialogs.moc +katedocumenthelpers.moc: $(srcdir)/katedocumenthelpers.h + $(MOC) $(srcdir)/katedocumenthelpers.h -o katedocumenthelpers.moc #>+ 2 -mocs: katedialogs.moc +mocs: katedocumenthelpers.moc #>+ 3 -katedocumenthelpers.moc: $(srcdir)/katedocumenthelpers.h - $(MOC) $(srcdir)/katedocumenthelpers.h -o katedocumenthelpers.moc +katedialogs.moc: $(srcdir)/katedialogs.h + $(MOC) $(srcdir)/katedialogs.h -o katedialogs.moc #>+ 2 -mocs: katedocumenthelpers.moc +mocs: katedialogs.moc #>+ 3 kateviewhelpers.moc: $(srcdir)/kateviewhelpers.h @@ -1086,7 +1111,7 @@ #>+ 3 clean-metasources: - -rm -f katecodecompletion.moc katedocument.moc katefiletype.moc katetemplatehandler.moc kateviewinternal.moc kateschema.moc test_regression.moc katedialogs.moc katedocumenthelpers.moc kateviewhelpers.moc kateprinter.moc katehighlight.moc kateview.moc katesearch.moc katecodefoldinghelpers.moc katebuffer.moc katespell.moc katesupercursor.moc kateautoindent.moc katearbitraryhighlight.moc katebookmarks.moc + -rm -f katecodecompletion.moc katedocument.moc katefiletype.moc katetemplatehandler.moc kateschema.moc kateviewinternal.moc test_regression.moc katedocumenthelpers.moc katedialogs.moc kateviewhelpers.moc kateprinter.moc katehighlight.moc kateview.moc katesearch.moc katecodefoldinghelpers.moc katebuffer.moc katespell.moc katesupercursor.moc kateautoindent.moc katearbitraryhighlight.moc katebookmarks.moc #>+ 2 KDE_DIST=katetextline.h kateindentscriptabstracts.h kateviewhelpers.h kateschema.h test_regression.h kateview.h katespell.h katearbitraryhighlight.h kateviewinternal.h kateundo.h katedocument.h katecodefoldinghelpers.h katecodecompletion.h katekeyinterceptorfunctor.h katecmds.h katefactory.h Makefile.in katejscript.h kateautoindent.h katebuffer.h katedocumenthelpers.h katerenderer.h katehighlight.h kateconfig.h kateluaindentscript.h katesyntaxdocument.h katesearch.h kateprinter.h katecursor.h kateattribute.h katetemplatehandler.h katebookmarks.h katedialogs.h configure.in.in katefiletype.h katefont.h katelinerange.h Makefile.am katesupercursor.h @@ -1104,8 +1129,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -1138,7 +1163,7 @@ #>+ 11 -libkate_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/katesearch.cpp $(srcdir)/katebuffer.cpp $(srcdir)/katecmds.cpp $(srcdir)/kateundo.cpp $(srcdir)/katecursor.cpp $(srcdir)/katedialogs.cpp $(srcdir)/katedocument.cpp $(srcdir)/katefactory.cpp $(srcdir)/katehighlight.cpp $(srcdir)/katesyntaxdocument.cpp $(srcdir)/katetextline.cpp $(srcdir)/kateview.cpp $(srcdir)/kateconfig.cpp $(srcdir)/kateviewhelpers.cpp $(srcdir)/katecodecompletion.cpp $(srcdir)/katedocumenthelpers.cpp $(srcdir)/katecodefoldinghelpers.cpp $(srcdir)/kateviewinternal.cpp $(srcdir)/katebookmarks.cpp $(srcdir)/kateprinter.cpp $(srcdir)/katefont.cpp $(srcdir)/katelinerange.cpp $(srcdir)/katesupercursor.cpp $(srcdir)/katearbitraryhighlight.cpp $(srcdir)/katerenderer.cpp $(srcdir)/kateattribute.cpp $(srcdir)/kateautoindent.cpp $(srcdir)/katefiletype.cpp $(srcdir)/kateschema.cpp $(srcdir)/katetemplatehandler.cpp $(srcdir)/katejscript.cpp katejscript.lut.h $(srcdir)/katespell.cpp $(srcdir)/kateindentscriptabstracts.cpp $(srcdir)/kateluaindentscript.cpp katedocument_skel.cpp katecodecompletion.moc katefiletype.moc katedocument.moc katetemplatehandler.moc kateviewinternal.moc kateschema.moc katedialogs.moc katedocumenthelpers.moc kateviewhelpers.moc kateprinter.moc katehighlight.moc kateview.moc katesearch.moc katecodefoldinghelpers.moc katebuffer.moc katespell.moc katesupercursor.moc kateautoindent.moc katearbitraryhighlight.moc katebookmarks.moc +libkate_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/katesearch.cpp $(srcdir)/katebuffer.cpp $(srcdir)/katecmds.cpp $(srcdir)/kateundo.cpp $(srcdir)/katecursor.cpp $(srcdir)/katedialogs.cpp $(srcdir)/katedocument.cpp $(srcdir)/katefactory.cpp $(srcdir)/katehighlight.cpp $(srcdir)/katesyntaxdocument.cpp $(srcdir)/katetextline.cpp $(srcdir)/kateview.cpp $(srcdir)/kateconfig.cpp $(srcdir)/kateviewhelpers.cpp $(srcdir)/katecodecompletion.cpp $(srcdir)/katedocumenthelpers.cpp $(srcdir)/katecodefoldinghelpers.cpp $(srcdir)/kateviewinternal.cpp $(srcdir)/katebookmarks.cpp $(srcdir)/kateprinter.cpp $(srcdir)/katefont.cpp $(srcdir)/katelinerange.cpp $(srcdir)/katesupercursor.cpp $(srcdir)/katearbitraryhighlight.cpp $(srcdir)/katerenderer.cpp $(srcdir)/kateattribute.cpp $(srcdir)/kateautoindent.cpp $(srcdir)/katefiletype.cpp $(srcdir)/kateschema.cpp $(srcdir)/katetemplatehandler.cpp $(srcdir)/katejscript.cpp katejscript.lut.h $(srcdir)/katespell.cpp $(srcdir)/kateindentscriptabstracts.cpp $(srcdir)/kateluaindentscript.cpp katedocument_skel.cpp katecodecompletion.moc katefiletype.moc katedocument.moc katetemplatehandler.moc kateschema.moc kateviewinternal.moc katedocumenthelpers.moc katedialogs.moc kateviewhelpers.moc kateprinter.moc katehighlight.moc kateview.moc katesearch.moc katecodefoldinghelpers.moc katebuffer.moc katespell.moc katesupercursor.moc kateautoindent.moc katearbitraryhighlight.moc katebookmarks.moc @echo 'creating libkate_la.all_cpp.cpp ...'; \ rm -f libkate_la.all_cpp.files libkate_la.all_cpp.final; \ echo "#define KDE_USE_FINAL 1" >> libkate_la.all_cpp.final; \ @@ -1216,5 +1241,5 @@ katefiletype.o: katefiletype.moc kateautoindent.lo: kateautoindent.moc katecodefoldinghelpers.o: katecodefoldinghelpers.moc -katedialogs.lo: katedialogs.moc kateviewinternal.lo: kateviewinternal.moc +katedialogs.lo: katedialogs.moc --- kdelibs-3.5.10.dfsg.1.orig/kate/scripts/jstest.desktop +++ kdelibs-3.5.10.dfsg.1/kate/scripts/jstest.desktop @@ -117,3 +117,4 @@ Comment[zh_TW]=測試 kate part 的文稿 X-Kate-Command=jstest X-Kate-Help=

Usage: jstest

+X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kate/scripts/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kate/scripts/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -74,6 +74,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -188,7 +190,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -216,6 +217,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -225,6 +227,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -253,6 +256,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -303,6 +307,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -360,6 +365,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -376,12 +382,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -392,8 +398,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -414,9 +420,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -611,8 +617,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kate/interfaces/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kate/interfaces/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -59,8 +59,11 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(kateincludedir)" libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(lib_LTLIBRARIES) +am__DEPENDENCIES_1 = libkatepartinterfaces_la_DEPENDENCIES = \ - $(top_builddir)/interfaces/ktexteditor/libktexteditor.la + $(top_builddir)/interfaces/ktexteditor/libktexteditor.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_libkatepartinterfaces_la_OBJECTS = interfaces.lo katecmd.lo #>- libkatepartinterfaces_la_OBJECTS = \ #>- $(am_libkatepartinterfaces_la_OBJECTS) @@ -120,6 +123,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -234,7 +239,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -262,6 +266,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -271,6 +276,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -299,6 +305,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -349,6 +356,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -406,6 +414,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -416,7 +425,7 @@ #>- METASOURCES = document.moc view.moc lib_LTLIBRARIES = libkatepartinterfaces.la libkatepartinterfaces_la_SOURCES = interfaces.cpp katecmd.cpp -libkatepartinterfaces_la_LIBADD = $(top_builddir)/interfaces/ktexteditor/libktexteditor.la +libkatepartinterfaces_la_LIBADD = $(top_builddir)/interfaces/ktexteditor/libktexteditor.la $(LIB_QT) $(LIB_KDEUI) $(LIB_KPARTS) $(LIB_KDECORE) libkatepartinterfaces_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined kateinclude_HEADERS = document.h view.h kateincludedir = $(includedir)/kate @@ -427,12 +436,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -443,8 +452,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -465,9 +474,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -557,7 +566,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -770,8 +779,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kate/plugins/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kate/plugins/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -82,6 +82,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -196,7 +198,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -224,6 +225,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -233,6 +235,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -261,6 +264,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -311,6 +315,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -368,6 +373,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -381,12 +387,12 @@ all: docs-am all-recursive .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -397,8 +403,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -419,9 +425,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -505,7 +511,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -722,8 +728,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kate/plugins/isearch/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kate/plugins/isearch/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -59,8 +59,11 @@ "$(DESTDIR)$(isearchdatadir)" "$(DESTDIR)$(kde_servicesdir)" kde_moduleLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_module_LTLIBRARIES) +am__DEPENDENCIES_1 = ktexteditor_isearch_la_DEPENDENCIES = \ - $(top_builddir)/interfaces/ktexteditor/libktexteditor.la + $(top_builddir)/interfaces/ktexteditor/libktexteditor.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_ktexteditor_isearch_la_OBJECTS = ISearchPlugin.lo #>- ktexteditor_isearch_la_OBJECTS = $(am_ktexteditor_isearch_la_OBJECTS) #>+ 1 @@ -115,6 +118,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -229,7 +234,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -257,6 +261,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -266,6 +271,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -294,6 +300,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -344,6 +351,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -401,6 +409,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -414,7 +423,7 @@ # Install this plugin in the KDE modules directory kde_module_LTLIBRARIES = ktexteditor_isearch.la ktexteditor_isearch_la_SOURCES = ISearchPlugin.cpp -ktexteditor_isearch_la_LIBADD = $(top_builddir)/interfaces/ktexteditor/libktexteditor.la +ktexteditor_isearch_la_LIBADD = $(top_builddir)/interfaces/ktexteditor/libktexteditor.la $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) ktexteditor_isearch_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) isearchdatadir = $(kde_datadir)/ktexteditor_isearch isearchdata_DATA = ktexteditor_isearchui.rc @@ -425,12 +434,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -441,8 +450,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -463,9 +472,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -571,7 +580,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -788,8 +797,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kate/plugins/isearch/ktexteditor_isearch.desktop +++ kdelibs-3.5.10.dfsg.1/kate/plugins/isearch/ktexteditor_isearch.desktop @@ -151,3 +151,4 @@ Type=Service InitialPreference=8 MimeType=text/plain +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kate/plugins/wordcompletion/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kate/plugins/wordcompletion/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -60,8 +60,11 @@ "$(DESTDIR)$(kde_servicesdir)" kde_moduleLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_module_LTLIBRARIES) +am__DEPENDENCIES_1 = ktexteditor_docwordcompletion_la_DEPENDENCIES = \ - $(top_builddir)/interfaces/ktexteditor/libktexteditor.la + $(top_builddir)/interfaces/ktexteditor/libktexteditor.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_ktexteditor_docwordcompletion_la_OBJECTS = docwordcompletion.lo #>- ktexteditor_docwordcompletion_la_OBJECTS = \ #>- $(am_ktexteditor_docwordcompletion_la_OBJECTS) @@ -119,6 +122,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -233,7 +238,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -261,6 +265,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -270,6 +275,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -298,6 +304,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -348,6 +355,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -405,6 +413,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -418,7 +427,7 @@ # Install this plugin in the KDE modules directory kde_module_LTLIBRARIES = ktexteditor_docwordcompletion.la ktexteditor_docwordcompletion_la_SOURCES = docwordcompletion.cpp -ktexteditor_docwordcompletion_la_LIBADD = $(top_builddir)/interfaces/ktexteditor/libktexteditor.la +ktexteditor_docwordcompletion_la_LIBADD = $(top_builddir)/interfaces/ktexteditor/libktexteditor.la $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) ktexteditor_docwordcompletion_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) docwordcompletiondatadir = $(kde_datadir)/ktexteditor_docwordcompletion docwordcompletiondata_DATA = docwordcompletionui.rc @@ -429,12 +438,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -445,8 +454,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -467,9 +476,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -575,7 +584,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -793,8 +802,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kate/plugins/wordcompletion/ktexteditor_docwordcompletion.desktop +++ kdelibs-3.5.10.dfsg.1/kate/plugins/wordcompletion/ktexteditor_docwordcompletion.desktop @@ -137,3 +137,4 @@ Type=Service InitialPreference=8 MimeType=text/plain +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kate/plugins/autobookmarker/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kate/plugins/autobookmarker/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -118,6 +118,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -232,7 +234,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -260,6 +261,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -269,6 +271,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -297,6 +300,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -347,6 +351,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -404,6 +409,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -428,12 +434,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -444,8 +450,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -466,9 +472,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -574,7 +580,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -791,8 +797,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kate/plugins/autobookmarker/ktexteditor_autobookmarker.desktop +++ kdelibs-3.5.10.dfsg.1/kate/plugins/autobookmarker/ktexteditor_autobookmarker.desktop @@ -133,3 +133,4 @@ Type=Service InitialPreference=8 MimeType=text/plain +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kate/plugins/insertfile/ktexteditor_insertfile.desktop +++ kdelibs-3.5.10.dfsg.1/kate/plugins/insertfile/ktexteditor_insertfile.desktop @@ -154,3 +154,4 @@ Type=Service InitialPreference=8 MimeType=text/plain +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kate/plugins/insertfile/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kate/plugins/insertfile/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -60,8 +60,11 @@ "$(DESTDIR)$(kde_servicesdir)" kde_moduleLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_module_LTLIBRARIES) +am__DEPENDENCIES_1 = ktexteditor_insertfile_la_DEPENDENCIES = \ - $(top_builddir)/interfaces/ktexteditor/libktexteditor.la + $(top_builddir)/interfaces/ktexteditor/libktexteditor.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_ktexteditor_insertfile_la_OBJECTS = insertfileplugin.lo #>- ktexteditor_insertfile_la_OBJECTS = \ #>- $(am_ktexteditor_insertfile_la_OBJECTS) @@ -119,6 +122,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -233,7 +238,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -261,6 +265,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -270,6 +275,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -298,6 +304,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -348,6 +355,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -405,6 +413,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -418,7 +427,7 @@ # Install this plugin in the KDE modules directory kde_module_LTLIBRARIES = ktexteditor_insertfile.la ktexteditor_insertfile_la_SOURCES = insertfileplugin.cpp -ktexteditor_insertfile_la_LIBADD = $(top_builddir)/interfaces/ktexteditor/libktexteditor.la +ktexteditor_insertfile_la_LIBADD = $(top_builddir)/interfaces/ktexteditor/libktexteditor.la $(LIB_QT) $(LIB_KDECORE) $(LIB_KFILE) $(LIB_KDEUI) ktexteditor_insertfile_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) insertfiledatadir = $(kde_datadir)/ktexteditor_insertfile insertfiledata_DATA = ktexteditor_insertfileui.rc @@ -429,12 +438,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -445,8 +454,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -467,9 +476,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -575,7 +584,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -792,8 +801,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kate/plugins/kdatatool/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kate/plugins/kdatatool/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -59,8 +59,11 @@ "$(DESTDIR)$(kdatatooldatadir)" "$(DESTDIR)$(kde_servicesdir)" kde_moduleLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_module_LTLIBRARIES) +am__DEPENDENCIES_1 = ktexteditor_kdatatool_la_DEPENDENCIES = \ - $(top_builddir)/interfaces/ktexteditor/libktexteditor.la + $(top_builddir)/interfaces/ktexteditor/libktexteditor.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_ktexteditor_kdatatool_la_OBJECTS = kate_kdatatool.lo #>- ktexteditor_kdatatool_la_OBJECTS = \ #>- $(am_ktexteditor_kdatatool_la_OBJECTS) @@ -118,6 +121,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -232,7 +237,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -260,6 +264,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -269,6 +274,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -297,6 +303,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -347,6 +354,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -404,6 +412,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -417,7 +426,7 @@ # Install this plugin in the KDE modules directory kde_module_LTLIBRARIES = ktexteditor_kdatatool.la ktexteditor_kdatatool_la_SOURCES = kate_kdatatool.cpp -ktexteditor_kdatatool_la_LIBADD = $(top_builddir)/interfaces/ktexteditor/libktexteditor.la +ktexteditor_kdatatool_la_LIBADD = $(top_builddir)/interfaces/ktexteditor/libktexteditor.la $(LIB_QT) $(LIB_KDECORE) $(LIB_KFILE) $(LIB_KDEUI) ktexteditor_kdatatool_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) kdatatooldatadir = $(kde_datadir)/ktexteditor_kdatatool kdatatooldata_DATA = ktexteditor_kdatatoolui.rc @@ -428,12 +437,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -444,8 +453,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -466,9 +475,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -574,7 +583,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -791,8 +800,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kate/plugins/kdatatool/ktexteditor_kdatatool.desktop +++ kdelibs-3.5.10.dfsg.1/kate/plugins/kdatatool/ktexteditor_kdatatool.desktop @@ -167,3 +167,4 @@ Type=Service InitialPreference=8 MimeType=text/plain +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kate/data/katepart.desktop +++ kdelibs-3.5.10.dfsg.1/kate/data/katepart.desktop @@ -88,3 +88,4 @@ Type=Service InitialPreference=8 MimeType=text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-diff;text/x-adasrc;text/x-chdr;text/x-csrc;text/css;application/x-desktop;text/x-diff;text/x-fortran;text/html;text/x-java;text/x-tex;text/x-makefile;text/x-objcsrc;text/x-pascal;application/x-perl;application/x-perl-module;application/x-php;text/vnd.wap.wml;application/x-python;application/x-ruby;text/sgml;text/xml;model/vrml +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kate/data/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kate/data/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -78,6 +78,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -192,7 +194,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -220,6 +221,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -229,6 +231,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -257,6 +260,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -307,6 +311,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -364,6 +369,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -399,12 +405,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -415,8 +421,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -437,9 +443,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -670,7 +676,7 @@ .NOEXPORT: #>+ 2 -KDE_DIST=changelog.xml txt2tags.xml ini.xml xmldebug.xml pike.xml rib.xml xslt.xml component-pascal.xml logtalk.xml uscript.xml mediawiki.xml tibasic.xml sather.xml matlab.xml fgl-per.xml latex.xml haskell.xml vrml.xml postscript.xml fgl-4gl.xml language.dtd stata.xml idconsole.xml lpc.xml modula-2.xml inform.xml fortran.xml bibtex.xml javascript.xml php.xml tcl.xml ahdl.xml lua.xml r.xml glsl.xml perl.xml apache.xml clipper.xml debiancontrol.xml fstab.xml sci.xml rsiidl.xml cs.xml cpp.xml ansic89.xml email.xml generate-php.pl kbasic.xml Makefile.in mips.xml list-keywords-ldif.sh katesyntaxhighlightingrc java.xml prolog.xml spice.xml povray.xml gnuassembler.xml ada.xml objectivec.xml cue.xml mup.xml scheme.xml katepartui.rc katepartreadonlyui.rc c.xml sql-mysql.xml python.xml nasm.xml purebasic.xml javadoc.xml xml.xml winehq.xml mason.xml actionscript.xml syntax.template gettext.xml commonlisp.xml ferite.xml gdl.xml euphoria.xml progress.xml alert.xml sieve.xml asm-avr.xml doxygen.xml idl.xml verilog.xml sgml.xml sml.xml abc.xml velocity.xml ldif.xml diff.xml desktop.xml mab.xml yacas.xml jsp.xml coldfusion.xml cg.xml sql.xml html.xml ocaml.xml bash.xml d.xml css.xml ilerpg.xml lex.xml katefiletyperc rexx.xml rpmspec.xml cmake.xml literate-haskell.xml list-keywords-ldif.awk pascal.xml katepart.desktop awk.xml sql-postgresql.xml vhdl.xml e.xml ruby.xml yacc.xml asp.xml cgis.xml eiffel.xml m3u.xml asm6502.xml debianchangelog.xml picsrc.xml lilypond.xml xharbour.xml octave.xml cisco.xml Makefile.am rhtml.xml makefile.xml +KDE_DIST=changelog.xml txt2tags.xml ini.xml xmldebug.xml pike.xml component-pascal.xml rib.xml xslt.xml logtalk.xml mediawiki.xml uscript.xml tibasic.xml sather.xml matlab.xml fgl-per.xml latex.xml haskell.xml postscript.xml vrml.xml fgl-4gl.xml language.dtd stata.xml idconsole.xml lpc.xml modula-2.xml inform.xml bibtex.xml fortran.xml javascript.xml php.xml tcl.xml lua.xml ahdl.xml r.xml perl.xml glsl.xml clipper.xml apache.xml debiancontrol.xml fstab.xml sci.xml rsiidl.xml cs.xml cpp.xml ansic89.xml email.xml kbasic.xml generate-php.pl Makefile.in mips.xml list-keywords-ldif.sh katesyntaxhighlightingrc java.xml prolog.xml spice.xml povray.xml gnuassembler.xml ada.xml objectivec.xml cue.xml mup.xml katepartreadonlyui.rc katepartui.rc scheme.xml c.xml sql-mysql.xml python.xml nasm.xml purebasic.xml javadoc.xml xml.xml winehq.xml mason.xml actionscript.xml syntax.template gettext.xml commonlisp.xml ferite.xml gdl.xml euphoria.xml progress.xml alert.xml sieve.xml asm-avr.xml doxygen.xml idl.xml verilog.xml sml.xml sgml.xml abc.xml velocity.xml ldif.xml diff.xml desktop.xml mab.xml yacas.xml jsp.xml cg.xml coldfusion.xml sql.xml html.xml ocaml.xml bash.xml d.xml css.xml ilerpg.xml lex.xml katefiletyperc rexx.xml rpmspec.xml cmake.xml literate-haskell.xml list-keywords-ldif.awk pascal.xml katepart.desktop awk.xml sql-postgresql.xml vhdl.xml e.xml ruby.xml yacc.xml asp.xml cgis.xml eiffel.xml m3u.xml asm6502.xml debianchangelog.xml picsrc.xml lilypond.xml xharbour.xml octave.xml cisco.xml Makefile.am rhtml.xml makefile.xml #>+ 2 docs-am: @@ -680,8 +686,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdewidgets/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdewidgets/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -81,7 +81,8 @@ LTLIBRARIES = $(kde_widget_LTLIBRARIES) am__DEPENDENCIES_1 = kdewidgets_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_kdewidgets_la_OBJECTS = classpreviews.lo kdewidgets.lo #>- kdewidgets_la_OBJECTS = $(am_kdewidgets_la_OBJECTS) #>+ 4 @@ -169,6 +170,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -283,7 +286,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -311,6 +313,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -320,6 +323,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -348,6 +352,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -398,6 +403,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -455,6 +461,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -470,7 +477,7 @@ makekdewidgets_LDADD = $(LIB_QT) ../kdecore/libkdecore.la kde_widget_LTLIBRARIES = kdewidgets.la kdewidgets_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries) -kdewidgets_la_LIBADD = $(LIB_KIO) $(LIB_KABC) +kdewidgets_la_LIBADD = $(LIB_KIO) $(LIB_KABC) $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE) kdewidgets_la_SOURCES = classpreviews.cpp kdewidgets.cpp CLEANFILES = kdewidgets.cpp #>- all: all-recursive @@ -479,12 +486,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -495,8 +502,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -517,9 +524,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -694,7 +701,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -927,8 +934,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdewidgets/pics/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdewidgets/pics/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -72,6 +72,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -186,7 +188,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -214,6 +215,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -223,6 +225,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -251,6 +254,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -301,6 +305,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -358,6 +363,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -385,12 +391,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -401,8 +407,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -423,9 +429,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -601,8 +607,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdewidgets/tests/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdewidgets/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -81,6 +81,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -195,7 +197,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -223,6 +224,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -232,6 +234,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -260,6 +263,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -310,6 +314,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -367,6 +372,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -380,12 +386,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -396,8 +402,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -418,9 +424,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -587,8 +593,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/dnssd/Makefile.in +++ kdelibs-3.5.10.dfsg.1/dnssd/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -62,7 +62,7 @@ LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = libkdnssd_la_DEPENDENCIES = ../kdecore/libkdecore.la \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_libkdnssd_la_OBJECTS = remoteservice.lo responder.lo servicebase.lo \ publicservice.lo query.lo domainbrowser.lo servicebrowser.lo #>- libkdnssd_la_OBJECTS = $(am_libkdnssd_la_OBJECTS) @@ -121,6 +121,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -235,7 +237,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -263,6 +264,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -272,6 +274,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -300,6 +303,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -350,6 +354,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -407,6 +412,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -416,7 +422,7 @@ xdg_menudir = @xdg_menudir@ # set the include path for X, qt and KDE -INCLUDES = -I$(top_srcdir) $(all_includes) +INCLUDES = -I$(top_srcdir) $(all_includes) $(AVAHI_CFLAGS) # these are the headers for your project noinst_HEADERS = sdevent.h @@ -434,7 +440,7 @@ dnssdinclude_HEADERS = domainbrowser.h query.h remoteservice.h \ publicservice.h servicebase.h servicebrowser.h settings.h -libkdnssd_la_LIBADD = ../kdecore/libkdecore.la $(LIB_DNSSD) +libkdnssd_la_LIBADD = ../kdecore/libkdecore.la $(AVAHI_LIBS) $(LIB_QT) libkdnssd_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -version-info 1:0 #>- all: all-am #>+ 1 @@ -442,12 +448,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -458,8 +464,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -480,9 +486,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -577,7 +583,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -858,18 +864,18 @@ .NOEXPORT: #>+ 3 -remoteservice.moc: $(srcdir)/remoteservice.h - $(MOC) $(srcdir)/remoteservice.h -o remoteservice.moc +servicebrowser.moc: $(srcdir)/servicebrowser.h + $(MOC) $(srcdir)/servicebrowser.h -o servicebrowser.moc #>+ 2 -mocs: remoteservice.moc +mocs: servicebrowser.moc #>+ 3 -servicebrowser.moc: $(srcdir)/servicebrowser.h - $(MOC) $(srcdir)/servicebrowser.h -o servicebrowser.moc +remoteservice.moc: $(srcdir)/remoteservice.h + $(MOC) $(srcdir)/remoteservice.h -o remoteservice.moc #>+ 2 -mocs: servicebrowser.moc +mocs: remoteservice.moc #>+ 3 responder.moc: $(srcdir)/responder.h @@ -901,7 +907,7 @@ #>+ 3 clean-metasources: - -rm -f remoteservice.moc servicebrowser.moc responder.moc query.moc publicservice.moc domainbrowser.moc + -rm -f servicebrowser.moc remoteservice.moc responder.moc query.moc publicservice.moc domainbrowser.moc #>+ 2 KDE_DIST=configure.in.bot settings.kcfgc kcm_kdnssd.kcfg responder.h configure.in.in Makefile.in Makefile.am @@ -919,8 +925,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -953,7 +959,7 @@ #>+ 11 -libkdnssd_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/remoteservice.cpp $(srcdir)/responder.cpp $(srcdir)/servicebase.cpp $(srcdir)/publicservice.cpp $(srcdir)/query.cpp $(srcdir)/domainbrowser.cpp $(srcdir)/servicebrowser.cpp settings.cpp responder.moc servicebrowser.moc remoteservice.moc query.moc publicservice.moc domainbrowser.moc +libkdnssd_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/remoteservice.cpp $(srcdir)/responder.cpp $(srcdir)/servicebase.cpp $(srcdir)/publicservice.cpp $(srcdir)/query.cpp $(srcdir)/domainbrowser.cpp $(srcdir)/servicebrowser.cpp settings.cpp responder.moc remoteservice.moc servicebrowser.moc query.moc publicservice.moc domainbrowser.moc @echo 'creating libkdnssd_la.all_cpp.cpp ...'; \ rm -f libkdnssd_la.all_cpp.files libkdnssd_la.all_cpp.final; \ echo "#define KDE_USE_FINAL 1" >> libkdnssd_la.all_cpp.final; \ --- kdelibs-3.5.10.dfsg.1.orig/kioslave/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kioslave/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -101,6 +101,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -215,7 +217,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -243,6 +244,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -252,6 +254,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -280,6 +283,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -330,6 +334,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -387,6 +392,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -401,12 +407,12 @@ all: docs-am all-recursive .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -417,8 +423,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -439,9 +445,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -525,7 +531,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -836,8 +842,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kioslave/http/webdav.protocol +++ kdelibs-3.5.10.dfsg.1/kioslave/http/webdav.protocol @@ -16,3 +16,4 @@ maxInstances=3 DocPath=kioslave/webdav.html Class=:internet +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kioslave/http/https.protocol +++ kdelibs-3.5.10.dfsg.1/kioslave/http/https.protocol @@ -10,3 +10,4 @@ config=http DocPath=kioslave/https.html Class=:internet +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kioslave/http/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kioslave/http/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -73,7 +73,9 @@ am__DEPENDENCIES_1 = kio_http_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(top_builddir)/kio/httpfilter/libhttpfilter.la \ - $(top_builddir)/kio/misc/kntlm/libkntlm.la + $(top_builddir)/kio/misc/kntlm/libkntlm.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(top_builddir)/dcop/libDCOP.la am_kio_http_la_OBJECTS = http.lo #>- kio_http_la_OBJECTS = $(am_kio_http_la_OBJECTS) #>+ 1 @@ -85,7 +87,9 @@ kio_http_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(KDE_CXXFLAGS) $(kio_http_la_LDFLAGS) $(LDFLAGS) -o $@ -#>- kio_http_cache_cleaner_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +#>- kio_http_cache_cleaner_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +#>- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ +#>- $(top_builddir)/dcop/libDCOP.la #>+ 1 kio_http_cache_cleaner_la_DEPENDENCIES = libkdeinit_kio_http_cache_cleaner.la #>- am_kio_http_cache_cleaner_la_OBJECTS = http_cache_cleaner.lo @@ -176,6 +180,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -290,7 +296,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -318,6 +323,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -327,6 +333,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -355,6 +362,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -405,6 +413,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -462,6 +471,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -479,10 +489,10 @@ kde_module_LTLIBRARIES = kio_http.la kio_http_la_SOURCES = http.cc #>- kio_http_la_METASOURCES = AUTO -kio_http_la_LIBADD = $(LIB_KIO) $(top_builddir)/kio/httpfilter/libhttpfilter.la $(top_builddir)/kio/misc/kntlm/libkntlm.la -kio_http_la_LDFLAGS = $(all_libraries) $(GSSAPI_RPATH) -module $(KDE_PLUGIN) $(GSSAPI_LIBS) +kio_http_la_LIBADD = $(LIB_KIO) $(top_builddir)/kio/httpfilter/libhttpfilter.la $(top_builddir)/kio/misc/kntlm/libkntlm.la $(LIB_QT) $(LIB_KDECORE) $(LIBZ) $(top_builddir)/dcop/libDCOP.la +kio_http_la_LDFLAGS = $(all_libraries) $(GSSAPI_RPATH) -module $(KDE_PLUGIN) -lgssapi_krb5 kio_http_cache_cleaner_la_SOURCES = http_cache_cleaner.cpp -#>- kio_http_cache_cleaner_la_LIBADD = $(LIB_KIO) +#>- kio_http_cache_cleaner_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/dcop/libDCOP.la #>+ 1 kio_http_cache_cleaner_la_LIBADD = libkdeinit_kio_http_cache_cleaner.la kio_http_cache_cleaner_la_LDFLAGS = -module -avoid-version @@ -497,12 +507,12 @@ .SUFFIXES: .SUFFIXES: .cc .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -513,8 +523,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -535,9 +545,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -802,7 +812,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1130,13 +1140,15 @@ .NOEXPORT: #>+ 2 -libkdeinit_kio_http_cache_cleaner_la_LIBADD = $(LIB_KIO) +libkdeinit_kio_http_cache_cleaner_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/dcop/libDCOP.la #>+ 2 libkdeinit_kio_http_cache_cleaner_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries) -#>+ 2 -libkdeinit_kio_http_cache_cleaner_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +#>+ 4 +libkdeinit_kio_http_cache_cleaner_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(top_builddir)/dcop/libDCOP.la #>+ 2 am_libkdeinit_kio_http_cache_cleaner_la_OBJECTS = http_cache_cleaner.lo @@ -1177,8 +1189,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kioslave/http/http_cache_cleaner.desktop +++ kdelibs-3.5.10.dfsg.1/kioslave/http/http_cache_cleaner.desktop @@ -166,3 +166,4 @@ Comment[zh_TW]=從 HTTP 快取中清除舊的項目 Comment[zu]=Ihlanza izingeniso ezindalam ezisuka kwi-cache ye-HTTP X-KDE-StartupNotify=false +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kioslave/http/http.protocol +++ kdelibs-3.5.10.dfsg.1/kioslave/http/http.protocol @@ -10,3 +10,4 @@ maxInstances=3 DocPath=kioslave/http.html Class=:internet +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kioslave/http/webdavs.protocol +++ kdelibs-3.5.10.dfsg.1/kioslave/http/webdavs.protocol @@ -16,3 +16,4 @@ config=webdav DocPath=kioslave/webdavs.html Class=:internet +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kioslave/http/kcookiejar/kcookiejar.desktop +++ kdelibs-3.5.10.dfsg.1/kioslave/http/kcookiejar/kcookiejar.desktop @@ -155,3 +155,4 @@ X-KDE-FactoryName=kcookiejar X-KDE-Kded-autoload=false X-KDE-Kded-load-on-demand=true +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kioslave/http/kcookiejar/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kioslave/http/kcookiejar/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -69,7 +69,8 @@ LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \ $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = -#>- kcookiejar_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +#>- kcookiejar_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +#>- $(am__DEPENDENCIES_1) $(top_builddir)/dcop/libDCOP.la #>+ 1 kcookiejar_la_DEPENDENCIES = libkdeinit_kcookiejar.la #>- am_kcookiejar_la_OBJECTS = main.lo @@ -86,7 +87,9 @@ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(KDE_CXXFLAGS) $(kcookiejar_la_LDFLAGS) $(LDFLAGS) -o $@ kded_kcookiejar_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(top_builddir)/dcop/libDCOP.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(top_builddir)/kded/libkdeinit_kded.la am_kded_kcookiejar_la_OBJECTS = kcookiejar.lo kcookieserver.lo \ kcookiewin.lo #>- kded_kcookiejar_la_OBJECTS = $(am_kded_kcookiejar_la_OBJECTS) @@ -174,6 +177,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -288,7 +293,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -316,6 +320,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -325,6 +330,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -353,6 +359,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -403,6 +410,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -460,6 +468,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -477,7 +486,7 @@ kcookiejar_la_SOURCES = main.cpp #>- METASOURCES = AUTO kcookiejar_la_LDFLAGS = $(all_libraries) -module -avoid-version -#>- kcookiejar_la_LIBADD = $(LIB_KDECORE) +#>- kcookiejar_la_LIBADD = $(LIB_KDECORE) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la #>+ 1 kcookiejar_la_LIBADD = libkdeinit_kcookiejar.la #>- kded_kcookiejar_la_SOURCES = kcookiejar.cpp kcookieserver.cpp \ @@ -487,7 +496,7 @@ kcookiewin.cpp kcookieserver_skel.cpp kded_kcookiejar_la_LDFLAGS = $(all_libraries) -module -avoid-version -kded_kcookiejar_la_LIBADD = $(LIB_KIO) $(LIB_KDED) +kded_kcookiejar_la_LIBADD = $(LIB_KDED) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE) $(LIB_X11) $(LIB_KDEUI) $(top_builddir)/kded/libkdeinit_kded.la kded_DATA = kcookiejar.desktop kdeddir = $(kde_servicesdir)/kded update_DATA = kcookiescfg.upd @@ -500,12 +509,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -516,8 +525,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -538,9 +547,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -820,7 +829,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1058,13 +1067,14 @@ .NOEXPORT: #>+ 2 -libkdeinit_kcookiejar_la_LIBADD = $(LIB_KDECORE) +libkdeinit_kcookiejar_la_LIBADD = $(LIB_KDECORE) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la #>+ 2 libkdeinit_kcookiejar_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries) -#>+ 2 -libkdeinit_kcookiejar_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +#>+ 3 +libkdeinit_kcookiejar_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(top_builddir)/dcop/libDCOP.la #>+ 2 am_libkdeinit_kcookiejar_la_OBJECTS = main.lo @@ -1108,7 +1118,7 @@ -rm -f kcookiewin.moc kcookieserver.moc #>+ 2 -KDE_DIST=kcookiescfg.upd Makefile.in kcookiejar.h kcookiejar.desktop rfc2965 kcookieserver.h domain_info netscape_cookie_spec.html kcookiewin.h rfc2109 Makefile.am +KDE_DIST=kcookiescfg.upd Makefile.in kcookiejar.h kcookiejar.desktop kcookieserver.h domain_info netscape_cookie_spec.html kcookiewin.h Makefile.am #>+ 4 clean-idl: @@ -1123,8 +1133,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kioslave/http/kcookiejar/tests/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kioslave/http/kcookiejar/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -104,6 +104,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -218,7 +220,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -246,6 +247,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -255,6 +257,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -283,6 +286,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -333,6 +337,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -390,6 +395,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -407,12 +413,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -423,8 +429,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -445,9 +451,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-checkPROGRAMS: @@ -500,7 +506,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -699,8 +705,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kioslave/ftp/ftp.protocol +++ kdelibs-3.5.10.dfsg.1/kioslave/ftp/ftp.protocol @@ -16,3 +16,4 @@ maxInstances=2 DocPath=kioslave/ftp.html Class=:internet +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kioslave/ftp/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kioslave/ftp/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -62,7 +62,8 @@ kde_moduleLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_module_LTLIBRARIES) am__DEPENDENCIES_1 = -kio_ftp_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +kio_ftp_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_kio_ftp_la_OBJECTS = ftp.lo #>- kio_ftp_la_OBJECTS = $(am_kio_ftp_la_OBJECTS) #>+ 1 @@ -117,6 +118,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -231,7 +234,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -259,6 +261,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -268,6 +271,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -296,6 +300,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -346,6 +351,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -403,6 +409,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -415,7 +422,7 @@ ####### Files kde_module_LTLIBRARIES = kio_ftp.la kio_ftp_la_SOURCES = ftp.cc -kio_ftp_la_LIBADD = $(LIB_KIO) +kio_ftp_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) kio_ftp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) noinst_HEADERS = ftp.h kdelnk_DATA = ftp.protocol @@ -426,12 +433,12 @@ .SUFFIXES: .SUFFIXES: .cc .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -442,8 +449,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -464,9 +471,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -555,7 +562,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -754,8 +761,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kioslave/file/file.protocol +++ kdelibs-3.5.10.dfsg.1/kioslave/file/file.protocol @@ -13,3 +13,4 @@ maxInstances=4 DocPath=kioslave/file.html Class=:local +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kioslave/file/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kioslave/file/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -62,7 +62,8 @@ kde_moduleLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_module_LTLIBRARIES) am__DEPENDENCIES_1 = -kio_file_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +kio_file_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_kio_file_la_OBJECTS = file.lo #>- kio_file_la_OBJECTS = $(am_kio_file_la_OBJECTS) #>+ 1 @@ -118,6 +119,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -232,7 +235,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -260,6 +262,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -269,6 +272,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -297,6 +301,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -347,6 +352,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -404,6 +410,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -417,7 +424,7 @@ ####### Files kde_module_LTLIBRARIES = kio_file.la kio_file_la_SOURCES = file.cc -kio_file_la_LIBADD = $(LIB_KIO) +kio_file_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) $(ACL_LIBS) kio_file_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) noinst_HEADERS = file.h fileinclude_HEADERS = file.h @@ -431,12 +438,12 @@ .SUFFIXES: .SUFFIXES: .cc .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -447,8 +454,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -469,9 +476,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -577,7 +584,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -791,8 +798,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kioslave/bzip2/kbzip2filter.desktop +++ kdelibs-3.5.10.dfsg.1/kioslave/bzip2/kbzip2filter.desktop @@ -84,3 +84,4 @@ Name[zu]=Ihluzo le-BZip2 X-KDE-Library=kbzip2filter ServiceTypes=KDECompressionFilter,application/x-bzip2,application/x-tbz +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kioslave/bzip2/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kioslave/bzip2/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -61,6 +61,7 @@ LTLIBRARIES = $(kde_module_LTLIBRARIES) am__DEPENDENCIES_1 = kbzip2filter_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) am_kbzip2filter_la_OBJECTS = kbzip2filter.lo #>- kbzip2filter_la_OBJECTS = $(am_kbzip2filter_la_OBJECTS) @@ -115,6 +116,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -229,7 +232,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -257,6 +259,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -266,6 +269,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -294,6 +298,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -344,6 +349,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -401,6 +407,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -412,7 +419,7 @@ #>- METASOURCES = AUTO kde_module_LTLIBRARIES = kbzip2filter.la kbzip2filter_la_SOURCES = kbzip2filter.cpp -kbzip2filter_la_LIBADD = $(LIB_KIO) $(LIBBZ2) +kbzip2filter_la_LIBADD = $(LIB_KIO) $(LIBBZ2) $(LIB_QT) $(LIB_KDECORE) kbzip2filter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) kde_services_DATA = kbzip2filter.desktop #>- all: all-am @@ -421,12 +428,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -437,8 +444,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -459,9 +466,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -550,7 +557,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -753,8 +760,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kioslave/gzip/kgzipfilter.desktop +++ kdelibs-3.5.10.dfsg.1/kioslave/gzip/kgzipfilter.desktop @@ -84,3 +84,4 @@ Name[zu]=Ihluzo le-GZip X-KDE-Library=kgzipfilter ServiceTypes=KDECompressionFilter,application/x-gzip,application/x-tgz +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kioslave/gzip/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kioslave/gzip/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -61,6 +61,7 @@ LTLIBRARIES = $(kde_module_LTLIBRARIES) am__DEPENDENCIES_1 = kgzipfilter_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) am_kgzipfilter_la_OBJECTS = kgzipfilter.lo #>- kgzipfilter_la_OBJECTS = $(am_kgzipfilter_la_OBJECTS) @@ -115,6 +116,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -229,7 +232,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -257,6 +259,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -266,6 +269,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -294,6 +298,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -344,6 +349,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -401,6 +407,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -413,7 +420,7 @@ #>- METASOURCES = AUTO kde_module_LTLIBRARIES = kgzipfilter.la kgzipfilter_la_SOURCES = kgzipfilter.cpp -kgzipfilter_la_LIBADD = $(LIB_KIO) $(LIBZ) +kgzipfilter_la_LIBADD = $(LIB_KIO) $(LIBZ) $(LIB_QT) $(LIB_KDECORE) kgzipfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) kde_services_DATA = kgzipfilter.desktop #>- all: all-am @@ -422,12 +429,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -438,8 +445,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -460,9 +467,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -551,7 +558,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -754,8 +761,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kioslave/metainfo/metainfo.protocol +++ kdelibs-3.5.10.dfsg.1/kioslave/metainfo/metainfo.protocol @@ -7,3 +7,4 @@ writing=true source=false Icon=help +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kioslave/metainfo/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kioslave/metainfo/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -62,7 +62,8 @@ kde_moduleLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_module_LTLIBRARIES) am__DEPENDENCIES_1 = -kio_metainfo_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +kio_metainfo_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_kio_metainfo_la_OBJECTS = metainfo.lo #>- kio_metainfo_la_OBJECTS = $(am_kio_metainfo_la_OBJECTS) #>+ 1 @@ -117,6 +118,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -231,7 +234,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -259,6 +261,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -268,6 +271,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -296,6 +300,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -346,6 +351,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -403,6 +409,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -415,7 +422,7 @@ #>- METASOURCES = AUTO kde_module_LTLIBRARIES = kio_metainfo.la kio_metainfo_la_SOURCES = metainfo.cpp -kio_metainfo_la_LIBADD = $(LIB_KIO) +kio_metainfo_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) kio_metainfo_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) noinst_HEADERS = metainfo.h kdelnk_DATA = metainfo.protocol @@ -426,12 +433,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -442,8 +449,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -464,9 +471,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -555,7 +562,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -761,8 +768,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/interfaces/Makefile.in +++ kdelibs-3.5.10.dfsg.1/interfaces/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -83,6 +83,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -197,7 +199,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -225,6 +226,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -234,6 +236,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -262,6 +265,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -312,6 +316,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -369,6 +374,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -384,12 +390,12 @@ all: docs-am all-recursive .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -400,8 +406,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -422,9 +428,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -508,7 +514,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -817,8 +823,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/interfaces/kio/Makefile.in +++ kdelibs-3.5.10.dfsg.1/interfaces/kio/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -75,6 +75,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -189,7 +191,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -217,6 +218,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -226,6 +228,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -254,6 +257,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -304,6 +308,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -361,6 +366,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -375,12 +381,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -391,8 +397,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -413,9 +419,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -446,7 +452,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -633,8 +639,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/interfaces/kscript/scriptinterface.desktop +++ kdelibs-3.5.10.dfsg.1/interfaces/kscript/scriptinterface.desktop @@ -87,3 +87,4 @@ [PropertyDef::X-KDE-Script-Runner] Type=QString +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/interfaces/kscript/Makefile.in +++ kdelibs-3.5.10.dfsg.1/interfaces/kscript/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -62,7 +62,9 @@ libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = -libkscript_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +libkscript_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_libkscript_la_OBJECTS = scriptmanager.lo #>- libkscript_la_OBJECTS = $(am_libkscript_la_OBJECTS) #>+ 5 @@ -140,6 +142,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -254,7 +258,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -282,6 +285,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -291,6 +295,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -319,6 +324,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -369,6 +375,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -426,6 +433,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -443,7 +451,7 @@ #libkscriptloader_la_LIBADD = $(LIB_KPARTS) libkscript_la_SOURCES = scriptmanager.cpp libkscript_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined -libkscript_la_LIBADD = $(LIB_KIO) +libkscript_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) kscriptinclude_HEADERS = scriptinterface.h scriptclientinterface.h scriptmanager.h kscriptincludedir = $(includedir) #>- METASOURCES = AUTO @@ -455,12 +463,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -471,8 +479,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -493,9 +501,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -671,7 +679,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -906,22 +914,22 @@ mocs: scriptinterface.moc #>+ 3 -scriptloader.moc: $(srcdir)/scriptloader.h - $(MOC) $(srcdir)/scriptloader.h -o scriptloader.moc +scriptmanager.moc: $(srcdir)/scriptmanager.h + $(MOC) $(srcdir)/scriptmanager.h -o scriptmanager.moc #>+ 2 -mocs: scriptloader.moc +mocs: scriptmanager.moc #>+ 3 -scriptmanager.moc: $(srcdir)/scriptmanager.h - $(MOC) $(srcdir)/scriptmanager.h -o scriptmanager.moc +scriptloader.moc: $(srcdir)/scriptloader.h + $(MOC) $(srcdir)/scriptloader.h -o scriptloader.moc #>+ 2 -mocs: scriptmanager.moc +mocs: scriptloader.moc #>+ 3 clean-metasources: - -rm -f scriptclientinterface.moc.cpp scriptinterface.moc scriptloader.moc scriptmanager.moc + -rm -f scriptclientinterface.moc.cpp scriptinterface.moc scriptmanager.moc scriptloader.moc #>+ 2 KDE_DIST=scriptloader.h Makefile.in scriptinterface.desktop Makefile.am @@ -934,8 +942,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/interfaces/kscript/sample/shellscript.desktop +++ kdelibs-3.5.10.dfsg.1/interfaces/kscript/sample/shellscript.desktop @@ -151,3 +151,4 @@ Comment[zh_CN]=在应用程序内运行 bash shell 脚本。 Comment[zh_HK]=於程式內執行 bash shell script 檔案 Comment[zh_TW]=於程式內執行 bash shell script 檔案 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/interfaces/kscript/sample/Makefile.in +++ kdelibs-3.5.10.dfsg.1/interfaces/kscript/sample/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -59,7 +59,10 @@ "$(DESTDIR)$(servicetypedir)" kde_moduleLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_module_LTLIBRARIES) -libshellscript_la_DEPENDENCIES = ../libkscript.la +am__DEPENDENCIES_1 = +libshellscript_la_DEPENDENCIES = ../libkscript.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(top_builddir)/dcop/libDCOP.la am_libshellscript_la_OBJECTS = shellscript.lo #>- libshellscript_la_OBJECTS = $(am_libshellscript_la_OBJECTS) #>+ 1 @@ -113,6 +116,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -227,7 +232,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -255,6 +259,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -264,6 +269,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -292,6 +298,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -342,6 +349,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -399,6 +407,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -410,7 +419,7 @@ kde_module_LTLIBRARIES = libshellscript.la libshellscript_la_SOURCES = shellscript.cpp libshellscript_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -no-undefined -avoid-version -libshellscript_la_LIBADD = ../libkscript.la +libshellscript_la_LIBADD = ../libkscript.la $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/dcop/libDCOP.la #>- METASOURCES = AUTO servicetypedir = $(kde_servicesdir) servicetype_DATA = shellscript.desktop @@ -420,12 +429,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -436,8 +445,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -458,9 +467,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -549,7 +558,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -761,8 +770,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/interfaces/kspeech/Makefile.in +++ kdelibs-3.5.10.dfsg.1/interfaces/kspeech/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -79,6 +79,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -193,7 +195,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -221,6 +222,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -230,6 +232,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -258,6 +261,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -308,6 +312,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -365,6 +370,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -385,12 +391,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../../admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -401,8 +407,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -423,9 +429,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -473,7 +479,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -756,8 +762,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/interfaces/kspeech/dcoptexttospeech.desktop +++ kdelibs-3.5.10.dfsg.1/interfaces/kspeech/dcoptexttospeech.desktop @@ -68,3 +68,4 @@ Comment[zh_CN]=带 DCOP 接口的文本到语音服务 Comment[zh_HK]=附有 DCOP 介面的文字朗讀工具 Comment[zh_TW]=DCOP 介面的文字轉語音服務 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/interfaces/kregexpeditor/kregexpeditor.desktop +++ kdelibs-3.5.10.dfsg.1/interfaces/kregexpeditor/kregexpeditor.desktop @@ -2,3 +2,4 @@ Type=ServiceType X-KDE-ServiceType=KRegExpEditor/KRegExpEditor +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/interfaces/kregexpeditor/Makefile.in +++ kdelibs-3.5.10.dfsg.1/interfaces/kregexpeditor/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -81,6 +81,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -195,7 +197,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -223,6 +224,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -232,6 +234,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -260,6 +263,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -310,6 +314,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -367,6 +372,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -384,12 +390,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -400,8 +406,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -422,9 +428,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -472,7 +478,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -661,8 +667,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/interfaces/ktexteditor/ktexteditorplugin.desktop +++ kdelibs-3.5.10.dfsg.1/interfaces/ktexteditor/ktexteditorplugin.desktop @@ -85,3 +85,4 @@ Comment[zh_HK]=KTextEditor 外掛程式 Comment[zh_TW]=KTextEditor 外掛程式 Comment[zu]= Ukungena ngaphakathi kwe-KTextEditor +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/interfaces/ktexteditor/ktexteditor.desktop +++ kdelibs-3.5.10.dfsg.1/interfaces/ktexteditor/ktexteditor.desktop @@ -84,3 +84,4 @@ Comment[zh_HK]=可嵌入的文字編輯器元件 (Doc/View 分開) Comment[zh_TW]=可嵌入的文字編輯器元件 (Doc/View 分開) Comment[zu]=IIunga Lomlungisi Wombhalo (Ngokuhlukana kwe-Doc/Umbukiso) +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/interfaces/ktexteditor/Makefile.in +++ kdelibs-3.5.10.dfsg.1/interfaces/ktexteditor/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -66,8 +66,9 @@ LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = libktexteditor_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(top_builddir)/dcop/libDCOP.la \ - $(top_builddir)/kabc/libkabc.la + $(top_builddir)/dcop/libDCOP.la $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_libktexteditor_la_OBJECTS = ktexteditor.lo editinterface.lo \ clipboardinterface.lo selectioninterface.lo searchinterface.lo \ codecompletioninterface.lo wordwrapinterface.lo \ @@ -161,6 +162,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -275,7 +278,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -303,6 +305,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -312,6 +315,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -340,6 +344,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -390,6 +395,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -447,6 +453,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -495,7 +502,7 @@ texthintinterface.cpp editinterfaceext.cpp variableinterface.cpp templateinterface.cpp editdcopinterface_skel.cpp clipboarddcopinterface_skel.cpp selectiondcopinterface_skel.cpp searchdcopinterface_skel.cpp blockselectiondcopinterface_skel.cpp documentdcopinfo_skel.cpp encodingdcopinterface_skel.cpp printdcopinterface_skel.cpp undodcopinterface_skel.cpp viewcursordcopinterface_skel.cpp viewstatusmsgdcopinterface_skel.cpp selectionextdcopinterface_skel.cpp editorchooser_ui.cpp libktexteditor_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -libktexteditor_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/dcop/libDCOP.la $(top_builddir)/kabc/libkabc.la +libktexteditor_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/dcop/libDCOP.la $(LIB_KABC) $(LIB_KDECORE) $(LIB_QT) $(LIB_KFILE) $(LIB_KDEUI) ktexteditorinclude_HEADERS = document.h view.h editor.h plugin.h editinterface.h undointerface.h \ selectioninterface.h cursorinterface.h \ clipboardinterface.h popupmenuinterface.h \ @@ -519,12 +526,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../../admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -535,8 +542,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -557,9 +564,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -721,7 +728,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1084,22 +1091,22 @@ mocs: view.moc #>+ 3 -editorchooser.moc: $(srcdir)/editorchooser.h - $(MOC) $(srcdir)/editorchooser.h -o editorchooser.moc +document.moc: $(srcdir)/document.h + $(MOC) $(srcdir)/document.h -o document.moc #>+ 2 -mocs: editorchooser.moc +mocs: document.moc #>+ 3 -document.moc: $(srcdir)/document.h - $(MOC) $(srcdir)/document.h -o document.moc +editorchooser.moc: $(srcdir)/editorchooser.h + $(MOC) $(srcdir)/editorchooser.h -o editorchooser.moc #>+ 2 -mocs: document.moc +mocs: editorchooser.moc #>+ 3 clean-metasources: - -rm -f configinterfaceextension.moc plugin.moc editor.moc view.moc editorchooser.moc document.moc + -rm -f configinterfaceextension.moc plugin.moc editor.moc view.moc document.moc editorchooser.moc #>+ 2 KDE_DIST=ktexteditorplugin.desktop undodcopinterface.h viewstatusmsgdcopinterface.h ktexteditoreditor.desktop viewcursordcopinterface.h searchdcopinterface.h documentdcopinfo.h kcm_ktexteditor.desktop ktexteditor.desktop editorchooser_ui.ui editdcopinterface.h clipboarddcopinterface.h Makefile.in blockselectiondcopinterface.h encodingdcopinterface.h printdcopinterface.h selectiondcopinterface.h Makefile.am @@ -1133,8 +1140,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -1167,7 +1174,7 @@ #>+ 11 -libktexteditor_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/ktexteditor.cpp $(srcdir)/editinterface.cpp $(srcdir)/clipboardinterface.cpp $(srcdir)/selectioninterface.cpp $(srcdir)/searchinterface.cpp $(srcdir)/codecompletioninterface.cpp $(srcdir)/wordwrapinterface.cpp $(srcdir)/blockselectioninterface.cpp $(srcdir)/configinterface.cpp $(srcdir)/cursorinterface.cpp $(srcdir)/dynwordwrapinterface.cpp $(srcdir)/printinterface.cpp $(srcdir)/highlightinginterface.cpp $(srcdir)/markinterface.cpp $(srcdir)/popupmenuinterface.cpp $(srcdir)/undointerface.cpp $(srcdir)/viewcursorinterface.cpp $(srcdir)/editdcopinterface.cpp $(srcdir)/clipboarddcopinterface.cpp $(srcdir)/selectiondcopinterface.cpp $(srcdir)/searchdcopinterface.cpp $(srcdir)/markinterfaceextension.cpp $(srcdir)/configinterfaceextension.cpp $(srcdir)/encodinginterface.cpp $(srcdir)/sessionconfiginterface.cpp $(srcdir)/viewstatusmsginterface.cpp $(srcdir)/editorchooser.cpp $(srcdir)/blockselectiondcopinterface.cpp $(srcdir)/documentinfo.cpp $(srcdir)/documentdcopinfo.cpp $(srcdir)/encodingdcopinterface.cpp $(srcdir)/printdcopinterface.cpp $(srcdir)/undodcopinterface.cpp $(srcdir)/viewcursordcopinterface.cpp $(srcdir)/viewstatusmsgdcopinterface.cpp $(srcdir)/selectioninterfaceext.cpp $(srcdir)/texthintinterface.cpp $(srcdir)/editinterfaceext.cpp $(srcdir)/variableinterface.cpp $(srcdir)/templateinterface.cpp $(top_builddir)/kabc/addressee.h editdcopinterface_skel.cpp clipboarddcopinterface_skel.cpp selectiondcopinterface_skel.cpp searchdcopinterface_skel.cpp blockselectiondcopinterface_skel.cpp documentdcopinfo_skel.cpp encodingdcopinterface_skel.cpp printdcopinterface_skel.cpp undodcopinterface_skel.cpp viewcursordcopinterface_skel.cpp viewstatusmsgdcopinterface_skel.cpp selectionextdcopinterface_skel.cpp editorchooser_ui.cpp plugin.moc configinterfaceextension.moc editor.moc view.moc document.moc editorchooser.moc editorchooser_ui.moc +libktexteditor_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/ktexteditor.cpp $(srcdir)/editinterface.cpp $(srcdir)/clipboardinterface.cpp $(srcdir)/selectioninterface.cpp $(srcdir)/searchinterface.cpp $(srcdir)/codecompletioninterface.cpp $(srcdir)/wordwrapinterface.cpp $(srcdir)/blockselectioninterface.cpp $(srcdir)/configinterface.cpp $(srcdir)/cursorinterface.cpp $(srcdir)/dynwordwrapinterface.cpp $(srcdir)/printinterface.cpp $(srcdir)/highlightinginterface.cpp $(srcdir)/markinterface.cpp $(srcdir)/popupmenuinterface.cpp $(srcdir)/undointerface.cpp $(srcdir)/viewcursorinterface.cpp $(srcdir)/editdcopinterface.cpp $(srcdir)/clipboarddcopinterface.cpp $(srcdir)/selectiondcopinterface.cpp $(srcdir)/searchdcopinterface.cpp $(srcdir)/markinterfaceextension.cpp $(srcdir)/configinterfaceextension.cpp $(srcdir)/encodinginterface.cpp $(srcdir)/sessionconfiginterface.cpp $(srcdir)/viewstatusmsginterface.cpp $(srcdir)/editorchooser.cpp $(srcdir)/blockselectiondcopinterface.cpp $(srcdir)/documentinfo.cpp $(srcdir)/documentdcopinfo.cpp $(srcdir)/encodingdcopinterface.cpp $(srcdir)/printdcopinterface.cpp $(srcdir)/undodcopinterface.cpp $(srcdir)/viewcursordcopinterface.cpp $(srcdir)/viewstatusmsgdcopinterface.cpp $(srcdir)/selectioninterfaceext.cpp $(srcdir)/texthintinterface.cpp $(srcdir)/editinterfaceext.cpp $(srcdir)/variableinterface.cpp $(srcdir)/templateinterface.cpp $(top_builddir)/kabc/addressee.h editdcopinterface_skel.cpp clipboarddcopinterface_skel.cpp selectiondcopinterface_skel.cpp searchdcopinterface_skel.cpp blockselectiondcopinterface_skel.cpp documentdcopinfo_skel.cpp encodingdcopinterface_skel.cpp printdcopinterface_skel.cpp undodcopinterface_skel.cpp viewcursordcopinterface_skel.cpp viewstatusmsgdcopinterface_skel.cpp selectionextdcopinterface_skel.cpp editorchooser_ui.cpp plugin.moc configinterfaceextension.moc editor.moc view.moc editorchooser.moc document.moc editorchooser_ui.moc @echo 'creating libktexteditor_la.all_cpp.cpp ...'; \ rm -f libktexteditor_la.all_cpp.files libktexteditor_la.all_cpp.final; \ echo "#define KDE_USE_FINAL 1" >> libktexteditor_la.all_cpp.final; \ --- kdelibs-3.5.10.dfsg.1.orig/interfaces/ktexteditor/ktexteditoreditor.desktop +++ kdelibs-3.5.10.dfsg.1/interfaces/ktexteditor/ktexteditoreditor.desktop @@ -84,3 +84,4 @@ Comment[zh_HK]=可嵌入的文字編輯器元件 (Doc/View 不分開) Comment[zh_TW]=可嵌入的文字編輯器元件 (Doc/View 不分開) Comment[zu]=Ilunga Lomlungisi Wombhalo (ngaphandle Kokuhlukana kwe-Doc/Umbukiso) +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/interfaces/ktexteditor/kcm_ktexteditor.desktop +++ kdelibs-3.5.10.dfsg.1/interfaces/ktexteditor/kcm_ktexteditor.desktop @@ -170,3 +170,4 @@ valueSection=KTextEditor valueName=embeddedEditor configurationType=component +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/interfaces/khexedit/Makefile.in +++ kdelibs-3.5.10.dfsg.1/interfaces/khexedit/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -79,6 +79,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -193,7 +195,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -221,6 +222,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -230,6 +232,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -258,6 +261,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -308,6 +312,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -365,6 +370,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -389,12 +395,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -405,8 +411,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -427,9 +433,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -477,7 +483,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -668,8 +674,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/interfaces/khexedit/kbytesedit.desktop +++ kdelibs-3.5.10.dfsg.1/interfaces/khexedit/kbytesedit.desktop @@ -2,3 +2,4 @@ Type=ServiceType X-KDE-ServiceType=KHexEdit/KBytesEdit +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/interfaces/kmediaplayer/kmediaplayerengine.desktop +++ kdelibs-3.5.10.dfsg.1/interfaces/kmediaplayer/kmediaplayerengine.desktop @@ -1,3 +1,4 @@ [Desktop Entry] Type=ServiceType X-KDE-ServiceType=KMediaPlayer/Engine +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/interfaces/kmediaplayer/Makefile.in +++ kdelibs-3.5.10.dfsg.1/interfaces/kmediaplayer/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -63,7 +63,9 @@ libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = -libkmediaplayer_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +libkmediaplayer_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(top_builddir)/dcop/libDCOP.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_libkmediaplayer_la_OBJECTS = player.lo view.lo #>- libkmediaplayer_la_OBJECTS = $(am_libkmediaplayer_la_OBJECTS) #>+ 4 @@ -140,6 +142,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -254,7 +258,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -282,6 +285,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -291,6 +295,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -319,6 +324,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -369,6 +375,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -426,6 +433,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -441,7 +449,7 @@ #>+ 1 libkmediaplayer_la_SOURCES=player.cpp view.cpp playerdcopobject_skel.cpp libkmediaplayer_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined -libkmediaplayer_la_LIBADD = $(LIB_KPARTS) +libkmediaplayer_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_KDEUI) $(LIB_KDECORE) #>- libkmediaplayer_la_METASOURCES = AUTO kmediaplayerinclude_HEADERS = player.h playerdcopobject.h view.h kmediaplayerincludedir = $(includedir)/kmediaplayer @@ -452,12 +460,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -468,8 +476,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -490,9 +498,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -669,7 +677,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -931,8 +939,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/interfaces/kmediaplayer/kmediaplayer.desktop +++ kdelibs-3.5.10.dfsg.1/interfaces/kmediaplayer/kmediaplayer.desktop @@ -2,3 +2,4 @@ Type=ServiceType X-KDE-ServiceType=KMediaPlayer/Player X-KDE-Derived=KParts/ReadOnlyPart +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/interfaces/kmediaplayer/kfileaudiopreview/Makefile.in +++ kdelibs-3.5.10.dfsg.1/interfaces/kmediaplayer/kfileaudiopreview/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -62,7 +62,8 @@ am__DEPENDENCIES_1 = kfileaudiopreview_la_DEPENDENCIES = \ $(top_builddir)/interfaces/kmediaplayer/libkmediaplayer.la \ - $(top_builddir)/arts/kde/libartskde.la $(am__DEPENDENCIES_1) + $(top_builddir)/arts/kde/libartskde.la $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_kfileaudiopreview_la_OBJECTS = kfileaudiopreview.lo #>- kfileaudiopreview_la_OBJECTS = $(am_kfileaudiopreview_la_OBJECTS) #>+ 1 @@ -115,6 +116,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -229,7 +232,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -257,6 +259,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -266,6 +269,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -294,6 +298,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -344,6 +349,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -401,6 +407,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -413,7 +420,7 @@ kde_module_LTLIBRARIES = kfileaudiopreview.la kfileaudiopreview_la_SOURCES = kfileaudiopreview.cpp kfileaudiopreview_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module -avoid-version -no-undefined -kfileaudiopreview_la_LIBADD = $(top_builddir)/interfaces/kmediaplayer/libkmediaplayer.la $(top_builddir)/arts/kde/libartskde.la $(LIB_KIO) +kfileaudiopreview_la_LIBADD = $(top_builddir)/interfaces/kmediaplayer/libkmediaplayer.la $(top_builddir)/arts/kde/libartskde.la $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) noinst_HEADERS = kfileaudiopreview.h #>- all: all-am #>+ 1 @@ -421,12 +428,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -437,8 +444,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -459,9 +466,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -533,7 +540,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -745,8 +752,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/interfaces/terminal/Makefile.in +++ kdelibs-3.5.10.dfsg.1/interfaces/terminal/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -75,6 +75,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -189,7 +191,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -217,6 +218,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -226,6 +228,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -254,6 +257,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -304,6 +308,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -361,6 +366,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -375,12 +381,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -391,8 +397,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -413,9 +419,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -446,7 +452,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -634,8 +640,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/interfaces/terminal/test/Makefile.in +++ kdelibs-3.5.10.dfsg.1/interfaces/terminal/test/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -102,6 +102,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -216,7 +218,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -244,6 +245,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -253,6 +255,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -281,6 +284,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -331,6 +335,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -388,6 +393,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -406,12 +412,12 @@ .SUFFIXES: .SUFFIXES: .cc .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -422,8 +428,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -444,9 +450,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-checkPROGRAMS: @@ -499,7 +505,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -702,8 +708,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/interfaces/kimproxy/Makefile.in +++ kdelibs-3.5.10.dfsg.1/interfaces/kimproxy/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -82,6 +82,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -196,7 +198,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -224,6 +225,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -233,6 +235,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -261,6 +264,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -311,6 +315,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -368,6 +373,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -381,12 +387,12 @@ all: docs-am all-recursive .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -397,8 +403,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -419,9 +425,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -505,7 +511,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -722,8 +728,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/interfaces/kimproxy/library/Makefile.in +++ kdelibs-3.5.10.dfsg.1/interfaces/kimproxy/library/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -62,7 +62,9 @@ libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = -libkimproxy_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +libkimproxy_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(top_builddir)/dcop/libDCOP.la $(am__DEPENDENCIES_1) am_libkimproxy_la_OBJECTS = kimproxy.lo #>- libkimproxy_la_OBJECTS = $(am_libkimproxy_la_OBJECTS) #>+ 4 @@ -137,6 +139,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -251,7 +255,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -279,6 +282,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -288,6 +292,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -316,6 +321,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -366,6 +372,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -423,6 +430,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -439,7 +447,7 @@ kimproxyinclude_HEADERS = kimproxy.h kimproxyiface.h lib_LTLIBRARIES = libkimproxy.la libkimproxy_la_LDFLAGS = -no-undefined $(all_libraries) -libkimproxy_la_LIBADD = $(LIB_KIO) +libkimproxy_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_KDEUI) #>- libkimproxy_la_SOURCES = kimproxy.cpp kimiface.stub kimproxyiface.skel #>+ 1 libkimproxy_la_SOURCES=kimproxy.cpp kimiface_stub.cpp kimproxyiface_skel.cpp @@ -451,12 +459,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -467,8 +475,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -489,9 +497,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -650,7 +658,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1003,8 +1011,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/interfaces/kimproxy/library/icons/Makefile.in +++ kdelibs-3.5.10.dfsg.1/interfaces/kimproxy/library/icons/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -62,6 +62,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -176,7 +178,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -204,6 +205,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -213,6 +215,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -241,6 +244,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -291,6 +295,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -348,6 +353,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -361,12 +367,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -377,8 +383,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -399,9 +405,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -550,48 +556,48 @@ .NOEXPORT: #>+ 2 -KDE_DIST=cr16-action-presence_online.png cr32-action-presence_away.png cr16-action-presence_unknown.png cr32-action-presence_unknown.png cr32-action-presence_online.png cr16-action-presence_offline.png cr48-action-presence_offline.png Makefile.in cr48-action-presence_online.png cr16-action-presence_away.png Makefile.am cr48-action-presence_away.png cr32-action-presence_offline.png +KDE_DIST=cr16-action-presence_online.png cr32-action-presence_away.png cr32-action-presence_unknown.png cr16-action-presence_unknown.png cr32-action-presence_online.png cr16-action-presence_offline.png cr48-action-presence_offline.png Makefile.in cr48-action-presence_online.png cr16-action-presence_away.png Makefile.am cr32-action-presence_offline.png cr48-action-presence_away.png #>+ 2 docs-am: #>+ 29 install-kde-icons: - $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions - $(INSTALL_DATA) $(srcdir)/cr32-action-presence_offline.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/presence_offline.png - $(INSTALL_DATA) $(srcdir)/cr32-action-presence_online.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/presence_online.png - $(INSTALL_DATA) $(srcdir)/cr32-action-presence_unknown.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/presence_unknown.png $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions - $(INSTALL_DATA) $(srcdir)/cr16-action-presence_online.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/presence_online.png - $(INSTALL_DATA) $(srcdir)/cr16-action-presence_offline.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/presence_offline.png $(INSTALL_DATA) $(srcdir)/cr16-action-presence_away.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/presence_away.png - $(INSTALL_DATA) $(srcdir)/cr32-action-presence_away.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/presence_away.png $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions - $(INSTALL_DATA) $(srcdir)/cr48-action-presence_offline.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/presence_offline.png + $(INSTALL_DATA) $(srcdir)/cr48-action-presence_online.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/presence_online.png $(INSTALL_DATA) $(srcdir)/cr48-action-presence_away.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/presence_away.png + $(INSTALL_DATA) $(srcdir)/cr16-action-presence_online.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/presence_online.png + $(INSTALL_DATA) $(srcdir)/cr16-action-presence_offline.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/presence_offline.png + $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions + $(INSTALL_DATA) $(srcdir)/cr32-action-presence_offline.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/presence_offline.png + $(INSTALL_DATA) $(srcdir)/cr48-action-presence_offline.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/presence_offline.png + $(INSTALL_DATA) $(srcdir)/cr32-action-presence_away.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/presence_away.png $(INSTALL_DATA) $(srcdir)/cr16-action-presence_unknown.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/presence_unknown.png - $(INSTALL_DATA) $(srcdir)/cr48-action-presence_online.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/presence_online.png + $(INSTALL_DATA) $(srcdir)/cr32-action-presence_unknown.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/presence_unknown.png + $(INSTALL_DATA) $(srcdir)/cr32-action-presence_online.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/presence_online.png uninstall-kde-icons: - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/presence_offline.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/presence_online.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/presence_unknown.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/presence_away.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/presence_online.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/presence_away.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/presence_online.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/presence_offline.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/presence_away.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/presence_away.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/presence_offline.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/presence_offline.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/presence_away.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/presence_away.png -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/actions/presence_unknown.png - -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/actions/presence_online.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/presence_unknown.png + -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/presence_online.png #>+ 15 force-reedit: @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/interfaces/kimproxy/interface/Makefile.in +++ kdelibs-3.5.10.dfsg.1/interfaces/kimproxy/interface/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -81,6 +81,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -195,7 +197,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -223,6 +224,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -232,6 +234,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -260,6 +263,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -310,6 +314,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -367,6 +372,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -387,12 +393,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -403,8 +409,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -425,9 +431,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -492,7 +498,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -778,8 +784,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/interfaces/kimproxy/interface/dcopinstantmessenger.desktop +++ kdelibs-3.5.10.dfsg.1/interfaces/kimproxy/interface/dcopinstantmessenger.desktop @@ -70,3 +70,4 @@ Comment[zh_CN]=带 DCOP 接口的即时通讯程序 Comment[zh_HK]=附有 DCOP 介面的即時通訊軟件 Comment[zh_TW]=DCOP 介面的即時通訊系統 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/interfaces/kimproxy/interface/kcm_instantmessenger.desktop +++ kdelibs-3.5.10.dfsg.1/interfaces/kimproxy/interface/kcm_instantmessenger.desktop @@ -136,3 +136,4 @@ valueSection=InstantMessenger valueName=imClient configurationType=component +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kstyles/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kstyles/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -82,6 +82,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -196,7 +198,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -224,6 +225,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -233,6 +235,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -261,6 +264,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -311,6 +315,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -368,6 +373,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -381,12 +387,12 @@ all: docs-am all-recursive .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -397,8 +403,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -419,9 +425,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -505,7 +511,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -725,8 +731,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kstyles/kthemestyle/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kstyles/kthemestyle/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -78,8 +78,9 @@ am__installdirs = "$(DESTDIR)$(kde_styledir)" kde_styleLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_style_LTLIBRARIES) +am__DEPENDENCIES_1 = kthemestyle_la_DEPENDENCIES = ../../kdefx/libkdefx.la \ - ../../kdecore/libkdecore.la + ../../kdecore/libkdecore.la $(am__DEPENDENCIES_1) am_kthemestyle_la_OBJECTS = kthemebase.lo kthemestyle.lo kstyledirs.lo #>- kthemestyle_la_OBJECTS = $(am_kthemestyle_la_OBJECTS) #>+ 4 @@ -135,6 +136,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -249,7 +252,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -277,6 +279,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -286,6 +289,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -314,6 +318,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -364,6 +369,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -421,6 +427,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -433,7 +440,7 @@ noinst_HEADERS = kthemestyle.h kthemebase.h kstyledirs.h kde_style_LTLIBRARIES = kthemestyle.la kthemestyle_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -kthemestyle_la_LIBADD = ../../kdefx/libkdefx.la ../../kdecore/libkdecore.la +kthemestyle_la_LIBADD = ../../kdefx/libkdefx.la ../../kdecore/libkdecore.la -ldl $(LIB_QT) kthemestyle_la_SOURCES = kthemebase.cpp kthemestyle.cpp kstyledirs.cpp #>- kthemestyle_la_METASOURCES = AUTO #>- all: all-am @@ -442,12 +449,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -458,8 +465,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -480,9 +487,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-kde_styleLTLIBRARIES: $(kde_style_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -556,7 +563,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -768,8 +775,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kstyles/web/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kstyles/web/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -120,6 +120,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -234,7 +236,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -262,6 +263,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -271,6 +273,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -299,6 +302,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -349,6 +353,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -406,6 +411,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -428,12 +434,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -444,8 +450,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -466,9 +472,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -558,7 +564,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -753,8 +759,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kstyles/web/web.themerc +++ kdelibs-3.5.10.dfsg.1/kstyles/web/web.themerc @@ -161,3 +161,4 @@ Comment[zu]=Uhlobo lwe-widget ye-web [KDE] widgetStyle=webstyle.la +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kstyles/highcontrast/highcontrast.themerc +++ kdelibs-3.5.10.dfsg.1/kstyles/highcontrast/highcontrast.themerc @@ -125,3 +125,4 @@ Comment[zh_TW]=在高彩度下可以使用的風格 [KDE] WidgetStyle=HighContrast +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kstyles/highcontrast/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kstyles/highcontrast/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -79,7 +79,9 @@ "$(DESTDIR)$(stylercdir)" kde_styleLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_style_LTLIBRARIES) -highcontrast_la_DEPENDENCIES = ../../kdefx/libkdefx.la +am__DEPENDENCIES_1 = +highcontrast_la_DEPENDENCIES = ../../kdefx/libkdefx.la \ + $(am__DEPENDENCIES_1) am_highcontrast_la_OBJECTS = highcontrast.lo #>- highcontrast_la_OBJECTS = $(am_highcontrast_la_OBJECTS) #>+ 1 @@ -152,6 +154,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -266,7 +270,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -294,6 +297,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -303,6 +307,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -331,6 +336,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -381,6 +387,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -438,6 +445,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -456,7 +464,7 @@ kde_style_LTLIBRARIES = highcontrast.la highcontrast_la_SOURCES = highcontrast.cpp highcontrast_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -highcontrast_la_LIBADD = ../../kdefx/libkdefx.la +highcontrast_la_LIBADD = ../../kdefx/libkdefx.la $(LIB_QT) #>- highcontrast_la_METASOURCES = AUTO DISTCLEANFILES = $(highcontrast_la_METASOURCES) #>- all: all-recursive @@ -465,12 +473,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -481,8 +489,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -503,9 +511,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-kde_styleLTLIBRARIES: $(kde_style_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -664,7 +672,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -905,8 +913,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kstyles/highcontrast/config/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kstyles/highcontrast/config/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -60,7 +60,8 @@ kde_moduleLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_module_LTLIBRARIES) am__DEPENDENCIES_1 = -kstyle_highcontrast_config_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +kstyle_highcontrast_config_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_kstyle_highcontrast_config_la_OBJECTS = highcontrastconfig.lo #>- kstyle_highcontrast_config_la_OBJECTS = \ #>- $(am_kstyle_highcontrast_config_la_OBJECTS) @@ -116,6 +117,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -230,7 +233,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -258,6 +260,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -267,6 +270,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -295,6 +299,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -345,6 +350,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -402,6 +408,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -413,7 +420,7 @@ noinst_HEADERS = highcontrastconfig.h kde_module_LTLIBRARIES = kstyle_highcontrast_config.la kstyle_highcontrast_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -kstyle_highcontrast_config_la_LIBADD = $(LIB_KDEUI) +kstyle_highcontrast_config_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) kstyle_highcontrast_config_la_SOURCES = highcontrastconfig.cpp #>- kstyle_highcontrast_config_la_METASOURCES = AUTO #>- all: all-am @@ -422,12 +429,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -438,8 +445,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -460,9 +467,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -534,7 +541,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -746,8 +753,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kstyles/keramik/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kstyles/keramik/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -61,7 +61,9 @@ am__installdirs = "$(DESTDIR)$(kde_styledir)" kde_styleLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_style_LTLIBRARIES) -keramik_la_DEPENDENCIES = ../../kdefx/libkdefx.la +am__DEPENDENCIES_1 = +keramik_la_DEPENDENCIES = ../../kdefx/libkdefx.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_keramik_la_OBJECTS = keramik.lo pixmaploader.lo gradients.lo \ colorutil.lo #>- keramik_la_OBJECTS = $(am_keramik_la_OBJECTS) @@ -132,6 +134,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -246,7 +250,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -274,6 +277,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -283,6 +287,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -311,6 +316,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -361,6 +367,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -418,6 +425,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -432,7 +440,7 @@ noinst_HEADERS = keramik.h pixmaploader.h keramikimage.h bitmaps.h gradients.h colorutil.h kde_style_LTLIBRARIES = keramik.la keramik_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -keramik_la_LIBADD = ../../kdefx/libkdefx.la +keramik_la_LIBADD = ../../kdefx/libkdefx.la $(LIB_QT) $(LIB_XEXT) keramik_la_SOURCES = keramik.cpp pixmaploader.cpp gradients.cpp colorutil.cpp keramik_la_COMPILE_FIRST = keramikrc.h #>- keramik_la_METASOURCES = AUTO @@ -445,12 +453,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -461,8 +469,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -483,9 +491,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-kde_styleLTLIBRARIES: $(kde_style_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -571,7 +579,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -847,8 +855,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kstyles/klegacy/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kstyles/klegacy/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -116,6 +116,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -230,7 +232,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -258,6 +259,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -267,6 +269,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -295,6 +298,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -345,6 +349,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -402,6 +407,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -422,12 +428,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -438,8 +444,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -460,9 +466,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -535,7 +541,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -740,8 +746,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kstyles/highcolor/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kstyles/highcolor/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -78,7 +78,9 @@ am__installdirs = "$(DESTDIR)$(kde_styledir)" kde_styleLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_style_LTLIBRARIES) -highcolor_la_DEPENDENCIES = ../../kdefx/libkdefx.la +am__DEPENDENCIES_1 = +highcolor_la_DEPENDENCIES = ../../kdefx/libkdefx.la \ + $(am__DEPENDENCIES_1) am_highcolor_la_OBJECTS = highcolor.lo #>- highcolor_la_OBJECTS = $(am_highcolor_la_OBJECTS) #>+ 1 @@ -131,6 +133,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -245,7 +249,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -273,6 +276,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -282,6 +286,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -310,6 +315,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -360,6 +366,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -417,6 +424,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -429,7 +437,7 @@ noinst_HEADERS = highcolor.h bitmaps.h kde_style_LTLIBRARIES = highcolor.la highcolor_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -highcolor_la_LIBADD = ../../kdefx/libkdefx.la +highcolor_la_LIBADD = ../../kdefx/libkdefx.la $(LIB_QT) highcolor_la_SOURCES = highcolor.cpp #>- highcolor_la_METASOURCES = AUTO #>- all: all-am @@ -438,12 +446,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -454,8 +462,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -476,9 +484,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-kde_styleLTLIBRARIES: $(kde_style_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -550,7 +558,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -755,8 +763,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kstyles/themes/kstep.themerc +++ kdelibs-3.5.10.dfsg.1/kstyles/themes/kstep.themerc @@ -106,3 +106,4 @@ Comment[zu]=Okulandelayo Okungenangqikithi-okunjengesitayela [KDE] widgetStyle=kstepstyle.la +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kstyles/themes/light-v2.themerc +++ kdelibs-3.5.10.dfsg.1/kstyles/themes/light-v2.themerc @@ -158,3 +158,4 @@ Comment[zu]=Ukubuyekezwa kwesibili kwesitayela se-widget 'Esilula' kanye nesiphucuzekile. [KDE] WidgetStyle=Light, 2nd revision +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kstyles/themes/default.themerc +++ kdelibs-3.5.10.dfsg.1/kstyles/themes/default.themerc @@ -150,3 +150,4 @@ InactiveShading=true [KDE] WidgetStyle=Default +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kstyles/themes/highcolor.themerc +++ kdelibs-3.5.10.dfsg.1/kstyles/themes/highcolor.themerc @@ -148,3 +148,4 @@ Comment[zh_TW]=預設風格的高彩版本 [KDE] WidgetStyle=HighColor +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kstyles/themes/keramik.themerc +++ kdelibs-3.5.10.dfsg.1/kstyles/themes/keramik.themerc @@ -97,3 +97,4 @@ [KDE] WidgetStyle=Keramik +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kstyles/themes/b3.themerc +++ kdelibs-3.5.10.dfsg.1/kstyles/themes/b3.themerc @@ -88,3 +88,4 @@ Comment[zu]=B3/Ukulungisa kwe-B2 [KDE] WidgetStyle=B3 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kstyles/themes/mega.themerc +++ kdelibs-3.5.10.dfsg.1/kstyles/themes/mega.themerc @@ -74,3 +74,4 @@ Name[zu]=Isitayela sombala ophezulu se-MegaGradient [KDE] widgetStyle=mega.la +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kstyles/themes/beos.themerc +++ kdelibs-3.5.10.dfsg.1/kstyles/themes/beos.themerc @@ -81,3 +81,4 @@ Comment[zh_TW]=沒有主題的 BeOS 的風格 [KDE] widgetStyle=beosstyle.la +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kstyles/themes/qtwindows.themerc +++ kdelibs-3.5.10.dfsg.1/kstyles/themes/qtwindows.themerc @@ -94,3 +94,4 @@ Comment[zu]=Yakhelwe-kuhlobo kwisitayela samawindi 9x [KDE] WidgetStyle=Windows +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kstyles/themes/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kstyles/themes/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -74,6 +74,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -188,7 +190,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -216,6 +217,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -225,6 +227,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -253,6 +256,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -303,6 +307,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -360,6 +365,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -381,12 +387,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -397,8 +403,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -419,9 +425,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -615,8 +621,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kstyles/themes/qtplatinum.themerc +++ kdelibs-3.5.10.dfsg.1/kstyles/themes/qtplatinum.themerc @@ -107,3 +107,4 @@ Comment[zu]=Yakhelwe-kuhlobo lwesingenabizogama isitayelaPlatinum [KDE] WidgetStyle=Platinum +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kstyles/themes/qtmotif.themerc +++ kdelibs-3.5.10.dfsg.1/kstyles/themes/qtmotif.themerc @@ -92,3 +92,4 @@ Comment[zu]=Ukwakekha-ngaphakathi okungenagqikithi sesitayela se-Motif [KDE] WidgetStyle=Motif +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kstyles/themes/qtsgi.themerc +++ kdelibs-3.5.10.dfsg.1/kstyles/themes/qtsgi.themerc @@ -88,3 +88,4 @@ Comment[zu]=Yakhelwe-kwisitayela se SGI [KDE] WidgetStyle=SGI +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kstyles/themes/light-v3.themerc +++ kdelibs-3.5.10.dfsg.1/kstyles/themes/light-v3.themerc @@ -159,3 +159,4 @@ Comment[zu]=Ukubuyekezwa kwesithathu kwesitayela se-widget 'Esilula' kanye nokuphucuzekile. [KDE] WidgetStyle=Light, 3rd revision +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kstyles/themes/qtcde.themerc +++ kdelibs-3.5.10.dfsg.1/kstyles/themes/qtcde.themerc @@ -86,3 +86,4 @@ Comment[zu]=Isitayela Sokwakheka-ngaphakathi okungenagqikithi [KDE] WidgetStyle=CDE +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kstyles/riscos/riscos.themerc +++ kdelibs-3.5.10.dfsg.1/kstyles/riscos/riscos.themerc @@ -342,3 +342,4 @@ windowBackground=255,255,255 selectForeground=255,255,255 selectBackground=0,0,0 +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kstyles/riscos/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kstyles/riscos/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -73,6 +73,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -187,7 +189,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -215,6 +216,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -224,6 +226,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -252,6 +255,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -302,6 +306,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -359,6 +364,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -409,12 +415,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -425,8 +431,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -447,9 +453,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -643,8 +649,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kstyles/light/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kstyles/light/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -135,6 +135,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -249,7 +251,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -277,6 +278,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -286,6 +288,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -314,6 +317,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -364,6 +368,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -421,6 +426,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -442,12 +448,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -458,8 +464,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -480,9 +486,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-kde_styleLTLIBRARIES: $(kde_style_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -556,7 +562,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -768,8 +774,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kstyles/utils/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kstyles/utils/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -82,6 +82,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -196,7 +198,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -224,6 +225,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -233,6 +235,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -261,6 +264,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -311,6 +315,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -368,6 +373,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -381,12 +387,12 @@ all: docs-am all-recursive .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -397,8 +403,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -419,9 +425,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -505,7 +511,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -722,8 +728,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kstyles/utils/installtheme/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kstyles/utils/installtheme/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -57,7 +57,8 @@ #>+ 1 kinstalltheme_OBJECTS = main.$(OBJEXT) am__DEPENDENCIES_1 = -kinstalltheme_DEPENDENCIES = $(am__DEPENDENCIES_1) +kinstalltheme_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) #>- kinstalltheme_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ #>- $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ #>- $(CXXFLAGS) $(kinstalltheme_LDFLAGS) $(LDFLAGS) -o $@ @@ -105,6 +106,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -219,7 +222,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -247,6 +249,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -256,6 +259,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -284,6 +288,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -334,6 +339,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -391,6 +397,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -410,19 +417,19 @@ # the libraries to link against. Be aware of the order. First the libraries, # that depend on the following ones. -kinstalltheme_LDADD = $(LIB_KDEUI) +kinstalltheme_LDADD = $(LIB_QT) $(LIB_KDECORE) #>- all: all-am #>+ 1 all: docs-am all-am .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -433,8 +440,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -455,9 +462,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @@ -531,7 +538,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -723,8 +730,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kstyles/plastik/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kstyles/plastik/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -61,7 +61,9 @@ "$(DESTDIR)$(stylercdir)" kde_styleLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_style_LTLIBRARIES) -plastik_la_DEPENDENCIES = ../../kdefx/libkdefx.la +am__DEPENDENCIES_1 = +plastik_la_DEPENDENCIES = ../../kdefx/libkdefx.la \ + $(am__DEPENDENCIES_1) am_plastik_la_OBJECTS = plastik.lo misc.lo #>- plastik_la_OBJECTS = $(am_plastik_la_OBJECTS) #>+ 4 @@ -137,6 +139,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -251,7 +255,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -279,6 +282,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -288,6 +292,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -316,6 +321,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -366,6 +372,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -423,6 +430,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -441,7 +449,7 @@ kde_style_LTLIBRARIES = plastik.la plastik_la_SOURCES = plastik.cpp misc.cpp plastik_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -plastik_la_LIBADD = ../../kdefx/libkdefx.la +plastik_la_LIBADD = ../../kdefx/libkdefx.la $(LIB_QT) #>- plastik_la_METASOURCES = AUTO DISTCLEANFILES = $(plastik_la_METASOURCES) #>- all: all-recursive @@ -450,12 +458,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -466,8 +474,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -488,9 +496,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-kde_styleLTLIBRARIES: $(kde_style_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -650,7 +658,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -891,8 +899,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kstyles/plastik/plastik.themerc +++ kdelibs-3.5.10.dfsg.1/kstyles/plastik/plastik.themerc @@ -99,3 +99,4 @@ Comment[zh_TW]=簡單而乾淨的風格 [KDE] WidgetStyle=Plastik +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kstyles/plastik/config/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kstyles/plastik/config/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -60,7 +60,8 @@ kde_moduleLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(kde_module_LTLIBRARIES) am__DEPENDENCIES_1 = -kstyle_plastik_config_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +kstyle_plastik_config_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_kstyle_plastik_config_la_OBJECTS = plastikconf.lo #>- kstyle_plastik_config_la_OBJECTS = \ #>- $(am_kstyle_plastik_config_la_OBJECTS) @@ -116,6 +117,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -230,7 +233,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -258,6 +260,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -267,6 +270,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -295,6 +299,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -345,6 +350,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -402,6 +408,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -413,7 +420,7 @@ noinst_HEADERS = plastikconf.h kde_module_LTLIBRARIES = kstyle_plastik_config.la kstyle_plastik_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -kstyle_plastik_config_la_LIBADD = $(LIB_KDEUI) +kstyle_plastik_config_la_LIBADD = $(LIB_KDEUI) $(LIB_QT) $(LIB_KDECORE) kstyle_plastik_config_la_SOURCES = plastikconf.cpp #>- kstyle_plastik_config_la_METASOURCES = AUTO #>- all: all-am @@ -422,12 +429,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -438,8 +445,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -460,9 +467,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -534,7 +541,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -746,8 +753,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kutils/kplugininfo.desktop +++ kdelibs-3.5.10.dfsg.1/kutils/kplugininfo.desktop @@ -105,3 +105,4 @@ [PropertyDef::X-KDE-PluginInfo-EnabledByDefault] Type=bool +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kutils/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kutils/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -62,7 +62,11 @@ "$(DESTDIR)$(kde_servicetypesdir)" "$(DESTDIR)$(includedir)" libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(lib_LTLIBRARIES) -libkutils_la_DEPENDENCIES = ../kio/libkio.la ksettings/libksettings.la +am__DEPENDENCIES_1 = +libkutils_la_DEPENDENCIES = ../kio/libkio.la ksettings/libksettings.la \ + $(am__DEPENDENCIES_1) $(top_builddir)/dcop/libDCOP.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_libkutils_la_OBJECTS = kfind.lo kfinddialog.lo kreplace.lo \ kreplacedialog.lo kcmoduleinfo.lo kcmoduleloader.lo \ kcmultidialog.lo kmultitabbar.lo kplugininfo.lo \ @@ -147,6 +151,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -261,7 +267,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -289,6 +294,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -298,6 +304,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -326,6 +333,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -376,6 +384,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -433,6 +442,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -445,7 +455,7 @@ lib_LTLIBRARIES = libkutils.la libkutils_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 3:0:2 # Needs KTrader -libkutils_la_LIBADD = ../kio/libkio.la ksettings/libksettings.la +libkutils_la_LIBADD = ../kio/libkio.la ksettings/libksettings.la $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_X11) #>- libkutils_la_SOURCES = kfind.cpp kfinddialog.cpp kreplace.cpp \ #>- kreplacedialog.cpp kcmoduleinfo.cpp kcmoduleloader.cpp \ #>- kcmultidialog.cpp kmultitabbar.cpp kplugininfo.cpp \ @@ -477,12 +487,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -493,8 +503,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -515,9 +525,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -705,7 +715,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1028,18 +1038,18 @@ $(DCOPIDL2CPP) --c++-suffix cpp --no-signals --no-stub kcmoduleproxyIface.kidl #>+ 3 -kcmultidialog.moc: $(srcdir)/kcmultidialog.h - $(MOC) $(srcdir)/kcmultidialog.h -o kcmultidialog.moc +kcmoduleproxyIfaceImpl.moc: $(srcdir)/kcmoduleproxyIfaceImpl.h + $(MOC) $(srcdir)/kcmoduleproxyIfaceImpl.h -o kcmoduleproxyIfaceImpl.moc #>+ 2 -mocs: kcmultidialog.moc +mocs: kcmoduleproxyIfaceImpl.moc #>+ 3 -kcmoduleproxyIfaceImpl.moc: $(srcdir)/kcmoduleproxyIfaceImpl.h - $(MOC) $(srcdir)/kcmoduleproxyIfaceImpl.h -o kcmoduleproxyIfaceImpl.moc +kcmultidialog.moc: $(srcdir)/kcmultidialog.h + $(MOC) $(srcdir)/kcmultidialog.h -o kcmultidialog.moc #>+ 2 -mocs: kcmoduleproxyIfaceImpl.moc +mocs: kcmultidialog.moc #>+ 3 kpluginselector.moc: $(srcdir)/kpluginselector.h @@ -1091,11 +1101,11 @@ mocs: kmultitabbar_p.moc #>+ 3 -kcmoduleproxy.moc: $(srcdir)/kcmoduleproxy.h - $(MOC) $(srcdir)/kcmoduleproxy.h -o kcmoduleproxy.moc +kfind.moc: $(srcdir)/kfind.h + $(MOC) $(srcdir)/kfind.h -o kfind.moc #>+ 2 -mocs: kcmoduleproxy.moc +mocs: kfind.moc #>+ 3 kpluginselector_p.moc: $(srcdir)/kpluginselector_p.h @@ -1105,15 +1115,15 @@ mocs: kpluginselector_p.moc #>+ 3 -kfind.moc: $(srcdir)/kfind.h - $(MOC) $(srcdir)/kfind.h -o kfind.moc +kcmoduleproxy.moc: $(srcdir)/kcmoduleproxy.h + $(MOC) $(srcdir)/kcmoduleproxy.h -o kcmoduleproxy.moc #>+ 2 -mocs: kfind.moc +mocs: kcmoduleproxy.moc #>+ 3 clean-metasources: - -rm -f kcmultidialog.moc kcmoduleproxyIfaceImpl.moc kpluginselector.moc kreplacedialog.moc kfinddialog.moc kreplace.moc kcmodulecontainer.moc kmultitabbar.moc kmultitabbar_p.moc kcmoduleproxy.moc kpluginselector_p.moc kfind.moc + -rm -f kcmoduleproxyIfaceImpl.moc kcmultidialog.moc kpluginselector.moc kreplacedialog.moc kfinddialog.moc kreplace.moc kcmodulecontainer.moc kmultitabbar.moc kmultitabbar_p.moc kfind.moc kpluginselector_p.moc kcmoduleproxy.moc #>+ 2 KDE_DIST=kdeglobals.kcfgc Makefile.in groups.dox kdeglobals.kcfg kplugininfo.desktop Makefile.am @@ -1131,8 +1141,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -1165,7 +1175,7 @@ #>+ 11 -libkutils_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kfind.cpp $(srcdir)/kfinddialog.cpp $(srcdir)/kreplace.cpp $(srcdir)/kreplacedialog.cpp $(srcdir)/kcmoduleinfo.cpp $(srcdir)/kcmoduleloader.cpp $(srcdir)/kcmultidialog.cpp $(srcdir)/kmultitabbar.cpp $(srcdir)/kplugininfo.cpp $(srcdir)/kcmoduleproxy.cpp $(srcdir)/kpluginselector.cpp $(srcdir)/kcmodulecontainer.cpp $(srcdir)/kcmoduleproxyIfaceImpl.cpp kcmoduleproxyIface_skel.cpp kcmoduleproxyIfaceImpl.moc kcmultidialog.moc kpluginselector.moc kreplacedialog.moc kfinddialog.moc kreplace.moc kcmodulecontainer.moc kmultitabbar.moc kmultitabbar_p.moc kfind.moc kpluginselector_p.moc kcmoduleproxy.moc +libkutils_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kfind.cpp $(srcdir)/kfinddialog.cpp $(srcdir)/kreplace.cpp $(srcdir)/kreplacedialog.cpp $(srcdir)/kcmoduleinfo.cpp $(srcdir)/kcmoduleloader.cpp $(srcdir)/kcmultidialog.cpp $(srcdir)/kmultitabbar.cpp $(srcdir)/kplugininfo.cpp $(srcdir)/kcmoduleproxy.cpp $(srcdir)/kpluginselector.cpp $(srcdir)/kcmodulecontainer.cpp $(srcdir)/kcmoduleproxyIfaceImpl.cpp kcmoduleproxyIface_skel.cpp kcmultidialog.moc kcmoduleproxyIfaceImpl.moc kpluginselector.moc kreplacedialog.moc kfinddialog.moc kreplace.moc kcmodulecontainer.moc kmultitabbar.moc kmultitabbar_p.moc kcmoduleproxy.moc kpluginselector_p.moc kfind.moc @echo 'creating libkutils_la.all_cpp.cpp ...'; \ rm -f libkutils_la.all_cpp.files libkutils_la.all_cpp.final; \ echo "#define KDE_USE_FINAL 1" >> libkutils_la.all_cpp.final; \ --- kdelibs-3.5.10.dfsg.1.orig/kutils/ksettings/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kutils/ksettings/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -110,6 +110,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -224,7 +226,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -252,6 +253,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -261,6 +263,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -289,6 +292,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -339,6 +343,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -396,6 +401,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -415,12 +421,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -431,8 +437,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -453,9 +459,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-noinstLTLIBRARIES: @@ -529,7 +535,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -755,8 +761,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kutils/tests/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kutils/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -113,6 +113,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -227,7 +229,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -255,6 +256,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -264,6 +266,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -292,6 +295,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -342,6 +346,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -399,6 +404,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -420,12 +426,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -436,8 +442,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -458,9 +464,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-checkPROGRAMS: @@ -517,7 +523,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -560,7 +566,7 @@ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags check-TESTS: $(TESTS) - @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \ + @failed=0; all=0; xfail=0; xpass=0; skip=0; \ srcdir=$(srcdir); export srcdir; \ list=' $(TESTS) '; \ if test -n "$$list"; then \ @@ -571,7 +577,7 @@ if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ - *$$ws$$tst$$ws*) \ + *[\ \ ]$$tst[\ \ ]*) \ xpass=`expr $$xpass + 1`; \ failed=`expr $$failed + 1`; \ echo "XPASS: $$tst"; \ @@ -583,7 +589,7 @@ elif test $$? -ne 77; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ - *$$ws$$tst$$ws*) \ + *[\ \ ]$$tst[\ \ ]*) \ xfail=`expr $$xfail + 1`; \ echo "XFAIL: $$tst"; \ ;; \ @@ -597,23 +603,36 @@ echo "SKIP: $$tst"; \ fi; \ done; \ + if test "$$all" -eq 1; then \ + tests="test"; \ + All=""; \ + else \ + tests="tests"; \ + All="All "; \ + fi; \ if test "$$failed" -eq 0; then \ if test "$$xfail" -eq 0; then \ - banner="All $$all tests passed"; \ + banner="$$All$$all $$tests passed"; \ else \ - banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ + if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ + banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ fi; \ else \ if test "$$xpass" -eq 0; then \ - banner="$$failed of $$all tests failed"; \ + banner="$$failed of $$all $$tests failed"; \ else \ - banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ + if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ + banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ fi; \ fi; \ dashes="$$banner"; \ skipped=""; \ if test "$$skip" -ne 0; then \ - skipped="($$skip tests were not run)"; \ + if test "$$skip" -eq 1; then \ + skipped="($$skip test was not run)"; \ + else \ + skipped="($$skip tests were not run)"; \ + fi; \ test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$skipped"; \ fi; \ @@ -801,8 +820,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdeui/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdeui/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -83,7 +83,11 @@ "$(DESTDIR)$(includedir)" libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(lib_LTLIBRARIES) -libkdeui_la_DEPENDENCIES = ../kdecore/libkdecore.la +am__DEPENDENCIES_1 = +libkdeui_la_DEPENDENCIES = ../kdecore/libkdecore.la \ + $(am__DEPENDENCIES_1) $(top_builddir)/dcop/libDCOP.la \ + $(am__DEPENDENCIES_1) $(top_builddir)/kdefx/libkdefx.la \ + $(am__DEPENDENCIES_1) am_libkdeui_la_OBJECTS = qxembed.lo ksharedpixmap.lo kpixmapio.lo \ kpopupmenu.lo ktoolbar.lo kaction.lo kstdaction.lo \ kactioncollection.lo kactionclasses.lo kurllabel.lo \ @@ -168,7 +172,7 @@ libkdeui_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(KDE_CXXFLAGS) $(libkdeui_la_LDFLAGS) $(LDFLAGS) -o $@ -libkspell_la_DEPENDENCIES = libkdeui.la +libkspell_la_LIBADD = am_libkspell_la_OBJECTS = dummy.lo #>- libkspell_la_OBJECTS = $(am_libkspell_la_OBJECTS) #>+ 1 @@ -231,7 +235,6 @@ distclean-recursive maintainer-clean-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) @@ -245,6 +248,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -359,7 +364,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -387,6 +391,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -396,6 +401,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -424,6 +430,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -474,6 +481,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -531,6 +539,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -538,7 +547,8 @@ xdg_appsdir = @xdg_appsdir@ xdg_directorydir = @xdg_directorydir@ xdg_menudir = @xdg_menudir@ -SUBDIRS = . kdetrayproxy tests about +SUBDIRS = . tests about +DIST_SUBDIRS = kdetrayproxy INCLUDES = -I$(top_srcdir)/kdefx -I$(top_srcdir)/interfaces $(all_includes) # For the future: examine if condensing the tons of *_LDFLAGS variables @@ -546,9 +556,8 @@ AM_LDFLAGS = $(LDFLAGS_AS_NEEDED) $(LDFLAGS_NEW_DTAGS) lib_LTLIBRARIES = libkdeui.la libkspell.la libkdeui_la_LDFLAGS = $(KDE_MT_LDFLAGS) -no-undefined -version-info 6:0:2 -libkdeui_la_LIBADD = ../kdecore/libkdecore.la +libkdeui_la_LIBADD = ../kdecore/libkdecore.la $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_X11) $(top_builddir)/kdefx/libkdefx.la $(LIB_XEXT) libkspell_la_LDFLAGS = $(KDE_MT_LDFLAGS) -version-info 6:0:2 -no-undefined -libkspell_la_LIBADD = libkdeui.la libkspell_la_SOURCES = dummy.cpp picsdir = $(kde_datadir)/kdeui/pics pics_DATA = aboutkde.png ktip-bulb.png ktip-background.png @@ -710,12 +719,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps) +$(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; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -726,8 +735,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -748,9 +757,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @@ -1083,7 +1092,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1456,6 +1465,13 @@ mocs: kcompletionbox.moc #>+ 3 +kactionclasses.moc: $(srcdir)/kactionclasses.h + $(MOC) $(srcdir)/kactionclasses.h -o kactionclasses.moc + +#>+ 2 +mocs: kactionclasses.moc + +#>+ 3 kauthicon.moc: $(srcdir)/kauthicon.h $(MOC) $(srcdir)/kauthicon.h -o kauthicon.moc @@ -1470,13 +1486,6 @@ mocs: knuminput.moc #>+ 3 -kactionclasses.moc: $(srcdir)/kactionclasses.h - $(MOC) $(srcdir)/kactionclasses.h -o kactionclasses.moc - -#>+ 2 -mocs: kactionclasses.moc - -#>+ 3 kshortcutdialog.moc: $(srcdir)/kshortcutdialog.h $(MOC) $(srcdir)/kshortcutdialog.h -o kshortcutdialog.moc @@ -1519,18 +1528,18 @@ mocs: kbuttonbox.moc #>+ 3 -klistbox.moc: $(srcdir)/klistbox.h - $(MOC) $(srcdir)/klistbox.h -o klistbox.moc +kcombobox.moc: $(srcdir)/kcombobox.h + $(MOC) $(srcdir)/kcombobox.h -o kcombobox.moc #>+ 2 -mocs: klistbox.moc +mocs: kcombobox.moc #>+ 3 -kcombobox.moc: $(srcdir)/kcombobox.h - $(MOC) $(srcdir)/kcombobox.h -o kcombobox.moc +klistbox.moc: $(srcdir)/klistbox.h + $(MOC) $(srcdir)/klistbox.h -o klistbox.moc #>+ 2 -mocs: kcombobox.moc +mocs: klistbox.moc #>+ 3 kscrollview.moc: $(srcdir)/kscrollview.h @@ -1540,18 +1549,18 @@ mocs: kscrollview.moc #>+ 3 -krootpixmap.moc: $(srcdir)/krootpixmap.h - $(MOC) $(srcdir)/krootpixmap.h -o krootpixmap.moc +ktabbar.moc: $(srcdir)/ktabbar.h + $(MOC) $(srcdir)/ktabbar.h -o ktabbar.moc #>+ 2 -mocs: krootpixmap.moc +mocs: ktabbar.moc #>+ 3 -ktabbar.moc: $(srcdir)/ktabbar.h - $(MOC) $(srcdir)/ktabbar.h -o ktabbar.moc +krootpixmap.moc: $(srcdir)/krootpixmap.h + $(MOC) $(srcdir)/krootpixmap.h -o krootpixmap.moc #>+ 2 -mocs: ktabbar.moc +mocs: krootpixmap.moc #>+ 3 ksystemtray.moc: $(srcdir)/ksystemtray.h @@ -1589,18 +1598,18 @@ mocs: kwizard.moc #>+ 3 -kpopupmenu.moc: $(srcdir)/kpopupmenu.h - $(MOC) $(srcdir)/kpopupmenu.h -o kpopupmenu.moc +kkeybutton.moc: $(srcdir)/kkeybutton.h + $(MOC) $(srcdir)/kkeybutton.h -o kkeybutton.moc #>+ 2 -mocs: kpopupmenu.moc +mocs: kkeybutton.moc #>+ 3 -kkeybutton.moc: $(srcdir)/kkeybutton.h - $(MOC) $(srcdir)/kkeybutton.h -o kkeybutton.moc +kpopupmenu.moc: $(srcdir)/kpopupmenu.h + $(MOC) $(srcdir)/kpopupmenu.h -o kpopupmenu.moc #>+ 2 -mocs: kkeybutton.moc +mocs: kpopupmenu.moc #>+ 3 kprogress.moc: $(srcdir)/kprogress.h @@ -1631,18 +1640,18 @@ mocs: kpixmapregionselectorwidget.moc #>+ 3 -ktabwidget.moc: $(srcdir)/ktabwidget.h - $(MOC) $(srcdir)/ktabwidget.h -o ktabwidget.moc +kdialog.moc: $(srcdir)/kdialog.h + $(MOC) $(srcdir)/kdialog.h -o kdialog.moc #>+ 2 -mocs: ktabwidget.moc +mocs: kdialog.moc #>+ 3 -kdialog.moc: $(srcdir)/kdialog.h - $(MOC) $(srcdir)/kdialog.h -o kdialog.moc +ktabwidget.moc: $(srcdir)/ktabwidget.h + $(MOC) $(srcdir)/ktabwidget.h -o ktabwidget.moc #>+ 2 -mocs: kdialog.moc +mocs: ktabwidget.moc #>+ 3 kactioncollection.moc: $(srcdir)/kactioncollection.h @@ -1666,11 +1675,11 @@ mocs: kaction.moc #>+ 3 -kiconviewsearchline.moc: $(srcdir)/kiconviewsearchline.h - $(MOC) $(srcdir)/kiconviewsearchline.h -o kiconviewsearchline.moc +ktextbrowser.moc: $(srcdir)/ktextbrowser.h + $(MOC) $(srcdir)/ktextbrowser.h -o ktextbrowser.moc #>+ 2 -mocs: kiconviewsearchline.moc +mocs: ktextbrowser.moc #>+ 3 kspell.moc: $(srcdir)/kspell.h @@ -1680,25 +1689,25 @@ mocs: kspell.moc #>+ 3 -ktextbrowser.moc: $(srcdir)/ktextbrowser.h - $(MOC) $(srcdir)/ktextbrowser.h -o ktextbrowser.moc +kiconviewsearchline.moc: $(srcdir)/kiconviewsearchline.h + $(MOC) $(srcdir)/kiconviewsearchline.h -o kiconviewsearchline.moc #>+ 2 -mocs: ktextbrowser.moc +mocs: kiconviewsearchline.moc #>+ 3 -khelpmenu.moc: $(srcdir)/khelpmenu.h - $(MOC) $(srcdir)/khelpmenu.h -o khelpmenu.moc +kdatepicker.moc: $(srcdir)/kdatepicker.h + $(MOC) $(srcdir)/kdatepicker.h -o kdatepicker.moc #>+ 2 -mocs: khelpmenu.moc +mocs: kdatepicker.moc #>+ 3 -kdatepicker.moc: $(srcdir)/kdatepicker.h - $(MOC) $(srcdir)/kdatepicker.h -o kdatepicker.moc +khelpmenu.moc: $(srcdir)/khelpmenu.h + $(MOC) $(srcdir)/khelpmenu.h -o khelpmenu.moc #>+ 2 -mocs: kdatepicker.moc +mocs: khelpmenu.moc #>+ 3 ktoolbarradiogroup.moc: $(srcdir)/ktoolbarradiogroup.h @@ -1715,11 +1724,11 @@ mocs: kdatewidget.moc #>+ 3 -kaboutdialog_private.moc: $(srcdir)/kaboutdialog_private.h - $(MOC) $(srcdir)/kaboutdialog_private.h -o kaboutdialog_private.moc +kanimwidget.moc: $(srcdir)/kanimwidget.h + $(MOC) $(srcdir)/kanimwidget.h -o kanimwidget.moc #>+ 2 -mocs: kaboutdialog_private.moc +mocs: kanimwidget.moc #>+ 3 ktoolbar.moc: $(srcdir)/ktoolbar.h @@ -1729,11 +1738,11 @@ mocs: ktoolbar.moc #>+ 3 -kanimwidget.moc: $(srcdir)/kanimwidget.h - $(MOC) $(srcdir)/kanimwidget.h -o kanimwidget.moc +kaboutdialog_private.moc: $(srcdir)/kaboutdialog_private.h + $(MOC) $(srcdir)/kaboutdialog_private.h -o kaboutdialog_private.moc #>+ 2 -mocs: kanimwidget.moc +mocs: kaboutdialog_private.moc #>+ 3 kcmodule.moc: $(srcdir)/kcmodule.h @@ -1785,18 +1794,18 @@ mocs: kstatusbar.moc #>+ 3 -kdockwindow.moc: $(srcdir)/kdockwindow.h - $(MOC) $(srcdir)/kdockwindow.h -o kdockwindow.moc +kpanelmenu.moc: $(srcdir)/kpanelmenu.h + $(MOC) $(srcdir)/kpanelmenu.h -o kpanelmenu.moc #>+ 2 -mocs: kdockwindow.moc +mocs: kpanelmenu.moc #>+ 3 -kpanelmenu.moc: $(srcdir)/kpanelmenu.h - $(MOC) $(srcdir)/kpanelmenu.h -o kpanelmenu.moc +kdockwindow.moc: $(srcdir)/kdockwindow.h + $(MOC) $(srcdir)/kdockwindow.h -o kdockwindow.moc #>+ 2 -mocs: kpanelmenu.moc +mocs: kdockwindow.moc #>+ 3 kcmenumngr.moc: $(srcdir)/kcmenumngr.h @@ -2023,18 +2032,18 @@ mocs: kjanuswidget.moc #>+ 3 -ktextedit.moc: $(srcdir)/ktextedit.h - $(MOC) $(srcdir)/ktextedit.h -o ktextedit.moc +kpanelapplet.moc: $(srcdir)/kpanelapplet.h + $(MOC) $(srcdir)/kpanelapplet.h -o kpanelapplet.moc #>+ 2 -mocs: ktextedit.moc +mocs: kpanelapplet.moc #>+ 3 -kpanelapplet.moc: $(srcdir)/kpanelapplet.h - $(MOC) $(srcdir)/kpanelapplet.h -o kpanelapplet.moc +ktextedit.moc: $(srcdir)/ktextedit.h + $(MOC) $(srcdir)/ktextedit.h -o ktextedit.moc #>+ 2 -mocs: kpanelapplet.moc +mocs: ktextedit.moc #>+ 3 kseparator.moc: $(srcdir)/kseparator.h @@ -2051,18 +2060,18 @@ mocs: ksconfig.moc #>+ 3 -kpanelappmenu.moc: $(srcdir)/kpanelappmenu.h - $(MOC) $(srcdir)/kpanelappmenu.h -o kpanelappmenu.moc +kcursor_private.moc: $(srcdir)/kcursor_private.h + $(MOC) $(srcdir)/kcursor_private.h -o kcursor_private.moc #>+ 2 -mocs: kpanelappmenu.moc +mocs: kcursor_private.moc #>+ 3 -kcursor_private.moc: $(srcdir)/kcursor_private.h - $(MOC) $(srcdir)/kcursor_private.h -o kcursor_private.moc +kpanelappmenu.moc: $(srcdir)/kpanelappmenu.h + $(MOC) $(srcdir)/kpanelappmenu.h -o kpanelappmenu.moc #>+ 2 -mocs: kcursor_private.moc +mocs: kpanelappmenu.moc #>+ 3 kselect.moc: $(srcdir)/kselect.h @@ -2079,13 +2088,6 @@ mocs: kwindowlistmenu.moc #>+ 3 -kdockwidget_private.moc: $(srcdir)/kdockwidget_private.h - $(MOC) $(srcdir)/kdockwidget_private.h -o kdockwidget_private.moc - -#>+ 2 -mocs: kdockwidget_private.moc - -#>+ 3 keditcl.moc: $(srcdir)/keditcl.h $(MOC) $(srcdir)/keditcl.h -o keditcl.moc @@ -2100,6 +2102,13 @@ mocs: kfontcombo.moc #>+ 3 +kdockwidget_private.moc: $(srcdir)/kdockwidget_private.h + $(MOC) $(srcdir)/kdockwidget_private.h -o kdockwidget_private.moc + +#>+ 2 +mocs: kdockwidget_private.moc + +#>+ 3 kcolordialog.moc: $(srcdir)/kcolordialog.h $(MOC) $(srcdir)/kcolordialog.h -o kcolordialog.moc @@ -2185,7 +2194,7 @@ #>+ 3 clean-metasources: - -rm -f kcommand.moc kruler.moc kcompletionbox.moc kauthicon.moc knuminput.moc kactionclasses.moc kshortcutdialog.moc ksyntaxhighlighter.moc kdialogbase.moc kxmlguifactory.moc klistviewlineedit.moc kbuttonbox.moc klistbox.moc kcombobox.moc kscrollview.moc krootpixmap.moc ktabbar.moc ksystemtray.moc klistview.moc kpassdlg.moc klineeditdlg.moc kwizard.moc kpopupmenu.moc kkeybutton.moc kprogress.moc kmainwindow.moc kcharselect.moc kpixmapregionselectorwidget.moc ktabwidget.moc kdialog.moc kactioncollection.moc ktoolbarhandler.moc kaction.moc kiconviewsearchline.moc kspell.moc ktextbrowser.moc khelpmenu.moc kdatepicker.moc ktoolbarradiogroup.moc kdatewidget.moc kaboutdialog_private.moc ktoolbar.moc kanimwidget.moc kcmodule.moc kfontrequester.moc ktimewidget.moc kdockwidget.moc klistviewsearchline.moc klanguagebutton.moc kstatusbar.moc kdockwindow.moc kpanelmenu.moc kcmenumngr.moc kfontdialog.moc krestrictedline.moc kled.moc kurllabel.moc ktoolbarbutton.moc kspelldlg.moc kdatetimewidget.moc ksharedpixmap.moc kinputdialog.moc kcolorbutton.moc kedittoolbar.moc kpushbutton.moc ktimezonewidget.moc kbugreport.moc klineedit.moc kkeydialog.moc kdualcolorbutton.moc karrowbutton.moc ksqueezedtextlabel.moc kwindowinfo.moc ksplashscreen.moc kaboutdialog.moc kcolorcombo.moc kdatetbl.moc kcolordrag.moc kactionselector.moc ktip.moc kpassivepopup.moc kstringvalidator.moc ktabctl.moc kjanuswidget.moc ktextedit.moc kpanelapplet.moc kseparator.moc ksconfig.moc kpanelappmenu.moc kcursor_private.moc kselect.moc kwindowlistmenu.moc kdockwidget_private.moc keditcl.moc kfontcombo.moc kcolordialog.moc kwhatsthismanager_p.moc kactivelabel.moc kconfigdialog.moc kdialogbase_priv.moc kswitchlanguagedialog.moc kpanelextension.moc qxembed.moc kiconview.moc keditlistbox.moc kmenubar.moc knumvalidator.moc + -rm -f kcommand.moc kruler.moc kcompletionbox.moc kactionclasses.moc kauthicon.moc knuminput.moc kshortcutdialog.moc ksyntaxhighlighter.moc kdialogbase.moc kxmlguifactory.moc klistviewlineedit.moc kbuttonbox.moc kcombobox.moc klistbox.moc kscrollview.moc ktabbar.moc krootpixmap.moc ksystemtray.moc klistview.moc kpassdlg.moc klineeditdlg.moc kwizard.moc kkeybutton.moc kpopupmenu.moc kprogress.moc kmainwindow.moc kcharselect.moc kpixmapregionselectorwidget.moc kdialog.moc ktabwidget.moc kactioncollection.moc ktoolbarhandler.moc kaction.moc ktextbrowser.moc kspell.moc kiconviewsearchline.moc kdatepicker.moc khelpmenu.moc ktoolbarradiogroup.moc kdatewidget.moc kanimwidget.moc ktoolbar.moc kaboutdialog_private.moc kcmodule.moc kfontrequester.moc ktimewidget.moc kdockwidget.moc klistviewsearchline.moc klanguagebutton.moc kstatusbar.moc kpanelmenu.moc kdockwindow.moc kcmenumngr.moc kfontdialog.moc krestrictedline.moc kled.moc kurllabel.moc ktoolbarbutton.moc kspelldlg.moc kdatetimewidget.moc ksharedpixmap.moc kinputdialog.moc kcolorbutton.moc kedittoolbar.moc kpushbutton.moc ktimezonewidget.moc kbugreport.moc klineedit.moc kkeydialog.moc kdualcolorbutton.moc karrowbutton.moc ksqueezedtextlabel.moc kwindowinfo.moc ksplashscreen.moc kaboutdialog.moc kcolorcombo.moc kdatetbl.moc kcolordrag.moc kactionselector.moc ktip.moc kpassivepopup.moc kstringvalidator.moc ktabctl.moc kjanuswidget.moc kpanelapplet.moc ktextedit.moc kseparator.moc ksconfig.moc kcursor_private.moc kpanelappmenu.moc kselect.moc kwindowlistmenu.moc keditcl.moc kfontcombo.moc kdockwidget_private.moc kcolordialog.moc kwhatsthismanager_p.moc kactivelabel.moc kconfigdialog.moc kdialogbase_priv.moc kswitchlanguagedialog.moc kpanelextension.moc qxembed.moc kiconview.moc keditlistbox.moc kmenubar.moc knumvalidator.moc #>+ 2 KDE_DIST=TODO.xmlgui libkdeui.nmcheck Makefile.in aboutkde.png ktoolbarhandler.h libkdeui_weak.nmcheck MAINTAINERS kshortcutdialog_advanced.ui kspellui.ui ui_standards.rc ktip-bulb.png preparetips ktip-background.png kshortcutdialog_simple.ui TODO.kspell README.kspell kxmlgui.xsd Makefile.am @@ -2210,8 +2219,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -2244,7 +2253,7 @@ #>+ 11 -libkdeui_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/qxembed.cpp $(srcdir)/ksharedpixmap.cpp $(srcdir)/kpixmapio.cpp $(srcdir)/kpopupmenu.cpp $(srcdir)/ktoolbar.cpp $(srcdir)/kaction.cpp $(srcdir)/kstdaction.cpp $(srcdir)/kactioncollection.cpp $(srcdir)/kactionclasses.cpp $(srcdir)/kurllabel.cpp $(srcdir)/kmenubar.cpp $(srcdir)/kinputdialog.cpp $(srcdir)/knuminput.cpp $(srcdir)/klineedit.cpp $(srcdir)/klistview.cpp $(srcdir)/kprogress.cpp $(srcdir)/kcolordialog.cpp $(srcdir)/kselect.cpp $(srcdir)/kdatepicker.cpp $(srcdir)/kdatetbl.cpp $(srcdir)/kfontrequester.cpp $(srcdir)/kfontdialog.cpp $(srcdir)/ktabctl.cpp $(srcdir)/kstatusbar.cpp $(srcdir)/kmainwindow.cpp $(srcdir)/keditlistbox.cpp $(srcdir)/kscrollview.cpp $(srcdir)/kseparator.cpp $(srcdir)/krestrictedline.cpp $(srcdir)/kcolorbutton.cpp $(srcdir)/ksystemtray.cpp $(srcdir)/kbuttonbox.cpp $(srcdir)/keditcl1.cpp $(srcdir)/keditcl2.cpp $(srcdir)/kled.cpp $(srcdir)/kshortcutdialog.cpp $(srcdir)/kkeybutton.cpp $(srcdir)/kkeydialog.cpp $(srcdir)/kruler.cpp $(srcdir)/kcursor.cpp $(srcdir)/klineeditdlg.cpp $(srcdir)/kcharselect.cpp $(srcdir)/kcolordrag.cpp $(srcdir)/knumvalidator.cpp $(srcdir)/kdialog.cpp $(srcdir)/kdialogbase.cpp $(srcdir)/kjanuswidget.cpp $(srcdir)/kaboutdialog.cpp $(srcdir)/kauthicon.cpp $(srcdir)/kmessagebox.cpp $(srcdir)/kdualcolorbutton.cpp $(srcdir)/ktoolbarradiogroup.cpp $(srcdir)/ktoolbarbutton.cpp $(srcdir)/ktextbrowser.cpp $(srcdir)/khelpmenu.cpp $(srcdir)/kswitchlanguagedialog.cpp $(srcdir)/kcmenumngr.cpp $(srcdir)/kpanelmenu.cpp $(srcdir)/kiconview.cpp $(srcdir)/klistbox.cpp $(srcdir)/kwordwrap.cpp $(srcdir)/kbugreport.cpp $(srcdir)/kcombobox.cpp $(srcdir)/kpassdlg.cpp $(srcdir)/kxmlguiclient.cpp $(srcdir)/kxmlguifactory.cpp $(srcdir)/kxmlguifactory_p.cpp $(srcdir)/kxmlguibuilder.cpp $(srcdir)/kedittoolbar.cpp $(srcdir)/kpanelappmenu.cpp $(srcdir)/kdockwidget.cpp $(srcdir)/kdockwidget_private.cpp $(srcdir)/kanimwidget.cpp $(srcdir)/krootpixmap.cpp $(srcdir)/kaboutkde.cpp $(srcdir)/kaboutapplication.cpp $(srcdir)/kpanelapplet.cpp $(srcdir)/kdcopactionproxy.cpp $(srcdir)/kcolorcombo.cpp $(srcdir)/kpushbutton.cpp $(srcdir)/kpanelextension.cpp $(srcdir)/kcompletionbox.cpp $(srcdir)/ksqueezedtextlabel.cpp $(srcdir)/kcmodule.cpp $(srcdir)/kcommand.cpp $(srcdir)/kwindowlistmenu.cpp $(srcdir)/kfontcombo.cpp $(srcdir)/ktip.cpp $(srcdir)/kdatewidget.cpp $(srcdir)/karrowbutton.cpp $(srcdir)/kmainwindowiface.cpp $(srcdir)/kguiitem.cpp $(srcdir)/kstdguiitem.cpp $(srcdir)/kstringvalidator.cpp $(srcdir)/kactivelabel.cpp $(srcdir)/kwindowinfo.cpp $(srcdir)/ktextedit.cpp $(srcdir)/kwizard.cpp $(srcdir)/kpassivepopup.cpp $(srcdir)/ktoolbarhandler.cpp $(srcdir)/kdatetimewidget.cpp $(srcdir)/ktimewidget.cpp $(srcdir)/ktimezonewidget.cpp $(srcdir)/ksconfig.cpp $(srcdir)/kspelldlg.cpp $(srcdir)/kspell.cpp $(srcdir)/ksyntaxhighlighter.cpp $(srcdir)/ktabbar.cpp $(srcdir)/ktabwidget.cpp $(srcdir)/ksplashscreen.cpp $(srcdir)/kconfigdialog.cpp $(srcdir)/kactionselector.cpp $(srcdir)/klanguagebutton.cpp $(srcdir)/klistviewsearchline.cpp $(srcdir)/kpixmapregionselectorwidget.cpp $(srcdir)/kpixmapregionselectordialog.cpp $(srcdir)/kwhatsthismanager.cpp $(srcdir)/kiconviewsearchline.cpp $(srcdir)/ktoolbarlabelaction.cpp kmainwindowiface_skel.cpp kshortcutdialog_simple.cpp kshortcutdialog_advanced.cpp kspellui.cpp kcommand.moc kruler.moc kcompletionbox.moc kactionclasses.moc knuminput.moc kauthicon.moc kshortcutdialog.moc ksyntaxhighlighter.moc kdialogbase.moc klistviewlineedit.moc kxmlguifactory.moc kbuttonbox.moc kcombobox.moc klistbox.moc kscrollview.moc ktabbar.moc krootpixmap.moc kshortcutdialog_simple.moc ksystemtray.moc klistview.moc kpassdlg.moc kwizard.moc klineeditdlg.moc kprogress.moc kkeybutton.moc kpopupmenu.moc kmainwindow.moc kpixmapregionselectorwidget.moc kcharselect.moc kdialog.moc ktabwidget.moc kactioncollection.moc ktoolbarhandler.moc kaction.moc ktextbrowser.moc kspell.moc kiconviewsearchline.moc kdatepicker.moc khelpmenu.moc kdatewidget.moc ktoolbarradiogroup.moc kanimwidget.moc ktoolbar.moc kaboutdialog_private.moc kcmodule.moc kspellui.moc ktimewidget.moc kfontrequester.moc klistviewsearchline.moc kdockwidget.moc klanguagebutton.moc kstatusbar.moc kcmenumngr.moc kpanelmenu.moc kdockwindow.moc kfontdialog.moc kled.moc krestrictedline.moc ktoolbarbutton.moc kurllabel.moc kspelldlg.moc kdatetimewidget.moc kinputdialog.moc ksharedpixmap.moc kcolorbutton.moc kedittoolbar.moc kbugreport.moc ktimezonewidget.moc kpushbutton.moc klineedit.moc kkeydialog.moc kdualcolorbutton.moc karrowbutton.moc ksqueezedtextlabel.moc kwindowinfo.moc kaboutdialog.moc ksplashscreen.moc kcolorcombo.moc kdatetbl.moc kcolordrag.moc kactionselector.moc ktip.moc kstringvalidator.moc kpassivepopup.moc ktabctl.moc kjanuswidget.moc kpanelapplet.moc ktextedit.moc ksconfig.moc kseparator.moc kcursor_private.moc kpanelappmenu.moc kselect.moc kwindowlistmenu.moc kfontcombo.moc keditcl.moc kdockwidget_private.moc kcolordialog.moc kwhatsthismanager_p.moc kactivelabel.moc kconfigdialog.moc kdialogbase_priv.moc kpanelextension.moc kswitchlanguagedialog.moc qxembed.moc kiconview.moc keditlistbox.moc kshortcutdialog_advanced.moc kmenubar.moc knumvalidator.moc +libkdeui_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/qxembed.cpp $(srcdir)/ksharedpixmap.cpp $(srcdir)/kpixmapio.cpp $(srcdir)/kpopupmenu.cpp $(srcdir)/ktoolbar.cpp $(srcdir)/kaction.cpp $(srcdir)/kstdaction.cpp $(srcdir)/kactioncollection.cpp $(srcdir)/kactionclasses.cpp $(srcdir)/kurllabel.cpp $(srcdir)/kmenubar.cpp $(srcdir)/kinputdialog.cpp $(srcdir)/knuminput.cpp $(srcdir)/klineedit.cpp $(srcdir)/klistview.cpp $(srcdir)/kprogress.cpp $(srcdir)/kcolordialog.cpp $(srcdir)/kselect.cpp $(srcdir)/kdatepicker.cpp $(srcdir)/kdatetbl.cpp $(srcdir)/kfontrequester.cpp $(srcdir)/kfontdialog.cpp $(srcdir)/ktabctl.cpp $(srcdir)/kstatusbar.cpp $(srcdir)/kmainwindow.cpp $(srcdir)/keditlistbox.cpp $(srcdir)/kscrollview.cpp $(srcdir)/kseparator.cpp $(srcdir)/krestrictedline.cpp $(srcdir)/kcolorbutton.cpp $(srcdir)/ksystemtray.cpp $(srcdir)/kbuttonbox.cpp $(srcdir)/keditcl1.cpp $(srcdir)/keditcl2.cpp $(srcdir)/kled.cpp $(srcdir)/kshortcutdialog.cpp $(srcdir)/kkeybutton.cpp $(srcdir)/kkeydialog.cpp $(srcdir)/kruler.cpp $(srcdir)/kcursor.cpp $(srcdir)/klineeditdlg.cpp $(srcdir)/kcharselect.cpp $(srcdir)/kcolordrag.cpp $(srcdir)/knumvalidator.cpp $(srcdir)/kdialog.cpp $(srcdir)/kdialogbase.cpp $(srcdir)/kjanuswidget.cpp $(srcdir)/kaboutdialog.cpp $(srcdir)/kauthicon.cpp $(srcdir)/kmessagebox.cpp $(srcdir)/kdualcolorbutton.cpp $(srcdir)/ktoolbarradiogroup.cpp $(srcdir)/ktoolbarbutton.cpp $(srcdir)/ktextbrowser.cpp $(srcdir)/khelpmenu.cpp $(srcdir)/kswitchlanguagedialog.cpp $(srcdir)/kcmenumngr.cpp $(srcdir)/kpanelmenu.cpp $(srcdir)/kiconview.cpp $(srcdir)/klistbox.cpp $(srcdir)/kwordwrap.cpp $(srcdir)/kbugreport.cpp $(srcdir)/kcombobox.cpp $(srcdir)/kpassdlg.cpp $(srcdir)/kxmlguiclient.cpp $(srcdir)/kxmlguifactory.cpp $(srcdir)/kxmlguifactory_p.cpp $(srcdir)/kxmlguibuilder.cpp $(srcdir)/kedittoolbar.cpp $(srcdir)/kpanelappmenu.cpp $(srcdir)/kdockwidget.cpp $(srcdir)/kdockwidget_private.cpp $(srcdir)/kanimwidget.cpp $(srcdir)/krootpixmap.cpp $(srcdir)/kaboutkde.cpp $(srcdir)/kaboutapplication.cpp $(srcdir)/kpanelapplet.cpp $(srcdir)/kdcopactionproxy.cpp $(srcdir)/kcolorcombo.cpp $(srcdir)/kpushbutton.cpp $(srcdir)/kpanelextension.cpp $(srcdir)/kcompletionbox.cpp $(srcdir)/ksqueezedtextlabel.cpp $(srcdir)/kcmodule.cpp $(srcdir)/kcommand.cpp $(srcdir)/kwindowlistmenu.cpp $(srcdir)/kfontcombo.cpp $(srcdir)/ktip.cpp $(srcdir)/kdatewidget.cpp $(srcdir)/karrowbutton.cpp $(srcdir)/kmainwindowiface.cpp $(srcdir)/kguiitem.cpp $(srcdir)/kstdguiitem.cpp $(srcdir)/kstringvalidator.cpp $(srcdir)/kactivelabel.cpp $(srcdir)/kwindowinfo.cpp $(srcdir)/ktextedit.cpp $(srcdir)/kwizard.cpp $(srcdir)/kpassivepopup.cpp $(srcdir)/ktoolbarhandler.cpp $(srcdir)/kdatetimewidget.cpp $(srcdir)/ktimewidget.cpp $(srcdir)/ktimezonewidget.cpp $(srcdir)/ksconfig.cpp $(srcdir)/kspelldlg.cpp $(srcdir)/kspell.cpp $(srcdir)/ksyntaxhighlighter.cpp $(srcdir)/ktabbar.cpp $(srcdir)/ktabwidget.cpp $(srcdir)/ksplashscreen.cpp $(srcdir)/kconfigdialog.cpp $(srcdir)/kactionselector.cpp $(srcdir)/klanguagebutton.cpp $(srcdir)/klistviewsearchline.cpp $(srcdir)/kpixmapregionselectorwidget.cpp $(srcdir)/kpixmapregionselectordialog.cpp $(srcdir)/kwhatsthismanager.cpp $(srcdir)/kiconviewsearchline.cpp $(srcdir)/ktoolbarlabelaction.cpp kmainwindowiface_skel.cpp kshortcutdialog_simple.cpp kshortcutdialog_advanced.cpp kspellui.cpp kcommand.moc kruler.moc kcompletionbox.moc knuminput.moc kauthicon.moc kactionclasses.moc kshortcutdialog.moc ksyntaxhighlighter.moc kdialogbase.moc klistviewlineedit.moc kxmlguifactory.moc kbuttonbox.moc klistbox.moc kcombobox.moc kscrollview.moc krootpixmap.moc ktabbar.moc kshortcutdialog_simple.moc ksystemtray.moc klistview.moc kpassdlg.moc kwizard.moc klineeditdlg.moc kprogress.moc kpopupmenu.moc kkeybutton.moc kmainwindow.moc kpixmapregionselectorwidget.moc kcharselect.moc ktabwidget.moc kdialog.moc kactioncollection.moc ktoolbarhandler.moc kaction.moc kiconviewsearchline.moc kspell.moc ktextbrowser.moc khelpmenu.moc kdatepicker.moc kdatewidget.moc ktoolbarradiogroup.moc kaboutdialog_private.moc ktoolbar.moc kanimwidget.moc kcmodule.moc kspellui.moc ktimewidget.moc kfontrequester.moc klistviewsearchline.moc kdockwidget.moc klanguagebutton.moc kstatusbar.moc kcmenumngr.moc kdockwindow.moc kpanelmenu.moc kfontdialog.moc kled.moc krestrictedline.moc ktoolbarbutton.moc kurllabel.moc kspelldlg.moc kdatetimewidget.moc kinputdialog.moc ksharedpixmap.moc kcolorbutton.moc kedittoolbar.moc kbugreport.moc ktimezonewidget.moc kpushbutton.moc klineedit.moc kkeydialog.moc kdualcolorbutton.moc karrowbutton.moc ksqueezedtextlabel.moc kwindowinfo.moc kaboutdialog.moc ksplashscreen.moc kcolorcombo.moc kdatetbl.moc kcolordrag.moc kactionselector.moc ktip.moc kstringvalidator.moc kpassivepopup.moc ktabctl.moc kjanuswidget.moc ktextedit.moc kpanelapplet.moc ksconfig.moc kseparator.moc kpanelappmenu.moc kcursor_private.moc kselect.moc kwindowlistmenu.moc kdockwidget_private.moc kfontcombo.moc keditcl.moc kcolordialog.moc kwhatsthismanager_p.moc kactivelabel.moc kconfigdialog.moc kdialogbase_priv.moc kpanelextension.moc kswitchlanguagedialog.moc qxembed.moc kiconview.moc keditlistbox.moc kshortcutdialog_advanced.moc kmenubar.moc knumvalidator.moc @echo 'creating libkdeui_la.all_cpp.cpp ...'; \ rm -f libkdeui_la.all_cpp.files libkdeui_la.all_cpp.final; \ echo "#define KDE_USE_FINAL 1" >> libkdeui_la.all_cpp.final; \ --- kdelibs-3.5.10.dfsg.1.orig/kdeui/about/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdeui/about/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -72,6 +72,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -186,7 +188,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -214,6 +215,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -223,6 +225,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -251,6 +254,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -301,6 +305,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -358,6 +363,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -379,12 +385,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -395,8 +401,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -417,9 +423,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -596,8 +602,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdeui/colors/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdeui/colors/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -62,6 +62,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -176,7 +178,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -204,6 +205,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -213,6 +215,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -241,6 +244,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -291,6 +295,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -348,6 +353,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -360,12 +366,12 @@ all: docs-am all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -376,8 +382,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -398,9 +404,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: @@ -564,8 +570,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdeui/kdetrayproxy/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdeui/kdetrayproxy/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -63,7 +63,9 @@ LTLIBRARIES = $(kde_module_LTLIBRARIES) am__DEPENDENCIES_1 = kded_kdetrayproxy_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(top_builddir)/dcop/libDCOP.la $(am__DEPENDENCIES_1) \ + $(top_builddir)/kded/libkdeinit_kded.la am_kded_kdetrayproxy_la_OBJECTS = kdetrayproxy.lo module.lo #>- kded_kdetrayproxy_la_OBJECTS = $(am_kded_kdetrayproxy_la_OBJECTS) #>+ 4 @@ -121,6 +123,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -235,7 +239,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -263,6 +266,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -272,6 +276,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -300,6 +305,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -350,6 +356,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -407,6 +414,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -420,7 +428,7 @@ #>+ 1 kded_kdetrayproxy_la_SOURCES=kdetrayproxy.cpp module.cpp module_skel.cpp kded_kdetrayproxy_la_LDFLAGS = $(all_libraries) -module -avoid-version -kded_kdetrayproxy_la_LIBADD = $(LIB_KDECORE) $(LIB_KDED) +kded_kdetrayproxy_la_LIBADD = $(LIB_KDECORE) $(LIB_KDED) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_X11) $(top_builddir)/kded/libkdeinit_kded.la #>- METASOURCES = AUTO noinst_HEADERS = kdetrayproxy.h module.h servicesdir = $(kde_servicesdir)/kded @@ -431,12 +439,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -447,8 +455,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -469,9 +477,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(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) @@ -561,7 +569,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -789,8 +797,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/kdeui/kdetrayproxy/kdetrayproxy.desktop +++ kdelibs-3.5.10.dfsg.1/kdeui/kdetrayproxy/kdetrayproxy.desktop @@ -132,3 +132,4 @@ X-KDE-Library=kdetrayproxy X-KDE-FactoryName=kdetrayproxy X-KDE-Kded-autoload=false +X-Ubuntu-Gettext-Domain=desktop_kdelibs --- kdelibs-3.5.10.dfsg.1.orig/kdeui/tests/Makefile.in +++ kdelibs-3.5.10.dfsg.1/kdeui/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ # @configure_input@ @@ -538,6 +538,8 @@ AUTODIRS = @AUTODIRS@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ +AVAHI_CFLAGS = @AVAHI_CFLAGS@ +AVAHI_LIBS = @AVAHI_LIBS@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -652,7 +654,6 @@ LIBXSLT_RPATH = @LIBXSLT_RPATH@ LIBZ = @LIBZ@ LIB_CUPS = @LIB_CUPS@ -LIB_DNSSD = @LIB_DNSSD@ LIB_EXR = @LIB_EXR@ LIB_IDN = @LIB_IDN@ LIB_JASPER = @LIB_JASPER@ @@ -680,6 +681,7 @@ LIB_POLL = @LIB_POLL@ LIB_QPE = @LIB_QPE@ LIB_QT = @LIB_QT@ +LIB_QT_EXT = @LIB_QT_EXT@ LIB_SMB = @LIB_SMB@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ @@ -689,6 +691,7 @@ LUA = @LUA@ LUA_INCLUDES = @LUA_INCLUDES@ LUA_LIBS = @LUA_LIBS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ MCOPIDL = @MCOPIDL@ @@ -717,6 +720,7 @@ QT_INCLUDES = @QT_INCLUDES@ QT_LDFLAGS = @QT_LDFLAGS@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SSL_INCLUDES = @SSL_INCLUDES@ @@ -767,6 +771,7 @@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_pkg_config = @have_pkg_config@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -824,6 +829,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_includes = @x_includes@ @@ -900,12 +906,12 @@ .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) #>- @for dep in $?; do \ #>- case '$(am__configure_deps)' in \ #>- *$$dep*) \ -#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -#>- && exit 0; \ +#>- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +#>- && { if test -f $@; then exit 0; else break; fi; }; \ #>- exit 1;; \ #>- esac; \ #>- done; \ @@ -916,8 +922,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -938,9 +944,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh clean-checkPROGRAMS: @@ -1217,7 +1223,7 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS @@ -1525,6 +1531,13 @@ mocs: klineedittest.moc #>+ 3 +ktabctltest.moc: $(srcdir)/ktabctltest.h + $(MOC) $(srcdir)/ktabctltest.h -o ktabctltest.moc + +#>+ 2 +mocs: ktabctltest.moc + +#>+ 3 kledtest.moc: $(srcdir)/kledtest.h $(MOC) $(srcdir)/kledtest.h -o kledtest.moc @@ -1539,13 +1552,6 @@ mocs: kunbalancedgrdtest.moc #>+ 3 -ktabctltest.moc: $(srcdir)/ktabctltest.h - $(MOC) $(srcdir)/ktabctltest.h -o ktabctltest.moc - -#>+ 2 -mocs: ktabctltest.moc - -#>+ 3 kdockwidgetdemo.moc: $(srcdir)/kdockwidgetdemo.h $(MOC) $(srcdir)/kdockwidgetdemo.h -o kdockwidgetdemo.moc @@ -1554,7 +1560,7 @@ #>+ 3 clean-metasources: - -rm -f kwindowtest.moc kmainwindowrestoretest.moc kstatusbartest.moc ktabwidgettest.moc khashtest.moc itemcontainertest.moc kdockwidgettest.moc kcompletiontest.moc knuminputtest.moc kmainwindowtest.moc kxmlguitest.moc kdualcolortest.moc kcomboboxtest.moc krulertest.moc kpanelmenutest.moc kdocktest.moc kdesattest.moc klineedittest.moc kledtest.moc kunbalancedgrdtest.moc ktabctltest.moc kdockwidgetdemo.moc + -rm -f kwindowtest.moc kmainwindowrestoretest.moc kstatusbartest.moc ktabwidgettest.moc khashtest.moc itemcontainertest.moc kdockwidgettest.moc kcompletiontest.moc knuminputtest.moc kmainwindowtest.moc kxmlguitest.moc kdualcolortest.moc kcomboboxtest.moc krulertest.moc kpanelmenutest.moc kdocktest.moc kdesattest.moc klineedittest.moc ktabctltest.moc kledtest.moc kunbalancedgrdtest.moc kdockwidgetdemo.moc #>+ 2 KDE_DIST=kdockwidgettest.h background_1.png kmainwindowtest.h Makefile.in kmainwindowrestoretest.h ktoolbarlabelactiontestui.rc ktabwidgettest.h kcompletiontest.h kstatusbartest.h kxmlguitest_shell.rc kunbalancedgrdtest.h ktabctltest.h kdocktest.h knuminputtest.h kdualcolortest.h RayTracedGear.png kxmlguitest.h khashtest.h kwindowtest.h klineedittest.h kledtest.h kcomboboxtest.h kdockwidgetdemo.h krulertest.h kcolortest.h kalphaicontest.h kblendtest.h kgradienttest.h itemcontainertest.h kxmlguitest_part.rc kpanelmenutest.h testimage.png go.png kdesattest.h Makefile.am @@ -1567,8 +1573,8 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ --- kdelibs-3.5.10.dfsg.1.orig/debian/kdelibs4-dev.docs +++ kdelibs-3.5.10.dfsg.1/debian/kdelibs4-dev.docs @@ -0,0 +1,3 @@ +DEBUG +NAMING +README --- kdelibs-3.5.10.dfsg.1.orig/debian/kdelibs-data.install +++ kdelibs-3.5.10.dfsg.1/debian/kdelibs-data.install @@ -0,0 +1,4036 @@ +debian/tmp/etc/kde3/colors/40.colors +debian/tmp/etc/kde3/colors/Rainbow.colors +debian/tmp/etc/kde3/colors/Royal.colors +debian/tmp/etc/kde3/colors/Web.colors +debian/tmp/etc/kde3/ipv6blacklist +debian/tmp/etc/kde3/katefiletyperc +debian/tmp/etc/kde3/katesyntaxhighlightingrc +debian/tmp/etc/kde3/kdebug.areas +debian/tmp/etc/kde3/kdebugrc +debian/tmp/etc/kde3/kdeprintrc +debian/tmp/etc/kde3/ksslcalist +debian/tmp/etc/kde3/kthemestylerc +debian/tmp/etc/kde3/language.codes +debian/tmp/etc/kde3/ui/kprintpreviewui.rc +debian/tmp/etc/kde3/ui/ui_standards.rc +debian/tmp/usr/share/applications/kde/kresources.desktop +debian/tmp/usr/share/apps/dcopidlng/Ast.pm +debian/tmp/usr/share/apps/dcopidlng/Iter.pm +debian/tmp/usr/share/apps/dcopidlng/kalyptus +debian/tmp/usr/share/apps/dcopidlng/kalyptusCxxToDcopIDL.pm +debian/tmp/usr/share/apps/dcopidlng/kdocAstUtil.pm +debian/tmp/usr/share/apps/dcopidlng/kdocParseDoc.pm +debian/tmp/usr/share/apps/dcopidlng/kdocUtil.pm +debian/tmp/usr/share/apps/kabc/countrytransl.map +debian/tmp/usr/share/apps/kabc/formats/binary.desktop +debian/tmp/usr/share/apps/katepart/katepartreadonlyui.rc +debian/tmp/usr/share/apps/katepart/katepartui.rc +debian/tmp/usr/share/apps/katepart/scripts/indent/script-indent-c1-test.lua +debian/tmp/usr/share/apps/katepart/scripts/indent/script-indent-c-test.js +debian/tmp/usr/share/apps/katepart/scripts/jstest.desktop +debian/tmp/usr/share/apps/katepart/scripts/jstest.js +debian/tmp/usr/share/apps/katepart/scripts/script-indent-c-char.js +debian/tmp/usr/share/apps/katepart/scripts/script-indent-c-newline.js +debian/tmp/usr/share/apps/katepart/scripts/sort.js +debian/tmp/usr/share/apps/katepart/syntax/abc.xml +debian/tmp/usr/share/apps/katepart/syntax/actionscript.xml +debian/tmp/usr/share/apps/katepart/syntax/ada.xml +debian/tmp/usr/share/apps/katepart/syntax/ahdl.xml +debian/tmp/usr/share/apps/katepart/syntax/alert.xml +debian/tmp/usr/share/apps/katepart/syntax/ansic89.xml +debian/tmp/usr/share/apps/katepart/syntax/apache.xml +debian/tmp/usr/share/apps/katepart/syntax/asm6502.xml +debian/tmp/usr/share/apps/katepart/syntax/asm-avr.xml +debian/tmp/usr/share/apps/katepart/syntax/asp.xml +debian/tmp/usr/share/apps/katepart/syntax/awk.xml +debian/tmp/usr/share/apps/katepart/syntax/bash.xml +debian/tmp/usr/share/apps/katepart/syntax/bibtex.xml +debian/tmp/usr/share/apps/katepart/syntax/cgis.xml +debian/tmp/usr/share/apps/katepart/syntax/cg.xml +debian/tmp/usr/share/apps/katepart/syntax/changelog.xml +debian/tmp/usr/share/apps/katepart/syntax/cisco.xml +debian/tmp/usr/share/apps/katepart/syntax/clipper.xml +debian/tmp/usr/share/apps/katepart/syntax/cmake.xml +debian/tmp/usr/share/apps/katepart/syntax/coldfusion.xml +debian/tmp/usr/share/apps/katepart/syntax/commonlisp.xml +debian/tmp/usr/share/apps/katepart/syntax/component-pascal.xml +debian/tmp/usr/share/apps/katepart/syntax/cpp.xml +debian/tmp/usr/share/apps/katepart/syntax/css-php.xml +debian/tmp/usr/share/apps/katepart/syntax/css.xml +debian/tmp/usr/share/apps/katepart/syntax/cs.xml +debian/tmp/usr/share/apps/katepart/syntax/cue.xml +debian/tmp/usr/share/apps/katepart/syntax/c.xml +debian/tmp/usr/share/apps/katepart/syntax/debianchangelog.xml +debian/tmp/usr/share/apps/katepart/syntax/debiancontrol.xml +debian/tmp/usr/share/apps/katepart/syntax/desktop.xml +debian/tmp/usr/share/apps/katepart/syntax/diff.xml +debian/tmp/usr/share/apps/katepart/syntax/doxygen.xml +debian/tmp/usr/share/apps/katepart/syntax/d.xml +debian/tmp/usr/share/apps/katepart/syntax/eiffel.xml +debian/tmp/usr/share/apps/katepart/syntax/euphoria.xml +debian/tmp/usr/share/apps/katepart/syntax/e.xml +debian/tmp/usr/share/apps/katepart/syntax/ferite.xml +debian/tmp/usr/share/apps/katepart/syntax/fgl-4gl.xml +debian/tmp/usr/share/apps/katepart/syntax/fgl-per.xml +debian/tmp/usr/share/apps/katepart/syntax/fortran.xml +debian/tmp/usr/share/apps/katepart/syntax/fstab.xml +debian/tmp/usr/share/apps/katepart/syntax/gdl.xml +debian/tmp/usr/share/apps/katepart/syntax/gettext.xml +debian/tmp/usr/share/apps/katepart/syntax/glsl.xml +debian/tmp/usr/share/apps/katepart/syntax/gnuassembler.xml +debian/tmp/usr/share/apps/katepart/syntax/haskell.xml +debian/tmp/usr/share/apps/katepart/syntax/html-php.xml +debian/tmp/usr/share/apps/katepart/syntax/html.xml +debian/tmp/usr/share/apps/katepart/syntax/idconsole.xml +debian/tmp/usr/share/apps/katepart/syntax/idl.xml +debian/tmp/usr/share/apps/katepart/syntax/ilerpg.xml +debian/tmp/usr/share/apps/katepart/syntax/inform.xml +debian/tmp/usr/share/apps/katepart/syntax/ini.xml +debian/tmp/usr/share/apps/katepart/syntax/javadoc.xml +debian/tmp/usr/share/apps/katepart/syntax/javascript-php.xml +debian/tmp/usr/share/apps/katepart/syntax/javascript.xml +debian/tmp/usr/share/apps/katepart/syntax/java.xml +debian/tmp/usr/share/apps/katepart/syntax/jsp.xml +debian/tmp/usr/share/apps/katepart/syntax/kbasic.xml +debian/tmp/usr/share/apps/katepart/syntax/language.dtd +debian/tmp/usr/share/apps/katepart/syntax/latex.xml +debian/tmp/usr/share/apps/katepart/syntax/ldif.xml +debian/tmp/usr/share/apps/katepart/syntax/lex.xml +debian/tmp/usr/share/apps/katepart/syntax/lilypond.xml +debian/tmp/usr/share/apps/katepart/syntax/literate-haskell.xml +debian/tmp/usr/share/apps/katepart/syntax/logtalk.xml +debian/tmp/usr/share/apps/katepart/syntax/lpc.xml +debian/tmp/usr/share/apps/katepart/syntax/lua.xml +debian/tmp/usr/share/apps/katepart/syntax/m3u.xml +debian/tmp/usr/share/apps/katepart/syntax/mab.xml +debian/tmp/usr/share/apps/katepart/syntax/makefile.xml +debian/tmp/usr/share/apps/katepart/syntax/mason.xml +debian/tmp/usr/share/apps/katepart/syntax/matlab.xml +debian/tmp/usr/share/apps/katepart/syntax/mediawiki.xml +debian/tmp/usr/share/apps/katepart/syntax/mips.xml +debian/tmp/usr/share/apps/katepart/syntax/modula-2.xml +debian/tmp/usr/share/apps/katepart/syntax/mup.xml +debian/tmp/usr/share/apps/katepart/syntax/nasm.xml +debian/tmp/usr/share/apps/katepart/syntax/objectivec.xml +debian/tmp/usr/share/apps/katepart/syntax/ocaml.xml +debian/tmp/usr/share/apps/katepart/syntax/octave.xml +debian/tmp/usr/share/apps/katepart/syntax/pascal.xml +debian/tmp/usr/share/apps/katepart/syntax/perl.xml +debian/tmp/usr/share/apps/katepart/syntax/php.xml +debian/tmp/usr/share/apps/katepart/syntax/picsrc.xml +debian/tmp/usr/share/apps/katepart/syntax/pike.xml +debian/tmp/usr/share/apps/katepart/syntax/postscript.xml +debian/tmp/usr/share/apps/katepart/syntax/povray.xml +debian/tmp/usr/share/apps/katepart/syntax/progress.xml +debian/tmp/usr/share/apps/katepart/syntax/prolog.xml +debian/tmp/usr/share/apps/katepart/syntax/purebasic.xml +debian/tmp/usr/share/apps/katepart/syntax/python.xml +debian/tmp/usr/share/apps/katepart/syntax/rexx.xml +debian/tmp/usr/share/apps/katepart/syntax/rhtml.xml +debian/tmp/usr/share/apps/katepart/syntax/rib.xml +debian/tmp/usr/share/apps/katepart/syntax/rpmspec.xml +debian/tmp/usr/share/apps/katepart/syntax/rsiidl.xml +debian/tmp/usr/share/apps/katepart/syntax/ruby.xml +debian/tmp/usr/share/apps/katepart/syntax/r.xml +debian/tmp/usr/share/apps/katepart/syntax/sather.xml +debian/tmp/usr/share/apps/katepart/syntax/scheme.xml +debian/tmp/usr/share/apps/katepart/syntax/sci.xml +debian/tmp/usr/share/apps/katepart/syntax/sgml.xml +debian/tmp/usr/share/apps/katepart/syntax/sieve.xml +debian/tmp/usr/share/apps/katepart/syntax/sml.xml +debian/tmp/usr/share/apps/katepart/syntax/spice.xml +debian/tmp/usr/share/apps/katepart/syntax/sql-mysql.xml +debian/tmp/usr/share/apps/katepart/syntax/sql-postgresql.xml +debian/tmp/usr/share/apps/katepart/syntax/sql.xml +debian/tmp/usr/share/apps/katepart/syntax/stata.xml +debian/tmp/usr/share/apps/katepart/syntax/syntax.template +debian/tmp/usr/share/apps/katepart/syntax/tcl.xml +debian/tmp/usr/share/apps/katepart/syntax/tibasic.xml +debian/tmp/usr/share/apps/katepart/syntax/txt2tags.xml +debian/tmp/usr/share/apps/katepart/syntax/uscript.xml +debian/tmp/usr/share/apps/katepart/syntax/velocity.xml +debian/tmp/usr/share/apps/katepart/syntax/verilog.xml +debian/tmp/usr/share/apps/katepart/syntax/vhdl.xml +debian/tmp/usr/share/apps/katepart/syntax/vrml.xml +debian/tmp/usr/share/apps/katepart/syntax/winehq.xml +debian/tmp/usr/share/apps/katepart/syntax/xharbour.xml +debian/tmp/usr/share/apps/katepart/syntax/xmldebug.xml +debian/tmp/usr/share/apps/katepart/syntax/xml.xml +debian/tmp/usr/share/apps/katepart/syntax/xslt.xml +debian/tmp/usr/share/apps/katepart/syntax/yacas.xml +debian/tmp/usr/share/apps/katepart/syntax/yacc.xml +debian/tmp/usr/share/apps/kcertpart/kcertpart.rc +debian/tmp/usr/share/apps/kcm_componentchooser/kcm_instantmessenger.desktop +debian/tmp/usr/share/apps/kcm_componentchooser/kcm_ktexteditor.desktop +debian/tmp/usr/share/apps/kconf_update/kcookiescfg.upd +debian/tmp/usr/share/apps/kconf_update/kded.upd +debian/tmp/usr/share/apps/kconf_update/kdeprintrc.upd +debian/tmp/usr/share/apps/kconf_update/kio_help.upd +debian/tmp/usr/share/apps/kconf_update/kioslave.upd +debian/tmp/usr/share/apps/kconf_update/move_kio_help_cache.sh +debian/tmp/usr/share/apps/kconf_update/proxytype.pl +debian/tmp/usr/share/apps/kconf_update/useragent.pl +debian/tmp/usr/share/apps/kdeprint/apsdriver1 +debian/tmp/usr/share/apps/kdeprint/apsdriver2 +debian/tmp/usr/share/apps/kdeprint/cupsd.conf.template +debian/tmp/usr/share/apps/kdeprint/cups_logo.png +debian/tmp/usr/share/apps/kdeprint/filters/enscript.desktop +debian/tmp/usr/share/apps/kdeprint/filters/enscript.xml +debian/tmp/usr/share/apps/kdeprint/filters/imagetops.desktop +debian/tmp/usr/share/apps/kdeprint/filters/imagetops.xml +debian/tmp/usr/share/apps/kdeprint/filters/pdf2ps.desktop +debian/tmp/usr/share/apps/kdeprint/filters/pdf2ps.xml +debian/tmp/usr/share/apps/kdeprint/filters/pdfwrite.desktop +debian/tmp/usr/share/apps/kdeprint/filters/pdfwrite.xml +debian/tmp/usr/share/apps/kdeprint/filters/poster.desktop +debian/tmp/usr/share/apps/kdeprint/filters/poster.xml +debian/tmp/usr/share/apps/kdeprint/filters/ps2pdf.desktop +debian/tmp/usr/share/apps/kdeprint/filters/ps2pdf.xml +debian/tmp/usr/share/apps/kdeprint/filters/psbook1.desktop +debian/tmp/usr/share/apps/kdeprint/filters/psbook1.xml +debian/tmp/usr/share/apps/kdeprint/filters/psbook2.desktop +debian/tmp/usr/share/apps/kdeprint/filters/psbook2.xml +debian/tmp/usr/share/apps/kdeprint/filters/psbook.desktop +debian/tmp/usr/share/apps/kdeprint/filters/psbook.xml +debian/tmp/usr/share/apps/kdeprint/filters/psnup.desktop +debian/tmp/usr/share/apps/kdeprint/filters/psnup.xml +debian/tmp/usr/share/apps/kdeprint/filters/psselect.desktop +debian/tmp/usr/share/apps/kdeprint/filters/psselect.xml +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/16x16/actions/filterstop.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/16x16/actions/kdeprint_restartsrv.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/16x16/actions/kdeprint_uploadsmb.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_computer.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_job_cancelled.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_job_completed.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_job_error.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_job.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_job_process.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_job_stopped.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_printer_class.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_printer_class_process.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_printer_class_stopped.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_printer_defect.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_printer.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_printer_process.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_printer_remote.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_printer_remote_process.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_printer_remote_stopped.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_printer_stopped.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/22x22/actions/history.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_addprinter.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_addpseudo.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_configmgr.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_configsrv.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_defaulthard.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_defaultsoft.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_enableprinter.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_printer_infos.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_printer.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_printstate.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_queuestate.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_report.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_restartsrv.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_stopprinter.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_testprinter.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_uploadsmb.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/22x22/actions/package_utilities.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/22x22/apps/kdeprint_printer.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/32x32/actions/kdeprint_inklevel.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer_class.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer_class_process.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer_class_stopped.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer_defect.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer_process.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer_remote.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer_remote_process.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer_remote_stopped.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer_stopped.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer_users.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/48x48/apps/kdeprint_printer_class.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/48x48/apps/kdeprint_printer.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/64x64/apps/kdeprint_printer_class.png +debian/tmp/usr/share/apps/kdeprint/icons/crystalsvg/64x64/apps/kdeprint_printer.png +debian/tmp/usr/share/apps/kdeprint/kde_logo.png +debian/tmp/usr/share/apps/kdeprint/lprngtooldriver1 +debian/tmp/usr/share/apps/kdeprint/pics/kdeprint_collate.png +debian/tmp/usr/share/apps/kdeprint/pics/kdeprint_collate_reverse.png +debian/tmp/usr/share/apps/kdeprint/pics/kdeprint_color.png +debian/tmp/usr/share/apps/kdeprint/pics/kdeprint_duplex_long.png +debian/tmp/usr/share/apps/kdeprint/pics/kdeprint_duplex_none.png +debian/tmp/usr/share/apps/kdeprint/pics/kdeprint_duplex_short.png +debian/tmp/usr/share/apps/kdeprint/pics/kdeprint_grayscale.png +debian/tmp/usr/share/apps/kdeprint/pics/kdeprint_landscape.png +debian/tmp/usr/share/apps/kdeprint/pics/kdeprint_nup1.png +debian/tmp/usr/share/apps/kdeprint/pics/kdeprint_nup2.png +debian/tmp/usr/share/apps/kdeprint/pics/kdeprint_nup4.png +debian/tmp/usr/share/apps/kdeprint/pics/kdeprint_nupother.png +debian/tmp/usr/share/apps/kdeprint/pics/kdeprint_portrait.png +debian/tmp/usr/share/apps/kdeprint/pics/kdeprint_prettyprint.png +debian/tmp/usr/share/apps/kdeprint/pics/kdeprint_revlandscape.png +debian/tmp/usr/share/apps/kdeprint/pics/kdeprint_revportrait.png +debian/tmp/usr/share/apps/kdeprint/pics/kdeprint_uncollate.png +debian/tmp/usr/share/apps/kdeprint/pics/kdeprint_uncollate_reverse.png +debian/tmp/usr/share/apps/kdeprint/plugins/cups.print +debian/tmp/usr/share/apps/kdeprint/plugins/ext.print +debian/tmp/usr/share/apps/kdeprint/plugins/lpdunix.print +debian/tmp/usr/share/apps/kdeprint/plugins/lpr.print +debian/tmp/usr/share/apps/kdeprint/plugins/rlpr.print +debian/tmp/usr/share/apps/kdeprint/preview-mini.png +debian/tmp/usr/share/apps/kdeprint/preview.png +debian/tmp/usr/share/apps/kdeprint/side.png +debian/tmp/usr/share/apps/kdeprint/specials.desktop +debian/tmp/usr/share/apps/kdeprint/testprint.ps +debian/tmp/usr/share/apps/kdeprint/tiledown.png +debian/tmp/usr/share/apps/kdeprint/tileup.png +debian/tmp/usr/share/apps/kdeprint/tools/escputil.desktop +debian/tmp/usr/share/apps/kdeui/about/bar-bottom-left.png +debian/tmp/usr/share/apps/kdeui/about/bar-bottom-middle.png +debian/tmp/usr/share/apps/kdeui/about/bar-bottom-right.png +debian/tmp/usr/share/apps/kdeui/about/bar-middle-left.png +debian/tmp/usr/share/apps/kdeui/about/bar-middle-right.png +debian/tmp/usr/share/apps/kdeui/about/bar-top-left.png +debian/tmp/usr/share/apps/kdeui/about/bar-top-middle.png +debian/tmp/usr/share/apps/kdeui/about/bar-top-right.png +debian/tmp/usr/share/apps/kdeui/about/bottom-left.png +debian/tmp/usr/share/apps/kdeui/about/bottom-middle.png +debian/tmp/usr/share/apps/kdeui/about/bottom-right.png +debian/tmp/usr/share/apps/kdeui/about/box-bottom-left.png +debian/tmp/usr/share/apps/kdeui/about/box-bottom-middle.png +debian/tmp/usr/share/apps/kdeui/about/box-bottom-right.png +debian/tmp/usr/share/apps/kdeui/about/box-middle-left.png +debian/tmp/usr/share/apps/kdeui/about/box-middle-right.png +debian/tmp/usr/share/apps/kdeui/about/box-top-left.png +debian/tmp/usr/share/apps/kdeui/about/box-top-middle.png +debian/tmp/usr/share/apps/kdeui/about/box-top-right.png +debian/tmp/usr/share/apps/kdeui/about/kde_infopage.css +debian/tmp/usr/share/apps/kdeui/about/kde_infopage_rtl.css +debian/tmp/usr/share/apps/kdeui/about/top-left.png +debian/tmp/usr/share/apps/kdeui/about/top-middle.png +debian/tmp/usr/share/apps/kdeui/pics/aboutkde.png +debian/tmp/usr/share/apps/kdeui/pics/ktip-background.png +debian/tmp/usr/share/apps/kdeui/pics/ktip-bulb.png +debian/tmp/usr/share/apps/kdewidgets/pics/kactionselector.png +debian/tmp/usr/share/apps/kdewidgets/pics/kactivelabel.png +debian/tmp/usr/share/apps/kdewidgets/pics/kcharselect.png +debian/tmp/usr/share/apps/kdewidgets/pics/kcmodule.png +debian/tmp/usr/share/apps/kdewidgets/pics/kcolorbutton.png +debian/tmp/usr/share/apps/kdewidgets/pics/kcolorcombo.png +debian/tmp/usr/share/apps/kdewidgets/pics/kcombobox.png +debian/tmp/usr/share/apps/kdewidgets/pics/kdatepicker.png +debian/tmp/usr/share/apps/kdewidgets/pics/kdatetable.png +debian/tmp/usr/share/apps/kdewidgets/pics/kdatetimewidget.png +debian/tmp/usr/share/apps/kdewidgets/pics/kdatewidget.png +debian/tmp/usr/share/apps/kdewidgets/pics/kdialog.png +debian/tmp/usr/share/apps/kdewidgets/pics/kdoublenuminput.png +debian/tmp/usr/share/apps/kdewidgets/pics/kdoublespinbox.png +debian/tmp/usr/share/apps/kdewidgets/pics/kdualcolorbutton.png +debian/tmp/usr/share/apps/kdewidgets/pics/keditlistbox.png +debian/tmp/usr/share/apps/kdewidgets/pics/kfontcombo.png +debian/tmp/usr/share/apps/kdewidgets/pics/kfontrequester.png +debian/tmp/usr/share/apps/kdewidgets/pics/kgradientselector.png +debian/tmp/usr/share/apps/kdewidgets/pics/khistorycombo.png +debian/tmp/usr/share/apps/kdewidgets/pics/khsselector.png +debian/tmp/usr/share/apps/kdewidgets/pics/kiconbutton.png +debian/tmp/usr/share/apps/kdewidgets/pics/kiconview.png +debian/tmp/usr/share/apps/kdewidgets/pics/kintnuminput.png +debian/tmp/usr/share/apps/kdewidgets/pics/kintspinbox.png +debian/tmp/usr/share/apps/kdewidgets/pics/kkeybutton.png +debian/tmp/usr/share/apps/kdewidgets/pics/kled.png +debian/tmp/usr/share/apps/kdewidgets/pics/klineedit.png +debian/tmp/usr/share/apps/kdewidgets/pics/klistbox.png +debian/tmp/usr/share/apps/kdewidgets/pics/klistview.png +debian/tmp/usr/share/apps/kdewidgets/pics/kpalettetable.png +debian/tmp/usr/share/apps/kdewidgets/pics/kpasswordedit.png +debian/tmp/usr/share/apps/kdewidgets/pics/kprogress.png +debian/tmp/usr/share/apps/kdewidgets/pics/kpushbutton.png +debian/tmp/usr/share/apps/kdewidgets/pics/krestrictedline.png +debian/tmp/usr/share/apps/kdewidgets/pics/kruler.png +debian/tmp/usr/share/apps/kdewidgets/pics/ksqueezedtextlabel.png +debian/tmp/usr/share/apps/kdewidgets/pics/ktextbrowser.png +debian/tmp/usr/share/apps/kdewidgets/pics/ktextedit.png +debian/tmp/usr/share/apps/kdewidgets/pics/ktimewidget.png +debian/tmp/usr/share/apps/kdewidgets/pics/kurlcomborequester.png +debian/tmp/usr/share/apps/kdewidgets/pics/kurllabel.png +debian/tmp/usr/share/apps/kdewidgets/pics/kurlrequester.png +debian/tmp/usr/share/apps/khtml/css/html4.css +debian/tmp/usr/share/apps/khtml/css/quirks.css +debian/tmp/usr/share/apps/khtml/domain_info +debian/tmp/usr/share/apps/khtml/icons/crystalsvg/128x128/actions/bug.png +debian/tmp/usr/share/apps/khtml/icons/crystalsvg/16x16/actions/bug.png +debian/tmp/usr/share/apps/khtml/icons/crystalsvg/16x16/actions/images_display.png +debian/tmp/usr/share/apps/khtml/icons/crystalsvg/16x16/actions/wallet_open.png +debian/tmp/usr/share/apps/khtml/icons/crystalsvg/22x22/actions/bug.png +debian/tmp/usr/share/apps/khtml/icons/crystalsvg/22x22/actions/images_display.png +debian/tmp/usr/share/apps/khtml/icons/crystalsvg/32x32/actions/bug.png +debian/tmp/usr/share/apps/khtml/icons/crystalsvg/32x32/actions/images_display.png +debian/tmp/usr/share/apps/khtml/icons/crystalsvg/48x48/actions/bug.png +debian/tmp/usr/share/apps/khtml/icons/crystalsvg/64x64/actions/bug.png +debian/tmp/usr/share/apps/khtml/khtml_browser.rc +debian/tmp/usr/share/apps/khtml/khtml_popupmenu.rc +debian/tmp/usr/share/apps/khtml/khtml.rc +debian/tmp/usr/share/apps/kio_uiserver/icons/crystalsvg/16x16/apps/kio_uiserver.png +debian/tmp/usr/share/apps/kjava/icons/crystalsvg/16x16/actions/java.png +debian/tmp/usr/share/apps/kjava/kjava.jar +debian/tmp/usr/share/apps/kjava/kjava.policy +debian/tmp/usr/share/apps/kjava/pluginsinfo +debian/tmp/usr/share/apps/knewstuff/types +debian/tmp/usr/share/apps/knotify/eventsrc +debian/tmp/usr/share/apps/ksgmltools2/customization/af/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/af/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/af/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/af/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/af/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/af/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/af/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/af/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/af/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/af/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/af/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/af/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/af/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/af/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/af/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/af/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/af/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/bg/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/bg/contributor.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/bg/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/bg/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/bg/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/bg/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/bg/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/bg/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/bg/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/bg/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/bg/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/bg/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/bg/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/bg/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/bg/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/bg/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/bg/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/bg/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/ca/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/ca/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ca/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ca/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ca/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ca/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ca/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ca/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ca/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ca/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ca/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ca/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ca/entities/underLGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ca/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ca/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ca/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/ca/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/ca/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/cs/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/cs/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/cs/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/cs/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/cs/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/cs/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/cs/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/cs/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/cs/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/cs/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/cs/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/cs/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/cs/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/cs/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/cs/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/cs/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/cs/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/da/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/da/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/da/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/da/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/da/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/da/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/da/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/da/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/da/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/da/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/da/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/da/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/da/entities/underLGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/da/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/da/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/da/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/da/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/da/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/de/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/de/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/de/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/de/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/de/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/de/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/de/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/de/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/de/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/de/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/de/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/de/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/de/entities/underLGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/de/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/de/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/de/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/de/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/de/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/dtd/kdex.dtd +debian/tmp/usr/share/apps/ksgmltools2/customization/dtd/modifications.elements +debian/tmp/usr/share/apps/ksgmltools2/customization/dtd/rdbhier2.elements +debian/tmp/usr/share/apps/ksgmltools2/customization/dtd/rdbpool.elements +debian/tmp/usr/share/apps/ksgmltools2/customization/el/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/el/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/el/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/el/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/el/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/el/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/el/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/el/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/el/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/el/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/el/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/el/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/el/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/el/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/el/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/el/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/el/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/en/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/en/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en/entities/underLGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en-GB/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/en-GB/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en-GB/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en-GB/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en-GB/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en-GB/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en-GB/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en-GB/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en-GB/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en-GB/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en-GB/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en-GB/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en-GB/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en-GB/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/en-GB/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/en-GB/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/en-GB/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/en/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/en/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/entities/contributor.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/entities/general.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/entities/l10n.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/en/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/es/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/es/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/es/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/es/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/es/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/es/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/es/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/es/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/es/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/es/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/es/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/es/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/es/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/es/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/es/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/es/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/es/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/et/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/et/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/et/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/et/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/et/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/et/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/et/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/et/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/et/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/et/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/et/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/et/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/et/entities/underLGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/et/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/et/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/et/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/et/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/et/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/fi/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/fi/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fi/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fi/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fi/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fi/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fi/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fi/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fi/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fi/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fi/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fi/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fi/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fi/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fi/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/fi/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/fi/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/fo/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/fo/contributor.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/fo/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fo/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fo/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fo/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fo/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fo/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fo/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fo/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fo/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fo/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fo/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fo/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fo/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fo/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/fo/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/fo/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/fr/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/fr/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fr/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fr/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fr/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fr/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fr/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fr/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fr/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fr/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fr/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fr/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fr/entities/underLGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fr/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fr/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/fr/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/fr/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/fr/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/he/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/he/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/he/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/he/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/he/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/he/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/he/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/he/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/he/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/he/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/he/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/he/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/he/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/he/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/he/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/he/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/he/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/htdig_index.xsl +debian/tmp/usr/share/apps/ksgmltools2/customization/hu/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/hu/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/hu/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/hu/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/hu/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/hu/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/hu/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/hu/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/hu/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/hu/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/hu/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/hu/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/hu/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/hu/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/hu/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/hu/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/hu/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/id/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/id/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/id/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/id/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/id/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/id/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/id/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/id/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/id/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/id/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/id/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/id/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/id/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/id/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/id/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/id/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/id/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/it/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/it/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/it/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/it/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/it/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/it/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/it/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/it/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/it/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/it/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/it/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/it/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/it/entities/underLGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/it/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/it/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/it/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/it/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/it/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/ja/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/ja/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ja/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ja/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ja/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ja/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ja/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ja/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ja/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ja/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ja/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ja/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ja/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ja/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ja/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/ja/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/ja/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/kde-chunk-online.xsl +debian/tmp/usr/share/apps/ksgmltools2/customization/kde-chunk.xsl +debian/tmp/usr/share/apps/ksgmltools2/customization/kde-man.xsl +debian/tmp/usr/share/apps/ksgmltools2/customization/kde-navig-online.xsl +debian/tmp/usr/share/apps/ksgmltools2/customization/kde-navig.xsl +debian/tmp/usr/share/apps/ksgmltools2/customization/kde-nochunk.xsl +debian/tmp/usr/share/apps/ksgmltools2/customization/kde-style.xsl +debian/tmp/usr/share/apps/ksgmltools2/customization/kde-ttlpg-online.xsl +debian/tmp/usr/share/apps/ksgmltools2/customization/kde-ttlpg.xsl +debian/tmp/usr/share/apps/ksgmltools2/customization/kde-web-navig.xsl +debian/tmp/usr/share/apps/ksgmltools2/customization/kde-web.xsl +debian/tmp/usr/share/apps/ksgmltools2/customization/ko/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/ko/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ko/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ko/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ko/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ko/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ko/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ko/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ko/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ko/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ko/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ko/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ko/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ko/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/ko/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/ko/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/lt/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/lt/contributor.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/lt/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/lt/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/lt/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/lt/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/lt/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/lt/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/lt/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/lt/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/lt/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/lt/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/lt/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/lt/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/lt/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/lt/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/lt/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/lt/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/nl/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/nl/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nl/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nl/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nl/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nl/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nl/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nl/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nl/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nl/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nl/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nl/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nl/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nl/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nl/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/nl/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/nl/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/nn/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/nn/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nn/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nn/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nn/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nn/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nn/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nn/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nn/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nn/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nn/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nn/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nn/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nn/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/nn/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/nn/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/nn/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/no/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/no/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/no/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/no/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/no/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/no/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/no/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/no/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/no/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/no/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/no/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/no/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/no/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/no/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/no/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/no/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/no/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/obsolete/general.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/obsolete/kdex-412-10.dtd +debian/tmp/usr/share/apps/ksgmltools2/customization/obsolete/kdex.dtd +debian/tmp/usr/share/apps/ksgmltools2/customization/obsolete/modifications.elements +debian/tmp/usr/share/apps/ksgmltools2/customization/obsolete/rdbpool.elements +debian/tmp/usr/share/apps/ksgmltools2/customization/pl/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/pl/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pl/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pl/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pl/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pl/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pl/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pl/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pl/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pl/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pl/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pl/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pl/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pl/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pl/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/pl/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/pl/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/pt-BR/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/pt-BR/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt-BR/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt-BR/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt-BR/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt-BR/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt-BR/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt-BR/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt-BR/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt-BR/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt-BR/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt-BR/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt-BR/entities/underLGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt-BR/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt-BR/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt-BR/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/pt-BR/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/pt-BR/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/pt/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/pt/contributor.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/pt/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/pt/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/pt/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/pt/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/README +debian/tmp/usr/share/apps/ksgmltools2/customization/ro/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/ro/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ro/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ro/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ro/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ro/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ro/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ro/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ro/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ro/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ro/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ro/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ro/entities/underLGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ro/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ro/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ro/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/ro/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/ro/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/ru/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/ru/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ru/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ru/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ru/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ru/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ru/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ru/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ru/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ru/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ru/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ru/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ru/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ru/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/ru/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/ru/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/ru/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/sk/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/sk/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sk/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sk/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sk/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sk/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sk/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sk/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sk/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sk/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sk/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sk/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sk/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sk/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sk/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/sk/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/sk/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/sl/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/sl/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sl/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sl/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sl/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sl/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sl/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sl/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sl/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sl/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sl/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sl/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sl/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sl/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sl/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/sl/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/sl/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/sr/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/sr/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sr/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sr/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sr/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sr/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sr/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sr/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sr/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sr/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sr/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sr/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sr/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sr/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sr/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/sr/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/sr/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/sv/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/sv/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sv/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sv/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sv/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sv/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sv/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sv/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sv/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sv/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sv/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sv/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sv/entities/underLGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sv/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sv/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/sv/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/sv/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/sv/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/tr/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/tr/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/tr/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/tr/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/tr/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/tr/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/tr/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/tr/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/tr/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/tr/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/tr/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/tr/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/tr/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/tr/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/tr/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/tr/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/tr/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/uk/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/uk/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/uk/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/uk/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/uk/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/uk/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/uk/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/uk/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/uk/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/uk/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/uk/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/uk/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/uk/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/uk/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/uk/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/uk/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/uk/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/wa/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/wa/contributor.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/wa/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/wa/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/wa/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/wa/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/wa/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/wa/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/wa/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/wa/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/wa/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/wa/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/wa/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/wa/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/wa/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/wa/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/wa/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/wa/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/xh/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/xh/contributor.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/xh/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xh/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xh/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xh/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xh/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xh/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xh/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xh/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xh/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xh/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xh/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xh/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xh/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xh/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/xh/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/xh/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/ca.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/cs.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/da.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/de.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/el.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/en.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/es.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/et.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/fi.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/fr.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/hu.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/it.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/ja.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/ko.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/nl.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/nn.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/no.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/pl.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/pt_br.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/pt.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/README +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/ro.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/ru.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/sk.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/sl.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/sr.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/sv.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xsl/zh_tw.xml +debian/tmp/usr/share/apps/ksgmltools2/customization/xx/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/xx/contributor.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/xx/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xx/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xx/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xx/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xx/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xx/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xx/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xx/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xx/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xx/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xx/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xx/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xx/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/xx/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/xx/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/xx/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-CN/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-CN/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-CN/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-CN/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-CN/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-CN/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-CN/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-CN/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-CN/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-CN/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-CN/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-CN/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-CN/entities/underLGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-CN/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-CN/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-CN/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-CN/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-CN/user.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-TW/catalog +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-TW/entities/fdl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-TW/entities/gpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-TW/entities/help-menu.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-TW/entities/install-compile.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-TW/entities/install-intro.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-TW/entities/lgpl-notice.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-TW/entities/report-bugs.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-TW/entities/underArtisticLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-TW/entities/underBSDLicense.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-TW/entities/underFDL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-TW/entities/underGPL.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-TW/entities/underX11License.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-TW/entities/update-doc.docbook +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-TW/lang.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-TW/strings.entities +debian/tmp/usr/share/apps/ksgmltools2/customization/zh-TW/user.entities +debian/tmp/usr/share/apps/ksgmltools2/docbook/README.kde +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/40chg.txt +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/41chg.txt +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/calstblx.dtd +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ChangeLog +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbcentx.mod +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbgenent.mod +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbhierx.mod +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbnotnx.mod +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbpoolx.mod +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/docbook.cat +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/docbookx.dtd +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsa.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsb.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsc.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsn.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amso.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsr.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-box.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-cyr1.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-cyr2.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-dia.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk1.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk2.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk3.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk4.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-lat1.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-lat2.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-num.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-pub.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-tech.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/readme.txt +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/soextblx.dtd +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/calstblx.dtd +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/catalog.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/ChangeLog +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/dbcentx.mod +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/dbgenent.mod +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/dbhierx.mod +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/dbnotnx.mod +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/dbpoolx.mod +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/docbook.cat +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/docbookx.dtd +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-amsa.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-amsb.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-amsc.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-amsn.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-amso.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-amsr.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-box.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-cyr1.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-cyr2.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-dia.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-grk1.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-grk2.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-grk3.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-grk4.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-lat1.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-lat2.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-num.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-pub.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-tech.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/README +debian/tmp/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/soextblx.dtd +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/BUGS +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/ChangeLog +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/af.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/ar.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/autoidx-ng.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/bg.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/bn.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/bs.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/ca.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/ChangeLog +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/common.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/cs.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/da.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/de.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/el.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/en.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/es.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/et.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/eu.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/fi.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/fr.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/gentext.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/he.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/hr.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/hu.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/id.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/it.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/ja.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/ko.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/l10n.dtd +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/l10n.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/l10n.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/labels.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/la.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/lt.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/nl.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/nn.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/no.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/olink.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/pi.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/pl.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/pt_br.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/pt.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/ro.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/ru.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/sk.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/sl.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/sr_Latn.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/sr.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/subtitles.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/sv.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/table.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/targetdatabase.dtd +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/targets.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/th.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/titles.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/tr.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/uk.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/vi.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/xh.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/zh_cn.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/common/zh_tw.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/admon.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/autoidx-ng.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/autoidx.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/autotoc.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/biblio.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/block.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/callout.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/changebars.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/ChangeLog +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/chunk-code.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/chunk-common.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/chunker.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/chunkfast.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/chunktoc.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/chunk.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/component.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/division.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/docbookng.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/docbook.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/ebnf.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/footnote.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/formal.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/glossary.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/graphics.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/html-rtf.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/htmltbl.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/html.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/index.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/info.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/inline.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/keywords.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/lists.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/maketoc.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/manifest.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/math.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/oldchunker.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/onechunk.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/param.ent +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/param.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/param.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/param.xweb +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/pi.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/profile-chunk-code.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/profile-chunk.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/profile-docbook.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/profile-onechunk.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/qandaset.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/refentry.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/sections.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/synop.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/table.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/task.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/titlepage.templates.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/titlepage.templates.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/titlepage.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/toc.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/verbatim.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/html/xref.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/blank.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/10.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/10.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/11.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/11.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/12.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/12.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/13.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/13.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/14.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/14.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/15.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/15.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/1.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/1.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/2.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/2.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/3.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/3.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/4.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/4.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/5.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/5.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/6.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/6.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/7.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/7.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/8.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/8.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/9.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/9.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/callouts/ChangeLog +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/caution.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/caution.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/caution.tif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/ChangeLog +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/draft.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/home.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/home.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/important.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/important.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/important.tif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/next.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/next.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/note.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/note.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/note.tif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/prev.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/prev.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/tip.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/tip.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/tip.tif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/toc-blank.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/toc-minus.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/toc-plus.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/up.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/up.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/warning.gif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/warning.png +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/images/warning.tif +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/lib/ChangeLog +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/lib/lib.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/lib/lib.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/lib/lib.xweb +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/manpages/ChangeLog +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/manpages/docbook.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/manpages/lists.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/manpages/README +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/manpages/sect23.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/manpages/synop.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/manpages/xref.xsl +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/admon.graphics.extension.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/admon.graphics.path.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/admon.graphics.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/admonition.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/admonition.title.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/admon.style.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/admon.textlabel.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/alignment.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/annotate.toc.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/appendix.autolabel.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/arbortext.extensions.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/article.appendix.title.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/author.othername.in.middle.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/autotoc.label.separator.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/axf.extensions.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/base.dir.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/biblioentry.item.separator.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/bibliography.collection.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/bibliography.numbered.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/blockquote.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/body.font.family.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/body.font.master.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/body.font.size.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/body.margin.bottom.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/body.margin.top.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/bridgehead.in.toc.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/callout.defaultcolumn.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/callout.graphics.extension.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/callout.graphics.number.limit.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/callout.graphics.path.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/callout.graphics.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/callout.list.table.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/callouts.extension.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/callout.unicode.font.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/callout.unicode.number.limit.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/callout.unicode.start.character.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/callout.unicode.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/ChangeLog +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/chapter.autolabel.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/chunker.output.cdata-section-elements.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/chunker.output.doctype-public.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/chunker.output.doctype-system.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/chunker.output.encoding.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/chunker.output.indent.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/chunker.output.media-type.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/chunker.output.method.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/chunker.output.omit-xml-declaration.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/chunker.output.standalone.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/chunk.first.sections.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/chunk.quietly.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/chunk.section.depth.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/chunk.sections.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/chunk.separate.lots.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/chunk.tocs.and.lots.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/chunk.toc.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/citerefentry.link.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/collect.xref.targets.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/column.count.back.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/column.count.body.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/column.count.front.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/column.count.index.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/column.count.lot.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/column.count.titlepage.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/column.gap.back.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/column.gap.body.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/column.gap.front.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/column.gap.index.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/column.gap.lot.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/column.gap.titlepage.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/compact.list.item.spacing.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/component.label.includes.part.label.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/component.title.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/css.decoration.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/current.docid.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/default.float.class.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/default.image.width.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/default.table.width.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/default.units.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/dingbat.font.family.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/double.sided.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/draft.mode.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/draft.watermark.image.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/ebnf.assignment.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/ebnf.statement.terminator.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/ebnf.table.bgcolor.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/ebnf.table.border.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/eclipse.autolabel.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/eclipse.plugin.id.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/eclipse.plugin.name.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/eclipse.plugin.provider.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/emphasis.propagates.style.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/entry.propagates.style.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/equation.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/example.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/figure.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/firstterm.only.link.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/footer.column.widths.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/footer.content.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/footer.rule.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/footers.on.blank.pages.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/footnote.font.size.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/footnote.number.format.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/footnote.number.symbols.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/footnote.sep.leader.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/fop.extensions.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/formal.object.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/formal.procedures.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/formal.title.placement.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/formal.title.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/funcsynopsis.decoration.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/funcsynopsis.style.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/funcsynopsis.tabular.threshold.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/function.parens.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/generate.id.attributes.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/generate.index.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/generate.legalnotice.link.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/generate.manifest.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/generate.meta.abstract.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/generate.section.toc.level.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/generate.toc.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/glossary.as.blocks.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/glossary.collection.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/glossentry.show.acronym.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/glosslist.as.blocks.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/glossterm.auto.link.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/glossterm.separation.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/glossterm.width.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/graphic.default.extension.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/graphicsize.extension.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/header.column.widths.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/header.content.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/header.rule.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/headers.on.blank.pages.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/html.base.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/html.cellpadding.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/html.cellspacing.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/html.cleanup.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/html.extra.head.links.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/html.ext.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.alias.file.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.autolabel.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.button.back.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.button.forward.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.button.hideshow.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.button.home.url.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.button.home.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.button.jump1.title.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.button.jump1.url.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.button.jump1.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.button.jump2.title.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.button.jump2.url.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.button.jump2.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.button.locate.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.button.next.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.button.options.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.button.prev.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.button.print.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.button.refresh.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.button.stop.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.button.zoom.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.chm.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.default.topic.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.display.progress.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.encoding.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.enhanced.decompilation.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.enumerate.images.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.force.map.and.alias.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.hhc.binary.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.hhc.folders.instead.books.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.hhc.section.depth.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.hhc.show.root.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.hhc.width.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.hhc.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.hhk.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.hhp.tail.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.hhp.windows.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.hhp.window.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.hhp.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.map.file.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.only.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.remember.window.position.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.show.advanced.search.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.show.favorities.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.show.menu.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.show.toolbar.text.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.title.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.use.hhk.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.window.geometry.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/html.longdesc.link.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/html.longdesc.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/html.stylesheet.type.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/html.stylesheet.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/hyphenate.verbatim.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/hyphenate.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/ignore.image.scaling.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/img.src.path.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/index.on.role.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/index.on.type.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/index.preferred.page.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/index.prefer.titleabbrev.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/informalequation.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/informalexample.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/informalfigure.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/informal.object.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/informaltable.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/inherit.keywords.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/insert.olink.page.number.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/insert.olink.pdf.frag.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/insert.xref.page.number.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/l10n.gentext.default.language.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/l10n.gentext.language.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/l10n.gentext.use.xref.language.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/label.from.part.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/line-height.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/linenumbering.everyNth.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/linenumbering.extension.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/linenumbering.separator.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/linenumbering.width.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/link.mailto.url.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/list.block.spacing.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/list.item.spacing.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/make.graphic.viewport.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/make.index.markup.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/make.single.year.ranges.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/make.valid.html.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/make.year.ranges.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/manifest.in.base.dir.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/manifest.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/manual.toc.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/marker.section.level.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/menuchoice.menu.separator.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/menuchoice.separator.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/monospace.font.family.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/monospace.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/monospace.verbatim.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/navig.graphics.extension.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/navig.graphics.path.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/navig.graphics.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/navig.showtitles.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/nominal.image.depth.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/nominal.image.width.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/nominal.table.width.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/normal.para.spacing.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/olink.base.uri.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/olink.debug.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/olink.doctitle.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/olink.fragid.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/olink.lang.fallback.sequence.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/olink.outline.ext.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/olink.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/olink.pubid.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/olink.resolver.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/olink.sysid.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/page.height.portrait.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/page.height.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/page.margin.bottom.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/page.margin.inner.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/page.margin.outer.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/page.margin.top.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/page.orientation.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/page.width.portrait.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/page.width.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/paper.type.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/para.propagates.style.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/part.autolabel.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/passivetex.extensions.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/phrase.propagates.style.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/pixels.per.inch.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/points.per.em.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/preface.autolabel.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/prefer.internal.olink.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/preferred.mediaobject.role.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/procedure.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/process.empty.source.toc.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/process.source.toc.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/profile.arch.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/profile.attribute.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/profile.condition.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/profile.conformance.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/profile.lang.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/profile.os.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/profile.revisionflag.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/profile.revision.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/profile.role.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/profile.security.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/profile.separator.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/profile.userlevel.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/profile.value.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/profile.vendor.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/punct.honorific.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/qanda.defaultlabel.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/qandadiv.autolabel.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/qanda.inherit.numeration.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/qanda.title.level1.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/qanda.title.level2.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/qanda.title.level3.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/qanda.title.level4.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/qanda.title.level5.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/qanda.title.level6.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/qanda.title.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/refentry.generate.name.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/refentry.generate.title.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/refentry.pagebreak.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/refentry.separator.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/refentry.title.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/refentry.xref.manvolnum.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/region.after.extent.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/region.before.extent.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/root.filename.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/rootid.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/root.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/runinhead.default.title.end.punct.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/runinhead.title.end.punct.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/sans.font.family.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/saxon.callouts.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/saxon.character.representation.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/saxon.linenumbering.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/saxon.tablecolumns.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/section.autolabel.max.depth.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/section.autolabel.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/section.label.includes.component.label.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/section.level1.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/section.level2.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/section.level3.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/section.level4.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/section.level5.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/section.level6.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/section.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/section.title.level1.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/section.title.level2.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/section.title.level3.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/section.title.level4.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/section.title.level5.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/section.title.level6.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/section.title.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/segmentedlist.as.table.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/shade.verbatim.style.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/shade.verbatim.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/show.comments.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/show.revisionflag.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/sidebar.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/simplesect.in.toc.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/spacing.paras.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/subscript.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/superscript.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/suppress.footer.navigation.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/suppress.header.navigation.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/suppress.navigation.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/symbol.font.family.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/table.borders.with.css.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/table.cell.border.color.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/table.cell.border.style.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/table.cell.border.thickness.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/table.cell.padding.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/tablecolumns.extension.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/table.entry.padding.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/table.footnote.number.format.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/table.footnote.number.symbols.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/table.frame.border.color.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/table.frame.border.style.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/table.frame.border.thickness.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/table.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/table.table.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/target.database.document.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/targets.filename.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/template.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/tex.math.delims.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/tex.math.file.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/tex.math.in.alt.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/textdata.default.encoding.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/textinsert.extension.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/title.font.family.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/title.margin.left.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/toc.indent.width.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/toc.list.type.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/toc.margin.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/toc.max.depth.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/toc.section.depth.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/ulink.footnote.number.format.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/ulink.footnotes.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/ulink.hyphenate.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/ulink.show.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/ulink.target.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/use.embed.for.svg.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/use.extensions.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/use.id.as.filename.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/use.id.function.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/use.local.olink.style.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/use.role.as.xrefstyle.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/use.role.for.mediaobject.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/use.svg.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/variablelist.as.blocks.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/variablelist.as.table.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/variablelist.max.termlength.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/verbatim.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/wordml.template.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/xep.extensions.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/xep.index.item.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/xref.label-page.separator.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/xref.label-title.separator.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/xref.properties.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/xref.title-page.separator.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/params/xref.with.number.and.title.xml +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/README +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/TODO +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/VERSION +debian/tmp/usr/share/apps/ksgmltools2/docbook/xsl/WhatsNew +debian/tmp/usr/share/apps/kssl/ca-bundle.crt +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/arrowdown_down.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/arrowdown.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/arrowleft_down.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/arrowleft.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/arrowright_down.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/arrowright.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/arrowup_down.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/arrowup.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/background.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/check_checked.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/checkmark.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/check.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/combo_down.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/combo.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/hscrollback.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/hscrollbar_down.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/hscrollbar.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/hscrollborder.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/htab.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/menu_back.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/radio_down.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/radio.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/raised_border.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/scrollborder.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/slider.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/sunk_border.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/tab_up.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/vscrollback.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/vscrollbar_down.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/vscrollbar.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/vscrollborder.png +debian/tmp/usr/share/apps/kstyle/pixmaps/riscos/vtab.png +debian/tmp/usr/share/apps/kstyle/themes/b3.themerc +debian/tmp/usr/share/apps/kstyle/themes/default.themerc +debian/tmp/usr/share/apps/kstyle/themes/highcolor.themerc +debian/tmp/usr/share/apps/kstyle/themes/highcontrast.themerc +debian/tmp/usr/share/apps/kstyle/themes/keramik.themerc +debian/tmp/usr/share/apps/kstyle/themes/light-v2.themerc +debian/tmp/usr/share/apps/kstyle/themes/light-v3.themerc +debian/tmp/usr/share/apps/kstyle/themes/plastik.themerc +debian/tmp/usr/share/apps/kstyle/themes/qtcde.themerc +debian/tmp/usr/share/apps/kstyle/themes/qtmotifplus.themerc +debian/tmp/usr/share/apps/kstyle/themes/qtmotif.themerc +debian/tmp/usr/share/apps/kstyle/themes/qtplatinum.themerc +debian/tmp/usr/share/apps/kstyle/themes/qtsgi.themerc +debian/tmp/usr/share/apps/kstyle/themes/qtwindows.themerc +debian/tmp/usr/share/apps/kstyle/themes/riscos.themerc +debian/tmp/usr/share/apps/ktexteditor_docwordcompletion/docwordcompletionui.rc +debian/tmp/usr/share/apps/ktexteditor_insertfile/ktexteditor_insertfileui.rc +debian/tmp/usr/share/apps/ktexteditor_isearch/ktexteditor_isearchui.rc +debian/tmp/usr/share/apps/ktexteditor_kdatatool/ktexteditor_kdatatoolui.rc +debian/tmp/usr/share/apps/LICENSES/ARTISTIC +debian/tmp/usr/share/apps/LICENSES/BSD +debian/tmp/usr/share/apps/LICENSES/GPL_V2 +debian/tmp/usr/share/apps/LICENSES/LGPL_V2 +debian/tmp/usr/share/apps/LICENSES/QPL_V1.0 +debian/tmp/usr/share/apps/proxyscout/eventsrc +debian/tmp/usr/share/autostart/kab2kabc.desktop +debian/tmp/usr/share/emoticons/Default/angry.png +debian/tmp/usr/share/emoticons/Default/bat.png +debian/tmp/usr/share/emoticons/Default/beer.png +debian/tmp/usr/share/emoticons/Default/biggrin.png +debian/tmp/usr/share/emoticons/Default/cake.png +debian/tmp/usr/share/emoticons/Default/camera.png +debian/tmp/usr/share/emoticons/Default/cat.png +debian/tmp/usr/share/emoticons/Default/clock.png +debian/tmp/usr/share/emoticons/Default/cocktail.png +debian/tmp/usr/share/emoticons/Default/confused.png +debian/tmp/usr/share/emoticons/Default/cry.png +debian/tmp/usr/share/emoticons/Default/cup.png +debian/tmp/usr/share/emoticons/Default/dog.png +debian/tmp/usr/share/emoticons/Default/email.png +debian/tmp/usr/share/emoticons/Default/embarassed.png +debian/tmp/usr/share/emoticons/Default/emoticons.xml +debian/tmp/usr/share/emoticons/Default/film.png +debian/tmp/usr/share/emoticons/Default/foot_in_mouth.png +debian/tmp/usr/share/emoticons/Default/innocent.png +debian/tmp/usr/share/emoticons/Default/kiss.png +debian/tmp/usr/share/emoticons/Default/lightbulb.png +debian/tmp/usr/share/emoticons/Default/love.png +debian/tmp/usr/share/emoticons/Default/note.png +debian/tmp/usr/share/emoticons/Default/oh.png +debian/tmp/usr/share/emoticons/Default/omg.png +debian/tmp/usr/share/emoticons/Default/phone.png +debian/tmp/usr/share/emoticons/Default/present.png +debian/tmp/usr/share/emoticons/Default/rose.png +debian/tmp/usr/share/emoticons/Default/sad.png +debian/tmp/usr/share/emoticons/Default/shade.png +debian/tmp/usr/share/emoticons/Default/sleep.png +debian/tmp/usr/share/emoticons/Default/smile.png +debian/tmp/usr/share/emoticons/Default/star.png +debian/tmp/usr/share/emoticons/Default/teeth.png +debian/tmp/usr/share/emoticons/Default/thumbs_down.png +debian/tmp/usr/share/emoticons/Default/thumbs_up.png +debian/tmp/usr/share/emoticons/Default/tongue.png +debian/tmp/usr/share/emoticons/Default/undecided.png +debian/tmp/usr/share/emoticons/Default/unhappy.png +debian/tmp/usr/share/emoticons/Default/unlove.png +debian/tmp/usr/share/emoticons/Default/wilted_rose.png +debian/tmp/usr/share/emoticons/Default/wink.png +debian/tmp/usr/share/icons/crystalsvg/128x128/actions/fileopen.png +debian/tmp/usr/share/icons/crystalsvg/128x128/actions/launch.png +debian/tmp/usr/share/icons/crystalsvg/128x128/actions/share.png +debian/tmp/usr/share/icons/crystalsvg/128x128/apps/kmenu.png +debian/tmp/usr/share/icons/crystalsvg/128x128/apps/kttsd.png +debian/tmp/usr/share/icons/crystalsvg/128x128/apps/password.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/blockdevice.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/camera_mount.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/camera_unmount.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/chardevice.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/compact_flash_mount.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/compact_flash_unmount.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/hdd_mount.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/hdd_unmount.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/ipod_mount.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/ipod_unmount.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/memory_stick_mount.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/memory_stick_unmount.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/mouse.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/print_class.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/printer1.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/sd_mmc_mount.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/sd_mmc_unmount.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/smart_media_mount.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/smart_media_unmount.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/system.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/usbpendrive_mount.png +debian/tmp/usr/share/icons/crystalsvg/128x128/devices/usbpendrive_unmount.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/desktop.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/exec.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/file_broken.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_crystal.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_favorite.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_green_open.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_green.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_grey_open.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_grey.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_home2.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_home.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_html.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_image.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_important.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_locked.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_man.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_open.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_orange_open.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_orange.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_print.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_red_open.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_red.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_sound.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_tar.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_txt.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_video.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_violet_open.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_violet.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_yellow_open.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/folder_yellow.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/link_overlay.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/lock_overlay.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/network_local.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/network.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/pipe.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/trashcan_empty.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/trashcan_full.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/www.png +debian/tmp/usr/share/icons/crystalsvg/128x128/filesystems/zip_overlay.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/applix.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/ascii.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/binary.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/bt.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/cdimage.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/cdr.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/cdtrack.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/colorscm.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/core.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/deb.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/document2.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/document.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/dvi.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/empty.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/encrypted.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/exec_wine.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/font_bitmap.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/font.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/font_truetype.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/font_type1.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/gf.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/html.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/image.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/info.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/karbon_karbon.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/kexi_kexi.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/kmultiple.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/koffice.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/krita_kra.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/log.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/make.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/man.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/message.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/metafont.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/midi.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/misc.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/mozilla_doc.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/netscape_doc.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/pdf.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/pk.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/postscript.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/quicktime.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/readme.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/recycled.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/resource.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/rpm.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/shellscript.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/soffice.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/sound.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/source_c.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/source_cpp.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/source_f.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/source_h.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/source_java.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/source_j.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/source_l.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/source_moc.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/source_o.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/source_php.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/source_pl.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/source.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/source_p.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/source_py.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/source_s.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/source_y.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/spreadsheet.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/tar.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/template_source.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/tex.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/tgz.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/txt2.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/txt.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/unknown.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/vcalendar.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/vcard.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/vectorgfx.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/video.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/widget_doc.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/wordprocessing.png +debian/tmp/usr/share/icons/crystalsvg/128x128/mimetypes/zip.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/1downarrow.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/1leftarrow.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/1rightarrow.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/1uparrow.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/2downarrow.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/2leftarrow.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/2rightarrow.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/2uparrow.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/about_kde.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/add.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/airbrush.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/apply.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/attach.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/back.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/blend.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/bookmark_add.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/bookmark_folder.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/bookmark.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/bookmarks_list_add.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/bookmark_toolbar.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/bottom.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/cancel.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/charset.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/clear_left.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/color_fill.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/colorize.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/color_line.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/colorpicker.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/compfile.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/completion.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/configure.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/configure_shortcuts.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/configure_toolbars.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/connect_creating.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/connect_established.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/connect_no.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/contents2.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/contents.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/contexthelp.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/crop.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/decrypted.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/down.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/editclear.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/editcopy.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/editcut.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/editdelete.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/editpaste.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/edit.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/editshred.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/edittrash.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/emptytrash.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/encrypted.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/eraser.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/exec.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/exit.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/fileclose.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/fileexport.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/filefind.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/fileimport.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/filenew.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/fileopen.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/fileprint.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/filequickprint.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/filesaveas.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/filesave.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/fill.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/filter.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/find.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/finish.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/flag.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/folder_new.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/fontsizedown.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/fontsizeup.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/fork.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/forward.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/frame_edit.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/frame_formula.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/frame_image.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/frameprint.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/frame_query.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/frame_spreadsheet.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/frame_text.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/gear.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/gohome.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/goto.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/halfencrypted.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/help.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/history_clear.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/history.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/idea.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/identity.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/info.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/inline_image.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/inline_table.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/kde1.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/kde3.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/kde4.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/kde5.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/kde6.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/kde.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/key_enter.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/knewstuff.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/launch.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/locationbar_erase.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/lock.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/mail_find.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/mail_forward.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/mail_generic.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/mail_get.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/mail_new.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/mail_post_to.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/mail_replyall.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/mail_replylist.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/mail_reply.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/mail_send.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/make_kdevelop.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/math_abs.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/math_brace.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/math_brackets.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/math_frac.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/math_int.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/math_lsub.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/math_lsup.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/math_matrix.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/math_onetwomatrix.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/math_paren.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/math_prod.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/math_rsub.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/math_rsup.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/math_sqrt.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/math_sum.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/misc.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/move.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/music_32ndnote.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/music_cleficon.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/music_cross.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/music_dottednote.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/music_eightnote.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/music_fermatenote.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/music_flat.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/music_fullnote.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/music_halfnote.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/music_natur.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/music_quarternote.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/music_sixteenthnote.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/news_subscribe.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/news_unsubscribe.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/next.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/no.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/ok.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/openterm.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/paintbrush.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/pencil.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/player_eject.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/player_end.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/player_fwd.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/player_pause.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/player_playlist.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/player_play.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/player_rew.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/player_start.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/player_stop.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/player_time.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/player_volume.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/presence_away.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/presence_offline.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/presence_online.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/presence_unknown.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/previous.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/project_open.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/queue.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/rebuild.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/redo.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/reload_all_tabs.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/reload_page.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/reload.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/remove.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/revert.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/rotate_ccw.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/rotate_cw.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/rotate.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/run.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/save_all.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/services.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/share.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/show_side_panel.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/signature.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/spellcheck.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/stamp.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/start.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/stop.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/switchuser.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/tab_breakoff.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/tab_duplicate.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/tab_new_bg.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/tab_new.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/tab_new_raised.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/tab_remove_other.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/tab_remove.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/text_block.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/text_bold.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/text_center.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/text_italic.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/text_left.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/text.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/text_right.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/text_strike.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/text_sub.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/text_super.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/text_under.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/thumbnail.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/today.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/top.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/transform.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/translate.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/undo.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/unlock.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/up.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/view_bottom.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/view_choose.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/view_detailed.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/view_fit_height.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/view_fit_width.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/view_fit_window.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/view_icon.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/view_left_right.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/viewmag1.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/viewmagfit.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/viewmag-.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/viewmag.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/viewmag+.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/view_multicolumn.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/view_remove.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/view_right.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/view_sidetree.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/view_text.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/view_top_bottom.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/view_tree.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/window_fullscreen.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/window_new.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/window_nofullscreen.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/window_suppressed.png +debian/tmp/usr/share/icons/crystalsvg/16x16/actions/wizard.png +debian/tmp/usr/share/icons/crystalsvg/16x16/apps/kmenu.png +debian/tmp/usr/share/icons/crystalsvg/16x16/apps/kttsd.png +debian/tmp/usr/share/icons/crystalsvg/16x16/apps/password.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/3floppy_mount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/3floppy_unmount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/5floppy_mount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/5floppy_unmount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/blockdevice.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/camera_mount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/camera_unmount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/cdaudio_mount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/cdaudio_unmount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/cdrom_mount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/cdrom_unmount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/cdwriter_mount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/cdwriter_unmount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/chardevice.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/compact_flash_mount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/compact_flash_unmount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/dvd_mount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/dvd_unmount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/hdd_mount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/hdd_unmount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/ipod_mount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/ipod_unmount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/joystick.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/memory.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/memory_stick_mount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/memory_stick_unmount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/mo_mount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/mo_unmount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/mouse.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/nfs_mount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/nfs_unmount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/pda_black.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/pda_blue.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/print_class.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/printer1.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/scanner.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/sd_mmc_mount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/sd_mmc_unmount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/smart_media_mount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/smart_media_unmount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/system.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/tablet.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/tv.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/usbpendrive_mount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/usbpendrive_unmount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/zip_mount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/devices/zip_unmount.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/desktop.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/exec.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/file_broken.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_crystal.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_favorite.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_green_open.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_green.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_grey_open.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_grey.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_home2.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_home.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_html.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_image.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_important.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_inbox.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_locked.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_man.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_open.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_orange_open.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_orange.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_outbox.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_print.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_red_open.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_red.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_sent_mail.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_sound.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_tar.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_txt.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_video.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_violet_open.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_violet.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_yellow_open.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/folder_yellow.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/ftp.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/link_overlay.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/lock_overlay.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/network_local.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/network.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/pipe.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/server.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/trashcan_empty.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/trashcan_full.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/www.png +debian/tmp/usr/share/icons/crystalsvg/16x16/filesystems/zip_overlay.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/applix.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/ascii.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/binary.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/bt.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/cdimage.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/cdr.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/cdtrack.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/colorscm.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/core.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/deb.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/document2.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/document.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/dvi.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/empty.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/encrypted.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/exec_wine.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/font_bitmap.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/font.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/font_truetype.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/font_type1.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/gettext.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/gf.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/html.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/image.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/info.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/karbon_karbon.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/kchart_chrt.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/kexi_kexi.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/kformula_kfo.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/kivio_flw.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/kmultiple.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/kpresenter_kpr.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/krita_kra.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/kspread_ksp.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/kugar_kud.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/kword_kwd.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/log.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/make.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/man.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/message.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/metafont.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/midi.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/misc.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/netscape_doc.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/news.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/pdf.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/pk.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/postscript.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/quicktime.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/readme.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/recycled.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/resource.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/rpm.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/shellscript.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/sound.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/source_c.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/source_cpp.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/source_f.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/source_h.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/source_java.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/source_l.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/source_moc.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/source_o.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/source_php.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/source_pl.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/source.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/source_py.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/source_s.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/source_y.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/spreadsheet.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/tar.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/template_source.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/tex.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/tgz.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/txt2.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/txt.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/unknown.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/vcalendar.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/vcard.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/vectorgfx.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/video.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/widget_doc.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/wordprocessing.png +debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/zip.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/1downarrow.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/1leftarrow.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/1rightarrow.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/1uparrow.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/2downarrow.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/2leftarrow.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/2rightarrow.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/2uparrow.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/about_kde.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/add.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/airbrush.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/apply.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/attach.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/back.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/blend.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/bookmark_add.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/bookmark_folder.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/bookmark.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/bookmarks_list_add.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/bottom.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/button_cancel.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/button_ok.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/cd.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/centrejust.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/charset.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/clear_left.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/color_fill.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/colorize.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/color_line.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/colorpicker.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/compfile.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/configure.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/connect_creating.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/connect_established.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/connect_no.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/contents2.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/contents.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/contexthelp.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/crop.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/dbgnext.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/dbgrun.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/dbgrunto.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/dbgstep.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/decrypted.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/down.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/editclear.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/editcopy.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/editcut.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/editdelete.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/editpaste.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/edit.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/editshred.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/edittrash.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/emptytrash.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/encrypted.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/eraser.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/exec.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/exit.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/fileclose.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/fileexport.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/filefind.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/fileimport.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/filenew.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/fileopen.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/fileprint.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/filequickprint.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/filesaveas.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/filesave.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/fill.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/filter.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/find.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/finish.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/folder_new.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/folder.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/fontsizedown.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/fontsizeup.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/fork.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/forward.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/frame_chart.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/frame_edit.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/frame_formula.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/frame_image.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/frameprint.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/frame_query.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/frame_spreadsheet.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/frame_text.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/gear.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/gohome.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/goto.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/halfencrypted.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/help.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/history.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/idea.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/identity.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/inline_image.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/inline_table.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/kde.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/key_enter.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/launch.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/leftjust.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/locationbar_erase.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/lock.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/mail_delete.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/mail_find.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/mail_forward.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/mail_generic.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/mail_get.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/mail_new3.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/mail_new.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/mail_post_to3.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/mail_post_to.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/mail_replyall.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/mail_replylist.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/mail_reply.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/mail_send.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/make_kdevelop.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/math_abs.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/math_brace.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/math_brackets.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/math_frac.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/math_int.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/math_lsub.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/math_lsup.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/math_matrix.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/math_onetwomatrix.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/math_paren.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/math_prod.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/math_rsub.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/math_rsup.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/math_sqrt.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/math_sum.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/message_reply.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/misc.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/mouse.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/move.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/music_32ndnote.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/music_cleficon.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/music_cross.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/music_dottednote.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/music_eightnote.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/music_fermatenote.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/music_flat.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/music_fullnote.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/music_halfnote.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/music_natur.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/music_quarternote.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/music_sixteenthnote.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/news_subscribe.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/news_unsubscribe.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/next.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/openterm.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/paintbrush.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/pencil.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/player_eject.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/player_end.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/player_fwd.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/player_pause.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/player_playlist.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/player_play.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/player_rew.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/player_start.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/player_stop.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/previous.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/project_open.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/queue.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/rebuild.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/redo.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/reload3.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/reload_all_tabs.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/reload_page.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/reload.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/remove.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/revert.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/rightjust.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/rotate_ccw.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/rotate_cw.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/rotate.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/run.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/save_all.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/share.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/showmenu.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/show_side_panel.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/signature.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/spellcheck.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/start.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/stop.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/switchuser.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/text_block.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/text_bold.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/text_center.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/text_italic.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/text_left.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/text.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/text_right.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/text_strike.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/text_sub.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/text_super.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/text_under.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/thumbnail.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/today.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/toggle_log.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/top.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/translate.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/undo.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/unlock.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/up.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/view_bottom.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/view_choose.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/view_detailed.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/view_fit_height.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/view_fit_width.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/view_fit_window.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/view_icon.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/view_left_right.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/viewmag1.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/viewmagfit.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/viewmag-.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/viewmag.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/viewmag+.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/view_multicolumn.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/view_remove.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/view_right.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/view_sidetree.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/view_text.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/view_top_bottom.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/view_tree.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/window_fullscreen.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/window_new.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/window_nofullscreen.png +debian/tmp/usr/share/icons/crystalsvg/22x22/actions/wizard.png +debian/tmp/usr/share/icons/crystalsvg/22x22/apps/kmenu.png +debian/tmp/usr/share/icons/crystalsvg/22x22/apps/kttsd.png +debian/tmp/usr/share/icons/crystalsvg/22x22/apps/password.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/3floppy_mount.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/3floppy_unmount.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/camera_mount.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/camera_unmount.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/cdaudio_unmount.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/compact_flash_mount.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/compact_flash_unmount.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/hdd_mount.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/hdd_unmount.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/ipod_mount.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/ipod_unmount.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/joystick.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/memory_stick_mount.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/memory_stick_unmount.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/print_class.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/printer1.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/sd_mmc_mount.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/sd_mmc_unmount.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/smart_media_mount.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/smart_media_unmount.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/system.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/usbpendrive_mount.png +debian/tmp/usr/share/icons/crystalsvg/22x22/devices/usbpendrive_unmount.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/desktop.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/folder_green_open.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/folder_green.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/folder_grey_open.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/folder_grey.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/folder_home.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/folder_open.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/folder_orange_open.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/folder_orange.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/folder.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/folder_print.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/folder_red_open.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/folder_red.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/folder_violet_open.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/folder_violet.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/folder_yellow_open.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/folder_yellow.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/link_overlay.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/network.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/trashcan_empty.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/trashcan_full.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/www.png +debian/tmp/usr/share/icons/crystalsvg/22x22/filesystems/zip_overlay.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/applix.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/ascii.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/binary.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/bt.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/cdimage.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/cdtrack.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/colorscm.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/core.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/deb.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/document2.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/document.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/dvi.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/empty.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/encrypted.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/exec_wine.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/file_locked.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/file_temporary.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/font_bitmap.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/font.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/font_truetype.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/font_type1.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/gf.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/html.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/image.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/info.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/karbon_karbon.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/kchart_chrt.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/kexi_kexi.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/kformula_kfo.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/kivio_flw.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/kmultiple.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/koffice.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/kpresenter_kpr.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/krita_kra.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/kspread_ksp.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/kugar_kud.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/kword_kwd.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/log.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/make.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/man.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/message.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/metafont.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/midi.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/mozilla_doc.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/netscape_doc.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/news.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/pdf.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/pk.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/postscript.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/quicktime.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/readme.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/recycled.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/rpm.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/shellscript.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/soffice.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/sound.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/source_c.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/source_cpp.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/source_f.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/source_h.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/source_java.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/source_j.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/source_l.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/source_moc.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/source_o.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/source_pl.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/source.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/source_p.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/source_py.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/source_s.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/source_y.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/spreadsheet.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/tar.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/tex.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/tgz.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/txt2.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/txt.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/unknown.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/vcalendar.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/vcard.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/vectorgfx.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/video.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/widget_doc.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/wordprocessing.png +debian/tmp/usr/share/icons/crystalsvg/22x22/mimetypes/zip.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/about_kde.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/add.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/apply.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/attach.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/back.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/blend.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/bookmark_add.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/bookmark_folder.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/bookmark.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/bookmarks_list_add.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/bookmark_toolbar.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/bottom.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/button_cancel.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/button_ok.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/centrejust.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/charset.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/clear_left.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/colorize.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/colorpicker.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/compfile.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/configure.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/connect_creating.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/connect_established.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/connect_no.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/contents2.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/contents.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/contexthelp.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/decrypted.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/down.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/editclear.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/editcopy.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/editcut.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/editdelete.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/editpaste.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/edit.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/editshred.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/edittrash.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/emptytrash.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/encrypted.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/eraser.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/exec.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/exit.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/fileclose.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/filefind.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/fileimport.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/filenew.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/fileopen.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/fileprint.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/filequickprint.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/filesaveas.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/filesave.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/filter.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/find.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/finish.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/folder_new.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/fonts.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/forward.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/frameprint.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/gear.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/gohome.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/goto.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/halfencrypted.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/help.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/identity.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/indent.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/kde.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/kdevelop_down.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/knewstuff.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/launch.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/leftjust.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/locationbar_erase.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/lock.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/mail_delete.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/mail_find.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/mail_forward.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/mail_generic.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/mail_get.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/mail_new.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/mail_post_to.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/mail_replyall.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/mail_replylist.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/mail_reply.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/mail_send.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/make_kdevelop.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/math_abs.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/math_brace.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/math_brackets.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/math_frac.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/math_int.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/math_lsub.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/math_lsup.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/math_matrix.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/math_onetwomatrix.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/math_paren.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/math_prod.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/math_rsub.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/math_rsup.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/math_sqrt.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/math_sum.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/messagebox_critical.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/messagebox_info.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/messagebox_warning.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/misc.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/mouse.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/music_32ndnote.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/music_cleficon.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/music_cross.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/music_dottednote.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/music_eightnote.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/music_fermatenote.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/music_flat.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/music_fullnote.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/music_halfnote.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/music_natur.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/music_quarternote.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/music_sixteenthnote.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/next.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/openterm.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/player_eject.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/player_end.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/player_fwd.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/player_pause.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/player_playlist.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/player_play.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/player_rew.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/player_start.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/player_stop.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/presence_away.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/presence_offline.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/presence_online.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/presence_unknown.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/previous.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/project_open.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/queue.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/rebuild.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/redo.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/reload_all_tabs.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/reload_page.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/reload.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/remove.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/revert.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/rightjust.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/rotate_ccw.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/rotate_cw.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/rotate.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/run.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/save_all.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/share.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/show_side_panel.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/signature.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/spellcheck.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/start.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/stop.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/switchuser.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/text_block.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/text_bold.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/text_center.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/text_italic.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/text_left.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/text_right.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/text_strike.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/text_sub.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/text_super.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/text_under.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/today.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/toggle_log.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/top.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/undo.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/unindent.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/unlock.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/up.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/view_bottom.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/view_choose.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/view_detailed.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/view_fit_height.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/view_fit_width.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/view_fit_window.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/view_icon.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/view_left_right.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/viewmag1.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/viewmagfit.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/viewmag-.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/viewmag.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/viewmag+.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/view_multicolumn.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/view_remove.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/view_right.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/view_sidetree.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/view_text.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/view_top_bottom.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/view_tree.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/window_fullscreen.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/window_new.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/window_nofullscreen.png +debian/tmp/usr/share/icons/crystalsvg/32x32/actions/wizard.png +debian/tmp/usr/share/icons/crystalsvg/32x32/apps/kmenu.png +debian/tmp/usr/share/icons/crystalsvg/32x32/apps/kttsd.png +debian/tmp/usr/share/icons/crystalsvg/32x32/apps/password.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/3floppy_mount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/3floppy_unmount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/5floppy_mount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/5floppy_unmount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/blockdevice.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/camera_mount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/camera_unmount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/cdaudio_mount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/cdaudio_unmount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/cdrom_mount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/cdrom_unmount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/cdwriter_mount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/cdwriter_unmount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/chardevice.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/compact_flash_mount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/compact_flash_unmount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/dvd_mount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/dvd_unmount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/hdd_mount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/hdd_unmount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/ipod_mount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/ipod_unmount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/joystick.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/memory.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/memory_stick_mount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/memory_stick_unmount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/mo_mount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/mo_unmount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/mouse.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/nfs_mount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/nfs_unmount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/pda_black.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/pda_blue.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/print_class.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/printer1.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/scanner.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/sd_mmc_mount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/sd_mmc_unmount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/smart_media_mount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/smart_media_unmount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/system.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/tablet.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/tv.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/usbpendrive_mount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/usbpendrive_unmount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/zip_mount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/devices/zip_unmount.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/desktop.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/exec.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/file_broken.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_crystal.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_favorite.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_green_open.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_green.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_grey_open.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_grey.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_home2.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_home.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_html.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_image.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_important.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_locked.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_man.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_open.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_orange_open.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_orange.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_print.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_red_open.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_red.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_sound.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_tar.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_txt.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_video.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_violet_open.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_violet.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_yellow_open.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/folder_yellow.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/ftp.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/link_overlay.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/lock_overlay.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/network_local.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/network.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/pipe.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/trashcan_empty.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/trashcan_full.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/www.png +debian/tmp/usr/share/icons/crystalsvg/32x32/filesystems/zip_overlay.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/applix.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/ascii.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/binary.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/bt.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/cdimage.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/cdr.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/cdtrack.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/colorscm.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/core.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/deb.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/document2.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/document.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/dvi.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/empty.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/exec_wine.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/file_locked.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/file_temporary.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/font_bitmap.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/font.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/font_truetype.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/font_type1.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/gettext.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/gf.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/html.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/image.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/info.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/karbon_karbon.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/kchart_chrt.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/kexi_kexi.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/kformula_kfo.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/kivio_flw.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/kmultiple.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/kpresenter_kpr.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/krita_kra.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/kspread_ksp.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/kugar_kud.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/kword_kwd.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/log.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/make.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/man.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/message.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/metafont.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/midi.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/misc.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/netscape_doc.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/pdf.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/pk.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/postscript.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/quicktime.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/readme.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/recycled.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/resource.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/rpm.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/shellscript.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/soffice.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/sound.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/source_c.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/source_cpp.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/source_f.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/source_h.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/source_java.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/source_j.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/source_l.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/source_moc.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/source_o.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/source_php.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/source_pl.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/source.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/source_p.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/source_py.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/source_s.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/source_y.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/spreadsheet.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/tar.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/template_source.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/tex.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/tgz.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/txt2.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/txt.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/unknown.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/vcalendar.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/vcard.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/vectorgfx.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/video.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/widget_doc.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/wordprocessing.png +debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/zip.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/add.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/back.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/bookmark.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/colorpicker.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/contents2.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/down.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/eraser.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/exit.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/fileclose.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/filenew.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/fileprint.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/filequickprint.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/forward.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/frameprint.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/gear.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/gohome.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/identity.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/indent.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/kde.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/launch.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/lock.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/mail_new.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/mail_post_to.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/misc.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/next.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/player_playlist.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/presence_away.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/presence_offline.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/presence_online.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/previous.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/reload_all_tabs.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/reload_page.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/reload.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/remove.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/rotate_ccw.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/rotate_cw.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/rotate.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/share.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/stop.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/switchuser.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/unindent.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/up.png +debian/tmp/usr/share/icons/crystalsvg/48x48/actions/wizard.png +debian/tmp/usr/share/icons/crystalsvg/48x48/apps/kmenu.png +debian/tmp/usr/share/icons/crystalsvg/48x48/apps/kttsd.png +debian/tmp/usr/share/icons/crystalsvg/48x48/apps/password.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/3floppy_mount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/3floppy_unmount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/5floppy_mount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/5floppy_unmount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/blockdevice.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/camera_mount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/camera_unmount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/cdaudio_mount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/cdaudio_unmount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/cdrom_mount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/cdrom_unmount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/cdwriter_mount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/cdwriter_unmount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/chardevice.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/compact_flash_mount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/compact_flash_unmount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/dvd_mount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/dvd_unmount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/hdd_mount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/hdd_unmount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/ipod_mount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/ipod_unmount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/joystick.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/memory.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/memory_stick_mount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/memory_stick_unmount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/mo_mount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/mo_unmount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/mouse.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/nfs_mount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/nfs_unmount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/pda_black.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/pda_blue.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/print_class.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/printer1.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/scanner.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/sd_mmc_mount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/sd_mmc_unmount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/smart_media_mount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/smart_media_unmount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/system.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/tablet.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/tv.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/usbpendrive_mount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/usbpendrive_unmount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/zip_mount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/devices/zip_unmount.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/desktop.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/exec.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/file_broken.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_crystal.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_favorite.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_green_open.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_green.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_grey_open.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_grey.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_home2.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_home.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_html.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_image.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_important.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_inbox.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_locked.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_man.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_open.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_orange_open.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_orange.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_outbox.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_print.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_red_open.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_red.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_sound.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_tar.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_txt.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_video.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_violet_open.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_violet.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_yellow_open.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/folder_yellow.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/ftp.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/link_overlay.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/lock_overlay.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/network_local.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/network.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/pipe.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/server.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/trashcan_empty.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/trashcan_full.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/www.png +debian/tmp/usr/share/icons/crystalsvg/48x48/filesystems/zip_overlay.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/applix.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/ascii.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/binary.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/bt.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/cdimage.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/cdr.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/cdtrack.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/colorscm.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/core.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/deb.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/document2.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/document.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/dvi.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/empty.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/encrypted.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/exec_wine.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/font_bitmap.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/font.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/font_truetype.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/font_type1.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/gettext.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/gf.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/html.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/image.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/info.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/karbon_karbon.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/kchart_chrt.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/kexi_kexi.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/kformula_kfo.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/kivio_flw.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/kmultiple.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/koffice.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/kpresenter_kpr.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/krita_kra.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/kspread_ksp.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/kugar_kud.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/kword_kwd.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/log.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/make.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/man.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/message.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/metafont.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/midi.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/misc.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/mozilla_doc.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/netscape_doc.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/pdf.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/pk.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/postscript.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/quicktime.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/readme.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/recycled.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/resource.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/rpm.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/shellscript.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/soffice.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/sound.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/source_c.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/source_cpp.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/source_f.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/source_h.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/source_java.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/source_j.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/source_l.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/source_moc.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/source_o.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/source_php.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/source_pl.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/source.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/source_p.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/source_py.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/source_s.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/source_y.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/spreadsheet.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/tar.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/template_source.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/tex.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/tgz.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/txt2.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/txt.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/unknown.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/vcalendar.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/vcard.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/vectorgfx.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/video.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/widget_doc.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/wordprocessing.png +debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/zip.png +debian/tmp/usr/share/icons/crystalsvg/64x64/actions/favorites.png +debian/tmp/usr/share/icons/crystalsvg/64x64/actions/fileopen.png +debian/tmp/usr/share/icons/crystalsvg/64x64/actions/knewstuff.png +debian/tmp/usr/share/icons/crystalsvg/64x64/actions/player_play.png +debian/tmp/usr/share/icons/crystalsvg/64x64/actions/share.png +debian/tmp/usr/share/icons/crystalsvg/64x64/apps/kmenu.png +debian/tmp/usr/share/icons/crystalsvg/64x64/apps/kttsd.png +debian/tmp/usr/share/icons/crystalsvg/64x64/apps/password.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/3floppy_mount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/3floppy_unmount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/5floppy_mount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/5floppy_unmount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/blockdevice.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/camera_mount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/camera_unmount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/cdaudio_mount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/cdaudio_unmount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/cdrom_mount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/cdrom_unmount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/cdwriter_mount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/cdwriter_unmount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/chardevice.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/compact_flash_mount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/compact_flash_unmount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/dvd_mount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/dvd_unmount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/hdd_mount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/hdd_unmount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/ipod_mount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/ipod_unmount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/joystick.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/memory.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/memory_stick_mount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/memory_stick_unmount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/mo_mount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/mo_unmount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/mouse.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/nfs_mount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/nfs_unmount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/pda_black.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/pda_blue.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/print_class.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/printer1.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/scanner.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/sd_mmc_mount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/sd_mmc_unmount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/smart_media_mount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/smart_media_unmount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/system.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/tablet.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/tv.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/usbpendrive_mount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/usbpendrive_unmount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/zip_mount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/devices/zip_unmount.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/desktop.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/exec.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/file_broken.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_crystal.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_favorite.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_green_open.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_green.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_grey_open.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_grey.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_home2.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_home.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_html.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_image.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_important.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_locked.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_man.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_open.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_orange_open.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_orange.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_print.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_red_open.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_red.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_sound.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_tar.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_txt.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_video.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_violet_open.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_violet.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_yellow_open.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/folder_yellow.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/link_overlay.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/lock_overlay.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/network_local.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/network.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/pipe.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/trashcan_empty.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/trashcan_full.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/www.png +debian/tmp/usr/share/icons/crystalsvg/64x64/filesystems/zip_overlay.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/applix.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/ascii.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/binary.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/bt.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/cdimage.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/cdr.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/cdtrack.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/colorscm.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/core.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/deb.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/document2.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/document.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/dvi.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/empty.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/encrypted.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/exec_wine.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/font_bitmap.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/font.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/font_truetype.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/font_type1.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/gf.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/html.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/image.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/info.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/karbon_karbon.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/kchart_chrt.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/kformula_kfo.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/kivio_flw.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/kmultiple.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/koffice.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/kpresenter_kpr.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/krita_kra.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/kspread_ksp.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/kugar_kud.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/kword_kwd.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/log.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/make.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/man.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/message.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/metafont.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/midi.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/misc.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/mozilla_doc.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/netscape_doc.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/pdf.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/pk.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/postscript.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/quicktime.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/readme.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/recycled.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/resource.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/rpm.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/shellscript.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/soffice.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/sound.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/source_c.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/source_cpp.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/source_f.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/source_h.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/source_java.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/source_j.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/source_l.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/source_moc.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/source_o.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/source_php.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/source_pl.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/source.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/source_p.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/source_py.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/source_s.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/source_y.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/spreadsheet.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/tar.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/template_source.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/tex.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/tgz.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/txt2.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/txt.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/unknown.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/vcalendar.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/vcard.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/vectorgfx.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/video.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/widget_doc.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/wordprocessing.png +debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/zip.png +debian/tmp/usr/share/icons/crystalsvg/index.theme +debian/tmp/usr/share/icons/default.kde +debian/tmp/usr/share/mimelnk/all/all.desktop +debian/tmp/usr/share/mimelnk/all/allfiles.desktop +debian/tmp/usr/share/mimelnk/application/chm.desktop +debian/tmp/usr/share/mimelnk/application/fits.desktop +debian/tmp/usr/share/mimelnk/application/illustrator.desktop +debian/tmp/usr/share/mimelnk/application/java.desktop +debian/tmp/usr/share/mimelnk/application/mathml+xml.desktop +debian/tmp/usr/share/mimelnk/application/mbox.desktop +debian/tmp/usr/share/mimelnk/application/msexcel.desktop +debian/tmp/usr/share/mimelnk/application/mspowerpoint.desktop +debian/tmp/usr/share/mimelnk/application/msword.desktop +debian/tmp/usr/share/mimelnk/application/octet-stream.desktop +debian/tmp/usr/share/mimelnk/application/ogg.desktop +debian/tmp/usr/share/mimelnk/application/pdf.desktop +debian/tmp/usr/share/mimelnk/application/pgp.desktop +debian/tmp/usr/share/mimelnk/application/pgp-encrypted.desktop +debian/tmp/usr/share/mimelnk/application/pgp-keys.desktop +debian/tmp/usr/share/mimelnk/application/pgp-signature.desktop +debian/tmp/usr/share/mimelnk/application/pkcs10.desktop +debian/tmp/usr/share/mimelnk/application/pkcs7-mime.desktop +debian/tmp/usr/share/mimelnk/application/pkcs7-signature.desktop +debian/tmp/usr/share/mimelnk/application/postscript.desktop +debian/tmp/usr/share/mimelnk/application/relaxng.desktop +debian/tmp/usr/share/mimelnk/application/sieve.desktop +debian/tmp/usr/share/mimelnk/application/smil.desktop +debian/tmp/usr/share/mimelnk/application/vnd.mozilla.xul+xml.desktop +debian/tmp/usr/share/mimelnk/application/vnd.ms-asf.desktop +debian/tmp/usr/share/mimelnk/application/vnd.ms-excel.desktop +debian/tmp/usr/share/mimelnk/application/vnd.ms-powerpoint.desktop +debian/tmp/usr/share/mimelnk/application/vnd.ms-word.desktop +debian/tmp/usr/share/mimelnk/application/vnd.oasis.opendocument.chart.desktop +debian/tmp/usr/share/mimelnk/application/vnd.oasis.opendocument.formula.desktop +debian/tmp/usr/share/mimelnk/application/vnd.oasis.opendocument.graphics.desktop +debian/tmp/usr/share/mimelnk/application/vnd.oasis.opendocument.graphics-template.desktop +debian/tmp/usr/share/mimelnk/application/vnd.oasis.opendocument.image.desktop +debian/tmp/usr/share/mimelnk/application/vnd.oasis.opendocument.presentation.desktop +debian/tmp/usr/share/mimelnk/application/vnd.oasis.opendocument.presentation-template.desktop +debian/tmp/usr/share/mimelnk/application/vnd.oasis.opendocument.spreadsheet.desktop +debian/tmp/usr/share/mimelnk/application/vnd.oasis.opendocument.spreadsheet-template.desktop +debian/tmp/usr/share/mimelnk/application/vnd.oasis.opendocument.text.desktop +debian/tmp/usr/share/mimelnk/application/vnd.oasis.opendocument.text-template.desktop +debian/tmp/usr/share/mimelnk/application/vnd.palm.desktop +debian/tmp/usr/share/mimelnk/application/vnd.rn-realmedia.desktop +debian/tmp/usr/share/mimelnk/application/vnd.stardivision.calc.desktop +debian/tmp/usr/share/mimelnk/application/vnd.stardivision.chart.desktop +debian/tmp/usr/share/mimelnk/application/vnd.stardivision.draw.desktop +debian/tmp/usr/share/mimelnk/application/vnd.stardivision.impress.desktop +debian/tmp/usr/share/mimelnk/application/vnd.stardivision.math.desktop +debian/tmp/usr/share/mimelnk/application/vnd.stardivision.writer.desktop +debian/tmp/usr/share/mimelnk/application/vnd.stardivision.writer-global.desktop +debian/tmp/usr/share/mimelnk/application/vnd.sun.xml.base.desktop +debian/tmp/usr/share/mimelnk/application/vnd.sun.xml.calc.desktop +debian/tmp/usr/share/mimelnk/application/vnd.sun.xml.calc.template.desktop +debian/tmp/usr/share/mimelnk/application/vnd.sun.xml.draw.desktop +debian/tmp/usr/share/mimelnk/application/vnd.sun.xml.draw.template.desktop +debian/tmp/usr/share/mimelnk/application/vnd.sun.xml.impress.desktop +debian/tmp/usr/share/mimelnk/application/vnd.sun.xml.impress.template.desktop +debian/tmp/usr/share/mimelnk/application/vnd.sun.xml.writer.desktop +debian/tmp/usr/share/mimelnk/application/vnd.sun.xml.writer.master.desktop +debian/tmp/usr/share/mimelnk/application/vnd.sun.xml.writer.template.desktop +debian/tmp/usr/share/mimelnk/application/wordperfect.desktop +debian/tmp/usr/share/mimelnk/application/x-7z.desktop +debian/tmp/usr/share/mimelnk/application/x-abiword.desktop +debian/tmp/usr/share/mimelnk/application/x-ace.desktop +debian/tmp/usr/share/mimelnk/application/x-afm.desktop +debian/tmp/usr/share/mimelnk/application/x-amipro.desktop +debian/tmp/usr/share/mimelnk/application/x-applix.desktop +debian/tmp/usr/share/mimelnk/application/x-applixgraphics.desktop +debian/tmp/usr/share/mimelnk/application/x-applixspread.desktop +debian/tmp/usr/share/mimelnk/application/x-applixword.desktop +debian/tmp/usr/share/mimelnk/application/x-arc.desktop +debian/tmp/usr/share/mimelnk/application/x-archive.desktop +debian/tmp/usr/share/mimelnk/application/x-arj.desktop +debian/tmp/usr/share/mimelnk/application/x-awk.desktop +debian/tmp/usr/share/mimelnk/application/x-bittorrent.desktop +debian/tmp/usr/share/mimelnk/application/x-bz2dvi.desktop +debian/tmp/usr/share/mimelnk/application/x-bzip2.desktop +debian/tmp/usr/share/mimelnk/application/x-bzip.desktop +debian/tmp/usr/share/mimelnk/application/x-cda.desktop +debian/tmp/usr/share/mimelnk/application/x-compress.desktop +debian/tmp/usr/share/mimelnk/application/x-core.desktop +debian/tmp/usr/share/mimelnk/application/x-cpio.desktop +debian/tmp/usr/share/mimelnk/application/x-cue.desktop +debian/tmp/usr/share/mimelnk/application/x-dbase.desktop +debian/tmp/usr/share/mimelnk/application/x-deb.desktop +debian/tmp/usr/share/mimelnk/application/x-debian-package.desktop +debian/tmp/usr/share/mimelnk/application/x-designer.desktop +debian/tmp/usr/share/mimelnk/application/x-desktop.desktop +debian/tmp/usr/share/mimelnk/application/x-dvi.desktop +debian/tmp/usr/share/mimelnk/application/x-executable.desktop +debian/tmp/usr/share/mimelnk/application/x-executable-script.desktop +debian/tmp/usr/share/mimelnk/application/x-font-bdf.desktop +debian/tmp/usr/share/mimelnk/application/x-font-ghostscript.desktop +debian/tmp/usr/share/mimelnk/application/x-font-otf.desktop +debian/tmp/usr/share/mimelnk/application/x-font-pcf.desktop +debian/tmp/usr/share/mimelnk/application/x-font-snf.desktop +debian/tmp/usr/share/mimelnk/application/x-font-speedo.desktop +debian/tmp/usr/share/mimelnk/application/x-font-ttc.desktop +debian/tmp/usr/share/mimelnk/application/x-font-ttf.desktop +debian/tmp/usr/share/mimelnk/application/x-font-type1.desktop +debian/tmp/usr/share/mimelnk/application/x-gettext.desktop +debian/tmp/usr/share/mimelnk/application/x-gnumeric.desktop +debian/tmp/usr/share/mimelnk/application/x-graphite.desktop +debian/tmp/usr/share/mimelnk/application/x-gzdvi.desktop +debian/tmp/usr/share/mimelnk/application/x-gzip.desktop +debian/tmp/usr/share/mimelnk/application/x-gzpostscript.desktop +debian/tmp/usr/share/mimelnk/application/x-hancomword.desktop +debian/tmp/usr/share/mimelnk/application/xhtml+xml.desktop +debian/tmp/usr/share/mimelnk/application/x-ica.desktop +debian/tmp/usr/share/mimelnk/application/x-iso.desktop +debian/tmp/usr/share/mimelnk/application/x-jar.desktop +debian/tmp/usr/share/mimelnk/application/x-java-applet.desktop +debian/tmp/usr/share/mimelnk/application/x-java.desktop +debian/tmp/usr/share/mimelnk/application/x-java-jnlp-file.desktop +debian/tmp/usr/share/mimelnk/application/x-javascript.desktop +debian/tmp/usr/share/mimelnk/application/x-karbon.desktop +debian/tmp/usr/share/mimelnk/application/x-kchart.desktop +debian/tmp/usr/share/mimelnk/application/x-kcsrc.desktop +debian/tmp/usr/share/mimelnk/application/x-kde-wallet.desktop +debian/tmp/usr/share/mimelnk/application/x-kformula.desktop +debian/tmp/usr/share/mimelnk/application/x-kivio.desktop +debian/tmp/usr/share/mimelnk/application/x-kontour.desktop +debian/tmp/usr/share/mimelnk/application/x-kpovmodeler.desktop +debian/tmp/usr/share/mimelnk/application/x-kpresenter.desktop +debian/tmp/usr/share/mimelnk/application/x-krita.desktop +debian/tmp/usr/share/mimelnk/application/x-kspread.desktop +debian/tmp/usr/share/mimelnk/application/x-kudesigner.desktop +debian/tmp/usr/share/mimelnk/application/x-kugar.desktop +debian/tmp/usr/share/mimelnk/application/x-kword.desktop +debian/tmp/usr/share/mimelnk/application/x-lha.desktop +debian/tmp/usr/share/mimelnk/application/x-linguist.desktop +debian/tmp/usr/share/mimelnk/application/x-lyx.desktop +debian/tmp/usr/share/mimelnk/application/x-lzop.desktop +debian/tmp/usr/share/mimelnk/application/x-magicpoint.desktop +debian/tmp/usr/share/mimelnk/application/x-mimearchive.desktop +debian/tmp/usr/share/mimelnk/application/xml.desktop +debian/tmp/usr/share/mimelnk/application/xml-dtd.desktop +debian/tmp/usr/share/mimelnk/application/x-mplayer2.desktop +debian/tmp/usr/share/mimelnk/application/x-msaccess.desktop +debian/tmp/usr/share/mimelnk/application/x-msdos-program.desktop +debian/tmp/usr/share/mimelnk/application/x-msmetafile.desktop +debian/tmp/usr/share/mimelnk/application/x-mswrite.desktop +debian/tmp/usr/share/mimelnk/application/x-object.desktop +debian/tmp/usr/share/mimelnk/application/x-ogg.desktop +debian/tmp/usr/share/mimelnk/application/x-ooimpress.desktop +debian/tmp/usr/share/mimelnk/application/x-oowriter.desktop +debian/tmp/usr/share/mimelnk/application/x-pak.desktop +debian/tmp/usr/share/mimelnk/application/x-perl.desktop +debian/tmp/usr/share/mimelnk/application/x-perl-module.desktop +debian/tmp/usr/share/mimelnk/application/x-php.desktop +debian/tmp/usr/share/mimelnk/application/x-pkcs12.desktop +debian/tmp/usr/share/mimelnk/application/x-python-bytecode.desktop +debian/tmp/usr/share/mimelnk/application/x-python.desktop +debian/tmp/usr/share/mimelnk/application/x-quattropro.desktop +debian/tmp/usr/share/mimelnk/application/x-rar-compressed.desktop +debian/tmp/usr/share/mimelnk/application/x-rar.desktop +debian/tmp/usr/share/mimelnk/application/x-rpm.desktop +debian/tmp/usr/share/mimelnk/application/x-ruby.desktop +debian/tmp/usr/share/mimelnk/application/xsd.desktop +debian/tmp/usr/share/mimelnk/application/x-sharedlib.desktop +debian/tmp/usr/share/mimelnk/application/x-shellscript.desktop +debian/tmp/usr/share/mimelnk/application/x-shockwave-flash.desktop +debian/tmp/usr/share/mimelnk/application/x-sqlite2.desktop +debian/tmp/usr/share/mimelnk/application/x-sqlite3.desktop +debian/tmp/usr/share/mimelnk/application/x-tar.desktop +debian/tmp/usr/share/mimelnk/application/x-tarz.desktop +debian/tmp/usr/share/mimelnk/application/x-tbz.desktop +debian/tmp/usr/share/mimelnk/application/x-tex-gf.desktop +debian/tmp/usr/share/mimelnk/application/x-tex-pk.desktop +debian/tmp/usr/share/mimelnk/application/x-tgif.desktop +debian/tmp/usr/share/mimelnk/application/x-tgz.desktop +debian/tmp/usr/share/mimelnk/application/x-trash.desktop +debian/tmp/usr/share/mimelnk/application/x-troff.desktop +debian/tmp/usr/share/mimelnk/application/x-troff-man.desktop +debian/tmp/usr/share/mimelnk/application/x-tzo.desktop +debian/tmp/usr/share/mimelnk/application/x-vnd.kde.kexi.desktop +debian/tmp/usr/share/mimelnk/application/x-vnd.kde.kplato.desktop +debian/tmp/usr/share/mimelnk/application/x-vnd.kde.kugar.mixed.desktop +debian/tmp/usr/share/mimelnk/application/x-webarchive.desktop +debian/tmp/usr/share/mimelnk/application/x-x509-ca-cert.desktop +debian/tmp/usr/share/mimelnk/application/x-xliff.desktop +debian/tmp/usr/share/mimelnk/application/x-zerosize.desktop +debian/tmp/usr/share/mimelnk/application/x-zip.desktop +debian/tmp/usr/share/mimelnk/application/x-zip-compressed.desktop +debian/tmp/usr/share/mimelnk/application/x-zoo.desktop +debian/tmp/usr/share/mimelnk/audio/aac.desktop +debian/tmp/usr/share/mimelnk/audio/ac3.desktop +debian/tmp/usr/share/mimelnk/audio/basic.desktop +debian/tmp/usr/share/mimelnk/audio/mp4.desktop +debian/tmp/usr/share/mimelnk/audio/mpeg.desktop +debian/tmp/usr/share/mimelnk/audio/mpegurl.desktop +debian/tmp/usr/share/mimelnk/audio/prs.sid.desktop +debian/tmp/usr/share/mimelnk/audio/vnd.rn-realaudio.desktop +debian/tmp/usr/share/mimelnk/audio/vorbis.desktop +debian/tmp/usr/share/mimelnk/audio/x-adpcm.desktop +debian/tmp/usr/share/mimelnk/audio/x-aiff.desktop +debian/tmp/usr/share/mimelnk/audio/x-flac.desktop +debian/tmp/usr/share/mimelnk/audio/x-matroska.desktop +debian/tmp/usr/share/mimelnk/audio/x-midi.desktop +debian/tmp/usr/share/mimelnk/audio/x-mod.desktop +debian/tmp/usr/share/mimelnk/audio/x-mp2.desktop +debian/tmp/usr/share/mimelnk/audio/x-mp3.desktop +debian/tmp/usr/share/mimelnk/audio/x-mpegurl.desktop +debian/tmp/usr/share/mimelnk/audio/x-ms-wma.desktop +debian/tmp/usr/share/mimelnk/audio/x-musepack.desktop +debian/tmp/usr/share/mimelnk/audio/x-oggflac.desktop +debian/tmp/usr/share/mimelnk/audio/x-pn-realaudio.desktop +debian/tmp/usr/share/mimelnk/audio/x-pn-realaudio-plugin.desktop +debian/tmp/usr/share/mimelnk/audio/x-scpls.desktop +debian/tmp/usr/share/mimelnk/audio/x-speex.desktop +debian/tmp/usr/share/mimelnk/audio/x-vorbis.desktop +debian/tmp/usr/share/mimelnk/audio/x-wav.desktop +debian/tmp/usr/share/mimelnk/image/cgm.desktop +debian/tmp/usr/share/mimelnk/image/fax-g3.desktop +debian/tmp/usr/share/mimelnk/image/fits.desktop +debian/tmp/usr/share/mimelnk/image/gif.desktop +debian/tmp/usr/share/mimelnk/image/jp2.desktop +debian/tmp/usr/share/mimelnk/image/jpeg.desktop +debian/tmp/usr/share/mimelnk/image/jpg.desktop +debian/tmp/usr/share/mimelnk/image/pjpeg.desktop +debian/tmp/usr/share/mimelnk/image/png.desktop +debian/tmp/usr/share/mimelnk/image/svg-xml.desktop +debian/tmp/usr/share/mimelnk/image/svg+xml.desktop +debian/tmp/usr/share/mimelnk/image/tiff.desktop +debian/tmp/usr/share/mimelnk/image/wmf.desktop +debian/tmp/usr/share/mimelnk/image/x-bmp.desktop +debian/tmp/usr/share/mimelnk/image/x-dds.desktop +debian/tmp/usr/share/mimelnk/image/x-djvu-2.desktop +debian/tmp/usr/share/mimelnk/image/x-djvu.desktop +debian/tmp/usr/share/mimelnk/image/x-eps.desktop +debian/tmp/usr/share/mimelnk/image/x-exr.desktop +debian/tmp/usr/share/mimelnk/image/x-hdr.desktop +debian/tmp/usr/share/mimelnk/image/x-ico.desktop +debian/tmp/usr/share/mimelnk/image/x-jng.desktop +debian/tmp/usr/share/mimelnk/image/x-msod.desktop +debian/tmp/usr/share/mimelnk/image/x-pcx.desktop +debian/tmp/usr/share/mimelnk/image/x-photo-cd.desktop +debian/tmp/usr/share/mimelnk/image/x-portable-bitmap.desktop +debian/tmp/usr/share/mimelnk/image/x-portable-greymap.desktop +debian/tmp/usr/share/mimelnk/image/x-portable-pixmap.desktop +debian/tmp/usr/share/mimelnk/image/x-raw.desktop +debian/tmp/usr/share/mimelnk/image/x-rgb.desktop +debian/tmp/usr/share/mimelnk/image/x-targa.desktop +debian/tmp/usr/share/mimelnk/image/x-vnd.adobe.photoshop.desktop +debian/tmp/usr/share/mimelnk/image/x-vnd.trolltech.qpicture.desktop +debian/tmp/usr/share/mimelnk/image/x-wmf.desktop +debian/tmp/usr/share/mimelnk/image/x-xbm.desktop +debian/tmp/usr/share/mimelnk/image/x-xcf-gimp.desktop +debian/tmp/usr/share/mimelnk/image/x-xcursor.desktop +debian/tmp/usr/share/mimelnk/image/x-xfig.desktop +debian/tmp/usr/share/mimelnk/image/x-xpm.desktop +debian/tmp/usr/share/mimelnk/inode/block.desktop +debian/tmp/usr/share/mimelnk/inode/chardevice.desktop +debian/tmp/usr/share/mimelnk/inode/directory.desktop +debian/tmp/usr/share/mimelnk/inode/directory-locked.desktop +debian/tmp/usr/share/mimelnk/inode/fifo.desktop +debian/tmp/usr/share/mimelnk/inode/socket.desktop +debian/tmp/usr/share/mimelnk/magic +debian/tmp/usr/share/mimelnk/message/news.desktop +debian/tmp/usr/share/mimelnk/message/rfc822.desktop +debian/tmp/usr/share/mimelnk/model/vrml.desktop +debian/tmp/usr/share/mimelnk/multipart/mixed.desktop +debian/tmp/usr/share/mimelnk/multipart/x-mixed-replace.desktop +debian/tmp/usr/share/mimelnk/text/calendar.desktop +debian/tmp/usr/share/mimelnk/text/css.desktop +debian/tmp/usr/share/mimelnk/text/docbook.desktop +debian/tmp/usr/share/mimelnk/text/enriched.desktop +debian/tmp/usr/share/mimelnk/text/html.desktop +debian/tmp/usr/share/mimelnk/text/javascript.desktop +debian/tmp/usr/share/mimelnk/text/plain.desktop +debian/tmp/usr/share/mimelnk/text/rdf.desktop +debian/tmp/usr/share/mimelnk/text/rss.desktop +debian/tmp/usr/share/mimelnk/text/rtf.desktop +debian/tmp/usr/share/mimelnk/text/sgml.desktop +debian/tmp/usr/share/mimelnk/text/vnd.abc.desktop +debian/tmp/usr/share/mimelnk/text/vnd.wap.wml.desktop +debian/tmp/usr/share/mimelnk/text/x-adasrc.desktop +debian/tmp/usr/share/mimelnk/text/x-bibtex.desktop +debian/tmp/usr/share/mimelnk/text/x-c++hdr.desktop +debian/tmp/usr/share/mimelnk/text/x-chdr.desktop +debian/tmp/usr/share/mimelnk/text/x-c++src.desktop +debian/tmp/usr/share/mimelnk/text/x-csrc.desktop +debian/tmp/usr/share/mimelnk/text/x-csv.desktop +debian/tmp/usr/share/mimelnk/text/x-diff.desktop +debian/tmp/usr/share/mimelnk/text/x-hex.desktop +debian/tmp/usr/share/mimelnk/text/x-java.desktop +debian/tmp/usr/share/mimelnk/text/x-katefilelist.desktop +debian/tmp/usr/share/mimelnk/text/x-latex.desktop +debian/tmp/usr/share/mimelnk/text/x-ldif.desktop +debian/tmp/usr/share/mimelnk/text/x-log.desktop +debian/tmp/usr/share/mimelnk/text/x-lyx.desktop +debian/tmp/usr/share/mimelnk/text/x-makefile.desktop +debian/tmp/usr/share/mimelnk/text/xml.desktop +debian/tmp/usr/share/mimelnk/text/x-moc.desktop +debian/tmp/usr/share/mimelnk/text/x-mswinurl.desktop +debian/tmp/usr/share/mimelnk/text/x-objchdr.desktop +debian/tmp/usr/share/mimelnk/text/x-objcsrc.desktop +debian/tmp/usr/share/mimelnk/text/x-pascal.desktop +debian/tmp/usr/share/mimelnk/text/x-perl.desktop +debian/tmp/usr/share/mimelnk/text/x-python.desktop +debian/tmp/usr/share/mimelnk/text/x-tcl.desktop +debian/tmp/usr/share/mimelnk/text/x-tex.desktop +debian/tmp/usr/share/mimelnk/text/x-vcalendar.desktop +debian/tmp/usr/share/mimelnk/text/x-vcard.desktop +debian/tmp/usr/share/mimelnk/text/x-xslfo.desktop +debian/tmp/usr/share/mimelnk/text/x-xslt.desktop +debian/tmp/usr/share/mimelnk/uri/mms.desktop +debian/tmp/usr/share/mimelnk/uri/mmst.desktop +debian/tmp/usr/share/mimelnk/uri/mmsu.desktop +debian/tmp/usr/share/mimelnk/uri/pnm.desktop +debian/tmp/usr/share/mimelnk/uri/rtspt.desktop +debian/tmp/usr/share/mimelnk/uri/rtspu.desktop +debian/tmp/usr/share/mimelnk/video/avi.desktop +debian/tmp/usr/share/mimelnk/video/mp4.desktop +debian/tmp/usr/share/mimelnk/video/mpeg.desktop +debian/tmp/usr/share/mimelnk/video/quicktime.desktop +debian/tmp/usr/share/mimelnk/video/vnd.rn-realvideo.desktop +debian/tmp/usr/share/mimelnk/video/x-flic.desktop +debian/tmp/usr/share/mimelnk/video/x-matroska.desktop +debian/tmp/usr/share/mimelnk/video/x-mng.desktop +debian/tmp/usr/share/mimelnk/video/x-ms-asf.desktop +debian/tmp/usr/share/mimelnk/video/x-msvideo.desktop +debian/tmp/usr/share/mimelnk/video/x-ms-wmv.desktop +debian/tmp/usr/share/mimelnk/video/x-ogm.desktop +debian/tmp/usr/share/mimelnk/video/x-theora.desktop +debian/tmp/usr/share/services/bmp.kimgio +debian/tmp/usr/share/services/data.protocol +debian/tmp/usr/share/services/dds.kimgio +debian/tmp/usr/share/services/eps.kimgio +debian/tmp/usr/share/services/exr.kimgio +debian/tmp/usr/share/services/file.protocol +debian/tmp/usr/share/services/ftp.protocol +debian/tmp/usr/share/services/ghelp.protocol +debian/tmp/usr/share/services/gif.kimgio +debian/tmp/usr/share/services/hdr.kimgio +debian/tmp/usr/share/services/help.protocol +debian/tmp/usr/share/services/http_cache_cleaner.desktop +debian/tmp/usr/share/services/http.protocol +debian/tmp/usr/share/services/https.protocol +debian/tmp/usr/share/services/ico.kimgio +debian/tmp/usr/share/services/jp2.kimgio +debian/tmp/usr/share/services/jpeg.kimgio +debian/tmp/usr/share/services/katepart.desktop +debian/tmp/usr/share/services/kbzip2filter.desktop +debian/tmp/usr/share/services/kcertpart.desktop +debian/tmp/usr/share/services/kded/kcookiejar.desktop +debian/tmp/usr/share/services/kded/kdeprintd.desktop +debian/tmp/usr/share/services/kded/kdetrayproxy.desktop +debian/tmp/usr/share/services/kded/kpasswdserver.desktop +debian/tmp/usr/share/services/kded/kssld.desktop +debian/tmp/usr/share/services/kded/kwalletd.desktop +debian/tmp/usr/share/services/kded/proxyscout.desktop +debian/tmp/usr/share/services/kgzipfilter.desktop +debian/tmp/usr/share/services/khtml.desktop +debian/tmp/usr/share/services/khtmlimage.desktop +debian/tmp/usr/share/services/kio_uiserver.desktop +debian/tmp/usr/share/services/kjavaappletviewer.desktop +debian/tmp/usr/share/services/kmailservice.protocol +debian/tmp/usr/share/services/kmultipart.desktop +debian/tmp/usr/share/services/knotify.desktop +debian/tmp/usr/share/services/kresources/kabc/dir.desktop +debian/tmp/usr/share/services/kresources/kabc/file.desktop +debian/tmp/usr/share/services/kresources/kabc/ldapkio.desktop +debian/tmp/usr/share/services/kresources/kabc_manager.desktop + +debian/tmp/usr/share/services/kspell_aspell.desktop +debian/tmp/usr/share/services/kspell_hspell.desktop +debian/tmp/usr/share/services/kspell_ispell.desktop +debian/tmp/usr/share/services/ktexteditor_docwordcompletion.desktop +debian/tmp/usr/share/services/ktexteditor_insertfile.desktop +debian/tmp/usr/share/services/ktexteditor_isearch.desktop +debian/tmp/usr/share/services/ktexteditor_kdatatool.desktop +debian/tmp/usr/share/services/metainfo.protocol +debian/tmp/usr/share/services/mms.protocol +debian/tmp/usr/share/services/mmst.protocol +debian/tmp/usr/share/services/mmsu.protocol +debian/tmp/usr/share/services/mng.kimgio +debian/tmp/usr/share/services/pbm.kimgio +debian/tmp/usr/share/services/pcx.kimgio +debian/tmp/usr/share/services/pgm.kimgio +debian/tmp/usr/share/services/png.kimgio +debian/tmp/usr/share/services/pnm.protocol +debian/tmp/usr/share/services/ppm.kimgio +debian/tmp/usr/share/services/psd.kimgio +debian/tmp/usr/share/services/rgb.kimgio +debian/tmp/usr/share/services/rlogin.protocol +debian/tmp/usr/share/services/rtsp.protocol +debian/tmp/usr/share/services/rtspt.protocol +debian/tmp/usr/share/services/rtspu.protocol +debian/tmp/usr/share/services/shellscript.desktop +debian/tmp/usr/share/services/ssh.protocol +debian/tmp/usr/share/services/telnet.protocol +debian/tmp/usr/share/services/tga.kimgio +debian/tmp/usr/share/services/tiff.kimgio +debian/tmp/usr/share/services/webdav.protocol +debian/tmp/usr/share/services/webdavs.protocol +debian/tmp/usr/share/services/xbm.kimgio +debian/tmp/usr/share/services/xcf.kimgio +debian/tmp/usr/share/services/xpm.kimgio +debian/tmp/usr/share/services/xv.kimgio +debian/tmp/usr/share/servicetypes/application.desktop +debian/tmp/usr/share/servicetypes/browserview.desktop +debian/tmp/usr/share/servicetypes/dcopinstantmessenger.desktop +debian/tmp/usr/share/servicetypes/dcoptexttospeech.desktop +debian/tmp/usr/share/servicetypes/kbytesedit.desktop +debian/tmp/usr/share/servicetypes/kcmodule.desktop +debian/tmp/usr/share/servicetypes/kcomprfilter.desktop +debian/tmp/usr/share/servicetypes/kdatatool.desktop +debian/tmp/usr/share/servicetypes/kdedmodule.desktop +debian/tmp/usr/share/servicetypes/kfileplugin.desktop +debian/tmp/usr/share/servicetypes/kmediaplayer.desktop +debian/tmp/usr/share/servicetypes/kmediaplayerengine.desktop +debian/tmp/usr/share/servicetypes/kpart.desktop +debian/tmp/usr/share/servicetypes/kplugininfo.desktop +debian/tmp/usr/share/servicetypes/kpropsdlgplugin.desktop +debian/tmp/usr/share/servicetypes/kregexpeditor.desktop +debian/tmp/usr/share/servicetypes/kresources_manager.desktop +debian/tmp/usr/share/servicetypes/kresources_plugin.desktop +debian/tmp/usr/share/servicetypes/krop.desktop +debian/tmp/usr/share/servicetypes/krwp.desktop +debian/tmp/usr/share/servicetypes/kscan.desktop +debian/tmp/usr/share/servicetypes/kspellclient.desktop +debian/tmp/usr/share/servicetypes/ktexteditor.desktop +debian/tmp/usr/share/servicetypes/ktexteditoreditor.desktop +debian/tmp/usr/share/servicetypes/ktexteditorplugin.desktop +debian/tmp/usr/share/servicetypes/kurifilterplugin.desktop +debian/tmp/usr/share/servicetypes/renamedlgplugin.desktop +debian/tmp/usr/share/servicetypes/scriptinterface.desktop +debian/tmp/usr/share/mimelnk/application/x-nzb.desktop --- kdelibs-3.5.10.dfsg.1.orig/debian/kdelibs4c2a.install +++ kdelibs-3.5.10.dfsg.1/debian/kdelibs4c2a.install @@ -0,0 +1,293 @@ +debian/tmp/etc/kde3/khotnewstuffrc +debian/tmp/usr/bin/cupsdconf +debian/tmp/usr/bin/cupsdoprint +debian/tmp/usr/bin/dcop +debian/tmp/usr/bin/dcopclient +debian/tmp/usr/bin/dcopfind +debian/tmp/usr/bin/dcopobject +debian/tmp/usr/bin/dcopquit +debian/tmp/usr/bin/dcopref +debian/tmp/usr/bin/dcopserver +debian/tmp/usr/bin/dcopserver_shutdown +debian/tmp/usr/bin/dcopstart +debian/tmp/usr/bin/filesharelist +debian/tmp/usr/bin/fileshareset +debian/tmp/usr/bin/imagetops +debian/tmp/usr/bin/kab2kabc +debian/tmp/usr/bin/kaddprinterwizard +debian/tmp/usr/bin/kbuildsycoca +debian/tmp/usr/bin/kcmshell +debian/tmp/usr/bin/kconf_update +debian/tmp/usr/bin/kcookiejar +debian/tmp/usr/bin/kde-config +debian/tmp/usr/bin/kded +debian/tmp/usr/bin/kdeinit +debian/tmp/usr/bin/kdeinit_shutdown +debian/tmp/usr/bin/kdeinit_wrapper +debian/tmp/usr/bin/kde-menu +debian/tmp/usr/bin/kdesu_stub +debian/tmp/usr/bin/kdontchangethehostname +debian/tmp/usr/bin/kdostartupconfig +debian/tmp/usr/bin/kfile +debian/tmp/usr/bin/kfmexec +debian/tmp/usr/bin/kgrantpty +debian/tmp/usr/bin/khotnewstuff +debian/tmp/usr/bin/kinstalltheme +debian/tmp/usr/bin/kioexec +debian/tmp/usr/bin/kio_http_cache_cleaner +debian/tmp/usr/bin/kioslave +debian/tmp/usr/bin/kio_uiserver +debian/tmp/usr/bin/klauncher +debian/tmp/usr/bin/kmailservice +debian/tmp/usr/bin/kpac_dhcp_helper +debian/tmp/usr/bin/ksendbugmail +debian/tmp/usr/bin/kshell +debian/tmp/usr/bin/kstartupconfig +debian/tmp/usr/bin/ktelnetservice +debian/tmp/usr/bin/ktradertest +debian/tmp/usr/bin/kwrapper +debian/tmp/usr/bin/lnusertemp +debian/tmp/usr/bin/make_driver_db_cups +debian/tmp/usr/bin/make_driver_db_lpr +debian/tmp/usr/bin/meinproc +debian/tmp/usr/bin/start_kdeinit +debian/tmp/usr/bin/start_kdeinit_wrapper +debian/tmp/usr/lib/kde3/cupsdconf.la +debian/tmp/usr/lib/kde3/cupsdconf.so +debian/tmp/usr/lib/kde3/dcopserver.la +debian/tmp/usr/lib/kde3/dcopserver.so +debian/tmp/usr/lib/kde3/kabc_dir.la +debian/tmp/usr/lib/kde3/kabc_dir.so +debian/tmp/usr/lib/kde3/kabc_file.la +debian/tmp/usr/lib/kde3/kabc_file.so +debian/tmp/usr/lib/kde3/kabcformat_binary.la +debian/tmp/usr/lib/kde3/kabcformat_binary.so +debian/tmp/usr/lib/kde3/kabc_ldapkio.la +debian/tmp/usr/lib/kde3/kabc_ldapkio.so + +debian/tmp/usr/lib/kde3/kaddprinterwizard.la +debian/tmp/usr/lib/kde3/kaddprinterwizard.so +debian/tmp/usr/lib/kde3/kbuildsycoca.la +debian/tmp/usr/lib/kde3/kbuildsycoca.so +debian/tmp/usr/lib/kde3/kbzip2filter.la +debian/tmp/usr/lib/kde3/kbzip2filter.so +debian/tmp/usr/lib/kde3/kcm_kresources.la +debian/tmp/usr/lib/kde3/kcm_kresources.so +debian/tmp/usr/lib/kde3/kcmshell.la +debian/tmp/usr/lib/kde3/kcmshell.so +debian/tmp/usr/lib/kde3/kconf_update.la +debian/tmp/usr/lib/kde3/kconf_update.so +debian/tmp/usr/lib/kde3/kcookiejar.la +debian/tmp/usr/lib/kde3/kcookiejar.so +debian/tmp/usr/lib/kde3/kded_kcookiejar.la +debian/tmp/usr/lib/kde3/kded_kcookiejar.so +debian/tmp/usr/lib/kde3/kded_kdeprintd.la +debian/tmp/usr/lib/kde3/kded_kdeprintd.so +debian/tmp/usr/lib/kde3/kded_kdetrayproxy.la +debian/tmp/usr/lib/kde3/kded_kdetrayproxy.so +debian/tmp/usr/lib/kde3/kded_kpasswdserver.la +debian/tmp/usr/lib/kde3/kded_kpasswdserver.so +debian/tmp/usr/lib/kde3/kded_kssld.la +debian/tmp/usr/lib/kde3/kded_kssld.so +debian/tmp/usr/lib/kde3/kded_kwalletd.la +debian/tmp/usr/lib/kde3/kded_kwalletd.so +debian/tmp/usr/lib/kde3/kded.la +debian/tmp/usr/lib/kde3/kded_proxyscout.la +debian/tmp/usr/lib/kde3/kded_proxyscout.so +debian/tmp/usr/lib/kde3/kded.so +debian/tmp/usr/lib/kde3/kdeprint_cups.la +debian/tmp/usr/lib/kde3/kdeprint_cups.so +debian/tmp/usr/lib/kde3/kdeprint_ext.la +debian/tmp/usr/lib/kde3/kdeprint_ext.so +debian/tmp/usr/lib/kde3/kdeprint_lpdunix.la +debian/tmp/usr/lib/kde3/kdeprint_lpdunix.so +debian/tmp/usr/lib/kde3/kdeprint_lpr.la +debian/tmp/usr/lib/kde3/kdeprint_lpr.so +debian/tmp/usr/lib/kde3/kdeprint_rlpr.la +debian/tmp/usr/lib/kde3/kdeprint_rlpr.so +debian/tmp/usr/lib/kde3/kdeprint_tool_escputil.la +debian/tmp/usr/lib/kde3/kdeprint_tool_escputil.so +debian/tmp/usr/lib/kde3/kgzipfilter.la +debian/tmp/usr/lib/kde3/kgzipfilter.so +debian/tmp/usr/lib/kde3/khtmlimagepart.la +debian/tmp/usr/lib/kde3/khtmlimagepart.so +debian/tmp/usr/lib/kde3/kimg_dds.la +debian/tmp/usr/lib/kde3/kimg_dds.so +debian/tmp/usr/lib/kde3/kimg_eps.la +debian/tmp/usr/lib/kde3/kimg_eps.so +debian/tmp/usr/lib/kde3/kimg_exr.la +debian/tmp/usr/lib/kde3/kimg_exr.so +debian/tmp/usr/lib/kde3/kimg_hdr.la +debian/tmp/usr/lib/kde3/kimg_hdr.so +debian/tmp/usr/lib/kde3/kimg_ico.la +debian/tmp/usr/lib/kde3/kimg_ico.so +debian/tmp/usr/lib/kde3/kimg_jp2.la +debian/tmp/usr/lib/kde3/kimg_jp2.so +debian/tmp/usr/lib/kde3/kimg_pcx.la +debian/tmp/usr/lib/kde3/kimg_pcx.so +debian/tmp/usr/lib/kde3/kimg_psd.la +debian/tmp/usr/lib/kde3/kimg_psd.so +debian/tmp/usr/lib/kde3/kimg_rgb.la +debian/tmp/usr/lib/kde3/kimg_rgb.so +debian/tmp/usr/lib/kde3/kimg_tga.la +debian/tmp/usr/lib/kde3/kimg_tga.so +debian/tmp/usr/lib/kde3/kimg_tiff.la +debian/tmp/usr/lib/kde3/kimg_tiff.so +debian/tmp/usr/lib/kde3/kimg_xcf.la +debian/tmp/usr/lib/kde3/kimg_xcf.so +debian/tmp/usr/lib/kde3/kimg_xview.la +debian/tmp/usr/lib/kde3/kimg_xview.so +debian/tmp/usr/lib/kde3/kio_file.la +debian/tmp/usr/lib/kde3/kio_file.so +debian/tmp/usr/lib/kde3/kio_ftp.la +debian/tmp/usr/lib/kde3/kio_ftp.so +debian/tmp/usr/lib/kde3/kio_ghelp.la +debian/tmp/usr/lib/kde3/kio_ghelp.so +debian/tmp/usr/lib/kde3/kio_help.la +debian/tmp/usr/lib/kde3/kio_help.so +debian/tmp/usr/lib/kde3/kio_http_cache_cleaner.la +debian/tmp/usr/lib/kde3/kio_http_cache_cleaner.so +debian/tmp/usr/lib/kde3/kio_http.la +debian/tmp/usr/lib/kde3/kio_http.so +debian/tmp/usr/lib/kde3/kio_metainfo.la +debian/tmp/usr/lib/kde3/kio_metainfo.so +debian/tmp/usr/lib/kde3/kio_uiserver.la +debian/tmp/usr/lib/kde3/kio_uiserver.so +debian/tmp/usr/lib/kde3/kjavaappletviewer.la +debian/tmp/usr/lib/kde3/kjavaappletviewer.so +debian/tmp/usr/lib/kde3/klauncher.la +debian/tmp/usr/lib/kde3/klauncher.so +debian/tmp/usr/lib/kde3/knotify.la +debian/tmp/usr/lib/kde3/knotify.so +debian/tmp/usr/lib/kde3/kspell_aspell.la +debian/tmp/usr/lib/kde3/kspell_aspell.so +debian/tmp/usr/lib/kde3/kspell_hspell.la +debian/tmp/usr/lib/kde3/kspell_hspell.so +debian/tmp/usr/lib/kde3/kspell_ispell.la +debian/tmp/usr/lib/kde3/kspell_ispell.so +debian/tmp/usr/lib/kde3/kstyle_highcontrast_config.la +debian/tmp/usr/lib/kde3/kstyle_highcontrast_config.so +debian/tmp/usr/lib/kde3/kstyle_plastik_config.la +debian/tmp/usr/lib/kde3/kstyle_plastik_config.so +debian/tmp/usr/lib/kde3/ktexteditor_docwordcompletion.la +debian/tmp/usr/lib/kde3/ktexteditor_docwordcompletion.so +debian/tmp/usr/lib/kde3/ktexteditor_insertfile.la +debian/tmp/usr/lib/kde3/ktexteditor_insertfile.so +debian/tmp/usr/lib/kde3/ktexteditor_isearch.la +debian/tmp/usr/lib/kde3/ktexteditor_isearch.so +debian/tmp/usr/lib/kde3/ktexteditor_kdatatool.la +debian/tmp/usr/lib/kde3/ktexteditor_kdatatool.so +debian/tmp/usr/lib/kde3/libkatepart.la +debian/tmp/usr/lib/kde3/libkatepart.so +debian/tmp/usr/lib/kde3/libkcertpart.la +debian/tmp/usr/lib/kde3/libkcertpart.so +debian/tmp/usr/lib/kde3/libkdeprint_management_module.la +debian/tmp/usr/lib/kde3/libkdeprint_management_module.so +debian/tmp/usr/lib/kde3/libkhtmlpart.la +debian/tmp/usr/lib/kde3/libkhtmlpart.so +debian/tmp/usr/lib/kde3/libkmultipart.la +debian/tmp/usr/lib/kde3/libkmultipart.so +debian/tmp/usr/lib/kde3/libshellscript.la +debian/tmp/usr/lib/kde3/libshellscript.so +debian/tmp/usr/lib/kde3/plugins/designer/kdewidgets.la +debian/tmp/usr/lib/kde3/plugins/designer/kdewidgets.so +debian/tmp/usr/lib/kde3/plugins/styles/highcolor.la +debian/tmp/usr/lib/kde3/plugins/styles/highcolor.so +debian/tmp/usr/lib/kde3/plugins/styles/highcontrast.la +debian/tmp/usr/lib/kde3/plugins/styles/highcontrast.so +debian/tmp/usr/lib/kde3/plugins/styles/keramik.la +debian/tmp/usr/lib/kde3/plugins/styles/keramik.so +debian/tmp/usr/lib/kde3/plugins/styles/kthemestyle.la +debian/tmp/usr/lib/kde3/plugins/styles/kthemestyle.so +debian/tmp/usr/lib/kde3/plugins/styles/light.la +debian/tmp/usr/lib/kde3/plugins/styles/light.so +debian/tmp/usr/lib/kde3/plugins/styles/plastik.la +debian/tmp/usr/lib/kde3/plugins/styles/plastik.so +debian/tmp/usr/lib/libDCOP.so.4 +debian/tmp/usr/lib/libDCOP.so.4.2.0 +debian/tmp/usr/lib/libkabc_dir.so.1 +debian/tmp/usr/lib/libkabc_dir.so.1.0.0 +debian/tmp/usr/lib/libkabc_file.so.1 +debian/tmp/usr/lib/libkabc_file.so.1.0.0 +debian/tmp/usr/lib/libkabc_ldapkio.so.1 +debian/tmp/usr/lib/libkabc_ldapkio.so.1.0.0 + +debian/tmp/usr/lib/libkabc.so.1 +debian/tmp/usr/lib/libkabc.so.1.2.0 +debian/tmp/usr/lib/libkatepartinterfaces.so.0 +debian/tmp/usr/lib/libkatepartinterfaces.so.0.0.0 +debian/tmp/usr/lib/libkdecore.so.4 +debian/tmp/usr/lib/libkdecore.so.4.2.0 +debian/tmp/usr/lib/libkdefakes.so.4 +debian/tmp/usr/lib/libkdefakes.so.4.2.0 +debian/tmp/usr/lib/libkdefx.so.4 +debian/tmp/usr/lib/libkdefx.so.4.2.0 +debian/tmp/usr/lib/libkdeinit_cupsdconf.so +debian/tmp/usr/lib/libkdeinit_dcopserver.so +debian/tmp/usr/lib/libkdeinit_kaddprinterwizard.so +debian/tmp/usr/lib/libkdeinit_kbuildsycoca.so +debian/tmp/usr/lib/libkdeinit_kcmshell.so +debian/tmp/usr/lib/libkdeinit_kconf_update.so +debian/tmp/usr/lib/libkdeinit_kcookiejar.so +debian/tmp/usr/lib/libkdeinit_kded.so +debian/tmp/usr/lib/libkdeinit_kio_http_cache_cleaner.so +debian/tmp/usr/lib/libkdeinit_kio_uiserver.so +debian/tmp/usr/lib/libkdeinit_klauncher.so +debian/tmp/usr/lib/libkdeprint_management.so.4 +debian/tmp/usr/lib/libkdeprint_management.so.4.2.0 +debian/tmp/usr/lib/libkdeprint.so.4 +debian/tmp/usr/lib/libkdeprint.so.4.2.0 +debian/tmp/usr/lib/libkdesasl.so.1 +debian/tmp/usr/lib/libkdesasl.so.1.2.0 +debian/tmp/usr/lib/libkdesu.so.4 +debian/tmp/usr/lib/libkdesu.so.4.2.0 +debian/tmp/usr/lib/libkdeui.so.4 +debian/tmp/usr/lib/libkdeui.so.4.2.0 +debian/tmp/usr/lib/libkdnssd.so.1 +debian/tmp/usr/lib/libkdnssd.so.1.0.0 +debian/tmp/usr/lib/libkhtml.so.4 +debian/tmp/usr/lib/libkhtml.so.4.2.0 +debian/tmp/usr/lib/libkimproxy.so.0 +debian/tmp/usr/lib/libkimproxy.so.0.0.0 +debian/tmp/usr/lib/libkio.so.4 +debian/tmp/usr/lib/libkio.so.4.2.0 +debian/tmp/usr/lib/libkjava.so.1 +debian/tmp/usr/lib/libkjava.so.1.0.0 +debian/tmp/usr/lib/libkjs.so.1 +debian/tmp/usr/lib/libkjs.so.1.2.0 +debian/tmp/usr/lib/libkmdi2.so.1 +debian/tmp/usr/lib/libkmdi2.so.1.0.0 +debian/tmp/usr/lib/libkmdi.so.1 +debian/tmp/usr/lib/libkmdi.so.1.0.0 +debian/tmp/usr/lib/libkmediaplayer.so.0 +debian/tmp/usr/lib/libkmediaplayer.so.0.0.0 +debian/tmp/usr/lib/libkmid.so.0 +debian/tmp/usr/lib/libkmid.so.0.0.95 +debian/tmp/usr/lib/libknewstuff.so.1 +debian/tmp/usr/lib/libknewstuff.so.1.0.0 +debian/tmp/usr/lib/libkntlm.so.0 +debian/tmp/usr/lib/libkntlm.so.0.0.0 +debian/tmp/usr/lib/libkparts.so.2 +debian/tmp/usr/lib/libkparts.so.2.1.0 +debian/tmp/usr/lib/libkresources.so.1 +debian/tmp/usr/lib/libkresources.so.1.2.0 +debian/tmp/usr/lib/libkscreensaver.so.4 +debian/tmp/usr/lib/libkscreensaver.so.4.2.0 +debian/tmp/usr/lib/libkscript.so.0 +debian/tmp/usr/lib/libkscript.so.0.0.0 +debian/tmp/usr/lib/libkspell2.so.1 +debian/tmp/usr/lib/libkspell2.so.1.0.0 +debian/tmp/usr/lib/libkspell.so.4 +debian/tmp/usr/lib/libkspell.so.4.2.0 +debian/tmp/usr/lib/libktexteditor.so.0 +debian/tmp/usr/lib/libktexteditor.so.0.0.0 +debian/tmp/usr/lib/libkunittest.so.1 +debian/tmp/usr/lib/libkunittest.so.1.0.0 +debian/tmp/usr/lib/libkutils.so.1 +debian/tmp/usr/lib/libkutils.so.1.2.0 +debian/tmp/usr/lib/libkwalletbackend.so.1 +debian/tmp/usr/lib/libkwalletbackend.so.1.0.0 +debian/tmp/usr/lib/libkwalletclient.so.1 +debian/tmp/usr/lib/libkwalletclient.so.1.0.1 +debian/tmp/usr/lib/libvcard.so.0 +debian/tmp/usr/lib/libvcard.so.0.0.0 --- kdelibs-3.5.10.dfsg.1.orig/debian/kdelibs-data.preinst +++ kdelibs-3.5.10.dfsg.1/debian/kdelibs-data.preinst @@ -0,0 +1,35 @@ +#!/bin/sh -e + +FILE="/etc/xdg/menus/applications.menu" +MD5SUM332="3750f06e08cfd048952f4cd82b97652c" +MD5SUM340="ea26be9e934fb23c04b0b1409706bace" + +case "$1" in + + upgrade) + rm -f /etc/kde3/colors/40\ Colors + rm -f /etc/kde3/colors/Royal + rm -f /etc/kde3/colors/Web + rm -f /etc/kde3/ktexteditor_autobookmarkerrc + [ -f "$FILE" ] || exit 0 + MD5SUMOLD=`md5sum $FILE | awk '{print $1}'` + if dpkg --compare-versions "$2" lt "4:3.4.0-0pre5"; then + if [ "$MD5SUM332" = "$MD5SUMOLD" ] || [ "$MD5SUM340" = "$MD5SUMOLD" ]; then + rm -f "$FILE" + fi + fi + ;; + + install|abort-upgrade) + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 1 + ;; + +esac + +#DEBHELPER# + +exit 0 --- kdelibs-3.5.10.dfsg.1.orig/debian/kdelibs4c2a.links +++ kdelibs-3.5.10.dfsg.1/debian/kdelibs4c2a.links @@ -0,0 +1,5 @@ +usr/share/man/man1/fileshareset.1.gz usr/share/man/man1/filesharelist.1.gz +usr/share/man/man1/kshell.1.gz usr/share/man/man1/kdeinit_wrapper.1.gz +usr/share/man/man1/kstartupconfig.1.gz usr/share/man/man1/kdostartupconfig.1.gz +usr/share/man/man1/kioexec.1.gz usr/share/man/man1/kfmexec.1.gz +usr/share/man/man1/kshell.1.gz usr/share/man/man1/kwrapper.1.gz --- kdelibs-3.5.10.dfsg.1.orig/debian/kdelibs4c2a.lintian +++ kdelibs-3.5.10.dfsg.1/debian/kdelibs4c2a.lintian @@ -0,0 +1,18 @@ +kdelibs4c2a: setuid-binary usr/bin/fileshareset 4755 root/root +kdelibs4c2a: setuid-binary usr/bin/kgrantpty 4755 root/root +kdelibs4c2a: setuid-binary usr/bin/kpac_dhcp_helper 4755 root/root +kdelibs4c2a: setuid-binary usr/bin/start_kdeinit 4755 root/root +kdelibs4c2a: shlib-missing-in-control-file libkdeinit_kaddprinterwizard.so for usr/lib/libkdeinit_kaddprinterwizard.so +kdelibs4c2a: shlib-missing-in-control-file libkdeinit_klauncher.so for usr/lib/libkdeinit_klauncher.so +kdelibs4c2a: shlib-missing-in-control-file libkdeinit_kio_uiserver.so for usr/lib/libkdeinit_kio_uiserver.so +kdelibs4c2a: shlib-missing-in-control-file libkdeinit_kio_http_cache_cleaner.so for usr/lib/libkdeinit_kio_http_cache_cleaner.so +kdelibs4c2a: shlib-missing-in-control-file libkdeinit_kded.so for usr/lib/libkdeinit_kded.so +kdelibs4c2a: shlib-missing-in-control-file libkdeinit_kcookiejar.so for usr/lib/libkdeinit_kcookiejar.so +kdelibs4c2a: shlib-missing-in-control-file libkdeinit_dcopserver.so for usr/lib/libkdeinit_dcopserver.so +kdelibs4c2a: shlib-missing-in-control-file libkdeinit_kbuildsycoca.so for usr/lib/libkdeinit_kbuildsycoca.so +kdelibs4c2a: shlib-missing-in-control-file libkdeinit_kconf_update.so for usr/lib/libkdeinit_kconf_update.so +kdelibs4c2a: shlib-missing-in-control-file libkdeinit_cupsdconf.so for usr/lib/libkdeinit_cupsdconf.so +kdelibs4c2a: shlib-missing-in-control-file libkdeinit_kcmshell.so for usr/lib/libkdeinit_kcmshell.so +kdelibs4c2a: package-name-doesnt-match-sonames libDCOP4 libartskde1 libkabc1 libkabc-dir1 libkabc-file1 libkabc-ldapkio1 libkatepartinterfaces0 libkdecore4 libkdefakes4 libkdefx4 libkdeinit-cupsdconf libkdeinit-dcopserver libkdeinit-kaddprinterwizard libkdeinit-kbuildsycoca libkdeinit-kcmshell libkdeinit-kconf-update libkdeinit-kcookiejar libkdeinit-kded libkdeinit-kio-http-cache-cleaner libkdeinit-kio-uiserver libkdeinit-klauncher libkdeprint4 libkdeprint-management4 libkdesasl1 libkdesu4 libkdeui4 libkdnssd1 libkhtml4 libkimproxy0 libkio4 libkjava1 libkjs1 libkmdi1 libkmdi2-1 libkmediaplayer0 libkmid0 libknewstuff1 libkntlm0 libkparts2 libkresources1 libkscreensaver4 libkscript0 libkspell4 libkspell2-1 libktexteditor0 libkunittest1 libkutils1 libkwalletbackend1 libkwalletclient1 libvcard0 + + --- kdelibs-3.5.10.dfsg.1.orig/debian/copyright +++ kdelibs-3.5.10.dfsg.1/debian/copyright @@ -0,0 +1,43 @@ +This package was debianized by Christopher L Cheney on +Tue, 16 Apr 2002 22:00:00 -0500. + +It was downloaded from: http://www.kde.org/download + +Upstream Authors: Kalle Dalheimer and many others. +Copyright: +Unless something else is mentioned, copyright is +© 1996-2008, The K Desktop Enviroment project http://www.kde.org + +License: + +All programs are either under the BSD, GPL or LGPL licenses. On Debian +systems, the complete text of the BSD, GPL and LGPL licenses can be found +in the /usr/share/common-licenses/BSD, /usr/share/common-licenses/GPL and +/usr/share/common-licenses/LGPL files. + +libartskde, interfaces, kabc, kate, kcert, kconf_update, kdecore, kded, kdefx, +kdeprint, kdesu, kdeui, kdewidgets, khtml, kimgio, kinit, kio, kioslave, kjs, +kparts, ksmartcard, kspell, kstyles, libkmid, libkscreensaver +------------------------------------------------------------------------------ +LGPL + +knotify, artsmessage, kab +------------------------- +GPL + +dcop +---- +BSD + +-------------------- + +DocBook Documentation: + + Permission is granted to copy, distribute and/or modify this + document under the terms of the GNU Free Documentation License, + Version 1.1 or any later version published by the Free Software + Foundation; with no Invariant Sections, with no Front-Cover Texts, + and with no Back-Cover Texts. + + A copy of the GNU Free Documentation License (Version 1.2) is + located in /usr/share/common-licenses/GFDL-1.2 --- kdelibs-3.5.10.dfsg.1.orig/debian/control +++ kdelibs-3.5.10.dfsg.1/debian/control @@ -0,0 +1,110 @@ +Source: kdelibs +Section: libs +Priority: optional +Maintainer: Kubuntu Developers +XSBC-Original-Maintainer: Debian Qt/KDE Maintainers +Uploaders: Ana Beatriz Guerrero Lopez , Armin Berres , Fathi Boudra , Modestas Vainius , Pino Toscano , Raúl Sánchez Siles , Sune Vuorela +Build-Depends: cdbs (>= 0.4.41ubuntu2), debhelper (>= 6), autotools-dev, + binutils (>= 2.14.90.0.7), docbook-to-man, gawk, gettext, + libart-2.0-dev (>= 2.3.17), libacl1-dev, + libattr1-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], + libaspell-dev, hspell, libbz2-dev, libcups2-dev, + libidn11-dev, libjasper-dev (>= 1.900.1), libkrb5-dev, libldap2-dev, + liblualib50-dev, libopenexr-dev (>= 1.2.2-4.1), libpcre3-dev, + libqt3-mt-dev (>= 3:3.3.7), libsasl2-dev, libssl-dev, + libtiff4-dev (>= 3.7.3), libavahi-client-dev (>= 0.4), + libavahi-qt3-dev (>= 0.4), libxml2-dev, libxml2-utils, libxslt1-dev, + sharutils, texinfo, + gettext-kde, kdesdk-scripts, lsb-release, base-files, sudo +Build-Depends-Indep: doxygen, qt3-doc, graphviz, gsfonts-x11 +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.debian.org/svn/pkg-kde/trunk/packages/kdelibs +Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/trunk/packages/kdelibs + +Package: kdelibs +Section: libs +Architecture: all +Depends: kdelibs4c2a (>= ${binary:Version}), kdelibs-data (>= ${source:Version}) +Description: core libraries from the official KDE release + KDE (the K Desktop Environment) is a powerful Open Source graphical + desktop environment for Unix workstations. It combines ease of use, + contemporary functionality, and outstanding graphical design with the + technological superiority of the Unix operating system. + . + This metapackage includes the core KDE libraries, binaries, and data, + needed by virtually all KDE applications. It does not include + development files. + +Package: kdelibs-data +Section: libs +Architecture: all +Depends: hicolor-icon-theme, kdelibs5-data +Conflicts: kdelibs4 +Replaces: kdeartwork-style (<< 4:3.4.0), konq-plugins (<< 4:3.4.0), + ksvg (<< 4:3.4.0), kpackage (<< 4:3.4.2), kicker (<< 4:3.5-rc1), + kttsd (<< 4:3.5-rc1), kdevelop3-data (<< 4:3.3.0), libdjvulibre1, + libdjvulibre15 (<< 3.5.16-2), krita (= 1:1.4.90.1-1), digikam (<< 0.8.1-3), + kaffeine (<< 0.8.1-3) +Description: core shared data for all KDE applications + This package contains all the architecture independent data files + commonly used by KDE applications. You need these data files to run + KDE applications. + . + This package is part of KDE, and a component of the KDE libraries module. + See the 'kde' and 'kdelibs' packages for more information. + +Package: kdelibs4c2a +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, kdelibs-data (>> ${KDE-Version3}), + kdelibs-data (<< ${KDE-Next-Version3}), perl, x11-xserver-utils, xauth, + launchpad-integration, sudo +Recommends: xdg-user-dirs +Suggests: perl-suid, ghostscript +Conflicts: kdelibs4, kdelibs4c2, kdelibs-bin (<< 4:3.3.3), kdelibs4-dev (<< 4:3.5.7.dfsg.1-6), kdebase-kio-plugins (<= 4:3.5.9.dfsg.1-1) +Replaces: kdelibs4, kdelibs4c2, kdeartwork-style (<< 4:3.4.0), + kcontrol (<< 4:3.4.0), kdelibs-bin (<< 4:3.5.3-1), + kdelibs4-dev (= 4:3.5.7.dfsg.1-5) +Description: core libraries and binaries for all KDE applications + This package contains all the shared libraries and common core binaries + used by all KDE applications. You need these libraries and binaries to + run KDE applications. + . + Several scripts included in kdebase-bin, related to the handling of SMB + and NFS shares, require the perl-suid package to work properly. + . + This package is part of KDE, and a component of the KDE libraries module. + See the 'kde' and 'kdelibs' packages for more information. + +Package: kdelibs4-dev +Section: libdevel +Architecture: any +Depends: kdelibs4c2a (= ${binary:Version}), libart-2.0-dev (>= 2.3.17), + ${libasound2-dev}, libacl1-dev, libattr1-dev, + libaspell-dev, libbz2-dev, libcups2-dev, + libidn11-dev, libjasper-dev (>= 1.900.1), libkrb5-dev, + libopenexr-dev (>= 1.2.2-4.1), libpcre3-dev, liblualib50-dev, + libqt3-mt-dev (>= 3:3.3.5), libsasl2-dev, libssl-dev, + libtiff4-dev (>= 3.7.3-1), libxml2-dev, libxml2-utils, libxslt1-dev, + libavahi-client-dev (>= 0.4), libavahi-qt3-dev (>= 0.4), gettext-kde, kdesdk-scripts +Provides: kdelibs-dev +Replaces: kdebase-dev (<< 4:3.4.0), kdelibs4c2a (<< 4:3.5.8-3ubuntu2) +Description: development files for the KDE core libraries + This package contains all the headers and other related files needed + to compile KDE applications, or develop applications which use the + core KDE libraries. + . + This package is part of KDE, and a component of the KDE libraries module. + See the 'kde' and 'kdelibs' packages for more information. + +Package: kdelibs-dbg +Section: libdevel +Architecture: any +Priority: extra +Conflicts: kdelibs4-dbg, kdelibs4c2-dbg, kdelibs4c2a-dbg +Replaces: kdelibs4-dbg, kdelibs4c2-dbg, kdelibs4c2a-dbg +Depends: kdelibs4c2a (= ${binary:Version}), qt-x11-free-dbg, libc6-dbg [amd64] +Description: debugging symbols for kdelibs + This package contains the debugging symbols associated with kdelibs. + They will automatically be used by gdb for debugging kdelibs-related + issues. --- kdelibs-3.5.10.dfsg.1.orig/debian/not-installed.list +++ kdelibs-3.5.10.dfsg.1/debian/not-installed.list @@ -0,0 +1,11 @@ +The following files are not installed in any binary package. +This is deliberate. + +/etc/xdg/menus/applications.menu + - we install a renamed copy of this file (kde-applications.menu) + to avoid conflicts with GNOME. See debian/rules. + +/usr/share/icons/hicolor/index.theme + - This is shipped as part of the hicolor-icon-theme package, + which GNOME and KDE depend on. Shipping this ourselves would + result in file conflicts. --- kdelibs-3.5.10.dfsg.1.orig/debian/compat +++ kdelibs-3.5.10.dfsg.1/debian/compat @@ -0,0 +1 @@ +5 --- kdelibs-3.5.10.dfsg.1.orig/debian/prune-nonfree +++ kdelibs-3.5.10.dfsg.1/debian/prune-nonfree @@ -0,0 +1,15 @@ +#!/bin/sh -e + +# Removes non-free files from the source tree. Must be done before +# creating the orig.tar.gz. + +TOPLEVEL="$1" + +if [ "$TOPLEVEL" = "" ]; then + echo "Please provide the toplevel directory as the argument." + exit 1 +else + rm -f $TOPLEVEL/kioslave/http/kcookiejar/rfc* +fi + +exit 0 --- kdelibs-3.5.10.dfsg.1.orig/debian/kdelibs4c2a.presubj +++ kdelibs-3.5.10.dfsg.1/debian/kdelibs4c2a.presubj @@ -0,0 +1,16 @@ +Reporting bugs for KDE packages +------------------------------- + +KDE does not support beeing upgraded while running. If you do so, you may +encounter weird bugs (empty menus or configuration dialogs e.g.), and even +crashes. + +If you recently upgraded kdelibs and/or kdebase packages, please consider: + * exiting your current KDE session. + * ensuring that no more KDE process is still running, especially the processes + named (list beeing non-limitative): dcopserver, kded, ksmserver... + * log in KDE again. + +Then try to reproduce you bug. If it's not reproducible, then please do not +report it. + --- kdelibs-3.5.10.dfsg.1.orig/debian/kdelibs4-dev.manpages +++ kdelibs-3.5.10.dfsg.1/debian/kdelibs4-dev.manpages @@ -0,0 +1,5 @@ +./debian/man/kconfig_compiler.1 +./debian/man/ksvgtopng.1 +./debian/man/kunittestmodrunner.1 +./debian/man/makekdewidgets.1 +./debian/man/preparetips.1 --- kdelibs-3.5.10.dfsg.1.orig/debian/KUBUNTU-DEBIAN-CHANGES +++ kdelibs-3.5.10.dfsg.1/debian/KUBUNTU-DEBIAN-CHANGES @@ -0,0 +1,24 @@ +make sure control and control.in are in sync + +--with-distribution="Kubuntu (`lsb_release --codename --short`) $(DEB_VERSION)" +binary-install/kdelibs-data installs aboutkde-kubuntu.png.uu and cr*-device-system.png.uu +don't build-dep on libgamin-dev, libfam-dev +stop kdelibs4-dev depending on gamin/fam +don't install .svgz icons in kdelibs-data.install +rosetta support in rules common-install-prehook-impl:: [and common-post-build-arch:: ?] and include debian/kubuntu-desktop-i18n/ +build-dep on: gettext-kde, kdesdk-scripts, lsb-release, base-files, sudo +cdbs build-dep 0.4.41ubuntu2 +kdelibs4-dev depends on gettext-kde, kdesdk-scripts +copy debian/icons over +Make kdelibs4c2a depend on launchpad-integration, sudo. Recommends on xdg-user-dirs +Remove 19_debianize_useragent.diff (changed to kubuntu_19_debianize_useragent.diff) s/Debian/Kubuntu +remove kdelibs4c2a depends on menu-xdg +include kubuntu_01_kdepot.diff and kde.pot in debian/patches/common +use a local copy of kde.mk without the common-install-prehook-impl:: rule; edit debian-qt-kde.mk to include debian/cdbs/kde.mk +build with --with-sudo-kdesu-backend and build-dep on sudo and make kdelibs4c2a depend on sudo +kdelibs-data.install : Add nzb mimetype +Make kdelibs4-dev replace more recent kdelibs4c2a for overlapping files +remove /usr/bin/preparetips from kdelibs4-dev package +Remove ksvgtopng from kdelibs4-dev (conflicts with kdebase-runtime) + +make sure control and control.in are in sync --- kdelibs-3.5.10.dfsg.1.orig/debian/kdelibs.presubj +++ kdelibs-3.5.10.dfsg.1/debian/kdelibs.presubj @@ -0,0 +1,16 @@ +Reporting bugs for KDE packages +------------------------------- + +KDE does not support beeing upgraded while running. If you do so, you may +encounter weird bugs (empty menus or configuration dialogs e.g.), and even +crashes. + +If you recently upgraded kdelibs and/or kdebase packages, please consider: + * exiting your current KDE session. + * ensuring that no more KDE process is still running, especially the processes + named (list beeing non-limitative): dcopserver, kded, ksmserver... + * log in KDE again. + +Then try to reproduce you bug. If it's not reproducible, then please do not +report it. + --- kdelibs-3.5.10.dfsg.1.orig/debian/rules +++ kdelibs-3.5.10.dfsg.1/debian/rules @@ -0,0 +1,85 @@ +#! /usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include debian/cdbs/debian-qt-kde.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk + +version=Debian Package $(DEB_VERSION) +DEB_OPT_FLAG += -DDEBIAN_VERSION=$(DEB_VERSION) + +DEB_CONFIGURE_EXTRA_FLAGS := \ + --enable-mitshm --with-alsa --enable-dnotify --enable-inotify \ + --with-lua-includes=/usr/include/lua50 \ + --with-distribution="Kubuntu (`lsb_release --codename --short`) $(DEB_VERSION)" --with-sudo-kdesu-backend \ + --without-arts + +DEB_FIXPERMS_EXCLUDE := \ + usr/bin/fileshareset \ + usr/bin/kgrantpty \ + usr/bin/kpac_dhcp_helper \ + usr/bin/start_kdeinit + +DEB_DH_STRIP_ARGS := --dbg-package=kdelibs-dbg + +DEB_DH_MAKESHLIBS_ARGS_kdelibs4c2a := -V'kdelibs4c2a (>= 4:3.5.9)' + +#shlibs_ver = 4:3.5.0-1 +#$(foreach p,$(PACKAGES_WITH_LIBS),$(eval DEB_DH_MAKESHLIBS_ARGS_$(p) := -V'$(p) (>= $(shlibs_ver))')) + +binary-install/kdelibs-data:: + install -p -D -m644 kded/applications.menu debian/kdelibs-data/etc/xdg/menus/kde-applications.menu + uudecode debian/icons/aboutkde-kubuntu.png.uu -o debian/kdelibs-data/usr/share/apps/kdeui/pics/aboutkde.png + + uudecode debian/icons/cr16-device-system.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/16x16/devices/system.png + uudecode debian/icons/cr22-device-system.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/22x22/devices/system.png + uudecode debian/icons/cr32-device-system.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/32x32/devices/system.png + uudecode debian/icons/cr48-device-system.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/48x48/devices/system.png + uudecode debian/icons/cr64-device-system.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/64x64/devices/system.png + uudecode debian/icons/cr128-device-system.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/128x128/devices/system.png +# uudecode debian/icons/crsc-device-system.svgz.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/scalable/devices/system.svgz + + uudecode debian/icons/cr16-action-hibernate.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/16x16/actions/hibernate.png + uudecode debian/icons/cr22-action-hibernate.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/22x22/actions/hibernate.png + uudecode debian/icons/cr32-action-hibernate.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/32x32/actions/hibernate.png + uudecode debian/icons/cr48-action-hibernate.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/48x48/actions/hibernate.png + + uudecode debian/icons/cr16-action-suspend.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/16x16/actions/suspend.png + uudecode debian/icons/cr22-action-suspend.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/22x22/actions/suspend.png + uudecode debian/icons/cr32-action-suspend.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/32x32/actions/suspend.png + uudecode debian/icons/cr48-action-suspend.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/48x48/actions/suspend.png + +### + +DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) + +binary-predeb/kdelibs4-dev:: +ifeq (linux,$(DEB_HOST_ARCH_OS)) + echo "libasound2-dev=libasound2-dev" >> debian/kdelibs4-dev.substvars +endif + +common-install-prehook-impl:: + mkdir -p po + -XGETTEXT=/usr/bin/kde-xgettext EXTRACTATTR=/usr/bin/extractattr sh $(DEB_SRCDIR)/admin/cvs.sh extract-messages + -for file in po/*pot; do \ + sed "s/charset=CHARSET/charset=UTF-8/" -i $$file; \ + done + + msgcat --use-first kde.pot po/kdelibs.pot > kdelibs.pot-merged + mv -f kdelibs.pot-merged po/kdelibs.pot + + # generate .po files for .desktop etc files + if [ -f debian/kubuntu-desktop-i18n/createdesktop.pl ]; then \ + sh debian/kubuntu-desktop-i18n/findfiles LIST; \ + cat LIST; \ + perl debian/kubuntu-desktop-i18n/createdesktop.pl --file-list=LIST --base-dir=. > desktop.$(DEB_SOURCE_PACKAGE).tmp; \ + msguniq --to-code=UTF-8 --no-wrap -o desktop.$(DEB_SOURCE_PACKAGE) desktop.$(DEB_SOURCE_PACKAGE).tmp 2>/dev/null; \ + python debian/kubuntu-desktop-i18n/msgsplit desktop.$(DEB_SOURCE_PACKAGE); \ + mv desktop.$(DEB_SOURCE_PACKAGE) po/desktop_$(DEB_SOURCE_PACKAGE).pot; \ + rm -f desktop.$(DEB_SOURCE_PACKAGE) desktop.$(DEB_SOURCE_PACKAGE).tmp; \ + # add translation domain to files \ + for file in `cat LIST`; do \ + echo X-Ubuntu-Gettext-Domain=desktop_$(DEB_SOURCE_PACKAGE) >> $${file}; \ + done; \ + rm -f LIST; \ + fi --- kdelibs-3.5.10.dfsg.1.orig/debian/changelog +++ kdelibs-3.5.10.dfsg.1/debian/changelog @@ -0,0 +1,4569 @@ +kdelibs (4:3.5.10.dfsg.1-2ubuntu2) karmic; urgency=low + + * Do not install usr/share/locale/all_languages and add depends on + kdelibs5-data, Closes LP: #374248 + + -- Jonathan Riddell Mon, 25 May 2009 11:27:40 +0100 + +kdelibs (4:3.5.10.dfsg.1-2ubuntu1) karmic; urgency=low + + * Merge with Debian, remaining changes in KUBUNTU-DEBIAN-CHANGES + * Don't add 64_use_sys_inotify.diff, we already have kubuntu_glibc_2.8_ftbfs.diff + + -- Jonathan Riddell Thu, 30 Apr 2009 12:49:44 +0000 + +kdelibs (4:3.5.10.dfsg.1-2) unstable; urgency=low + + * Add 64_use_sys_inotify.diff patch to fix ftbfs caused by linux/inotify. + (Closes: #519881) + + -- Debian Qt/KDE Maintainers Wed, 18 Mar 2009 16:59:36 +0100 + +kdelibs (4:3.5.10.dfsg.1-1ubuntu8) jaunty; urgency=low + + * Don't build with arts support (LP: #320915) + * Don't build apidox. We don't install them anyway + + -- Harald Sitter Sat, 24 Jan 2009 20:28:13 +0100 + +kdelibs (4:3.5.10.dfsg.1-1ubuntu7) jaunty; urgency=low + + * Don't install anything to usr/share/doc/kde/HTML, this path will now be + used by KDE 4 (drop all content in favor of KDE 4) (LP: #284915) + * Drop the package kdelibs4-doc completely. It contained API documentation + which is now obsolete, but still available via api.kde.org. + + -- Harald Sitter Sun, 18 Jan 2009 20:37:31 +0100 + +kdelibs (4:3.5.10.dfsg.1-1ubuntu6) jaunty; urgency=low + + * Add kubuntu_98_fix_khc_invocation.diff to invoke khelpcenter's exectuable + directly instead of trying to access it via DCOP or start it using it's + service file. Both are not available without KDE 3's kdebase (LP: #310135) + + -- Harald Sitter Sun, 18 Jan 2009 14:24:38 +0100 + +kdelibs (4:3.5.10.dfsg.1-1ubuntu5) jaunty; urgency=low + + * Add back 97_automake_cleanup.diff (as kubuntu_97_automake_cleanup.diff), + needed to make libkhtml link to libkjs + + -- Jonathan Riddell Wed, 10 Dec 2008 18:29:29 +0000 + +kdelibs (4:3.5.10.dfsg.1-1ubuntu4) jaunty; urgency=low + + * Added kubuntu_arm_ftbfs.diff (LP: #300873) + - Fixed ARM FTBFS by adding missing headers + + -- Michael Casadevall Fri, 21 Nov 2008 13:16:05 -0500 + +kdelibs (4:3.5.10.dfsg.1-1ubuntu3) jaunty; urgency=low + + * Fix build failure, due to missing header includes. + + -- Matthias Klose Thu, 20 Nov 2008 12:11:25 +0100 + +kdelibs (4:3.5.10.dfsg.1-1ubuntu2) jaunty; urgency=low + + * Added kubuntu_glibc_2.8_ftbfs.diff + - Corrected FTBFS due to inotify/glibc headers mismatch (LP: #299909) + * Updated kubuntu_51_launchpad_integration.diff + - Explicately added #include in khelpmenu.cpp to + resolve a FTBFS on armel + + -- Michael Casadevall Wed, 19 Nov 2008 16:34:30 -0500 + +kdelibs (4:3.5.10.dfsg.1-1ubuntu1) jaunty; urgency=low + + * Merge with Debian, remaining changes: + - --with-distribution="Kubuntu (`lsb_release --codename --short`) $(DEB_VERSION)" + - binary-install/kdelibs-data installs aboutkde-kubuntu.png.uu and cr*-device-system.png.uu + - don't build-dep on libgamin-dev, libfam-dev + - stop kdelibs4-dev depending on gamin/fam + - don't install .svgz icons in kdelibs-data.install + - rosetta support in rules common-install-prehook-impl:: [and common-post-build-arch:: ?] and include debian/kubuntu-desktop-i18n/ + - build-dep on: gettext-kde, kdesdk-scripts, lsb-release, base-files, sudo + - cdbs build-dep 0.4.41ubuntu2 + - kdelibs4-dev depends on gettext-kde, kdesdk-scripts + - copy debian/icons over + - Make kdelibs4c2a depend on launchpad-integration, sudo. Recommends on xdg-user-dirs + - Remove 19_debianize_useragent.diff (changed to kubuntu_19_debianize_useragent.diff) s/Debian/Kubuntu + - remove kdelibs4c2a depends on menu-xdg + - include kubuntu_01_kdepot.diff and kde.pot in debian/patches/common + - use a local copy of kde.mk without the common-install-prehook-impl:: rule; edit debian-qt-kde.mk to include debian/cdbs/kde.mk + - build with --with-sudo-kdesu-backend and build-dep on sudo and make kdelibs4c2a depend on sudo + - kdelibs-data.install : Add nzb mimetype + - Make kdelibs4-dev replace more recent kdelibs4c2a for overlapping files + - remove /usr/bin/preparetips from kdelibs4-dev package + - Remove ksvgtopng from kdelibs4-dev (conflicts with kdebase-runtime) + * Remove kubuntu_66_konsole_pty.diff, no longer needed + + -- Jonathan Riddell Thu, 06 Nov 2008 13:18:46 +0000 + +kdelibs (4:3.5.10.dfsg.1-1) unstable; urgency=low + + +++ Changes by Ana Beatriz Guerrero Lopez: + + * New upstream release. + - Most of the changes were already provided by the patches: + - 01_kdelibs_branch_r828883.diff + - 02_kate_regression_r777286.diff + - 03_start_kdeinit_integer_overflow.diff (provided for CVE-2008-1671) + - 05_kate_debianchangelog_default_context_r799980.diff + - 06_khtml_rendering_r786289.diff + that have been dropped now. + - New changes: + - Changes for showing KDE 3.5.10 instead of 3.5.9 in the KDE apps. + - Fix while saving sessions for multiple scripts. (KDE SVN r837226, + KDE bug 166598). + - Fix in kdeprint. (KDE SVN r848634) + - Avoid showing authentication-dialogue being put behind the application + window. (KDE SVN r849216, KDE bug 121803). + + +++ Changes by Raúl Sánchez Siles: + + * kdeprint: Wrong initscript name (cupsys instead of cups) (Closes: + #496110) + * Fixed 98_buildprep.patch so double compilation works. + * Fixed wrong http header parsing, added 61_httpheader_backport.diff + * Fixed wrong Google Maps rendering, added 62_fix_googlemaps_backport.diff + * Change dependencies from obsolete libcupsys2-dev to libcups2-dev. + * konqueror: Crash on eBay page (Closes: #502459) with recently added + 63_fixed-layout-table.diff + + -- Debian Qt/KDE Maintainers Sun, 26 Oct 2008 21:21:12 +0100 + +kdelibs (4:3.5.10-0ubuntu6) intrepid; urgency=low + + * Don't install launchpad.png icon, now in kdelibs5-data + + -- Jonathan Riddell Mon, 06 Oct 2008 15:39:39 +0100 + +kdelibs (4:3.5.10-0ubuntu5) intrepid; urgency=low + + * Re-enabled inotify by backporting amd64 fix for + inotify from kdelibs SVN + + -- Michael Casadevall Wed, 10 Sep 2008 18:57:38 -0400 + +kdelibs (4:3.5.10-0ubuntu4) intrepid; urgency=low + + * Corrected FTBFS on amd64 by disabling inotify, which is broken + due to a glibc/linux headers disagreement on flock. + + -- Michael Casadevall Tue, 09 Sep 2008 19:15:07 -0400 + +kdelibs (4:3.5.10-0ubuntu3) intrepid; urgency=low + + * Revert unintentional changes, caused in 4:3.5.10-0ubuntu2 by an unclean + source tree + + -- Harald Sitter Sat, 06 Sep 2008 20:55:24 +0200 + +kdelibs (4:3.5.10-0ubuntu2) intrepid; urgency=low + + * Remove ksvgtopng from kdelibs4-dev (conflicts with kdebase-runtime) + + -- Harald Sitter Fri, 05 Sep 2008 16:30:10 +0200 + +kdelibs (4:3.5.10-0ubuntu1) intrepid; urgency=low + + * Merge from Debian unstable (LP: #258458). Remaining Ubuntu changes: + + debian/control.in: + - modify libavahi-client-dev and libavahi-qt3-dev version to >= 0.6.23 in + Build-Depends and kdelibs4-dev Depends fields + - update Standards-Version to 3.8.0 + + remove /usr/bin/preparetips from kdelibs4-dev package + + fix substvar-source-version-is-deprecated lintian warning + + fix build-depends-on-essential-package-without-using-version lintian error + + all the other changes are listed in debian/KUBUNTU-DEBIAN-CHANGES. + * New upstream release. + * Drop 02_kate_regression_r777286, 01_kdelibs_branch_r828883, + 03_start_kdeinit_integer_overflow, 06_khtml_rendering_r786289 patches, + merged upstream. + * Update 05_kate_debianchangelog_default_context_r799980 patch. + + -- Devid Antonio Filoni Thu, 21 Aug 2008 17:06:18 +0200 + +kdelibs (4:3.5.9.dfsg.1-6) unstable; urgency=medium + + * Fix kdepart freeze with some replacements. (Closes: #482268) + Many thanks to Steve Cotton. + + -- Ana Beatriz Guerrero Lopez Tue, 08 Jul 2008 22:53:51 +0200 + +kdelibs (4:3.5.9.dfsg.1-5) unstable; urgency=low + + +++ Changes by Pino Toscano: + + * Add ghostscript Suggests to kdelibs4c2a, as kdeprint can print to PDF + using ps2pdf. (Closes: #411348) + + +++ Changes by Armin Berres: + + * Disable debug output of KMail by default. + + +++ Changes by Ana Beatriz Guerrero Lopez: + + * KDE_3_5_BRANCH update (up to r828883): + - Translation updates in desktop files. + - Update kate syntax highlighting files. (Closes:#482529) + - Some others small bugfixes. + * Update lintian overrides. + * Update copyright notice. + + -- Debian Qt/KDE Maintainers Mon, 07 Jul 2008 01:40:24 +0200 + +kdelibs (4:3.5.9.dfsg.1-4ubuntu6) intrepid; urgency=low + + * debian/control.in: modify libavahi-client-dev and libavahi-qt3-dev version + to >= 0.6.23 in Build-Depends and kdelibs4-dev Depends fields, the new + avahi fixes its shlibs. + + -- Devid Filoni Sun, 27 Jul 2008 22:08:07 +0200 + +kdelibs (4:3.5.9.dfsg.1-4ubuntu5) intrepid; urgency=low + + * debian/control.in: change libcupsys2-dev to libcups2-dev in Build-Depends + and kdelibs4-dev Depends fields. + * Fix substvar-source-version-is-deprecated lintian warning. + * Fix build-depends-on-essential-package-without-using-version lintian error. + * Update Standards-Version to 3.8.0. + + -- Devid Filoni Fri, 25 Jul 2008 22:24:43 +0200 + +kdelibs (4:3.5.9.dfsg.1-4ubuntu4) intrepid; urgency=low + + * Remove /usr/bin/preparetips from kdelibs4-dev package because it is already + in kdesdk-scripts package (and kdelibs4-dev depends on it). + + -- Devid Filoni Thu, 24 Jul 2008 20:47:22 +0200 + +kdelibs (4:3.5.9.dfsg.1-4ubuntu3) intrepid; urgency=low + + * Add missing file kde.pot + + -- Jonathan Riddell Fri, 09 May 2008 19:00:57 +0100 + +kdelibs (4:3.5.9.dfsg.1-4ubuntu2) intrepid; urgency=low + + * Add missing file kubuntu_01_kdepot.diff + + -- Jonathan Riddell Fri, 09 May 2008 16:11:07 +0100 + +kdelibs (4:3.5.9.dfsg.1-4ubuntu1) intrepid; urgency=low + + * Merge from debian unstable, remaining changes: + - updated copyright information in alocal.m4 + - updated maintainer/uploader information in debian/control + - bumped Standards-Version 3.7.3 in debian/control + - added Depends launchpad-integration for kdelibs4c2a in debian/control.in + - Kubuntu uses a newer version of automake in /debian/patches/common/update.sh + - --with-distribution="Kubuntu (`lsb_release --codename --short`) $(DEB_VERSION)" + - binary-install/kdelibs-data installs aboutkde-kubuntu.png.uu and cr*-device-system.png.uu + - don't build-dep on of libgamin-dev, libfam-dev + - stop kdelibs4-dev depending on gamin/fam + - don't install .svgz icons in kdelibs-data.install + - rosetta support in rules common-install-prehook-impl:: and common-post-build-arch:: and include debian/kubuntu-desktop-i18n/ + - build-dep on: gettext-kde, kdesdk-scripts, lsb-release, base-files, sudo + - cdbs build-dep 0.4.41ubuntu2 + - kdelibs4-dev depends on gettext-kde, kdesdk-scripts + - copy debian/icons over + - Make kdelibs4c2a depend on launchpad-integration, sudo. Recommends on xdg-user-dirs + - Remove 19_debianize_useragent.diff (changed to kubuntu_19_debianize_useragent.diff) s/Debian/Kubuntu + - remove kdelibs4c2a depends on menu-xdg + - include kubuntu_01_kdepot.diff and kde.pot in debian/patches/common + - use a local copy of kde.mk without the common-install-prehook-impl:: rule; edit debian-qt-kde.mk to include debian/cdbs/kde.mk + - build with --with-sudo-kdesu-backend and build-dep on sudo and make kdelibs4c2a depend on sudo + - kdelibs-data.install : Add nzb mimetype + - Make kdelibs4-dev replace more recent kdelibs4c2a for overlapping files + - Removed patches merged upstream: + kubuntu_52_xinerama.diff + kubuntu_98_kate_paste_cursor.diff + - remove 98_buildprep.diff + - change Debian's 19_debianize_useragent.diff to kubuntu_19_debianize_useragent.diff + + -- Richard Birnie Thu, 01 May 2008 01:57:54 +0100 + +kdelibs (4:3.5.9.dfsg.1-4) unstable; urgency=low + + * Add 03_start_kdeinit_integer_overflow.diff patch to fix a security + advisory: CVE-2008-1671 start_kdeinit multiple vulnerabilities. + (Closes: #478024) + * Add 05_kate_debianchangelog_default_context_r799980 patch to give a name + to the default context in kate debian changelog/control support. + Thanks to Pino Toscano. + * Add 06_khtml_rendering_r786289 patch to fix khtml crash when rendering some + pages. (Closes: #476896) + + -- Fathi Boudra Sun, 27 Apr 2008 17:26:36 +0200 + +kdelibs (4:3.5.9.dfsg.1-2) unstable; urgency=low + + +++ Changes by Modestas Vainius: + + * Add Conflicts against kdebase-kio-plugins (<= 4:3.5.9.dfsg.1-1) to + kdelibs4c2a package to avoid partitial upgrades. kio_fish.so shipped in + earlier versions of kdebase-kio-plugins is incompatible with + automake-cleaned kdelibs4c2a. + * Bump shlibs to 3.5.9 + + +++ Changes by Fathi Boudra: + + * Add 02_kate_regression_r777286 patch to fix wrong cusor position when + copy/paste multi-line test block. + + -- Debian Qt/KDE Maintainers Sun, 09 Mar 2008 12:41:03 +0200 + +kdelibs (4:3.5.9.dfsg.1-1) unstable; urgency=low + + * New upstream release. + + +++ Changes by Sune Vuorela: + + * Remove hspell from kdelibs4-dev dependencies. It is not needed (anymore?) + + +++ Changes by Fathi Boudra: + + * Remove patches merged upstream: + * 00_detect-autoconf.diff + * 01_qxembed-create-fix_branch_r757346.diff + * 50_handle_timestamps.diff + * 51_fix_http_regression.diff + * 52_kselectaction_fix_upstream.diff + * 56_fix_acid3_test_segfault.diff + + +++ Changes by Modestas Vainius: + + * Add automake clean up patches: + - 01_admin_cleanup.diff + - 97_automake_cleanup.diff + * Drop PACKAGES_WITH_LIBS from debian/rules. It's no longer needed. + + +++ Changes by Ana Beatriz Guerrero Lopez: + + * Remove -1-revision from libtiff4-dev build dependency. + * Replace remaining Source-Version variable with source:Version. + * Fix format problems in man/kdeinit.1 and man/imagetops.1 + + -- Debian Qt/KDE Maintainers Sun, 02 Mar 2008 04:49:19 +0100 + +kdelibs (4:3.5.9-0ubuntu7) hardy; urgency=low + + * Update debian/patches/kubuntu_55_printer_sharing.diff to run + system-config-printer-kde to let users enable printer sharing + rather than the old cups settings scripts. Closes LP: #208381 + + -- Jonathan Riddell Thu, 10 Apr 2008 00:03:28 +0100 + +kdelibs (4:3.5.9-0ubuntu6) hardy; urgency=low + + * Renamed kubuntu_99_system_config_printer_applet.diff to + kubuntu_9901_system_config_printer_applet.diff + * Added kubuntu_9902_kde4_kded_blacklist_modules.diff, don't autoload + every kded modules in KDE4, replace kubuntu_9924_kde4_no_medianotifier.diff + from kdebase + + -- Guillaume Martres Fri, 28 Mar 2008 19:49:46 +0100 + +kdelibs (4:3.5.9-0ubuntu5) hardy; urgency=low + + * Add kubuntu_99_system_config_printer_applet.diff, don't show + printer applet if system-config-printer-applet-kde is installed + + -- Jonathan Riddell Wed, 12 Mar 2008 17:34:49 +0000 + +kdelibs (4:3.5.9-0ubuntu4) hardy; urgency=low + + * Fixed debian/rules, msgcat keeps the first headers only. + + -- Anthony Mercatante Tue, 11 Mar 2008 21:19:46 +0100 + +kdelibs (4:3.5.9-0ubuntu3) hardy; urgency=low + + [ Jonathan Riddell ] + * Add kubuntu_98_kate_paste_cursor.diff from upstream + Fixes http://bugs.kde.org/158069 "wrong cursor possition after Paste" + + [ Anthony Mercatante ] + * Fixed debian/rules, running msgcat for kdelibs.pot in + common-install-prehook-impl target in order to proceed + earlier for Rosetta pot file export. + + -- Jonathan Riddell Tue, 11 Mar 2008 16:20:44 +0100 + +kdelibs (4:3.5.9-0ubuntu2) hardy; urgency=low + + * Update kubuntu_93_speedbar_xdg_user_dirs.diff. Folder names in the + speedbar are going first_char_upper and Documents now has a nice + icon. + + -- Anthony Mercatante Tue, 11 Mar 2008 12:53:03 +0100 + +kdelibs (4:3.5.9-0ubuntu1) hardy; urgency=low + + * New upstream release + + -- Jonathan Riddell Thu, 14 Feb 2008 12:27:07 +0000 + +kdelibs (4:3.5.8.dfsg.1-7) unstable; urgency=low + + +++ Changes by Matthew Rosewarne: + + * Add kdelibs4c2a dependency on xauth. Since kdebase does not depends + anymore on xbase-clients. (Closes: #462777) + + +++ Changes by Fathi Boudra: + + * Add patch to fix segfault in acid3 test. (Closes: #460196) + + -- Debian Qt/KDE Maintainers Mon, 28 Jan 2008 11:16:47 +0100 + +kdelibs (4:3.5.8.dfsg.1-6) unstable; urgency=low + + +++ Changes by Armin Berres: + + * Add patch to disable debug information by default. They can be enabled + with kdebugdialog. (Closes: #458807, #455815) + * Set shlibs version to 4:3.5.8.dfsg.1-5. (Closes: #459005) + + +++ Changes by Fathi Boudra: + + * Update flash plugin patch: + - Fix embedding started from outside by reparenting inside to QXEmbed. + + +++ Changes by Matthew Rosewarne: + + * Change dependency for iceauth from xbase-clients to x11-xserver-utils. + + -- Debian Qt/KDE Maintainers Tue, 08 Jan 2008 10:39:59 +0100 + +kdelibs (4:3.5.8.dfsg.1-5) unstable; urgency=low + + +++ Changes by Sune Vuorela: + + * Remove GFDL license from copyright file and point to + /usr/share/common-licenses + * Add lintian overrides + * Replace Source-Version with binary:Version + * Bump standards + + +++ Changes by Fathi Boudra: + + * Add patch to fix detect-autoconf.pl script: compare automake version + properly. + * Add patch to support latest flash plugin. It consists of 2 parts patches. + This the first part. Second part is in kdebase. + * Add Seli patch (first part) for Xinerama improvements. + + -- Debian Qt/KDE Maintainers Sat, 29 Dec 2007 19:45:33 +0100 + +kdelibs (4:3.5.8.dfsg.1-4) unstable; urgency=low + + * Add a patch to allow to dlopen .so files and not only .la files. + Now kamera, digikam and others doesn't need to depend on -dev packages. + + -- Sune Vuorela Mon, 12 Nov 2007 13:00:41 +0100 + +kdelibs (4:3.5.8.dfsg.1-3) unstable; urgency=low + + * Bump shlibs. This is needed as there is a wrapper script introduced in + kdelibs. + * Pull patch from usptream to fix issue with zoom settings in kpdf, kview + and many other applications. + + -- Sune Vuorela Tue, 23 Oct 2007 00:17:32 +0200 + +kdelibs (4:3.5.8.dfsg.1-2) unstable; urgency=low + + * Patch 50_handle_timestamps to handle properly X timestamps that are so + high that they cannot be represented properly as signed long, only unsigned. + * Patch 51_fix_http_regression fixing regression in the KIO HTTP slave. + + -- Ana Beatriz Guerrero Lopez Sat, 20 Oct 2007 02:55:44 +0200 + +kdelibs (4:3.5.8.dfsg.1-1) unstable; urgency=low + + * New upstream release (Closes: #444383, #328479, #425741) + * Resync patches: + - Remove, applied upstream: + 01_branch_kate_redo_save_fix, 01_branch_wait_for_kdeinit_to_finish, + 48_cups13, 55_several-CVE-kdelibs-kdecore. + * Update *.install files. + + -- Ana Beatriz Guerrero Lopez Sat, 13 Oct 2007 11:53:45 +0200 + +kdelibs (4:3.5.8-4ubuntu11) hardy; urgency=low + + * Add patch kubuntu_98_kate_newline.diff from Sergei Ivanov + , closes LP: #184675 "kate does not show + newline inserted at the beginning" + + -- Jonathan Riddell Fri, 08 Feb 2008 14:04:02 +0000 + +kdelibs (4:3.5.8-4ubuntu10) hardy; urgency=low + + * Updated kubuntu_96_flash_xembed.diff: + - Sync with current svn status. + - Reported to make flash works again this time + - Closes LP: #184149 + + -- Anthony Mercatante Wed, 30 Jan 2008 17:38:47 +0100 + +kdelibs (4:3.5.8-4ubuntu9) hardy; urgency=low + + * * Updated kubuntu_96_flash_xembed.diff: - Sync with current + svn status. - Reported to make flash works again this time + + -- Anthony Mercatante Wed, 30 Jan 2008 17:38:26 +0100 + +kdelibs (4:3.5.8-4ubuntu8) hardy; urgency=low + + * Fix path to hicolor icons in kubuntu_97_kde4_menu_applications.diff + + -- Jonathan Riddell Tue, 29 Jan 2008 16:38:45 +0000 + +kdelibs (4:3.5.8-4ubuntu7) hardy; urgency=low + + * Add kubuntu_97_kde4_menu_applications.diff modified from SuSE, run KDE 4 + apps without wrapper scripts + * Move xdg-user-dirs from Depends to Recommends, Closes LP: #186365 + + -- Jonathan Riddell Mon, 28 Jan 2008 18:07:39 +0000 + +kdelibs (4:3.5.8-4ubuntu6) hardy; urgency=low + + * Added kubuntu_96_flash_xembed.diff: + - Fix from KDE svn + - Partially fixes flash 9 breaking in konqueror. May not + always work... + + -- Anthony Mercatante Tue, 22 Jan 2008 17:24:14 +0100 + +kdelibs (4:3.5.8-4ubuntu5) hardy; urgency=low + + * Add depends on xdg-user-dirs, Closes LP: #175982 + + -- Jonathan Riddell Tue, 22 Jan 2008 10:46:06 +0000 + +kdelibs (4:3.5.8-4ubuntu4) hardy; urgency=low + + [ Frode M. Døving ] + * Add kubuntu_95_kurl-not-so-pretty.diff + Closes: LP #162233 , KDE Bug: #150973 + kurl prettyUrl corrupts original url. + + -- Jonathan Riddell Fri, 14 Dec 2007 17:29:27 +0000 + +kdelibs (4:3.5.8-4ubuntu3) hardy; urgency=low + + * Rebuild for libopenexr transition + + -- Jonathan Riddell Tue, 11 Dec 2007 09:50:59 +0000 + +kdelibs (4:3.5.8-4ubuntu2) hardy; urgency=low + + * Add kubuntu_95_fix_smb_scan.diff from Guillaume Martres, fixes SMB + printer browsing. Closes LP: #57666 + + -- Jonathan Riddell Fri, 07 Dec 2007 18:11:39 +0000 + +kdelibs (4:3.5.8-4ubuntu1) hardy; urgency=low + + * Merge with Debian, adds 53_kdelibs_ltdl_ext.diff + + -- Jonathan Riddell Fri, 23 Nov 2007 18:22:18 +0000 + +kdelibs (4:3.5.8.dfsg.1-4) unstable; urgency=low + + * Add a patch to allow to dlopen .so files and not only .la files. + Now kamera, digikam and others doesn't need to depend on -dev packages. + + -- Sune Vuorela Mon, 12 Nov 2007 13:00:41 +0100 + +kdelibs (4:3.5.8-3ubuntu2) hardy; urgency=low + + * Add kubuntu_93_speedbar_xdg_user_dirs.diff, + kubuntu_93_xdg_dirs_document_path.diff, kubuntu_94_xdg_dirs_i18n.diff + from Mandriva, adds support for XDG home dirs + * Make kdelibs4-dev replace more recent kdelibs4c2a for overlapping files + + -- Jonathan Riddell Wed, 14 Nov 2007 15:10:40 +0000 + +kdelibs (4:3.5.8-3ubuntu1) hardy; urgency=low + + * Merge with Debian, remaining changes: + - --with-distribution="Kubuntu (`lsb_release --codename --short`) $(DEB_VERSION)" + - binary-install/kdelibs-data installs aboutkde-kubuntu.png.uu and cr*-device-system.png.uu + - none of libgamin-dev, libfam-dev + - stop kdelibs4-dev depending on gamin/fam + - don't install .svgz icons in kdelibs-data.install + - rosetta support in rules common-install-prehook-impl:: and common-post-build-arch:: and include debian/kubuntu-desktop-i18n/ + - build-dep on: gettext-kde, kdesdk-scripts, lsb-release, base-files, sudo + - cdbs build-dep 0.4.41ubuntu2 + - kdelibs4-dev depends on gettext-kde, kdesdk-scripts + - copy debian/icons over + - Make kdelibs4c2a depend on launchpad-integration + - Remove 19_debianize_useragent.diff (changed to kubuntu_19_debianize_useragent.diff) s/Debian/Kubuntu + - remove kdelibs4c2a depends on menu-xdg + - include kubuntu_01_kdepot.diff and kde.pot in debian/patches/common + - use a local copy of kde.mk without the common-install-prehook-impl:: rule; edit debian-qt-kde.mk to include debian/cdbs/kde.mk + - build with --with-sudo-kdesu-backend and build-dep on sudo and make kdelibs4c2a depend on sudo + - kdelibs-data.install : Add nzb mimetype + + -- Jonathan Riddell Tue, 13 Nov 2007 18:18:05 +0000 + +kdelibs (4:3.5.8.dfsg.1-3) unstable; urgency=low + + * Bump shlibs. This is needed as there is a wrapper script introduced in + kdelibs. + * Pull patch from usptream to fix issue with zoom settings in kpdf, kview + and many other applications. + + -- Sune Vuorela Tue, 23 Oct 2007 00:17:32 +0200 + +kdelibs (4:3.5.8.dfsg.1-2) unstable; urgency=low + + * Patch 50_handle_timestamps to handle properly X timestamps that are so + high that they cannot be represented properly as signed long, only unsigned. + * Patch 51_fix_http_regression fixing regression in the KIO HTTP slave. + + -- Ana Beatriz Guerrero Lopez Sat, 20 Oct 2007 02:55:44 +0200 + +kdelibs (4:3.5.8.dfsg.1-1) unstable; urgency=low + + * New upstream release (Closes: #444383, #328479, #425741) + * Resync patches: + - Remove, applied upstream: + 01_branch_kate_redo_save_fix, 01_branch_wait_for_kdeinit_to_finish, + 48_cups13, 55_several-CVE-kdelibs-kdecore. + * Update *.install files. + + -- Ana Beatriz Guerrero Lopez Sat, 13 Oct 2007 11:53:45 +0200 + +kdelibs (4:3.5.7.dfsg.1-7) unstable; urgency=low + + +++ Changes by Adeodato Simó: + + * Add appropriate Replaces headers for the files moved in -5 and -6. Remove + unneeded Conflict in kdelibs4-dev against kdelibs4c2a introduced in -6. + (Closes: #439515, #439779) + + +++ Changes by Ana Beatriz Guerrero Lopez: + + * Add patch 55_several-CVE-kdelibs-kdecore.diff to make Konqueror address + bar more robust against addressbar spoofing. + Related CVEs: CVE-2007-4224, CVE-2007-4225, CVE-2007-3820. + + -- Debian Qt/KDE Maintainers Thu, 30 Aug 2007 07:18:06 +0200 + +kdelibs (4:3.5.7.dfsg.1-6) unstable; urgency=low + + * Move back kstartupconfig to kdelibs4c2a. (Closes: #439411) + + -- Ana Beatriz Guerrero Lopez Sat, 25 Aug 2007 03:09:34 +0200 + +kdelibs (4:3.5.7.dfsg.1-5) unstable; urgency=low + + +++ Changes by Ana Beatriz Guerrero Lopez: + + * Add patch 48_cups13.diff to build against new CUPS 1.3.0. + Patch by Tim Waugh. (Closes: #438558) + * Add patch 48_hurd_support.diff to fix FTBFS on hurd-i386. + Patch by Samuel Thibault. (Closes: #438952) + + +++ Changes by Fathi Boudra: + + * Move binaries to kdelibs4-dev: kconfig_compiler, ksvgtopng, + kunittestmodrunner, makekdewidgets, preparetips. + Allow kdelibs5-dev co-installable alongside kdelibs4c2a. + + * Suggests perl-suid instead Recommends. (Closes: #437414) + + -- Debian Qt/KDE Maintainers Thu, 23 Aug 2007 07:24:52 +0200 + +kdelibs (4:3.5.7.dfsg.1-4) unstable; urgency=low + + * Versioned kdelibs-bin conflict and remove Provides: kdelibs-bin to + allow kde4libs co-installable along with this kdelibs version. + + -- Ana Beatriz Guerrero Lopez Sun, 12 Aug 2007 00:50:16 +0200 + +kdelibs (4:3.5.7.dfsg.1-3) unstable; urgency=low + + +++ Changes by Sune Vuorela: + + * Relax uploaders.mk (Closes: #434259) + + -- Debian Qt/KDE Maintainers Mon, 23 Jul 2007 21:45:43 +0200 + +kdelibs (4:3.5.7.dfsg.1-2) unstable; urgency=low + + +++ Changes by Sune Vuorela: + + * Reorder stuff in kde-applications.menu to get changing menu entries + working. (Closes: #254948) + * Add patch to fix issue with saving after redo in kate. (Closes: #431920) + * Better error messages when opening a tty fails. Thanks to Robert Millan. + (Closes: #334974) + * Don't refer to help:/kcmshell in kcmshell manpage. (Closes: #408470) + * Make sure kdeinit closes all files before terminating kde. (Closes: #425314) + + -- Debian Qt/KDE Maintainers Thu, 19 Jul 2007 22:52:17 +0200 + +kdelibs (4:3.5.8-0ubuntu4) hardy; urgency=low + + * Sync hardy with gutsy-proposed + + -- Jonathan Riddell Sat, 27 Oct 2007 16:23:56 +0100 + +kdelibs (4:3.5.8-0ubuntu3.1) gutsy-proposed; urgency=low + + * Add kubuntu_94_kselectaction.diff Closes: LP #155144 + Editable KSelectAction stopped working for custom values + + -- Jonathan Riddell Sun, 21 Oct 2007 00:09:25 +0100 + +kdelibs (4:3.5.8-0ubuntu3) gutsy-proposed; urgency=low + + * Update kubuntu_93_https_fix.diff closes LP: #153500 + + -- Jonathan Riddell Wed, 17 Oct 2007 21:40:16 +0100 + +kdelibs (4:3.5.8-0ubuntu2) gutsy; urgency=low + + * Add kubuntu_93_https_fix.diff closes LP: #152449 + HTTPS not working with Konqueror 3.5.8 + + -- Jonathan Riddell Tue, 16 Oct 2007 16:29:24 +0100 + +kdelibs (4:3.5.8-0ubuntu1) gutsy; urgency=low + + * New upstream release + + -- Jonathan Riddell Tue, 09 Oct 2007 09:37:39 +0100 + +kdelibs (4:3.5.7.dfsg.1-1) unstable; urgency=low + + * New upstream release. + - Ability to have addressbook on remote kioslaves is disabled. + It is quite broken. (Closes: #416366) + + +++ Changes by Ana Beatriz Guerrero Lopez: + + * Resync debian/patches: + - Remove, applied upstream: + 22_konq_scroll2top_before_new_page_fix.diff, + 25_khtml_non_existant_page_crash.diff, + 45_konqueror-CVE-2007-0537.diff, + 46_CVE-2007-1564-kdelibs-3.5.6.diff, + 47_kdelibs-kjs-utf8-parsing.diff. + * Apply patch 45_gmail_spoof.diff by Allan Sandfeld, fixes gmail.com when browsing + the website spoofing konqueror as firefox browser. + + -- Debian Qt/KDE Maintainers Sun, 20 May 2007 15:44:32 +0100 + +kdelibs (4:3.5.7-1ubuntu15) gutsy; urgency=low + + * SECURITY UPDATE: URL spoofing via trailing spaces + * Add kubuntu_98_trailing_spaces_fix.diff: upstream fixes. + * References + CVE-2007-4225 + http://www.kde.org/info/security/advisory-20070914-1.txt + + -- Jonathan Riddell Mon, 01 Oct 2007 23:07:11 +0100 + +kdelibs (4:3.5.7-1ubuntu14) gutsy; urgency=low + + * Added kubuntu_96_cups_1.3_compatibility.diff. + Fixes FTBFS against cups 1.3 + + -- Anthony Mercatante Tue, 28 Aug 2007 13:14:47 +0200 + +kdelibs (4:3.5.7-1ubuntu13) gutsy; urgency=low + + * Droped kubuntu_93_kdelibs_kdesudo_support_fade_effect.diff, still + causes building issues. We'll have to take care with the next + version of the patch. + * Droped kubuntu_57_nomediaioslave_fileio.diff and + kubuntu_59_nomediaioslave_kfile_speedbar.diff: + - it's been decided to switch back to the standard media:/ + protocol, as /media create as many problems as it resolves... + + -- Anthony Mercatante Fri, 27 Jul 2007 17:17:26 +0200 + +kdelibs (4:3.5.7-1ubuntu12) gutsy; urgency=low + + * Added kubuntu_93_kdelibs_kdesudo_support_fade_effect.diff. Support + for kdesudo without causing troubles with other apps. Patch by + Stefan Skotte + + -- Anthony Mercatante Wed, 18 Jul 2007 23:34:52 +0200 + +kdelibs (4:3.5.7-1ubuntu11) gutsy; urgency=low + + * Droped kubuntu_93_kdelibs-kdesudo-support-wflags-and-kab-fix.diff + temporary, as that causes troubles building kde applications using + KDialogbase. + Will had the patch back once fixed to be less sensitive + + -- Anthony Mercatante Tue, 17 Jul 2007 12:10:22 +0100 + +kdelibs (4:3.5.7-1ubuntu10) gutsy; urgency=low + + * Removed kubuntu_61_hibernate_icons.diff.uu, added the icons uuencoded + to debian/icons folder + Unifies the way icons are added and avoids launching buildprep to + build on i386 + + -- Anthony Mercatante Sat, 14 Jul 2007 22:47:06 +0200 + +kdelibs (4:3.5.7-1ubuntu9) gutsy; urgency=low + + [ Anthony Mercatante ] + * Fixed kubuntu_91_execute_feedback.patch again, improving the speed + of the effect to 3 + + [ Sarah Hobbs ] + * Added kubuntu_93_kdelibs-kdesudo-support-wflags-and-kab-fix.diff. + Thankyou to Stefan Skotte for this patch + * Removed kubuntu_28_fix_sudo.diff to fix KDM memory corruption + (LP: #47455, KDE bug #147454) + + -- Sarah Hobbs Sat, 14 Jul 2007 01:51:38 +1000 + +kdelibs (4:3.5.7-1ubuntu8) gutsy; urgency=low + + * Fixed kubuntu_91_execute_feedback.diff, slows down the animation. + + -- Anthony Mercatante Wed, 11 Jul 2007 09:17:21 +0200 + +kdelibs (4:3.5.7-1ubuntu7) gutsy; urgency=low + + * Added XS-Vcs-Bzr: + https://code.launchpad.net/~kubuntu-members/kdelibs/debian, committed code + to bzr + * Added kubuntu_70_fileshareset-nfs-kernel-server.diff. Thanks to + dystopianray for this patch (LP #107403) + + -- Sarah Hobbs Wed, 04 Jul 2007 14:57:25 +1000 + +kdelibs (4:3.5.7-1ubuntu6) gutsy; urgency=low + + * Applied buildprep to regenerate makefiles, needed for suspend and + hibernate icons to be installed. Fixes ftbfs on i386. The great + question is now to understand why did that work on other + architectures... + + -- Anthony Mercatante Tue, 03 Jul 2007 18:04:56 +0200 + +kdelibs (4:3.5.7-1ubuntu5) gutsy; urgency=low + + * Fix patch kubuntu_03_applications_menu_entries_move.diff to not + conflict with earlier patches. + + -- Jonathan Riddell Tue, 19 Jun 2007 21:46:56 +0100 + +kdelibs (4:3.5.7-1ubuntu4) gutsy; urgency=low + + * Update kubuntu_03_applications_menu_entries_move.diff to include + ooo-draw in Office menu + + -- Jonathan Riddell Thu, 07 Jun 2007 16:28:26 +0100 + +kdelibs (4:3.5.7-1ubuntu3) gutsy; urgency=low + + * Remove dependency on libgamin from kdelibs4-dev + * Build-dep on libjasper-dev not libjasper-1.700-2-dev + + -- Jonathan Riddell Wed, 23 May 2007 13:54:20 +0100 + +kdelibs (4:3.5.7-1ubuntu2) gutsy; urgency=low + + * Fix .install files for 3.5.7 + + -- Jonathan Riddell Tue, 22 May 2007 19:48:30 +0100 + +kdelibs (4:3.5.7-1ubuntu1) gutsy; urgency=low + + [ Sarah Hobbs ] + * Merge with Debian for new upstream version, remaining changes in KUBUNTU-DEBIAN-CHANGES + * Removed kubuntu_94_real_mimetype.diff. Applied upstream + + [ Jonathan Riddell ] + * Updated kubuntu_52_xinerama.diff + * Add kubuntu_69_applications_merged.diff to add applications-merged to apps menu, closes + https://bugs.launchpad.net/ubuntu/+source/wine/+bug/86824 + * Build-dep on arts 1.5.7 + + -- Sarah Hobbs Mon, 21 May 2007 09:10:10 -0500 + +kdelibs (4:3.5.7.dfsg.1-1) unstable; urgency=low + + * New upstream release. + - Ability to have addressbook on remote kioslaves is disabled. + It is quite broken. (Closes: #416366) + + +++ Changes by Ana Beatriz Guerrero Lopez: + + * Resync debian/patches: + - Remove, applied upstream: + 22_konq_scroll2top_before_new_page_fix.diff, + 25_khtml_non_existant_page_crash.diff, + 45_konqueror-CVE-2007-0537.diff, + 46_CVE-2007-1564-kdelibs-3.5.6.diff, + 47_kdelibs-kjs-utf8-parsing.diff. + * Apply patch 45_gmail_spoof.diff by Allan Sandfeld, fixes gmail.com when browsing + the website spoofing konqueror as firefox browser. + + -- Debian Qt/KDE Maintainers Sun, 20 May 2007 15:44:32 +0100 + +kdelibs (4:3.5.6.r1.dfsg.1-4) unstable; urgency=low + + +++ Changes by Daniel Schepler: + + * Rebuild against new jasper packages, and update the Build-Depends + and kdelibs4-dev dependencies accordingly. + + -- Debian Qt/KDE Maintainers Fri, 20 Apr 2007 13:58:36 -0400 + +kdelibs (4:3.5.6.r1.dfsg.1-3) unstable; urgency=low + + +++ Changes by Sune Vuorela: + + * Take the patches from branches/etch to fix two security issues + 46_CVE-2007-1564-kdelibs-3.5.6.diff and 47_kdelibs-kjs-utf8-parsing.diff + Fixes CVE-2007-1564 and CVE-2007-0242. (Closes: #417394, #416318) + + +++ Changes by Ana Beatriz Guerrero Lopez: + + * Add 44_sync_kwallet_changes to make kwallet write changes to disk + immediately, avoiding losing passwords if kwallet doesn't shutdown + cleanly. Patch by Josh Metzler. (Closes: #407272) + + -- Debian Qt/KDE Maintainers Wed, 18 Apr 2007 14:45:54 +0100 + +kdelibs (4:3.5.6.r1.dfsg.1-2) experimental; urgency=low + + +++ Changes by Modestas Vainius: + + * Fix the bug of KDE 3.5.6 - an annoying issue with konqueror scrolling to the top + of the old page before loading a new one. Patch from upstream svn (22nd patch). + * New patch (No. 25) from KDE bug #128564. Fixes khtml crash on loading + some non existing pages when javascript is disabled (Closes: #408413). + Probably fixes these KDE bugs too: #126812, #127137, #135117, #138449. + + +++ Changes by Sune Vuorela: + + * Bump shlibs. + + +++ Changes by Ana Beatriz Guerrero Lopez: + + * Add patch 45_konqueror-CVE-2007-0537.diff which fixes: Konqueror does not + properly parse HTML comments, which allows remote attackers to conduct + cross-site scripting (XSS) attacks. CVE-2007-0537. + + -- Debian Qt/KDE Maintainers Wed, 07 Feb 2007 20:16:33 +0100 + +kdelibs (4:3.5.6.r1.dfsg.1-1) experimental; urgency=low + + * New upstream tarball. + + -- Ana Beatriz Guerrero Lopez Thu, 18 Jan 2007 18:57:06 +0100 + +kdelibs (4:3.5.6.dfsg.1-1) experimental; urgency=low + + * New upstream release: + * Fixes "Up arrow confused with PrintScrn on evdev keyboards". (Closes: #400887) + * Fixes infinite recursion in khtml when rendering combination of blocks + with overflow:auto and float:right styles. (Closes: #392547) + * Fixes "Fatal IO error: client killed" problem in knode. (Closes: #356142) + * Fixes non-standard rendering of floats (khtml). (Closes: #357017) + * Fixes konqueror (khtml) crash when resolving ns in a stylesheet + @imported from external one. (Closes: #401937) + + +++ Changes by Modestas Vainius: + + * Update kdelibs-data.install + * Resync debian/patches: + * Adapt to upstream changes - 27. + * Remove, applied upstream - 02, 33, 35 (different patch), 36, 41, 42. + * Fix offsets - 10, 16, 19, 21, 23. + * Add libc6-dbg to kdelibs-dbg dependencies on amd64. It seems to be + needed to get a useful backtrace from drkonqi on this arch. + * Add myself to Uploaders. + + -- Debian Qt/KDE Maintainers Tue, 16 Jan 2007 15:54:12 +0100 + +kdelibs (4:3.5.6-4ubuntu2) gutsy; urgency=low + + * remove kdelibs4c2a depends on menu-xdg + + -- Jonathan Riddell Tue, 01 May 2007 12:21:06 +0100 + +kdelibs (4:3.5.6-4ubuntu1) gutsy; urgency=low + + * Merge with Debian + + -- Jonathan Riddell Fri, 27 Apr 2007 18:08:33 +0100 + +kdelibs (4:3.5.6.r1.dfsg.1-4) unstable; urgency=low + + +++ Changes by Daniel Schepler: + + * Rebuild against new jasper packages, and update the Build-Depends + and kdelibs4-dev dependencies accordingly. + + -- Debian Qt/KDE Maintainers Fri, 20 Apr 2007 13:58:36 -0400 + +kdelibs (4:3.5.6-0ubuntu14) feisty; urgency=low + + * SECURITY UPDATE: possible XSS via incorrect UTF8 truncation. + * Add kubuntu_97_kjs_utf8_fixes.diff: upstream fixes. + * References + CVE-2007-0242 + + -- Kees Cook Tue, 10 Apr 2007 11:19:42 -0700 + +kdelibs (4:3.5.6-0ubuntu13) feisty; urgency=low + + * SECURITY UPDATE: FTP PASV scanning vulnerability. + * Add kubuntu_96_ftp_pasv_scanning.diff + * References + ftp://ftp.kde.org/pub/kde/security_patches/CVE-2007-1564-kdelibs-3.5.6.diff + CVE-2007-1564 + + -- Kees Cook Tue, 27 Mar 2007 16:24:53 -0700 + +kdelibs (4:3.5.6-0ubuntu12) feisty; urgency=low + + * Add kubuntu_95_ajax_encoding.diff, closes http://bugs.kde.org/130234 + + -- Jonathan Riddell Mon, 26 Mar 2007 18:28:18 +0100 + +kdelibs (4:3.5.6-0ubuntu11) feisty; urgency=low + + * Build-dep on new qt 3.3.7 + + -- Jonathan Riddell Mon, 26 Mar 2007 15:35:26 +0100 + +kdelibs (4:3.5.6-0ubuntu10) feisty; urgency=low + + * Add kubuntu_94_real_mimetype.diff, installs realaudio plugin mimetype + + -- Jonathan Riddell Mon, 26 Mar 2007 12:24:15 +0100 + +kdelibs (4:3.5.6-0ubuntu9) feisty; urgency=low + + * Improved kubuntu_65_nzb_mimetype.diff, fixes Makefiles + for installation + * Add 35_jump_to_top.diff, fix jumping to the top right before + loading a new page. (LP: #84555) + Patch from Robert Carr + + -- Anthony Mercatante Tue, 20 Mar 2007 04:02:32 +0100 + +kdelibs (4:3.5.6-0ubuntu8) feisty; urgency=low + + * Add kubuntu_93_kjs_iframe_crash.diff from SVN, + fixes javascript crash when referencing iframe with FTP URL + http://bindshell.net/advisories/konq355 + CVE-2007-1308 + + -- Jonathan Riddell Tue, 6 Mar 2007 17:42:42 +0000 + +kdelibs (4:3.5.6-0ubuntu7) feisty; urgency=low + + * Add kubuntu_92_kdeprint_filter.diff, closes Malone + #51354. Patch from Marcus Trautwig + + -- Anthony Mercatante Thu, 22 Feb 2007 17:27:47 +0100 + +kdelibs (4:3.5.6-0ubuntu6) feisty; urgency=low + + * Fixed kubuntu_56_langpacks_desktop_files.diff, don't avoid + Catalogue loading for kdesktop + + -- Anthony Mercatante Tue, 20 Feb 2007 17:14:32 +0100 + +kdelibs (4:3.5.6-0ubuntu5) feisty; urgency=low + + * Add kubuntu_91_execute_feedback.diff, replaces the zooming + rectangle that is drawn if you activate an icon in konqueror + for execution feedback. Patch from Johannes Schriewer + * Update kubuntu_68_xdg_autostart.diff to read xdg config path + from XDG_CONFIG_DIRS + + -- Anthony Mercatante Tue, 13 Feb 2007 07:02:54 +0100 + +kdelibs (4:3.5.6-0ubuntu4) feisty; urgency=low + + * Add kubuntu_68_xdg_autostart.diff, kinit provides autostart + via /etc/xdg/autostart + + -- Anthony Mercatante Mon, 12 Feb 2007 21:42:32 +0100 + +kdelibs (4:3.5.6-0ubuntu3) feisty; urgency=low + + * SECURITY UPDATE: XSS attacks possible with comment in TITLE tag. + * Add 'debian/patches/kubuntu_90_title_tokenizer.diff': fix parser, + from upstream Subversion. + * References + CVE-2007-0537 + + -- Kees Cook Mon, 5 Feb 2007 19:32:41 -0800 + +kdelibs (4:3.5.6-0ubuntu2) feisty; urgency=low + + * Add kubuntu_67_kwallet_auto_save.diff + Kwallet auto-saves any modification. + Closes Malone #67521 + + -- Anthony Mercatante Fri, 26 Jan 2007 02:33:45 +0100 + +kdelibs (4:3.5.6-0ubuntu1) feisty; urgency=low + + * Remove 02_kate_kdeprint_fixes_branch.diff + * Update 27_kdnssd_avahi.dif + * Remove 33_cups12_kprinter_fixes.diff + * Remove 35_cups_unify_ipp_uri_assembling.diff + * Remove 36_kdeprintd_64bit_fix.diff + * Remove 41_x_kde_getactionmenu_no_timeout.diff + * Remove kubuntu_63_ark.diff + * Remove kubuntu_65_kstyle_password_noasterisk + * Add kubuntu_66_konsole_pty.diff from Michael Vogt to support + attaching new ptys to konsole, needed for kubuntu-update-tool + + -- Jonathan Riddell Wed, 17 Jan 2007 11:46:17 +0000 + +kdelibs (4:3.5.5a.dfsg.1-5) unstable; urgency=low + + +++ Changes by Sune Vuorela: + + * Add qt3-x11-free-dbg to kdelibs-dbg to try to get better backtraces. + * Add multiple manpages to kdelibs4c2a. Thanks very much to Holger Hartmann. + (Closes: #376099, #351610, #368180) + * Add kdelibs4c2a.links to handle common manpages. + + -- Debian Qt/KDE Maintainers Tue, 21 Nov 2006 19:30:14 +0100 + +kdelibs (4:3.5.5a.dfsg.1-4) unstable; urgency=medium + + [ Debian Qt/KDE Maintainers ] + * Add 42_xdgMenuPrefix_support patch: add XDG_MENU_PREFIX support. Thanks to + Kevin Krammer. (Closes: #397057, #398734) + * Add 43_hardcode_xdgMenuPrefix patch: hardcode xdgMenuPrefix to "kde-" + string until proper upstream fix. + * Remove 18_applications_menu_rename patch. + * Urgency medium, as along with kdebase this upload fixes broken fresh + installs. + + -- Debian Qt/KDE Maintainers Thu, 16 Nov 2006 17:07:00 -0500 + +kdelibs (4:3.5.5a.dfsg.1-3ubuntu9) feisty; urgency=low + + * Added kubuntu_65_kstyle_password_noasterisk.diff to change the asterisks + in any password field to dots. Thanks to Danimo for this patch. + + -- Sarah Hobbs Sun, 10 Dec 2006 23:55:33 +1100 + +kdelibs (4:3.5.5a.dfsg.1-3ubuntu8) feisty; urgency=low + + * Fix syntax error in kubuntu_64_rosetta_translation.diff + + -- Jonathan Riddell Thu, 7 Dec 2006 11:03:01 +0000 + +kdelibs (4:3.5.5a.dfsg.1-3ubuntu7) feisty; urgency=low + + * Add kubuntu_64_rosetta_translation.diff to explain in + application About box that translations are not always the same as + KDE. Requested at + http://wiki.kde.org/tiki-index.php?page=KDERosettaCollaboration + + -- Jonathan Riddell Tue, 5 Dec 2006 19:47:28 +0000 + +kdelibs (4:3.5.5a.dfsg.1-3ubuntu6) feisty; urgency=low + + * Add suspend and hibernate icons to kdelibs.install + + -- Jonathan Riddell Tue, 5 Dec 2006 17:32:20 +0000 + +kdelibs (4:3.5.5a.dfsg.1-3ubuntu5) feisty; urgency=low + + * Build-dep on sudo and make kdelibs4c2a depend on sudo + + -- Jonathan Riddell Tue, 21 Nov 2006 10:59:43 +0000 + +kdelibs (4:3.5.5a.dfsg.1-3ubuntu4) feisty; urgency=low + + * Compile with --with-sudo-kdesu-backend + + -- Jonathan Riddell Mon, 20 Nov 2006 10:16:08 +0000 + +kdelibs (4:3.5.5a.dfsg.1-3ubuntu3) feisty; urgency=low + + * Add gettext-kde, kdesdk-scripts depends on kdelibs4-dev + + -- Jonathan Riddell Thu, 16 Nov 2006 07:16:18 +0000 + +kdelibs (4:3.5.5a.dfsg.1-3ubuntu2) feisty; urgency=low + + * Add missing kubuntu_01_kdepot.diff patch + * Use local kde.mk due to different .pot generation rules + + -- Jonathan Riddell Wed, 15 Nov 2006 21:15:00 +0000 + +kdelibs (4:3.5.5a.dfsg.1-3ubuntu1) feisty; urgency=low + + * Merge with Debian + * Add --enable-gcc-hidden-visibility + * Delta from Deban in KUBUNTU-DEBIAN-CHANGES + + -- Jonathan Riddell Tue, 14 Nov 2006 22:45:03 +0000 + +kdelibs (4:3.5.6.r1.dfsg.1-3) unstable; urgency=low + + +++ Changes by Sune Vuorela: + + * Take the patches from branches/etch to fix two security issues + 46_CVE-2007-1564-kdelibs-3.5.6.diff and 47_kdelibs-kjs-utf8-parsing.diff + Fixes CVE-2007-1564 and CVE-2007-0242. (Closes: #417394, #416318) + + +++ Changes by Ana Beatriz Guerrero Lopez: + + * Add 44_sync_kwallet_changes to make kwallet write changes to disk + immediately, avoiding losing passwords if kwallet doesn't shutdown + cleanly. Patch by Josh Metzler. (Closes: #407272) + + -- Debian Qt/KDE Maintainers Wed, 18 Apr 2007 14:45:54 +0100 + +kdelibs (4:3.5.6.r1.dfsg.1-2) experimental; urgency=low + + +++ Changes by Modestas Vainius: + + * Fix the bug of KDE 3.5.6 - an annoying issue with konqueror scrolling to the top + of the old page before loading a new one. Patch from upstream svn (22nd patch). + * New patch (No. 25) from KDE bug #128564. Fixes khtml crash on loading + some non existing pages when javascript is disabled (Closes: #408413). + Probably fixes these KDE bugs too: #126812, #127137, #135117, #138449. + + +++ Changes by Sune Vuorela: + + * Bump shlibs. + + +++ Changes by Ana Beatriz Guerrero Lopez: + + * Add patch 45_konqueror-CVE-2007-0537.diff which fixes: Konqueror does not + properly parse HTML comments, which allows remote attackers to conduct + cross-site scripting (XSS) attacks. CVE-2007-0537. + + -- Debian Qt/KDE Maintainers Wed, 07 Feb 2007 20:16:33 +0100 + +kdelibs (4:3.5.6.r1.dfsg.1-1) experimental; urgency=low + + * New upstream tarball. + + -- Ana Beatriz Guerrero Lopez Thu, 18 Jan 2007 18:57:06 +0100 + +kdelibs (4:3.5.6.dfsg.1-1) experimental; urgency=low + + * New upstream release: + * Fixes "Up arrow confused with PrintScrn on evdev keyboards". (Closes: #400887) + * Fixes infinite recursion in khtml when rendering combination of blocks + with overflow:auto and float:right styles. (Closes: #392547) + * Fixes "Fatal IO error: client killed" problem in knode. (Closes: #356142) + * Fixes non-standard rendering of floats (khtml). (Closes: #357017) + * Fixes konqueror (khtml) crash when resolving ns in a stylesheet + @imported from external one. (Closes: #401937) + + +++ Changes by Modestas Vainius: + + * Update kdelibs-data.install + * Resync debian/patches: + * Adapt to upstream changes - 27. + * Remove, applied upstream - 02, 33, 35 (different patch), 36, 41, 42. + * Fix offsets - 10, 16, 19, 21, 23. + * Add libc6-dbg to kdelibs-dbg dependencies on amd64. It seems to be + needed to get a useful backtrace from drkonqi on this arch. + * Add myself to Uploaders. + + -- Debian Qt/KDE Maintainers Tue, 16 Jan 2007 15:54:12 +0100 + +kdelibs (4:3.5.5a.dfsg.1-5) unstable; urgency=low + + +++ Changes by Sune Vuorela: + + * Add qt3-x11-free-dbg to kdelibs-dbg to try to get better backtraces. + * Add multiple manpages to kdelibs4c2a. Thanks very much to Holger Hartmann. + (Closes: #376099, #351610, #368180) + * Add kdelibs4c2a.links to handle common manpages. + + -- Debian Qt/KDE Maintainers Tue, 21 Nov 2006 19:30:14 +0100 + +kdelibs (4:3.5.5a.dfsg.1-4) unstable; urgency=medium + + [ Debian Qt/KDE Maintainers ] + * Add 42_xdgMenuPrefix_support patch: add XDG_MENU_PREFIX support. Thanks to + Kevin Krammer. (Closes: #397057, #398734) + * Add 43_hardcode_xdgMenuPrefix patch: hardcode xdgMenuPrefix to "kde-" + string until proper upstream fix. + * Remove 18_applications_menu_rename patch. + * Urgency medium, as along with kdebase this upload fixes broken fresh + installs. + + -- Debian Qt/KDE Maintainers Thu, 16 Nov 2006 17:07:00 -0500 + +kdelibs (4:3.5.5a.dfsg.1-3) unstable; urgency=medium + + * Patch: 41_x_kde_getactionmenu_no_timeout.diff + Do not time out when waiting for the reply for the X-KDE-GetActionMenu + DCOP call. DCOP protocol is synchronouos by design and a reply for the + timed out call (i.e. garbage) still arrives and might be falsely returned + as a valid reply for the subsequent DCOP call on the same connection. The + application currently known to be badly hurt by this is kdesvn and its + konqueror service menu integration. Its X-KDE-GetActionMenu might take + longer than current 100 milisecond timeout to complete. As a result + then, a late reply will "pollute" a main DCOP connection of the client + application (e.g. konqueror) causing further DCOP failures. + (Closes: #348411) + + * Add 2 patches from upstream BTS http://bugs.kde.org/115891: + * 33_cups12_kprinter_fixes.diff - fix various failures with CUPS 1.2 + when there are no printers. + * 35_cups_unify_ipp_uri_assembling.diff - ensure proper IPP URI + generation when CUPS is accessed via a UNIX socket. (Closes: #379216) + * Add 36_kdeprintd_64bit_fix.diff - fix a bug on 64bit arches when kdeprint + is not able to get a configuration file from CUPS server because kdeprintd + fails to retreive the password from kpasswdserver. + + -- Debian Qt/KDE Maintainers Thu, 2 Nov 2006 17:54:30 -0500 + +kdelibs (4:3.5.5a.dfsg.1-2) unstable; urgency=high + + * Rebuild against qt-x11-free 3.3.7. There exists a strange KDE build system + bug wherein some packages fail to build if the kdelibs against which they + are building was itself built against a release of qt-x11-free different + from the one currently present. Until we figure this out, let's just + rebuild kdelibs against the new qt-x11-free, and thus make the problem + go away for now. Urgency=high because this doesn't actually change + anything. + + -- Debian Qt/KDE Maintainers Mon, 23 Oct 2006 20:02:45 -0400 + +kdelibs (4:3.5.5a.dfsg.1-1) unstable; urgency=medium + + * Remove non-free RFC documentation from the upstream tarball. + (Closes: #393378) + + -- Debian Qt/KDE Maintainers Mon, 16 Oct 2006 17:49:07 -0400 + +kdelibs (4:3.5.5a-2) unstable; urgency=medium + + * Grab two more fixes from KDE_3_5_BRANCH. + + Fix kate's indentation of C/C++ files. + + Fix kdeprint's timeout when trying to find cupsd. + (Closes: #392052, #392052) + + -- Debian Qt/KDE Maintainers Fri, 13 Oct 2006 17:04:21 -0400 + +kdelibs (4:3.5.5a-1) unstable; urgency=medium + + * Nes upstream tarball, fixes a grave bug in katepart (Closes: 391414). + + -- Debian Qt/KDE Maintainers Sat, 7 Oct 2006 16:58:29 +0200 + +kdelibs (4:3.5.5-1) unstable; urgency=low + + * New upstream release. + + Fixes crashes in kate when creating doxygen comments. + (Closes: #381578) + + +++ Changes by Christopher Martin: + + * Drop the kjanuswidget highlight-on-mouseover patch. Though a very nice + touch, it caused crashes in applications such as adept. + + * Drop the CUPS 1.2 patches that no longer apply, as more or less working + support was merged upstream. Salvage a few changes to prevent errors + from popping up when the user has no printers defined. Please report + obvious regressions. + + +++ Changes by Fathi Boudra: + + * Update copyright file to new KDE source location. (Closes: #385649) + + -- Debian Qt/KDE Maintainers Tue, 3 Oct 2006 18:28:15 -0400 + +kdelibs (4:3.5.4-3) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Fix the avahi patch so that kdelibs builds with or without --enable-final. + (Disabling it on slow architectures had the unfortunate side effect of + revealing a problem in the patch, which had unwittingly made + --enable-final necessary to build the package.) kdelibs should now build + on arm and m68k. + + -- Debian Qt/KDE Maintainers Mon, 31 Jul 2006 20:12:25 -0400 + +kdelibs (4:3.5.4-2) unstable; urgency=low + + * KDE_3_5_BRANCH update (up to r567679). + + +++ Changes by Christopher Martin: + + * Re-upload 3.5.4 with a new build hack that disables the use of + --enable-final on slow architectures. This will hopefully allow kdelibs + (and other KDE modules) to build on arm and m68k more easily. This should + in turn ease the movement of recent KDE modules into Testing. Thanks to + Adeodato Simo for the fix. + + -- Debian Qt/KDE Maintainers Sat, 29 Jul 2006 15:22:37 -0400 + +kdelibs (4:3.5.4-1) unstable; urgency=low + + * new upstreal release: + + + Fixes null dereference in khtml, which could cause the browser to crash. + This resolves CVE-2006-3672. Thankfully not every reproducible Konq crash + bug gets a CVE number... (Closes: #378962) + + +++ Changes by Christopher Martin: + + * Add replaces for kaffeine (<< 0.8.1-3), since x-mplayer2.desktop is now in + kdelibs-data. + + * Add a number of patches, courtesy of Kubuntu, which attempt to get + kdeprint working reasonably well with CUPS 1.2.x. These patches should + resolve a number of user glitches, such as cryptic errors popping up when + no printer has yet been added to CUPS. + (Closes: #369140, #370403, #375477, #379216) + + * Apply a GNU/kFreeBSD build patch from Petr Salinger. (Closes: #377213) + + -- Debian Qt/KDE Maintainers Thu, 27 Jul 2006 10:14:08 +0200 + +kdelibs (4:3.5.5-0ubuntu4) feisty; urgency=low + + * Add kubuntu_63_ark.diff for better 7z management + + -- Anthony Mercatante Tue, 24 Oct 2006 00:32:33 +0200 + +kdelibs (4:3.5.5-0ubuntu3) edgy; urgency=low + + * Update kubuntu_56_langpacks_desktop_files.diff to fix + malone No 63325 + + -- Jonathan Riddell Sun, 22 Oct 2006 19:57:23 +0100 + +kdelibs (4:3.5.5-0ubuntu2) edgy; urgency=low + + * Revert kdeprint directory and patches to those from kde 3.5.4 packages + closes malone No 65665 + + -- Jonathan Riddell Sat, 14 Oct 2006 01:54:33 +0000 + +kdelibs (4:3.5.5-0ubuntu1) edgy; urgency=low + + * New upstream release + * Remove patches which no longer apply: + - kubuntu_40_cups12_remove_async.diff + - kubuntu_42_cups12_addmodify.diff + - kubuntu_43_cups12_empty_printers.diff + - kubuntu_48_cups12_cupsdconf.diff + - kubuntu_54_mouse_scroll_speed.diff + - cups 1.2 domain socket fixed upstream + * Remove kubuntu_01_kdesu_sudo.diff, and kubuntu_50_kdesu_non_root.patch + patches gone upstream, use new --with-sudo-kdesu-backend + + -- Jonathan Riddell Tue, 3 Oct 2006 11:23:11 +0000 + +kdelibs (4:3.5.4-0ubuntu18) edgy; urgency=low + + * Add kubuntu_62_flash_installer.diff. Make it easier to + install flash plugin, the same way Firefox does. + + -- Anthony Mercatante Tue, 26 Sep 2006 11:41:01 +0200 + +kdelibs (4:3.5.4-0ubuntu17) edgy; urgency=low + + * Remove dependency on menu-xdg from kdelibs4c2a + + -- Jonathan Riddell Thu, 21 Sep 2006 16:01:01 +0100 + +kdelibs (4:3.5.4-0ubuntu16) edgy; urgency=low + + * Rebuild on latest cdbs to change .pot files to UTF8 + + -- Jonathan Riddell Wed, 20 Sep 2006 13:08:59 +0100 + +kdelibs (4:3.5.4-0ubuntu15) edgy; urgency=low + + * Add kubuntu_61_hibernate_icons.diff.uu, add icons for suspend and hibernate + + -- Jonathan Riddell Tue, 19 Sep 2006 12:11:45 +0100 + +kdelibs (4:3.5.4-0ubuntu14) edgy; urgency=low + + * Add common-post-build-arch rule to debian/rules to merge + kde.pot into kdelibs.pot, closes malone #61107 + * Fix distribution string + + -- Jonathan Riddell Mon, 18 Sep 2006 18:50:35 +0100 + +kdelibs (4:3.5.4-0ubuntu13) edgy; urgency=low + + * Fix kubuntu_version in debian/rules + * Use newer version of kubuntu_19_debianize_useragent.diff from Debian + + -- Jonathan Riddell Mon, 18 Sep 2006 15:55:52 +0100 + +kdelibs (4:3.5.4-0ubuntu12) edgy; urgency=low + + * Add kubuntu_60_kresolver_asserts.diff, fixes http://bugs.kde.org/132851 + + -- Jonathan Riddell Mon, 18 Sep 2006 15:18:52 +0100 + +kdelibs (4:3.5.4-0ubuntu11) edgy; urgency=low + + * Removed kubuntu_58_aboutpage_artwork.diff.uu since kubuntu + colors are changing back to blue. + + -- Anthony Mercatante Tue, 12 Sep 2006 12:14:58 +0000 + +kdelibs (4:3.5.4-0ubuntu10) edgy; urgency=low + + * Update kubuntu_52_xinerama.diff with improved patch by Lubos Lunak + * Add kubuntu_59_nomediaioslave_kfile_speedbar.diff from Simon Edwards + + -- Jonathan Riddell Fri, 1 Sep 2006 17:20:58 +0000 + +kdelibs (4:3.5.4-0ubuntu9) edgy; urgency=low + + * Add missing .h file to kubuntu_56_langpacks_desktop_files.diff + + -- Jonathan Riddell Wed, 30 Aug 2006 21:11:59 +0000 + +kdelibs (4:3.5.4-0ubuntu8) edgy; urgency=low + + * Add missing #include to kubuntu_56_langpacks_desktop_files.diff + + -- Jonathan Riddell Wed, 30 Aug 2006 16:12:14 +0000 + +kdelibs (4:3.5.4-0ubuntu7) edgy; urgency=low + + * Add kubuntu_58_aboutpage_artwork.diff with artwork by + Brandon Holtsclaw + + -- Jonathan Riddell Tue, 29 Aug 2006 16:11:49 +0000 + +kdelibs (4:3.5.4-0ubuntu6) edgy; urgency=low + + * Ensure kubuntu_57_nomediaioslave_fileio.diff patch is not applied + before upload. + + -- Jonathan Riddell Tue, 22 Aug 2006 13:35:21 +0000 + +kdelibs (4:3.5.4-0ubuntu5) edgy; urgency=low + + * Modified kubuntu_57_nomediaioslave_fileio.diff from + Simon Edwards, https://wiki.ubuntu.com/KubuntuKDEMedia with new updates + + -- Brandon Holtsclaw Tue, 22 Aug 2006 13:27:49 -0500 + +kdelibs (4:3.5.4-0ubuntu4) edgy; urgency=low + + * Add kubuntu_57_nomediaioslave_fileio.diff from + Simon Edwards, http://www.kdedevelopers.org/node/2231 + + -- Jonathan Riddell Mon, 21 Aug 2006 13:27:49 +0000 + +kdelibs (4:3.5.4-0ubuntu3) edgy; urgency=low + + * Add kubuntu_56_langpacks_desktop_files.diff + and debian/kubuntu-desktop-i18n/ + for https://launchpad.net/distros/ubuntu/+spec/langpacks-desktopfiles-kde + + -- Jonathan Riddell Thu, 3 Aug 2006 00:52:20 +0000 + +kdelibs (4:3.5.4-0ubuntu2) edgy; urgency=low + + * Remove debugging output from kubuntu_28_fix_sudo.diff + + -- Jonathan Riddell Tue, 1 Aug 2006 16:59:36 +0000 + +kdelibs (4:3.5.4-0ubuntu1) edgy; urgency=low + + * New upstream release + + -- Jonathan Riddell Tue, 25 Jul 2006 10:12:19 +0000 + +kdelibs (4:3.5.3-1ubuntu9) edgy; urgency=low + + * Add kubuntu_55_printer_sharing.diff for + https://launchpad.net/distros/ubuntu/+spec/kubuntu-printer-sharing + + -- Jonathan Riddell Mon, 24 Jul 2006 14:45:17 +0100 + +kdelibs (4:3.5.3-1ubuntu8) edgy; urgency=low + + * Added kubuntu_53_tabs_hover_close_delaying.diff to remove delay on + tabs close button + * Added kubuntu_54_mouse_scroll_speed.diff to improve the scroll on + middle click + + -- Anthony Mercatante Fri, 21 Jul 2006 22:15:34 +0200 + +kdelibs (4:3.5.3-1ubuntu7) edgy; urgency=low + + * SECURITY UPDATE: fix remote browser crash + * KDE Konqueror allows remote attackers to cause a denial + of service (application crash) by calling the replaceChild method on a + DOM object, which triggers a null dereference, as demonstrated by calling + document.replaceChild with a 0 (zero) argument. + * Add kubuntu_00_CVE-2006-3672.diff + * References: + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3672 + http://www.mandriva.com/security/advisories?name=MDKSA-2006:130 + + -- Jonathan Riddell Fri, 21 Jul 2006 13:23:01 +0100 + +kdelibs (4:3.5.3-1ubuntu6) edgy; urgency=low + + * Add kubuntu_52_xinerama.diff from + http://ktown.kde.org/~seli/xinerama/ + + -- Jonathan Riddell Thu, 20 Jul 2006 17:38:55 +0100 + +kdelibs (4:3.5.3-1ubuntu5) edgy; urgency=low + + * Fix kubuntu_28_fix_sudo.diff for https://launchpad.net/bugs/44920 + * Make kdelibs4c2a depend on launchpad-integration + + -- Jonathan Riddell Mon, 17 Jul 2006 20:44:47 +0000 + +kdelibs (4:3.5.3-1ubuntu4) edgy; urgency=low + + * Add kubuntu_51_launchpad_integration.diff for + https://launchpad.net/distros/ubuntu/+spec/kubuntu-launchpad-integration + and add launchpad.png icon + + -- Jonathan Riddell Wed, 12 Jul 2006 16:40:37 +0000 + +kdelibs (4:3.5.3-1ubuntu3) edgy; urgency=low + + * Add gettext-kde, kdesdk-scripts as depends to kdelibs4-dev + + -- Jonathan Riddell Wed, 28 Jun 2006 16:31:18 +0000 + +kdelibs (4:3.5.3-1ubuntu2) edgy; urgency=low + + * Rebuild on new Qt to fix binary compatibility breakage + + -- Jonathan Riddell Wed, 28 Jun 2006 14:21:28 +0000 + +kdelibs (4:3.5.3-1ubuntu1) edgy; urgency=low + + * Merge with Debian + + -- Jonathan Riddell Mon, 26 Jun 2006 13:42:57 +0000 + +kdelibs (4:3.5.3-1) unstable; urgency=low + + * New upstream release: + + Fixes crashes in konqueror. (Closes: #356876) + + +++ Changes by Pierre Habouzit: + + * Remove branch pull patches. + + +++ Changes by Christopher Martin: + + * Eliminate the kdelibs-bin package, merging it completely into kdelibs4c2a. + + There existed a (necessary) circular dependency between kdelibs-bin and + kdelibs4c2a. kdelibs-bin is linked to kdelibs4c2a. Also, every KDE + application needs the binaries in kdelibs-bin to function properly, yet + virtually none depend on it. So to break the circular dependency by + removing kdelibs4c2a's dependency on kdelibs-bin would require that all + KDE packages be re-uploaded. And every KDE-using system would still need + both kdelibs-bin and kdelibs4c2a. + + So we'll simply merge them. The general practice of separating libraries + and programs makes no sense for kdelibs, given the close ties between the + two. Multiple versions of the KDE libraries can't be installed + side-by-side in any case. + + For the rare package which depends on kdelibs-bin, kdelibs4c2a will + "Provides: kdelibs-bin". + + The removal of the circular dependency should make future transitions + easier for users, avoiding difficulties such as those encountered during + Woody to Sarge upgrades. (Closes: #310873) + + -- Debian Qt/KDE Maintainers Sun, 28 May 2006 16:57:06 +0200 + +kdelibs (4:3.5.2-2) unstable; urgency=low + + * KDE_3_5_BRANCH update (up to r526316). Contains important fixes for khtml. + Pages which, since the last upload, didn't render at all, or only showed + headers, should be fixed. + + -- Debian Qt/KDE Maintainers Tue, 4 Apr 2006 09:03:26 -0400 + +kdelibs (4:3.5.2-1) unstable; urgency=low + + * New upstream release. + + * KDE_3_5_BRANCH update (up to r523640). + + +++ Changes by Christopher Martin: + + * Remove apparently obsolete python dependency from kdelibs-bin. + (Closes: #356934) + + * Enable inotify support, and change the Recommends: gamin to a Suggests: + fam, since a third-party tool is only advantageous for remote filesystems. + + * Add dcopstart and dcopfind manpages, from Dr. Johannes Ranke. Thanks! + (Closes: #359097) + + +++ Changes by Pierre Habouzit: + + * Update debian/control for new kfreebsd-amd64 port. + + -- Debian Qt/KDE Maintainers Tue, 28 Mar 2006 18:02:00 -0500 + +kdelibs (4:3.5.1-4) unstable; urgency=low + + * KDE_3_5_BRANCH update (up to r517245). + + +++ Changes by Christopher Martin: + + * Add a Makefile.am patch that works around a bit of libtool oddness, to be + investigated. This problem was causing the kdelibs build to fail. Thanks + to Daniel Schepler for finding the fix. (Closes: #355099) + + -- Debian Qt/KDE Maintainers Fri, 10 Mar 2006 12:06:36 -0500 + +kdelibs (4:3.5.1-3) unstable; urgency=medium + + * KDE_3_5_BRANCH update (up to r515119). + + +++ Changes by Christopher Martin: + + * Add an as-yet-uncommitted patch from upstream that prevents the + documentation license from being set as the GFDL, even if the author + specified a different license. Bump urgency for RC fix. (Closes: #353814) + + * Add Replaces for krita and digikam, now that kdelibs includes + x-raw.desktop. + + * Allow building against libgamin-dev as well as libfam-dev. kdelibs4-dev + will also depend on libfam-dev | libgamin-dev. + + -- Debian Qt/KDE Maintainers Thu, 2 Mar 2006 13:26:25 -0500 + +kdelibs (4:3.5.1-2) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * KDE_3_5_BRANCH update (up to r506549). + + * Add a patch to make the Qt Motif Plus style visible again. + (Closes: #350863) + + * Update the avahi patch, fixing kpf crashes, and probably some kded crashes + users reported as well. (Closes: #350266, #351598) + + * Remove obsolete netpbm dependency from kdelibs-bin. + + -- Debian Qt/KDE Maintainers Mon, 6 Feb 2006 19:42:06 -0500 + +kdelibs (4:3.5.1-1) unstable; urgency=low + + * New upstream release. + + +++ Changes by Josh Metzler: + + * Add kdelibs-data Replaces for libdjvulibre1 and libdjvulibre15 (<< 3.5.1-2) + which also include x-djvu.desktop. + (Closes: #347218, #347885, #348020, #348365, #348899) + + +++ Changes by Isaac Clerencia: + + * Apply patch 27_kdnssd_avahi.diff to replace dummy kdelibs kdnssd + implementation with a working avahi-based one. + + * Add Build-Depends on libavahi-client-dev and libavahi-qt3-dev to get + the patch referenced above working. + + +++ Changes by Christopher Martin: + + * Upload to unstable. + + -- Debian Qt/KDE Maintainers Thu, 26 Jan 2006 18:37:01 -0500 + +kdelibs (4:3.5.0-3) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * No longer build with gcc-3.4 on any architectures, since gcc-4.0 should + be fixed. (Closes: #342984) + + * Adjust the Debianization of the Konqueror user agent string. The package + version is not exposed by default. Rather, the level of information + presented is tied to the level of general operating system the user has + configured to be sent. + (Addresses: http://lists.debian.org/debian-qt-kde/2005/12/msg00385.html) + + +++ Changes by Adeodato Simó: + + * Upload to unstable. + + * KDE_3_5_BRANCH update (up to r494869). + + -- Debian Qt/KDE Maintainers Fri, 6 Jan 2006 14:54:24 +0100 + +kdelibs (4:3.5.0-2) experimental; urgency=low + + * Upload to experimental. + + * KDE_3_5_BRANCH update (up to r488534). Bump kdelibs4c2a shlibs to account + for changes. + + -- Debian Qt/KDE Maintainers Wed, 14 Dec 2005 16:16:45 -0500 + +kdelibs (4:3.5.0-1) alioth; urgency=low + + * New upstream release. + + +++ Changes by Christopher Martin: + + * Remove an old conffile from KDE 3.3, ktexteditor_autobookmarkerrc, on + upgrade. (Closes: #339491) + + * Bump DH_COMPAT to 5. No changes, except kdelibs4c2a-dbg is replaced by + kdelibs-dbg, which contains debugging symbols for all kdelibs binaries. + + * Make kdelibs4c2a Recommend gamin, since it supports inotify. Continue + to build against fam for now, however, to ensure that our users have + choice. + + -- Debian Qt/KDE Maintainers Tue, 29 Nov 2005 17:19:36 -0500 + +kdelibs (4:3.4.3-2) unstable; urgency=low + + * KDE_3_4_BRANCH update (up to r483731). + + +++ Changes by Christopher Martin: + + * In the branch update is included a fix for kopete's compilation issues. + (Closes: #337423, #338901) + + +++ Changes by Adeodato Simó: + + * libstdc++ allocator transition: rename kdelibs4c2 to kdelibs4c2a. Bumped + build-dependency version on libarts1-dev and libopenexr-dev. + (Closes: #339190) + + -- Debian Qt/KDE Maintainers Sun, 27 Nov 2005 23:47:21 +0100 + +kdelibs (4:3.5.2-0ubuntu18) dapper; urgency=low + + * Use msgcat not cat to join together two .pot files + + -- Jonathan Riddell Fri, 12 May 2006 20:18:48 +0300 + +kdelibs (4:3.5.2-0ubuntu17) dapper; urgency=low + + * Add kubuntu_50_kdesu_non_root.patch to fix running commands as non-root + with kdesu with su instead of sudo (Malone #41184) + + -- Luka Renko Wed, 10 May 2006 22:45:27 +0200 + +kdelibs (4:3.5.2-0ubuntu16) dapper; urgency=low + + * Add EXTRACTATTR for .pot generation in kde.mk + + -- Jonathan Riddell Tue, 9 May 2006 18:28:27 +0300 + +kdelibs (4:3.5.2-0ubuntu15) dapper; urgency=low + + * Remove highlighting of KJanusWidget sidebar in + 17_kdelibs_rubberband.diff it caused a crash in Adept Installer + Closes Malone #43472 + + -- Jonathan Riddell Mon, 8 May 2006 15:13:19 +0000 + +kdelibs (4:3.5.2-0ubuntu14) dapper; urgency=low + + * Edit kubuntu_03_applications_menu_entries_move.diff to + exclude OpenOffice Draw from Graphics (duplicate entry also in Office) + + -- Jonathan Riddell Thu, 4 May 2006 12:09:54 -0400 + +kdelibs (4:3.5.2-0ubuntu13) dapper; urgency=low + + * Add kubuntu_49_3DES_EDE_CBC.diff from http://bugs.kde.org/124684 + + -- Jonathan Riddell Tue, 2 May 2006 15:42:27 +0100 + +kdelibs (4:3.5.2-0ubuntu12) dapper; urgency=low + + * Alter kde.mk to include kde.pot strings in kdelibs.po + + -- Jonathan Riddell Sat, 29 Apr 2006 11:48:19 +0100 + +kdelibs (4:3.5.2-0ubuntu11) dapper; urgency=low + + * Update kubuntu_19_debianize_useragent.diff for 6.04 -> 6.06 change + + -- Jonathan Riddell Thu, 27 Apr 2006 17:54:52 +0100 + +kdelibs (4:3.5.2-0ubuntu10) dapper; urgency=low + + * Patch from Michael Hofmann + - Add kubuntu_47_cups12_list_ignore_warnings.diff quick fix for + Malone #41151 + - Add kubuntu_48_cups12_cupsdconf.diff fix cupsdconf as much as + possible + + -- Jonathan Riddell Wed, 26 Apr 2006 00:50:37 +0000 + +kdelibs (4:3.5.2-0ubuntu9) dapper; urgency=low + + * Add kubuntu_45_kcmoduleinfo.diff to fix module name test in + KCModuleInfo::KCModuleInfo, thanks to Julien Richard-Foy + * Add kubuntu_46_lisa_error.diff to display a custom error message in Lisa + module tabs. + + -- Raphaël Pinson Mon, 24 Apr 2006 00:15:55 +0200 + +kdelibs (4:3.5.2-0ubuntu8) dapper; urgency=low + + * Fix kubuntu_42_cups12_addmodify.diff for CUPS 1.2 rc2 + + -- Jonathan Riddell Sun, 23 Apr 2006 18:56:33 +0100 + +kdelibs (4:3.5.2-0ubuntu7) dapper; urgency=low + + * Edit debian/cdbs/kde.mk to mark .po files as UTF-8 + + -- Jonathan Riddell Fri, 21 Apr 2006 19:14:29 +0100 + +kdelibs (4:3.5.2-0ubuntu6) dapper; urgency=low + + * Add further patches for CUPS 1.2 support from + Michael Hofmann + - kubuntu_39_cups12_compile_fixes.diff + - kubuntu_40_cups12_remove_async.diff + - kubuntu_41_cups12_startstopfix.diff + - kubuntu_42_cups12_addmodify.diff + - kubuntu_43_empty_printers.diff + - kubuntu_44_init_script.diff + + -- Jonathan Riddell Mon, 17 Apr 2006 21:14:35 +0000 + +kdelibs (4:3.5.2-0ubuntu5) dapper; urgency=low + + * Add kubuntu_37_wm_branch_fixes.diff + Handle X timestamp wrapping correctly even on 64bit platforms. + * Add kubuntu_38_no_generate_kdepot.diff, kde.pot wasn't being + generated correctly breaking pkgstriptranslations + + -- Jonathan Riddell Fri, 14 Apr 2006 16:19:11 +0000 + +kdelibs (4:3.5.2-0ubuntu4) dapper; urgency=low + + * Add kubuntu_36_ioslave_filedialogue.diff from 3.5 branch + makes file dialogues support system:/ and media:/ ioslaves + + -- Jonathan Riddell Fri, 14 Apr 2006 15:25:15 +0000 + +kdelibs (4:3.5.2-0ubuntu3) dapper; urgency=low + + * Add kubuntu_35_kdeprint_branch.diff to fix compile error + with CUPS 1.2, remove my random hack from kubuntu_34_cups12.diff + + -- Jonathan Riddell Thu, 13 Apr 2006 18:53:24 +0100 + +kdelibs (4:3.5.2-0ubuntu2) dapper; urgency=low + + * Add kubuntu_34_cups12.diff, start of a fix for CUPS 1.2 + compatibility. Patch by Michael Hofmann + + -- Jonathan Riddell Thu, 13 Apr 2006 14:35:20 +0100 + +kdelibs (4:3.5.2-0ubuntu1) dapper; urgency=low + + * Added kubuntu_30_fix_copy_and_rename.diff to fix copy/paste + to same folder + + -- Anthony Mercatante Fri, 31 Mar 2006 00:23:17 +0100 + +kdelibs (4:3.5.2-0ubuntu0) dapper; urgency=low + + * New upstream release + * Remove kubuntu_30_kurllabel.diff, now upstream + * Remove kubuntu_31_onlyshowin_autostart.diff, now upstream + * Remove kubuntu_32_autostart_onlykde.diff, now upstream + * Qt dependency now 3.3.6 + + -- Jonathan Riddell Mon, 20 Mar 2006 11:08:32 +0000 + +kdelibs (4:3.5.1-0ubuntu11) dapper; urgency=low + + * Remove stray comma from configure.in.in in + kubuntu_27_kdnssd_avahi.diff that stopped it picking up + -lavahi-common + + -- Jonathan Riddell Wed, 15 Mar 2006 17:35:07 +0000 + +kdelibs (4:3.5.1-0ubuntu10) dapper; urgency=low + + * Fix include path in kubuntu_27_kdnssd_avahi.diff patch + + -- Jonathan Riddell Fri, 10 Mar 2006 15:34:38 +0000 + +kdelibs (4:3.5.1-0ubuntu9) dapper; urgency=low + + * Update 27_kdnssd_avahi.diff now called kubuntu_27_kdnssd_avahi.diff to + fix crash when avahi is not installed + + -- Jonathan Riddell Thu, 9 Mar 2006 09:59:35 +0000 + +kdelibs (4:3.5.1-0ubuntu8) dapper; urgency=low + + * Add patch kubuntu_33_kabc_fix_save to fix loss of addressbook + on exiting kontact (Closes: KDE Bug http://bugs.kde.org/118924). + + -- Raphaël Pinson Mon, 6 Mar 2006 23:59:09 +0100 + +kdelibs (4:3.5.1-0ubuntu7) dapper; urgency=low + + * Drop build dependency on g++-3.4 [hppa]. + + -- Matthias Klose Fri, 17 Feb 2006 00:18:27 +0000 + +kdelibs (4:3.5.1-0ubuntu6) dapper; urgency=low + + * Don't use GCC 3.4 on hppa + + -- Jonathan Riddell Thu, 16 Feb 2006 12:02:55 +0000 + +kdelibs (4:3.5.1-0ubuntu5) dapper; urgency=low + + * Add kubuntu_32_autostart_onlykde.diff + + -- Jonathan Riddell Thu, 9 Feb 2006 12:55:35 +0000 + +kdelibs (4:3.5.1-0ubuntu4) dapper; urgency=low + + * Add kubuntu_31_onlyshowin_autostart.diff to respect OnlyShowIn and + NotShowIn for autostart files + * Change kdelibs4c2a-dbg to kdelibs-dbg (sync with debian) + * Change debian/compat to 5 for dapper to fix -dbg package + + -- Jonathan Riddell Tue, 7 Feb 2006 12:57:52 +0000 + +kdelibs (4:3.5.1-0ubuntu3) dapper; urgency=low + + * Add back kdelibs4c2.install for backports + + -- Jonathan Riddell Tue, 7 Feb 2006 00:43:24 +0000 + +kdelibs (4:3.5.1-0ubuntu2) dapper; urgency=low + + * Add kubuntu_30_kurllabel.diff fix Konqueror status bar icons + * Add configure option --with-lua-includes=/usr/include/lua50 + + -- Jonathan Riddell Wed, 1 Feb 2006 14:27:16 +0000 + +kdelibs (4:3.5.1-0ubuntu1) dapper; urgency=low + + * New upstream release + * Sync 27_kdnssd_avahi.diff with Debian + * Use control-dapper and control-breezy for to allow for backports + + -- Jonathan Riddell Mon, 23 Jan 2006 15:04:54 +0000 + +kdelibs (4:3.5.0-0ubuntu11) dapper; urgency=low + + * Remove netpbm from kdelibs-bin depends, + it is no longer used by kimgio + + -- Jonathan Riddell Wed, 25 Jan 2006 18:10:28 +0000 + +kdelibs (4:3.5.0-0ubuntu10) dapper; urgency=low + + * Add kubuntu_28_fix_sudo.diff to set home directory when + run as root via sudo, stops KDE apps settings wrong permissions on + files in users home directory + * Add kubuntu_29_quiet_kbuildsycoca.diff stop kbuildsycoca complaining + about unknown mimetypes + * SECURITY UPDATE: kjs encodeuri/decodeuri heap overflow vulnerability + * Add kubuntu_20_post_3.4.3_kdelibs_kjs.diff + * An incorrect bounds check in kjs, the Javascript interpreter + engine used by Konqueror and other parts of KDE, that allows + a heap based buffer overflow when decoding invalid utf8 encoded + URI sequences. + * References: + CVE-2006-0019 + http://www.kde.org/info/security/advisory-20060119-1.txt + + -- Jonathan Riddell Fri, 20 Jan 2006 14:39:41 +0000 + +kdelibs (4:3.5.0-0ubuntu9) dapper; urgency=low + + * Make kdelibs4-dev depend on libavahi-client-dev + + -- Jonathan Riddell Thu, 12 Jan 2006 17:25:14 +0000 + +kdelibs (4:3.5.0-0ubuntu8) dapper; urgency=low + + * Make kdelibs4-dev depend on libavahi-common-dev + + -- Jonathan Riddell Thu, 12 Jan 2006 13:47:03 +0000 + +kdelibs (4:3.5.0-0ubuntu7) dapper; urgency=low + + * Make kdelibs4-dev depend on libavahi-qt3-dev + + -- Jonathan Riddell Thu, 12 Jan 2006 11:50:47 +0000 + +kdelibs (4:3.5.0-0ubuntu6) dapper; urgency=low + + * Remove libkdnssd depend from kdelibs4-dev + + -- Jonathan Riddell Thu, 12 Jan 2006 09:09:29 +0000 + +kdelibs (4:3.5.0-0ubuntu5) dapper; urgency=low + + * Add kubuntu_27_kdnssd_avahi.diff for avahi support directly in + kdelibs + + -- Jonathan Riddell Wed, 11 Jan 2006 21:14:20 +0000 + +kdelibs (4:3.5.0-0ubuntu4) dapper; urgency=low + + * Do not install kdnssd library files, they now come from + libkdnssd1-avahi package. Development files stay in kdelibs4-dev. + * Add depends on libkdnssd1-avahi from kdelibs4-dev + + -- Jonathan Riddell Wed, 11 Jan 2006 01:25:52 +0000 + +kdelibs (4:3.5.0-0ubuntu3) dapper; urgency=low + + * Build-dep on latest qt + * Un-apply patch before uploading + + -- Jonathan Riddell Fri, 16 Dec 2005 17:48:30 +0000 + +kdelibs (4:3.5.0-0ubuntu2) dapper; urgency=low + + * Add back updated kubuntu_06_kwallet_simplify_string.diff + and kubuntu_03_applications_menu_entries_move.diff + + -- Jonathan Riddell Thu, 15 Dec 2005 14:34:41 +0000 + +kdelibs (4:3.5.0-0ubuntu1) dapper; urgency=low + + * New upstream release + * Make kdelibs4-dev depend on gamin not fam + + -- Jonathan Riddell Tue, 29 Nov 2005 19:50:37 +0000 + +kdelibs (4:3.5-rc2-0ubuntu6) dapper; urgency=low + + * Add gettext-kde, kdesdk-scripts, hspell, liblualib50-dev as + depends to kdelibs4-dev + + -- Jonathan Riddell Sat, 26 Nov 2005 00:30:51 +0000 + +kdelibs (4:3.5-rc2-0ubuntu5) dapper; urgency=low + + * Add libattr1-dev and libacl1-dev as depends to kdelibs4-dev + + -- Jonathan Riddell Sat, 26 Nov 2005 00:20:02 +0000 + +kdelibs (4:3.5-rc2-0ubuntu4) dapper; urgency=low + + * Add debian/patches/kubuntu_06_fix_kdeprint_cups12_fix.diff, fix kdeprint compile error properly + * Add common/kubuntu_01_kdepot.diff and common/kde.pot, fix .pot generation + + -- Jonathan Riddell Fri, 25 Nov 2005 22:11:51 +0000 + +kdelibs (4:3.5-rc2-0ubuntu3) dapper; urgency=low + + * Fix broken kubuntu_06_fix_kdeprint_compile_hack.diff + + -- Jonathan Riddell Fri, 25 Nov 2005 18:44:54 +0000 + +kdelibs (4:3.5-rc2-0ubuntu2) dapper; urgency=low + + * Add kubuntu_06_fix_kdeprint_compile_hack.diff, quick patch until I + work out how to fix it properly + * Fix kdelibs4-doc.install for correct path of files + + -- Jonathan Riddell Fri, 25 Nov 2005 17:08:31 +0000 + +kdelibs (4:3.5-rc2-0ubuntu1) dapper; urgency=low + + * New upstream release + * libstdc++ transition. Rename kdelibs4c2 to kdelibs4c2a + http://lists.ubuntu.com/archives/ubuntu-devel-announce/2005-November/000016.html + * Tighten build-dep on arts, qt and openexr to pick up libstd++ transition + * build-dep on libattr1-dev and libacl1-dev + * Generate .pot files + + -- Jonathan Riddell Mon, 21 Nov 2005 17:29:53 +0000 + +kdelibs (4:3.5-rc1-0ubuntu1) dapper; urgency=low + + * New upstream pre-release + * Sync with Debian + * Remove 16_default_fonts.diff, merged upstream + * Remove 22_htmltokenizer_cpp_from_3_5.diff, already upstream + * Remove 23_kfiledialog.diff, merged upstream + * kdelibs-data replaces old kttsd + + -- Jonathan Riddell Thu, 10 Nov 2005 17:24:33 +0000 + +kdelibs (4:3.4.3-1) experimental; urgency=low + + * New upstream release. + + +++ Changes by Christopher Martin: + + * Tweak the rounded text selection patch to avoid it causing icon spacing + issues in Konqueror. (Closes: #329404) + + * Add a patch to generate a PIC static libkdefakes, libkdefakes_pic.a. + This will allow other libraries, such as mimelib, to use libkdefakes, + without acquiring non-PIC code or a dependency upon the full kdelibs. + (Closes: #326113) + + +++ Changes by Pierre Habouzit: + + * Add /usr/share/bug/$package/presubj for kdelibs{4c2,-bin,} kindly asking + our users to restart their KDE if reporting a bug just after an upgrade. + + -- Debian Qt/KDE Maintainers Sat, 15 Oct 2005 13:52:25 -0400 + +kdelibs (4:3.4.2-4) unstable; urgency=low + + * KDE_3_4_BRANCH update (up to r458612). + + +++ Changes by Adeodato Simó: + + * Use khtml/html/htmltokenizer.cpp from 3.5 to fix bogus parsing of + whitespace around tags found inside
. This was making konqueror
+    sometimes ignore blank lines in pre mode, which made this friendly
+    maintainer of yours terribly unhappy when visiting bts.turmzimmer.net.
+
+  +++ Changes by Christopher Martin:
+
+  * Add a patch from the "Improving KDE" set that tweaks KDE's default GUI,
+    changing some of the selection and highlight effects. Temporarily bump
+    the Qt build-depends, to ensure we build against a similarly patched
+    package.
+
+  * Add a patch that elimiates the floppy ioslave from the default Open dialog
+    toolbar, since the media ioslave is also present by default and handles
+    floppy drives.
+
+ -- Debian Qt/KDE Maintainers   Fri, 16 Sep 2005 12:52:36 -0400
+
+kdelibs (4:3.4.2-3) unstable; urgency=low
+
+  +++ Changes by Adeodato Simó:
+
+  * Build with g++-3.4 on arm, m68k and hppa; kdelibs triggers the same gcc
+    4.0 ICE as arts does.
+
+  * Apply patch by Aurelien Jarno and Robert Millan for GNU/kFreeBSD support
+    (closes: #289599). Details for the interested:
+
+    + don't build-depend on libasound2-dev on !linux.
+    + use HAVE_SYS_PRCTL_H instead of Q_OS_LINUX in kinit.cpp.
+    + define _tcgetattr and _tcsetattr based on the actual availability of
+      functions and constants, instead of by operating system name.
+
+    Haven't included a hunk that added an extra check on MNT_NOWAIT, because
+    it's not still clear that is really needed.
+
+ -- Debian Qt/KDE Maintainers   Mon, 29 Aug 2005 20:33:32 +0200
+
+kdelibs (4:3.4.2-2) unstable; urgency=low
+
+  +++ Changes by Christopher Martin and Adeodato Simó:
+
+  * Improve the fix for #311958 to make kdelibs binNMUable again. Instead of
+    having kdelibs4c2 depend on kdelibs-data (= ${Source-Version}), split that
+    in (>> 3.X.Y) plus (<< 3.X+1).
+
+    Since this fix can't be introduced in Sarge's kdelibs4, introduce (sigh) a
+    conflicts in kdelibs-data against kdelibs4, which fortunately needs not be
+    versioned because there is no 3.4.2 version of kdelibs4. This will prevent
+    breakage due to partial upgrades and thus closes: #323747, #323967,
+    #324147.
+
+  +++ Changes by Christopher Martin:
+
+  * Drop the versioning from kdelibs4-dev's too strict dependency on
+    libfam-dev. This should allow libgamin-dev to be installed along with
+    kdelibs4-dev once the fam transition is reversed, or libgamin0 stops
+    providing libfam0c102. (Closes: #324174)
+
+  +++ Changes by Adeodato Simó:
+
+  * Patched some Makefiles.am to not use LIBADD for convenience libraries,
+    since libtool can't prune those; specify the dependencies each time the
+    library is used. This allows to reduce a bit more the number of Depends of
+    the kdelibs4 package; in total, this version drops 11 dependencies with
+    respect to the 3.3.x series.
+
+ -- Debian Qt/KDE Maintainers   Wed, 24 Aug 2005 16:05:07 +0200
+
+kdelibs (4:3.4.2-1) unstable; urgency=low
+
+  * New upstream release. Includes a forward declaration of KXMLGUIClient in
+    kactioncollection.h, which makes gcc-4.0 happy and thus closes: #317543,
+    #318017, #319154, #323093 (arson, smb4k, kile and amarok FTBFS).
+
+  * KDE_3_4_BRANCH update.
+
+  +++ Changes by Christopher Martin:
+
+  * GCC 4.0 transition: kdelibs4 becomes kdelibs4c2. Tighten build depends on
+    libarts1-dev, libqt3-mt-dev, libfam-dev, libtiff4-dev, and libopenexr-dev
+    to ensure that we build against transitioned packages.
+
+    Since kdelibs4 now depends on libopenexr2c2, this upload closes: #320450.
+
+  * Make kdelibs4 always depend on the identical version of kdelibs-data.
+    (Closes: #311958)
+
+  +++ Changes by Adeodato Simó:
+
+  * Remove obsolete conflicts/replaces relationships against packages/versions
+    not present in Sarge.
+
+ -- Debian Qt/KDE Maintainers   Tue, 16 Aug 2005 11:16:00 -0400
+
+kdelibs (4:3.4.1-1) experimental; urgency=low
+
+  * New upstream release.
+
+ -- Debian Qt/KDE Maintainers   Tue, 31 May 2005 15:43:52 -0400
+
+kdelibs (4:3.4.92-0ubuntu2) breezy; urgency=low
+
+  * New upstream beta release
+  * Build with nostrip
+
+ -- Jonathan Riddell   Sat, 15 Oct 2005 12:19:22 +0000
+
+kdelibs (4:3.4.91-0ubuntu1) breezy; urgency=low
+
+  * New upstream beta release
+
+ -- Jonathan Riddell   Tue, 13 Sep 2005 11:21:10 +0000
+
+kdelibs (4:3.4.2-0ubuntu4) breezy; urgency=low
+
+  * Add replaces on old knetworkconf for kdelibs-data
+
+ -- Jonathan Riddell   Wed,  3 Aug 2005 12:44:18 +0000
+
+kdelibs (4:3.4.2-0ubuntu3) breezy; urgency=low
+
+  * Rebuild for new Qt buildkey and tighten build-dep
+
+ -- Jonathan Riddell   Thu, 28 Jul 2005 13:37:13 +0000
+
+kdelibs (4:3.4.2-0ubuntu2) breezy; urgency=low
+
+  * Add build-dep on autoconf
+
+ -- Jonathan Riddell   Tue, 26 Jul 2005 16:37:24 +0000
+
+kdelibs (4:3.4.2-0ubuntu1) breezy; urgency=low
+
+  * New upstream release
+  * Build using unsermake
+
+ -- Jonathan Riddell   Mon, 25 Jul 2005 15:49:02 +0000
+
+kdelibs (4:3.4.1-0ubuntu11) breezy; urgency=low
+
+  * Rebuild for removed libXcursor.la and tighten
+    dependency on Qt and arts
+
+ -- Jonathan Riddell   Sun, 24 Jul 2005 20:47:00 +0000
+
+kdelibs (4:3.4.1-0ubuntu10) breezy; urgency=low
+
+  * Add depend on iceauth for kdelibs4c2
+
+ -- Jonathan Riddell   Wed, 20 Jul 2005 20:47:45 +0000
+
+kdelibs (4:3.4.1-0ubuntu9) breezy; urgency=low
+
+  * Remove xbase-clients depenency from kdelibs.
+    iceauth will appear again soon in a new package.
+
+ -- Jonathan Riddell   Wed, 20 Jul 2005 20:25:29 +0000
+
+kdelibs (4:3.4.1-0ubuntu8) breezy; urgency=low
+
+  * Add kubuntu_06_kwallet_simplify_string.diff to simplify KWallet question
+  * Add kubuntu_07_rubberband.diff for pretty file manager selection
+  * Add versioned build-dep on libxrender-dev and tighten version
+    build-dep of Qt to ensure libXrender.la changes
+
+ -- Jonathan Riddell   Mon, 18 Jul 2005 19:20:50 +0000
+
+kdelibs (4:3.4.1-0ubuntu7) breezy; urgency=low
+
+  * Rebuild for libXrender.la changes
+  * Make versioned build-dep on arts stricter
+
+ -- Jonathan Riddell   Sun, 17 Jul 2005 09:23:49 +0000
+
+kdelibs (4:3.4.1-0ubuntu6) breezy; urgency=low
+
+  * Rebuild for new X dependencies.
+
+ -- Jonathan Riddell   Sat, 16 Jul 2005 22:01:57 +0000
+
+kdelibs (4:3.4.1-0ubuntu5) breezy; urgency=low
+
+  * Add kubuntu_04_add_langpack_path.diff to use path for langpacks
+  * Add Kubuntu system icons in debian/system-icons
+  * Add kubuntu_05_icon_scale.diff fix icon scaling
+
+ -- Jonathan Riddell   Mon,  4 Jul 2005 12:39:22 +0000
+
+kdelibs (4:3.4.1-0ubuntu4) breezy; urgency=low
+
+  * Add build depend on libxi-dev
+
+ -- Jonathan Riddell   Tue, 21 Jun 2005 21:28:59 +0000
+
+kdelibs (4:3.4.1-0ubuntu3) breezy; urgency=low
+
+  * Recompile with new Qt
+
+ -- Jonathan Riddell   Tue, 21 Jun 2005 17:35:37 +0000
+
+kdelibs (4:3.4.1-0ubuntu2) breezy; urgency=low
+
+  * Build-dep on a good libqt3-mt-dev (xorg dependencies)
+
+ -- LaMont Jones   Tue, 24 May 2005 21:18:18 -0600
+
+kdelibs (4:3.4.1-0ubuntu1) breezy; urgency=low
+
+  * New upstream release
+  * Sync with Debian
+
+ -- Jonathan Riddell   Mon, 23 May 2005 18:09:36 +0100
+
+kdelibs (4:3.4.0-0pre5) alioth; urgency=low
+
+  * New upstream release.
+
+  * KDE_3_4_BRANCH update.
+
+  * Bugs reported in the Debian BTS fixed by this release:
+
+    - no longer FTBFS on amd64/gcc-4.0. (Closes: #288900)
+
+  * Converted packaging to CDBS (initial version by Daniel Schepler, further
+    changes by Christopher Martin and Adeodato Simó).
+
+  +++ Changes by Adeodato Simó:
+
+  * Added new package kdelibs4-dbg, with separate debugging symbols. Added
+    Build-Dependency on binutils (>= 2.14.90.0.7) as per the dh_strip man
+    page. (Closes: #257588).
+
+  * [cdbs/kde.mk] Use escaped variables in the definitions of kde_htmldir and
+    the like instead of absolute paths, so that /usr/bin/kde-config doesn't
+    output them expanded even when --expandvars is not used. (Closes: #287822)
+
+  * Fixed the ability of the build system to find kde.pot, even when it is not
+    located at KDEDIR/include/kde.pot. This allows the use of targets such as
+    "package-messages" without specifying includedir. (Closes: #283858)
+
+  * Now that graphviz is in main, add it to Build-Depends-Indep together with
+    gsfonts-x11 to generate diagrams in the API documentation.
+
+  +++ Changes by Christopher Martin
+
+  * Adjust the placement of the merging of the Debian menu in
+    applications.menu. Oddly enough, this seems to work around some issues
+    with io slaves and remote file access.
+
+  * Rename applications.menu to kde-applications.menu, avoiding a conflict
+    with the new GNOME xdg menu files. (Closes: #307098)
+
+  * Debianize the Konqueror browser's user-agent string. (Closes: #268659)
+
+  * Tighten libart-2.0-dev build dependency. (Closes: #285882)
+
+  * Clean out useless manpages. New or better ones welcome...
+    (Closes: #292084)
+
+ -- Debian Qt/KDE Maintainers   Sat, 14 May 2005 13:00:44 -0400
+
+kdelibs (4:3.3.2-7) unstable; urgency=high
+
+  +++ Changes by Adeodato Simó:
+
+  * Do not depend on the disappeared libjack0.80.0-0. Achieve so by updating
+    the libtool used to build to the one currently in sid, so that it prunes
+    unnecessary dependencies.
+
+  * The above libtool update removes the kdelibs4 dependency on libmad0, so
+    closes: #311710 ("does not have a versioned dependency on libmad0").
+
+  * Do not unconditionally remove /etc/kderc and other files in /etc on
+    upgrades. Whatever those bits were there for, can be removed now that
+    Sarge is released and shipped with them... (Closes: #316255) Deleted the
+    now empty preinst scripts for kdelibs4 and kdelibs-bin.
+
+  * Acknowledge NMU by Frank Lichtenheld, thanks! (Closes: #309955)
+
+ -- Debian Qt/KDE Maintainers   Sat, 02 Jul 2005 00:14:21 +0200
+
+kdelibs (4:3.4.0-0ubuntu6) breezy; urgency=low
+
+  * removed rm -f /etc/kderc from postinstall
+  * removed old kdelibs4.postinstall file
+  * changed in rules distribution part for breezy
+
+ -- Andreas Mueller   Fri, 20 May 2005 11:09:57 +0000
+
+kdelibs (4:3.4.0-0ubuntu5) breezy; urgency=low
+
+  * CXX transition: Rename kdelibs4 to kdelibs4c2.
+
+ -- Matthias Klose   Sat, 14 May 2005 13:49:24 +0000
+
+kdelibs (4:3.4.0-0ubuntu4) breezy; urgency=low
+
+  * Breezy upload
+
+ -- Jonathan Riddell   Mon,  9 May 2005 09:52:08 +0100
+
+kdelibs (4:3.4.0-0ubuntu3.1) hoary-security; urgency=low
+
+  * Add kubuntu_04_kimgio_security.diff
+  * SECURITY UPDATE: kimgio input validation errors
+  * kimgio contains a PCX image file format reader that does
+    not properly perform input validation. A source code audit
+    performed by the KDE security team discovered several
+    vulnerabilities in the PCX and other image file format
+    readers, some of them exploitable to execute arbitrary
+    code.
+  * References:
+    http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1046
+    http://bugs.kde.org/102328
+    http://www.kde.org/info/security/advisory-20050421-1.txt
+
+ -- Jonathan Riddell   Thu, 21 Apr 2005 04:46:47 +0000
+
+kdelibs (4:3.4.0-0ubuntu3) hoary; urgency=low
+
+  * Move TextEditors from Utilities More to Utilities
+
+ -- Jonathan Riddell   Thu, 24 Mar 2005 04:32:44 +0000
+
+kdelibs (4:3.4.0-0ubuntu2) hoary; urgency=low
+
+  * Move kubuntu_03_applications_menu_editors_move.diff to
+    kubuntu_03_applications_menu_entries_move.diff which also moves
+    Settings to Utilities.
+
+ -- Jonathan Riddell   Thu, 17 Mar 2005 01:19:23 +0000
+
+kdelibs (4:3.4.0-0ubuntu1) hoary; urgency=low
+
+  * Add aboutkde-kubuntu.png.uu konqi image for about kde dialogue
+  * Add kubuntu_03_applications_menu_editors_move.diff moving Editors menu entries to Utilities
+
+ -- Jonathan Riddell   Wed, 16 Mar 2005 01:04:26 +0000
+
+kdelibs (4:3.4.0-0pre1ubuntu2) hoary; urgency=low
+
+  * Add conflicts on old konq-plugins, kdeartwork-style and ksvg.
+
+ -- Jonathan Riddell   Tue,  8 Mar 2005 22:37:52 +0000
+
+kdelibs (4:3.4.0-0pre1ubuntu1) hoary; urgency=low
+
+  * Sync with Debian
+
+ -- Jonathan Riddell   Sun,  6 Mar 2005 00:57:03 +0000
+
+kdelibs (4:3.4.0~rc1-1ubuntu0.2) hoary; urgency=low
+
+  * Add sudo for kdesu patch kubuntu_01_kdesu_sudo.diff
+  * Add applications.menu move patch to stop collisions with Gnome kubuntu_02_applications_menu_rename.diff
+
+ -- Jonathan Riddell   Sat,  5 Mar 2005 21:00:03 +0000
+
+kdelibs (4:3.4.0~rc1-1ubuntu0.1) hoary; urgency=low
+
+  * New upstram release RC1
+
+ -- Andreas Mueller   Tue, 1 Mar 2005 19:12:23 +0000
+
+kdelibs (4:3.3.2-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Export modXModeSwitch. Patch by Mattia Dongili (Closes: #309955)
+
+ -- Frank Lichtenheld   Sat, 21 May 2005 22:02:29 +0200
+
+kdelibs (4:3.3.2-6) unstable; urgency=high
+
+  +++ Changes by Christopher Martin:
+
+  * Includes a corrected fix for CAN-2005-1046. The previous upstream patch
+    broke certain filetypes. This resolves the issue.
+
+ -- Debian Qt/KDE Maintainers   Sat,  7 May 2005 10:30:05 -0400
+
+kdelibs (4:3.3.2-5) unstable; urgency=medium
+
+  +++ Changes by Christopher Martin:
+
+  * KDE_3_3_BRANCH update. Includes fixes for CAN-2005-1046, a series of
+    vulnerabilities involving improper input validation for image files,
+    potentially resulting in arbitrary code execution. (Closes: #304465)
+
+  * Add GFDL to debian/copyright.
+
+  * Add another kaccel patch that fixes non-English keyboards on
+    SunRay terminals. Thanks to Nikita Youshchenko. (Closes: #301971)
+
+ -- Debian Qt/KDE Maintainers   Fri, 22 Apr 2005 11:21:11 -0400
+
+kdelibs (4:3.3.2-4) unstable; urgency=low
+
+  * Improve the fix for CAN-2005-0365 ("insecure temporary file
+    creation") with a patch provided by Javier Fernández-Sanguino Peña:
+    now mktemp is used, previously the temporary file was still created
+    in an unsafe way, although in a safe directory. (Closes: #298533)
+
+  * KDE_3_3_BRANCH update, with several improvements for the IDN situation:
+    - matches SSL certificates based on the punycode version of the hostname.
+    - some TLDs are whitelisted and IDN domains will be resolved for them.
+      These are, by default: at, ch, cn, de, dk, kr, jp, li, no, se, tw.
+      The KDE_USE_IDN environment variable can be set to a colon-separated
+      list of TLDs to override this default, so if empty IDN will be disabled.
+
+  * Backport small patch from KDE 3.4 to prevent kate from printing lots of
+    assertion failures to stderr when editing a long line. (Closes: #298308)
+
+  * Backport small patch from KDE 3.4 to make KSpell search for dictionaries
+    in /usr/lib/aspell-0.6, which is now used by Aspell. (Closes: #296240)
+
+  * As OpenOffice.org 1.1.3 will enter testing together with this version of
+    kdelibs, re-add to kdelibs-data the template .desktop files removed in
+    3.3.2-1. Replace openoffice.org-mimelnk (<< 1.1.3), but don't conflict.
+
+  * This upload will get built with a non-broken gcc version in mipsel,
+    and thus closes: #298615.
+
+ -- Debian Qt/KDE Maintainers   Sat, 12 Mar 2005 18:02:54 +0100
+
+kdelibs (4:3.3.2-3) unstable; urgency=high
+
+  * Urgency high as it closes a security RC bug.
+
+  +++ Changes by Isaac Clerencia:
+
+  * Fix syntax error in dcopidlng, closes: #297095 (was causing kdepim an
+    others to FTBFS).
+
+  * Apply patch from KDE 3.4 to fix CAN-2005-0237 (spoofing using IDN),
+    closes: #294271, #294204. IDN is now disabled in all KDE apps unless
+    the environment variable KDE_USE_IDN is set.
+
+  * Christopher Cheney has kindly relicensed man pages written by him from
+    GDFL to GPL, update the license statement accordingly. Closes: #292085.
+
+ -- Debian Qt/KDE Maintainers   Mon, 28 Feb 2005 14:05:30 +0100
+
+kdelibs (4:3.3.2-2) unstable; urgency=high
+
+  +++ Changes by Adeodato Simó:
+
+  * Include patch to fix CAN-2005-0365, "insecure temporary file creation in
+    kdelibs 3.3.2". dcopidlng no longer creates its temporary files in /tmp.
+    (Closes: #294832, #294896) Urgency set to high because of this and other
+    RC bug fixes below.
+
+  * KDE_3_3_BRANCH update.
+
+  * Include patch from CVS to fix XMLHttpRequest POST being broken in KHTML
+    due to a blank line in headers. (Closes: #292765)
+
+  +++ Changes by Christopher Martin:
+
+  * Add patch from upstream that solves the problem wherein programs whose
+    .desktop entry contained their full path, rather than just the binary
+    to be executed (mainly games), confused kdeinit.
+    (Closes: #270592, #290323)
+
+  * debian/control: Add necessary kdelibs-data Replaces for old
+    openoffice.org packages. (Closes: #292569)
+
+  * Add better manpage for lnusertemp. Thanks to Javier Fernández-Sanguino
+    Peña. (Closes: #292081)
+
+ -- Debian Qt/KDE Maintainers   Sun, 13 Feb 2005 04:58:29 +0100
+
+kdelibs (4:3.3.2-1) unstable; urgency=medium
+
+  +++ Changes by Adeodato Simó:
+
+  * Uploading to unstable. This new upstream version fixes CAN-2004-1145,
+    "Konqueror Java Vulnerability", and thus closes: #286521. Urgency set
+    to medium for this reason (the package has been in experimental for some
+    time, and has been checked to work properly with the rest of 3.3.1
+    packages).
+
+  * debian/control:
+    - make kdelibs-data replace kjscmd (<< 4:3.3.0), which was missed in the
+      3.3.1-1 upload and completely forgotten since then. (Closes: #288653)
+
+  * debian/kdelibs-data.install: the files added in the previous upload were
+    checked not to exist in oo.o-mimelnk in sid, but sadly they exist in the
+    version in sarge. Reverted them for now, will be re-added when OpenOffice
+    1.1.3 enters sarge (with the proper Conflicts: entry). (Closes: #287097)
+
+    List of files:
+      - usr/share/mimelnk/application/vnd.sun.xml.calc.template.desktop
+      - usr/share/mimelnk/application/vnd.sun.xml.draw.template.desktop
+      - usr/share/mimelnk/application/vnd.sun.xml.impress.template.desktop
+      - usr/share/mimelnk/application/vnd.sun.xml.writer.template.desktop
+
+  +++ Changes by Christopher Martin:
+
+  * KDE_3_3_BRANCH update. Pulls in the fix for CAN-2004-1165, the FTP command
+    injection bug. (Closes: #285128, #287201)
+
+  * Add patch to change the group set by KDE CUPS configurator to Debian's
+    default, lpadmin, rather than sys. (Closes: #263430)
+
+  * Add kaccel hack that works around a Konqueror crash with Russian keyboards.
+    (Closes: #287566)
+
+  * Change debian/copyright file to refer to licenses, instead of copyright,
+    when discussing KDE's licenses. (Closes: #290191, #290190)
+
+  * Change dependency on perl-suid to perl, and add Recommends: perl-suid.
+    The lack of perl-suid should only cause problems for some users using
+    NFS or SMB shares. (Closes: #289164)
+
+ -- Debian Qt/KDE Maintainers   Sun, 16 Jan 2005 20:48:01 +0100
+
+kdelibs (4:3.3.2-0pre1) experimental; urgency=low
+
+  * New upstream release.
+
+  * KDE_3_3_BRANCH update. Includes the kdelibs part of the fix
+    for CAN-2004-1158. [CM]
+
+  * Removed patches:
+    - post-3.3.1-kdelibs-khtml.diff and post-3.3.1-kdelibs-kio.diff since
+      these fixes are in KDE_3_3_BRANCH. [CM]
+
+  * New patches:
+    - 06_automake-1.9.diff
+    - 12_cups_docroot.diff: changed the CUPS document path in kdeprint to
+      reflect the Debian default. [CM]
+
+  * Updated dcop.1 manpage with patch by Helge Kreutzman. (Closes: #250631)
+
+  * New entries in debian/kdelibs-data.install:
+    - usr/share/mimelnk/application/java.desktop
+    - usr/share/mimelnk/application/xml.desktop
+    - usr/share/mimelnk/application/vnd.sun.xml.calc.template.desktop
+    - usr/share/mimelnk/application/vnd.sun.xml.draw.template.desktop
+    - usr/share/mimelnk/application/vnd.sun.xml.impress.template.desktop
+    - usr/share/mimelnk/application/vnd.sun.xml.writer.template.desktop
+    - usr/share/apps/ksgmltools2/customization/cs/entities/underLGPL.docbook
+
+  * New entries in debian/kdelibs4-dev.install:
+    - usr/include/kde/kiobuffer.h
+    - usr/include/kde/kwallettypes.h
+
+  * debian/control:
+    - removed unneeded build-dependency on automake1.9. [CM]
+
+  * debian/rules:
+    - call dh_makeshlibs with DH_COMPAT set to 3, so that -V works again for
+      us (works around debhelper bug #280830). (Closes: #280826)
+
+ -- Adeodato Simó   Fri, 17 Dec 2004 01:30:13 +0100
+
+kdelibs (4:3.3.1-4) unstable; urgency=high
+
+  * The "from kde maintainers to m68k porters with love" release.
+  * Move the Conflicts with (<< 3.3.0) packages from kdelibs (dummy package)
+    to kdelibs4 (real package). They were put in the wrong package due to a
+    wrong assumption on how the testing scripts work.
+
+ -- Riku Voipio   Sun, 19 Dec 2004 16:45:39 +0000
+
+kdelibs (4:3.3.1-3) unstable; urgency=high
+
+  * Fix kdeaccessability Conflict. Closes: #285391
+  * Added patch to fix half of Konqueror Window Injection Vulnerability
+    CAN-2004-1158. kdebase upload will fix the rest.
+
+ -- Riku Voipio   Mon, 13 Dec 2004 18:53:21 +0000
+
+kdelibs (4:3.3.1-2) unstable; urgency=medium
+
+  * New upload to aid with transition of KDE 3.3 to sarge and to fix security
+    hole. Urgency set to medium because of these reasons.
+
+  * Add versioned conflicts (<< 4:3.3.0) for all KDE official modules in
+    kdelibs. This will permit the testing transition to happen all at once.
+
+  * Fixed kdewebdev conflict (was << 4:3.3.0, while kdewebdev in sid
+    is 1:3.3.0 -Riku
+
+  * Include patch to fix CAN-2004-1171 ("plain text password exposure").
+    Closes half of #285126. Notes about the patches:
+
+    - post-3.3.1-kdelibs-khtml.diff: dropped hunks #2 and #3 of patch to
+      khtml_part.cpp, since they were whitespace adjustments and were causing
+      failures to apply.
+
+    - post-3.3.1-kdelibs-kio.diff: the patch as given in the KDE Advisory
+      can't be used, since kdelibs 3.3.1-1 includes a KDE_3_3_BRANCH pull that
+      already modifies kio/kio/job.cpp and makes the supplied patch unusable.
+
+      Regenerated patch from CVS: Diff for /kdelibs/kio/kio/job.cpp between
+      version 1.397.2.7 and 1.397.2.8.
+
+ -- Adeodato Simó   Sat, 11 Dec 2004 00:23:09 +0100
+
+kdelibs (4:3.3.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * KDE_3_3_BRANCH update.
+
+ -- Christopher L Cheney   Sun, 31 Oct 2004 03:30:00 -0600
+
+kdelibs (4:3.3.0-2) unstable; urgency=low
+
+  * KDE_3_3_BRANCH update.
+
+ -- Christopher L Cheney   Thu, 23 Sep 2004 17:00:00 -0500
+
+kdelibs (4:3.3.0-1.1) unstable; urgency=low
+
+  * The "Please stop spamming the OpenEXR maintainer (me)" Debian release.
+    - Non Maintainer Upload.
+    - Force rebuild against libopenexr2.
+      (closes: #266504)
+
+ -- Andrew Lau   Fri, 27 Aug 2004 14:22:03 +1000
+
+kdelibs (4:3.3.0-1) unstable; urgency=high
+
+  * New upstream release.
+
+ -- Christopher L Cheney   Fri, 13 Aug 2004 18:00:00 -0500
+
+kdelibs (4:3.2.3-4) unstable; urgency=high
+
+  * KDE_3_2_BRANCH Update.
+  * Apply patch for mktemp security issue. (Closes: #261386)
+  * Build-Depends: libtiff4-dev. (Closes: #262589, #262832)
+
+ -- Christopher L Cheney   Mon,  2 Aug 2004 22:00:00 -0500
+
+kdelibs (4:3.2.3-3) unstable; urgency=low
+
+  * KDE_3_2_BRANCH Update.
+
+ -- Christopher L Cheney   Thu, 22 Jul 2004 03:00:00 -0500
+
+kdelibs (4:3.2.3-2) unstable; urgency=low
+
+  * KDE_3_2_BRANCH Update.
+
+ -- Christopher L Cheney   Sat, 12 Jun 2004 14:30:00 -0500
+
+kdelibs (4:3.2.3-1) unstable; urgency=high
+
+  * New upstream release.
+  * kdelibs-bin Depends: menu-xdg. (Closes: #248610)
+
+ -- Christopher L Cheney   Thu,  3 Jun 2004 19:00:00 -0500
+
+kdelibs (4:3.2.2-2) unstable; urgency=high
+
+  * kdelibs-data Depends: hicolor-icon-theme. (Closes: #238839)
+  * Remove preinst bashism. (Closes: #242946, #242961, #243475)
+  * Do not remove /etc/kde3/system.kdeglobals. (Closes: #245149)
+  * kdelibs-bin Recommends: menu-xdg.
+
+ -- Christopher L Cheney   Wed, 21 Apr 2004 18:00:00 -0500
+
+kdelibs (4:3.2.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Added CUPS usage information to README.Debian. (Closes: #132587)
+  * Update kdelibs-data Replaces: openoffice.org-mimlnk. (Closes: #233700,
+    #236508)
+  * Correct debian menu replacewith usage. (Closes: #237260, #238769,
+    #239260, #241083, #241420, #242266)
+  * debian/Packaging.txt, debian/dh-make/menu.ex: Removed references to
+    the obsolete kderemove menu tag in kdelibs' documentation.
+  * debian/Packaging.txt, debian/dh-make/menu.ex: Added quotes to the menu
+    file examples.
+  * debian/dh-make/rules, debian/Packaging.txt: updated the information to
+    the state that things currently are in sid.
+  * debian/dh-make/rules, debian/Packaging.txt: Added an example icon entry
+    to the example menu file content.
+  * debian/Packaging.txt: Added a paragraph by Nathaniel W. Turner
+    explaining how to use CDBS for packaging a KDE app.
+
+ -- Christopher L Cheney   Mon,  5 Apr 2004 23:00:00 -0500
+
+kdelibs (4:3.2.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Added kdelibs4 Depends xbase-clients. (Closes: #232348)
+
+ -- Christopher L Cheney   Thu, 04 Mar 2004 22:00:00 -0600
+
+kdelibs (4:3.2.0-0pre1v1) experimental; urgency=low
+
+  * New upstream release.
+
+ -- Christopher L Cheney   Tue, 17 Feb 2004 01:00:00 -0600
+
+kdelibs (4:3.1.95-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Christopher L Cheney   Wed, 21 Jan 2004 21:00:00 -0600
+
+kdelibs (4:3.1.5-1) unstable; urgency=low
+
+  * New upstream release.
+  * Added libtool arm patch.
+  * Corrected meinproc manpage. (Closes: #220883)
+  * Added --enable-dnotify to configure (Closes: #206976)
+
+ -- Christopher L Cheney   Sat, 10 Jan 2004 14:00:00 -0600
+
+kdelibs (4:3.1.4-3) unstable; urgency=low
+
+  * Added Replaces to kdelibs-data for arson, k3b. (Closes: #214534)
+  * Move meinproc to kdelibs-bin so that khelpcenter glossary works.
+    (Closes: #214815)
+  * Restore generation of system.kdeglobals. (Closes: #216463)
+  * Remove symlink /usr/share/config -> /etc/kde3.
+
+ -- Christopher L Cheney   Tue,  4 Nov 2003 22:00:00 -0600
+
+kdelibs (4:3.1.4-2) unstable; urgency=low
+
+  * Added patch to update autotools files.
+  * Added patch to remove pedantic-errors from KDE_CHECK_FUNC_EXT since it
+    causes configure checks to fail due to #line numbers being > 32767.
+  * Added patch to make KStandardDirs::addKDEDefaults look in /usr/local as
+    well.
+
+ -- Christopher L Cheney   Sun,  5 Oct 2003 18:00:00 -0500
+
+kdelibs (4:3.1.4-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Christopher L Cheney   Sat, 27 Sep 2003 02:00:00 -0500
+
+kdelibs (4:3.1.3-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Christopher L Cheney   Tue, 29 Jul 2003 20:00:00 -0500
+
+kdelibs (4:3.1.2-2.1) unstable; urgency=low
+
+  * NMU
+  * kdelibs4-dev Depends: libxml2-utils.
+    Closes: #196222, #196958, #199044, #200483, #200484
+
+ -- LaMont Jones   Wed,  9 Jul 2003 15:26:11 -0600
+
+kdelibs (4:3.1.2-2) unstable; urgency=low
+
+  * Add xlibs-pic to kdelibs-dev Depends. (Closes: #193863)
+  * Add libssl-dev to kdelibs-dev Depends. (Closes: #180542)
+
+ -- Christopher L Cheney   Mon, 19 May 2003 12:00:00 -0500
+
+kdelibs (4:3.1.2-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #185697, #192616, #192931)
+
+ -- Christopher L Cheney   Sun, 18 May 2003 01:00:00 -0500
+
+kdelibs (4:3.1.1-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #181547, #181870)
+  * Correct imagetops manpage description. (Closes: #180868)
+
+ -- Christopher L Cheney   Tue, 11 Mar 2003 19:00:00 -0600
+
+kdelibs (4:3.1.0-2) unstable; urgency=low
+
+  * Add 'chmod +x configure' to rules.
+
+ -- Christopher L Cheney   Wed,  5 Feb 2003 12:00:00 -0600
+
+kdelibs (4:3.1.0-1) unstable; urgency=low
+
+  * New Upstream.
+  * Rebuilt debian dir.
+  * Split arts out of kdelibs source.
+
+ -- Christopher L Cheney   Sat, 01 Feb 2003 01:00:00 -0600
+
+kdelibs (4:2.2.2-14) unstable; urgency=low
+
+  * And a quick update to send it to unstable; no changes from -13.woody.3.
+
+ -- Daniel Stone   Wed, 11 Sep 2002 22:29:31 +1000
+
+kdelibs (4:2.2.2-13.woody.8) stable-security; urgency=high
+
+  * Non-maintainer upload by the Security Team
+  * Apply the following patches from upstream:
+    - post-2.2.2-kdelibs-http.patch (CAN-2003-0459)
+    - post-2.2.2-kdelibs-kio-2.diff (CAN-2003-0370)
+    - post-2.2.2-kdelibs-kssl-2.diff (CAN-2003-0370)
+  * These address the issues described in:
+    - http://www.kde.org/info/security/advisory-20030602-1.txt
+    - An upcoming KDE advisory regarding CAN-2003-0370
+
+ -- Matt Zimmerman   Thu, 24 Jul 2003 12:57:56 -0400
+
+kdelibs (4:2.2.2-13.woody.7) stable-security; urgency=high
+
+  * Non-maintainer upload by the Security Team
+  * Applied upstream patch so ghostscript won't execute arbitrary commands
+    hidden inside of postscript files.
+
+ -- Martin Schulze   Thu, 10 Apr 2003 12:05:36 +0200
+
+kdelibs (4:2.2.2-13.woody.6) stable-security; urgency=high
+
+  * Non-maintainer upload by the Security Team
+  * Applied upstream patches to fix several potential vulnerabilities.
+    http://www.kde.org/info/security/advisory-20021220-1.txt
+
+ -- Martin Schulze   Mon,  6 Jan 2003 08:20:04 +0100
+
+kdelibs (4:2.2.2-13.woody.5) stable-security; urgency=high
+
+  * Non-maintainer upload by the Security Team
+  * Second (or third, since the first one burnt together with satie and
+    the entire building around it) injection into the security build
+    network since 8 buildds refuse to upload the binary packages and the
+    maintainer refuses to answer.  *sigh*
+
+ -- Martin Schulze   Sat, 30 Nov 2002 18:25:33 +0100
+
+kdelibs (4:2.2.2-13.woody.4) stable-security; urgency=high
+
+  * Non-maintainer upload by the Security Team
+  * Remove rlogin.protocol and telnet.protocol to fix URL KIO
+    vulnerability (as reported by the KDE team)
+  * Add special detection routine for big/little endianess on MIPS since
+    the line "byteorder  : {big|little} endian" from /proc/cpuinfo was
+    removed as of Linux 2.4.20, resulting in the mipsel buildd being
+    unable to build this package.
+
+ -- Martin Schulze   Fri, 22 Nov 2002 11:42:59 +0100
+
+kdelibs (4:2.2.2-13.woody.3) stable-security; urgency=high
+
+  * Non-maintainer upload authored by security team (Joey)
+  * Fixes cross-site scripting vulnerability in KHTML.
+    (http://www.kde.org/info/security/advisory-20020908-2.txt)
+
+ -- Daniel Stone   Wed, 11 Sep 2002 22:24:35 +1000
+
+kdelibs (4:2.2.2-13.woody.2) stable-security; urgency=high
+
+  * Non-maintainer upload by security team
+  * Security upload to fix SSL problems with Konqueror.
+  * Fix local denial of service attack with aRts. This is NOT a local root
+    vulnerability, just a stupid, over-excited skript kiddie wanting propz
+    off SecurityFocus. *sigh*. (closes: #152211)
+  * Adjusted Build-Depends (i.e. added libstdc++2.10-dev/libstdc++3-dev and g++)
+  * Removed setuid bits for artswrapper from lintian overrides
+  * Added sanity checks to artswrapper so open(), fopen() etc. never
+    return file descriptors 1 or 2 (reserved for stdout and stderr)
+  * Applied upstream patch to avoid a local denial of service (hence not
+    raising the nice level)
+  * Don't install artswrap setuid root anymore because of the above
+
+ -- Martin Schulze   Fri, 16 Aug 2002 18:46:10 +0200
+
+kdelibs (4:2.2.2-13.woody.1) testing-security; urgency=high
+
+  * Non-maintainer upload by security team
+  * Don't install artswrapper suid, it is a security problem waiting to
+    happen
+
+ -- Wichert Akkerman   Fri, 12 Jul 2002 22:47:26 +0200
+
+kdelibs (4:2.2.2-13) unstable; urgency=high
+
+  * Fixed kdelibs-dev dependency should be libpng2-dev
+
+ -- Christopher L Cheney   Fri,  1 Mar 2002 17:00:00 -0600
+
+kdelibs (4:2.2.2-12) unstable; urgency=high
+
+  * New maintainer.
+  * Remove Build-Depends on libglib1.3-dev since it has unstable ABI
+    (Closes: #133171, #134168)
+  * added suggests libjpeg-mmx-progs | libjpeg-progs, netpbm (Closes: #129094)
+
+ -- Christopher L Cheney   Thu, 28 Feb 2002 13:00:00 -0600
+
+kdelibs (4:2.2.2-11) unstable; urgency=low
+
+  * Adopting orphaned package, thanks to Ivan for all the great work over the
+    years.
+
+ -- Daniel Stone   Fri,  4 Jan 2002 09:14:46 -0500
+
+kdelibs (4:2.2.2-10) unstable; urgency=low
+
+  * Fix Deps (Closes: #126232)
+  * Change nas-dev suggests to depends
+  * A Couple upstream fixes
+
+ -- Ivan E. Moore II   Thu, 27 Dec 2001 23:20:00 -0700
+
+kdelibs (4:2.2.2-9) unstable; urgency=low
+
+  * Move all non-module .la files from /usr/lib into -dev package.  We leave
+    all the .la files out of /usr/lib/kde2 and those that may not be normal
+    libraries out of /usr/lib
+  * Fix spelling error (Closes: #124989)
+
+ -- Ivan E. Moore II   Mon, 17 Dec 2001 22:00:00 -0700
+
+kdelibs (4:2.2.2-8) unstable; urgency=low
+
+  * Depend on libfam-dev (Closes: #124264)
+
+ -- Ivan E. Moore II   Sun, 16 Dec 2001 17:21:00 -0700
+
+kdelibs (4:2.2.2-7) unstable; urgency=low
+
+  * Break out bin files from kdelibs3 so that we can interoperate with
+    kdelibs4 easily.
+  * Fix deviceman.cc (Closes: #124132)
+
+ -- Ivan E. Moore II   Fri, 14 Dec 2001 18:28:00 -0700
+
+kdelibs (4:2.2.2-6) unstable; urgency=low
+
+  * sync with upstream
+  * Add in Build-Depends we normally get through libqt-dev so we can better
+    follow policy
+  * Add libfam-dev to Build-Depends
+  * Version the libjpeg62-dev deps and add libjpeg to the depends for
+    kdelibs-dev since some older versions don't have the .la file
+  * Put bug reporting back to KDE so the users are happy and the developers
+    are not.
+  * Conflict (Closes: #123846)
+  * Update dh-make files
+
+ -- Ivan E. Moore II   Thu, 13 Dec 2001 00:57:00 -0700
+
+kdelibs (4:2.2.2-5) unstable; urgency=low
+
+  * sync with upstream
+  * Build with nas support by popular demand
+  * Update Build-Depends:  +nas-dev
+
+ -- Ivan E. Moore II   Wed, 05 Dec 2001 06:04:00 -0700
+
+kdelibs (4:2.2.2-4) unstable; urgency=low
+
+  * sync with upstream
+  * Build cleanup.  export CFLAGS/CXXFLAGS instead of the old method
+  * Build-Depends cleanup
+  * Dep cleanup.  Let's not conflict so much for the final release and lets
+    not Recommend everything for the final release. (Closes: #118952)
+  * Build with Xinerama support for i386 only (Closes: #116765)
+  * Add in bits in debian/rules to make it easier to build optimized binaries
+  * Remove old replaces/conflicts for keystone
+  * Cleanup documentation for freeze
+  * Cleanup dh-make files
+  * Default to Reject for cookie acceptions. (Closes: #121750)
+  * kio_https.* no longer exists and due to diversions we could end up
+    with the files existing but not tied to any package..so let's make
+    sure to remove them.
+
+ -- Ivan E. Moore II   Fri, 30 Nov 2001 12:39:00 -0700
+
+kdelibs (4:2.2.2-3) unstable; urgency=low
+
+  * a couple upstream fixes
+  * debianrules cleanup
+  * More lintian cleanup
+  * Remove stupid debug messages (Closes: #120647)
+  * More work on BTS stuff.  Give 2 options for Help/Report Bug, one to
+    check current reports and one to report.
+
+ -- Ivan E. Moore II   Sun, 25 Nov 2001 20:11:00 -0700
+
+kdelibs (4:2.2.2-2) unstable; urgency=low
+
+  * Remove recommends for libssl as I'm breaking policy by recommending
+    something outside of main.  Will put this back once libssl goes into
+    main.
+  * libkmid | libkmid-alsa to help users out a bit
+
+ -- Ivan E. Moore II   Thu, 22 Nov 2001 20:14:00 -0700
+
+kdelibs (4:2.2.2-1) unstable; urgency=low
+
+  * New upstream version
+  * Provide replace/etc bits for easier migration to/from kde3
+  * Update python deps (Closes: #118208)
+  * Fix glib inclusion bits for gmcop stuff...however we are still
+    not going to build with it until someone has a need for it.
+  * Remove some other hacks
+  * Update deps for qt as qt 2.3.2 has a fix which breaks a piece of kdelibs
+    so let's make sure we match up across the board.
+  * Update shlibs for the same reason
+  * Use libasound2
+  * Fix printing to files with spaces in the name (Closes: #117962)
+  * Fix build with new libxml2 (Closes: #118638)
+  * Update build-depends
+  * Fix overwrite issues (Closes: #118802)
+  * Updates to take care of changes in Qt 2.3.2 (Closes: #118868)
+  * Do away with /etc/kderc and provide a link from /etc/kde2 to
+    /usr/share/kde2/config.  Hardcode the config dir to /usr/share/kde2/config
+    instead of /usr/share/config.  Can't hardcode it to /etc/kde2 since
+    the /usr part of it all is pulled from the prefix.  This will work tho
+  * Move certain -dev binaries over to the -dev package
+  * Should fix socks autodetection (Closes: #118925)
+
+ -- Ivan E. Moore II   Mon, 19 Nov 2001 23:17:00 -0700
+
+kdelibs (4:2.2.1-14) unstable; urgency=low
+
+  * Fix overwrite problem (Closes: #116773)
+  * Hopefully fix arts for bigendian (Closes: #115292)
+  * Sync with upstream
+
+ -- Ivan E. Moore II   Thu, 25 Oct 2001 09:39:00 -0700
+
+kdelibs (4:2.2.1-13) unstable; urgency=low
+
+  * Fix overwrite problem (Closes: #116568)
+  * Sync with upstream
+
+ -- Ivan E. Moore II   Sun, 21 Oct 2001 19:27:00 -0700
+
+kdelibs (4:2.2.1-12) unstable; urgency=low
+
+  * more js fixes
+  * more ssl fixes
+  * gernal sync with upstream
+  * Added missing build-conflict
+  * Get rid of automake hacks...hard code build-dep version for new automake
+    thank god kde3 builds with automake1.5...
+
+ -- Ivan E. Moore II   Fri, 19 Oct 2001 12:43:00 -0700
+
+kdelibs (4:2.2.1-11) unstable; urgency=low
+
+  * Several crash fixes
+  * js fixes
+  * ssl fixes
+  * Update shlibs. This should take care of a few problems
+
+ -- Ivan E. Moore II   Tue, 15 Oct 2001 00:15:00 -0700
+
+kdelibs (4:2.2.1-10) unstable; urgency=low
+
+  * Hopefully fix both the AA problem and the kicker crash problem
+  * Clean up lintian overrides
+  * Sync with upstream
+
+ -- Ivan E. Moore II   Fri, 12 Oct 2001 10:18:00 -0700
+
+kdelibs (4:2.2.1-9) unstable; urgency=low
+
+  * Fix deps (Closes: #115064)
+
+ -- Ivan E. Moore II   Mon, 08 Sep 2001 09:55:00 -0700
+
+kdelibs (4:2.2.1-8) unstable; urgency=low
+
+  * Remove build-depends for auto* since we are doing that locally to
+    get around the automake 1.5 issues
+  * Remove configure checks for automake/autoheader.  On some archs it seems
+    to track this info down and attempt to run auto* which just hoses things
+  * More upstream fixes
+  * Update standards version
+
+ -- Ivan E. Moore II   Mon, 08 Sep 2001 09:55:00 -0700
+
+kdelibs (4:2.2.1-7) unstable; urgency=low
+
+  * Not sure what happened but let's chmod 755 configure just to make
+    sure it's got the proper perms before we execute it (Closes: #114552)
+  * Various other upstream fixes
+
+ -- Ivan E. Moore II   Fri, 05 Sep 2001 09:48:00 -0700
+
+kdelibs (4:2.2.1-6) unstable; urgency=low
+
+  * let this puppy build with automake 1.5
+  * Various other upstream fixes
+
+ -- Ivan E. Moore II   Tue, 02 Sep 2001 01:00:00 -0700
+
+kdelibs (4:2.2.1-5) unstable; urgency=low
+
+  * arts updates ... this should fix some of the arts related problems
+  * crash fix for css
+  * Various other upstream fixes
+  * fix shlibs
+
+ -- Ivan E. Moore II   Sun, 30 Sep 2001 01:00:00 -0700
+
+kdelibs (4:2.2.1-4) unstable; urgency=low
+
+  * Build-Conflict for nas-lib so that we can build properly
+
+ -- Ivan E. Moore II   Mon, 24 Sep 2001 19:25:00 -0700
+
+kdelibs (4:2.2.1-3) unstable; urgency=low
+
+  * Post 2.2.1 quick fixes from upstream
+
+ -- Ivan E. Moore II   Sun, 23 Sep 2001 18:42:00 -0700
+
+kdelibs (4:2.2.1-2) unstable; urgency=low
+
+  * Grrrr build on alpha!
+  * Fix replaces (Closes: #112902)
+  * Fix replacement (Closes: #112901)
+
+ -- Ivan E. Moore II   Wed, 19 Sep 2001 16:27:00 -0700
+
+kdelibs (4:2.2.1-1) unstable; urgency=low
+
+  * New upstream version
+  * Move artsc-config into -dev package (Closes: #109973)
+  * Priority set to extra for -alsa packages
+  * Do NOT build with Xinerama support due to the library being static
+    and that whole PIC/non-PIC so thing.
+  * Fix ctrl+s (Closes: #110694)
+  * Don't need to build with gcc3 for alpha anymore, however we still
+    need to build with -O0
+  * Provide undocumented links (Closes: #94280)
+  * Fixes printing (Closes: #108301, #111388, #109930)
+  * Fix shlibs for alsa packages (Closes: #111640, #110159)
+  * Don't use objprelink anymore
+
+ -- Ivan E. Moore II   Fri, 07 Sep 2001 12:10:00 -0700
+
+kdelibs (4:2.2.0-final-3) unstable; urgency=low
+
+  * Sync with upstream
+  * Fix a couple more deps/build-deps
+
+ -- Ivan E. Moore II   Wed, 22 Aug 2001 10:59:00 -0700
+
+kdelibs (4:2.2.0-final-2) unstable; urgency=low
+
+  * update build-depends for i386
+  * Updated translation bits
+  * sync with upstream
+
+ -- Ivan E. Moore II   Sun, 19 Aug 2001 00:01:00 -0700
+
+kdelibs (4:2.2.0-final-1) unstable; urgency=low
+
+  * New upstream version 2.2
+  * Build with objprelink for i386
+  * update build-depends
+  * do not build with xinerama support for hppa
+
+ -- Ivan E. Moore II   Sat, 04 Aug 2001 02:30:00 -0700
+
+kdelibs (4:2.2.0-0.1beta1-2) unstable; urgency=low
+
+  * synce with upstream
+  * more https related fixes
+  * Fix shlibs
+  * Fix build issues with new libxml2-dev (Closes: #106766)
+  * fix postrm of kdelibs-dev
+
+ -- Ivan E. Moore II   Fri, 27 Jul 2001 12:18:00 -0700
+
+kdelibs (4:2.2.0-0.1beta1-1) unstable; urgency=low
+
+  * synce with upstream
+  * Drop optimization down for cross arch building
+  * Move libkscreensaver.so over to -dev package where it belongs
+
+ -- Ivan E. Moore II   Wed, 25 Jul 2001 03:35:00 -0700
+
+kdelibs (4:2.2.0-0beta1-6) unstable; urgency=low
+
+  * synce with upstream
+  * Update debhelper templates for alpha build bits
+  * Update/Clean/Fix various dependency issues
+
+ -- Ivan E. Moore II   Sun, 08 Jul 2001 00:53:00 -0700
+
+kdelibs (4:2.2.0-0beta1-5) unstable; urgency=low
+
+  * synce with upstream
+  * Add -mieee for Alpha builds
+  * Add Recommends for aspell | ispell
+
+ -- Ivan E. Moore II   Sat, 07 Jul 2001 00:57:00 -0700
+
+kdelibs (4:2.2.0-0beta1-4) unstable; urgency=low
+
+  * synce with upstream
+  * Remove old pam bit (Closes: #103493)
+  * Fix http proxy support
+  * More js fixes
+  * Update standards version
+  * Re-establish shlibs for libarts (Closes: #103655)
+
+ -- Ivan E. Moore II   Wed, 04 Jul 2001 14:37:00 -0700
+
+kdelibs (4:2.2.0-0beta1-3) unstable; urgency=low
+
+  * Fix description (Closes: #103206)
+  * Sync with upstream
+  * Update build-depends
+  * don't compress .bz2 files (Closes: #103262)
+  * Use dpkg-divert instead of alternatives
+
+ -- Ivan E. Moore II   Mon, 02 Jul 2001 13:18:00 -0700
+
+kdelibs (4:2.2.0-0beta1-2) unstable; urgency=low
+
+  * Move over a cups file that didn't get into -cups package
+  * Fix alsa-stamp build location
+  * Change kdelibs3-cups depends on kdebase-libs to a recommends
+  * More upstream fixes
+  * Fix overwrites (Closes: #102857)
+
+ -- Ivan E. Moore II   Fri, 29 Jun 2001 13:18:00 -0700
+
+kdelibs (4:2.2.0-0beta1-1) unstable; urgency=low
+
+  * Fix mips build (Closes: #102007)
+  * Fix postinst stuff
+  * New upstream CVS pull (post alpha2)
+  * 2.2 beta 1
+  * Remove old .shlibs files
+  * Moving to -cvs{date] format for entering into experimental
+  * This is a post alpha1 snapshot taken from the HEAD cvs branch.
+    date listed in the version number states when the initial pull was made
+    however updates may and most likely will have taken place since that
+    date.  Look at it as a >= cvs{date}
+  * More arts cleanup
+  * Adding artsbuilder to the suggests for libarts/libarts-alsa
+  * Includes /tmp security fix
+  * Updated Build-Depends/Depends for docbook stuff
+  * More cleanup in debian/rules
+  * move artsmessage into libarts package where it belongs
+  * Update copyright information
+  * more build cleanup...moving to debhelper version 3
+  * Move dh_make files into kdelibs-dev package where they were supposed to be
+  * Move more includes from kdelibs3 to kdelibs-dev ... new stuff I missed
+  * More more cups bits out of kdelibs3 and into kdelibs3-cups
+  * Reseting all lintian overrides
+  * Add flex to build-depends as well as other deps
+  * Add Debian menu items: cupsdconf
+  * New packages: kdelibs3-cups
+  * Moving kdoc and qt-doc into Build-Depends-Indep
+  * Add Provides in for libarts-alsa/libkmid-alsa
+
+ -- Ivan E. Moore II   Fri, 22 Jun 2001 06:30:00 -0700
+
+kdelibs (4:2.1.1-7) unstable; urgency=low
+
+  * Adding in a dh-make template tree under /usr/share/doc/kdelibs-dev/dh-make
+    It is for a single binary package.
+  * Update README
+  * Remove old undocumented.in bits since it's now pointless
+
+ -- Ivan E. Moore II   Mon, 09 Apr 2001 03:00:00 -0700
+
+kdelibs (4:2.1.1-6) unstable; urgency=low
+
+  * Sync with upstream.
+    Locale updates
+    More http fixes
+  * Update build-depends to include real | virtual
+  * Adding in a Packaging.txt document to kdelibs-dev the goal of which is to
+    answer any question one might have about packaging a KDE app for Debian.
+  * Fixing docs file for libarts
+
+ -- Ivan E. Moore II   Mon, 09 Apr 2001 03:00:00 -0700
+
+kdelibs (4:2.1.1-5) unstable; urgency=low
+
+  * Sync with upstream.
+    Several more http fixes
+  * Removing old AA bits
+
+ -- Ivan E. Moore II   Sat, 07 Apr 2001 04:33:00 -0700
+
+kdelibs (4:2.1.1-4) unstable; urgency=low
+
+  * Sync with upstream.
+    Proxy Authentication fix...round 2.
+  * Oh..and Happy Birthday to my wife Audra.  :)
+
+ -- Ivan E. Moore II   Wed, 04 Apr 2001 18:04:00 -0700
+
+kdelibs (4:2.1.1-3) unstable; urgency=low
+
+  * Sync with upstream.
+    Includes several khtml fixes
+    Memory leak fix
+    Proxy Authentication fix
+  * Update pam file for kde, add more documentation in it and modify defaults
+
+ -- Ivan E. Moore II   Tue, 03 Apr 2001 10:18:00 -0700
+
+kdelibs (4:2.1.1-2) unstable; urgency=low
+
+  * 2 birds with 1 debuild.
+    Rebuild against older libc6
+    Couple upstream fixes in kjs
+
+ -- Ivan E. Moore II   Mon, 19 Mar 2001 13:39:00 -0700
+
+kdelibs (4:2.1.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Dropping provides for kdelibs3-dev
+  * don't allow POST data to dump to the debug output...
+
+ -- Ivan E. Moore II   Mon, 19 Mar 2001 10:26:00 -0700
+
+kdelibs (4:2.1.0.1-5) unstable; urgency=low
+
+  * Several fixes moving us towards 2.1.1
+  * Several "don't crash when..." fixes
+
+ -- Ivan E. Moore II   Thu, 15 Mar 2001 10:26:00 -0700
+
+kdelibs (4:2.1.0.1-4) unstable; urgency=low
+
+  * More upstream fixes
+  * Add in a pam_env statement to kde pam file.  This *should* fix problems
+    people have had with kde not reading in their environment settings
+
+ -- Ivan E. Moore II   Tue, 13 Mar 2001 16:24:00 -0700
+
+kdelibs (4:2.1.0.1-3) unstable; urgency=low
+
+  * More upstream fixes
+    location object fixes for JavaScript
+
+ -- Ivan E. Moore II   Sun, 11 Mar 2001 02:43:00 -0700
+
+kdelibs (4:2.1.0.1-2) unstable; urgency=low
+
+  * More upstream fixes
+    several khtml fixes especially with css
+    more font fixes
+    more session fixes..hopefully solving some of the reports
+  * built with new kdoc
+
+ -- Ivan E. Moore II   Sun, 11 Mar 2001 02:43:00 -0700
+
+kdelibs (4:2.1.0.1-1) unstable; urgency=low
+
+  * Fix proxy authentication
+  * Several other upstream fixes
+
+ -- Ivan E. Moore II   Thu, 08 Mar 2001 15:22:00 -0700
+
+kdelibs (4:2.1.0-3) unstable; urgency=low
+
+  * More upstream fixes
+   Fix for URLs like "http://www.kde.org?query=bla" and "http://www.kde.org#ref"
+   Fix for crashes opening http://www.radiocomercial.pt
+   Fix for accessing cookies via javascript
+   Fix for problem with filenames getting cut with umlauts
+   Fix for problem with permission changes in properties dialog
+   Don't unzip if the filename ends with .gz
+
+ -- Ivan E. Moore II   Wed, 07 Mar 2001 01:54:00 -0700
+
+kdelibs (4:2.1.0-2) unstable; urgency=low
+
+  * Adding libbz2-dev and libsasl-dev into Build-Depends so that the ioslaves
+    will be built on other archs.  Other archs probably didn't even notice.
+  * dcopserver freeze fix
+  * Several other http fixes along with hopefully proper fixes to
+    the url entry problems
+  * Applying patch for Simplified Chinese support
+
+ -- Ivan E. Moore II   Sun, 04 Mar 2001 09:09:00 -0700
+
+kdelibs (4:2.1.0-1) unstable; urgency=low
+
+   * Re-pulling from CVS instead of using the official tarballs.  The
+     official tarballs had problems which made it hard to handle patches
+   * Version changed to 2.1.0 instead of 2.1-final as we are post 2.1-final
+     and pre 2.1.1 which will be released in about a month.  This also allows
+     for the source upload.
+   * Modified ksgmltools configure.in.in to handle new location of sgml files
+   * Updating build-depends
+
+ -- Ivan E. Moore II   Tue, 27 Feb 2001 19:00:00 -0700
+
+kdelibs (4:2.1-final-1) unstable; urgency=low
+
+   * New upstream version
+
+ -- Ivan E. Moore II   Mon, 19 Feb 2001 02:31:00 -0700
+
+kdelibs (4:2.1-beta2-0128-2) unstable; urgency=low
+
+   * Adding in cleanup for kde doc link (Closes: #85653)
+   * Moving from kdelibs3-dev to kdelibs-dev to conform to policy
+
+ -- Ivan E. Moore II   Sun, 18 Feb 2001 02:31:00 -0700
+
+kdelibs (4:2.1-beta2-0128-1) unstable; urgency=low
+
+   * Fixing artsdsp LD_PRELOAD problem (Closes: #83592)
+   * Adding in replaces/conflicts for *ancient* non-existant kdelibs-nossl
+     package. (Closes: #83607)
+
+ -- Ivan E. Moore II   Sun, 28 Jan 2001 01:30:00 -0700
+
+kdelibs (4:2.1-beta2-3) unstable; urgency=low
+
+   * Lots of little fixes
+   * Fixing -dev dependencies...(allowing for -alsa packages)
+   * fix shlibs for libkssl
+   * Adding in a couple more build-depends - autoconf, libtool, gettext
+
+ -- Ivan E. Moore II   Thu, 25 Jan 2001 02:16:00 -0700
+
+kdelibs (4:2.1-beta2-2) unstable; urgency=low
+
+   * Fixes problem with version number not showing
+   * Cleaning up depends for -dev packages
+
+ -- Ivan E. Moore II   Tue, 23 Jan 2001 12:36:00 -0700
+
+kdelibs (4:2.1-beta2-1) unstable; urgency=low
+
+   * New upstream beta
+   * Fixing shlibs
+   * Fixing confliction problem (Closes: #83083)
+
+ -- Ivan E. Moore II   Mon, 22 Jan 2001 06:00:00 -0700
+
+kdelibs (4:2.1-20010118-1) unstable; urgency=low
+
+   * more upstream bug fixes
+     fix JS and onmouseovers
+   * mimetype fixes (Closes: #76455)
+   * fix build order for libarts-alsa
+   * breaking out libkmid to avoid unnessary depends (Closes: #82901, #82924)
+   * libarts and libkmid are Recommends of kdelibs3 and not dependant now
+
+ -- Ivan E. Moore II   Thu, 18 Jan 2001 13:00:00 -0700
+
+kdelibs (4:2.1-20010115-1) unstable; urgency=low
+
+   * more upstream bug fixes
+   * a ton of documentation updates
+   * move away from suidregister
+   * Fix postinst ldconfig calls.  (Closes: #82246)
+   * Adding a libarts-alsa package
+   * Upstream fixes for libltdl includes (Closes: #82359)
+   * Fixes problem with bug report email address
+   * JavaScript/Java happy again...happy happy joy joy happy happy joy joy...
+
+ -- Ivan E. Moore II   Mon, 15 Jan 2001 01:00:00 -0700
+
+kdelibs (4:2.1-20010109-1) unstable; urgency=low
+
+   * more upstream bug fixes
+   * More dependency/build-depend fixes
+   * This was definatly built with the same dpkg that kdelibs-crypto was so
+     I'm assuming this just squeaked by dinstall...so just to be sure...
+   * Java should work again
+   * Fix kdesud security by
+     a) Not creating the socket under /tmp
+     b) Verifying afterwards that it was our own socket
+
+ -- Ivan E. Moore II   Tue, 09 Jan 2001 10:00:00 -0700
+
+kdelibs (4:2.1-20010106-1) unstable; urgency=low
+
+   * more upstream bug fixes
+   * Contains both the symlink/sniff attack fix for kdesu
+   * Moving conflicts for task-* packages to kdebase
+
+ -- Ivan E. Moore II   Sat, 06 Jan 2001 15:00:00 -0700
+
+kdelibs (4:2.1-20010101-1) unstable; urgency=low
+
+   * more upstream bug fixes
+   * Applying new i18n patch
+   * Adding in conflicts for old task- packages (Closes: #81003)
+
+ -- Ivan E. Moore II   Mon, 01 Jan 2001 03:30:00 -0700
+
+kdelibs (4:2.1-20001218-2) unstable; urgency=low
+
+  * more upstream bug fixes
+
+ -- Ivan E. Moore II   Wed, 20 Dec 2000 12:22:00 -0700
+
+kdelibs (4:2.1-20001218-1) unstable; urgency=low
+
+  * more upstream bug fixes
+
+ -- Ivan E. Moore II   Mon, 18 Dec 2000 22:44:00 -0700
+
+kdelibs (4:2.1-20001216-1) unstable; urgency=low
+
+  * more upstream bug fixes
+
+ -- Ivan E. Moore II   Sat, 16 Dec 2000 18:44:00 -0700
+
+kdelibs (4:2.1-20001214-1) unstable; urgency=low
+
+  * new kdelibs-doc rules thanks to Gordon Sadler w/ tweaks to allow building
+    when kdelibs is not already installed... (Closes: #79583)
+  * more upstream bug fixes
+
+ -- Ivan E. Moore II   Thu, 14 Dec 2000 13:35:00 -0700
+
+kdelibs (4:2.1-20001213-1) unstable; urgency=low
+
+  * New upstream beta
+  * Breaking out aRts pieces into their own packages so that others don't
+    need to install kdelibs in it's entirety to use arts.
+
+ -- Ivan E. Moore II   Wed, 13 Dec 2000 14:22:00 -0700
+
+kdelibs (4:2.0-final-5) unstable; urgency=low
+
+  * More upstream fixes
+  * More dependency work
+
+ -- Ivan E. Moore II   Sun, 12 Nov 2000 18:15:00 -0700
+
+kdelibs (4:2.0-final-4) unstable; urgency=low
+
+  * More upstream fixes
+  * Applying new i18n patch
+  * More dependency work
+
+ -- Ivan E. Moore II   Wed, 08 Nov 2000 17:30:00 -0700
+
+kdelibs (4:2.0-final-3.1) unstable; urgency=low
+
+  * Applying i18n patch (Closes: #75830)
+
+ -- Ivan E. Moore II   Sun, 05 Nov 2000 23:00:00 -0700
+
+kdelibs (4:2.0-final-3) unstable; urgency=low
+
+  * More upstream fixes
+  * Fixing (again) suid bit on artswrapper
+  * Changing bug reporting to point to bugs.debian.org - hopefully I don't
+    totally hose the bug reporting pieces...
+  * Building against X4 libs
+
+ -- Ivan E. Moore II   Sat, 04 Nov 2000 01:30:00 -0700
+
+kdelibs (4:2.0-final-2.2) unstable; urgency=low
+
+  * Fixing dependency I hosed
+  * Fixing suid bit on artswrapper
+
+ -- Ivan E. Moore II   Fri, 03 Nov 2000 00:30:00 -0700
+
+kdelibs (4:2.0-final-2.1) unstable; urgency=low
+
+  * kdelibs-doc once again contains it's kdoc output
+  * kstyles upstream fixes
+
+ -- Ivan E. Moore II   Thu, 02 Nov 2000 21:46:00 -0700
+
+kdelibs (4:2.0-final-2) unstable; urgency=low
+
+  * more upstream fixes
+
+ -- Ivan E. Moore II   Thu, 02 Nov 2000 18:00:00 -0700
+
+kdelibs (4:2.0-final-0) unstable; urgency=low
+
+  * KDE 2.0
+
+ -- Ivan E. Moore II   Mon, 23 Oct 2000 00:00:00 -0700
+
+kdelibs (4:2.0-20001016-0) unstable; urgency=low
+
+  * more upstream fixes
+
+ -- Ivan E. Moore II   Mon, 16 Oct 2000 15:00:00 -0700
+
+kdelibs (4:2.0-20001015-0) unstable; urgency=low
+
+  * more upstream fixes
+
+ -- Ivan E. Moore II   Sun, 15 Oct 2000 20:05:00 -0700
+
+kdelibs (4:2.0-20001013-0) unstable; urgency=low
+
+  * more upstream fixes
+
+ -- Ivan E. Moore II   Fri, 13 Oct 2000 23:45:00 -0700
+
+kdelibs (4:2.0-20001011-0) unstable; urgency=low
+
+  * more upstream fixes
+
+ -- Ivan E. Moore II   Wed, 11 Oct 2000 03:45:00 -0700
+
+kdelibs (4:2.0-20001009-3) unstable; urgency=low
+
+  * more upstream fixes
+
+ -- Ivan E. Moore II   Tue, 10 Oct 2000 17:00:00 -0700
+
+kdelibs (4:2.0-20001009-2) unstable; urgency=low
+
+  * more upstream fixes
+
+ -- Ivan E. Moore II   Tue, 10 Oct 2000 00:00:00 -0700
+
+kdelibs (4:2.0-20001009-0) unstable; urgency=low
+
+  * KDE 2.0 RC2
+
+ -- Ivan E. Moore II   Mon, 09 Oct 2000 08:00:00 -0700
+
+kdelibs (4:2.0-20001006-4) unstable; urgency=low
+
+  * Fixing startup crashes
+
+ -- Ivan E. Moore II   Sun, 08 Oct 2000 09:00:00 -0700
+
+kdelibs (4:2.0-20001006-3) unstable; urgency=low
+
+  * More upstream fixes
+  * Fixing preinst applnk problem (Closes: #74195, #74218)
+
+ -- Ivan E. Moore II   Sun, 08 Oct 2000 03:00:00 -0700
+
+kdelibs (4:2.0-20001006-2) unstable; urgency=low
+
+  * More crypto fixes
+
+ -- Ivan E. Moore II   Fri, 06 Oct 2000 15:30:00 -0700
+
+kdelibs (4:2.0-20001006-0) unstable; urgency=low
+
+  * More upstream fixes
+  * Getting rid of kdelibs-nossl and now providing a kdelibs-crypto package
+
+ -- Ivan E. Moore II   Fri, 06 Oct 2000 01:30:00 -0700
+
+kdelibs-nossl (4:2.0-20001004-2) unstable; urgency=low
+
+  * More upstream fixes
+
+ -- Ivan E. Moore II   Thu, 05 Oct 2000 15:00:00 -0700
+
+kdelibs-nossl (4:2.0-20001004-0) unstable; urgency=low
+
+  * More upstream fixes
+
+ -- Ivan E. Moore II   Wed, 04 Oct 2000 23:30:00 -0700
+
+kdelibs (4:2.0-20001002-0) unstable; urgency=low
+
+  * KDE 2.0 RC1
+
+ -- Ivan E. Moore II   Mon, 02 Oct 2000 01:30:00 -0700
+
+kdelibs (4:2.0-20000927-0) unstable; urgency=low
+
+  * More upstream fixes
+
+ -- Ivan E. Moore II   Wed, 27 Sep 2000 23:30:00 -0700
+
+kdelibs (4:2.0-20000925-0) unstable; urgency=low
+
+  * More upstream fixes
+
+ -- Ivan E. Moore II   Mon, 25 Sep 2000 15:30:00 -0700
+
+kdelibs (4:2.0-20000923-0) unstable; urgency=low
+
+  * More upstream fixes
+  * Fixing build issues
+
+ -- Ivan E. Moore II   Sat, 23 Sep 2000 23:00:00 -0700
+
+kdelibs (4:2.0-20000920-0) unstable; urgency=low
+
+  * More upstream fixes
+  * Fixing build issues
+
+ -- Ivan E. Moore II   Wed, 20 Sep 2000 23:00:00 -0700
+
+kdelibs (4:2.0-20000918-0) unstable; urgency=low
+
+  * More upstream fixes (-beta5)
+
+ -- Ivan E. Moore II   Mon, 18 Sep 2000 17:00:00 -0700
+
+kdelibs (4:2.0-20000910-0) unstable; urgency=low
+
+  * More upstream fixes
+
+ -- Ivan E. Moore II   Sun, 10 Sep 2000 23:00:00 -0700
+
+kdelibs (4:2.0-20000909-0) unstable; urgency=low
+
+  * More package cleanup
+  * More upstream fixes
+  * All lintian errors are bogus currently.  k*.so files are modules and
+    I can only assume that lintian just doesn't know how to handle them.
+    the extra license's are needed for KDE and specially setup for KDE
+
+ -- Ivan E. Moore II   Sat, 09 Sep 2000 02:00:00 -0700
+
+kdelibs (4:2.0-20000907-0.1) unstable; urgency=low
+
+  * Fixing issue with requiring -dev package
+
+ -- Ivan E. Moore II   Thu, 07 Sep 2000 21:00:00 -0700
+
+kdelibs-nossl (4:2.0-20000907-0) unstable; urgency=low
+
+  * More Upstream fixes
+  * Initial Debian upload
+
+ -- Ivan E. Moore II   Thu, 07 Sep 2000 01:00:00 -0700
+
+kdelibs (4:2.0-20000905-0.1) unstable; urgency=low
+
+  * More Upstream fixes
+
+ -- Ivan E. Moore II   Tue, 05 Sep 2000 18:30:00 -0700
+
+kdelibs (4:2.0-20000905-0) unstable; urgency=low
+
+  * More Upstream fixes
+  * Adding in a version number for libqt2.2 dependency
+
+ -- Ivan E. Moore II   Tue, 05 Sep 2000 00:30:00 -0700
+
+kdelibs (4:2.0-20000901-0) unstable; urgency=low
+
+  * More Upstream fixes
+
+ -- Ivan E. Moore II   Fri, 01 Sep 2000 00:02:00 -0700
+
+kdelibs (4:2.0-20000829-0) unstable; urgency=low
+
+  * More Upstream fixes
+  * Committing most package updates to CVS tree
+  * No GPL/QT conflictions
+
+ -- Ivan E. Moore II   Tue, 29 Aug 2000 21:15:00 -0700
+
+kdelibs (4:2.0-20000825-0) experimental; urgency=low
+
+  * Upstream fixes
+
+ -- Ivan E. Moore II   Fri, 25 Aug 2000 20:00:00 -0700
+
+kdelibs (4:2.0-20000824-1.0) experimental; urgency=low
+
+  * KDE 2.0 beta 4
+
+ -- Ivan E. Moore II   Thu, 24 Aug 2000 18:30:00 -0700
+
+kdelibs (4:2.0-20000821-1.0) experimental; urgency=low
+
+  * New upstream fixes
+  * Adding config link check into postinst script
+
+ -- Ivan E. Moore II   Mon, 21 Aug 2000 22:45:00 -0700
+
+kdelibs (4:2.0-20000820-1.0) experimental; urgency=low
+
+  * New upstream fixes
+  * No requirement for -dev package now
+
+ -- Ivan E. Moore II   Sun, 20 Aug 2000 07:45:00 -0700
+
+kdelibs (4:2.0-20000816-1.0) experimental; urgency=low
+
+  * Major hacking to fix tons of issues
+  * New upstream beta version
+
+ -- Ivan E. Moore II   Wed, 16 Aug 2000 22:30:00 -0700
+
+kdelibs (4:2.0-20000814-1.0) experimental; urgency=low
+
+  * More CVS updates
+  * Tweaks to applnk items
+
+ -- Ivan E. Moore II   Mon, 14 Aug 2000 02:30:00 -0700
+
+kdelibs (4:2.0-20000810-1.0) experimental; urgency=low
+
+  * More CVS updates
+
+ -- Ivan E. Moore II   Thu, 10 Aug 2000 02:30:00 -0700
+
+kdelibs-cvs (4:2.0-20000517-1.0) experimental; urgency=low
+
+  * More CVS updates
+  * Turning on debugging
+  * Fixes to preinst script
+
+ -- Ivan E. Moore II   Wed, 17 May 2000 22:30:00 -0700
+
+kdelibs-cvs (4:2.0-20000512-1.2) experimental; urgency=low
+
+  * New upstream beta version
+  * Turning on debugging
+
+ -- Ivan E. Moore II   Fri, 12 May 2000 20:30:00 -0700
+
+kdelibs-cvs (4:2.0-20000403-1.0) experimental; urgency=low
+
+  * More upstream CVS updates
+  * Adding in depends for kde-qt-addon
+
+ -- Ivan E. Moore II   Mon, 03 Apr 2000 06:30:00 -0700
+
+kdelibs-cvs (4:2.0-20000306-1.1) experimental; urgency=low
+
+  * More upstream CVS updates
+
+ -- Ivan E. Moore II   Mon, 06 Mar 2000 22:45:00 -0700
+
+kdelibs-cvs (4:2.0-20000302-1.0) experimental; urgency=low
+
+  * More upstream CVS updates
+
+ -- Ivan E. Moore II   Thu, 02 Mar 2000 22:00:00 -0700
+
+kdelibs-cvs (4:2.0-20000229-1.0) experimental; urgency=low
+
+  * More upstream CVS updates
+  * Adding in build-depends
+  * Making changes to ust libqt2.1
+
+ -- Ivan E. Moore II   Tue, 29 Feb 2000 22:00:00 -0700
+
+kdelibs-cvs (4:2.0-20000221-1.1) experimental; urgency=low
+
+  * Rebuild with updated CVS files and new cleanups
+
+ -- Ivan E. Moore II   Tue, 22 Feb 2000 18:00:00 -0700
+
+kdelibs-cvs (4:2.0-20000221-1.0) experimental; urgency=low
+
+  * More upstream changes
+  * Adding in a shlibs.local file to clear up self-dependency
+  * Adding in missing man pages
+  * Seperating out doc files again
+
+ -- Ivan E. Moore II   Mon, 21 Feb 2000 22:00:00 -0700
+
+kdelibs-cvs (4:2.0-19991117-1.0) experimental; urgency=low
+
+  * More upstream changes
+
+ -- Ivan E. Moore II   Wed, 17 Nov 1999 05:30:00 -0400
+
+kdelibs-cvs (4:2.0-19991020-1.0) experimental; urgency=low
+
+  * More upstream changes
+
+ -- Ivan E. Moore II   Wed, 20 Oct 1999 06:30:00 -0400
+
+kdelibs-cvs (4:2.0-19991013-1.0) experimental; urgency=low
+
+  * More upstream changes
+  * More cleanup
+  * Removing conffiles for compile time creaction of it
+  * Adding in pre* scripts
+  * Commenting out dh_link piece to see if we still need it
+
+ -- Ivan E. Moore II   Wed, 13 Oct 1999 23:30:00 -0400
+
+kdelibs-cvs (4:2.0-19991001-0.1) experimental; urgency=low
+
+  * new upstream CVS version
+
+ -- Ivan E. Moore II   Fri, 01 Oct 1999 14:30:00 -0400
+
+kdelibs-cvs (4:2.0-19990921-0.1) experimental; urgency=low
+
+  * new upstream CVS version
+  * Fixing postinst script and one minor issue with rules to bring everything
+    up to Debian policy.
+
+ -- Ivan E. Moore II   Tue, 21 Sep 1999 11:15:00 -0400
+
+kdelibs-cvs (4:2.0-19990912-0.1) experimental; urgency=low
+
+  * new upstream CVS version
+  * Using 0.x numbers for my updates which is mainly to keep up with CVS
+
+ -- Ivan E. Moore II   Mon, 13 Sep 1999 14:30:39 -0400
+
+kdelibs-cvs (4:2.0-19990903-1.0) experimental; urgency=low
+
+  * new upstream version
+
+ -- Stephan Kulow   Fri,  3 Sep 1999 21:01:39 +0200
+
+kdelibs-cvs (4:2.0-19990823-1.0) experimental; urgency=low
+
+  * More CVS updates
+  * Adding in a process to the postinst to verify that /usr/doc/kde/HTML/default
+    is a link and not a directory
+  * Removing ldconfig from postrm
+
+ -- Ivan E. Moore II   Mon, 23 Aug 1999 07:30:28 -0400
+
+kdelibs-cvs (4:2.0-19990822-1.0) experimental; urgency=low
+
+  * Adding a link from /etc/kde2 to /usr/share/config until the proper
+    solution is made.
+  * More CVS updates
+
+ -- Ivan E. Moore II   Sun, 22 Aug 1999 05:00:28 -0400
+
+kdelibs-cvs (4:2.0-19990820-1.1) experimental; urgency=low
+
+  * New upstream CVS version
+
+ -- Ivan E. Moore II   Sat, 21 Aug 1999 00:30:28 -0400
+
+kdelibs-cvs (4:2.0-19990820-1) experimental; urgency=low
+
+  * New upstream CVS version
+  * Moving into /usr from /opt
+
+ -- Ivan E. Moore II   Fri, 20 Aug 1999 11:00:28 -0400
+
+kdelibs-cvs (4:2.0-19990720-1) experimental; urgency=low
+
+  * New upstream CVS version
+
+ -- Ivan E. Moore II   Tue, 20 Jul 1999 07:45:28 -0400
+
+kdelibs-cvs (4:2.0-19990626-2) experimental; urgency=low
+
+  * back to using the paths out of debianrules with some dependency trick
+    in rules. No more hardcoded paths there
+  * don't use kderc file, but add the paths that are known to be
+    nonstandard in rules. And install into $kde_confdir/system.kdeglobals
+    /etc/kderc may be used for the noncvs version later. For now it asks
+    for trouble in my eyes :)
+  * some changes in debianrules to make it more flexible too
+  * don't compile with --enable-debug, but with --disable-debug - this does
+    more than removing -g, don't know who made this policy within debian
+  * use --enable-final as it makes thinks smaller, faster and better anyway ;)
+
+ -- Stephan Kulow   Sat, 26 Jun 1999 14:33:05 +0200
+
+kdelibs-cvs (4:2.0-19990626-1) experimental; urgency=low
+
+  * New upstream CVS version
+  * Fixing the /etc/kderc file (had it there, just didn't install it)
+
+ -- Ivan E. Moore II   Sat, 26 Jun 1999 07:00:28 -0400
+
+kdelibs-cvs (4:2.0-19990624-1) experimental; urgency=low
+
+  * New upstream CVS version
+  * Adding in a /etc/kderc file
+
+ -- Ivan E. Moore II   Fri, 25 Jun 1999 23:50:28 -0400
+
+kdelibs-cvs (4:2.0-19990620-1) experimental; urgency=low
+
+  * New upstream CVS version
+  * Migrating to /etc/kde from /etc/kde2
+
+ -- Ivan E. Moore II   Sun, 20 Jun 1999 11:00:28 -0400
+
+kdelibs-cvs (4:2.0-19990601-1) experimental; urgency=low
+
+  * New upstream CVS version
+
+ -- Ivan E. Moore II   Tue, 01 Jun 1999 01:00:28 -0400
+
+kdelibs-cvs (4:2.0-19990524-1) experimental; urgency=low
+
+  * migrating back to / from /opt
+  * migrating in new build fixes from -stable bringing package more in
+    line with current Debian dist
+
+ -- Ivan E. Moore II   Mon, 24 May 1999 07:00:28 -0400
+
+kdelibs-cvs (4:2.0-19990314-1) experimental; urgency=low
+
+  * moving the -cvs from version to package name
+
+ -- Stephan Kulow   Sun, 14 Mar 1999 21:12:28 +0100
+
+kdelibs (4:2.0-19990312-cvs-3) experimental; urgency=low
+
+  * use INSTALL_DATA with -p
+
+ -- Stephan Kulow   Sat, 13 Mar 1999 23:13:09 +0100
+
+kdelibs (4:2.0-19990312-cvs-2) experimental; urgency=low
+
+  * use DESTDIR
+
+ -- Stephan Kulow   Sat, 13 Mar 1999 23:11:16 +0100
+
+kdelibs (4:2.0-19990312-cvs-1) experimental; urgency=low
+
+  * new upstream version with corba support libraries integrated
+
+ -- Stephan Kulow   Fri, 12 Mar 1999 23:31:27 +0100
+
+kdelibs (4:2.0-19990309-1) experimental; urgency=low
+
+  * new upstream version out of CVS (many translation updates and some
+    security fixes
+  * install it into /opt/kde2pre for now (unstripped)
+
+ -- Stephan Kulow   Sat,  6 Mar 1999 18:03:04 +0100
+
+kdelibs (4:1.1-19990217-1) unstable; urgency=low
+
+  * new upstream version
+
+ -- Stephan Kulow   Wed, 17 Feb 1999 19:09:42 +0100
+
+kdelibs (4:1.1-19990207-2) unstable; urgency=low
+
+  * fixed a bug with the jpeglib version
+
+ -- Stephan Kulow   Tue,  9 Feb 1999 09:31:40 +0100
+
+kdelibs (4:1.1-19990207-1) unstable; urgency=low
+
+  * new upstream version 1.1 and new epoche
+
+ -- Stephan Kulow   Sun,  7 Feb 1999 12:12:58 +0100
+
+kdelibs (2:980710-1.0-1) unstable; urgency=low
+
+  * new upstream version 1.0
+
+ -- Stephan Kulow   Sun, 12 Jul 1998 10:12:19 +0200
+
+kdelibs (2:980419-b4-1) unstable; urgency=low
+
+  * new upstream version Beta4
+
+ -- Stephan Kulow   Sun, 19 Apr 1998 13:58:13 +0200
+
+kdelibs (2:980312-4) frozen; urgency=low
+
+  * touch the .so.0 files to satisfy lintian
+  * moved all unnecessary files out of -dev
+  * moved the symbolic link default->en to kdelibs, where it belongs
+  * fixed the shlibs format
+  * new qt1g release (1.33)
+
+ -- Stephan Kulow   Tue, 31 Mar 1998 13:00:00 +0100
+
+kdelibs (2:980312-3) frozen; urgency=low
+
+  * new g++ and libstdc++ release (egcs-2.90.26-1)
+
+ -- Stephan Kulow   Tue, 24 Mar 1998 14:45:16 +0100
+
+kdelibs (2:980312-2) unstable; urgency=low
+
+  * use debhelper now
+
+ -- Stephan Kulow   Sun, 15 Mar 1998 21:28:42 +0100
+
+kdelibs (2:980312-1) experimental; urgency=low
+
+  * changed the files file
+  * New upstream release
+
+ -- Stephan Kulow   Thu, 12 Mar 1998 22:15:37 +0100
+
+kdelibs (2:980310-3) experimental; urgency=low
+
+  * removed the preinst script
+  * use absolute paths instead of the one with
+  * changed directory for libraries
+
+ -- Stephan Kulow   Wed, 11 Mar 1998 20:11:50 +0100
+
+kdelibs (2:980310-2) experimental; urgency=low
+
+  * removed the file correction part from kderules
+
+ -- Stephan Kulow   Mon,  9 Mar 1998 23:29:50 +0100
+
+kdelibs (2:980310-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Stephan Kulow   Mon,  9 Mar 1998 22:47:16 +0100
+
+kdelibs (980303-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Stephan Kulow   Wed, 4 Mar 1998 10:43:42 +0100
+
+kdelibs (980228-1) experimental; urgency=low
+
+  * added *.moc to the clean target
+  * New upstream release
+
+ -- Stephan Kulow   Sat, 28 Feb 1998 21:05:58 +0100
+
+kdelibs (980227-2) experimental; urgency=low
+
+  * removed the REENTRANT flag. KDE don't uses threds
+  * updated libmediatool
+
+ -- Stephan Kulow   Sat, 28 Feb 1998 01:22:56 +0100
+
+kdelibs (980227-1) experimental; urgency=low
+
+  * changed the name of libjpeg-dev
+  * renamed preint to preinst (typo while moving last time)
+  * added fields in control file (most taken from AJ's versions)
+  * New upstream release
+
+ -- Stephan Kulow   Fri, 27 Feb 1998 20:20:24 +0100
+
+kdelibs (980225-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Stephan Kulow   Wed, 25 Dec 1998 19:23:12 +0100
+
+kdelibs (980224-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Stephan Kulow   Wed, 25 Dec 1998 11:25:23 +0100
+
+kdelibs (1:Beta2-2.1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Andreas Jellinghaus   Fri,  5 Dec 1997 21:15:52 +0100
+
+kdelibs (1:Beta2-2) unstable; urgency=low
+
+  * removed virtual package names.
+
+ -- Andreas Jellinghaus   Sun, 30 Nov 1997 16:59:27 +0100
+
+kdelibs (1:Beta2-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Andreas Jellinghaus   Sun, 23 Nov 1997 14:04:20 +0100
+
+kdelibs (1:Beta1.2-2) unstable; urgency=low
+
+  * new compile cycle with bugfixes.
+
+ -- Andreas Jellinghaus   Sun,  9 Nov 1997 19:43:46 +0100
+
+kdelibs (1:Beta1.2-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Andreas Jellinghaus   Mon, 27 Oct 1997 11:16:24 +0100
+
+kdelibs (1:Beta1.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Andreas Jellinghaus   Mon, 20 Oct 1997 12:33:52 +0200
+
+kdelibs (971019-1) unstable; urgency=low
+
+  * New upstream release
+  * Fixed all paths to match debian setup
+  * Fixed locale path
+
+ -- Andreas Jellinghaus   Sun, 19 Oct 1997 12:05:32 +0200
+
+kdelibs (971013-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Andreas Jellinghaus   Mon, 13 Oct 1997 08:18:16 +0200
+
+kdelibs (971011-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Andreas Jellinghaus   Sun, 12 Oct 1997 12:08:40 +0200
+
+kdelibs (971009-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Andreas Jellinghaus   Thu,  9 Oct 1997 10:47:00 +0200
+
+kdelibs (971008-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Andreas Jellinghaus   Wed,  8 Oct 1997 10:03:09 +0200
+
+kdelibs (971006-2) unstable; urgency=low
+
+  * daily recompile of everything.
+
+ -- Andreas Jellinghaus   Tue,  7 Oct 1997 10:36:58 +0200
+
+kdelibs (971006-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Andreas Jellinghaus   Mon,  6 Oct 1997 09:19:17 +0200
+
+kdelibs (971005-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Andreas Jellinghaus   Sun,  5 Oct 1997 17:27:13 +0200
+
+kdelibs (971003-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Andreas Jellinghaus   Fri,  3 Oct 1997 08:16:14 +0200
+
+kdelibs (971002-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Andreas Jellinghaus   Thu,  2 Oct 1997 08:47:49 +0200
+
+kdelibs (970930-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Andreas Jellinghaus   Tue, 30 Sep 1997 11:39:38 +0200
+
+kdelibs (970929-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Andreas Jellinghaus   Mon, 29 Sep 1997 09:36:11 +0200
+
+kdelibs (970925-2) unstable; urgency=low
+
+  * daily recompile of everything.
+
+ -- Andreas Jellinghaus   Fri, 26 Sep 1997 08:42:24 +0200
+
+kdelibs (970925-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Andreas Jellinghaus   Thu, 25 Sep 1997 08:04:45 +0200
+
+kdelibs (970924-2) unstable; urgency=low
+
+  * new use kderules.
+  * daily recompile of everything.
+
+ -- Andreas Jellinghaus   Wed, 24 Sep 1997 10:21:17 +0200
+
+kdelibs (970924-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Andreas Jellinghaus   Wed, 24 Sep 1997 08:28:48 +0200
+
+kdelibs (970923-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Andreas Jellinghaus   Tue, 23 Sep 1997 08:36:52 +0200
+
+kdelibs (970922-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Andreas Jellinghaus   Mon, 22 Sep 1997 09:48:41 +0200
+
+kdelibs (970921-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Andreas Jellinghaus   Sun, 21 Sep 1997 13:45:48 +0200
+
+kdelibs (970920-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Andreas Jellinghaus   Sat, 20 Sep 1997 09:59:48 +0200
+
--- kdelibs-3.5.10.dfsg.1.orig/debian/kdelibs4c2a.manpages
+++ kdelibs-3.5.10.dfsg.1/debian/kdelibs4c2a.manpages
@@ -0,0 +1,46 @@
+debian/man/out/artsmessage.1
+debian/man/out/cupsdconf.1
+debian/man/out/dcop.1
+debian/man/out/dcopfind.1
+debian/man/out/dcopserver.1
+debian/man/out/dcopstart.1
+debian/man/out/kaddprinterwizard.1
+debian/man/out/kbuildsycoca.1
+debian/man/out/kconf_update.1
+debian/man/out/kcookiejar.1
+debian/man/out/kde-config.1
+debian/man/out/kded.1
+debian/man/out/kdontchangethehostname.1
+debian/man/out/kfile.1
+debian/man/out/kinstalltheme.1
+debian/man/out/kio_http_cache_cleaner.1
+debian/man/out/kio_uiserver.1
+debian/man/out/kmailservice.1
+debian/man/out/ksendbugmail.1
+debian/man/out/ktelnetservice.1
+debian/man/out/lnusertemp.1
+debian/man/out/meinproc.1
+./debian/man/kdeinit.1
+./debian/man/cupsdoprint.1
+./debian/man/dcopclient.1
+./debian/man/dcopobject.1
+./debian/man/dcopquit.1
+./debian/man/dcopref.1
+./debian/man/dcopserver_shutdown.1
+./debian/man/fileshareset.1
+./debian/man/imagetops.1
+./debian/man/kab2kabc.1
+./debian/man/kcmshell.1
+./debian/man/kdeinit_shutdown.1
+./debian/man/kde-menu.1
+./debian/man/kdesu_stub.1
+./debian/man/kgrantpty.1
+./debian/man/khotnewstuff.1
+./debian/man/kioexec.1
+./debian/man/klauncher.1
+./debian/man/kpac_dhcp_helper.1
+./debian/man/kshell.1
+./debian/man/kstartupconfig.1
+./debian/man/ktradertest.1
+./debian/man/make_driver_db_cups.1
+./debian/man/make_driver_db_lpr.1
--- kdelibs-3.5.10.dfsg.1.orig/debian/kdelibs4c2a.docs
+++ kdelibs-3.5.10.dfsg.1/debian/kdelibs4c2a.docs
@@ -0,0 +1 @@
+README
--- kdelibs-3.5.10.dfsg.1.orig/debian/control.in
+++ kdelibs-3.5.10.dfsg.1/debian/control.in
@@ -0,0 +1,122 @@
+Source: kdelibs
+Section: libs
+Priority: optional
+Maintainer: Kubuntu Developers 
+XSBC-Original-Maintainer: Debian Qt/KDE Maintainers 
+Uploaders: Ana Beatriz Guerrero Lopez , Armin Berres , Fathi Boudra , Modestas Vainius , Pino Toscano , Raúl Sánchez Siles , Sune Vuorela 
+Build-Depends: cdbs (>= 0.4.41ubuntu2), debhelper (>= 6), autotools-dev,
+ binutils (>= 2.14.90.0.7), docbook-to-man, gawk, gettext,
+ libart-2.0-dev (>= 2.3.17), libarts1-dev (>= 1.5.0), libacl1-dev,
+ libattr1-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
+ libaspell-dev, hspell, libbz2-dev, libcups2-dev,
+ libidn11-dev, libjasper-dev (>= 1.900.1), libkrb5-dev, libldap2-dev,
+ liblualib50-dev, libopenexr-dev (>= 1.2.2-4.1), libpcre3-dev,
+ libqt3-mt-dev (>= 3:3.3.7), libsasl2-dev, libssl-dev,
+ libtiff4-dev (>= 3.7.3), libavahi-client-dev (>= 0.4),
+ libavahi-qt3-dev (>= 0.4), libxml2-dev, libxml2-utils, libxslt1-dev,
+ sharutils, texinfo, 
+ gettext-kde, kdesdk-scripts, lsb-release, base-files, sudo
+Build-Depends-Indep: doxygen, qt3-doc, graphviz, gsfonts-x11
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-kde/trunk/packages/kdelibs
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/trunk/packages/kdelibs
+
+Package: kdelibs
+Section: libs
+Architecture: all
+Depends: kdelibs4c2a (>= ${binary:Version}), kdelibs-data (>= ${source:Version})
+Description: core libraries from the official KDE release
+ KDE (the K Desktop Environment) is a powerful Open Source graphical
+ desktop environment for Unix workstations. It combines ease of use,
+ contemporary functionality, and outstanding graphical design with the
+ technological superiority of the Unix operating system.
+ .
+ This metapackage includes the core KDE libraries, binaries, and data,
+ needed by virtually all KDE applications. It does not include
+ development files.
+
+Package: kdelibs-data
+Section: libs
+Architecture: all
+Depends: hicolor-icon-theme
+Conflicts: kdelibs4
+Replaces: kdeartwork-style (<< 4:3.4.0), konq-plugins (<< 4:3.4.0),
+ ksvg (<< 4:3.4.0), kpackage (<< 4:3.4.2), kicker (<< 4:3.5-rc1),
+ kttsd (<< 4:3.5-rc1), kdevelop3-data (<< 4:3.3.0), libdjvulibre1,
+ libdjvulibre15 (<< 3.5.16-2), krita (= 1:1.4.90.1-1), digikam (<< 0.8.1-3),
+ kaffeine (<< 0.8.1-3)
+Description: core shared data for all KDE applications
+ This package contains all the architecture independent data files
+ commonly used by KDE applications. You need these data files to run
+ KDE applications.
+ .
+ This package is part of KDE, and a component of the KDE libraries module.
+ See the 'kde' and 'kdelibs' packages for more information.
+
+Package: kdelibs4c2a
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, kdelibs-data (>> ${KDE-Version3}),
+ kdelibs-data (<< ${KDE-Next-Version3}), perl, x11-xserver-utils, xauth,
+ launchpad-integration, sudo
+Recommends: xdg-user-dirs
+Suggests: perl-suid, ghostscript
+Conflicts: kdelibs4, kdelibs4c2, kdelibs-bin (<< 4:3.3.3), kdelibs4-dev (<< 4:3.5.7.dfsg.1-6), kdebase-kio-plugins (<= 4:3.5.9.dfsg.1-1)
+Replaces: kdelibs4, kdelibs4c2, kdeartwork-style (<< 4:3.4.0),
+ kcontrol (<< 4:3.4.0), kdelibs-bin (<< 4:3.5.3-1),
+ kdelibs4-dev (= 4:3.5.7.dfsg.1-5)
+Description: core libraries and binaries for all KDE applications
+ This package contains all the shared libraries and common core binaries
+ used by all KDE applications. You need these libraries and binaries to
+ run KDE applications.
+ .
+ Several scripts included in kdebase-bin, related to the handling of SMB
+ and NFS shares, require the perl-suid package to work properly.
+ .
+ This package is part of KDE, and a component of the KDE libraries module.
+ See the 'kde' and 'kdelibs' packages for more information.
+
+Package: kdelibs4-dev
+Section: libdevel
+Architecture: any
+Depends: kdelibs4c2a (= ${binary:Version}), libart-2.0-dev (>= 2.3.17),
+ libarts1-dev (>= 1.5.0), ${libasound2-dev}, libacl1-dev, libattr1-dev,
+ libaspell-dev, libbz2-dev, libcups2-dev,
+ libidn11-dev, libjasper-dev (>= 1.900.1), libkrb5-dev,
+ libopenexr-dev (>= 1.2.2-4.1), libpcre3-dev, liblualib50-dev,
+ libqt3-mt-dev (>= 3:3.3.5), libsasl2-dev, libssl-dev,
+ libtiff4-dev (>= 3.7.3-1), libxml2-dev, libxml2-utils, libxslt1-dev,
+ libavahi-client-dev (>= 0.4), libavahi-qt3-dev (>= 0.4), gettext-kde, kdesdk-scripts
+Provides: kdelibs-dev
+Replaces: kdebase-dev (<< 4:3.4.0), kdelibs4c2a (<< 4:3.5.8-3ubuntu2)
+Description: development files for the KDE core libraries
+ This package contains all the headers and other related files needed
+ to compile KDE applications, or develop applications which use the
+ core KDE libraries.
+ .
+ This package is part of KDE, and a component of the KDE libraries module.
+ See the 'kde' and 'kdelibs' packages for more information.
+
+Package: kdelibs4-doc
+Section: doc
+Architecture: all
+Provides: kdelibs-doc
+Description: developer documentation for the KDE core libraries
+ This package contains documentation for the core KDE libraries, of
+ use more for developers creating applications which use the core
+ KDE libraries, than regular users.
+ .
+ This package is part of KDE, and a component of the KDE libraries module.
+ See the 'kde' and 'kdelibs' packages for more information.
+
+Package: kdelibs-dbg
+Section: libdevel
+Architecture: any
+Priority: extra
+Conflicts: kdelibs4-dbg, kdelibs4c2-dbg, kdelibs4c2a-dbg
+Replaces: kdelibs4-dbg, kdelibs4c2-dbg, kdelibs4c2a-dbg
+Depends: kdelibs4c2a (= ${binary:Version}), qt-x11-free-dbg, libc6-dbg [amd64]
+Description: debugging symbols for kdelibs
+ This package contains the debugging symbols associated with kdelibs.
+ They will automatically be used by gdb for debugging kdelibs-related
+ issues.
--- kdelibs-3.5.10.dfsg.1.orig/debian/kdelibs-data.lintian
+++ kdelibs-3.5.10.dfsg.1/debian/kdelibs-data.lintian
@@ -0,0 +1,4 @@
+#these aren't license files, just docbook snippets to point to licenses.
+kdelibs-data: extra-license-file usr/share/doc/kde/HTML/en/common/fdl-license
+kdelibs-data: extra-license-file usr/share/doc/kde/HTML/en/common/gpl-license
+kdelibs-data: extra-license-file usr/share/doc/kde/HTML/en/common/lgpl-license
--- kdelibs-3.5.10.dfsg.1.orig/debian/kdelibs4-dev.install
+++ kdelibs-3.5.10.dfsg.1/debian/kdelibs4-dev.install
@@ -0,0 +1,784 @@
+debian/tmp/usr/bin/checkXML
+debian/tmp/usr/bin/dcopidl
+debian/tmp/usr/bin/dcopidl2cpp
+debian/tmp/usr/bin/dcopidlng
+debian/tmp/usr/bin/kconfig_compiler
+debian/tmp/usr/bin/kunittestmodrunner
+debian/tmp/usr/bin/makekdewidgets
+
+debian/tmp/usr/include/kde/dcopclient.h
+debian/tmp/usr/include/kde/dcopobject.h
+debian/tmp/usr/include/kde/dcopref.h
+debian/tmp/usr/include/kde/dcopstub.h
+debian/tmp/usr/include/kde/dcoptypes.h
+debian/tmp/usr/include/kde/dnssd/domainbrowser.h
+debian/tmp/usr/include/kde/dnssd/publicservice.h
+debian/tmp/usr/include/kde/dnssd/query.h
+debian/tmp/usr/include/kde/dnssd/remoteservice.h
+debian/tmp/usr/include/kde/dnssd/servicebase.h
+debian/tmp/usr/include/kde/dnssd/servicebrowser.h
+debian/tmp/usr/include/kde/dnssd/settings.h
+debian/tmp/usr/include/kde/dom/css_rule.h
+debian/tmp/usr/include/kde/dom/css_stylesheet.h
+debian/tmp/usr/include/kde/dom/css_value.h
+debian/tmp/usr/include/kde/dom/dom2_events.h
+debian/tmp/usr/include/kde/dom/dom2_range.h
+debian/tmp/usr/include/kde/dom/dom2_traversal.h
+debian/tmp/usr/include/kde/dom/dom2_views.h
+debian/tmp/usr/include/kde/dom/dom_core.h
+debian/tmp/usr/include/kde/dom/dom_doc.h
+debian/tmp/usr/include/kde/dom/dom_element.h
+debian/tmp/usr/include/kde/dom/dom_exception.h
+debian/tmp/usr/include/kde/dom/dom_html.h
+debian/tmp/usr/include/kde/dom/dom_misc.h
+debian/tmp/usr/include/kde/dom/dom_node.h
+debian/tmp/usr/include/kde/dom/dom_string.h
+debian/tmp/usr/include/kde/dom/dom_text.h
+debian/tmp/usr/include/kde/dom/dom_xml.h
+debian/tmp/usr/include/kde/dom/html_base.h
+debian/tmp/usr/include/kde/dom/html_block.h
+debian/tmp/usr/include/kde/dom/html_document.h
+debian/tmp/usr/include/kde/dom/html_element.h
+debian/tmp/usr/include/kde/dom/html_form.h
+debian/tmp/usr/include/kde/dom/html_head.h
+debian/tmp/usr/include/kde/dom/html_image.h
+debian/tmp/usr/include/kde/dom/html_inline.h
+debian/tmp/usr/include/kde/dom/html_list.h
+debian/tmp/usr/include/kde/dom/html_misc.h
+debian/tmp/usr/include/kde/dom/html_object.h
+debian/tmp/usr/include/kde/dom/html_table.h
+debian/tmp/usr/include/kde/fixx11h.h
+debian/tmp/usr/include/kde/kabc/addressbook.h
+debian/tmp/usr/include/kde/kabc/addresseedialog.h
+debian/tmp/usr/include/kde/kabc/addressee.h
+debian/tmp/usr/include/kde/kabc/addresseelist.h
+debian/tmp/usr/include/kde/kabc/address.h
+debian/tmp/usr/include/kde/kabc/addresslineedit.h
+debian/tmp/usr/include/kde/kabc/agent.h
+debian/tmp/usr/include/kde/kabc/distributionlistdialog.h
+debian/tmp/usr/include/kde/kabc/distributionlisteditor.h
+debian/tmp/usr/include/kde/kabc/distributionlist.h
+debian/tmp/usr/include/kde/kabc/errorhandler.h
+debian/tmp/usr/include/kde/kabc/field.h
+debian/tmp/usr/include/kde/kabc/formatfactory.h
+debian/tmp/usr/include/kde/kabc/format.h
+debian/tmp/usr/include/kde/kabc/formatplugin.h
+debian/tmp/usr/include/kde/kabc/geo.h
+debian/tmp/usr/include/kde/kabc/key.h
+debian/tmp/usr/include/kde/kabc/ldapclient.h
+debian/tmp/usr/include/kde/kabc/ldapconfigwidget.h
+debian/tmp/usr/include/kde/kabc/ldapurl.h
+debian/tmp/usr/include/kde/kabc/ldifconverter.h
+debian/tmp/usr/include/kde/kabc/ldif.h
+debian/tmp/usr/include/kde/kabc/lock.h
+debian/tmp/usr/include/kde/kabc/locknull.h
+debian/tmp/usr/include/kde/kabc/phonenumber.h
+debian/tmp/usr/include/kde/kabc/picture.h
+debian/tmp/usr/include/kde/kabc/plugin.h
+debian/tmp/usr/include/kde/kabc/resourcedir.h
+debian/tmp/usr/include/kde/kabc/resourcefile.h
+debian/tmp/usr/include/kde/kabc/resource.h
+debian/tmp/usr/include/kde/kabc/resourceldapkio.h
+
+debian/tmp/usr/include/kde/kabc/resourceselectdialog.h
+debian/tmp/usr/include/kde/kabc/secrecy.h
+debian/tmp/usr/include/kde/kabc/sortmode.h
+debian/tmp/usr/include/kde/kabc/sound.h
+debian/tmp/usr/include/kde/kabc/stdaddressbook.h
+debian/tmp/usr/include/kde/kabc/timezone.h
+debian/tmp/usr/include/kde/kabc/vcardconverter.h
+debian/tmp/usr/include/kde/kabc/vcardformat.h
+debian/tmp/usr/include/kde/kabc/vcardformatplugin.h
+debian/tmp/usr/include/kde/kabc/vcard.h
+debian/tmp/usr/include/kde/kabc/vcardline.h
+debian/tmp/usr/include/kde/kabc/vcardparser.h
+debian/tmp/usr/include/kde/kaboutapplication.h
+debian/tmp/usr/include/kde/kaboutdata.h
+debian/tmp/usr/include/kde/kaboutdialog.h
+debian/tmp/usr/include/kde/kaboutkde.h
+debian/tmp/usr/include/kde/kaccelgen.h
+debian/tmp/usr/include/kde/kaccel.h
+debian/tmp/usr/include/kde/kaccelmanager.h
+debian/tmp/usr/include/kde/kacl.h
+debian/tmp/usr/include/kde/kactionclasses.h
+debian/tmp/usr/include/kde/kactioncollection.h
+debian/tmp/usr/include/kde/kaction.h
+debian/tmp/usr/include/kde/kactionselector.h
+debian/tmp/usr/include/kde/kactionshortcutlist.h
+debian/tmp/usr/include/kde/kactivelabel.h
+debian/tmp/usr/include/kde/kallocator.h
+debian/tmp/usr/include/kde/kanimwidget.h
+debian/tmp/usr/include/kde/kapp.h
+debian/tmp/usr/include/kde/kapplication.h
+debian/tmp/usr/include/kde/karchive.h
+debian/tmp/usr/include/kde/kar.h
+debian/tmp/usr/include/kde/karrowbutton.h
+debian/tmp/usr/include/kde/kasyncio.h
+debian/tmp/usr/include/kde/kate/document.h
+debian/tmp/usr/include/kde/kate/view.h
+debian/tmp/usr/include/kde/kaudioplayer.h
+debian/tmp/usr/include/kde/kauthicon.h
+debian/tmp/usr/include/kde/kautomount.h
+debian/tmp/usr/include/kde/kbookmarkbar.h
+debian/tmp/usr/include/kde/kbookmarkdombuilder.h
+debian/tmp/usr/include/kde/kbookmarkdrag.h
+debian/tmp/usr/include/kde/kbookmarkexporter.h
+debian/tmp/usr/include/kde/kbookmark.h
+debian/tmp/usr/include/kde/kbookmarkimporter_crash.h
+debian/tmp/usr/include/kde/kbookmarkimporter.h
+debian/tmp/usr/include/kde/kbookmarkimporter_ie.h
+debian/tmp/usr/include/kde/kbookmarkimporter_kde1.h
+debian/tmp/usr/include/kde/kbookmarkimporter_ns.h
+debian/tmp/usr/include/kde/kbookmarkimporter_opera.h
+debian/tmp/usr/include/kde/kbookmarkmanager.h
+debian/tmp/usr/include/kde/kbookmarkmenu.h
+debian/tmp/usr/include/kde/kbookmarknotifier.h
+debian/tmp/usr/include/kde/kbufferedio.h
+debian/tmp/usr/include/kde/kbufferedsocket.h
+debian/tmp/usr/include/kde/kbugreport.h
+debian/tmp/usr/include/kde/kbuttonbox.h
+debian/tmp/usr/include/kde/kcalendarsystemfactory.h
+debian/tmp/usr/include/kde/kcalendarsystem.h
+debian/tmp/usr/include/kde/kcatalogue.h
+debian/tmp/usr/include/kde/kcharselect.h
+debian/tmp/usr/include/kde/kcharsets.h
+debian/tmp/usr/include/kde/kclientsocketbase.h
+debian/tmp/usr/include/kde/kclipboard.h
+debian/tmp/usr/include/kde/kcmdlineargs.h
+debian/tmp/usr/include/kde/kcmenumngr.h
+debian/tmp/usr/include/kde/kcmodulecontainer.h
+debian/tmp/usr/include/kde/kcmodule.h
+debian/tmp/usr/include/kde/kcmoduleinfo.h
+debian/tmp/usr/include/kde/kcmoduleloader.h
+debian/tmp/usr/include/kde/kcmoduleproxy.h
+debian/tmp/usr/include/kde/kcmultidialog.h
+debian/tmp/usr/include/kde/kcolorbtn.h
+debian/tmp/usr/include/kde/kcolorbutton.h
+debian/tmp/usr/include/kde/kcolorcombo.h
+debian/tmp/usr/include/kde/kcolordialog.h
+debian/tmp/usr/include/kde/kcolordlg.h
+debian/tmp/usr/include/kde/kcolordrag.h
+debian/tmp/usr/include/kde/kcombiview.h
+debian/tmp/usr/include/kde/kcombobox.h
+debian/tmp/usr/include/kde/kcommand.h
+debian/tmp/usr/include/kde/kcompletionbox.h
+debian/tmp/usr/include/kde/kcompletion.h
+debian/tmp/usr/include/kde/kconfigbackend.h
+debian/tmp/usr/include/kde/kconfigbase.h
+debian/tmp/usr/include/kde/kconfigdata.h
+debian/tmp/usr/include/kde/kconfigdialog.h
+debian/tmp/usr/include/kde/kconfigdialogmanager.h
+debian/tmp/usr/include/kde/kconfig.h
+debian/tmp/usr/include/kde/kconfigskeleton.h
+debian/tmp/usr/include/kde/kcpuinfo.h
+debian/tmp/usr/include/kde/kcrash.h
+debian/tmp/usr/include/kde/kcursor.h
+debian/tmp/usr/include/kde/kcustommenueditor.h
+debian/tmp/usr/include/kde/kdatagramsocket.h
+debian/tmp/usr/include/kde/kdatastream.h
+debian/tmp/usr/include/kde/kdatatool.h
+debian/tmp/usr/include/kde/kdatepicker.h
+debian/tmp/usr/include/kde/kdatepik.h
+debian/tmp/usr/include/kde/kdatetbl.h
+debian/tmp/usr/include/kde/kdatetimewidget.h
+debian/tmp/usr/include/kde/kdatewidget.h
+debian/tmp/usr/include/kde/kdcopactionproxy.h
+debian/tmp/usr/include/kde/kdcoppropertyproxy.h
+debian/tmp/usr/include/kde/kdcopservicestarter.h
+debian/tmp/usr/include/kde/kdebugclasses.h
+debian/tmp/usr/include/kde/kdebug.h
+debian/tmp/usr/include/kde/kdedmodule.h
+debian/tmp/usr/include/kde/kde_file.h
+debian/tmp/usr/include/kde/kdelibs_export.h
+debian/tmp/usr/include/kde/kdemacros.h
+debian/tmp/usr/include/kde/kde.pot
+debian/tmp/usr/include/kde/kdeprint/driver.h
+debian/tmp/usr/include/kde/kdeprint/kiconselectaction.h
+debian/tmp/usr/include/kde/kdeprint/kmjob.h
+debian/tmp/usr/include/kde/kdeprint/kmjobmanager.h
+debian/tmp/usr/include/kde/kdeprint/kmjobviewer.h
+debian/tmp/usr/include/kde/kdeprint/kmmainview.h
+debian/tmp/usr/include/kde/kdeprint/kmmanager.h
+debian/tmp/usr/include/kde/kdeprint/kmobject.h
+debian/tmp/usr/include/kde/kdeprint/kmprinter.h
+debian/tmp/usr/include/kde/kdeprint/kmprinterpage.h
+debian/tmp/usr/include/kde/kdeprint/kmtimer.h
+debian/tmp/usr/include/kde/kdeprint/kpreloadobject.h
+debian/tmp/usr/include/kde/kdeprint/kprintdialog.h
+debian/tmp/usr/include/kde/kdeprint/kprintdialogpage.h
+debian/tmp/usr/include/kde/kdeprint/lpr/lprhandler.h
+debian/tmp/usr/include/kde/kdeprint/lpr/lprsettings.h
+debian/tmp/usr/include/kde/kdeprint/lpr/printcapentry.h
+debian/tmp/usr/include/kde/kdesktopfile.h
+debian/tmp/usr/include/kde/kdesu/client.h
+debian/tmp/usr/include/kde/kdesu/defaults.h
+debian/tmp/usr/include/kde/kdesu/kcookie.h
+debian/tmp/usr/include/kde/kdesu/kdesu_pty.h
+debian/tmp/usr/include/kde/kdesu/process.h
+debian/tmp/usr/include/kde/kdesu/pty.h
+debian/tmp/usr/include/kde/kdesu/ssh.h
+debian/tmp/usr/include/kde/kdesu/stub.h
+debian/tmp/usr/include/kde/kdesu/su.h
+debian/tmp/usr/include/kde/kde_terminal_interface.h
+debian/tmp/usr/include/kde/kdeversion.h
+debian/tmp/usr/include/kde/kdialogbase.h
+debian/tmp/usr/include/kde/kdialog.h
+debian/tmp/usr/include/kde/kdirlister.h
+debian/tmp/usr/include/kde/kdirnotify.h
+debian/tmp/usr/include/kde/kdirnotify_stub.h
+debian/tmp/usr/include/kde/kdiroperator.h
+debian/tmp/usr/include/kde/kdirselectdialog.h
+debian/tmp/usr/include/kde/kdirsize.h
+debian/tmp/usr/include/kde/kdirwatch.h
+debian/tmp/usr/include/kde/kdiskfreesp.h
+debian/tmp/usr/include/kde/kdockwidget.h
+debian/tmp/usr/include/kde/kdockwindow.h
+debian/tmp/usr/include/kde/kdrawutil.h
+debian/tmp/usr/include/kde/kdualcolorbtn.h
+debian/tmp/usr/include/kde/kdualcolorbutton.h
+debian/tmp/usr/include/kde/keditcl.h
+debian/tmp/usr/include/kde/keditlistbox.h
+debian/tmp/usr/include/kde/kedittoolbar.h
+debian/tmp/usr/include/kde/kemailsettings.h
+debian/tmp/usr/include/kde/kencodingfiledialog.h
+debian/tmp/usr/include/kde/kextendedsocket.h
+debian/tmp/usr/include/kde/kextsock.h
+debian/tmp/usr/include/kde/kfiledetailview.h
+debian/tmp/usr/include/kde/kfiledialog.h
+debian/tmp/usr/include/kde/kfilefiltercombo.h
+debian/tmp/usr/include/kde/kfilefilter.h
+debian/tmp/usr/include/kde/kfile.h
+debian/tmp/usr/include/kde/kfileiconview.h
+debian/tmp/usr/include/kde/kfileitem.h
+debian/tmp/usr/include/kde/kfilemetainfo.h
+debian/tmp/usr/include/kde/kfilepreview.h
+debian/tmp/usr/include/kde/kfilesharedlg.h
+debian/tmp/usr/include/kde/kfileshare.h
+debian/tmp/usr/include/kde/kfiletreebranch.h
+debian/tmp/usr/include/kde/kfiletreeview.h
+debian/tmp/usr/include/kde/kfiletreeviewitem.h
+debian/tmp/usr/include/kde/kfileview.h
+debian/tmp/usr/include/kde/kfilterbase.h
+debian/tmp/usr/include/kde/kfilterdev.h
+debian/tmp/usr/include/kde/kfinddialog.h
+debian/tmp/usr/include/kde/kfind.h
+debian/tmp/usr/include/kde/kfontcombo.h
+debian/tmp/usr/include/kde/kfontdialog.h
+debian/tmp/usr/include/kde/kfontrequester.h
+debian/tmp/usr/include/kde/kgenericfactory.h
+debian/tmp/usr/include/kde/kgenericfactory.tcc
+debian/tmp/usr/include/kde/kglobalaccel.h
+debian/tmp/usr/include/kde/kglobal.h
+debian/tmp/usr/include/kde/kglobalsettings.h
+debian/tmp/usr/include/kde/kguiitem.h
+debian/tmp/usr/include/kde/khelpmenu.h
+debian/tmp/usr/include/kde/khexedit/byteseditinterface.h
+debian/tmp/usr/include/kde/khexedit/charcolumninterface.h
+debian/tmp/usr/include/kde/khexedit/clipboardinterface.h
+debian/tmp/usr/include/kde/khexedit/valuecolumninterface.h
+debian/tmp/usr/include/kde/khexedit/zoominterface.h
+debian/tmp/usr/include/kde/khtmldefaults.h
+debian/tmp/usr/include/kde/khtml_events.h
+debian/tmp/usr/include/kde/khtml_part.h
+debian/tmp/usr/include/kde/khtml_settings.h
+debian/tmp/usr/include/kde/khtmlview.h
+debian/tmp/usr/include/kde/khttpproxysocketdevice.h
+debian/tmp/usr/include/kde/kicondialog.h
+debian/tmp/usr/include/kde/kiconeffect.h
+debian/tmp/usr/include/kde/kiconloader.h
+debian/tmp/usr/include/kde/kicontheme.h
+debian/tmp/usr/include/kde/kiconview.h
+debian/tmp/usr/include/kde/kiconviewsearchline.h
+debian/tmp/usr/include/kde/kidna.h
+debian/tmp/usr/include/kde/kimageeffect.h
+debian/tmp/usr/include/kde/kimagefilepreview.h
+debian/tmp/usr/include/kde/kimageio.h
+debian/tmp/usr/include/kde/kimiface.h
+debian/tmp/usr/include/kde/kimproxy.h
+debian/tmp/usr/include/kde/kimproxyiface.h
+debian/tmp/usr/include/kde/kinputdialog.h
+debian/tmp/usr/include/kde/kinstance.h
+debian/tmp/usr/include/kde/kio/authinfo.h
+debian/tmp/usr/include/kde/kiobuffer.h
+debian/tmp/usr/include/kde/kio/chmodjob.h
+debian/tmp/usr/include/kde/kio/connection.h
+debian/tmp/usr/include/kde/kio/davjob.h
+debian/tmp/usr/include/kde/kio/defaultprogress.h
+debian/tmp/usr/include/kde/kio/file.h
+debian/tmp/usr/include/kde/kio/forwardingslavebase.h
+debian/tmp/usr/include/kde/kio/global.h
+debian/tmp/usr/include/kde/kio/http.h
+debian/tmp/usr/include/kde/kio/http_slave_defaults.h
+debian/tmp/usr/include/kde/kio/ioslave_defaults.h
+debian/tmp/usr/include/kde/kio/jobclasses.h
+debian/tmp/usr/include/kde/kio/job.h
+debian/tmp/usr/include/kde/kio/kdesasl.h
+debian/tmp/usr/include/kde/kio/kmdbase.h
+debian/tmp/usr/include/kde/kio/kmdcodec.h
+debian/tmp/usr/include/kde/kio/kntlm.h
+debian/tmp/usr/include/kde/kio/metainfojob.h
+debian/tmp/usr/include/kde/kio/netaccess.h
+debian/tmp/usr/include/kde/kio/observer.h
+debian/tmp/usr/include/kde/kio/passdlg.h
+debian/tmp/usr/include/kde/kio/paste.h
+debian/tmp/usr/include/kde/kio/previewjob.h
+debian/tmp/usr/include/kde/kio/progressbase.h
+debian/tmp/usr/include/kde/kio/renamedlg.h
+debian/tmp/usr/include/kde/kio/scheduler.h
+debian/tmp/usr/include/kde/kio/sessiondata.h
+debian/tmp/usr/include/kde/kio/skipdlg.h
+debian/tmp/usr/include/kde/kio/slavebase.h
+debian/tmp/usr/include/kde/kio/slaveconfig.h
+debian/tmp/usr/include/kde/kio/slave.h
+debian/tmp/usr/include/kde/kio/slaveinterface.h
+debian/tmp/usr/include/kde/kio/statusbarprogress.h
+debian/tmp/usr/include/kde/kio/tcpslavebase.h
+debian/tmp/usr/include/kde/kio/thumbcreator.h
+debian/tmp/usr/include/kde/kio/uiserver.h
+debian/tmp/usr/include/kde/kio/uiserver_stub.h
+debian/tmp/usr/include/kde/kipc.h
+debian/tmp/usr/include/kde/kjanuswidget.h
+debian/tmp/usr/include/kde/kjs/completion.h
+debian/tmp/usr/include/kde/kjs/function.h
+debian/tmp/usr/include/kde/kjs/global.h
+debian/tmp/usr/include/kde/kjs/identifier.h
+debian/tmp/usr/include/kde/kjs/interpreter.h
+debian/tmp/usr/include/kde/kjs/list.h
+debian/tmp/usr/include/kde/kjs/lookup.h
+debian/tmp/usr/include/kde/kjs/object.h
+debian/tmp/usr/include/kde/kjs/operations.h
+debian/tmp/usr/include/kde/kjs/property_map.h
+debian/tmp/usr/include/kde/kjs/reference.h
+debian/tmp/usr/include/kde/kjs/reference_list.h
+debian/tmp/usr/include/kde/kjs/scope_chain.h
+debian/tmp/usr/include/kde/kjs/simple_number.h
+debian/tmp/usr/include/kde/kjs/types.h
+debian/tmp/usr/include/kde/kjs/ustring.h
+debian/tmp/usr/include/kde/kjs/value.h
+debian/tmp/usr/include/kde/kkeybutton.h
+debian/tmp/usr/include/kde/kkeydialog.h
+debian/tmp/usr/include/kde/kkeynative.h
+debian/tmp/usr/include/kde/klanguagebutton.h
+debian/tmp/usr/include/kde/klargefile.h
+debian/tmp/usr/include/kde/kled.h
+debian/tmp/usr/include/kde/klibloader.h
+debian/tmp/usr/include/kde/klineeditdlg.h
+debian/tmp/usr/include/kde/klineedit.h
+debian/tmp/usr/include/kde/klistbox.h
+debian/tmp/usr/include/kde/klistview.h
+debian/tmp/usr/include/kde/klistviewsearchline.h
+debian/tmp/usr/include/kde/klocale.h
+debian/tmp/usr/include/kde/klockfile.h
+debian/tmp/usr/include/kde/kmacroexpander.h
+debian/tmp/usr/include/kde/kmainwindow.h
+debian/tmp/usr/include/kde/kmainwindowiface.h
+debian/tmp/usr/include/kde/kmanagerselection.h
+debian/tmp/usr/include/kde/kmdcodec.h
+debian/tmp/usr/include/kde/kmdichildarea.h
+debian/tmp/usr/include/kde/kmdichildfrmcaption.h
+debian/tmp/usr/include/kde/kmdichildfrm.h
+debian/tmp/usr/include/kde/kmdichildview.h
+debian/tmp/usr/include/kde/kmdidefines.h
+debian/tmp/usr/include/kde/kmdi/global.h
+debian/tmp/usr/include/kde/kmdiiterator.h
+debian/tmp/usr/include/kde/kmdilistiterator.h
+debian/tmp/usr/include/kde/kmdimainfrm.h
+debian/tmp/usr/include/kde/kmdi/mainwindow.h
+debian/tmp/usr/include/kde/kmdinulliterator.h
+debian/tmp/usr/include/kde/kmdi/tabwidget.h
+debian/tmp/usr/include/kde/kmditaskbar.h
+debian/tmp/usr/include/kde/kmdi/toolviewaccessor.h
+debian/tmp/usr/include/kde/kmditoolviewaccessor.h
+debian/tmp/usr/include/kde/kmediaplayer/playerdcopobject.h
+debian/tmp/usr/include/kde/kmediaplayer/player.h
+debian/tmp/usr/include/kde/kmediaplayer/view.h
+debian/tmp/usr/include/kde/kmenubar.h
+debian/tmp/usr/include/kde/kmessagebox.h
+debian/tmp/usr/include/kde/kmimemagic.h
+debian/tmp/usr/include/kde/kmimesourcefactory.h
+debian/tmp/usr/include/kde/kmimetypechooser.h
+debian/tmp/usr/include/kde/kmimetype.h
+debian/tmp/usr/include/kde/kmimetyperesolver.h
+debian/tmp/usr/include/kde/kmountpoint.h
+debian/tmp/usr/include/kde/kmulticastsocketdevice.h
+debian/tmp/usr/include/kde/kmulticastsocket.h
+debian/tmp/usr/include/kde/kmultipledrag.h
+debian/tmp/usr/include/kde/kmultitabbar.h
+debian/tmp/usr/include/kde/knetworkinterface.h
+debian/tmp/usr/include/kde/knewstuff/downloaddialog.h
+debian/tmp/usr/include/kde/knewstuff/engine.h
+debian/tmp/usr/include/kde/knewstuff/entry.h
+debian/tmp/usr/include/kde/knewstuff/knewstuffbutton.h
+debian/tmp/usr/include/kde/knewstuff/knewstuffgeneric.h
+debian/tmp/usr/include/kde/knewstuff/knewstuff.h
+debian/tmp/usr/include/kde/knewstuff/knewstuffsecure.h
+debian/tmp/usr/include/kde/knewstuff/providerdialog.h
+debian/tmp/usr/include/kde/knewstuff/provider.h
+debian/tmp/usr/include/kde/knewstuff/uploaddialog.h
+debian/tmp/usr/include/kde/knfsshare.h
+debian/tmp/usr/include/kde/knotifyclient.h
+debian/tmp/usr/include/kde/knotifydialog.h
+debian/tmp/usr/include/kde/knotifywidgetbase.h
+debian/tmp/usr/include/kde/knuminput.h
+debian/tmp/usr/include/kde/knumvalidator.h
+debian/tmp/usr/include/kde/kopenssl.h
+debian/tmp/usr/include/kde/kopenwith.h
+debian/tmp/usr/include/kde/kpalette.h
+debian/tmp/usr/include/kde/kpanelapplet.h
+debian/tmp/usr/include/kde/kpanelappmenu.h
+debian/tmp/usr/include/kde/kpanelextension.h
+debian/tmp/usr/include/kde/kpanelmenu.h
+debian/tmp/usr/include/kde/kparts/browserextension.h
+debian/tmp/usr/include/kde/kparts/browserinterface.h
+debian/tmp/usr/include/kde/kparts/browserrun.h
+debian/tmp/usr/include/kde/kparts/componentfactory.h
+debian/tmp/usr/include/kde/kparts/dockmainwindow.h
+debian/tmp/usr/include/kde/kparts/event.h
+debian/tmp/usr/include/kde/kparts/factory.h
+debian/tmp/usr/include/kde/kparts/genericfactory.h
+debian/tmp/usr/include/kde/kparts/historyprovider.h
+debian/tmp/usr/include/kde/kparts/mainwindow.h
+debian/tmp/usr/include/kde/kparts/part.h
+debian/tmp/usr/include/kde/kparts/partmanager.h
+debian/tmp/usr/include/kde/kparts/plugin.h
+debian/tmp/usr/include/kde/kparts/statusbarextension.h
+debian/tmp/usr/include/kde/kpassdlg.h
+debian/tmp/usr/include/kde/kpassivepopup.h
+debian/tmp/usr/include/kde/kpixmapeffect.h
+debian/tmp/usr/include/kde/kpixmap.h
+debian/tmp/usr/include/kde/kpixmapio.h
+debian/tmp/usr/include/kde/kpixmapprovider.h
+debian/tmp/usr/include/kde/kpixmapregionselectordialog.h
+debian/tmp/usr/include/kde/kpixmapregionselectorwidget.h
+debian/tmp/usr/include/kde/kpixmapsplitter.h
+debian/tmp/usr/include/kde/kplugininfo.h
+debian/tmp/usr/include/kde/kpluginselector.h
+debian/tmp/usr/include/kde/kpopupmenu.h
+debian/tmp/usr/include/kde/kpreviewwidgetbase.h
+debian/tmp/usr/include/kde/kprintaction.h
+debian/tmp/usr/include/kde/kprinter.h
+debian/tmp/usr/include/kde/kprocctrl.h
+debian/tmp/usr/include/kde/kprocess.h
+debian/tmp/usr/include/kde/kprocio.h
+debian/tmp/usr/include/kde/kprogress.h
+debian/tmp/usr/include/kde/kpropertiesdialog.h
+debian/tmp/usr/include/kde/kpropsdlg.h
+debian/tmp/usr/include/kde/kprotocolinfo.h
+debian/tmp/usr/include/kde/kprotocolmanager.h
+debian/tmp/usr/include/kde/kpty.h
+debian/tmp/usr/include/kde/kpushbutton.h
+debian/tmp/usr/include/kde/krandomsequence.h
+debian/tmp/usr/include/kde/krecentdocument.h
+debian/tmp/usr/include/kde/kregexpeditorinterface.h
+debian/tmp/usr/include/kde/kregexp.h
+debian/tmp/usr/include/kde/kremoteencoding.h
+debian/tmp/usr/include/kde/kreplacedialog.h
+debian/tmp/usr/include/kde/kreplace.h
+debian/tmp/usr/include/kde/kresolver.h
+debian/tmp/usr/include/kde/kresources/configdialog.h
+debian/tmp/usr/include/kde/kresources/configpage.h
+debian/tmp/usr/include/kde/kresources/configwidget.h
+debian/tmp/usr/include/kde/kresources/factory.h
+debian/tmp/usr/include/kde/kresources/manager.h
+debian/tmp/usr/include/kde/kresources/manageriface.h
+debian/tmp/usr/include/kde/kresources/managerimpl.h
+debian/tmp/usr/include/kde/kresources/resource.h
+debian/tmp/usr/include/kde/kresources/selectdialog.h
+debian/tmp/usr/include/kde/krestrictedline.h
+debian/tmp/usr/include/kde/kreverseresolver.h
+debian/tmp/usr/include/kde/krfcdate.h
+debian/tmp/usr/include/kde/krootpixmap.h
+debian/tmp/usr/include/kde/krootprop.h
+debian/tmp/usr/include/kde/kruler.h
+debian/tmp/usr/include/kde/krun.h
+debian/tmp/usr/include/kde/ksambashare.h
+debian/tmp/usr/include/kde/ksavefile.h
+debian/tmp/usr/include/kde/kscan.h
+debian/tmp/usr/include/kde/ksconfig.h
+debian/tmp/usr/include/kde/kscreensaver.h
+debian/tmp/usr/include/kde/kscreensaver_vroot.h
+debian/tmp/usr/include/kde/kscrollview.h
+debian/tmp/usr/include/kde/kselect.h
+debian/tmp/usr/include/kde/kseparator.h
+debian/tmp/usr/include/kde/kserversocket.h
+debian/tmp/usr/include/kde/kservicegroup.h
+debian/tmp/usr/include/kde/kservice.h
+debian/tmp/usr/include/kde/kservicetype.h
+debian/tmp/usr/include/kde/ksettings/componentsdialog.h
+debian/tmp/usr/include/kde/ksettings/dialog.h
+debian/tmp/usr/include/kde/ksettings/dispatcher.h
+debian/tmp/usr/include/kde/ksettings/pluginpage.h
+debian/tmp/usr/include/kde/ksharedpixmap.h
+debian/tmp/usr/include/kde/ksharedptr.h
+debian/tmp/usr/include/kde/kshellcompletion.h
+debian/tmp/usr/include/kde/kshell.h
+debian/tmp/usr/include/kde/kshortcutdialog.h
+debian/tmp/usr/include/kde/kshortcut.h
+debian/tmp/usr/include/kde/kshortcutlist.h
+debian/tmp/usr/include/kde/kshred.h
+debian/tmp/usr/include/kde/ksimpleconfig.h
+debian/tmp/usr/include/kde/ksmimecrypto.h
+debian/tmp/usr/include/kde/ksockaddr.h
+debian/tmp/usr/include/kde/ksocketaddress.h
+debian/tmp/usr/include/kde/ksocketbase.h
+debian/tmp/usr/include/kde/ksocketdevice.h
+debian/tmp/usr/include/kde/ksock.h
+debian/tmp/usr/include/kde/ksocks.h
+debian/tmp/usr/include/kde/ksockssocketdevice.h
+debian/tmp/usr/include/kde/ksortablevaluelist.h
+debian/tmp/usr/include/kde/kspeech.h
+debian/tmp/usr/include/kde/kspeechsink.h
+debian/tmp/usr/include/kde/kspell2/backgroundchecker.h
+debian/tmp/usr/include/kde/kspell2/broker.h
+debian/tmp/usr/include/kde/kspell2/configdialog.h
+debian/tmp/usr/include/kde/kspell2/configwidget.h
+debian/tmp/usr/include/kde/kspell2/defaultdictionary.h
+debian/tmp/usr/include/kde/kspell2/dialog.h
+debian/tmp/usr/include/kde/kspell2/dictionary.h
+debian/tmp/usr/include/kde/kspell2/filter.h
+debian/tmp/usr/include/kde/kspell2/highlighter.h
+debian/tmp/usr/include/kde/kspell2/settings.h
+debian/tmp/usr/include/kde/kspelldlg.h
+debian/tmp/usr/include/kde/kspell.h
+debian/tmp/usr/include/kde/ksplashscreen.h
+debian/tmp/usr/include/kde/ksqueezedtextlabel.h
+debian/tmp/usr/include/kde/ksslall.h
+debian/tmp/usr/include/kde/ksslcertchain.h
+debian/tmp/usr/include/kde/ksslcertdlg.h
+debian/tmp/usr/include/kde/ksslcertificatecache.h
+debian/tmp/usr/include/kde/ksslcertificatefactory.h
+debian/tmp/usr/include/kde/ksslcertificate.h
+debian/tmp/usr/include/kde/ksslcertificatehome.h
+debian/tmp/usr/include/kde/ksslconfig.h
+debian/tmp/usr/include/kde/ksslconnectioninfo.h
+debian/tmp/usr/include/kde/kssl.h
+debian/tmp/usr/include/kde/ksslinfodlg.h
+debian/tmp/usr/include/kde/ksslkeygen.h
+debian/tmp/usr/include/kde/ksslpeerinfo.h
+debian/tmp/usr/include/kde/ksslpemcallback.h
+debian/tmp/usr/include/kde/ksslpkcs12.h
+debian/tmp/usr/include/kde/ksslpkcs7.h
+debian/tmp/usr/include/kde/ksslsession.h
+debian/tmp/usr/include/kde/ksslsettings.h
+debian/tmp/usr/include/kde/ksslsigners.h
+debian/tmp/usr/include/kde/ksslutils.h
+debian/tmp/usr/include/kde/ksslx509map.h
+debian/tmp/usr/include/kde/ksslx509v3.h
+debian/tmp/usr/include/kde/kstandarddirs.h
+debian/tmp/usr/include/kde/kstartupinfo.h
+debian/tmp/usr/include/kde/kstaticdeleter.h
+debian/tmp/usr/include/kde/kstatusbar.h
+debian/tmp/usr/include/kde/kstdaccel.h
+debian/tmp/usr/include/kde/kstdaction.h
+debian/tmp/usr/include/kde/kstddirs.h
+debian/tmp/usr/include/kde/kstdguiitem.h
+debian/tmp/usr/include/kde/kstreamsocket.h
+debian/tmp/usr/include/kde/kstringhandler.h
+debian/tmp/usr/include/kde/kstringvalidator.h
+debian/tmp/usr/include/kde/kstyle.h
+debian/tmp/usr/include/kde/ksvgiconengine.h
+debian/tmp/usr/include/kde/kswitchlanguagedialog.h
+debian/tmp/usr/include/kde/ksycocaentry.h
+debian/tmp/usr/include/kde/ksycoca.h
+debian/tmp/usr/include/kde/ksycocatype.h
+debian/tmp/usr/include/kde/ksyntaxhighlighter.h
+debian/tmp/usr/include/kde/ksystemtray.h
+debian/tmp/usr/include/kde/ktabbar.h
+debian/tmp/usr/include/kde/ktabctl.h
+debian/tmp/usr/include/kde/ktabwidget.h
+debian/tmp/usr/include/kde/ktar.h
+debian/tmp/usr/include/kde/ktempdir.h
+debian/tmp/usr/include/kde/ktempfile.h
+debian/tmp/usr/include/kde/ktextbrowser.h
+debian/tmp/usr/include/kde/ktextedit.h
+debian/tmp/usr/include/kde/ktexteditor/blockselectioninterface.h
+debian/tmp/usr/include/kde/ktexteditor/clipboardinterface.h
+debian/tmp/usr/include/kde/ktexteditor/codecompletioninterface.h
+debian/tmp/usr/include/kde/ktexteditor/configinterfaceextension.h
+debian/tmp/usr/include/kde/ktexteditor/configinterface.h
+debian/tmp/usr/include/kde/ktexteditor/cursorinterface.h
+debian/tmp/usr/include/kde/ktexteditor/document.h
+debian/tmp/usr/include/kde/ktexteditor/documentinfo.h
+debian/tmp/usr/include/kde/ktexteditor/dynwordwrapinterface.h
+debian/tmp/usr/include/kde/ktexteditor/editinterfaceext.h
+debian/tmp/usr/include/kde/ktexteditor/editinterface.h
+debian/tmp/usr/include/kde/ktexteditor/editorchooser.h
+debian/tmp/usr/include/kde/ktexteditor/editor.h
+debian/tmp/usr/include/kde/ktexteditor/encodinginterface.h
+debian/tmp/usr/include/kde/ktexteditor/highlightinginterface.h
+debian/tmp/usr/include/kde/ktexteditor/markinterfaceextension.h
+debian/tmp/usr/include/kde/ktexteditor/markinterface.h
+debian/tmp/usr/include/kde/ktexteditor/plugin.h
+debian/tmp/usr/include/kde/ktexteditor/popupmenuinterface.h
+debian/tmp/usr/include/kde/ktexteditor/printinterface.h
+debian/tmp/usr/include/kde/ktexteditor/searchinterface.h
+debian/tmp/usr/include/kde/ktexteditor/selectionextdcopinterface.h
+debian/tmp/usr/include/kde/ktexteditor/selectioninterfaceext.h
+debian/tmp/usr/include/kde/ktexteditor/selectioninterface.h
+debian/tmp/usr/include/kde/ktexteditor/sessionconfiginterface.h
+debian/tmp/usr/include/kde/ktexteditor/templateinterface.h
+debian/tmp/usr/include/kde/ktexteditor/texthintinterface.h
+debian/tmp/usr/include/kde/ktexteditor/undointerface.h
+debian/tmp/usr/include/kde/ktexteditor/variableinterface.h
+debian/tmp/usr/include/kde/ktexteditor/viewcursorinterface.h
+debian/tmp/usr/include/kde/ktexteditor/view.h
+debian/tmp/usr/include/kde/ktexteditor/viewstatusmsginterface.h
+debian/tmp/usr/include/kde/ktexteditor/wordwrapinterface.h
+debian/tmp/usr/include/kde/ktimewidget.h
+debian/tmp/usr/include/kde/ktimezones.h
+debian/tmp/usr/include/kde/ktimezonewidget.h
+debian/tmp/usr/include/kde/ktip.h
+debian/tmp/usr/include/kde/ktoolbarbutton.h
+debian/tmp/usr/include/kde/ktoolbar.h
+debian/tmp/usr/include/kde/ktoolbarlabelaction.h
+debian/tmp/usr/include/kde/ktoolbarradiogroup.h
+debian/tmp/usr/include/kde/ktrader.h
+debian/tmp/usr/include/kde/ktypelist.h
+debian/tmp/usr/include/kde/kuniqueapp.h
+debian/tmp/usr/include/kde/kuniqueapplication.h
+debian/tmp/usr/include/kde/kunittest/module.h
+debian/tmp/usr/include/kde/kunittest/runner.h
+debian/tmp/usr/include/kde/kunittest/tester.h
+debian/tmp/usr/include/kde/kunload.h
+debian/tmp/usr/include/kde/kurifilter.h
+debian/tmp/usr/include/kde/kurlbar.h
+debian/tmp/usr/include/kde/kurlcombobox.h
+debian/tmp/usr/include/kde/kurlcompletion.h
+debian/tmp/usr/include/kde/kurldrag.h
+debian/tmp/usr/include/kde/kurl.h
+debian/tmp/usr/include/kde/kurllabel.h
+debian/tmp/usr/include/kde/kurlpixmapprovider.h
+debian/tmp/usr/include/kde/kurlrequesterdlg.h
+debian/tmp/usr/include/kde/kurlrequester.h
+debian/tmp/usr/include/kde/kuser.h
+debian/tmp/usr/include/kde/kuserprofile.h
+debian/tmp/usr/include/kde/kvmallocator.h
+debian/tmp/usr/include/kde/kwallet.h
+debian/tmp/usr/include/kde/kwallettypes.h
+debian/tmp/usr/include/kde/kwindowinfo.h
+debian/tmp/usr/include/kde/kwindowlistmenu.h
+debian/tmp/usr/include/kde/kwin.h
+debian/tmp/usr/include/kde/kwinmodule.h
+debian/tmp/usr/include/kde/kwizard.h
+debian/tmp/usr/include/kde/kwordwrap.h
+debian/tmp/usr/include/kde/kxerrorhandler.h
+debian/tmp/usr/include/kde/kxmessages.h
+debian/tmp/usr/include/kde/kxmlguibuilder.h
+debian/tmp/usr/include/kde/kxmlguiclient.h
+debian/tmp/usr/include/kde/kxmlguifactory.h
+debian/tmp/usr/include/kde/kxmlgui.h
+debian/tmp/usr/include/kde/kzip.h
+debian/tmp/usr/include/kde/libkmid/alsaout.h
+debian/tmp/usr/include/kde/libkmid/dattypes.h
+debian/tmp/usr/include/kde/libkmid/deviceman.h
+debian/tmp/usr/include/kde/libkmid/fmout.h
+debian/tmp/usr/include/kde/libkmid/gusout.h
+debian/tmp/usr/include/kde/libkmid/libkmid.h
+debian/tmp/usr/include/kde/libkmid/midfile.h
+debian/tmp/usr/include/kde/libkmid/midimapper.h
+debian/tmp/usr/include/kde/libkmid/midiout.h
+debian/tmp/usr/include/kde/libkmid/midispec.h
+debian/tmp/usr/include/kde/libkmid/midistat.h
+debian/tmp/usr/include/kde/libkmid/mt32togm.h
+debian/tmp/usr/include/kde/libkmid/notearray.h
+debian/tmp/usr/include/kde/libkmid/player.h
+debian/tmp/usr/include/kde/libkmid/synthout.h
+debian/tmp/usr/include/kde/libkmid/track.h
+debian/tmp/usr/include/kde/libkmid/voiceman.h
+debian/tmp/usr/include/kde/netwm_def.h
+debian/tmp/usr/include/kde/netwm.h
+debian/tmp/usr/include/kde/qxembed.h
+debian/tmp/usr/include/kde/renamedlgplugin.h
+debian/tmp/usr/include/kde/scriptclientinterface.h
+debian/tmp/usr/include/kde/scriptinterface.h
+debian/tmp/usr/include/kde/scriptmanager.h
+debian/tmp/usr/lib/libDCOP.la
+debian/tmp/usr/lib/libDCOP.so
+debian/tmp/usr/lib/libkabc_dir.la
+debian/tmp/usr/lib/libkabc_dir.so
+debian/tmp/usr/lib/libkabc_file.la
+debian/tmp/usr/lib/libkabc_file.so
+debian/tmp/usr/lib/libkabc.la
+debian/tmp/usr/lib/libkabc_ldapkio.la
+debian/tmp/usr/lib/libkabc_ldapkio.so
+
+debian/tmp/usr/lib/libkabc.so
+debian/tmp/usr/lib/libkatepartinterfaces.la
+debian/tmp/usr/lib/libkatepartinterfaces.so
+debian/tmp/usr/lib/libkdecore.la
+debian/tmp/usr/lib/libkdecore.so
+debian/tmp/usr/lib/libkdefakes.la
+debian/tmp/usr/lib/libkdefakes_nonpic.a
+debian/tmp/usr/lib/libkdefakes_pic.a
+debian/tmp/usr/lib/libkdefakes.so
+debian/tmp/usr/lib/libkdefx.la
+debian/tmp/usr/lib/libkdefx.so
+debian/tmp/usr/lib/libkdeinit_cupsdconf.la
+debian/tmp/usr/lib/libkdeinit_dcopserver.la
+debian/tmp/usr/lib/libkdeinit_kaddprinterwizard.la
+debian/tmp/usr/lib/libkdeinit_kbuildsycoca.la
+debian/tmp/usr/lib/libkdeinit_kcmshell.la
+debian/tmp/usr/lib/libkdeinit_kconf_update.la
+debian/tmp/usr/lib/libkdeinit_kcookiejar.la
+debian/tmp/usr/lib/libkdeinit_kded.la
+debian/tmp/usr/lib/libkdeinit_kio_http_cache_cleaner.la
+debian/tmp/usr/lib/libkdeinit_kio_uiserver.la
+debian/tmp/usr/lib/libkdeinit_klauncher.la
+debian/tmp/usr/lib/libkdeprint.la
+debian/tmp/usr/lib/libkdeprint_management.la
+debian/tmp/usr/lib/libkdeprint_management.so
+debian/tmp/usr/lib/libkdeprint.so
+debian/tmp/usr/lib/libkdesasl.la
+debian/tmp/usr/lib/libkdesasl.so
+debian/tmp/usr/lib/libkdesu.la
+debian/tmp/usr/lib/libkdesu.so
+debian/tmp/usr/lib/libkdeui.la
+debian/tmp/usr/lib/libkdeui.so
+debian/tmp/usr/lib/libkdnssd.la
+debian/tmp/usr/lib/libkdnssd.so
+debian/tmp/usr/lib/libkhtml.la
+debian/tmp/usr/lib/libkhtml.so
+debian/tmp/usr/lib/libkimproxy.la
+debian/tmp/usr/lib/libkimproxy.so
+debian/tmp/usr/lib/libkio.la
+debian/tmp/usr/lib/libkio.so
+debian/tmp/usr/lib/libkjava.la
+debian/tmp/usr/lib/libkjava.so
+debian/tmp/usr/lib/libkjs.la
+debian/tmp/usr/lib/libkjs.so
+debian/tmp/usr/lib/libkmdi2.la
+debian/tmp/usr/lib/libkmdi2.so
+debian/tmp/usr/lib/libkmdi.la
+debian/tmp/usr/lib/libkmdi.so
+debian/tmp/usr/lib/libkmediaplayer.la
+debian/tmp/usr/lib/libkmediaplayer.so
+debian/tmp/usr/lib/libkmid.la
+debian/tmp/usr/lib/libkmid.so
+debian/tmp/usr/lib/libknewstuff.la
+debian/tmp/usr/lib/libknewstuff.so
+debian/tmp/usr/lib/libkntlm.la
+debian/tmp/usr/lib/libkntlm.so
+debian/tmp/usr/lib/libkparts.la
+debian/tmp/usr/lib/libkparts.so
+debian/tmp/usr/lib/libkresources.la
+debian/tmp/usr/lib/libkresources.so
+debian/tmp/usr/lib/libkscreensaver.la
+debian/tmp/usr/lib/libkscreensaver.so
+debian/tmp/usr/lib/libkscript.la
+debian/tmp/usr/lib/libkscript.so
+debian/tmp/usr/lib/libkspell2.la
+debian/tmp/usr/lib/libkspell2.so
+debian/tmp/usr/lib/libkspell.la
+debian/tmp/usr/lib/libkspell.so
+debian/tmp/usr/lib/libktexteditor.la
+debian/tmp/usr/lib/libktexteditor.so
+debian/tmp/usr/lib/libkunittest.la
+debian/tmp/usr/lib/libkunittest.so
+debian/tmp/usr/lib/libkutils.la
+debian/tmp/usr/lib/libkutils.so
+debian/tmp/usr/lib/libkwalletbackend.la
+debian/tmp/usr/lib/libkwalletbackend.so
+debian/tmp/usr/lib/libkwalletclient.la
+debian/tmp/usr/lib/libkwalletclient.so
+debian/tmp/usr/lib/libvcard.la
+debian/tmp/usr/lib/libvcard.so
--- kdelibs-3.5.10.dfsg.1.orig/debian/man/kconfig_compiler.1
+++ kdelibs-3.5.10.dfsg.1/debian/man/kconfig_compiler.1
@@ -0,0 +1,167 @@
+.\" This file was generated by (a slightly modified) kdemangen.pl and edited by hand
+.TH KCONFIG_COMPILER 1 "Jun 2006" "K Desktop Environment" "programming tool"
+.SH NAME
+kconfig_compiler
+\- KDE configuration compiler
+.SH SYNOPSIS
+\fBkconfig_compiler\fP [Qt\-options] [KDE\-options] [options]
+.I file.kcfg file.kcfgc 
+.SH DESCRIPTION
+\fBkconfig_compiler\fP generates C++ source code from two files. The first file (.kcfg) contains information about configuration options and the second file (.kcfgc) provides the code generation options.
+.br
+The generated source code contains a class based on \fBKConfigSkeleton\fP that provides an API to access the applications configuration data.
+.SH OPTIONS
+.SS
+.SS Arguments:
+.TP
+.I file.kcfg
+Input kcfg XML file
+.TP
+.I file.kcfgc
+Code generation options file
+.SS Options:
+.TP
+.B \-d,  \-\-directory  
+Directory to generate files in [.]
+.SS 
+.SS Generic options:
+.TP
+.B  \-\-help  
+Show help about options
+.TP
+.B  \-\-help\-qt  
+Show Qt specific options
+.TP
+.B  \-\-help\-kde  
+Show KDE specific options
+.TP
+.B  \-\-help\-all  
+Show all options
+.TP
+.B  \-\-author  
+Show author information
+.TP
+.B \-v,  \-\-version  
+Show version information
+.TP
+.B  \-\-license  
+Show license information
+.TP
+.B  \-\-  
+End of options
+.SS 
+.SS KDE options:
+.TP
+.B  \-\-caption  
+Use 'caption' as name in the titlebar
+.TP
+.B  \-\-icon  
+Use 'icon' as the application icon
+.TP
+.B  \-\-miniicon  
+Use 'icon' as the icon in the titlebar
+.TP
+.B  \-\-config  
+Use alternative configuration file
+.TP
+.B  \-\-dcopserver  
+Use the DCOP Server specified by 'server'
+.TP
+.B  \-\-nocrashhandler  
+Disable crash handler, to get core dumps
+.TP
+.B  \-\-waitforwm  
+Waits for a WM_NET compatible windowmanager
+.TP
+.B  \-\-style