[Users] Compiling claws-mail on openSUSE Leap 42.3

Removed GDPR removed-gdpr at example.com
Sat Jul 14 11:42:39 CEST 2018


Sorry, I missed the attachments. Here they are.

-- 
George
-------------- next part --------------
fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if test -n ' Makefile' && test -n '0'; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \	]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs	]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
  failcom='fail=yes'; \
else \
  failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
case "install-recursive" in \
  distclean-* | maintainer-clean-*) list='m4 po src tools config doc manual' ;; \
  *) list='m4 po src tools config doc manual' ;; \
esac; \
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; \
  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
Making install in m4
make[1]: Entering directory '/tmp/download/claws/m4'
make  install-exec-am install-data-am
make[2]: Entering directory '/tmp/download/claws/m4'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/download/claws/m4'
make[1]: Leaving directory '/tmp/download/claws/m4'
Making install in po
make[1]: Entering directory '/tmp/download/claws/po'
make claws-mail.pot-update
make[2]: Entering directory '/tmp/download/claws/po'
sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed
mv t-remove-potcdate.sed remove-potcdate.sed
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
       LC_ALL=C find -L .. -maxdepth 1 -type f -size -10000000c -exec grep 'GNU claws-mail' /dev/null '{}' ';' 2>/dev/null; \
     else \
       LC_ALL=C grep 'GNU claws-mail' ../* 2>/dev/null; \
     fi; \
   } | grep -v 'libtool:' >/dev/null; then \
  package_gnu='GNU '; \
else \
  package_gnu=''; \
fi; \
if test -n 'paul at claws-mail.org' || test '' = '@'PACKAGE_BUGREPORT'@'; then \
  msgid_bugs_address='paul at claws-mail.org'; \
else \
  msgid_bugs_address=''; \
fi; \
case `/usr/bin/xgettext --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
    /usr/bin/xgettext --default-domain=claws-mail --directory=.. \
      --add-comments=TRANSLATORS: --keyword=_ --flag=_:1:pass-c-format --keyword=Q_ --flag=Q_:1:pass-c-format --keyword=N_ --flag=N_:1:pass-c-format --keyword=C_:1c,2 --keyword='proper_name:1,"This is a proper name. See the gettext manual, section Names."' --keyword='proper_name_utf8:1,"This is a proper name. See the gettext manual, section Names."' --flag=error:3:c-format --flag=error_at_line:5:c-format --from-code=UTF-8  \
      --files-from=./POTFILES.in \
      --copyright-holder='The Claws Mail Team' \
      --msgid-bugs-address="$msgid_bugs_address" \
    ;; \
  *) \
    /usr/bin/xgettext --default-domain=claws-mail --directory=.. \
      --add-comments=TRANSLATORS: --keyword=_ --flag=_:1:pass-c-format --keyword=Q_ --flag=Q_:1:pass-c-format --keyword=N_ --flag=N_:1:pass-c-format --keyword=C_:1c,2 --keyword='proper_name:1,"This is a proper name. See the gettext manual, section Names."' --keyword='proper_name_utf8:1,"This is a proper name. See the gettext manual, section Names."' --flag=error:3:c-format --flag=error_at_line:5:c-format --from-code=UTF-8  \
      --files-from=./POTFILES.in \
      --copyright-holder='The Claws Mail Team' \
      --package-name="${package_gnu}claws-mail" \
      --package-version='3.16.0git234' \
      --msgid-bugs-address="$msgid_bugs_address" \
    ;; \
esac
test ! -f claws-mail.po || { \
  if test -f ./claws-mail.pot; then \
    sed -f remove-potcdate.sed < ./claws-mail.pot > claws-mail.1po && \
    sed -f remove-potcdate.sed < claws-mail.po > claws-mail.2po && \
    if cmp claws-mail.1po claws-mail.2po >/dev/null 2>&1; then \
      rm -f claws-mail.1po claws-mail.2po claws-mail.po; \
    else \
      rm -f claws-mail.1po claws-mail.2po ./claws-mail.pot && \
      mv claws-mail.po ./claws-mail.pot; \
    fi; \
  else \
    mv claws-mail.po ./claws-mail.pot; \
  fi; \
}
make[2]: Leaving directory '/tmp/download/claws/po'
test ! -f ./claws-mail.pot || \
  test -z "ca.gmo cs.gmo da.gmo de.gmo en_GB.gmo es.gmo fi.gmo fr.gmo hu.gmo id_ID.gmo it.gmo ja.gmo nb.gmo nl.gmo pl.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sv.gmo tr.gmo zh_TW.gmo" || make ca.gmo cs.gmo da.gmo de.gmo en_GB.gmo es.gmo fi.gmo fr.gmo hu.gmo id_ID.gmo it.gmo ja.gmo nb.gmo nl.gmo pl.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sv.gmo tr.gmo zh_TW.gmo
test ! -f ./claws-mail.pot || { \
  echo "touch stamp-po" && \
  echo timestamp > stamp-poT && \
  mv stamp-poT stamp-po; \
}
catalogs='ca.gmo cs.gmo da.gmo de.gmo en_GB.gmo es.gmo fi.gmo fr.gmo hu.gmo id_ID.gmo it.gmo ja.gmo nb.gmo nl.gmo pl.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sv.gmo tr.gmo zh_TW.gmo'; \
for cat in $catalogs; do \
  cat=`basename $cat`; \
  lang=`echo $cat | sed -e 's/\.gmo$//'`; \
  dir=/usr/share/locale/$lang/LC_MESSAGES; \
  /usr/bin/mkdir -p $dir; \
  if test -r $cat; then realcat=$cat; else realcat=./$cat; fi; \
  /usr/bin/install -c -m 644 $realcat $dir/claws-mail.mo; \
  echo "installing $realcat as $dir/claws-mail.mo"; \
  for lc in '' ; do \
    if test -n "$lc"; then \
      if (cd /usr/share/locale/$lang && LC_ALL=C ls -l -d $lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
        link=`cd /usr/share/locale/$lang && LC_ALL=C ls -l -d $lc | sed -e 's/^.* -> //'`; \
        mv /usr/share/locale/$lang/$lc /usr/share/locale/$lang/$lc.old; \
        mkdir /usr/share/locale/$lang/$lc; \
        (cd /usr/share/locale/$lang/$lc.old && \
         for file in *; do \
           if test -f $file; then \
             ln -s ../$link/$file /usr/share/locale/$lang/$lc/$file; \
           fi; \
         done); \
        rm -f /usr/share/locale/$lang/$lc.old; \
      else \
        if test -d /usr/share/locale/$lang/$lc; then \
          :; \
        else \
          rm -f /usr/share/locale/$lang/$lc; \
          mkdir /usr/share/locale/$lang/$lc; \
        fi; \
      fi; \
      rm -f /usr/share/locale/$lang/$lc/claws-mail.mo; \
      ln -s ../LC_MESSAGES/claws-mail.mo /usr/share/locale/$lang/$lc/claws-mail.mo 2>/dev/null || \
      ln /usr/share/locale/$lang/LC_MESSAGES/claws-mail.mo /usr/share/locale/$lang/$lc/claws-mail.mo 2>/dev/null || \
      cp -p /usr/share/locale/$lang/LC_MESSAGES/claws-mail.mo /usr/share/locale/$lang/$lc/claws-mail.mo; \
      echo "installing $realcat link as /usr/share/locale/$lang/$lc/claws-mail.mo"; \
    fi; \
  done; \
done
if test "claws-mail" = "gettext-tools"; then \
  /usr/bin/mkdir -p /usr/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin    Makevars.template; do \
    /usr/bin/install -c -m 644 ./$file \
		    /usr/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /usr/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory '/tmp/download/claws/po'
Making install in src
make[1]: Entering directory '/tmp/download/claws/src'
echo "  YACC    " matcher_parser_parse.c;test -f matcher_parser_parse.c || /bin/sh ../config/ylwrap matcher_parser_parse.y y.tab.c matcher_parser_parse.c y.tab.h `echo matcher_parser_parse.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output matcher_parser_parse.output -- bison -y -d 
if test ! -f matcher_parser_parse.h; then rm -f matcher_parser_parse.c; else :; fi
if test ! -f matcher_parser_parse.h; then make  matcher_parser_parse.c; else :; fi
make[2]: Entering directory '/tmp/download/claws/src'
echo "  YACC    " matcher_parser_parse.c;test -f matcher_parser_parse.c || /bin/sh ../config/ylwrap matcher_parser_parse.y y.tab.c matcher_parser_parse.c y.tab.h `echo matcher_parser_parse.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output matcher_parser_parse.output -- bison -y -d 
make[2]: Leaving directory '/tmp/download/claws/src'
echo "  YACC    " quote_fmt_parse.c;test -f quote_fmt_parse.c || /bin/sh ../config/ylwrap quote_fmt_parse.y y.tab.c quote_fmt_parse.c y.tab.h `echo quote_fmt_parse.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output quote_fmt_parse.output -- bison -y -d 
if test ! -f quote_fmt_parse.h; then rm -f quote_fmt_parse.c; else :; fi
if test ! -f quote_fmt_parse.h; then make  quote_fmt_parse.c; else :; fi
make[2]: Entering directory '/tmp/download/claws/src'
echo "  YACC    " quote_fmt_parse.c;test -f quote_fmt_parse.c || /bin/sh ../config/ylwrap quote_fmt_parse.y y.tab.c quote_fmt_parse.c y.tab.h `echo quote_fmt_parse.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output quote_fmt_parse.output -- bison -y -d 
make[2]: Leaving directory '/tmp/download/claws/src'
make  install-recursive
make[2]: Entering directory '/tmp/download/claws/src'
fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if test -n ' Makefile .deps/account.Po .deps/action.Po .deps/addr_compl.Po .deps/addrbook.Po .deps/addrcache.Po .deps/addrclip.Po .deps/addrcustomattr.Po .deps/addrduplicates.Po .deps/addressadd.Po .deps/addressbook-dbus.Po .deps/addressbook.Po .deps/addressbook_foldersel.Po .deps/addrgather.Po .deps/addrharvest.Po .deps/addrindex.Po .deps/addritem.Po .deps/addrmerge.Po .deps/addrquery.Po .deps/addrselect.Po .deps/advsearch.Po .deps/alertpanel.Po .deps/autofaces.Po .deps/avatars.Po .deps/browseldap.Po .deps/codeconv.Po .deps/compose.Po .deps/crash.Po .deps/customheader.Po .deps/displayheader.Po .deps/editaddress.Po .deps/editaddress_other_attributes_ldap.Po .deps/editbook.Po .deps/editgroup.Po .deps/editjpilot.Po .deps/editldap.Po .deps/editldap_basedn.Po .deps/edittags.Po .deps/editvcard.Po .deps/enriched.Po .deps/entity.Po .deps/exphtmldlg.Po .deps/expldifdlg.Po .deps/export.Po .deps/exporthtml.Po .deps/exportldif.Po .deps/file_checker.Po .deps/filtering.Po .deps/folder.Po .deps/folder_item_prefs.Po .deps/foldersel.Po .deps/folderutils.Po .deps/folderview.Po .deps/grouplistdialog.Po .deps/headerview.Po .deps/html.Po .deps/image_viewer.Po .deps/imap.Po .deps/imap_gtk.Po .deps/import.Po .deps/importldif.Po .deps/importmutt.Po .deps/importpine.Po .deps/inc.Po .deps/jpilot.Po .deps/ldapctrl.Po .deps/ldaplocate.Po .deps/ldapquery.Po .deps/ldapserver.Po .deps/ldapupdate.Po .deps/ldaputil.Po .deps/ldif.Po .deps/localfolder.Po .deps/main.Po .deps/mainwindow.Po .deps/manual.Po .deps/matcher.Po .deps/matcher_parser_lex.Po .deps/matcher_parser_parse.Po .deps/mbox.Po .deps/message_search.Po .deps/messageview.Po .deps/mh.Po .deps/mh_gtk.Po .deps/mimeview.Po .deps/msgcache.Po .deps/mutt.Po .deps/news.Po .deps/news_gtk.Po .deps/noticeview.Po .deps/partial_download.Po .deps/password.Po .deps/password_gtk.Po .deps/passwordstore.Po .deps/pine.Po .deps/pop.Po .deps/prefs_account.Po .deps/prefs_actions.Po .deps/prefs_common.Po .deps/prefs_compose_writing.Po .deps/prefs_customheader.Po .deps/prefs_display_header.Po .deps/prefs_ext_prog.Po .deps/prefs_filtering.Po .deps/prefs_filtering_action.Po .deps/prefs_folder_column.Po .deps/prefs_folder_item.Po .deps/prefs_fonts.Po .deps/prefs_gtk.Po .deps/prefs_image_viewer.Po .deps/prefs_logging.Po .deps/prefs_matcher.Po .deps/prefs_message.Po .deps/prefs_migration.Po .deps/prefs_msg_colors.Po .deps/prefs_other.Po .deps/prefs_proxy.Po .deps/prefs_quote.Po .deps/prefs_receive.Po .deps/prefs_send.Po .deps/prefs_spelling.Po .deps/prefs_summaries.Po .deps/prefs_summary_column.Po .deps/prefs_summary_open.Po .deps/prefs_template.Po .deps/prefs_themes.Po .deps/prefs_toolbar.Po .deps/prefs_wrapping.Po .deps/printing.Po .deps/privacy.Po .deps/procheader.Po .deps/procmime.Po .deps/procmsg.Po .deps/quote_fmt.Po .deps/quote_fmt_lex.Po .deps/quote_fmt_parse.Po .deps/recv.Po .deps/remotefolder.Po .deps/send_message.Po .deps/setup.Po .deps/sourcewindow.Po .deps/ssl_manager.Po .deps/statusbar.Po .deps/stock_pixmap.Po .deps/summary_search.Po .deps/summaryview.Po .deps/textview.Po .deps/toolbar.Po .deps/undo.Po .deps/unmime.Po .deps/uri_opener.Po .deps/vcard.Po .deps/wizard.Po' && test -n '2'; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \	]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs	]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
  failcom='fail=yes'; \
else \
  failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
case "install-recursive" in \
  distclean-* | maintainer-clean-*) list='common gtk etpan . plugins' ;; \
  *) list='common gtk etpan . plugins ' ;; \
esac; \
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; \
  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
Making install in common
make[3]: Entering directory '/tmp/download/claws/src/common'
echo "  CC      " hooks.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT hooks.lo -MD -MP -MF .deps/hooks.Tpo -c -o hooks.lo hooks.c
mv -f .deps/hooks.Tpo .deps/hooks.Plo
echo "  CC      " log.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT log.lo -MD -MP -MF .deps/log.Tpo -c -o log.lo log.c
mv -f .deps/log.Tpo .deps/log.Plo
echo "  CC      " md5.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.c
mv -f .deps/md5.Tpo .deps/md5.Plo
echo "  CC      " mgutils.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT mgutils.lo -MD -MP -MF .deps/mgutils.Tpo -c -o mgutils.lo mgutils.c
mv -f .deps/mgutils.Tpo .deps/mgutils.Plo
echo "  CC      " passcrypt.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT passcrypt.lo -MD -MP -MF .deps/passcrypt.Tpo -c -o passcrypt.lo passcrypt.c
mv -f .deps/passcrypt.Tpo .deps/passcrypt.Plo
echo "  CC      " plugin.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo plugin.c
mv -f .deps/plugin.Tpo .deps/plugin.Plo
echo "  CC      " prefs.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT prefs.lo -MD -MP -MF .deps/prefs.Tpo -c -o prefs.lo prefs.c
mv -f .deps/prefs.Tpo .deps/prefs.Plo
echo "  CC      " progressindicator.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT progressindicator.lo -MD -MP -MF .deps/progressindicator.Tpo -c -o progressindicator.lo progressindicator.c
mv -f .deps/progressindicator.Tpo .deps/progressindicator.Plo
echo "  CC      " proxy.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT proxy.lo -MD -MP -MF .deps/proxy.Tpo -c -o proxy.lo proxy.c
mv -f .deps/proxy.Tpo .deps/proxy.Plo
echo "  CC      " quoted-printable.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT quoted-printable.lo -MD -MP -MF .deps/quoted-printable.Tpo -c -o quoted-printable.lo quoted-printable.c
mv -f .deps/quoted-printable.Tpo .deps/quoted-printable.Plo
echo "  CC      " session.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT session.lo -MD -MP -MF .deps/session.Tpo -c -o session.lo session.c
mv -f .deps/session.Tpo .deps/session.Plo
echo "  CC      " smtp.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT smtp.lo -MD -MP -MF .deps/smtp.Tpo -c -o smtp.lo smtp.c
mv -f .deps/smtp.Tpo .deps/smtp.Plo
echo "  CC      " socket.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT socket.lo -MD -MP -MF .deps/socket.Tpo -c -o socket.lo socket.c
mv -f .deps/socket.Tpo .deps/socket.Plo
echo "  CC      " ssl.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT ssl.lo -MD -MP -MF .deps/ssl.Tpo -c -o ssl.lo ssl.c
mv -f .deps/ssl.Tpo .deps/ssl.Plo
echo "  CC      " ssl_certificate.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT ssl_certificate.lo -MD -MP -MF .deps/ssl_certificate.Tpo -c -o ssl_certificate.lo ssl_certificate.c
mv -f .deps/ssl_certificate.Tpo .deps/ssl_certificate.Plo
echo "  CC      " string_match.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT string_match.lo -MD -MP -MF .deps/string_match.Tpo -c -o string_match.lo string_match.c
mv -f .deps/string_match.Tpo .deps/string_match.Plo
echo "  CC      " stringtable.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT stringtable.lo -MD -MP -MF .deps/stringtable.Tpo -c -o stringtable.lo stringtable.c
mv -f .deps/stringtable.Tpo .deps/stringtable.Plo
echo "  CC      " claws.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT claws.lo -MD -MP -MF .deps/claws.Tpo -c -o claws.lo claws.c
mv -f .deps/claws.Tpo .deps/claws.Plo
echo "  CC      " tags.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT tags.lo -MD -MP -MF .deps/tags.Tpo -c -o tags.lo tags.c
mv -f .deps/tags.Tpo .deps/tags.Plo
echo "  CC      " template.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT template.lo -MD -MP -MF .deps/template.Tpo -c -o template.lo template.c
mv -f .deps/template.Tpo .deps/template.Plo
echo "  CC      " utils.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c -o utils.lo utils.c
mv -f .deps/utils.Tpo .deps/utils.Plo
echo "  CC      " uuencode.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT uuencode.lo -MD -MP -MF .deps/uuencode.Tpo -c -o uuencode.lo uuencode.c
mv -f .deps/uuencode.Tpo .deps/uuencode.Plo
echo "  CC      " xml.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT xml.lo -MD -MP -MF .deps/xml.Tpo -c -o xml.lo xml.c
mv -f .deps/xml.Tpo .deps/xml.Plo
echo "  CC      " xmlprops.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT xmlprops.lo -MD -MP -MF .deps/xmlprops.Tpo -c -o xmlprops.lo xmlprops.c
mv -f .deps/xmlprops.Tpo .deps/xmlprops.Plo
echo "  CC      " pkcs5_pbkdf2.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT pkcs5_pbkdf2.lo -MD -MP -MF .deps/pkcs5_pbkdf2.Tpo -c -o pkcs5_pbkdf2.lo pkcs5_pbkdf2.c
mv -f .deps/pkcs5_pbkdf2.Tpo .deps/pkcs5_pbkdf2.Plo
echo "  CCLD    " libclawscommon.la;/bin/sh ../../libtool --silent --tag=CC   --mode=link gcc  -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall  -Wl,--export-dynamic -o libclawscommon.la   hooks.lo log.lo md5.lo mgutils.lo passcrypt.lo plugin.lo prefs.lo progressindicator.lo proxy.lo quoted-printable.lo session.lo smtp.lo socket.lo ssl.lo ssl_certificate.lo string_match.lo stringtable.lo claws.lo tags.lo template.lo utils.lo uuencode.lo xml.lo xmlprops.lo pkcs5_pbkdf2.lo -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0   -lpthread -lm  -L/usr/lib64 -letpan -lz -lssl -lcrypto -ldb-4.8 -lz -pthread -lsasl2 -lssl -lcrypto
make  install-exec-am install-data-am
make[4]: Entering directory '/tmp/download/claws/src/common'
make[4]: Nothing to be done for 'install-exec-am'.
:
list=' defs.h hooks.h log.h md5.h mgutils.h passcrypt.h plugin.h prefs.h progressindicator.h proxy.h quoted-printable.h session.h smtp.h socket.h ssl_certificate.h ssl.h string_match.h stringtable.h claws.h tags.h template.h timing.h tlds.h utils.h uuencode.h version.h xml.h xmlprops.h pkcs5_pbkdf2.h'; test -n "/usr/include/claws-mail/common" || list=; \
if test -n "$list"; then \
  echo " /usr/bin/mkdir -p '/usr/include/claws-mail/common'"; \
  /usr/bin/mkdir -p "/usr/include/claws-mail/common" || exit 1; \
fi; \
for p in $list; do \
  if test -f "$p"; then d=; else d="./"; fi; \
  echo "$d$p"; \
done | sed '$!N;$!N;$!N;$!N;$!N;$!N;$!N;s/\n/ /g' | sed '$!N;$!N;$!N;$!N;s/\n/ /g' | \
while read files; do \
  echo " /usr/bin/install -c -m 644 $files '/usr/include/claws-mail/common'"; \
  /usr/bin/install -c -m 644 $files "/usr/include/claws-mail/common" || exit $?; \
done
make[4]: Leaving directory '/tmp/download/claws/src/common'
make[3]: Leaving directory '/tmp/download/claws/src/common'
Making install in gtk
make[3]: Entering directory '/tmp/download/claws/src/gtk'
glib-genmarshal claws-marshal.list --body --prefix=claws_marshal > claws-marshal.c
glib-genmarshal claws-marshal.list --header --prefix=claws_marshal > claws-marshal.h
make  install-am
make[4]: Entering directory '/tmp/download/claws/src/gtk'
echo "  CC      " about.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT about.lo -MD -MP -MF .deps/about.Tpo -c -o about.lo about.c
mv -f .deps/about.Tpo .deps/about.Plo
echo "  CC      " colorlabel.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT colorlabel.lo -MD -MP -MF .deps/colorlabel.Tpo -c -o colorlabel.lo colorlabel.c
mv -f .deps/colorlabel.Tpo .deps/colorlabel.Plo
echo "  CC      " colorsel.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT colorsel.lo -MD -MP -MF .deps/colorsel.Tpo -c -o colorsel.lo colorsel.c
mv -f .deps/colorsel.Tpo .deps/colorsel.Plo
echo "  CC      " combobox.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT combobox.lo -MD -MP -MF .deps/combobox.Tpo -c -o combobox.lo combobox.c
mv -f .deps/combobox.Tpo .deps/combobox.Plo
echo "  CC      " description_window.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT description_window.lo -MD -MP -MF .deps/description_window.Tpo -c -o description_window.lo description_window.c
mv -f .deps/description_window.Tpo .deps/description_window.Plo
echo "  CC      " filesel.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT filesel.lo -MD -MP -MF .deps/filesel.Tpo -c -o filesel.lo filesel.c
mv -f .deps/filesel.Tpo .deps/filesel.Plo
echo "  CC      " foldersort.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT foldersort.lo -MD -MP -MF .deps/foldersort.Tpo -c -o foldersort.lo foldersort.c
mv -f .deps/foldersort.Tpo .deps/foldersort.Plo
echo "  CC      " gtkaspell.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT gtkaspell.lo -MD -MP -MF .deps/gtkaspell.Tpo -c -o gtkaspell.lo gtkaspell.c
mv -f .deps/gtkaspell.Tpo .deps/gtkaspell.Plo
echo "  CC      " gtkcmctree.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT gtkcmctree.lo -MD -MP -MF .deps/gtkcmctree.Tpo -c -o gtkcmctree.lo gtkcmctree.c
mv -f .deps/gtkcmctree.Tpo .deps/gtkcmctree.Plo
echo "  CC      " gtkcmclist.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT gtkcmclist.lo -MD -MP -MF .deps/gtkcmclist.Tpo -c -o gtkcmclist.lo gtkcmclist.c
mv -f .deps/gtkcmclist.Tpo .deps/gtkcmclist.Plo
echo "  CC      " gtksctree.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT gtksctree.lo -MD -MP -MF .deps/gtksctree.Tpo -c -o gtksctree.lo gtksctree.c
mv -f .deps/gtksctree.Tpo .deps/gtksctree.Plo
echo "  CC      " gtkunit.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT gtkunit.lo -MD -MP -MF .deps/gtkunit.Tpo -c -o gtkunit.lo gtkunit.c
mv -f .deps/gtkunit.Tpo .deps/gtkunit.Plo
echo "  CC      " gtkcmoptionmenu.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT gtkcmoptionmenu.lo -MD -MP -MF .deps/gtkcmoptionmenu.Tpo -c -o gtkcmoptionmenu.lo gtkcmoptionmenu.c
mv -f .deps/gtkcmoptionmenu.Tpo .deps/gtkcmoptionmenu.Plo
echo "  CC      " gtkshruler.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT gtkshruler.lo -MD -MP -MF .deps/gtkshruler.Tpo -c -o gtkshruler.lo gtkshruler.c
mv -f .deps/gtkshruler.Tpo .deps/gtkshruler.Plo
echo "  CC      " gtkutils.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT gtkutils.lo -MD -MP -MF .deps/gtkutils.Tpo -c -o gtkutils.lo gtkutils.c
mv -f .deps/gtkutils.Tpo .deps/gtkutils.Plo
echo "  CC      " gtkvscrollbutton.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT gtkvscrollbutton.lo -MD -MP -MF .deps/gtkvscrollbutton.Tpo -c -o gtkvscrollbutton.lo gtkvscrollbutton.c
mv -f .deps/gtkvscrollbutton.Tpo .deps/gtkvscrollbutton.Plo
echo "  CC      " icon_legend.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT icon_legend.lo -MD -MP -MF .deps/icon_legend.Tpo -c -o icon_legend.lo icon_legend.c
mv -f .deps/icon_legend.Tpo .deps/icon_legend.Plo
echo "  CC      " inputdialog.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT inputdialog.lo -MD -MP -MF .deps/inputdialog.Tpo -c -o inputdialog.lo inputdialog.c
mv -f .deps/inputdialog.Tpo .deps/inputdialog.Plo
echo "  CC      " logwindow.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT logwindow.lo -MD -MP -MF .deps/logwindow.Tpo -c -o logwindow.lo logwindow.c
mv -f .deps/logwindow.Tpo .deps/logwindow.Plo
echo "  CC      " manage_window.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT manage_window.lo -MD -MP -MF .deps/manage_window.Tpo -c -o manage_window.lo manage_window.c
mv -f .deps/manage_window.Tpo .deps/manage_window.Plo
echo "  CC      " menu.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT menu.lo -MD -MP -MF .deps/menu.Tpo -c -o menu.lo menu.c
mv -f .deps/menu.Tpo .deps/menu.Plo
echo "  CC      " pluginwindow.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT pluginwindow.lo -MD -MP -MF .deps/pluginwindow.Tpo -c -o pluginwindow.lo pluginwindow.c
mv -f .deps/pluginwindow.Tpo .deps/pluginwindow.Plo
echo "  CC      " prefswindow.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT prefswindow.lo -MD -MP -MF .deps/prefswindow.Tpo -c -o prefswindow.lo prefswindow.c
mv -f .deps/prefswindow.Tpo .deps/prefswindow.Plo
echo "  CC      " progressdialog.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT progressdialog.lo -MD -MP -MF .deps/progressdialog.Tpo -c -o progressdialog.lo progressdialog.c
mv -f .deps/progressdialog.Tpo .deps/progressdialog.Plo
echo "  CC      " quicksearch.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT quicksearch.lo -MD -MP -MF .deps/quicksearch.Tpo -c -o quicksearch.lo quicksearch.c
mv -f .deps/quicksearch.Tpo .deps/quicksearch.Plo
echo "  CC      " spell_entry.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT spell_entry.lo -MD -MP -MF .deps/spell_entry.Tpo -c -o spell_entry.lo spell_entry.c
mv -f .deps/spell_entry.Tpo .deps/spell_entry.Plo
echo "  CC      " sslcertwindow.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT sslcertwindow.lo -MD -MP -MF .deps/sslcertwindow.Tpo -c -o sslcertwindow.lo sslcertwindow.c
mv -f .deps/sslcertwindow.Tpo .deps/sslcertwindow.Plo
glib-genmarshal claws-marshal.list --body --prefix=claws_marshal > claws-marshal.c
echo "  CC      " claws-marshal.lo;/bin/sh ../../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I./../common -I../common -I./.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDOCDIR=\"/usr/share/doc/claws-mail\"    -g -O2 -Wno-unused-function -Wno-pointer-sign -Wall -MT claws-marshal.lo -MD -MP -MF .deps/claws-marshal.Tpo -c -o claws-marshal.lo claws-marshal.c
mv -f .deps/claws-marshal.Tpo .deps/claws-marshal.Plo
make[4]: Leaving directory '/tmp/download/claws/src/gtk'
Makefile:791: recipe for target 'install' failed
make[3]: Leaving directory '/tmp/download/claws/src/gtk'
Makefile:1552: recipe for target 'install-recursive' failed
make[2]: Leaving directory '/tmp/download/claws/src'
Makefile:1709: recipe for target 'install' failed
make[1]: Leaving directory '/tmp/download/claws/src'
Makefile:766: recipe for target 'install-recursive' failed
-------------- next part --------------
fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if test -n ' Makefile' && test -n '0'; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \	]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs	]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
  failcom='fail=yes'; \
else \
  failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo uninstall-recursive | sed s/-recursive//`; \
case "uninstall-recursive" in \
  distclean-* | maintainer-clean-*) list='m4 po src tools config doc manual' ;; \
  *) list='m4 po src tools config doc manual' ;; \
esac; \
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; \
  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
Making uninstall in m4
make[1]: Entering directory '/tmp/download/claws/m4'
make[1]: Nothing to be done for 'uninstall'.
make[1]: Leaving directory '/tmp/download/claws/m4'
Making uninstall in po
make[1]: Entering directory '/tmp/download/claws/po'
catalogs='ca.gmo cs.gmo da.gmo de.gmo en_GB.gmo es.gmo fi.gmo fr.gmo hu.gmo id_ID.gmo it.gmo ja.gmo nb.gmo nl.gmo pl.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sv.gmo tr.gmo zh_TW.gmo'; \
for cat in $catalogs; do \
  cat=`basename $cat`; \
  lang=`echo $cat | sed -e 's/\.gmo$//'`; \
  for lc in LC_MESSAGES ; do \
    rm -f /usr/share/locale/$lang/$lc/claws-mail.mo; \
  done; \
done
if test "claws-mail" = "gettext-tools"; then \
  for file in Makefile.in.in remove-potcdate.sin    Makevars.template; do \
    rm -f /usr/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory '/tmp/download/claws/po'
Making uninstall in src
make[1]: Entering directory '/tmp/download/claws/src'
fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if test -n ' Makefile .deps/account.Po .deps/action.Po .deps/addr_compl.Po .deps/addrbook.Po .deps/addrcache.Po .deps/addrclip.Po .deps/addrcustomattr.Po .deps/addrduplicates.Po .deps/addressadd.Po .deps/addressbook-dbus.Po .deps/addressbook.Po .deps/addressbook_foldersel.Po .deps/addrgather.Po .deps/addrharvest.Po .deps/addrindex.Po .deps/addritem.Po .deps/addrmerge.Po .deps/addrquery.Po .deps/addrselect.Po .deps/advsearch.Po .deps/alertpanel.Po .deps/autofaces.Po .deps/avatars.Po .deps/browseldap.Po .deps/codeconv.Po .deps/compose.Po .deps/crash.Po .deps/customheader.Po .deps/displayheader.Po .deps/editaddress.Po .deps/editaddress_other_attributes_ldap.Po .deps/editbook.Po .deps/editgroup.Po .deps/editjpilot.Po .deps/editldap.Po .deps/editldap_basedn.Po .deps/edittags.Po .deps/editvcard.Po .deps/enriched.Po .deps/entity.Po .deps/exphtmldlg.Po .deps/expldifdlg.Po .deps/export.Po .deps/exporthtml.Po .deps/exportldif.Po .deps/file_checker.Po .deps/filtering.Po .deps/folder.Po .deps/folder_item_prefs.Po .deps/foldersel.Po .deps/folderutils.Po .deps/folderview.Po .deps/grouplistdialog.Po .deps/headerview.Po .deps/html.Po .deps/image_viewer.Po .deps/imap.Po .deps/imap_gtk.Po .deps/import.Po .deps/importldif.Po .deps/importmutt.Po .deps/importpine.Po .deps/inc.Po .deps/jpilot.Po .deps/ldapctrl.Po .deps/ldaplocate.Po .deps/ldapquery.Po .deps/ldapserver.Po .deps/ldapupdate.Po .deps/ldaputil.Po .deps/ldif.Po .deps/localfolder.Po .deps/main.Po .deps/mainwindow.Po .deps/manual.Po .deps/matcher.Po .deps/matcher_parser_lex.Po .deps/matcher_parser_parse.Po .deps/mbox.Po .deps/message_search.Po .deps/messageview.Po .deps/mh.Po .deps/mh_gtk.Po .deps/mimeview.Po .deps/msgcache.Po .deps/mutt.Po .deps/news.Po .deps/news_gtk.Po .deps/noticeview.Po .deps/partial_download.Po .deps/password.Po .deps/password_gtk.Po .deps/passwordstore.Po .deps/pine.Po .deps/pop.Po .deps/prefs_account.Po .deps/prefs_actions.Po .deps/prefs_common.Po .deps/prefs_compose_writing.Po .deps/prefs_customheader.Po .deps/prefs_display_header.Po .deps/prefs_ext_prog.Po .deps/prefs_filtering.Po .deps/prefs_filtering_action.Po .deps/prefs_folder_column.Po .deps/prefs_folder_item.Po .deps/prefs_fonts.Po .deps/prefs_gtk.Po .deps/prefs_image_viewer.Po .deps/prefs_logging.Po .deps/prefs_matcher.Po .deps/prefs_message.Po .deps/prefs_migration.Po .deps/prefs_msg_colors.Po .deps/prefs_other.Po .deps/prefs_proxy.Po .deps/prefs_quote.Po .deps/prefs_receive.Po .deps/prefs_send.Po .deps/prefs_spelling.Po .deps/prefs_summaries.Po .deps/prefs_summary_column.Po .deps/prefs_summary_open.Po .deps/prefs_template.Po .deps/prefs_themes.Po .deps/prefs_toolbar.Po .deps/prefs_wrapping.Po .deps/printing.Po .deps/privacy.Po .deps/procheader.Po .deps/procmime.Po .deps/procmsg.Po .deps/quote_fmt.Po .deps/quote_fmt_lex.Po .deps/quote_fmt_parse.Po .deps/recv.Po .deps/remotefolder.Po .deps/send_message.Po .deps/setup.Po .deps/sourcewindow.Po .deps/ssl_manager.Po .deps/statusbar.Po .deps/stock_pixmap.Po .deps/summary_search.Po .deps/summaryview.Po .deps/textview.Po .deps/toolbar.Po .deps/undo.Po .deps/unmime.Po .deps/uri_opener.Po .deps/vcard.Po .deps/wizard.Po' && test -n '1'; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \	]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs	]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
  failcom='fail=yes'; \
else \
  failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo uninstall-recursive | sed s/-recursive//`; \
case "uninstall-recursive" in \
  distclean-* | maintainer-clean-*) list='common gtk etpan . plugins' ;; \
  *) list='common gtk etpan . plugins ' ;; \
esac; \
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; \
  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
Making uninstall in common
make[2]: Entering directory '/tmp/download/claws/src/common'
:
list=' defs.h hooks.h log.h md5.h mgutils.h passcrypt.h plugin.h prefs.h progressindicator.h proxy.h quoted-printable.h session.h smtp.h socket.h ssl_certificate.h ssl.h string_match.h stringtable.h claws.h tags.h template.h timing.h tlds.h utils.h uuencode.h version.h xml.h xmlprops.h pkcs5_pbkdf2.h'; test -n "/usr/include/claws-mail/common" || list=; \
files=`for p in $list; do echo $p; done | sed -e 's|^.*/||'`; \
dir='/usr/include/claws-mail/common'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
make[2]: Leaving directory '/tmp/download/claws/src/common'
Making uninstall in gtk
make[2]: Entering directory '/tmp/download/claws/src/gtk'
:
list='about.h authors.h colorlabel.h colorsel.h combobox.h description_window.h filesel.h foldersort.h gtkaspell.h gtkutils.h gtkunit.h gtkvscrollbutton.h headers.h icon_legend.h inputdialog.h logwindow.h manage_window.h menu.h pluginwindow.h prefswindow.h progressdialog.h quicksearch.h spell_entry.h sslcertwindow.h claws-marshal.h gtkcmctree.h gtkcmclist.h gtkcmoptionmenu.h gtksctree.h gtkshruler.h gdkkeysyms-new.h'; test -n "/usr/include/claws-mail/gtk" || list=; \
files=`for p in $list; do echo $p; done | sed -e 's|^.*/||'`; \
dir='/usr/include/claws-mail/gtk'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
make[2]: Leaving directory '/tmp/download/claws/src/gtk'
Making uninstall in etpan
make[2]: Entering directory '/tmp/download/claws/src/etpan'
:
list='etpan-thread-manager-types.h etpan-thread-manager.h etpan-errors.h imap-thread.h nntp-thread.h etpan-ssl.h'; test -n "/usr/include/claws-mail/etpan" || list=; \
files=`for p in $list; do echo $p; done | sed -e 's|^.*/||'`; \
dir='/usr/include/claws-mail/etpan'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
make[2]: Leaving directory '/tmp/download/claws/src/etpan'
Making uninstall in .
make[2]: Entering directory '/tmp/download/claws/src'
:
list='claws-mail'; test -n "/usr/bin" || list=; \
files=`for p in $list; do echo "$p"; done | \
  sed -e 'h;s,^.*/,,;s/$//;s,x,x,' \
      -e 's/$//' \
`; \
test -n "$list" || exit 0; \
echo " ( cd '/usr/bin' && rm -f" $files ")"; \
cd "/usr/bin" && rm -f $files
:
list='account.h action.h addrcache.h addr_compl.h addrdefs.h addressadd.h addritem.h addressitem.h addrgather.h addrharvest.h advsearch.h alertpanel.h autofaces.h avatars.h codeconv.h compose.h crash.h customheader.h displayheader.h edittags.h enriched.h entity.h export.h filtering.h folder.h folder_item_prefs.h foldersel.h folderutils.h folderview.h grouplistdialog.h headerview.h html.h image_viewer.h imap.h imap_gtk.h import.h inc.h localfolder.h main.h mainwindow.h manual.h matcher.h matchertypes.h matcher_parser.h matcher_parser_lex.h matcher_parser_parse.h mbox.h message_search.h messageview.h mh.h mh_gtk.h mimeview.h msgcache.h news.h news_gtk.h noticeview.h partial_download.h password.h password_gtk.h passwordstore.h pop.h prefs_account.h prefs_actions.h prefs_common.h prefs_compose_writing.h prefs_customheader.h prefs_display_header.h prefs_ext_prog.h prefs_filtering_action.h prefs_filtering.h prefs_folder_item.h prefs_fonts.h prefs_gtk.h prefs_image_viewer.h prefs_logging.h prefs_matcher.h prefs_message.h prefs_migration.h prefs_msg_colors.h prefs_other.h prefs_proxy.h prefs_quote.h prefs_receive.h prefs_send.h prefs_spelling.h prefs_summaries.h prefs_summary_column.h prefs_summary_open.h prefs_folder_column.h prefs_template.h prefs_themes.h prefs_toolbar.h prefs_wrapping.h printing.h privacy.h procheader.h procmime.h procmsg.h proctypes.h quote_fmt.h quote_fmt_lex.h quote_fmt_parse.h recv.h remotefolder.h send_message.h setup.h sourcewindow.h ssl_manager.h statusbar.h stock_pixmap.h summary_search.h summaryview.h textview.h toolbar.h undo.h unmime.h uri_opener.h viewtypes.h wizard.h addressbook-dbus.h adbookbase.h addrbook.h addrclip.h addrcustomattr.h addressbook.h addressbook_foldersel.h addrindex.h addrquery.h addrselect.h addrduplicates.h addrmerge.h browseldap.h editaddress.h editaddress_other_attributes_ldap.h editbook.h editgroup.h editjpilot.h editldap_basedn.h editldap.h editvcard.h exphtmldlg.h expldifdlg.h exporthtml.h exportldif.h file_checker.h importldif.h importmutt.h importpine.h jpilot.h ldapctrl.h ldaplocate.h ldapquery.h ldapserver.h ldapupdate.h ldaputil.h ldif.h mutt.h pine.h vcard.h'; test -n "/usr/include/claws-mail" || list=; \
files=`for p in $list; do echo $p; done | sed -e 's|^.*/||'`; \
dir='/usr/include/claws-mail'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
make[2]: Leaving directory '/tmp/download/claws/src'
Making uninstall in plugins
make[2]: Entering directory '/tmp/download/claws/src/plugins'
fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if test -n ' Makefile' && test -n '2'; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \	]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs	]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
  failcom='fail=yes'; \
