1# Makefile.in generated by automake 1.16.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2020 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17# Copyright 1999-2014 the Claws Mail team. 18# This file is part of Claws Mail package, and distributed under the 19# terms of the General Public License version 3 (or later). 20# See COPYING file for license details. 21 22 23VPATH = @srcdir@ 24am__is_gnu_make = { \ 25 if test -z '$(MAKELEVEL)'; then \ 26 false; \ 27 elif test -n '$(MAKE_HOST)'; then \ 28 true; \ 29 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 30 true; \ 31 else \ 32 false; \ 33 fi; \ 34} 35am__make_running_with_option = \ 36 case $${target_option-} in \ 37 ?) ;; \ 38 *) echo "am__make_running_with_option: internal error: invalid" \ 39 "target option '$${target_option-}' specified" >&2; \ 40 exit 1;; \ 41 esac; \ 42 has_opt=no; \ 43 sane_makeflags=$$MAKEFLAGS; \ 44 if $(am__is_gnu_make); then \ 45 sane_makeflags=$$MFLAGS; \ 46 else \ 47 case $$MAKEFLAGS in \ 48 *\\[\ \ ]*) \ 49 bs=\\; \ 50 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 51 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 52 esac; \ 53 fi; \ 54 skip_next=no; \ 55 strip_trailopt () \ 56 { \ 57 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 58 }; \ 59 for flg in $$sane_makeflags; do \ 60 test $$skip_next = yes && { skip_next=no; continue; }; \ 61 case $$flg in \ 62 *=*|--*) continue;; \ 63 -*I) strip_trailopt 'I'; skip_next=yes;; \ 64 -*I?*) strip_trailopt 'I';; \ 65 -*O) strip_trailopt 'O'; skip_next=yes;; \ 66 -*O?*) strip_trailopt 'O';; \ 67 -*l) strip_trailopt 'l'; skip_next=yes;; \ 68 -*l?*) strip_trailopt 'l';; \ 69 -[dEDm]) skip_next=yes;; \ 70 -[JT]) skip_next=yes;; \ 71 esac; \ 72 case $$flg in \ 73 *$$target_option*) has_opt=yes; break;; \ 74 esac; \ 75 done; \ 76 test $$has_opt = yes 77am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 78am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 79pkgdatadir = $(datadir)/@PACKAGE@ 80pkgincludedir = $(includedir)/@PACKAGE@ 81pkglibdir = $(libdir)/@PACKAGE@ 82pkglibexecdir = $(libexecdir)/@PACKAGE@ 83am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 84install_sh_DATA = $(install_sh) -c -m 644 85install_sh_PROGRAM = $(install_sh) -c 86install_sh_SCRIPT = $(install_sh) -c 87INSTALL_HEADER = $(INSTALL_DATA) 88transform = $(program_transform_name) 89NORMAL_INSTALL = : 90PRE_INSTALL = : 91POST_INSTALL = : 92NORMAL_UNINSTALL = : 93PRE_UNINSTALL = : 94POST_UNINSTALL = : 95build_triplet = @build@ 96host_triplet = @host@ 97target_triplet = @target@ 98@BUILD_TESTS_TRUE@am__append_1 = tests 99bin_PROGRAMS = claws-mail$(EXEEXT) 100subdir = src 101ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 102am__aclocal_m4_deps = $(top_srcdir)/m4/check-type.m4 \ 103 $(top_srcdir)/m4/gnupg-check-typedef.m4 \ 104 $(top_srcdir)/m4/gnupg.m4 $(top_srcdir)/m4/gpgme.m4 \ 105 $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/libtool.m4 \ 106 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 107 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 108 $(top_srcdir)/m4/spamassassin.m4 $(top_srcdir)/configure.ac 109am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 110 $(ACLOCAL_M4) 111DIST_COMMON = $(srcdir)/Makefile.am $(claws_mailinclude_HEADERS) \ 112 $(am__DIST_COMMON) 113mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 114CONFIG_HEADER = $(top_builddir)/config.h \ 115 $(top_builddir)/claws-features.h 116CONFIG_CLEAN_FILES = 117CONFIG_CLEAN_VPATH_FILES = 118am__installdirs = "$(DESTDIR)$(bindir)" \ 119 "$(DESTDIR)$(claws_mailincludedir)" 120PROGRAMS = $(bin_PROGRAMS) 121am__claws_mail_SOURCES_DIST = account.c action.c addrcache.c \ 122 addr_compl.c addressadd.c addrgather.c addrharvest.c \ 123 addritem.c advsearch.c alertpanel.c autofaces.c avatars.c \ 124 compose.c crash.c customheader.c displayheader.c edittags.c \ 125 enriched.c entity.c export.c file_checker.c filtering.c \ 126 folder.c folder_item_prefs.c foldersel.c folderutils.c \ 127 folderview.c grouplistdialog.c headerview.c html.c \ 128 image_viewer.c imap.c imap_gtk.c import.c inc.c localfolder.c \ 129 main.c mainwindow.c manual.c matcher.c matcher_parser_lex.l \ 130 matcher_parser_parse.y mbox.c message_search.c messageview.c \ 131 mh.c mh_gtk.c mimeview.c msgcache.c news.c news_gtk.c \ 132 noticeview.c oauth2.c partial_download.c password.c \ 133 password_gtk.c passwordstore.c pop.c prefs_account.c \ 134 prefs_actions.c prefs_common.c prefs_compose_writing.c \ 135 prefs_customheader.c prefs_display_header.c prefs_ext_prog.c \ 136 prefs_filtering_action.c prefs_filtering.c prefs_folder_item.c \ 137 prefs_fonts.c prefs_gtk.c prefs_image_viewer.c prefs_logging.c \ 138 prefs_matcher.c prefs_message.c prefs_migration.c \ 139 prefs_msg_colors.c prefs_other.c prefs_proxy.c prefs_quote.c \ 140 prefs_receive.c prefs_send.c prefs_spelling.c \ 141 prefs_summaries.c prefs_summary_column.c prefs_summary_open.c \ 142 prefs_folder_column.c prefs_template.c prefs_themes.c \ 143 prefs_toolbar.c prefs_wrapping.c printing.c privacy.c \ 144 procheader.c procmime.c procmsg.c quote_fmt.c quote_fmt_lex.l \ 145 quote_fmt_parse.y recv.c remotefolder.c send_message.c setup.c \ 146 sourcewindow.c ssl_manager.c statusbar.c stock_pixmap.c \ 147 summary_search.c summaryview.c textview.c toolbar.c undo.c \ 148 uri_opener.c wizard.c addrbook.c addrclip.c addrcustomattr.c \ 149 addressbook.c addressbook_foldersel.c addrindex.c addrquery.c \ 150 addrselect.c addrduplicates.c addrmerge.c browseldap.c \ 151 editaddress.c editaddress_other_attributes_ldap.c editbook.c \ 152 editgroup.c editjpilot.c editldap_basedn.c editldap.c \ 153 editvcard.c exphtmldlg.c expldifdlg.c exporthtml.c \ 154 exportldif.c importldif.c importmutt.c importpine.c jpilot.c \ 155 ldapctrl.c ldaplocate.c ldapquery.c ldapserver.c ldapupdate.c \ 156 ldaputil.c ldif.c mutt.c pine.c vcard.c addressbook-dbus.c 157am__objects_1 = addrbook.$(OBJEXT) addrclip.$(OBJEXT) \ 158 addrcustomattr.$(OBJEXT) addressbook.$(OBJEXT) \ 159 addressbook_foldersel.$(OBJEXT) addrindex.$(OBJEXT) \ 160 addrquery.$(OBJEXT) addrselect.$(OBJEXT) \ 161 addrduplicates.$(OBJEXT) addrmerge.$(OBJEXT) \ 162 browseldap.$(OBJEXT) editaddress.$(OBJEXT) \ 163 editaddress_other_attributes_ldap.$(OBJEXT) editbook.$(OBJEXT) \ 164 editgroup.$(OBJEXT) editjpilot.$(OBJEXT) \ 165 editldap_basedn.$(OBJEXT) editldap.$(OBJEXT) \ 166 editvcard.$(OBJEXT) exphtmldlg.$(OBJEXT) expldifdlg.$(OBJEXT) \ 167 exporthtml.$(OBJEXT) exportldif.$(OBJEXT) importldif.$(OBJEXT) \ 168 importmutt.$(OBJEXT) importpine.$(OBJEXT) jpilot.$(OBJEXT) \ 169 ldapctrl.$(OBJEXT) ldaplocate.$(OBJEXT) ldapquery.$(OBJEXT) \ 170 ldapserver.$(OBJEXT) ldapupdate.$(OBJEXT) ldaputil.$(OBJEXT) \ 171 ldif.$(OBJEXT) mutt.$(OBJEXT) pine.$(OBJEXT) vcard.$(OBJEXT) 172am__objects_2 = addressbook-dbus.$(OBJEXT) 173@BUILD_ALTADDRBOOK_FALSE@am__objects_3 = $(am__objects_1) 174@BUILD_ALTADDRBOOK_TRUE@am__objects_3 = $(am__objects_2) 175am_claws_mail_OBJECTS = account.$(OBJEXT) action.$(OBJEXT) \ 176 addrcache.$(OBJEXT) addr_compl.$(OBJEXT) addressadd.$(OBJEXT) \ 177 addrgather.$(OBJEXT) addrharvest.$(OBJEXT) addritem.$(OBJEXT) \ 178 advsearch.$(OBJEXT) alertpanel.$(OBJEXT) autofaces.$(OBJEXT) \ 179 avatars.$(OBJEXT) compose.$(OBJEXT) crash.$(OBJEXT) \ 180 customheader.$(OBJEXT) displayheader.$(OBJEXT) \ 181 edittags.$(OBJEXT) enriched.$(OBJEXT) entity.$(OBJEXT) \ 182 export.$(OBJEXT) file_checker.$(OBJEXT) filtering.$(OBJEXT) \ 183 folder.$(OBJEXT) folder_item_prefs.$(OBJEXT) \ 184 foldersel.$(OBJEXT) folderutils.$(OBJEXT) folderview.$(OBJEXT) \ 185 grouplistdialog.$(OBJEXT) headerview.$(OBJEXT) html.$(OBJEXT) \ 186 image_viewer.$(OBJEXT) imap.$(OBJEXT) imap_gtk.$(OBJEXT) \ 187 import.$(OBJEXT) inc.$(OBJEXT) localfolder.$(OBJEXT) \ 188 main.$(OBJEXT) mainwindow.$(OBJEXT) manual.$(OBJEXT) \ 189 matcher.$(OBJEXT) matcher_parser_lex.$(OBJEXT) \ 190 matcher_parser_parse.$(OBJEXT) mbox.$(OBJEXT) \ 191 message_search.$(OBJEXT) messageview.$(OBJEXT) mh.$(OBJEXT) \ 192 mh_gtk.$(OBJEXT) mimeview.$(OBJEXT) msgcache.$(OBJEXT) \ 193 news.$(OBJEXT) news_gtk.$(OBJEXT) noticeview.$(OBJEXT) \ 194 oauth2.$(OBJEXT) partial_download.$(OBJEXT) password.$(OBJEXT) \ 195 password_gtk.$(OBJEXT) passwordstore.$(OBJEXT) pop.$(OBJEXT) \ 196 prefs_account.$(OBJEXT) prefs_actions.$(OBJEXT) \ 197 prefs_common.$(OBJEXT) prefs_compose_writing.$(OBJEXT) \ 198 prefs_customheader.$(OBJEXT) prefs_display_header.$(OBJEXT) \ 199 prefs_ext_prog.$(OBJEXT) prefs_filtering_action.$(OBJEXT) \ 200 prefs_filtering.$(OBJEXT) prefs_folder_item.$(OBJEXT) \ 201 prefs_fonts.$(OBJEXT) prefs_gtk.$(OBJEXT) \ 202 prefs_image_viewer.$(OBJEXT) prefs_logging.$(OBJEXT) \ 203 prefs_matcher.$(OBJEXT) prefs_message.$(OBJEXT) \ 204 prefs_migration.$(OBJEXT) prefs_msg_colors.$(OBJEXT) \ 205 prefs_other.$(OBJEXT) prefs_proxy.$(OBJEXT) \ 206 prefs_quote.$(OBJEXT) prefs_receive.$(OBJEXT) \ 207 prefs_send.$(OBJEXT) prefs_spelling.$(OBJEXT) \ 208 prefs_summaries.$(OBJEXT) prefs_summary_column.$(OBJEXT) \ 209 prefs_summary_open.$(OBJEXT) prefs_folder_column.$(OBJEXT) \ 210 prefs_template.$(OBJEXT) prefs_themes.$(OBJEXT) \ 211 prefs_toolbar.$(OBJEXT) prefs_wrapping.$(OBJEXT) \ 212 printing.$(OBJEXT) privacy.$(OBJEXT) procheader.$(OBJEXT) \ 213 procmime.$(OBJEXT) procmsg.$(OBJEXT) quote_fmt.$(OBJEXT) \ 214 quote_fmt_lex.$(OBJEXT) quote_fmt_parse.$(OBJEXT) \ 215 recv.$(OBJEXT) remotefolder.$(OBJEXT) send_message.$(OBJEXT) \ 216 setup.$(OBJEXT) sourcewindow.$(OBJEXT) ssl_manager.$(OBJEXT) \ 217 statusbar.$(OBJEXT) stock_pixmap.$(OBJEXT) \ 218 summary_search.$(OBJEXT) summaryview.$(OBJEXT) \ 219 textview.$(OBJEXT) toolbar.$(OBJEXT) undo.$(OBJEXT) \ 220 uri_opener.$(OBJEXT) wizard.$(OBJEXT) $(am__objects_3) 221claws_mail_OBJECTS = $(am_claws_mail_OBJECTS) 222@CLAWS_LIBETPAN_TRUE@am__DEPENDENCIES_1 = etpan/libclawsetpan.la 223am__DEPENDENCIES_2 = 224AM_V_lt = $(am__v_lt_@AM_V@) 225am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 226am__v_lt_0 = --silent 227am__v_lt_1 = 228claws_mail_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 229 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 230 $(claws_mail_LDFLAGS) $(LDFLAGS) -o $@ 231AM_V_P = $(am__v_P_@AM_V@) 232am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 233am__v_P_0 = false 234am__v_P_1 = : 235AM_V_GEN = $(am__v_GEN_@AM_V@) 236am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 237am__v_GEN_0 = @echo " GEN " $@; 238am__v_GEN_1 = 239AM_V_at = $(am__v_at_@AM_V@) 240am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 241am__v_at_0 = @ 242am__v_at_1 = 243DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 244depcomp = $(SHELL) $(top_srcdir)/config/depcomp 245am__maybe_remake_depfiles = depfiles 246am__depfiles_remade = ./$(DEPDIR)/account.Po ./$(DEPDIR)/action.Po \ 247 ./$(DEPDIR)/addr_compl.Po ./$(DEPDIR)/addrbook.Po \ 248 ./$(DEPDIR)/addrcache.Po ./$(DEPDIR)/addrclip.Po \ 249 ./$(DEPDIR)/addrcustomattr.Po ./$(DEPDIR)/addrduplicates.Po \ 250 ./$(DEPDIR)/addressadd.Po ./$(DEPDIR)/addressbook-dbus.Po \ 251 ./$(DEPDIR)/addressbook.Po \ 252 ./$(DEPDIR)/addressbook_foldersel.Po ./$(DEPDIR)/addrgather.Po \ 253 ./$(DEPDIR)/addrharvest.Po ./$(DEPDIR)/addrindex.Po \ 254 ./$(DEPDIR)/addritem.Po ./$(DEPDIR)/addrmerge.Po \ 255 ./$(DEPDIR)/addrquery.Po ./$(DEPDIR)/addrselect.Po \ 256 ./$(DEPDIR)/advsearch.Po ./$(DEPDIR)/alertpanel.Po \ 257 ./$(DEPDIR)/autofaces.Po ./$(DEPDIR)/avatars.Po \ 258 ./$(DEPDIR)/browseldap.Po ./$(DEPDIR)/compose.Po \ 259 ./$(DEPDIR)/crash.Po ./$(DEPDIR)/customheader.Po \ 260 ./$(DEPDIR)/displayheader.Po ./$(DEPDIR)/editaddress.Po \ 261 ./$(DEPDIR)/editaddress_other_attributes_ldap.Po \ 262 ./$(DEPDIR)/editbook.Po ./$(DEPDIR)/editgroup.Po \ 263 ./$(DEPDIR)/editjpilot.Po ./$(DEPDIR)/editldap.Po \ 264 ./$(DEPDIR)/editldap_basedn.Po ./$(DEPDIR)/edittags.Po \ 265 ./$(DEPDIR)/editvcard.Po ./$(DEPDIR)/enriched.Po \ 266 ./$(DEPDIR)/entity.Po ./$(DEPDIR)/exphtmldlg.Po \ 267 ./$(DEPDIR)/expldifdlg.Po ./$(DEPDIR)/export.Po \ 268 ./$(DEPDIR)/exporthtml.Po ./$(DEPDIR)/exportldif.Po \ 269 ./$(DEPDIR)/file_checker.Po ./$(DEPDIR)/filtering.Po \ 270 ./$(DEPDIR)/folder.Po ./$(DEPDIR)/folder_item_prefs.Po \ 271 ./$(DEPDIR)/foldersel.Po ./$(DEPDIR)/folderutils.Po \ 272 ./$(DEPDIR)/folderview.Po ./$(DEPDIR)/grouplistdialog.Po \ 273 ./$(DEPDIR)/headerview.Po ./$(DEPDIR)/html.Po \ 274 ./$(DEPDIR)/image_viewer.Po ./$(DEPDIR)/imap.Po \ 275 ./$(DEPDIR)/imap_gtk.Po ./$(DEPDIR)/import.Po \ 276 ./$(DEPDIR)/importldif.Po ./$(DEPDIR)/importmutt.Po \ 277 ./$(DEPDIR)/importpine.Po ./$(DEPDIR)/inc.Po \ 278 ./$(DEPDIR)/jpilot.Po ./$(DEPDIR)/ldapctrl.Po \ 279 ./$(DEPDIR)/ldaplocate.Po ./$(DEPDIR)/ldapquery.Po \ 280 ./$(DEPDIR)/ldapserver.Po ./$(DEPDIR)/ldapupdate.Po \ 281 ./$(DEPDIR)/ldaputil.Po ./$(DEPDIR)/ldif.Po \ 282 ./$(DEPDIR)/localfolder.Po ./$(DEPDIR)/main.Po \ 283 ./$(DEPDIR)/mainwindow.Po ./$(DEPDIR)/manual.Po \ 284 ./$(DEPDIR)/matcher.Po ./$(DEPDIR)/matcher_parser_lex.Po \ 285 ./$(DEPDIR)/matcher_parser_parse.Po ./$(DEPDIR)/mbox.Po \ 286 ./$(DEPDIR)/message_search.Po ./$(DEPDIR)/messageview.Po \ 287 ./$(DEPDIR)/mh.Po ./$(DEPDIR)/mh_gtk.Po \ 288 ./$(DEPDIR)/mimeview.Po ./$(DEPDIR)/msgcache.Po \ 289 ./$(DEPDIR)/mutt.Po ./$(DEPDIR)/news.Po \ 290 ./$(DEPDIR)/news_gtk.Po ./$(DEPDIR)/noticeview.Po \ 291 ./$(DEPDIR)/oauth2.Po ./$(DEPDIR)/partial_download.Po \ 292 ./$(DEPDIR)/password.Po ./$(DEPDIR)/password_gtk.Po \ 293 ./$(DEPDIR)/passwordstore.Po ./$(DEPDIR)/pine.Po \ 294 ./$(DEPDIR)/pop.Po ./$(DEPDIR)/prefs_account.Po \ 295 ./$(DEPDIR)/prefs_actions.Po ./$(DEPDIR)/prefs_common.Po \ 296 ./$(DEPDIR)/prefs_compose_writing.Po \ 297 ./$(DEPDIR)/prefs_customheader.Po \ 298 ./$(DEPDIR)/prefs_display_header.Po \ 299 ./$(DEPDIR)/prefs_ext_prog.Po ./$(DEPDIR)/prefs_filtering.Po \ 300 ./$(DEPDIR)/prefs_filtering_action.Po \ 301 ./$(DEPDIR)/prefs_folder_column.Po \ 302 ./$(DEPDIR)/prefs_folder_item.Po ./$(DEPDIR)/prefs_fonts.Po \ 303 ./$(DEPDIR)/prefs_gtk.Po ./$(DEPDIR)/prefs_image_viewer.Po \ 304 ./$(DEPDIR)/prefs_logging.Po ./$(DEPDIR)/prefs_matcher.Po \ 305 ./$(DEPDIR)/prefs_message.Po ./$(DEPDIR)/prefs_migration.Po \ 306 ./$(DEPDIR)/prefs_msg_colors.Po ./$(DEPDIR)/prefs_other.Po \ 307 ./$(DEPDIR)/prefs_proxy.Po ./$(DEPDIR)/prefs_quote.Po \ 308 ./$(DEPDIR)/prefs_receive.Po ./$(DEPDIR)/prefs_send.Po \ 309 ./$(DEPDIR)/prefs_spelling.Po ./$(DEPDIR)/prefs_summaries.Po \ 310 ./$(DEPDIR)/prefs_summary_column.Po \ 311 ./$(DEPDIR)/prefs_summary_open.Po \ 312 ./$(DEPDIR)/prefs_template.Po ./$(DEPDIR)/prefs_themes.Po \ 313 ./$(DEPDIR)/prefs_toolbar.Po ./$(DEPDIR)/prefs_wrapping.Po \ 314 ./$(DEPDIR)/printing.Po ./$(DEPDIR)/privacy.Po \ 315 ./$(DEPDIR)/procheader.Po ./$(DEPDIR)/procmime.Po \ 316 ./$(DEPDIR)/procmsg.Po ./$(DEPDIR)/quote_fmt.Po \ 317 ./$(DEPDIR)/quote_fmt_lex.Po ./$(DEPDIR)/quote_fmt_parse.Po \ 318 ./$(DEPDIR)/recv.Po ./$(DEPDIR)/remotefolder.Po \ 319 ./$(DEPDIR)/send_message.Po ./$(DEPDIR)/setup.Po \ 320 ./$(DEPDIR)/sourcewindow.Po ./$(DEPDIR)/ssl_manager.Po \ 321 ./$(DEPDIR)/statusbar.Po ./$(DEPDIR)/stock_pixmap.Po \ 322 ./$(DEPDIR)/summary_search.Po ./$(DEPDIR)/summaryview.Po \ 323 ./$(DEPDIR)/textview.Po ./$(DEPDIR)/toolbar.Po \ 324 ./$(DEPDIR)/undo.Po ./$(DEPDIR)/uri_opener.Po \ 325 ./$(DEPDIR)/vcard.Po ./$(DEPDIR)/wizard.Po 326am__mv = mv -f 327COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 328 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 329LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 330 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 331 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 332 $(AM_CFLAGS) $(CFLAGS) 333AM_V_CC = $(am__v_CC_@AM_V@) 334am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 335am__v_CC_0 = @echo " CC " $@; 336am__v_CC_1 = 337CCLD = $(CC) 338LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 339 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 340 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 341AM_V_CCLD = $(am__v_CCLD_@AM_V@) 342am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 343am__v_CCLD_0 = @echo " CCLD " $@; 344am__v_CCLD_1 = 345@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ || 346LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS) 347LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ 348 $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS) 349AM_V_LEX = $(am__v_LEX_@AM_V@) 350am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@) 351am__v_LEX_0 = @echo " LEX " $@; 352am__v_LEX_1 = 353YLWRAP = $(top_srcdir)/config/ylwrap 354@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ || 355am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \ 356 -e s/c++$$/h++/ -e s/c$$/h/ 357YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS) 358LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ 359 $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS) 360AM_V_YACC = $(am__v_YACC_@AM_V@) 361am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@) 362am__v_YACC_0 = @echo " YACC " $@; 363am__v_YACC_1 = 364SOURCES = $(claws_mail_SOURCES) 365DIST_SOURCES = $(am__claws_mail_SOURCES_DIST) 366RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 367 ctags-recursive dvi-recursive html-recursive info-recursive \ 368 install-data-recursive install-dvi-recursive \ 369 install-exec-recursive install-html-recursive \ 370 install-info-recursive install-pdf-recursive \ 371 install-ps-recursive install-recursive installcheck-recursive \ 372 installdirs-recursive pdf-recursive ps-recursive \ 373 tags-recursive uninstall-recursive 374am__can_run_installinfo = \ 375 case $$AM_UPDATE_INFO_DIR in \ 376 n|no|NO) false;; \ 377 *) (install-info --version) >/dev/null 2>&1;; \ 378 esac 379am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 380am__vpath_adj = case $$p in \ 381 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 382 *) f=$$p;; \ 383 esac; 384am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 385am__install_max = 40 386am__nobase_strip_setup = \ 387 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 388am__nobase_strip = \ 389 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 390am__nobase_list = $(am__nobase_strip_setup); \ 391 for p in $$list; do echo "$$p $$p"; done | \ 392 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 393 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 394 if (++n[$$2] == $(am__install_max)) \ 395 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 396 END { for (dir in files) print dir, files[dir] }' 397am__base_list = \ 398 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 399 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 400am__uninstall_files_from_dir = { \ 401 test -z "$$files" \ 402 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 403 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 404 $(am__cd) "$$dir" && rm -f $$files; }; \ 405 } 406HEADERS = $(claws_mailinclude_HEADERS) 407RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 408 distclean-recursive maintainer-clean-recursive 409am__recursive_targets = \ 410 $(RECURSIVE_TARGETS) \ 411 $(RECURSIVE_CLEAN_TARGETS) \ 412 $(am__extra_recursive_targets) 413AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 414 distdir distdir-am 415am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 416# Read a list of newline-separated strings from the standard input, 417# and print each of them once, without duplicates. Input order is 418# *not* preserved. 419am__uniquify_input = $(AWK) '\ 420 BEGIN { nonempty = 0; } \ 421 { items[$$0] = 1; nonempty = 1; } \ 422 END { if (nonempty) { for (i in items) print i; }; } \ 423' 424# Make sure the list of sources is unique. This is necessary because, 425# e.g., the same source file might be shared among _SOURCES variables 426# for different programs/libraries. 427am__define_uniq_tagged_files = \ 428 list='$(am__tagged_files)'; \ 429 unique=`for i in $$list; do \ 430 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 431 done | $(am__uniquify_input)` 432ETAGS = etags 433CTAGS = ctags 434DIST_SUBDIRS = common gtk etpan . plugins tests 435am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp \ 436 $(top_srcdir)/config/mkinstalldirs $(top_srcdir)/config/ylwrap \ 437 $(top_srcdir)/tests.mk matcher_parser_lex.c \ 438 matcher_parser_parse.c matcher_parser_parse.h quote_fmt_lex.c \ 439 quote_fmt_parse.c quote_fmt_parse.h 440DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 441am__relativize = \ 442 dir0=`pwd`; \ 443 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 444 sed_rest='s,^[^/]*/*,,'; \ 445 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 446 sed_butlast='s,/*[^/]*$$,,'; \ 447 while test -n "$$dir1"; do \ 448 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 449 if test "$$first" != "."; then \ 450 if test "$$first" = ".."; then \ 451 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 452 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 453 else \ 454 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 455 if test "$$first2" = "$$first"; then \ 456 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 457 else \ 458 dir2="../$$dir2"; \ 459 fi; \ 460 dir0="$$dir0"/"$$first"; \ 461 fi; \ 462 fi; \ 463 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 464 done; \ 465 reldir="$$dir2" 466ACLOCAL = @ACLOCAL@ 467ALLOCA = @ALLOCA@ 468AMTAR = @AMTAR@ 469AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 470AR = @AR@ 471ARCHIVE_CFLAGS = @ARCHIVE_CFLAGS@ 472ARCHIVE_LIBS = @ARCHIVE_LIBS@ 473AS = @AS@ 474AUTOCONF = @AUTOCONF@ 475AUTOHEADER = @AUTOHEADER@ 476AUTOMAKE = @AUTOMAKE@ 477AWK = @AWK@ 478CAIRO_CFLAGS = @CAIRO_CFLAGS@ 479CAIRO_LIBS = @CAIRO_LIBS@ 480CC = @CC@ 481CCDEPMODE = @CCDEPMODE@ 482CFLAGS = @CFLAGS@ 483CM_NP_HOTKEY_CFLAGS = @CM_NP_HOTKEY_CFLAGS@ 484CM_NP_HOTKEY_LIBS = @CM_NP_HOTKEY_LIBS@ 485COMPFACE_LIBS = @COMPFACE_LIBS@ 486CONTACTS_CFLAGS = @CONTACTS_CFLAGS@ 487CONTACTS_LIBS = @CONTACTS_LIBS@ 488CPP = @CPP@ 489CPPFLAGS = @CPPFLAGS@ 490CURL_CFLAGS = @CURL_CFLAGS@ 491CURL_LIBS = @CURL_LIBS@ 492CXX = @CXX@ 493CXXCPP = @CXXCPP@ 494CXXDEPMODE = @CXXDEPMODE@ 495CXXFLAGS = @CXXFLAGS@ 496CYGPATH_W = @CYGPATH_W@ 497DBUS_CFLAGS = @DBUS_CFLAGS@ 498DBUS_LIBS = @DBUS_LIBS@ 499DEFS = @DEFS@ 500DEPDIR = @DEPDIR@ 501DLLTOOL = @DLLTOOL@ 502DOCBOOK2HTML = @DOCBOOK2HTML@ 503DOCBOOK2PDF = @DOCBOOK2PDF@ 504DOCBOOK2PS = @DOCBOOK2PS@ 505DOCBOOK2TXT = @DOCBOOK2TXT@ 506DSYMUTIL = @DSYMUTIL@ 507DUMPBIN = @DUMPBIN@ 508ECHO_C = @ECHO_C@ 509ECHO_N = @ECHO_N@ 510ECHO_T = @ECHO_T@ 511EGREP = @EGREP@ 512ENCHANT_CFLAGS = @ENCHANT_CFLAGS@ 513ENCHANT_LIBS = @ENCHANT_LIBS@ 514EXEEXT = @EXEEXT@ 515EXPAT_CFLAGS = @EXPAT_CFLAGS@ 516EXPAT_LIBS = @EXPAT_LIBS@ 517EXTRA_VERSION = @EXTRA_VERSION@ 518FGREP = @FGREP@ 519FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ 520FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ 521GDATA_CFLAGS = @GDATA_CFLAGS@ 522GDATA_LIBS = @GDATA_LIBS@ 523GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@ 524GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@ 525GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 526GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ 527GIT = @GIT@ 528GIT_VERSION = @GIT_VERSION@ 529GLIB_CFLAGS = @GLIB_CFLAGS@ 530GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ 531GLIB_LIBS = @GLIB_LIBS@ 532GMSGFMT = @GMSGFMT@ 533GMSGFMT_015 = @GMSGFMT_015@ 534GNUTLS_CFLAGS = @GNUTLS_CFLAGS@ 535GNUTLS_LIBS = @GNUTLS_LIBS@ 536GPGME_CFLAGS = @GPGME_CFLAGS@ 537GPGME_CONFIG = @GPGME_CONFIG@ 538GPGME_LIBS = @GPGME_LIBS@ 539GREP = @GREP@ 540GTK_CFLAGS = @GTK_CFLAGS@ 541GTK_LIBS = @GTK_LIBS@ 542HAVE_GTK_ICON_CACHE = @HAVE_GTK_ICON_CACHE@ 543HAVE_PERL = @HAVE_PERL@ 544INSTALL = @INSTALL@ 545INSTALL_DATA = @INSTALL_DATA@ 546INSTALL_PROGRAM = @INSTALL_PROGRAM@ 547INSTALL_SCRIPT = @INSTALL_SCRIPT@ 548INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 549INTLLIBS = @INTLLIBS@ 550INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 551JPILOT_LIBS = @JPILOT_LIBS@ 552LD = @LD@ 553LDAP_LIBS = @LDAP_LIBS@ 554LDFLAGS = @LDFLAGS@ 555LEX = @LEX@ 556LEXLIB = @LEXLIB@ 557LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 558LIBARCHIVE_CFLAGS = @LIBARCHIVE_CFLAGS@ 559LIBARCHIVE_LIBS = @LIBARCHIVE_LIBS@ 560LIBETPAN_CFLAGS = @LIBETPAN_CFLAGS@ 561LIBETPAN_FLAGS = @LIBETPAN_FLAGS@ 562LIBETPAN_LIBS = @LIBETPAN_LIBS@ 563LIBGUMBO_CFLAGS = @LIBGUMBO_CFLAGS@ 564LIBGUMBO_LIBS = @LIBGUMBO_LIBS@ 565LIBICAL_CFLAGS = @LIBICAL_CFLAGS@ 566LIBICAL_LIBS = @LIBICAL_LIBS@ 567LIBICONV = @LIBICONV@ 568LIBINTL = @LIBINTL@ 569LIBOBJS = @LIBOBJS@ 570LIBRESOLV = @LIBRESOLV@ 571LIBS = @LIBS@ 572LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@ 573LIBSOUP_GNOME_CFLAGS = @LIBSOUP_GNOME_CFLAGS@ 574LIBSOUP_GNOME_LIBS = @LIBSOUP_GNOME_LIBS@ 575LIBSOUP_LIBS = @LIBSOUP_LIBS@ 576LIBTOOL = @LIBTOOL@ 577LIPO = @LIPO@ 578LN_S = @LN_S@ 579LTLIBICONV = @LTLIBICONV@ 580LTLIBINTL = @LTLIBINTL@ 581LTLIBOBJS = @LTLIBOBJS@ 582LT_AGE = @LT_AGE@ 583LT_CURRENT = @LT_CURRENT@ 584LT_RELEASE = @LT_RELEASE@ 585LT_REVISION = @LT_REVISION@ 586LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 587MAINT = @MAINT@ 588MAJOR_VERSION = @MAJOR_VERSION@ 589MAKEINFO = @MAKEINFO@ 590MANIFEST_TOOL = @MANIFEST_TOOL@ 591MICRO_VERSION = @MICRO_VERSION@ 592MINOR_VERSION = @MINOR_VERSION@ 593MKDIR_P = @MKDIR_P@ 594MSGFMT = @MSGFMT@ 595MSGMERGE = @MSGMERGE@ 596MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@ 597NETTLE_CFLAGS = @NETTLE_CFLAGS@ 598NETTLE_LIBS = @NETTLE_LIBS@ 599NETWORKMANAGER_SUPPORT_CFLAGS = @NETWORKMANAGER_SUPPORT_CFLAGS@ 600NETWORKMANAGER_SUPPORT_LIBS = @NETWORKMANAGER_SUPPORT_LIBS@ 601NM = @NM@ 602NMEDIT = @NMEDIT@ 603OBJDUMP = @OBJDUMP@ 604OBJEXT = @OBJEXT@ 605OTOOL = @OTOOL@ 606OTOOL64 = @OTOOL64@ 607PACKAGE = @PACKAGE@ 608PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 609PACKAGE_NAME = @PACKAGE_NAME@ 610PACKAGE_STRING = @PACKAGE_STRING@ 611PACKAGE_TARNAME = @PACKAGE_TARNAME@ 612PACKAGE_URL = @PACKAGE_URL@ 613PACKAGE_VERSION = @PACKAGE_VERSION@ 614PASSCRYPT_KEY = @PASSCRYPT_KEY@ 615PATH_SEPARATOR = @PATH_SEPARATOR@ 616PERL = @PERL@ 617PERL_CFLAGS = @PERL_CFLAGS@ 618PERL_LDFLAGS = @PERL_LDFLAGS@ 619PKG_CONFIG = @PKG_CONFIG@ 620PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 621PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 622POPPLER_CFLAGS = @POPPLER_CFLAGS@ 623POPPLER_LIBS = @POPPLER_LIBS@ 624POSUB = @POSUB@ 625PTHREAD_LIBS = @PTHREAD_LIBS@ 626PYGTK_CFLAGS = @PYGTK_CFLAGS@ 627PYGTK_LIBS = @PYGTK_LIBS@ 628PYTHON_CFLAGS = @PYTHON_CFLAGS@ 629PYTHON_LIBS = @PYTHON_LIBS@ 630PYTHON_SHARED_LIB = @PYTHON_SHARED_LIB@ 631RANLIB = @RANLIB@ 632RC = @RC@ 633REAL_CXX = @REAL_CXX@ 634SED = @SED@ 635SET_MAKE = @SET_MAKE@ 636SHELL = @SHELL@ 637SM_LIBS = @SM_LIBS@ 638SPAMASSASSIN_CFLAGS = @SPAMASSASSIN_CFLAGS@ 639SPAMASSASSIN_LIBS = @SPAMASSASSIN_LIBS@ 640STARTUP_NOTIFICATION_CFLAGS = @STARTUP_NOTIFICATION_CFLAGS@ 641STARTUP_NOTIFICATION_LIBS = @STARTUP_NOTIFICATION_LIBS@ 642STRIP = @STRIP@ 643SVG_CFLAGS = @SVG_CFLAGS@ 644SVG_LIBS = @SVG_LIBS@ 645USE_NLS = @USE_NLS@ 646VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ 647VALGRIND_LIBS = @VALGRIND_LIBS@ 648VERSION = @VERSION@ 649WEBKIT_CFLAGS = @WEBKIT_CFLAGS@ 650WEBKIT_LIBS = @WEBKIT_LIBS@ 651XGETTEXT = @XGETTEXT@ 652XGETTEXT_015 = @XGETTEXT_015@ 653XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 654YACC = @YACC@ 655YFLAGS = @YFLAGS@ 656YTNEF_CFLAGS = @YTNEF_CFLAGS@ 657YTNEF_LIBS = @YTNEF_LIBS@ 658abs_builddir = @abs_builddir@ 659abs_srcdir = @abs_srcdir@ 660abs_top_builddir = @abs_top_builddir@ 661abs_top_srcdir = @abs_top_srcdir@ 662ac_ct_AR = @ac_ct_AR@ 663ac_ct_CC = @ac_ct_CC@ 664ac_ct_CXX = @ac_ct_CXX@ 665ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 666am__include = @am__include@ 667am__leading_dot = @am__leading_dot@ 668am__quote = @am__quote@ 669am__tar = @am__tar@ 670am__untar = @am__untar@ 671bindir = @bindir@ 672build = @build@ 673build_alias = @build_alias@ 674build_cpu = @build_cpu@ 675build_os = @build_os@ 676build_vendor = @build_vendor@ 677builddir = @builddir@ 678datadir = @datadir@ 679datarootdir = @datarootdir@ 680docdir = @docdir@ 681dvidir = @dvidir@ 682enable_crash_dialog = @enable_crash_dialog@ 683exec_prefix = @exec_prefix@ 684host = @host@ 685host_alias = @host_alias@ 686host_cpu = @host_cpu@ 687host_os = @host_os@ 688host_vendor = @host_vendor@ 689htmldir = @htmldir@ 690includedir = @includedir@ 691infodir = @infodir@ 692install_sh = @install_sh@ 693libcanberra_gtk_CFLAGS = @libcanberra_gtk_CFLAGS@ 694libcanberra_gtk_LIBS = @libcanberra_gtk_LIBS@ 695libdir = @libdir@ 696libetpanconfig = @libetpanconfig@ 697libexecdir = @libexecdir@ 698libnotify_CFLAGS = @libnotify_CFLAGS@ 699libnotify_LIBS = @libnotify_LIBS@ 700localedir = @localedir@ 701localstatedir = @localstatedir@ 702mandir = @mandir@ 703manualdir = @manualdir@ 704mkdir_p = @mkdir_p@ 705oldincludedir = @oldincludedir@ 706pdfdir = @pdfdir@ 707prefix = @prefix@ 708program_transform_name = @program_transform_name@ 709psdir = @psdir@ 710runstatedir = @runstatedir@ 711sbindir = @sbindir@ 712sharedstatedir = @sharedstatedir@ 713srcdir = @srcdir@ 714sysconfdir = @sysconfdir@ 715target = @target@ 716target_alias = @target_alias@ 717target_cpu = @target_cpu@ 718target_os = @target_os@ 719target_vendor = @target_vendor@ 720top_build_prefix = @top_build_prefix@ 721top_builddir = @top_builddir@ 722top_srcdir = @top_srcdir@ 723unity_CFLAGS = @unity_CFLAGS@ 724unity_LIBS = @unity_LIBS@ 725@CLAWS_LIBETPAN_FALSE@etpan_dir = 726@CLAWS_LIBETPAN_TRUE@etpan_dir = etpan 727@CLAWS_LIBETPAN_FALSE@etpan_library = 728@CLAWS_LIBETPAN_TRUE@etpan_library = etpan/libclawsetpan.la 729SUBDIRS = common gtk $(etpan_dir) . plugins $(am__append_1) 730@BUILD_TESTS_TRUE@GTESTER = gtester 731@BUILD_TESTS_TRUE@GTESTER_REPORT = gtester-report 732 733# initialize variables for unconditional += appending 734@BUILD_TESTS_TRUE@TEST_PROGS = 735@PLATFORM_WIN32_TRUE@LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RC) \ 736@PLATFORM_WIN32_TRUE@ `echo $(DEFS) $(DEFAULT_INCLUDES) $(IFLAGS) | \ 737@PLATFORM_WIN32_TRUE@ sed -e 's/-I/--include-dir /g;s/-D/--define /g'` 738 739@PLATFORM_WIN32_FALSE@claws_mail_res_ldflag = 740@PLATFORM_WIN32_TRUE@claws_mail_res_ldflag = -Wl,w32-resource.o 741@PLATFORM_WIN32_FALSE@claws_mail_deps = 742@PLATFORM_WIN32_TRUE@claws_mail_deps = w32-resource.o 743alt_abook_source = \ 744 addressbook-dbus.c 745 746orig_abook_source = \ 747 addrbook.c \ 748 addrclip.c \ 749 addrcustomattr.c \ 750 addressbook.c \ 751 addressbook_foldersel.c \ 752 addrindex.c \ 753 addrquery.c \ 754 addrselect.c \ 755 addrduplicates.c \ 756 addrmerge.c \ 757 browseldap.c \ 758 editaddress.c \ 759 editaddress_other_attributes_ldap.c \ 760 editbook.c \ 761 editgroup.c \ 762 editjpilot.c \ 763 editldap_basedn.c \ 764 editldap.c \ 765 editvcard.c \ 766 exphtmldlg.c \ 767 expldifdlg.c \ 768 exporthtml.c \ 769 exportldif.c \ 770 importldif.c \ 771 importmutt.c \ 772 importpine.c \ 773 jpilot.c \ 774 ldapctrl.c \ 775 ldaplocate.c \ 776 ldapquery.c \ 777 ldapserver.c \ 778 ldapupdate.c \ 779 ldaputil.c \ 780 ldif.c \ 781 mutt.c \ 782 pine.c \ 783 vcard.c 784 785@BUILD_ALTADDRBOOK_FALSE@abook_source = $(orig_abook_source) 786@BUILD_ALTADDRBOOK_TRUE@abook_source = $(alt_abook_source) 787@BUILD_ALTADDRBOOK_FALSE@abook_extra = $(alt_abook_source) 788@BUILD_ALTADDRBOOK_TRUE@abook_extra = $(orig_abook_source) 789abook_headers = \ 790 addressbook-dbus.h \ 791 adbookbase.h \ 792 addrbook.h \ 793 addrclip.h \ 794 addrcustomattr.h \ 795 addressbook.h \ 796 addressbook_foldersel.h \ 797 addrindex.h \ 798 addrquery.h \ 799 addrselect.h \ 800 addrduplicates.h \ 801 addrmerge.h \ 802 browseldap.h \ 803 editaddress.h \ 804 editaddress_other_attributes_ldap.h \ 805 editbook.h \ 806 editgroup.h \ 807 editjpilot.h \ 808 editldap_basedn.h \ 809 editldap.h \ 810 editvcard.h \ 811 exphtmldlg.h \ 812 expldifdlg.h \ 813 exporthtml.h \ 814 exportldif.h \ 815 file_checker.h \ 816 importldif.h \ 817 importmutt.h \ 818 importpine.h \ 819 jpilot.h \ 820 ldapctrl.h \ 821 ldaplocate.h \ 822 ldapquery.h \ 823 ldapserver.h \ 824 ldapupdate.h \ 825 ldaputil.h \ 826 ldif.h \ 827 mutt.h \ 828 pine.h \ 829 vcard.h 830 831claws_mail_SOURCES = \ 832 account.c \ 833 action.c \ 834 addrcache.c \ 835 addr_compl.c \ 836 addressadd.c \ 837 addrgather.c \ 838 addrharvest.c \ 839 addritem.c \ 840 advsearch.c \ 841 alertpanel.c \ 842 autofaces.c \ 843 avatars.c \ 844 compose.c \ 845 crash.c \ 846 customheader.c \ 847 displayheader.c \ 848 edittags.c \ 849 enriched.c \ 850 entity.c \ 851 export.c \ 852 file_checker.c \ 853 filtering.c \ 854 folder.c \ 855 folder_item_prefs.c \ 856 foldersel.c \ 857 folderutils.c \ 858 folderview.c \ 859 grouplistdialog.c \ 860 headerview.c \ 861 html.c \ 862 image_viewer.c \ 863 imap.c \ 864 imap_gtk.c \ 865 import.c \ 866 inc.c \ 867 localfolder.c \ 868 main.c \ 869 mainwindow.c \ 870 manual.c \ 871 matcher.c \ 872 matcher_parser_lex.l \ 873 matcher_parser_parse.y \ 874 mbox.c \ 875 message_search.c \ 876 messageview.c \ 877 mh.c \ 878 mh_gtk.c \ 879 mimeview.c \ 880 msgcache.c \ 881 news.c \ 882 news_gtk.c \ 883 noticeview.c \ 884 oauth2.c \ 885 partial_download.c \ 886 password.c \ 887 password_gtk.c \ 888 passwordstore.c \ 889 pop.c \ 890 prefs_account.c \ 891 prefs_actions.c \ 892 prefs_common.c \ 893 prefs_compose_writing.c \ 894 prefs_customheader.c \ 895 prefs_display_header.c \ 896 prefs_ext_prog.c \ 897 prefs_filtering_action.c \ 898 prefs_filtering.c \ 899 prefs_folder_item.c \ 900 prefs_fonts.c \ 901 prefs_gtk.c \ 902 prefs_image_viewer.c \ 903 prefs_logging.c \ 904 prefs_matcher.c \ 905 prefs_message.c \ 906 prefs_migration.c \ 907 prefs_msg_colors.c \ 908 prefs_other.c \ 909 prefs_proxy.c \ 910 prefs_quote.c \ 911 prefs_receive.c \ 912 prefs_send.c \ 913 prefs_spelling.c \ 914 prefs_summaries.c \ 915 prefs_summary_column.c \ 916 prefs_summary_open.c \ 917 prefs_folder_column.c \ 918 prefs_template.c \ 919 prefs_themes.c \ 920 prefs_toolbar.c \ 921 prefs_wrapping.c \ 922 printing.c \ 923 privacy.c \ 924 procheader.c \ 925 procmime.c \ 926 procmsg.c \ 927 quote_fmt.c \ 928 quote_fmt_lex.l \ 929 quote_fmt_parse.y \ 930 recv.c \ 931 remotefolder.c \ 932 send_message.c \ 933 setup.c \ 934 sourcewindow.c \ 935 ssl_manager.c \ 936 statusbar.c \ 937 stock_pixmap.c \ 938 summary_search.c \ 939 summaryview.c \ 940 textview.c \ 941 toolbar.c \ 942 undo.c \ 943 uri_opener.c \ 944 wizard.c \ 945 $(abook_source) 946 947claws_mailincludedir = $(pkgincludedir) 948claws_mailinclude_HEADERS = \ 949 account.h \ 950 action.h \ 951 addrcache.h \ 952 addr_compl.h \ 953 addrdefs.h \ 954 addressadd.h \ 955 addritem.h \ 956 addressitem.h \ 957 addrgather.h \ 958 addrharvest.h \ 959 advsearch.h \ 960 alertpanel.h \ 961 autofaces.h \ 962 avatars.h \ 963 compose.h \ 964 crash.h \ 965 customheader.h \ 966 displayheader.h \ 967 edittags.h \ 968 enriched.h \ 969 entity.h \ 970 export.h \ 971 filtering.h \ 972 folder.h \ 973 folder_item_prefs.h \ 974 foldersel.h \ 975 folderutils.h \ 976 folderview.h \ 977 grouplistdialog.h \ 978 headerview.h \ 979 html.h \ 980 image_viewer.h \ 981 imap.h \ 982 imap_gtk.h \ 983 import.h \ 984 inc.h \ 985 localfolder.h \ 986 main.h \ 987 mainwindow.h \ 988 manual.h \ 989 matcher.h \ 990 matchertypes.h \ 991 matcher_parser.h \ 992 matcher_parser_lex.h \ 993 matcher_parser_parse.h \ 994 mbox.h \ 995 message_search.h \ 996 messageview.h \ 997 mh.h \ 998 mh_gtk.h \ 999 mimeview.h \ 1000 msgcache.h \ 1001 news.h \ 1002 news_gtk.h \ 1003 noticeview.h \ 1004 oauth2.h \ 1005 partial_download.h \ 1006 password.h \ 1007 password_gtk.h \ 1008 passwordstore.h \ 1009 pop.h \ 1010 prefs_account.h \ 1011 prefs_actions.h \ 1012 prefs_common.h \ 1013 prefs_compose_writing.h \ 1014 prefs_customheader.h \ 1015 prefs_display_header.h \ 1016 prefs_ext_prog.h \ 1017 prefs_filtering_action.h \ 1018 prefs_filtering.h \ 1019 prefs_folder_item.h \ 1020 prefs_fonts.h \ 1021 prefs_gtk.h \ 1022 prefs_image_viewer.h \ 1023 prefs_logging.h \ 1024 prefs_matcher.h \ 1025 prefs_message.h \ 1026 prefs_migration.h \ 1027 prefs_msg_colors.h \ 1028 prefs_other.h \ 1029 prefs_proxy.h \ 1030 prefs_quote.h \ 1031 prefs_receive.h \ 1032 prefs_send.h \ 1033 prefs_spelling.h \ 1034 prefs_summaries.h \ 1035 prefs_summary_column.h \ 1036 prefs_summary_open.h \ 1037 prefs_folder_column.h \ 1038 prefs_template.h \ 1039 prefs_themes.h \ 1040 prefs_toolbar.h \ 1041 prefs_wrapping.h \ 1042 printing.h \ 1043 privacy.h \ 1044 procheader.h \ 1045 procmime.h \ 1046 procmsg.h \ 1047 proctypes.h \ 1048 quote_fmt.h \ 1049 quote_fmt_lex.h \ 1050 quote_fmt_parse.h \ 1051 recv.h \ 1052 remotefolder.h \ 1053 send_message.h \ 1054 setup.h \ 1055 sourcewindow.h \ 1056 ssl_manager.h \ 1057 statusbar.h \ 1058 stock_pixmap.h \ 1059 summary_search.h \ 1060 summaryview.h \ 1061 textview.h \ 1062 toolbar.h \ 1063 undo.h \ 1064 uri_opener.h \ 1065 viewtypes.h \ 1066 wizard.h \ 1067 $(abook_headers) 1068 1069BUILT_SOURCES = \ 1070 matcher_parser_parse.h \ 1071 quote_fmt_parse.h \ 1072 client-bindings.h 1073 1074CLEANFILES = \ 1075 $(BUILT_SOURCES) 1076 1077EXTRA_DIST = \ 1078 claws-contacts.xml \ 1079 w32-logo.ico w32-resource.rc \ 1080 pixmaps/addr_one.xpm \ 1081 pixmaps/addr_two.xpm \ 1082 pixmaps/address_book.xpm \ 1083 pixmaps/address_search.xpm \ 1084 pixmaps/address.xpm \ 1085 pixmaps/anonymous.xpm \ 1086 pixmaps/book.xpm \ 1087 pixmaps/cancel.xpm \ 1088 pixmaps/category.xpm \ 1089 pixmaps/checkbox_off.xpm \ 1090 pixmaps/checkbox_on.xpm \ 1091 pixmaps/check_spelling.xpm \ 1092 pixmaps/clipkey.xpm \ 1093 pixmaps/claws_mail_icon.xpm \ 1094 pixmaps/claws_mail_icon_64.xpm \ 1095 pixmaps/claws_mail_compose_logo.xpm \ 1096 pixmaps/claws_mail_logo.xpm \ 1097 pixmaps/claws_mail_logo_small.xpm \ 1098 pixmaps/clip.xpm \ 1099 pixmaps/clip_gpg_signed.xpm \ 1100 pixmaps/close.xpm \ 1101 pixmaps/complete.xpm \ 1102 pixmaps/continue.xpm \ 1103 pixmaps/copied.xpm \ 1104 pixmaps/delete_btn.xpm \ 1105 pixmaps/delete_dup_btn.xpm \ 1106 pixmaps/deleted.xpm \ 1107 pixmaps/dir_close.xpm \ 1108 pixmaps/dir_close_hrm.xpm \ 1109 pixmaps/dir_close_hrm_mark.xpm \ 1110 pixmaps/dir_close_mark.xpm \ 1111 pixmaps/dir_open.xpm \ 1112 pixmaps/dir_open_hrm.xpm \ 1113 pixmaps/dir_open_hrm_mark.xpm \ 1114 pixmaps/dir_open_mark.xpm \ 1115 pixmaps/dir_noselect_close.xpm \ 1116 pixmaps/dir_noselect_close_mark.xpm \ 1117 pixmaps/dir_noselect_open.xpm \ 1118 pixmaps/dir_subs_close_mark.xpm \ 1119 pixmaps/dir_subs_close.xpm \ 1120 pixmaps/dir_subs_open.xpm \ 1121 pixmaps/doc_index.xpm \ 1122 pixmaps/doc_index_close.xpm \ 1123 pixmaps/doc_info.xpm \ 1124 pixmaps/down_arrow.xpm \ 1125 pixmaps/drafts_close.xpm \ 1126 pixmaps/drafts_close_mark.xpm \ 1127 pixmaps/drafts_open.xpm \ 1128 pixmaps/drafts_open_mark.xpm \ 1129 pixmaps/edit_extern.xpm \ 1130 pixmaps/empty.xpm \ 1131 pixmaps/error.xpm \ 1132 pixmaps/exec.xpm \ 1133 pixmaps/first_arrow.xpm \ 1134 pixmaps/forwarded.xpm \ 1135 pixmaps/gpg_signed.xpm \ 1136 pixmaps/go_folders.xpm \ 1137 pixmaps/group.xpm \ 1138 pixmaps/ham_btn.xpm \ 1139 pixmaps/ignorethread.xpm \ 1140 pixmaps/inbox_open.xpm \ 1141 pixmaps/inbox_open_hrm.xpm \ 1142 pixmaps/inbox_open_hrm_mark.xpm \ 1143 pixmaps/inbox_open_mark.xpm \ 1144 pixmaps/inbox_close.xpm \ 1145 pixmaps/inbox_close_hrm.xpm \ 1146 pixmaps/inbox_close_hrm_mark.xpm \ 1147 pixmaps/inbox_close_mark.xpm \ 1148 pixmaps/interface.xpm \ 1149 pixmaps/insert_file.xpm \ 1150 pixmaps/jpilot.xpm \ 1151 pixmaps/key.xpm \ 1152 pixmaps/key_gpg_signed.xpm \ 1153 pixmaps/last_arrow.xpm \ 1154 pixmaps/ldap.xpm \ 1155 pixmaps/left_arrow.xpm \ 1156 pixmaps/linewrap.xpm \ 1157 pixmaps/linewrapcurrent.xpm \ 1158 pixmaps/locked.xpm \ 1159 pixmaps/mail_attach.xpm \ 1160 pixmaps/mail_compose.xpm \ 1161 pixmaps/mail_forward.xpm \ 1162 pixmaps/mail_privacy_encrypted.xpm \ 1163 pixmaps/mail_privacy_signed.xpm \ 1164 pixmaps/mail_receive_all.xpm \ 1165 pixmaps/mail_receive.xpm \ 1166 pixmaps/mail_reply_to_all.xpm \ 1167 pixmaps/mail_reply_to_author.xpm \ 1168 pixmaps/mail_reply_to_list.xpm \ 1169 pixmaps/mail_reply.xpm \ 1170 pixmaps/mail_send_queue.xpm \ 1171 pixmaps/mail_send.xpm \ 1172 pixmaps/mail_sign.xpm \ 1173 pixmaps/mail_draft.xpm \ 1174 pixmaps/mark.xpm \ 1175 pixmaps/mark_allread.xpm \ 1176 pixmaps/mark_allunread.xpm \ 1177 pixmaps/mark_ignorethread.xpm \ 1178 pixmaps/mark_locked.xpm \ 1179 pixmaps/mark_mark.xpm \ 1180 pixmaps/mark_read.xpm \ 1181 pixmaps/mark_unlocked.xpm \ 1182 pixmaps/mark_unmark.xpm \ 1183 pixmaps/mark_unread.xpm \ 1184 pixmaps/mark_watchthread.xpm \ 1185 pixmaps/mime_application.xpm \ 1186 pixmaps/mime_audio.xpm \ 1187 pixmaps/mime_image.xpm \ 1188 pixmaps/mime_message.xpm \ 1189 pixmaps/mime_pdf.xpm \ 1190 pixmaps/mime_ps.xpm \ 1191 pixmaps/mime_calendar.xpm \ 1192 pixmaps/mime_pgpsig.xpm \ 1193 pixmaps/mime_text_enriched.xpm \ 1194 pixmaps/mime_text_html.xpm \ 1195 pixmaps/mime_text_patch.xpm \ 1196 pixmaps/mime_text_plain.xpm \ 1197 pixmaps/mime_unknown.xpm \ 1198 pixmaps/moved.xpm \ 1199 pixmaps/news_compose.xpm \ 1200 pixmaps/new.xpm \ 1201 pixmaps/notice_error.xpm \ 1202 pixmaps/notice_note.xpm \ 1203 pixmaps/notice_warn.xpm \ 1204 pixmaps/offline.xpm \ 1205 pixmaps/online.xpm \ 1206 pixmaps/open_mail.xpm \ 1207 pixmaps/outbox_close.xpm \ 1208 pixmaps/outbox_close_hrm.xpm \ 1209 pixmaps/outbox_open.xpm \ 1210 pixmaps/outbox_open_hrm.xpm \ 1211 pixmaps/outbox_close_mark.xpm \ 1212 pixmaps/outbox_close_hrm_mark.xpm \ 1213 pixmaps/outbox_open_mark.xpm \ 1214 pixmaps/outbox_open_hrm_mark.xpm \ 1215 pixmaps/paste.xpm \ 1216 pixmaps/preferences.xpm \ 1217 pixmaps/printer.xpm \ 1218 pixmaps/printer_btn.xpm \ 1219 pixmaps/privacy_expired.xpm \ 1220 pixmaps/privacy_failed.xpm \ 1221 pixmaps/privacy_passed.xpm \ 1222 pixmaps/privacy_signed.xpm \ 1223 pixmaps/privacy_unknown.xpm \ 1224 pixmaps/privacy_warn.xpm \ 1225 pixmaps/privacy_emblem_encrypted.xpm \ 1226 pixmaps/privacy_emblem_failed.xpm \ 1227 pixmaps/privacy_emblem_passed.xpm \ 1228 pixmaps/privacy_emblem_signed.xpm \ 1229 pixmaps/privacy_emblem_warn.xpm \ 1230 pixmaps/properties.xpm \ 1231 pixmaps/queue_close.xpm \ 1232 pixmaps/queue_close_hrm.xpm \ 1233 pixmaps/queue_close_hrm_mark.xpm \ 1234 pixmaps/queue_close_mark.xpm \ 1235 pixmaps/queue_open.xpm \ 1236 pixmaps/queue_open_hrm.xpm \ 1237 pixmaps/queue_open_hrm_mark.xpm \ 1238 pixmaps/queue_open_mark.xpm \ 1239 pixmaps/quicksearch.xpm \ 1240 pixmaps/replied.xpm \ 1241 pixmaps/replied_and_forwarded.xpm \ 1242 pixmaps/right_arrow.xpm \ 1243 pixmaps/rotate_left.xpm \ 1244 pixmaps/rotate_right.xpm \ 1245 pixmaps/selection.xpm \ 1246 pixmaps/spam.xpm \ 1247 pixmaps/spam_btn.xpm \ 1248 pixmaps/trash_btn.xpm \ 1249 pixmaps/trash_close.xpm \ 1250 pixmaps/trash_close_hrm.xpm \ 1251 pixmaps/trash_close_hrm_mark.xpm \ 1252 pixmaps/trash_close_mark.xpm \ 1253 pixmaps/trash_open.xpm \ 1254 pixmaps/trash_open_hrm.xpm \ 1255 pixmaps/trash_open_hrm_mark.xpm \ 1256 pixmaps/trash_open_mark.xpm \ 1257 pixmaps/tray_newmail_offline.xpm \ 1258 pixmaps/tray_newmail.xpm \ 1259 pixmaps/tray_newmarkedmail_offline.xpm \ 1260 pixmaps/tray_newmarkedmail.xpm \ 1261 pixmaps/tray_nomail_offline.xpm \ 1262 pixmaps/tray_nomail.xpm \ 1263 pixmaps/tray_unreadmail_offline.xpm \ 1264 pixmaps/tray_unreadmail.xpm \ 1265 pixmaps/tray_unreadmarkedmail_offline.xpm \ 1266 pixmaps/tray_unreadmarkedmail.xpm \ 1267 pixmaps/unread.xpm \ 1268 pixmaps/read.xpm \ 1269 pixmaps/up_arrow.xpm \ 1270 pixmaps/vcard.xpm \ 1271 pixmaps/watchthread.xpm \ 1272 pixmaps/zoom_fit.xpm \ 1273 pixmaps/zoom_in.xpm \ 1274 pixmaps/zoom_out.xpm \ 1275 pixmaps/zoom_width.xpm \ 1276 $(abook_extra) 1277 1278IFLAGS = \ 1279 -I$(srcdir)/common \ 1280 -Icommon \ 1281 -I$(srcdir)/gtk \ 1282 -I$(srcdir)/etpan 1283 1284claws_mail_LDFLAGS = \ 1285 $(claws_mail_res_ldflag) 1286 1287claws_mail_DEPENDENCIES = $(claws_mail_deps) \ 1288 $(etpan_library) \ 1289 gtk/libclawsgtk.la 1290 1291claws_mail_LDADD = \ 1292 $(etpan_library) \ 1293 gtk/libclawsgtk.la \ 1294 $(ENCHANT_LIBS) \ 1295 $(INTLLIBS) \ 1296 $(GTK_LIBS) \ 1297 $(LDAP_LIBS) \ 1298 $(GNUTLS_LIBS) \ 1299 $(NETTLE_LIBS) \ 1300 $(COMPFACE_LIBS) \ 1301 $(JPILOT_LIBS) \ 1302 $(PTHREAD_LIBS) \ 1303 $(SM_LIBS) \ 1304 $(LIBICONV) \ 1305 $(STARTUP_NOTIFICATION_LIBS) \ 1306 $(LIBETPAN_LIBS) \ 1307 $(DBUS_LIBS) \ 1308 $(SVG_LIBS) \ 1309 $(CONTACTS_LIBS) 1310 1311pixmapdir = $(datadir)/icons/hicolor/48x48/apps 1312AM_CPPFLAGS = \ 1313 -DG_LOG_DOMAIN=\"Claws-Mail\" \ 1314 -DLOCALEDIR=\""$(localedir)"\" \ 1315 -DPIXMAP_DIR=\""$(pixmapdir)"\" \ 1316 -DMANUALDIR=\""$(manualdir)"\" \ 1317 -DTARGET_ALIAS=\""$(target_triplet)"\" \ 1318 -DSYSCONFDIR=\""$(sysconfdir)"\" \ 1319 -DDATAROOTDIR=\""$(datarootdir)"\" \ 1320 $(IFLAGS) \ 1321 $(ENCHANT_CFLAGS) \ 1322 $(GTK_CFLAGS) \ 1323 $(GNUTLS_CFLAGS) \ 1324 $(GPGME_CFLAGS) \ 1325 $(LIBETPAN_CPPFLAGS) \ 1326 $(STARTUP_NOTIFICATION_CFLAGS) \ 1327 $(DBUS_CFLAGS) \ 1328 $(SVG_CFLAGS) \ 1329 $(NETWORKMANAGER_SUPPORT_CFLAGS) \ 1330 $(VALGRIND_CFLAGS) \ 1331 $(CONTACTS_CFLAGS) 1332 1333 1334#no-unused-function is there because of bison stuff 1335#no-deprecated-declarations because of gpgme_data_rewind, which we have 1336#to call inside gpgme due to our lack of LARGEFILE support 1337AM_YFLAGS = -d 1338all: $(BUILT_SOURCES) 1339 $(MAKE) $(AM_MAKEFLAGS) all-recursive 1340 1341.SUFFIXES: 1342.SUFFIXES: .c .l .lo .o .obj .y 1343$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/tests.mk $(am__configure_deps) 1344 @for dep in $?; do \ 1345 case '$(am__configure_deps)' in \ 1346 *$$dep*) \ 1347 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 1348 && { if test -f $@; then exit 0; else break; fi; }; \ 1349 exit 1;; \ 1350 esac; \ 1351 done; \ 1352 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 1353 $(am__cd) $(top_srcdir) && \ 1354 $(AUTOMAKE) --foreign src/Makefile 1355Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 1356 @case '$?' in \ 1357 *config.status*) \ 1358 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 1359 *) \ 1360 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 1361 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 1362 esac; 1363$(top_srcdir)/tests.mk $(am__empty): 1364 1365$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 1366 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 1367 1368$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 1369 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 1370$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 1371 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 1372$(am__aclocal_m4_deps): 1373install-binPROGRAMS: $(bin_PROGRAMS) 1374 @$(NORMAL_INSTALL) 1375 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 1376 if test -n "$$list"; then \ 1377 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 1378 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 1379 fi; \ 1380 for p in $$list; do echo "$$p $$p"; done | \ 1381 sed 's/$(EXEEXT)$$//' | \ 1382 while read p p1; do if test -f $$p \ 1383 || test -f $$p1 \ 1384 ; then echo "$$p"; echo "$$p"; else :; fi; \ 1385 done | \ 1386 sed -e 'p;s,.*/,,;n;h' \ 1387 -e 's|.*|.|' \ 1388 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 1389 sed 'N;N;N;s,\n, ,g' | \ 1390 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 1391 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 1392 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 1393 else { print "f", $$3 "/" $$4, $$1; } } \ 1394 END { for (d in files) print "f", d, files[d] }' | \ 1395 while read type dir files; do \ 1396 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 1397 test -z "$$files" || { \ 1398 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 1399 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 1400 } \ 1401 ; done 1402 1403uninstall-binPROGRAMS: 1404 @$(NORMAL_UNINSTALL) 1405 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 1406 files=`for p in $$list; do echo "$$p"; done | \ 1407 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 1408 -e 's/$$/$(EXEEXT)/' \ 1409 `; \ 1410 test -n "$$list" || exit 0; \ 1411 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 1412 cd "$(DESTDIR)$(bindir)" && rm -f $$files 1413 1414clean-binPROGRAMS: 1415 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 1416 echo " rm -f" $$list; \ 1417 rm -f $$list || exit $$?; \ 1418 test -n "$(EXEEXT)" || exit 0; \ 1419 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 1420 echo " rm -f" $$list; \ 1421 rm -f $$list 1422matcher_parser_parse.h: matcher_parser_parse.c 1423 @if test ! -f $@; then rm -f matcher_parser_parse.c; else :; fi 1424 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) matcher_parser_parse.c; else :; fi 1425quote_fmt_parse.h: quote_fmt_parse.c 1426 @if test ! -f $@; then rm -f quote_fmt_parse.c; else :; fi 1427 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) quote_fmt_parse.c; else :; fi 1428 1429@CYGWIN_FALSE@claws-mail$(EXEEXT): $(claws_mail_OBJECTS) $(claws_mail_DEPENDENCIES) $(EXTRA_claws_mail_DEPENDENCIES) 1430@CYGWIN_FALSE@ @rm -f claws-mail$(EXEEXT) 1431@CYGWIN_FALSE@ $(AM_V_CCLD)$(claws_mail_LINK) $(claws_mail_OBJECTS) $(claws_mail_LDADD) $(LIBS) 1432 1433mostlyclean-compile: 1434 -rm -f *.$(OBJEXT) 1435 1436distclean-compile: 1437 -rm -f *.tab.c 1438 1439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/account.Po@am__quote@ # am--include-marker 1440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/action.Po@am__quote@ # am--include-marker 1441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addr_compl.Po@am__quote@ # am--include-marker 1442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addrbook.Po@am__quote@ # am--include-marker 1443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addrcache.Po@am__quote@ # am--include-marker 1444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addrclip.Po@am__quote@ # am--include-marker 1445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addrcustomattr.Po@am__quote@ # am--include-marker 1446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addrduplicates.Po@am__quote@ # am--include-marker 1447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addressadd.Po@am__quote@ # am--include-marker 1448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addressbook-dbus.Po@am__quote@ # am--include-marker 1449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addressbook.Po@am__quote@ # am--include-marker 1450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addressbook_foldersel.Po@am__quote@ # am--include-marker 1451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addrgather.Po@am__quote@ # am--include-marker 1452@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addrharvest.Po@am__quote@ # am--include-marker 1453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addrindex.Po@am__quote@ # am--include-marker 1454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addritem.Po@am__quote@ # am--include-marker 1455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addrmerge.Po@am__quote@ # am--include-marker 1456@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addrquery.Po@am__quote@ # am--include-marker 1457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addrselect.Po@am__quote@ # am--include-marker 1458@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/advsearch.Po@am__quote@ # am--include-marker 1459@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alertpanel.Po@am__quote@ # am--include-marker 1460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/autofaces.Po@am__quote@ # am--include-marker 1461@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avatars.Po@am__quote@ # am--include-marker 1462@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/browseldap.Po@am__quote@ # am--include-marker 1463@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compose.Po@am__quote@ # am--include-marker 1464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crash.Po@am__quote@ # am--include-marker 1465@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/customheader.Po@am__quote@ # am--include-marker 1466@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/displayheader.Po@am__quote@ # am--include-marker 1467@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editaddress.Po@am__quote@ # am--include-marker 1468@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editaddress_other_attributes_ldap.Po@am__quote@ # am--include-marker 1469@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editbook.Po@am__quote@ # am--include-marker 1470@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editgroup.Po@am__quote@ # am--include-marker 1471@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editjpilot.Po@am__quote@ # am--include-marker 1472@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editldap.Po@am__quote@ # am--include-marker 1473@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editldap_basedn.Po@am__quote@ # am--include-marker 1474@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edittags.Po@am__quote@ # am--include-marker 1475@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editvcard.Po@am__quote@ # am--include-marker 1476@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enriched.Po@am__quote@ # am--include-marker 1477@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/entity.Po@am__quote@ # am--include-marker 1478@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exphtmldlg.Po@am__quote@ # am--include-marker 1479@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expldifdlg.Po@am__quote@ # am--include-marker 1480@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/export.Po@am__quote@ # am--include-marker 1481@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exporthtml.Po@am__quote@ # am--include-marker 1482@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exportldif.Po@am__quote@ # am--include-marker 1483@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file_checker.Po@am__quote@ # am--include-marker 1484@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filtering.Po@am__quote@ # am--include-marker 1485@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/folder.Po@am__quote@ # am--include-marker 1486@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/folder_item_prefs.Po@am__quote@ # am--include-marker 1487@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/foldersel.Po@am__quote@ # am--include-marker 1488@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/folderutils.Po@am__quote@ # am--include-marker 1489@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/folderview.Po@am__quote@ # am--include-marker 1490@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grouplistdialog.Po@am__quote@ # am--include-marker 1491@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/headerview.Po@am__quote@ # am--include-marker 1492@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/html.Po@am__quote@ # am--include-marker 1493@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image_viewer.Po@am__quote@ # am--include-marker 1494@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imap.Po@am__quote@ # am--include-marker 1495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imap_gtk.Po@am__quote@ # am--include-marker 1496@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/import.Po@am__quote@ # am--include-marker 1497@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/importldif.Po@am__quote@ # am--include-marker 1498@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/importmutt.Po@am__quote@ # am--include-marker 1499@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/importpine.Po@am__quote@ # am--include-marker 1500@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inc.Po@am__quote@ # am--include-marker 1501@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jpilot.Po@am__quote@ # am--include-marker 1502@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldapctrl.Po@am__quote@ # am--include-marker 1503@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldaplocate.Po@am__quote@ # am--include-marker 1504@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldapquery.Po@am__quote@ # am--include-marker 1505@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldapserver.Po@am__quote@ # am--include-marker 1506@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldapupdate.Po@am__quote@ # am--include-marker 1507@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldaputil.Po@am__quote@ # am--include-marker 1508@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldif.Po@am__quote@ # am--include-marker 1509@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localfolder.Po@am__quote@ # am--include-marker 1510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ # am--include-marker 1511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mainwindow.Po@am__quote@ # am--include-marker 1512@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manual.Po@am__quote@ # am--include-marker 1513@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/matcher.Po@am__quote@ # am--include-marker 1514@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/matcher_parser_lex.Po@am__quote@ # am--include-marker 1515@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/matcher_parser_parse.Po@am__quote@ # am--include-marker 1516@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbox.Po@am__quote@ # am--include-marker 1517@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message_search.Po@am__quote@ # am--include-marker 1518@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/messageview.Po@am__quote@ # am--include-marker 1519@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mh.Po@am__quote@ # am--include-marker 1520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mh_gtk.Po@am__quote@ # am--include-marker 1521@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mimeview.Po@am__quote@ # am--include-marker 1522@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msgcache.Po@am__quote@ # am--include-marker 1523@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutt.Po@am__quote@ # am--include-marker 1524@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/news.Po@am__quote@ # am--include-marker 1525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/news_gtk.Po@am__quote@ # am--include-marker 1526@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/noticeview.Po@am__quote@ # am--include-marker 1527@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oauth2.Po@am__quote@ # am--include-marker 1528@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/partial_download.Po@am__quote@ # am--include-marker 1529@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/password.Po@am__quote@ # am--include-marker 1530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/password_gtk.Po@am__quote@ # am--include-marker 1531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/passwordstore.Po@am__quote@ # am--include-marker 1532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pine.Po@am__quote@ # am--include-marker 1533@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pop.Po@am__quote@ # am--include-marker 1534@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_account.Po@am__quote@ # am--include-marker 1535@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_actions.Po@am__quote@ # am--include-marker 1536@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_common.Po@am__quote@ # am--include-marker 1537@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_compose_writing.Po@am__quote@ # am--include-marker 1538@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_customheader.Po@am__quote@ # am--include-marker 1539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_display_header.Po@am__quote@ # am--include-marker 1540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_ext_prog.Po@am__quote@ # am--include-marker 1541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_filtering.Po@am__quote@ # am--include-marker 1542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_filtering_action.Po@am__quote@ # am--include-marker 1543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_folder_column.Po@am__quote@ # am--include-marker 1544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_folder_item.Po@am__quote@ # am--include-marker 1545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_fonts.Po@am__quote@ # am--include-marker 1546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_gtk.Po@am__quote@ # am--include-marker 1547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_image_viewer.Po@am__quote@ # am--include-marker 1548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_logging.Po@am__quote@ # am--include-marker 1549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_matcher.Po@am__quote@ # am--include-marker 1550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_message.Po@am__quote@ # am--include-marker 1551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_migration.Po@am__quote@ # am--include-marker 1552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_msg_colors.Po@am__quote@ # am--include-marker 1553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_other.Po@am__quote@ # am--include-marker 1554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_proxy.Po@am__quote@ # am--include-marker 1555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_quote.Po@am__quote@ # am--include-marker 1556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_receive.Po@am__quote@ # am--include-marker 1557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_send.Po@am__quote@ # am--include-marker 1558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_spelling.Po@am__quote@ # am--include-marker 1559@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_summaries.Po@am__quote@ # am--include-marker 1560@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_summary_column.Po@am__quote@ # am--include-marker 1561@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_summary_open.Po@am__quote@ # am--include-marker 1562@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_template.Po@am__quote@ # am--include-marker 1563@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_themes.Po@am__quote@ # am--include-marker 1564@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_toolbar.Po@am__quote@ # am--include-marker 1565@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_wrapping.Po@am__quote@ # am--include-marker 1566@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printing.Po@am__quote@ # am--include-marker 1567@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/privacy.Po@am__quote@ # am--include-marker 1568@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/procheader.Po@am__quote@ # am--include-marker 1569@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/procmime.Po@am__quote@ # am--include-marker 1570@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/procmsg.Po@am__quote@ # am--include-marker 1571@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quote_fmt.Po@am__quote@ # am--include-marker 1572@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quote_fmt_lex.Po@am__quote@ # am--include-marker 1573@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quote_fmt_parse.Po@am__quote@ # am--include-marker 1574@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recv.Po@am__quote@ # am--include-marker 1575@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remotefolder.Po@am__quote@ # am--include-marker 1576@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send_message.Po@am__quote@ # am--include-marker 1577@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setup.Po@am__quote@ # am--include-marker 1578@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sourcewindow.Po@am__quote@ # am--include-marker 1579@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssl_manager.Po@am__quote@ # am--include-marker 1580@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/statusbar.Po@am__quote@ # am--include-marker 1581@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stock_pixmap.Po@am__quote@ # am--include-marker 1582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/summary_search.Po@am__quote@ # am--include-marker 1583@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/summaryview.Po@am__quote@ # am--include-marker 1584@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/textview.Po@am__quote@ # am--include-marker 1585@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toolbar.Po@am__quote@ # am--include-marker 1586@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/undo.Po@am__quote@ # am--include-marker 1587@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uri_opener.Po@am__quote@ # am--include-marker 1588@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vcard.Po@am__quote@ # am--include-marker 1589@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wizard.Po@am__quote@ # am--include-marker 1590 1591$(am__depfiles_remade): 1592 @$(MKDIR_P) $(@D) 1593 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 1594 1595am--depfiles: $(am__depfiles_remade) 1596 1597.c.o: 1598@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 1599@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1600@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1601@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1602@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 1603 1604.c.obj: 1605@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 1606@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1607@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1608@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1609@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 1610 1611.c.lo: 1612@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 1613@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 1614@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 1615@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1616@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 1617 1618.l.c: 1619 $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE) 1620 1621.y.c: 1622 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE) 1623 1624mostlyclean-libtool: 1625 -rm -f *.lo 1626 1627clean-libtool: 1628 -rm -rf .libs _libs 1629install-claws_mailincludeHEADERS: $(claws_mailinclude_HEADERS) 1630 @$(NORMAL_INSTALL) 1631 @list='$(claws_mailinclude_HEADERS)'; test -n "$(claws_mailincludedir)" || list=; \ 1632 if test -n "$$list"; then \ 1633 echo " $(MKDIR_P) '$(DESTDIR)$(claws_mailincludedir)'"; \ 1634 $(MKDIR_P) "$(DESTDIR)$(claws_mailincludedir)" || exit 1; \ 1635 fi; \ 1636 for p in $$list; do \ 1637 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1638 echo "$$d$$p"; \ 1639 done | $(am__base_list) | \ 1640 while read files; do \ 1641 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(claws_mailincludedir)'"; \ 1642 $(INSTALL_HEADER) $$files "$(DESTDIR)$(claws_mailincludedir)" || exit $$?; \ 1643 done 1644 1645uninstall-claws_mailincludeHEADERS: 1646 @$(NORMAL_UNINSTALL) 1647 @list='$(claws_mailinclude_HEADERS)'; test -n "$(claws_mailincludedir)" || list=; \ 1648 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 1649 dir='$(DESTDIR)$(claws_mailincludedir)'; $(am__uninstall_files_from_dir) 1650 1651# This directory's subdirectories are mostly independent; you can cd 1652# into them and run 'make' without going through this Makefile. 1653# To change the values of 'make' variables: instead of editing Makefiles, 1654# (1) if the variable is set in 'config.status', edit 'config.status' 1655# (which will cause the Makefiles to be regenerated when you run 'make'); 1656# (2) otherwise, pass the desired values on the 'make' command line. 1657$(am__recursive_targets): 1658 @fail=; \ 1659 if $(am__make_keepgoing); then \ 1660 failcom='fail=yes'; \ 1661 else \ 1662 failcom='exit 1'; \ 1663 fi; \ 1664 dot_seen=no; \ 1665 target=`echo $@ | sed s/-recursive//`; \ 1666 case "$@" in \ 1667 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 1668 *) list='$(SUBDIRS)' ;; \ 1669 esac; \ 1670 for subdir in $$list; do \ 1671 echo "Making $$target in $$subdir"; \ 1672 if test "$$subdir" = "."; then \ 1673 dot_seen=yes; \ 1674 local_target="$$target-am"; \ 1675 else \ 1676 local_target="$$target"; \ 1677 fi; \ 1678 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 1679 || eval $$failcom; \ 1680 done; \ 1681 if test "$$dot_seen" = "no"; then \ 1682 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 1683 fi; test -z "$$fail" 1684 1685ID: $(am__tagged_files) 1686 $(am__define_uniq_tagged_files); mkid -fID $$unique 1687tags: tags-recursive 1688TAGS: tags 1689 1690tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1691 set x; \ 1692 here=`pwd`; \ 1693 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 1694 include_option=--etags-include; \ 1695 empty_fix=.; \ 1696 else \ 1697 include_option=--include; \ 1698 empty_fix=; \ 1699 fi; \ 1700 list='$(SUBDIRS)'; for subdir in $$list; do \ 1701 if test "$$subdir" = .; then :; else \ 1702 test ! -f $$subdir/TAGS || \ 1703 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 1704 fi; \ 1705 done; \ 1706 $(am__define_uniq_tagged_files); \ 1707 shift; \ 1708 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 1709 test -n "$$unique" || unique=$$empty_fix; \ 1710 if test $$# -gt 0; then \ 1711 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1712 "$$@" $$unique; \ 1713 else \ 1714 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1715 $$unique; \ 1716 fi; \ 1717 fi 1718ctags: ctags-recursive 1719 1720CTAGS: ctags 1721ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1722 $(am__define_uniq_tagged_files); \ 1723 test -z "$(CTAGS_ARGS)$$unique" \ 1724 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 1725 $$unique 1726 1727GTAGS: 1728 here=`$(am__cd) $(top_builddir) && pwd` \ 1729 && $(am__cd) $(top_srcdir) \ 1730 && gtags -i $(GTAGS_ARGS) "$$here" 1731cscopelist: cscopelist-recursive 1732 1733cscopelist-am: $(am__tagged_files) 1734 list='$(am__tagged_files)'; \ 1735 case "$(srcdir)" in \ 1736 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 1737 *) sdir=$(subdir)/$(srcdir) ;; \ 1738 esac; \ 1739 for i in $$list; do \ 1740 if test -f "$$i"; then \ 1741 echo "$(subdir)/$$i"; \ 1742 else \ 1743 echo "$$sdir/$$i"; \ 1744 fi; \ 1745 done >> $(top_builddir)/cscope.files 1746 1747distclean-tags: 1748 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1749 1750distdir: $(BUILT_SOURCES) 1751 $(MAKE) $(AM_MAKEFLAGS) distdir-am 1752 1753distdir-am: $(DISTFILES) 1754 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1755 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1756 list='$(DISTFILES)'; \ 1757 dist_files=`for file in $$list; do echo $$file; done | \ 1758 sed -e "s|^$$srcdirstrip/||;t" \ 1759 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1760 case $$dist_files in \ 1761 */*) $(MKDIR_P) `echo "$$dist_files" | \ 1762 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1763 sort -u` ;; \ 1764 esac; \ 1765 for file in $$dist_files; do \ 1766 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1767 if test -d $$d/$$file; then \ 1768 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1769 if test -d "$(distdir)/$$file"; then \ 1770 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1771 fi; \ 1772 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1773 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1774 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1775 fi; \ 1776 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1777 else \ 1778 test -f "$(distdir)/$$file" \ 1779 || cp -p $$d/$$file "$(distdir)/$$file" \ 1780 || exit 1; \ 1781 fi; \ 1782 done 1783 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 1784 if test "$$subdir" = .; then :; else \ 1785 $(am__make_dryrun) \ 1786 || test -d "$(distdir)/$$subdir" \ 1787 || $(MKDIR_P) "$(distdir)/$$subdir" \ 1788 || exit 1; \ 1789 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 1790 $(am__relativize); \ 1791 new_distdir=$$reldir; \ 1792 dir1=$$subdir; dir2="$(top_distdir)"; \ 1793 $(am__relativize); \ 1794 new_top_distdir=$$reldir; \ 1795 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 1796 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 1797 ($(am__cd) $$subdir && \ 1798 $(MAKE) $(AM_MAKEFLAGS) \ 1799 top_distdir="$$new_top_distdir" \ 1800 distdir="$$new_distdir" \ 1801 am__remove_distdir=: \ 1802 am__skip_length_check=: \ 1803 am__skip_mode_fix=: \ 1804 distdir) \ 1805 || exit 1; \ 1806 fi; \ 1807 done 1808@BUILD_TESTS_FALSE@check-local: 1809check-am: all-am 1810 $(MAKE) $(AM_MAKEFLAGS) check-local 1811check: $(BUILT_SOURCES) 1812 $(MAKE) $(AM_MAKEFLAGS) check-recursive 1813all-am: Makefile $(PROGRAMS) $(HEADERS) 1814installdirs: installdirs-recursive 1815installdirs-am: 1816 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(claws_mailincludedir)"; do \ 1817 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 1818 done 1819install: $(BUILT_SOURCES) 1820 $(MAKE) $(AM_MAKEFLAGS) install-recursive 1821install-exec: install-exec-recursive 1822install-data: install-data-recursive 1823uninstall: uninstall-recursive 1824 1825install-am: all-am 1826 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1827 1828installcheck: installcheck-recursive 1829install-strip: 1830 if test -z '$(STRIP)'; then \ 1831 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1832 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1833 install; \ 1834 else \ 1835 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1836 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1837 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1838 fi 1839mostlyclean-generic: 1840 1841clean-generic: 1842 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 1843 1844distclean-generic: 1845 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1846 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1847 1848maintainer-clean-generic: 1849 @echo "This command is intended for maintainers to use" 1850 @echo "it deletes files that may require special tools to rebuild." 1851 -rm -f matcher_parser_lex.c 1852 -rm -f matcher_parser_parse.c 1853 -rm -f matcher_parser_parse.h 1854 -rm -f quote_fmt_lex.c 1855 -rm -f quote_fmt_parse.c 1856 -rm -f quote_fmt_parse.h 1857 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 1858clean: clean-recursive 1859 1860clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am 1861 1862distclean: distclean-recursive 1863 -rm -f ./$(DEPDIR)/account.Po 1864 -rm -f ./$(DEPDIR)/action.Po 1865 -rm -f ./$(DEPDIR)/addr_compl.Po 1866 -rm -f ./$(DEPDIR)/addrbook.Po 1867 -rm -f ./$(DEPDIR)/addrcache.Po 1868 -rm -f ./$(DEPDIR)/addrclip.Po 1869 -rm -f ./$(DEPDIR)/addrcustomattr.Po 1870 -rm -f ./$(DEPDIR)/addrduplicates.Po 1871 -rm -f ./$(DEPDIR)/addressadd.Po 1872 -rm -f ./$(DEPDIR)/addressbook-dbus.Po 1873 -rm -f ./$(DEPDIR)/addressbook.Po 1874 -rm -f ./$(DEPDIR)/addressbook_foldersel.Po 1875 -rm -f ./$(DEPDIR)/addrgather.Po 1876 -rm -f ./$(DEPDIR)/addrharvest.Po 1877 -rm -f ./$(DEPDIR)/addrindex.Po 1878 -rm -f ./$(DEPDIR)/addritem.Po 1879 -rm -f ./$(DEPDIR)/addrmerge.Po 1880 -rm -f ./$(DEPDIR)/addrquery.Po 1881 -rm -f ./$(DEPDIR)/addrselect.Po 1882 -rm -f ./$(DEPDIR)/advsearch.Po 1883 -rm -f ./$(DEPDIR)/alertpanel.Po 1884 -rm -f ./$(DEPDIR)/autofaces.Po 1885 -rm -f ./$(DEPDIR)/avatars.Po 1886 -rm -f ./$(DEPDIR)/browseldap.Po 1887 -rm -f ./$(DEPDIR)/compose.Po 1888 -rm -f ./$(DEPDIR)/crash.Po 1889 -rm -f ./$(DEPDIR)/customheader.Po 1890 -rm -f ./$(DEPDIR)/displayheader.Po 1891 -rm -f ./$(DEPDIR)/editaddress.Po 1892 -rm -f ./$(DEPDIR)/editaddress_other_attributes_ldap.Po 1893 -rm -f ./$(DEPDIR)/editbook.Po 1894 -rm -f ./$(DEPDIR)/editgroup.Po 1895 -rm -f ./$(DEPDIR)/editjpilot.Po 1896 -rm -f ./$(DEPDIR)/editldap.Po 1897 -rm -f ./$(DEPDIR)/editldap_basedn.Po 1898 -rm -f ./$(DEPDIR)/edittags.Po 1899 -rm -f ./$(DEPDIR)/editvcard.Po 1900 -rm -f ./$(DEPDIR)/enriched.Po 1901 -rm -f ./$(DEPDIR)/entity.Po 1902 -rm -f ./$(DEPDIR)/exphtmldlg.Po 1903 -rm -f ./$(DEPDIR)/expldifdlg.Po 1904 -rm -f ./$(DEPDIR)/export.Po 1905 -rm -f ./$(DEPDIR)/exporthtml.Po 1906 -rm -f ./$(DEPDIR)/exportldif.Po 1907 -rm -f ./$(DEPDIR)/file_checker.Po 1908 -rm -f ./$(DEPDIR)/filtering.Po 1909 -rm -f ./$(DEPDIR)/folder.Po 1910 -rm -f ./$(DEPDIR)/folder_item_prefs.Po 1911 -rm -f ./$(DEPDIR)/foldersel.Po 1912 -rm -f ./$(DEPDIR)/folderutils.Po 1913 -rm -f ./$(DEPDIR)/folderview.Po 1914 -rm -f ./$(DEPDIR)/grouplistdialog.Po 1915 -rm -f ./$(DEPDIR)/headerview.Po 1916 -rm -f ./$(DEPDIR)/html.Po 1917 -rm -f ./$(DEPDIR)/image_viewer.Po 1918 -rm -f ./$(DEPDIR)/imap.Po 1919 -rm -f ./$(DEPDIR)/imap_gtk.Po 1920 -rm -f ./$(DEPDIR)/import.Po 1921 -rm -f ./$(DEPDIR)/importldif.Po 1922 -rm -f ./$(DEPDIR)/importmutt.Po 1923 -rm -f ./$(DEPDIR)/importpine.Po 1924 -rm -f ./$(DEPDIR)/inc.Po 1925 -rm -f ./$(DEPDIR)/jpilot.Po 1926 -rm -f ./$(DEPDIR)/ldapctrl.Po 1927 -rm -f ./$(DEPDIR)/ldaplocate.Po 1928 -rm -f ./$(DEPDIR)/ldapquery.Po 1929 -rm -f ./$(DEPDIR)/ldapserver.Po 1930 -rm -f ./$(DEPDIR)/ldapupdate.Po 1931 -rm -f ./$(DEPDIR)/ldaputil.Po 1932 -rm -f ./$(DEPDIR)/ldif.Po 1933 -rm -f ./$(DEPDIR)/localfolder.Po 1934 -rm -f ./$(DEPDIR)/main.Po 1935 -rm -f ./$(DEPDIR)/mainwindow.Po 1936 -rm -f ./$(DEPDIR)/manual.Po 1937 -rm -f ./$(DEPDIR)/matcher.Po 1938 -rm -f ./$(DEPDIR)/matcher_parser_lex.Po 1939 -rm -f ./$(DEPDIR)/matcher_parser_parse.Po 1940 -rm -f ./$(DEPDIR)/mbox.Po 1941 -rm -f ./$(DEPDIR)/message_search.Po 1942 -rm -f ./$(DEPDIR)/messageview.Po 1943 -rm -f ./$(DEPDIR)/mh.Po 1944 -rm -f ./$(DEPDIR)/mh_gtk.Po 1945 -rm -f ./$(DEPDIR)/mimeview.Po 1946 -rm -f ./$(DEPDIR)/msgcache.Po 1947 -rm -f ./$(DEPDIR)/mutt.Po 1948 -rm -f ./$(DEPDIR)/news.Po 1949 -rm -f ./$(DEPDIR)/news_gtk.Po 1950 -rm -f ./$(DEPDIR)/noticeview.Po 1951 -rm -f ./$(DEPDIR)/oauth2.Po 1952 -rm -f ./$(DEPDIR)/partial_download.Po 1953 -rm -f ./$(DEPDIR)/password.Po 1954 -rm -f ./$(DEPDIR)/password_gtk.Po 1955 -rm -f ./$(DEPDIR)/passwordstore.Po 1956 -rm -f ./$(DEPDIR)/pine.Po 1957 -rm -f ./$(DEPDIR)/pop.Po 1958 -rm -f ./$(DEPDIR)/prefs_account.Po 1959 -rm -f ./$(DEPDIR)/prefs_actions.Po 1960 -rm -f ./$(DEPDIR)/prefs_common.Po 1961 -rm -f ./$(DEPDIR)/prefs_compose_writing.Po 1962 -rm -f ./$(DEPDIR)/prefs_customheader.Po 1963 -rm -f ./$(DEPDIR)/prefs_display_header.Po 1964 -rm -f ./$(DEPDIR)/prefs_ext_prog.Po 1965 -rm -f ./$(DEPDIR)/prefs_filtering.Po 1966 -rm -f ./$(DEPDIR)/prefs_filtering_action.Po 1967 -rm -f ./$(DEPDIR)/prefs_folder_column.Po 1968 -rm -f ./$(DEPDIR)/prefs_folder_item.Po 1969 -rm -f ./$(DEPDIR)/prefs_fonts.Po 1970 -rm -f ./$(DEPDIR)/prefs_gtk.Po 1971 -rm -f ./$(DEPDIR)/prefs_image_viewer.Po 1972 -rm -f ./$(DEPDIR)/prefs_logging.Po 1973 -rm -f ./$(DEPDIR)/prefs_matcher.Po 1974 -rm -f ./$(DEPDIR)/prefs_message.Po 1975 -rm -f ./$(DEPDIR)/prefs_migration.Po 1976 -rm -f ./$(DEPDIR)/prefs_msg_colors.Po 1977 -rm -f ./$(DEPDIR)/prefs_other.Po 1978 -rm -f ./$(DEPDIR)/prefs_proxy.Po 1979 -rm -f ./$(DEPDIR)/prefs_quote.Po 1980 -rm -f ./$(DEPDIR)/prefs_receive.Po 1981 -rm -f ./$(DEPDIR)/prefs_send.Po 1982 -rm -f ./$(DEPDIR)/prefs_spelling.Po 1983 -rm -f ./$(DEPDIR)/prefs_summaries.Po 1984 -rm -f ./$(DEPDIR)/prefs_summary_column.Po 1985 -rm -f ./$(DEPDIR)/prefs_summary_open.Po 1986 -rm -f ./$(DEPDIR)/prefs_template.Po 1987 -rm -f ./$(DEPDIR)/prefs_themes.Po 1988 -rm -f ./$(DEPDIR)/prefs_toolbar.Po 1989 -rm -f ./$(DEPDIR)/prefs_wrapping.Po 1990 -rm -f ./$(DEPDIR)/printing.Po 1991 -rm -f ./$(DEPDIR)/privacy.Po 1992 -rm -f ./$(DEPDIR)/procheader.Po 1993 -rm -f ./$(DEPDIR)/procmime.Po 1994 -rm -f ./$(DEPDIR)/procmsg.Po 1995 -rm -f ./$(DEPDIR)/quote_fmt.Po 1996 -rm -f ./$(DEPDIR)/quote_fmt_lex.Po 1997 -rm -f ./$(DEPDIR)/quote_fmt_parse.Po 1998 -rm -f ./$(DEPDIR)/recv.Po 1999 -rm -f ./$(DEPDIR)/remotefolder.Po 2000 -rm -f ./$(DEPDIR)/send_message.Po 2001 -rm -f ./$(DEPDIR)/setup.Po 2002 -rm -f ./$(DEPDIR)/sourcewindow.Po 2003 -rm -f ./$(DEPDIR)/ssl_manager.Po 2004 -rm -f ./$(DEPDIR)/statusbar.Po 2005 -rm -f ./$(DEPDIR)/stock_pixmap.Po 2006 -rm -f ./$(DEPDIR)/summary_search.Po 2007 -rm -f ./$(DEPDIR)/summaryview.Po 2008 -rm -f ./$(DEPDIR)/textview.Po 2009 -rm -f ./$(DEPDIR)/toolbar.Po 2010 -rm -f ./$(DEPDIR)/undo.Po 2011 -rm -f ./$(DEPDIR)/uri_opener.Po 2012 -rm -f ./$(DEPDIR)/vcard.Po 2013 -rm -f ./$(DEPDIR)/wizard.Po 2014 -rm -f Makefile 2015distclean-am: clean-am distclean-compile distclean-generic \ 2016 distclean-tags 2017 2018dvi: dvi-recursive 2019 2020dvi-am: 2021 2022html: html-recursive 2023 2024html-am: 2025 2026info: info-recursive 2027 2028info-am: 2029 2030install-data-am: install-claws_mailincludeHEADERS 2031 2032install-dvi: install-dvi-recursive 2033 2034install-dvi-am: 2035 2036install-exec-am: install-binPROGRAMS 2037 2038install-html: install-html-recursive 2039 2040install-html-am: 2041 2042install-info: install-info-recursive 2043 2044install-info-am: 2045 2046install-man: 2047 2048install-pdf: install-pdf-recursive 2049 2050install-pdf-am: 2051 2052install-ps: install-ps-recursive 2053 2054install-ps-am: 2055 2056installcheck-am: 2057 2058maintainer-clean: maintainer-clean-recursive 2059 -rm -f ./$(DEPDIR)/account.Po 2060 -rm -f ./$(DEPDIR)/action.Po 2061 -rm -f ./$(DEPDIR)/addr_compl.Po 2062 -rm -f ./$(DEPDIR)/addrbook.Po 2063 -rm -f ./$(DEPDIR)/addrcache.Po 2064 -rm -f ./$(DEPDIR)/addrclip.Po 2065 -rm -f ./$(DEPDIR)/addrcustomattr.Po 2066 -rm -f ./$(DEPDIR)/addrduplicates.Po 2067 -rm -f ./$(DEPDIR)/addressadd.Po 2068 -rm -f ./$(DEPDIR)/addressbook-dbus.Po 2069 -rm -f ./$(DEPDIR)/addressbook.Po 2070 -rm -f ./$(DEPDIR)/addressbook_foldersel.Po 2071 -rm -f ./$(DEPDIR)/addrgather.Po 2072 -rm -f ./$(DEPDIR)/addrharvest.Po 2073 -rm -f ./$(DEPDIR)/addrindex.Po 2074 -rm -f ./$(DEPDIR)/addritem.Po 2075 -rm -f ./$(DEPDIR)/addrmerge.Po 2076 -rm -f ./$(DEPDIR)/addrquery.Po 2077 -rm -f ./$(DEPDIR)/addrselect.Po 2078 -rm -f ./$(DEPDIR)/advsearch.Po 2079 -rm -f ./$(DEPDIR)/alertpanel.Po 2080 -rm -f ./$(DEPDIR)/autofaces.Po 2081 -rm -f ./$(DEPDIR)/avatars.Po 2082 -rm -f ./$(DEPDIR)/browseldap.Po 2083 -rm -f ./$(DEPDIR)/compose.Po 2084 -rm -f ./$(DEPDIR)/crash.Po 2085 -rm -f ./$(DEPDIR)/customheader.Po 2086 -rm -f ./$(DEPDIR)/displayheader.Po 2087 -rm -f ./$(DEPDIR)/editaddress.Po 2088 -rm -f ./$(DEPDIR)/editaddress_other_attributes_ldap.Po 2089 -rm -f ./$(DEPDIR)/editbook.Po 2090 -rm -f ./$(DEPDIR)/editgroup.Po 2091 -rm -f ./$(DEPDIR)/editjpilot.Po 2092 -rm -f ./$(DEPDIR)/editldap.Po 2093 -rm -f ./$(DEPDIR)/editldap_basedn.Po 2094 -rm -f ./$(DEPDIR)/edittags.Po 2095 -rm -f ./$(DEPDIR)/editvcard.Po 2096 -rm -f ./$(DEPDIR)/enriched.Po 2097 -rm -f ./$(DEPDIR)/entity.Po 2098 -rm -f ./$(DEPDIR)/exphtmldlg.Po 2099 -rm -f ./$(DEPDIR)/expldifdlg.Po 2100 -rm -f ./$(DEPDIR)/export.Po 2101 -rm -f ./$(DEPDIR)/exporthtml.Po 2102 -rm -f ./$(DEPDIR)/exportldif.Po 2103 -rm -f ./$(DEPDIR)/file_checker.Po 2104 -rm -f ./$(DEPDIR)/filtering.Po 2105 -rm -f ./$(DEPDIR)/folder.Po 2106 -rm -f ./$(DEPDIR)/folder_item_prefs.Po 2107 -rm -f ./$(DEPDIR)/foldersel.Po 2108 -rm -f ./$(DEPDIR)/folderutils.Po 2109 -rm -f ./$(DEPDIR)/folderview.Po 2110 -rm -f ./$(DEPDIR)/grouplistdialog.Po 2111 -rm -f ./$(DEPDIR)/headerview.Po 2112 -rm -f ./$(DEPDIR)/html.Po 2113 -rm -f ./$(DEPDIR)/image_viewer.Po 2114 -rm -f ./$(DEPDIR)/imap.Po 2115 -rm -f ./$(DEPDIR)/imap_gtk.Po 2116 -rm -f ./$(DEPDIR)/import.Po 2117 -rm -f ./$(DEPDIR)/importldif.Po 2118 -rm -f ./$(DEPDIR)/importmutt.Po 2119 -rm -f ./$(DEPDIR)/importpine.Po 2120 -rm -f ./$(DEPDIR)/inc.Po 2121 -rm -f ./$(DEPDIR)/jpilot.Po 2122 -rm -f ./$(DEPDIR)/ldapctrl.Po 2123 -rm -f ./$(DEPDIR)/ldaplocate.Po 2124 -rm -f ./$(DEPDIR)/ldapquery.Po 2125 -rm -f ./$(DEPDIR)/ldapserver.Po 2126 -rm -f ./$(DEPDIR)/ldapupdate.Po 2127 -rm -f ./$(DEPDIR)/ldaputil.Po 2128 -rm -f ./$(DEPDIR)/ldif.Po 2129 -rm -f ./$(DEPDIR)/localfolder.Po 2130 -rm -f ./$(DEPDIR)/main.Po 2131 -rm -f ./$(DEPDIR)/mainwindow.Po 2132 -rm -f ./$(DEPDIR)/manual.Po 2133 -rm -f ./$(DEPDIR)/matcher.Po 2134 -rm -f ./$(DEPDIR)/matcher_parser_lex.Po 2135 -rm -f ./$(DEPDIR)/matcher_parser_parse.Po 2136 -rm -f ./$(DEPDIR)/mbox.Po 2137 -rm -f ./$(DEPDIR)/message_search.Po 2138 -rm -f ./$(DEPDIR)/messageview.Po 2139 -rm -f ./$(DEPDIR)/mh.Po 2140 -rm -f ./$(DEPDIR)/mh_gtk.Po 2141 -rm -f ./$(DEPDIR)/mimeview.Po 2142 -rm -f ./$(DEPDIR)/msgcache.Po 2143 -rm -f ./$(DEPDIR)/mutt.Po 2144 -rm -f ./$(DEPDIR)/news.Po 2145 -rm -f ./$(DEPDIR)/news_gtk.Po 2146 -rm -f ./$(DEPDIR)/noticeview.Po 2147 -rm -f ./$(DEPDIR)/oauth2.Po 2148 -rm -f ./$(DEPDIR)/partial_download.Po 2149 -rm -f ./$(DEPDIR)/password.Po 2150 -rm -f ./$(DEPDIR)/password_gtk.Po 2151 -rm -f ./$(DEPDIR)/passwordstore.Po 2152 -rm -f ./$(DEPDIR)/pine.Po 2153 -rm -f ./$(DEPDIR)/pop.Po 2154 -rm -f ./$(DEPDIR)/prefs_account.Po 2155 -rm -f ./$(DEPDIR)/prefs_actions.Po 2156 -rm -f ./$(DEPDIR)/prefs_common.Po 2157 -rm -f ./$(DEPDIR)/prefs_compose_writing.Po 2158 -rm -f ./$(DEPDIR)/prefs_customheader.Po 2159 -rm -f ./$(DEPDIR)/prefs_display_header.Po 2160 -rm -f ./$(DEPDIR)/prefs_ext_prog.Po 2161 -rm -f ./$(DEPDIR)/prefs_filtering.Po 2162 -rm -f ./$(DEPDIR)/prefs_filtering_action.Po 2163 -rm -f ./$(DEPDIR)/prefs_folder_column.Po 2164 -rm -f ./$(DEPDIR)/prefs_folder_item.Po 2165 -rm -f ./$(DEPDIR)/prefs_fonts.Po 2166 -rm -f ./$(DEPDIR)/prefs_gtk.Po 2167 -rm -f ./$(DEPDIR)/prefs_image_viewer.Po 2168 -rm -f ./$(DEPDIR)/prefs_logging.Po 2169 -rm -f ./$(DEPDIR)/prefs_matcher.Po 2170 -rm -f ./$(DEPDIR)/prefs_message.Po 2171 -rm -f ./$(DEPDIR)/prefs_migration.Po 2172 -rm -f ./$(DEPDIR)/prefs_msg_colors.Po 2173 -rm -f ./$(DEPDIR)/prefs_other.Po 2174 -rm -f ./$(DEPDIR)/prefs_proxy.Po 2175 -rm -f ./$(DEPDIR)/prefs_quote.Po 2176 -rm -f ./$(DEPDIR)/prefs_receive.Po 2177 -rm -f ./$(DEPDIR)/prefs_send.Po 2178 -rm -f ./$(DEPDIR)/prefs_spelling.Po 2179 -rm -f ./$(DEPDIR)/prefs_summaries.Po 2180 -rm -f ./$(DEPDIR)/prefs_summary_column.Po 2181 -rm -f ./$(DEPDIR)/prefs_summary_open.Po 2182 -rm -f ./$(DEPDIR)/prefs_template.Po 2183 -rm -f ./$(DEPDIR)/prefs_themes.Po 2184 -rm -f ./$(DEPDIR)/prefs_toolbar.Po 2185 -rm -f ./$(DEPDIR)/prefs_wrapping.Po 2186 -rm -f ./$(DEPDIR)/printing.Po 2187 -rm -f ./$(DEPDIR)/privacy.Po 2188 -rm -f ./$(DEPDIR)/procheader.Po 2189 -rm -f ./$(DEPDIR)/procmime.Po 2190 -rm -f ./$(DEPDIR)/procmsg.Po 2191 -rm -f ./$(DEPDIR)/quote_fmt.Po 2192 -rm -f ./$(DEPDIR)/quote_fmt_lex.Po 2193 -rm -f ./$(DEPDIR)/quote_fmt_parse.Po 2194 -rm -f ./$(DEPDIR)/recv.Po 2195 -rm -f ./$(DEPDIR)/remotefolder.Po 2196 -rm -f ./$(DEPDIR)/send_message.Po 2197 -rm -f ./$(DEPDIR)/setup.Po 2198 -rm -f ./$(DEPDIR)/sourcewindow.Po 2199 -rm -f ./$(DEPDIR)/ssl_manager.Po 2200 -rm -f ./$(DEPDIR)/statusbar.Po 2201 -rm -f ./$(DEPDIR)/stock_pixmap.Po 2202 -rm -f ./$(DEPDIR)/summary_search.Po 2203 -rm -f ./$(DEPDIR)/summaryview.Po 2204 -rm -f ./$(DEPDIR)/textview.Po 2205 -rm -f ./$(DEPDIR)/toolbar.Po 2206 -rm -f ./$(DEPDIR)/undo.Po 2207 -rm -f ./$(DEPDIR)/uri_opener.Po 2208 -rm -f ./$(DEPDIR)/vcard.Po 2209 -rm -f ./$(DEPDIR)/wizard.Po 2210 -rm -f Makefile 2211maintainer-clean-am: distclean-am maintainer-clean-generic 2212 2213mostlyclean: mostlyclean-recursive 2214 2215mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 2216 mostlyclean-libtool 2217 2218pdf: pdf-recursive 2219 2220pdf-am: 2221 2222ps: ps-recursive 2223 2224ps-am: 2225 2226uninstall-am: uninstall-binPROGRAMS uninstall-claws_mailincludeHEADERS 2227 2228.MAKE: $(am__recursive_targets) all check check-am install install-am \ 2229 install-strip 2230 2231.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 2232 am--depfiles check check-am check-local clean \ 2233 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ 2234 ctags ctags-am distclean distclean-compile distclean-generic \ 2235 distclean-libtool distclean-tags distdir dvi dvi-am html \ 2236 html-am info info-am install install-am install-binPROGRAMS \ 2237 install-claws_mailincludeHEADERS install-data install-data-am \ 2238 install-dvi install-dvi-am install-exec install-exec-am \ 2239 install-html install-html-am install-info install-info-am \ 2240 install-man install-pdf install-pdf-am install-ps \ 2241 install-ps-am install-strip installcheck installcheck-am \ 2242 installdirs installdirs-am maintainer-clean \ 2243 maintainer-clean-generic mostlyclean mostlyclean-compile \ 2244 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 2245 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ 2246 uninstall-claws_mailincludeHEADERS 2247 2248.PRECIOUS: Makefile 2249 2250 2251### testing rules 2252 2253# test: run all tests in cwd and subdirs 2254@BUILD_TESTS_TRUE@test: test-cwd test-recurse 2255# test-cwd: run tests in cwd 2256@BUILD_TESTS_TRUE@test-cwd: ${TEST_PROGS} 2257@BUILD_TESTS_TRUE@ @[ -z "$(TEST_PROGS)" ] || { set -e; $(TESTS_ENVIRONMENT) ${GTESTER} --verbose ${TEST_PROGS}; } 2258 2259# test-recurse: run tests in subdirs 2260@BUILD_TESTS_TRUE@test-recurse: 2261@BUILD_TESTS_TRUE@ @ for subdir in $(SUBDIRS) ; do \ 2262@BUILD_TESTS_TRUE@ test "$$subdir" = "." \ 2263@BUILD_TESTS_TRUE@ -o "$$subdir" = "config" \ 2264@BUILD_TESTS_TRUE@ -o "$$subdir" = "doc" \ 2265@BUILD_TESTS_TRUE@ -o "$$subdir" = "manual" \ 2266@BUILD_TESTS_TRUE@ -o "$$subdir" = "m4" \ 2267@BUILD_TESTS_TRUE@ -o "$$subdir" = "po" \ 2268@BUILD_TESTS_TRUE@ -o "$$subdir" = "tools" \ 2269@BUILD_TESTS_TRUE@ || \ 2270@BUILD_TESTS_TRUE@ ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) test ) || exit $? ; \ 2271@BUILD_TESTS_TRUE@ done 2272# test-report: run tests in subdirs and generate report 2273# perf-report: run tests in subdirs with -m perf and generate report 2274# full-report: like test-report: with -m perf and -m slow 2275@BUILD_TESTS_TRUE@test-report perf-report full-report: ${TEST_PROGS} 2276@BUILD_TESTS_TRUE@ @ ignore_logdir=true ; \ 2277@BUILD_TESTS_TRUE@ if test -z "$$GTESTER_LOGDIR" ; then \ 2278@BUILD_TESTS_TRUE@ GTESTER_LOGDIR=`mktemp -d "\`pwd\`/.testlogs-XXXXXX"`; export GTESTER_LOGDIR ; \ 2279@BUILD_TESTS_TRUE@ ignore_logdir=false ; \ 2280@BUILD_TESTS_TRUE@ fi ; \ 2281@BUILD_TESTS_TRUE@ for subdir in $(SUBDIRS) ; do \ 2282@BUILD_TESTS_TRUE@ test "$$subdir" = "." -o "$$subdir" = "po" -o "$$subdir" = "po-properties" || \ 2283@BUILD_TESTS_TRUE@ ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \ 2284@BUILD_TESTS_TRUE@ done ; \ 2285@BUILD_TESTS_TRUE@ test -z "${TEST_PROGS}" || { \ 2286@BUILD_TESTS_TRUE@ case $@ in \ 2287@BUILD_TESTS_TRUE@ test-report) test_options="-k";; \ 2288@BUILD_TESTS_TRUE@ perf-report) test_options="-k -m=perf";; \ 2289@BUILD_TESTS_TRUE@ full-report) test_options="-k -m=perf -m=slow";; \ 2290@BUILD_TESTS_TRUE@ esac ; \ 2291@BUILD_TESTS_TRUE@ set -e; \ 2292@BUILD_TESTS_TRUE@ if test -z "$$GTESTER_LOGDIR" ; then \ 2293@BUILD_TESTS_TRUE@ ${GTESTER} --verbose $$test_options -o test-report.xml ${TEST_PROGS} ; \ 2294@BUILD_TESTS_TRUE@ elif test -n "${TEST_PROGS}" ; then \ 2295@BUILD_TESTS_TRUE@ ${GTESTER} --verbose $$test_options -o `mktemp "$$GTESTER_LOGDIR/log-XXXXXX"` ${TEST_PROGS} ; \ 2296@BUILD_TESTS_TRUE@ fi ; \ 2297@BUILD_TESTS_TRUE@ }; \ 2298@BUILD_TESTS_TRUE@ $$ignore_logdir || { \ 2299@BUILD_TESTS_TRUE@ echo '<?xml version="1.0"?>' > $@.xml ; \ 2300@BUILD_TESTS_TRUE@ echo '<report-collection>' >> $@.xml ; \ 2301@BUILD_TESTS_TRUE@ for lf in `ls -L "$$GTESTER_LOGDIR"/.` ; do \ 2302@BUILD_TESTS_TRUE@ sed '1,1s/^<?xml\b[^>?]*?>//' <"$$GTESTER_LOGDIR"/"$$lf" >> $@.xml ; \ 2303@BUILD_TESTS_TRUE@ done ; \ 2304@BUILD_TESTS_TRUE@ echo >> $@.xml ; \ 2305@BUILD_TESTS_TRUE@ echo '</report-collection>' >> $@.xml ; \ 2306@BUILD_TESTS_TRUE@ rm -rf "$$GTESTER_LOGDIR"/ ; \ 2307@BUILD_TESTS_TRUE@ ${GTESTER_REPORT} --version 2>/dev/null 1>&2 ; test "$$?" != 0 || ${GTESTER_REPORT} $@.xml >$@.html ; \ 2308@BUILD_TESTS_TRUE@ } 2309@BUILD_TESTS_TRUE@.PHONY: test test-cwd test-recurse test-report perf-report full-report 2310# run make test-cwd as part of make check 2311@BUILD_TESTS_TRUE@check-local: test-cwd 2312 2313@PLATFORM_WIN32_TRUE@%.o : %.rc 2314@PLATFORM_WIN32_TRUE@ $(LTRCCOMPILE) -i $< -o $@ 2315 2316client-bindings.h: claws-contacts.xml 2317@BUILD_ALTADDRBOOK_TRUE@ dbus-binding-tool --prefix=abook --mode=glib-client --output=$@ claws-contacts.xml 2318 2319@CYGWIN_TRUE@claws-mail$(EXEEXT): $(claws_mail_OBJECTS) $(claws_mail_DEPENDENCIES) 2320@CYGWIN_TRUE@ @rm -f claws-mail$(EXEEXT) 2321@CYGWIN_TRUE@ @rm -f claws-mail.def claws-mail.base claws-mail.exp libclaws-mail.a .libs/libclaws-mail.a 2322@CYGWIN_TRUE@ $(LINK) -shared $(claws_mailLDFLAGS) -Wl,--out-implib=libclaws-mail.a -Wl,--export-all-symbols,--exclude-symbols,main $(claws_mail_OBJECTS) -Wl,--no-whole-archive $(claws_mail_LDADD) $(LIBS) 2323@CYGWIN_TRUE@ dlltool --output-def claws-mail.def --dllname claws-mail$(EXEEXT) --export-all-symbols --exclude-symbols main $(claws_mail_OBJECTS) gtk/.libs/libclawsgtk.a 2324@CYGWIN_TRUE@ $(LINK) $(claws_mail_LDFLAGS) -Wl,--base-file,claws-mail.base $(claws_mail_OBJECTS) $(claws_mail_LDADD) $(LIBS) 2325@CYGWIN_TRUE@ sleep 5 2326@CYGWIN_TRUE@ dlltool --base-file claws-mail.base --input-def claws-mail.def --output-exp claws-mail.exp 2327@CYGWIN_TRUE@ $(LINK) $(claws_mail_LDFLAGS) -Wl,claws-mail.exp $(claws_mail_OBJECTS) $(claws_mail_LDADD) $(LIBS) 2328@CYGWIN_TRUE@ @cp libclaws-mail.a .libs/libclaws-mail.a 2329#claws-mail$(EXEEXT): $(claws_mail_OBJECTS) $(claws_mail_DEPENDENCIES) 2330# @rm -f claws-mail$(EXEEXT) 2331# $(LINK) $(claws_mail_LDFLAGS) $(claws_mail_OBJECTS) $(claws_mail_LDADD) $(LIBS) 2332 2333# Tell versions [3.59,3.63) of GNU make to not export all variables. 2334# Otherwise a system limit (for SysV at least) may be exceeded. 2335.NOEXPORT: 2336