else \
  failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo uninstall-recursive | sed s/-recursive//`; \
case "uninstall-recursive" in \
  distclean-* | maintainer-clean-*) list='acpi_notifier address_keeper archive att_remover attachwarner bogofilter bsfilter clamd demo dillo fancy fetchinfo gdata libravatar mailmbox managesieve newmail notification pdf_viewer perl python pgpcore pgpmime pgpinline rssyl smime spamassassin spam_report tnef_parse vcalendar' ;; \
  *) list='acpi_notifier address_keeper archive att_remover attachwarner bogofilter bsfilter clamd demo dillo fancy fetchinfo gdata libravatar mailmbox managesieve newmail notification pdf_viewer perl python pgpcore pgpmime pgpinline rssyl smime spamassassin spam_report tnef_parse vcalendar' ;; \
esac; \
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; \
  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
Making uninstall in acpi_notifier
make[3]: Entering directory '/tmp/download/claws/src/plugins/acpi_notifier'
:
list='acpi_notifier.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/acpi_notifier'
Making uninstall in address_keeper
make[3]: Entering directory '/tmp/download/claws/src/plugins/address_keeper'
:
list='address_keeper.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/address_keeper'
Making uninstall in archive
make[3]: Entering directory '/tmp/download/claws/src/plugins/archive'
:
list='archive.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/archive'
Making uninstall in att_remover
make[3]: Entering directory '/tmp/download/claws/src/plugins/att_remover'
:
list='att_remover.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/att_remover'
Making uninstall in attachwarner
make[3]: Entering directory '/tmp/download/claws/src/plugins/attachwarner'
:
list='attachwarner.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/attachwarner'
Making uninstall in bogofilter
make[3]: Entering directory '/tmp/download/claws/src/plugins/bogofilter'
:
list='bogofilter.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/bogofilter'
Making uninstall in bsfilter
make[3]: Entering directory '/tmp/download/claws/src/plugins/bsfilter'
:
list='bsfilter.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/bsfilter'
Making uninstall in clamd
make[3]: Entering directory '/tmp/download/claws/src/plugins/clamd'
fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if test -n ' Makefile .deps/clamd_la-clamav_plugin.Plo .deps/clamd_la-clamav_plugin_gtk.Plo' && test -n '3'; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \	]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs	]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
  failcom='fail=yes'; \
else \
  failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo uninstall-recursive | sed s/-recursive//`; \
case "uninstall-recursive" in \
  distclean-* | maintainer-clean-*) list='libclamd' ;; \
  *) list='libclamd' ;; \
esac; \
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; \
  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
Making uninstall in libclamd
make[4]: Entering directory '/tmp/download/claws/src/plugins/clamd/libclamd'
make[4]: Nothing to be done for 'uninstall'.
make[4]: Leaving directory '/tmp/download/claws/src/plugins/clamd/libclamd'
make[4]: Entering directory '/tmp/download/claws/src/plugins/clamd'
:
list='clamd.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[4]: Leaving directory '/tmp/download/claws/src/plugins/clamd'
make[3]: Leaving directory '/tmp/download/claws/src/plugins/clamd'
Making uninstall in demo
make[3]: Entering directory '/tmp/download/claws/src/plugins/demo'
:
list=''; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/demo'
Making uninstall in dillo
make[3]: Entering directory '/tmp/download/claws/src/plugins/dillo'
:
list='dillo.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/dillo'
Making uninstall in fancy
make[3]: Entering directory '/tmp/download/claws/src/plugins/fancy'
:
list=''; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/fancy'
Making uninstall in fetchinfo
make[3]: Entering directory '/tmp/download/claws/src/plugins/fetchinfo'
:
list='fetchinfo.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/fetchinfo'
Making uninstall in gdata
make[3]: Entering directory '/tmp/download/claws/src/plugins/gdata'
:
list='gdata.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/gdata'
Making uninstall in libravatar
make[3]: Entering directory '/tmp/download/claws/src/plugins/libravatar'
:
list='libravatar.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/libravatar'
Making uninstall in mailmbox
make[3]: Entering directory '/tmp/download/claws/src/plugins/mailmbox'
:
list='mailmbox.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/mailmbox'
Making uninstall in managesieve
make[3]: Entering directory '/tmp/download/claws/src/plugins/managesieve'
:
list='managesieve.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/managesieve'
Making uninstall in newmail
make[3]: Entering directory '/tmp/download/claws/src/plugins/newmail'
:
list='newmail.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/newmail'
Making uninstall in notification
make[3]: Entering directory '/tmp/download/claws/src/plugins/notification'
fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if test -n ' Makefile .deps/notification_la-notification_banner.Plo .deps/notification_la-notification_command.Plo .deps/notification_la-notification_core.Plo .deps/notification_la-notification_foldercheck.Plo .deps/notification_la-notification_hotkeys.Plo .deps/notification_la-notification_indicator.Plo .deps/notification_la-notification_lcdproc.Plo .deps/notification_la-notification_pixbuf.Plo .deps/notification_la-notification_plugin.Plo .deps/notification_la-notification_popup.Plo .deps/notification_la-notification_prefs.Plo .deps/notification_la-notification_trayicon.Plo' && test -n '3'; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \	]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs	]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
  failcom='fail=yes'; \
else \
  failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo uninstall-recursive | sed s/-recursive//`; \
case "uninstall-recursive" in \
  distclean-* | maintainer-clean-*) list='gtkhotkey' ;; \
  *) list='gtkhotkey' ;; \
esac; \
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; \
  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
Making uninstall in gtkhotkey
make[4]: Entering directory '/tmp/download/claws/src/plugins/notification/gtkhotkey'
make[4]: Nothing to be done for 'uninstall'.
make[4]: Leaving directory '/tmp/download/claws/src/plugins/notification/gtkhotkey'
make[4]: Entering directory '/tmp/download/claws/src/plugins/notification'
:
list='notification.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[4]: Leaving directory '/tmp/download/claws/src/plugins/notification'
make[3]: Leaving directory '/tmp/download/claws/src/plugins/notification'
Making uninstall in pdf_viewer
make[3]: Entering directory '/tmp/download/claws/src/plugins/pdf_viewer'
:
list='pdf_viewer.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/pdf_viewer'
Making uninstall in perl
make[3]: Entering directory '/tmp/download/claws/src/plugins/perl'
fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if test -n ' Makefile .deps/perl_la-perl_gtk.Plo .deps/perl_la-perl_plugin.Plo' && test -n '3'; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \	]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs	]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
  failcom='fail=yes'; \
else \
  failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo uninstall-recursive | sed s/-recursive//`; \
case "uninstall-recursive" in \
  distclean-* | maintainer-clean-*) list='tools' ;; \
  *) list='tools' ;; \
esac; \
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; \
  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
Making uninstall in tools
make[4]: Entering directory '/tmp/download/claws/src/plugins/perl/tools'
make[4]: Nothing to be done for 'uninstall'.
make[4]: Leaving directory '/tmp/download/claws/src/plugins/perl/tools'
make[4]: Entering directory '/tmp/download/claws/src/plugins/perl'
:
list='perl.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[4]: Leaving directory '/tmp/download/claws/src/plugins/perl'
make[3]: Leaving directory '/tmp/download/claws/src/plugins/perl'
Making uninstall in python
make[3]: Entering directory '/tmp/download/claws/src/plugins/python'
fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if test -n ' Makefile .deps/python_la-accounttype.Plo .deps/python_la-clawsmailmodule.Plo .deps/python_la-composewindowtype.Plo .deps/python_la-folderpropertiestype.Plo .deps/python_la-foldertype.Plo .deps/python_la-mailboxtype.Plo .deps/python_la-messageinfotype.Plo .deps/python_la-nodetype.Plo .deps/python_la-python-hooks.Plo .deps/python_la-python-shell.Plo .deps/python_la-python_plugin.Plo' && test -n '3'; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \	]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs	]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
  failcom='fail=yes'; \
else \
  failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo uninstall-recursive | sed s/-recursive//`; \
case "uninstall-recursive" in \
  distclean-* | maintainer-clean-*) list='examples' ;; \
  *) list='examples' ;; \
esac; \
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; \
  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
Making uninstall in examples
make[4]: Entering directory '/tmp/download/claws/src/plugins/python/examples'
make[4]: Nothing to be done for 'uninstall'.
make[4]: Leaving directory '/tmp/download/claws/src/plugins/python/examples'
make[4]: Entering directory '/tmp/download/claws/src/plugins/python'
:
list='python.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[4]: Leaving directory '/tmp/download/claws/src/plugins/python'
make[3]: Leaving directory '/tmp/download/claws/src/plugins/python'
Making uninstall in pgpcore
make[3]: Entering directory '/tmp/download/claws/src/plugins/pgpcore'
:
list='pgpcore.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
:
list='passphrase.h prefs_gpg.h sgpgme.h pgp_utils.h'; test -n "/usr/include/claws-mail/plugins/pgpcore" || list=; \
files=`for p in $list; do echo $p; done | sed -e 's|^.*/||'`; \
dir='/usr/include/claws-mail/plugins/pgpcore'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
make[3]: Leaving directory '/tmp/download/claws/src/plugins/pgpcore'
Making uninstall in pgpmime
make[3]: Entering directory '/tmp/download/claws/src/plugins/pgpmime'
:
list='pgpmime.deps'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
files=`for p in $list; do echo $p; done | sed -e 's|^.*/||'`; \
dir='/usr/lib64/claws-mail/plugins'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
:
list='pgpmime.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/pgpmime'
Making uninstall in pgpinline
make[3]: Entering directory '/tmp/download/claws/src/plugins/pgpinline'
:
list='pgpinline.deps'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
files=`for p in $list; do echo $p; done | sed -e 's|^.*/||'`; \
dir='/usr/lib64/claws-mail/plugins'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
:
list='pgpinline.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/pgpinline'
Making uninstall in rssyl
make[3]: Entering directory '/tmp/download/claws/src/plugins/rssyl'
fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if test -n ' Makefile .deps/rssyl_la-old_feeds.Plo .deps/rssyl_la-opml_export.Plo .deps/rssyl_la-opml_import.Plo .deps/rssyl_la-parse822.Plo .deps/rssyl_la-plugin.Plo .deps/rssyl_la-rssyl.Plo .deps/rssyl_la-rssyl_add_item.Plo .deps/rssyl_la-rssyl_cb_menu.Plo .deps/rssyl_la-rssyl_deleted.Plo .deps/rssyl_la-rssyl_feed.Plo .deps/rssyl_la-rssyl_feed_props.Plo .deps/rssyl_la-rssyl_gtk.Plo .deps/rssyl_la-rssyl_parse_feed.Plo .deps/rssyl_la-rssyl_prefs.Plo .deps/rssyl_la-rssyl_subscribe.Plo .deps/rssyl_la-rssyl_subscribe_gtk.Plo .deps/rssyl_la-rssyl_update_comments.Plo .deps/rssyl_la-rssyl_update_feed.Plo .deps/rssyl_la-rssyl_update_format.Plo .deps/rssyl_la-strutils.Plo' && test -n '3'; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \	]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs	]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
  failcom='fail=yes'; \
else \
  failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo uninstall-recursive | sed s/-recursive//`; \
case "uninstall-recursive" in \
  distclean-* | maintainer-clean-*) list='libfeed' ;; \
  *) list='libfeed' ;; \
esac; \
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; \
  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
Making uninstall in libfeed
make[4]: Entering directory '/tmp/download/claws/src/plugins/rssyl/libfeed'
make[4]: Nothing to be done for 'uninstall'.
make[4]: Leaving directory '/tmp/download/claws/src/plugins/rssyl/libfeed'
make[4]: Entering directory '/tmp/download/claws/src/plugins/rssyl'
:
list='rssyl.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[4]: Leaving directory '/tmp/download/claws/src/plugins/rssyl'
make[3]: Leaving directory '/tmp/download/claws/src/plugins/rssyl'
Making uninstall in smime
make[3]: Entering directory '/tmp/download/claws/src/plugins/smime'
:
list='smime.deps'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
files=`for p in $list; do echo $p; done | sed -e 's|^.*/||'`; \
dir='/usr/lib64/claws-mail/plugins'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
:
list='smime.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/smime'
Making uninstall in spamassassin
make[3]: Entering directory '/tmp/download/claws/src/plugins/spamassassin'
:
list='spamassassin.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/spamassassin'
Making uninstall in spam_report
make[3]: Entering directory '/tmp/download/claws/src/plugins/spam_report'
:
list='spamreport.la'; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/spam_report'
Making uninstall in tnef_parse
make[3]: Entering directory '/tmp/download/claws/src/plugins/tnef_parse'
:
list=''; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/tnef_parse'
Making uninstall in vcalendar
make[3]: Entering directory '/tmp/download/claws/src/plugins/vcalendar'
:
list=''; test -n "/usr/lib64/claws-mail/plugins" || list=; \
for p in $list; do \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " /bin/sh ../../../libtool   --mode=uninstall rm -f '/usr/lib64/claws-mail/plugins/$f'"; \
  /bin/sh ../../../libtool   --mode=uninstall rm -f "/usr/lib64/claws-mail/plugins/$f"; \
done
make[3]: Leaving directory '/tmp/download/claws/src/plugins/vcalendar'
make[3]: Entering directory '/tmp/download/claws/src/plugins'
make[3]: Nothing to be done for 'uninstall-am'.
make[3]: Leaving directory '/tmp/download/claws/src/plugins'
make[2]: Leaving directory '/tmp/download/claws/src/plugins'
make[1]: Leaving directory '/tmp/download/claws/src'
Making uninstall in tools
make[1]: Entering directory '/tmp/download/claws/tools'
make[1]: Nothing to be done for 'uninstall'.
make[1]: Leaving directory '/tmp/download/claws/tools'
Making uninstall in config
make[1]: Entering directory '/tmp/download/claws/config'
make[1]: Nothing to be done for 'uninstall'.
make[1]: Leaving directory '/tmp/download/claws/config'
Making uninstall in doc
make[1]: Entering directory '/tmp/download/claws/doc'
fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if test -n ' Makefile' && test -n '1'; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \	]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs	]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
  failcom='fail=yes'; \
else \
  failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo uninstall-recursive | sed s/-recursive//`; \
case "uninstall-recursive" in \
  distclean-* | maintainer-clean-*) list='man' ;; \
  *) list='man' ;; \
esac; \
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; \
  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
Making uninstall in man
make[2]: Entering directory '/tmp/download/claws/doc/man'
:
list=''; test -n "/usr/share/man/man1" || exit 0; \
files=`{ for i in $list; do echo "$i"; done; \
l2='claws-mail.1'; for i in $l2; do echo "$i"; done | \
  sed -n '/\.1[a-z]*$/p'; \
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$,1,;x' \
      -e 's,\.[0-9a-z]*$,,;s,x,x,;G;s,\n,.,'`; \
dir='/usr/share/man/man1'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
make[2]: Leaving directory '/tmp/download/claws/doc/man'
make[2]: Entering directory '/tmp/download/claws/doc'
make[2]: Nothing to be done for 'uninstall-am'.
make[2]: Leaving directory '/tmp/download/claws/doc'
make[1]: Leaving directory '/tmp/download/claws/doc'
Making uninstall in manual
make[1]: Entering directory '/tmp/download/claws/manual'
fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if test -n ' Makefile' && test -n '1'; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \	]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs	]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
  failcom='fail=yes'; \
else \
  failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo uninstall-recursive | sed s/-recursive//`; \
case "uninstall-recursive" in \
  distclean-* | maintainer-clean-*) list='dtd dist es fr' ;; \
  *) list='' ;; \
esac; \
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; \
  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make[2]: Entering directory '/tmp/download/claws/manual'
make[2]: Nothing to be done for 'uninstall-am'.
make[2]: Leaving directory '/tmp/download/claws/manual'
make[1]: Leaving directory '/tmp/download/claws/manual'
make[1]: Entering directory '/tmp/download/claws'
:
list='claws-features.h'; test -n "/usr/include/claws-mail" || list=; \
files=`for p in $list; do echo $p; done | sed -e 's|^.*/||'`; \
dir='/usr/include/claws-mail'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
:
list='claws-mail.desktop'; test -n "/usr/share/applications" || list=; \
files=`for p in $list; do echo $p; done | sed -e 's|^.*/||'`; \
dir='/usr/share/applications'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
:
list='claws-mail-128x128.png'; test -n "/usr/share/icons/hicolor/128x128/apps" || list=; \
files=`for p in $list; do echo $p; done | sed -e 's|^.*/||'`; \
dir='/usr/share/icons/hicolor/128x128/apps'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
:
list='claws-mail-64x64.png'; test -n "/usr/share/icons/hicolor/64x64/apps" || list=; \
files=`for p in $list; do echo $p; done | sed -e 's|^.*/||'`; \
dir='/usr/share/icons/hicolor/64x64/apps'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
:
list='claws-mail.png'; test -n "/usr/share/icons/hicolor/48x48/apps" || list=; \
files=`for p in $list; do echo $p; done | sed -e 's|^.*/||'`; \
dir='/usr/share/icons/hicolor/48x48/apps'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
:
list='claws-mail.pc'; test -n "/usr/lib64/pkgconfig" || list=; \
files=`for p in $list; do echo $p; done | sed -e 's|^.*/||'`; \
dir='/usr/lib64/pkgconfig'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
:
list='RELEASE_NOTES'; test -n "/usr/share/doc/claws-mail" || list=; \
files=`for p in $list; do echo $p; done | sed -e 's|^.*/||'`; \
dir='/usr/share/doc/claws-mail'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
:
make  uninstall-hook
make[2]: Entering directory '/tmp/download/claws'
rm -f /usr/share/icons/hicolor/64x64/apps/claws-mail.png
rm -f /usr/share/icons/hicolor/128x128/apps/claws-mail.png
if test -z ""; then					\
                echo "Updating Gtk icon cache.";			\
                gtk-update-icon-cache -f -t /usr/share/icons/hicolor;				\
        else								\
                echo "*** Icon cache not updated. Remember to run:";	\
	echo "***";						\
                echo "***   gtk-update-icon-cache -f -t /usr/share/icons/hicolor";			\
	echo "***";						\
        fi
make[2]: Leaving directory '/tmp/download/claws'
make[1]: Leaving directory '/tmp/download/claws'


More information about the Users mailing list