diff options
| author | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
| commit | 0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc (patch) | |
| tree | af916a30553c78ce9d4f2d8658656a175c5b6921 /src/Makefile.in | |
Initial commit for sylpheed 3.7.0
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 1256 |
1 files changed, 1256 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in new file mode 100644 index 0000000..4708707 --- /dev/null +++ b/src/Makefile.in | |||
| @@ -0,0 +1,1256 @@ | |||
| 1 | # Makefile.in generated by automake 1.14.1 from Makefile.am. | ||
| 2 | # @configure_input@ | ||
| 3 | |||
| 4 | # Copyright (C) 1994-2013 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 | |||
| 18 | |||
| 19 | VPATH = @srcdir@ | ||
| 20 | am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | ||
| 21 | am__make_running_with_option = \ | ||
| 22 | case $${target_option-} in \ | ||
| 23 | ?) ;; \ | ||
| 24 | *) echo "am__make_running_with_option: internal error: invalid" \ | ||
| 25 | "target option '$${target_option-}' specified" >&2; \ | ||
| 26 | exit 1;; \ | ||
| 27 | esac; \ | ||
| 28 | has_opt=no; \ | ||
| 29 | sane_makeflags=$$MAKEFLAGS; \ | ||
| 30 | if $(am__is_gnu_make); then \ | ||
| 31 | sane_makeflags=$$MFLAGS; \ | ||
| 32 | else \ | ||
| 33 | case $$MAKEFLAGS in \ | ||
| 34 | *\\[\ \ ]*) \ | ||
| 35 | bs=\\; \ | ||
| 36 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | ||
| 37 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | ||
| 38 | esac; \ | ||
| 39 | fi; \ | ||
| 40 | skip_next=no; \ | ||
| 41 | strip_trailopt () \ | ||
| 42 | { \ | ||
| 43 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | ||
| 44 | }; \ | ||
| 45 | for flg in $$sane_makeflags; do \ | ||
| 46 | test $$skip_next = yes && { skip_next=no; continue; }; \ | ||
| 47 | case $$flg in \ | ||
| 48 | *=*|--*) continue;; \ | ||
| 49 | -*I) strip_trailopt 'I'; skip_next=yes;; \ | ||
| 50 | -*I?*) strip_trailopt 'I';; \ | ||
| 51 | -*O) strip_trailopt 'O'; skip_next=yes;; \ | ||
| 52 | -*O?*) strip_trailopt 'O';; \ | ||
| 53 | -*l) strip_trailopt 'l'; skip_next=yes;; \ | ||
| 54 | -*l?*) strip_trailopt 'l';; \ | ||
| 55 | -[dEDm]) skip_next=yes;; \ | ||
| 56 | -[JT]) skip_next=yes;; \ | ||
| 57 | esac; \ | ||
| 58 | case $$flg in \ | ||
| 59 | *$$target_option*) has_opt=yes; break;; \ | ||
| 60 | esac; \ | ||
| 61 | done; \ | ||
| 62 | test $$has_opt = yes | ||
| 63 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | ||
| 64 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | ||
| 65 | pkgdatadir = $(datadir)/@PACKAGE@ | ||
| 66 | pkgincludedir = $(includedir)/@PACKAGE@ | ||
| 67 | pkglibdir = $(libdir)/@PACKAGE@ | ||
| 68 | pkglibexecdir = $(libexecdir)/@PACKAGE@ | ||
| 69 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | ||
| 70 | install_sh_DATA = $(install_sh) -c -m 644 | ||
| 71 | install_sh_PROGRAM = $(install_sh) -c | ||
| 72 | install_sh_SCRIPT = $(install_sh) -c | ||
| 73 | INSTALL_HEADER = $(INSTALL_DATA) | ||
| 74 | transform = $(program_transform_name) | ||
| 75 | NORMAL_INSTALL = : | ||
| 76 | PRE_INSTALL = : | ||
| 77 | POST_INSTALL = : | ||
| 78 | NORMAL_UNINSTALL = : | ||
| 79 | PRE_UNINSTALL = : | ||
| 80 | POST_UNINSTALL = : | ||
| 81 | build_triplet = @build@ | ||
| 82 | host_triplet = @host@ | ||
| 83 | target_triplet = @target@ | ||
| 84 | bin_PROGRAMS = sylpheed$(EXEEXT) | ||
| 85 | subdir = src | ||
| 86 | DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ | ||
| 87 | $(top_srcdir)/mkinstalldirs $(srcdir)/version.h.in \ | ||
| 88 | $(srcdir)/sylpheed.rc.in quote_fmt_lex.c quote_fmt_parse.h \ | ||
| 89 | quote_fmt_parse.c $(top_srcdir)/depcomp $(top_srcdir)/ylwrap \ | ||
| 90 | $(libsylpheed_plugin_0include_HEADERS) | ||
| 91 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||
| 92 | am__aclocal_m4_deps = $(top_srcdir)/ac/aclocal-include.m4 \ | ||
| 93 | $(top_srcdir)/ac/gnupg-check-typedef.m4 \ | ||
| 94 | $(top_srcdir)/configure.ac | ||
| 95 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | ||
| 96 | $(ACLOCAL_M4) | ||
| 97 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | ||
| 98 | CONFIG_HEADER = $(top_builddir)/config.h | ||
| 99 | CONFIG_CLEAN_FILES = version.h sylpheed.rc | ||
| 100 | CONFIG_CLEAN_VPATH_FILES = | ||
| 101 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | ||
| 102 | am__vpath_adj = case $$p in \ | ||
| 103 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | ||
| 104 | *) f=$$p;; \ | ||
| 105 | esac; | ||
| 106 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | ||
| 107 | am__install_max = 40 | ||
| 108 | am__nobase_strip_setup = \ | ||
| 109 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | ||
| 110 | am__nobase_strip = \ | ||
| 111 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | ||
| 112 | am__nobase_list = $(am__nobase_strip_setup); \ | ||
| 113 | for p in $$list; do echo "$$p $$p"; done | \ | ||
| 114 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | ||
| 115 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | ||
| 116 | if (++n[$$2] == $(am__install_max)) \ | ||
| 117 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | ||
| 118 | END { for (dir in files) print dir, files[dir] }' | ||
| 119 | am__base_list = \ | ||
| 120 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | ||
| 121 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | ||
| 122 | am__uninstall_files_from_dir = { \ | ||
| 123 | test -z "$$files" \ | ||
| 124 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ | ||
| 125 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | ||
| 126 | $(am__cd) "$$dir" && rm -f $$files; }; \ | ||
| 127 | } | ||
| 128 | am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ | ||
| 129 | "$(DESTDIR)$(libsylpheed_plugin_0includedir)" | ||
| 130 | LTLIBRARIES = $(lib_LTLIBRARIES) | ||
| 131 | am__DEPENDENCIES_1 = | ||
| 132 | libsylpheed_plugin_0_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ | ||
| 133 | $(am__DEPENDENCIES_1) ../libsylph/libsylph-0.la | ||
| 134 | am_libsylpheed_plugin_0_la_OBJECTS = plugin-marshal.lo plugin.lo | ||
| 135 | libsylpheed_plugin_0_la_OBJECTS = \ | ||
| 136 | $(am_libsylpheed_plugin_0_la_OBJECTS) | ||
| 137 | AM_V_lt = $(am__v_lt_@AM_V@) | ||
| 138 | am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | ||
| 139 | am__v_lt_0 = --silent | ||
| 140 | am__v_lt_1 = | ||
| 141 | libsylpheed_plugin_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ | ||
| 142 | $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ | ||
| 143 | $(AM_CFLAGS) $(CFLAGS) $(libsylpheed_plugin_0_la_LDFLAGS) \ | ||
| 144 | $(LDFLAGS) -o $@ | ||
| 145 | PROGRAMS = $(bin_PROGRAMS) | ||
| 146 | am_sylpheed_OBJECTS = main.$(OBJEXT) mainwindow.$(OBJEXT) \ | ||
| 147 | folderview.$(OBJEXT) summaryview.$(OBJEXT) \ | ||
| 148 | messageview.$(OBJEXT) headerview.$(OBJEXT) textview.$(OBJEXT) \ | ||
| 149 | imageview.$(OBJEXT) mimeview.$(OBJEXT) quick_search.$(OBJEXT) \ | ||
| 150 | query_search.$(OBJEXT) message_search.$(OBJEXT) \ | ||
| 151 | colorlabel.$(OBJEXT) action.$(OBJEXT) compose.$(OBJEXT) \ | ||
| 152 | gtkshruler.$(OBJEXT) menu.$(OBJEXT) stock_pixmap.$(OBJEXT) \ | ||
| 153 | prefs_ui.$(OBJEXT) prefs_common_dialog.$(OBJEXT) \ | ||
| 154 | prefs_filter.$(OBJEXT) prefs_filter_edit.$(OBJEXT) \ | ||
| 155 | prefs_account_dialog.$(OBJEXT) prefs_folder_item.$(OBJEXT) \ | ||
| 156 | prefs_display_items.$(OBJEXT) prefs_display_header.$(OBJEXT) \ | ||
| 157 | prefs_customheader.$(OBJEXT) prefs_summary_column.$(OBJEXT) \ | ||
| 158 | prefs_template.$(OBJEXT) prefs_actions.$(OBJEXT) \ | ||
| 159 | prefs_search_folder.$(OBJEXT) prefs_toolbar.$(OBJEXT) \ | ||
| 160 | account_dialog.$(OBJEXT) template.$(OBJEXT) \ | ||
| 161 | addressbook.$(OBJEXT) addr_compl.$(OBJEXT) addritem.$(OBJEXT) \ | ||
| 162 | addrcache.$(OBJEXT) addrbook.$(OBJEXT) addrindex.$(OBJEXT) \ | ||
| 163 | mgutils.$(OBJEXT) vcard.$(OBJEXT) ldif.$(OBJEXT) \ | ||
| 164 | importldif.$(OBJEXT) importcsv.$(OBJEXT) exportcsv.$(OBJEXT) \ | ||
| 165 | jpilot.$(OBJEXT) syldap.$(OBJEXT) editbook.$(OBJEXT) \ | ||
| 166 | editgroup.$(OBJEXT) editaddress.$(OBJEXT) editvcard.$(OBJEXT) \ | ||
| 167 | editjpilot.$(OBJEXT) editldap.$(OBJEXT) \ | ||
| 168 | editldap_basedn.$(OBJEXT) addressadd.$(OBJEXT) \ | ||
| 169 | filesel.$(OBJEXT) foldersel.$(OBJEXT) statusbar.$(OBJEXT) \ | ||
| 170 | logwindow.$(OBJEXT) sourcewindow.$(OBJEXT) \ | ||
| 171 | manage_window.$(OBJEXT) undo.$(OBJEXT) alertpanel.$(OBJEXT) \ | ||
| 172 | inputdialog.$(OBJEXT) progressdialog.$(OBJEXT) \ | ||
| 173 | subscribedialog.$(OBJEXT) about.$(OBJEXT) setup.$(OBJEXT) \ | ||
| 174 | gtkutils.$(OBJEXT) send_message.$(OBJEXT) inc.$(OBJEXT) \ | ||
| 175 | rpop3.$(OBJEXT) import.$(OBJEXT) export.$(OBJEXT) \ | ||
| 176 | rfc2015.$(OBJEXT) passphrase.$(OBJEXT) select-keys.$(OBJEXT) \ | ||
| 177 | sigstatus.$(OBJEXT) simple-gettext.$(OBJEXT) manual.$(OBJEXT) \ | ||
| 178 | eggtrayicon.$(OBJEXT) trayicon.$(OBJEXT) printing.$(OBJEXT) \ | ||
| 179 | sslmanager.$(OBJEXT) plugin_manager.$(OBJEXT) \ | ||
| 180 | update_check.$(OBJEXT) quote_fmt_lex.$(OBJEXT) \ | ||
| 181 | quote_fmt_parse.$(OBJEXT) sylpheed-marshal.$(OBJEXT) \ | ||
| 182 | notificationwindow.$(OBJEXT) | ||
| 183 | sylpheed_OBJECTS = $(am_sylpheed_OBJECTS) | ||
| 184 | @NATIVE_WIN32_TRUE@am__DEPENDENCIES_2 = sylpheed.res | ||
| 185 | sylpheed_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ | ||
| 186 | $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ | ||
| 187 | $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ | ||
| 188 | $(am__DEPENDENCIES_1) libsylpheed-plugin-0.la \ | ||
| 189 | ../libsylph/libsylph-0.la $(am__DEPENDENCIES_2) | ||
| 190 | AM_V_P = $(am__v_P_@AM_V@) | ||
| 191 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | ||
| 192 | am__v_P_0 = false | ||
| 193 | am__v_P_1 = : | ||
| 194 | AM_V_GEN = $(am__v_GEN_@AM_V@) | ||
| 195 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | ||
| 196 | am__v_GEN_0 = @echo " GEN " $@; | ||
| 197 | am__v_GEN_1 = | ||
| 198 | AM_V_at = $(am__v_at_@AM_V@) | ||
| 199 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | ||
| 200 | am__v_at_0 = @ | ||
| 201 | am__v_at_1 = | ||
| 202 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) | ||
| 203 | depcomp = $(SHELL) $(top_srcdir)/depcomp | ||
| 204 | am__depfiles_maybe = depfiles | ||
| 205 | am__mv = mv -f | ||
| 206 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | ||
| 207 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | ||
| 208 | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | ||
| 209 | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ | ||
| 210 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | ||
| 211 | $(AM_CFLAGS) $(CFLAGS) | ||
| 212 | AM_V_CC = $(am__v_CC_@AM_V@) | ||
| 213 | am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) | ||
| 214 | am__v_CC_0 = @echo " CC " $@; | ||
| 215 | am__v_CC_1 = | ||
| 216 | CCLD = $(CC) | ||
| 217 | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | ||
| 218 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | ||
| 219 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ | ||
| 220 | AM_V_CCLD = $(am__v_CCLD_@AM_V@) | ||
| 221 | am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) | ||
| 222 | am__v_CCLD_0 = @echo " CCLD " $@; | ||
| 223 | am__v_CCLD_1 = | ||
| 224 | @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ || | ||
| 225 | LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS) | ||
| 226 | LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ | ||
| 227 | $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS) | ||
| 228 | AM_V_LEX = $(am__v_LEX_@AM_V@) | ||
| 229 | am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@) | ||
| 230 | am__v_LEX_0 = @echo " LEX " $@; | ||
| 231 | am__v_LEX_1 = | ||
| 232 | YLWRAP = $(top_srcdir)/ylwrap | ||
| 233 | @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ || | ||
| 234 | am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \ | ||
| 235 | -e s/c++$$/h++/ -e s/c$$/h/ | ||
| 236 | YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS) | ||
| 237 | LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ | ||
| 238 | $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS) | ||
| 239 | AM_V_YACC = $(am__v_YACC_@AM_V@) | ||
| 240 | am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@) | ||
| 241 | am__v_YACC_0 = @echo " YACC " $@; | ||
| 242 | am__v_YACC_1 = | ||
| 243 | SOURCES = $(libsylpheed_plugin_0_la_SOURCES) $(sylpheed_SOURCES) | ||
| 244 | DIST_SOURCES = $(libsylpheed_plugin_0_la_SOURCES) $(sylpheed_SOURCES) | ||
| 245 | RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ | ||
| 246 | ctags-recursive dvi-recursive html-recursive info-recursive \ | ||
| 247 | install-data-recursive install-dvi-recursive \ | ||
| 248 | install-exec-recursive install-html-recursive \ | ||
| 249 | install-info-recursive install-pdf-recursive \ | ||
| 250 | install-ps-recursive install-recursive installcheck-recursive \ | ||
| 251 | installdirs-recursive pdf-recursive ps-recursive \ | ||
| 252 | tags-recursive uninstall-recursive | ||
| 253 | am__can_run_installinfo = \ | ||
| 254 | case $$AM_UPDATE_INFO_DIR in \ | ||
| 255 | n|no|NO) false;; \ | ||
| 256 | *) (install-info --version) >/dev/null 2>&1;; \ | ||
| 257 | esac | ||
| 258 | HEADERS = $(libsylpheed_plugin_0include_HEADERS) | ||
| 259 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | ||
| 260 | distclean-recursive maintainer-clean-recursive | ||
| 261 | am__recursive_targets = \ | ||
| 262 | $(RECURSIVE_TARGETS) \ | ||
| 263 | $(RECURSIVE_CLEAN_TARGETS) \ | ||
| 264 | $(am__extra_recursive_targets) | ||
| 265 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ | ||
| 266 | distdir | ||
| 267 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | ||
| 268 | # Read a list of newline-separated strings from the standard input, | ||
| 269 | # and print each of them once, without duplicates. Input order is | ||
| 270 | # *not* preserved. | ||
| 271 | am__uniquify_input = $(AWK) '\ | ||
| 272 | BEGIN { nonempty = 0; } \ | ||
| 273 | { items[$$0] = 1; nonempty = 1; } \ | ||
| 274 | END { if (nonempty) { for (i in items) print i; }; } \ | ||
| 275 | ' | ||
| 276 | # Make sure the list of sources is unique. This is necessary because, | ||
| 277 | # e.g., the same source file might be shared among _SOURCES variables | ||
| 278 | # for different programs/libraries. | ||
| 279 | am__define_uniq_tagged_files = \ | ||
| 280 | list='$(am__tagged_files)'; \ | ||
| 281 | unique=`for i in $$list; do \ | ||
| 282 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
| 283 | done | $(am__uniquify_input)` | ||
| 284 | ETAGS = etags | ||
| 285 | CTAGS = ctags | ||
| 286 | DIST_SUBDIRS = $(SUBDIRS) | ||
| 287 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| 288 | am__relativize = \ | ||
| 289 | dir0=`pwd`; \ | ||
| 290 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ | ||
| 291 | sed_rest='s,^[^/]*/*,,'; \ | ||
| 292 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ | ||
| 293 | sed_butlast='s,/*[^/]*$$,,'; \ | ||
| 294 | while test -n "$$dir1"; do \ | ||
| 295 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ | ||
| 296 | if test "$$first" != "."; then \ | ||
| 297 | if test "$$first" = ".."; then \ | ||
| 298 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ | ||
| 299 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ | ||
| 300 | else \ | ||
| 301 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ | ||
| 302 | if test "$$first2" = "$$first"; then \ | ||
| 303 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ | ||
| 304 | else \ | ||
| 305 | dir2="../$$dir2"; \ | ||
| 306 | fi; \ | ||
| 307 | dir0="$$dir0"/"$$first"; \ | ||
| 308 | fi; \ | ||
| 309 | fi; \ | ||
| 310 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | ||
| 311 | done; \ | ||
| 312 | reldir="$$dir2" | ||
| 313 | ACLOCAL = @ACLOCAL@ | ||
| 314 | ALLOCA = @ALLOCA@ | ||
| 315 | AMTAR = @AMTAR@ | ||
| 316 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | ||
| 317 | AR = @AR@ | ||
| 318 | AUTOCONF = @AUTOCONF@ | ||
| 319 | AUTOHEADER = @AUTOHEADER@ | ||
| 320 | AUTOMAKE = @AUTOMAKE@ | ||
| 321 | AWK = @AWK@ | ||
| 322 | BUILD_REVISION = @BUILD_REVISION@ | ||
| 323 | CATALOGS = @CATALOGS@ | ||
| 324 | CATOBJEXT = @CATOBJEXT@ | ||
| 325 | CC = @CC@ | ||
| 326 | CCDEPMODE = @CCDEPMODE@ | ||
| 327 | CFLAGS = @CFLAGS@ | ||
| 328 | CPP = @CPP@ | ||
| 329 | CPPFLAGS = @CPPFLAGS@ | ||
| 330 | CYGPATH_W = @CYGPATH_W@ | ||
| 331 | DATADIRNAME = @DATADIRNAME@ | ||
| 332 | DEFS = @DEFS@ | ||
| 333 | DEPDIR = @DEPDIR@ | ||
| 334 | DEVEL_VERSION = @DEVEL_VERSION@ | ||
| 335 | DLLTOOL = @DLLTOOL@ | ||
| 336 | DSYMUTIL = @DSYMUTIL@ | ||
| 337 | DUMPBIN = @DUMPBIN@ | ||
| 338 | ECHO_C = @ECHO_C@ | ||
| 339 | ECHO_N = @ECHO_N@ | ||
| 340 | ECHO_T = @ECHO_T@ | ||
| 341 | EGREP = @EGREP@ | ||
| 342 | EXEEXT = @EXEEXT@ | ||
| 343 | EXTRA_VERSION = @EXTRA_VERSION@ | ||
| 344 | FGREP = @FGREP@ | ||
| 345 | GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ | ||
| 346 | GLIB_CFLAGS = @GLIB_CFLAGS@ | ||
| 347 | GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ | ||
| 348 | GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ | ||
| 349 | GLIB_LIBS = @GLIB_LIBS@ | ||
| 350 | GLIB_MKENUMS = @GLIB_MKENUMS@ | ||
| 351 | GMOFILES = @GMOFILES@ | ||
| 352 | GMSGFMT = @GMSGFMT@ | ||
| 353 | GOBJECT_QUERY = @GOBJECT_QUERY@ | ||
| 354 | GPGME_CFLAGS = @GPGME_CFLAGS@ | ||
| 355 | GPGME_CONFIG = @GPGME_CONFIG@ | ||
| 356 | GPGME_LIBS = @GPGME_LIBS@ | ||
| 357 | GREP = @GREP@ | ||
| 358 | GTK_CFLAGS = @GTK_CFLAGS@ | ||
| 359 | GTK_LIBS = @GTK_LIBS@ | ||
| 360 | INSTALL = @INSTALL@ | ||
| 361 | INSTALL_DATA = @INSTALL_DATA@ | ||
| 362 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | ||
| 363 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | ||
| 364 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | ||
| 365 | INSTOBJEXT = @INSTOBJEXT@ | ||
| 366 | INTLLIBS = @INTLLIBS@ | ||
| 367 | LD = @LD@ | ||
| 368 | LDAP_LIBS = @LDAP_LIBS@ | ||
| 369 | LDFLAGS = @LDFLAGS@ | ||
| 370 | LEX = @LEX@ | ||
| 371 | LEXLIB = @LEXLIB@ | ||
| 372 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ | ||
| 373 | LIBICONV = @LIBICONV@ | ||
| 374 | LIBOBJS = @LIBOBJS@ | ||
| 375 | LIBS = @LIBS@ | ||
| 376 | LIBSYLPH_CFLAGS = @LIBSYLPH_CFLAGS@ | ||
| 377 | LIBSYLPH_LIBS = @LIBSYLPH_LIBS@ | ||
| 378 | LIBTOOL = @LIBTOOL@ | ||
| 379 | LIPO = @LIPO@ | ||
| 380 | LN_S = @LN_S@ | ||
| 381 | LTLIBICONV = @LTLIBICONV@ | ||
| 382 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 383 | LT_AGE = @LT_AGE@ | ||
| 384 | LT_CURRENT = @LT_CURRENT@ | ||
| 385 | LT_RELEASE = @LT_RELEASE@ | ||
| 386 | LT_REVISION = @LT_REVISION@ | ||
| 387 | MAINT = @MAINT@ | ||
| 388 | MAJOR_VERSION = @MAJOR_VERSION@ | ||
| 389 | MAKEINFO = @MAKEINFO@ | ||
| 390 | MANIFEST_TOOL = @MANIFEST_TOOL@ | ||
| 391 | MICRO_VERSION = @MICRO_VERSION@ | ||
| 392 | MINOR_VERSION = @MINOR_VERSION@ | ||
| 393 | MKDIR_P = @MKDIR_P@ | ||
| 394 | MKINSTALLDIRS = @MKINSTALLDIRS@ | ||
| 395 | MSGFMT = @MSGFMT@ | ||
| 396 | MSGFMT_OPTS = @MSGFMT_OPTS@ | ||
| 397 | NM = @NM@ | ||
| 398 | NMEDIT = @NMEDIT@ | ||
| 399 | OBJDUMP = @OBJDUMP@ | ||
| 400 | OBJEXT = @OBJEXT@ | ||
| 401 | OPENSSL_CFLAGS = @OPENSSL_CFLAGS@ | ||
| 402 | OPENSSL_LIBS = @OPENSSL_LIBS@ | ||
| 403 | OTOOL = @OTOOL@ | ||
| 404 | OTOOL64 = @OTOOL64@ | ||
| 405 | PACKAGE = @PACKAGE@ | ||
| 406 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | ||
| 407 | PACKAGE_NAME = @PACKAGE_NAME@ | ||
| 408 | PACKAGE_STRING = @PACKAGE_STRING@ | ||
| 409 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | ||
| 410 | PACKAGE_URL = @PACKAGE_URL@ | ||
| 411 | PACKAGE_VERSION = @PACKAGE_VERSION@ | ||
| 412 | PATH_SEPARATOR = @PATH_SEPARATOR@ | ||
| 413 | PKG_CONFIG = @PKG_CONFIG@ | ||
| 414 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ | ||
| 415 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ | ||
| 416 | POFILES = @POFILES@ | ||
| 417 | POSUB = @POSUB@ | ||
| 418 | PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ | ||
| 419 | PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ | ||
| 420 | RANLIB = @RANLIB@ | ||
| 421 | SED = @SED@ | ||
| 422 | SET_MAKE = @SET_MAKE@ | ||
| 423 | SHELL = @SHELL@ | ||
| 424 | STRIP = @STRIP@ | ||
| 425 | SYLPHEED_LIBS = @SYLPHEED_LIBS@ | ||
| 426 | USE_NLS = @USE_NLS@ | ||
| 427 | VERSION = @VERSION@ | ||
| 428 | WINDRES = @WINDRES@ | ||
| 429 | XGETTEXT = @XGETTEXT@ | ||
| 430 | YACC = @YACC@ | ||
| 431 | YFLAGS = @YFLAGS@ | ||
| 432 | abs_builddir = @abs_builddir@ | ||
| 433 | abs_srcdir = @abs_srcdir@ | ||
| 434 | abs_top_builddir = @abs_top_builddir@ | ||
| 435 | abs_top_srcdir = @abs_top_srcdir@ | ||
| 436 | ac_ct_AR = @ac_ct_AR@ | ||
| 437 | ac_ct_CC = @ac_ct_CC@ | ||
| 438 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | ||
| 439 | am__include = @am__include@ | ||
| 440 | am__leading_dot = @am__leading_dot@ | ||
| 441 | am__quote = @am__quote@ | ||
| 442 | am__tar = @am__tar@ | ||
| 443 | am__untar = @am__untar@ | ||
| 444 | bindir = @bindir@ | ||
| 445 | build = @build@ | ||
| 446 | build_alias = @build_alias@ | ||
| 447 | build_cpu = @build_cpu@ | ||
| 448 | build_os = @build_os@ | ||
| 449 | build_vendor = @build_vendor@ | ||
| 450 | builddir = @builddir@ | ||
| 451 | datadir = @datadir@ | ||
| 452 | datarootdir = @datarootdir@ | ||
| 453 | docdir = @docdir@ | ||
| 454 | dvidir = @dvidir@ | ||
| 455 | exec_prefix = @exec_prefix@ | ||
| 456 | faqdir = @faqdir@ | ||
| 457 | host = @host@ | ||
| 458 | host_alias = @host_alias@ | ||
| 459 | host_cpu = @host_cpu@ | ||
| 460 | host_os = @host_os@ | ||
| 461 | host_vendor = @host_vendor@ | ||
| 462 | htmldir = @htmldir@ | ||
| 463 | includedir = @includedir@ | ||
| 464 | infodir = @infodir@ | ||
| 465 | install_sh = @install_sh@ | ||
| 466 | libdir = @libdir@ | ||
| 467 | libexecdir = @libexecdir@ | ||
| 468 | localedir = @localedir@ | ||
| 469 | localstatedir = @localstatedir@ | ||
| 470 | mandir = @mandir@ | ||
| 471 | manualdir = @manualdir@ | ||
| 472 | mkdir_p = @mkdir_p@ | ||
| 473 | oldincludedir = @oldincludedir@ | ||
| 474 | pdfdir = @pdfdir@ | ||
| 475 | plugindir = @plugindir@ | ||
| 476 | prefix = @prefix@ | ||
| 477 | program_transform_name = @program_transform_name@ | ||
| 478 | psdir = @psdir@ | ||
| 479 | sbindir = @sbindir@ | ||
| 480 | sharedstatedir = @sharedstatedir@ | ||
| 481 | srcdir = @srcdir@ | ||
| 482 | sysconfdir = @sysconfdir@ | ||
| 483 | target = @target@ | ||
| 484 | target_alias = @target_alias@ | ||
| 485 | target_cpu = @target_cpu@ | ||
| 486 | target_os = @target_os@ | ||
| 487 | target_vendor = @target_vendor@ | ||
| 488 | themedir = @themedir@ | ||
| 489 | top_build_prefix = @top_build_prefix@ | ||
| 490 | top_builddir = @top_builddir@ | ||
| 491 | top_srcdir = @top_srcdir@ | ||
| 492 | SUBDIRS = icons | ||
| 493 | sylpheed_SOURCES = \ | ||
| 494 | version.h \ | ||
| 495 | main.c main.h \ | ||
| 496 | mainwindow.c mainwindow.h \ | ||
| 497 | folderview.c folderview.h \ | ||
| 498 | summaryview.c summaryview.h \ | ||
| 499 | messageview.c messageview.h \ | ||
| 500 | headerview.c headerview.h \ | ||
| 501 | textview.c textview.h \ | ||
| 502 | imageview.c imageview.h \ | ||
| 503 | mimeview.c mimeview.h \ | ||
| 504 | quick_search.c quick_search.h \ | ||
| 505 | query_search.c query_search.h \ | ||
| 506 | message_search.c message_search.h \ | ||
| 507 | colorlabel.c colorlabel.h \ | ||
| 508 | action.c action.h \ | ||
| 509 | compose.c compose.h \ | ||
| 510 | gtkshruler.c gtkshruler.h \ | ||
| 511 | menu.c menu.h \ | ||
| 512 | stock_pixmap.c stock_pixmap.h \ | ||
| 513 | prefs_ui.c prefs_ui.h \ | ||
| 514 | prefs_common_dialog.c prefs_common_dialog.h \ | ||
| 515 | prefs_filter.c prefs_filter.h \ | ||
| 516 | prefs_filter_edit.c prefs_filter_edit.h \ | ||
| 517 | prefs_account_dialog.c prefs_account_dialog.h \ | ||
| 518 | prefs_folder_item.c prefs_folder_item.h \ | ||
| 519 | prefs_display_items.c prefs_display_items.h \ | ||
| 520 | prefs_display_header.c prefs_display_header.h \ | ||
| 521 | prefs_customheader.c prefs_customheader.h \ | ||
| 522 | prefs_summary_column.c prefs_summary_column.h \ | ||
| 523 | prefs_template.c prefs_template.h \ | ||
| 524 | prefs_actions.c prefs_actions.h \ | ||
| 525 | prefs_search_folder.c prefs_search_folder.h \ | ||
| 526 | prefs_toolbar.c prefs_toolbar.h \ | ||
| 527 | account_dialog.c account_dialog.h \ | ||
| 528 | template.c template.h \ | ||
| 529 | addressbook.c addressbook.h \ | ||
| 530 | addr_compl.c addr_compl.h \ | ||
| 531 | addressitem.h \ | ||
| 532 | addritem.c addritem.h \ | ||
| 533 | addrcache.c addrcache.h \ | ||
| 534 | addrbook.c addrbook.h \ | ||
| 535 | addrindex.c addrindex.h \ | ||
| 536 | mgutils.c mgutils.h \ | ||
| 537 | vcard.c vcard.h \ | ||
| 538 | ldif.c ldif.h \ | ||
| 539 | importldif.c importldif.h \ | ||
| 540 | importcsv.c importcsv.h \ | ||
| 541 | exportcsv.c exportcsv.h \ | ||
| 542 | jpilot.c jpilot.h \ | ||
| 543 | syldap.c syldap.h \ | ||
| 544 | editbook.c editbook.h \ | ||
| 545 | editgroup.c editgroup.h \ | ||
| 546 | editaddress.c editaddress.h \ | ||
| 547 | editvcard.c editvcard.h \ | ||
| 548 | editjpilot.c editjpilot.h \ | ||
| 549 | editldap.c editldap.h \ | ||
| 550 | editldap_basedn.c editldap_basedn.h \ | ||
| 551 | addressadd.c addressadd.h \ | ||
| 552 | filesel.c filesel.h \ | ||
| 553 | foldersel.c foldersel.h \ | ||
| 554 | statusbar.c statusbar.h \ | ||
| 555 | logwindow.c logwindow.h \ | ||
| 556 | sourcewindow.c sourcewindow.h \ | ||
| 557 | manage_window.c manage_window.h \ | ||
| 558 | undo.c undo.h \ | ||
| 559 | alertpanel.c alertpanel.h \ | ||
| 560 | inputdialog.c inputdialog.h \ | ||
| 561 | progressdialog.c progressdialog.h \ | ||
| 562 | subscribedialog.c subscribedialog.h \ | ||
| 563 | about.c about.h \ | ||
| 564 | setup.c setup.h \ | ||
| 565 | gtkutils.c gtkutils.h \ | ||
| 566 | send_message.c send_message.h \ | ||
| 567 | inc.c inc.h \ | ||
| 568 | rpop3.c rpop3.h \ | ||
| 569 | import.c import.h \ | ||
| 570 | export.c export.h \ | ||
| 571 | rfc2015.c rfc2015.h \ | ||
| 572 | passphrase.c passphrase.h \ | ||
| 573 | select-keys.c select-keys.h \ | ||
| 574 | sigstatus.c sigstatus.h \ | ||
| 575 | simple-gettext.c \ | ||
| 576 | manual.c manual.h \ | ||
| 577 | eggtrayicon.c eggtrayicon.h \ | ||
| 578 | trayicon.c trayicon.h \ | ||
| 579 | printing.c printing.h \ | ||
| 580 | sslmanager.c sslmanager.h \ | ||
| 581 | plugin_manager.c plugin_manager.h \ | ||
| 582 | update_check.c update_check.h \ | ||
| 583 | quote_fmt_lex.l quote_fmt_lex.h \ | ||
| 584 | quote_fmt_parse.y quote_fmt.h \ | ||
| 585 | sylpheed-marshal.c sylpheed-marshal.h \ | ||
| 586 | notificationwindow.c notificationwindow.h | ||
| 587 | |||
| 588 | BUILT_SOURCES = \ | ||
| 589 | quote_fmt_lex.c \ | ||
| 590 | quote_fmt_parse.c \ | ||
| 591 | quote_fmt_parse.h \ | ||
| 592 | sylpheed-marshal.c \ | ||
| 593 | sylpheed-marshal.h \ | ||
| 594 | plugin-marshal.c \ | ||
| 595 | plugin-marshal.h | ||
| 596 | |||
| 597 | lib_LTLIBRARIES = libsylpheed-plugin-0.la | ||
| 598 | libsylpheed_plugin_0_la_SOURCES = \ | ||
| 599 | plugin-marshal.c plugin-marshal.h \ | ||
| 600 | plugin.c | ||
| 601 | |||
| 602 | libsylpheed_plugin_0includedir = $(includedir)/sylpheed | ||
| 603 | libsylpheed_plugin_0include_HEADERS = \ | ||
| 604 | plugin.h \ | ||
| 605 | plugin-types.h | ||
| 606 | |||
| 607 | @NATIVE_WIN32_TRUE@no_undefined = -no-undefined | ||
| 608 | @NATIVE_WIN32_TRUE@export_symbols = -export-symbols libsylpheed-plugin-0.def | ||
| 609 | libsylpheed_plugin_0_la_LDFLAGS = \ | ||
| 610 | -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ | ||
| 611 | -export-dynamic $(no_undefined) $(export_symbols) | ||
| 612 | |||
| 613 | libsylpheed_plugin_0_la_LIBADD = \ | ||
| 614 | $(GTK_LIBS) \ | ||
| 615 | $(GLIB_LIBS) \ | ||
| 616 | ../libsylph/libsylph-0.la | ||
| 617 | |||
| 618 | EXTRA_DIST = \ | ||
| 619 | quote_fmt_parse.h \ | ||
| 620 | sylpheed-marshal.list \ | ||
| 621 | plugin-marshal.list \ | ||
| 622 | version.h.in \ | ||
| 623 | sylpheed.rc.in \ | ||
| 624 | sylpheed.exe.manifest \ | ||
| 625 | libsylpheed-plugin-0.def | ||
| 626 | |||
| 627 | INCLUDES = \ | ||
| 628 | -DG_LOG_DOMAIN=\"Sylpheed\" \ | ||
| 629 | -I$(top_srcdir)/libsylph \ | ||
| 630 | $(GTK_CFLAGS) \ | ||
| 631 | $(GDK_PIXBUF_CFLAGS) \ | ||
| 632 | $(GPGME_CFLAGS) | ||
| 633 | |||
| 634 | @NATIVE_WIN32_FALSE@SYLPHEED_RES = | ||
| 635 | @NATIVE_WIN32_TRUE@SYLPHEED_RES = sylpheed.res | ||
| 636 | sylpheed_LDADD = \ | ||
| 637 | $(INTLLIBS) \ | ||
| 638 | $(GTK_LIBS) \ | ||
| 639 | $(GLIB_LIBS) \ | ||
| 640 | $(GPGME_LIBS) \ | ||
| 641 | $(LDAP_LIBS) \ | ||
| 642 | $(LIBICONV) \ | ||
| 643 | $(SYLPHEED_LIBS) \ | ||
| 644 | libsylpheed-plugin-0.la \ | ||
| 645 | ../libsylph/libsylph-0.la \ | ||
| 646 | $(SYLPHEED_RES) | ||
| 647 | |||
| 648 | AM_CPPFLAGS = \ | ||
| 649 | -DLOCALEDIR=\""$(localedir)"\" \ | ||
| 650 | -DMANUALDIR=\""$(manualdir)"\" \ | ||
| 651 | -DFAQDIR=\""$(faqdir)"\" \ | ||
| 652 | -DPLUGINDIR=\""$(plugindir)"\" \ | ||
| 653 | -DTHEMEDIR=\""$(themedir)"\" \ | ||
| 654 | -DTARGET_ALIAS=\""$(target_triplet)"\" \ | ||
| 655 | -DSYSCONFDIR=\""$(sysconfdir)"\" | ||
| 656 | |||
| 657 | AM_YFLAGS = -d | ||
| 658 | all: $(BUILT_SOURCES) | ||
| 659 | $(MAKE) $(AM_MAKEFLAGS) all-recursive | ||
| 660 | |||
| 661 | .SUFFIXES: | ||
| 662 | .SUFFIXES: .c .l .lo .o .obj .y | ||
| 663 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 664 | @for dep in $?; do \ | ||
| 665 | case '$(am__configure_deps)' in \ | ||
| 666 | *$$dep*) \ | ||
| 667 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | ||
| 668 | && { if test -f $@; then exit 0; else break; fi; }; \ | ||
| 669 | exit 1;; \ | ||
| 670 | esac; \ | ||
| 671 | done; \ | ||
| 672 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ | ||
| 673 | $(am__cd) $(top_srcdir) && \ | ||
| 674 | $(AUTOMAKE) --foreign src/Makefile | ||
| 675 | .PRECIOUS: Makefile | ||
| 676 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||
| 677 | @case '$?' in \ | ||
| 678 | *config.status*) \ | ||
| 679 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | ||
| 680 | *) \ | ||
| 681 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | ||
| 682 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | ||
| 683 | esac; | ||
| 684 | |||
| 685 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||
| 686 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 687 | |||
| 688 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 689 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 690 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 691 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 692 | $(am__aclocal_m4_deps): | ||
| 693 | version.h: $(top_builddir)/config.status $(srcdir)/version.h.in | ||
| 694 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ | ||
| 695 | sylpheed.rc: $(top_builddir)/config.status $(srcdir)/sylpheed.rc.in | ||
| 696 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ | ||
| 697 | |||
| 698 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
| 699 | @$(NORMAL_INSTALL) | ||
| 700 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | ||
| 701 | list2=; for p in $$list; do \ | ||
| 702 | if test -f $$p; then \ | ||
| 703 | list2="$$list2 $$p"; \ | ||
| 704 | else :; fi; \ | ||
| 705 | done; \ | ||
| 706 | test -z "$$list2" || { \ | ||
| 707 | echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ | ||
| 708 | $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ | ||
| 709 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ | ||
| 710 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ | ||
| 711 | } | ||
| 712 | |||
| 713 | uninstall-libLTLIBRARIES: | ||
| 714 | @$(NORMAL_UNINSTALL) | ||
| 715 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | ||
| 716 | for p in $$list; do \ | ||
| 717 | $(am__strip_dir) \ | ||
| 718 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ | ||
| 719 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ | ||
| 720 | done | ||
| 721 | |||
| 722 | clean-libLTLIBRARIES: | ||
| 723 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) | ||
| 724 | @list='$(lib_LTLIBRARIES)'; \ | ||
| 725 | locs=`for p in $$list; do echo $$p; done | \ | ||
| 726 | sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ | ||
| 727 | sort -u`; \ | ||
| 728 | test -z "$$locs" || { \ | ||
| 729 | echo rm -f $${locs}; \ | ||
| 730 | rm -f $${locs}; \ | ||
| 731 | } | ||
| 732 | |||
| 733 | libsylpheed-plugin-0.la: $(libsylpheed_plugin_0_la_OBJECTS) $(libsylpheed_plugin_0_la_DEPENDENCIES) $(EXTRA_libsylpheed_plugin_0_la_DEPENDENCIES) | ||
| 734 | $(AM_V_CCLD)$(libsylpheed_plugin_0_la_LINK) -rpath $(libdir) $(libsylpheed_plugin_0_la_OBJECTS) $(libsylpheed_plugin_0_la_LIBADD) $(LIBS) | ||
| 735 | install-binPROGRAMS: $(bin_PROGRAMS) | ||
| 736 | @$(NORMAL_INSTALL) | ||
| 737 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ | ||
| 738 | if test -n "$$list"; then \ | ||
| 739 | echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ | ||
| 740 | $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ | ||
| 741 | fi; \ | ||
| 742 | for p in $$list; do echo "$$p $$p"; done | \ | ||
| 743 | sed 's/$(EXEEXT)$$//' | \ | ||
| 744 | while read p p1; do if test -f $$p \ | ||
| 745 | || test -f $$p1 \ | ||
| 746 | ; then echo "$$p"; echo "$$p"; else :; fi; \ | ||
| 747 | done | \ | ||
| 748 | sed -e 'p;s,.*/,,;n;h' \ | ||
| 749 | -e 's|.*|.|' \ | ||
| 750 | -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ | ||
| 751 | sed 'N;N;N;s,\n, ,g' | \ | ||
| 752 | $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ | ||
| 753 | { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ | ||
| 754 | if ($$2 == $$4) files[d] = files[d] " " $$1; \ | ||
| 755 | else { print "f", $$3 "/" $$4, $$1; } } \ | ||
| 756 | END { for (d in files) print "f", d, files[d] }' | \ | ||
| 757 | while read type dir files; do \ | ||
| 758 | if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ | ||
| 759 | test -z "$$files" || { \ | ||
| 760 | echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ | ||
| 761 | $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ | ||
| 762 | } \ | ||
| 763 | ; done | ||
| 764 | |||
| 765 | uninstall-binPROGRAMS: | ||
| 766 | @$(NORMAL_UNINSTALL) | ||
| 767 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ | ||
| 768 | files=`for p in $$list; do echo "$$p"; done | \ | ||
| 769 | sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ | ||
| 770 | -e 's/$$/$(EXEEXT)/' \ | ||
| 771 | `; \ | ||
| 772 | test -n "$$list" || exit 0; \ | ||
| 773 | echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ | ||
| 774 | cd "$(DESTDIR)$(bindir)" && rm -f $$files | ||
| 775 | |||
| 776 | clean-binPROGRAMS: | ||
| 777 | @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ | ||
| 778 | echo " rm -f" $$list; \ | ||
| 779 | rm -f $$list || exit $$?; \ | ||
| 780 | test -n "$(EXEEXT)" || exit 0; \ | ||
| 781 | list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ | ||
| 782 | echo " rm -f" $$list; \ | ||
| 783 | rm -f $$list | ||
| 784 | quote_fmt_parse.h: quote_fmt_parse.c | ||
| 785 | @if test ! -f $@; then rm -f quote_fmt_parse.c; else :; fi | ||
| 786 | @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) quote_fmt_parse.c; else :; fi | ||
| 787 | |||
| 788 | sylpheed$(EXEEXT): $(sylpheed_OBJECTS) $(sylpheed_DEPENDENCIES) $(EXTRA_sylpheed_DEPENDENCIES) | ||
| 789 | @rm -f sylpheed$(EXEEXT) | ||
| 790 | $(AM_V_CCLD)$(LINK) $(sylpheed_OBJECTS) $(sylpheed_LDADD) $(LIBS) | ||
| 791 | |||
| 792 | mostlyclean-compile: | ||
| 793 | -rm -f *.$(OBJEXT) | ||
| 794 | |||
| 795 | distclean-compile: | ||
| 796 | -rm -f *.tab.c | ||
| 797 | |||
| 798 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/about.Po@am__quote@ | ||
| 799 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/account_dialog.Po@am__quote@ | ||
| 800 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/action.Po@am__quote@ | ||
| 801 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addr_compl.Po@am__quote@ | ||
| 802 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addrbook.Po@am__quote@ | ||
| 803 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addrcache.Po@am__quote@ | ||
| 804 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addressadd.Po@am__quote@ | ||
| 805 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addressbook.Po@am__quote@ | ||
| 806 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addrindex.Po@am__quote@ | ||
| 807 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addritem.Po@am__quote@ | ||
| 808 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alertpanel.Po@am__quote@ | ||
| 809 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/colorlabel.Po@am__quote@ | ||
| 810 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compose.Po@am__quote@ | ||
| 811 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editaddress.Po@am__quote@ | ||
| 812 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editbook.Po@am__quote@ | ||
| 813 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editgroup.Po@am__quote@ | ||
| 814 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editjpilot.Po@am__quote@ | ||
| 815 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editldap.Po@am__quote@ | ||
| 816 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editldap_basedn.Po@am__quote@ | ||
| 817 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editvcard.Po@am__quote@ | ||
| 818 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eggtrayicon.Po@am__quote@ | ||
| 819 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/export.Po@am__quote@ | ||
| 820 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exportcsv.Po@am__quote@ | ||
| 821 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filesel.Po@am__quote@ | ||
| 822 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/foldersel.Po@am__quote@ | ||
| 823 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/folderview.Po@am__quote@ | ||
| 824 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkshruler.Po@am__quote@ | ||
| 825 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkutils.Po@am__quote@ | ||
| 826 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/headerview.Po@am__quote@ | ||
| 827 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imageview.Po@am__quote@ | ||
| 828 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/import.Po@am__quote@ | ||
| 829 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/importcsv.Po@am__quote@ | ||
| 830 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/importldif.Po@am__quote@ | ||
| 831 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inc.Po@am__quote@ | ||
| 832 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inputdialog.Po@am__quote@ | ||
| 833 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jpilot.Po@am__quote@ | ||
| 834 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldif.Po@am__quote@ | ||
| 835 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logwindow.Po@am__quote@ | ||
| 836 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ | ||
| 837 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mainwindow.Po@am__quote@ | ||
| 838 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manage_window.Po@am__quote@ | ||
| 839 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manual.Po@am__quote@ | ||
| 840 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menu.Po@am__quote@ | ||
| 841 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message_search.Po@am__quote@ | ||
| 842 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/messageview.Po@am__quote@ | ||
| 843 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mgutils.Po@am__quote@ | ||
| 844 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mimeview.Po@am__quote@ | ||
| 845 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notificationwindow.Po@am__quote@ | ||
| 846 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/passphrase.Po@am__quote@ | ||
| 847 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin-marshal.Plo@am__quote@ | ||
| 848 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Plo@am__quote@ | ||
| 849 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_manager.Po@am__quote@ | ||
| 850 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_account_dialog.Po@am__quote@ | ||
| 851 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_actions.Po@am__quote@ | ||
| 852 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_common_dialog.Po@am__quote@ | ||
| 853 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_customheader.Po@am__quote@ | ||
| 854 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_display_header.Po@am__quote@ | ||
| 855 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_display_items.Po@am__quote@ | ||
| 856 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_filter.Po@am__quote@ | ||
| 857 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_filter_edit.Po@am__quote@ | ||
| 858 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_folder_item.Po@am__quote@ | ||
| 859 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_search_folder.Po@am__quote@ | ||
| 860 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_summary_column.Po@am__quote@ | ||
| 861 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_template.Po@am__quote@ | ||
| 862 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_toolbar.Po@am__quote@ | ||
| 863 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_ui.Po@am__quote@ | ||
| 864 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printing.Po@am__quote@ | ||
| 865 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progressdialog.Po@am__quote@ | ||
| 866 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/query_search.Po@am__quote@ | ||
| 867 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quick_search.Po@am__quote@ | ||
| 868 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quote_fmt_lex.Po@am__quote@ | ||
| 869 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quote_fmt_parse.Po@am__quote@ | ||
| 870 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc2015.Po@am__quote@ | ||
| 871 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpop3.Po@am__quote@ | ||
| 872 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select-keys.Po@am__quote@ | ||
| 873 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send_message.Po@am__quote@ | ||
| 874 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setup.Po@am__quote@ | ||
| 875 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sigstatus.Po@am__quote@ | ||
| 876 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple-gettext.Po@am__quote@ | ||
| 877 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sourcewindow.Po@am__quote@ | ||
| 878 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sslmanager.Po@am__quote@ | ||
| 879 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/statusbar.Po@am__quote@ | ||
| 880 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stock_pixmap.Po@am__quote@ | ||
| 881 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subscribedialog.Po@am__quote@ | ||
| 882 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/summaryview.Po@am__quote@ | ||
| 883 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syldap.Po@am__quote@ | ||
| 884 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sylpheed-marshal.Po@am__quote@ | ||
| 885 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/template.Po@am__quote@ | ||
| 886 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/textview.Po@am__quote@ | ||
| 887 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trayicon.Po@am__quote@ | ||
| 888 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/undo.Po@am__quote@ | ||
| 889 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/update_check.Po@am__quote@ | ||
| 890 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vcard.Po@am__quote@ | ||
| 891 | |||
| 892 | .c.o: | ||
| 893 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | ||
| 894 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | ||
| 895 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | ||
| 896 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
| 897 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< | ||
| 898 | |||
| 899 | .c.obj: | ||
| 900 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | ||
| 901 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | ||
| 902 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | ||
| 903 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
| 904 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` | ||
| 905 | |||
| 906 | .c.lo: | ||
| 907 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | ||
| 908 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | ||
| 909 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | ||
| 910 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
| 911 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< | ||
| 912 | |||
| 913 | .l.c: | ||
| 914 | $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE) | ||
| 915 | |||
| 916 | .y.c: | ||
| 917 | $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE) | ||
| 918 | |||
| 919 | mostlyclean-libtool: | ||
| 920 | -rm -f *.lo | ||
| 921 | |||
| 922 | clean-libtool: | ||
| 923 | -rm -rf .libs _libs | ||
| 924 | install-libsylpheed_plugin_0includeHEADERS: $(libsylpheed_plugin_0include_HEADERS) | ||
| 925 | @$(NORMAL_INSTALL) | ||
| 926 | @list='$(libsylpheed_plugin_0include_HEADERS)'; test -n "$(libsylpheed_plugin_0includedir)" || list=; \ | ||
| 927 | if test -n "$$list"; then \ | ||
| 928 | echo " $(MKDIR_P) '$(DESTDIR)$(libsylpheed_plugin_0includedir)'"; \ | ||
| 929 | $(MKDIR_P) "$(DESTDIR)$(libsylpheed_plugin_0includedir)" || exit 1; \ | ||
| 930 | fi; \ | ||
| 931 | for p in $$list; do \ | ||
| 932 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | ||
| 933 | echo "$$d$$p"; \ | ||
| 934 | done | $(am__base_list) | \ | ||
| 935 | while read files; do \ | ||
| 936 | echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libsylpheed_plugin_0includedir)'"; \ | ||
| 937 | $(INSTALL_HEADER) $$files "$(DESTDIR)$(libsylpheed_plugin_0includedir)" || exit $$?; \ | ||
| 938 | done | ||
| 939 | |||
| 940 | uninstall-libsylpheed_plugin_0includeHEADERS: | ||
| 941 | @$(NORMAL_UNINSTALL) | ||
| 942 | @list='$(libsylpheed_plugin_0include_HEADERS)'; test -n "$(libsylpheed_plugin_0includedir)" || list=; \ | ||
| 943 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | ||
| 944 | dir='$(DESTDIR)$(libsylpheed_plugin_0includedir)'; $(am__uninstall_files_from_dir) | ||
| 945 | |||
| 946 | # This directory's subdirectories are mostly independent; you can cd | ||
| 947 | # into them and run 'make' without going through this Makefile. | ||
| 948 | # To change the values of 'make' variables: instead of editing Makefiles, | ||
| 949 | # (1) if the variable is set in 'config.status', edit 'config.status' | ||
| 950 | # (which will cause the Makefiles to be regenerated when you run 'make'); | ||
| 951 | # (2) otherwise, pass the desired values on the 'make' command line. | ||
| 952 | $(am__recursive_targets): | ||
| 953 | @fail=; \ | ||
| 954 | if $(am__make_keepgoing); then \ | ||
| 955 | failcom='fail=yes'; \ | ||
| 956 | else \ | ||
| 957 | failcom='exit 1'; \ | ||
| 958 | fi; \ | ||
| 959 | dot_seen=no; \ | ||
| 960 | target=`echo $@ | sed s/-recursive//`; \ | ||
| 961 | case "$@" in \ | ||
| 962 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | ||
| 963 | *) list='$(SUBDIRS)' ;; \ | ||
| 964 | esac; \ | ||
| 965 | for subdir in $$list; do \ | ||
| 966 | echo "Making $$target in $$subdir"; \ | ||
| 967 | if test "$$subdir" = "."; then \ | ||
| 968 | dot_seen=yes; \ | ||
| 969 | local_target="$$target-am"; \ | ||
| 970 | else \ | ||
| 971 | local_target="$$target"; \ | ||
| 972 | fi; \ | ||
| 973 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | ||
| 974 | || eval $$failcom; \ | ||
| 975 | done; \ | ||
| 976 | if test "$$dot_seen" = "no"; then \ | ||
| 977 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | ||
| 978 | fi; test -z "$$fail" | ||
| 979 | |||
| 980 | ID: $(am__tagged_files) | ||
| 981 | $(am__define_uniq_tagged_files); mkid -fID $$unique | ||
| 982 | tags: tags-recursive | ||
| 983 | TAGS: tags | ||
| 984 | |||
| 985 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | ||
| 986 | set x; \ | ||
| 987 | here=`pwd`; \ | ||
| 988 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | ||
| 989 | include_option=--etags-include; \ | ||
| 990 | empty_fix=.; \ | ||
| 991 | else \ | ||
| 992 | include_option=--include; \ | ||
| 993 | empty_fix=; \ | ||
| 994 | fi; \ | ||
| 995 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
| 996 | if test "$$subdir" = .; then :; else \ | ||
| 997 | test ! -f $$subdir/TAGS || \ | ||
| 998 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | ||
| 999 | fi; \ | ||
| 1000 | done; \ | ||
| 1001 | $(am__define_uniq_tagged_files); \ | ||
| 1002 | shift; \ | ||
| 1003 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | ||
| 1004 | test -n "$$unique" || unique=$$empty_fix; \ | ||
| 1005 | if test $$# -gt 0; then \ | ||
| 1006 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | ||
| 1007 | "$$@" $$unique; \ | ||
| 1008 | else \ | ||
| 1009 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | ||
| 1010 | $$unique; \ | ||
| 1011 | fi; \ | ||
| 1012 | fi | ||
| 1013 | ctags: ctags-recursive | ||
| 1014 | |||
| 1015 | CTAGS: ctags | ||
| 1016 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | ||
| 1017 | $(am__define_uniq_tagged_files); \ | ||
| 1018 | test -z "$(CTAGS_ARGS)$$unique" \ | ||
| 1019 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | ||
| 1020 | $$unique | ||
| 1021 | |||
| 1022 | GTAGS: | ||
| 1023 | here=`$(am__cd) $(top_builddir) && pwd` \ | ||
| 1024 | && $(am__cd) $(top_srcdir) \ | ||
| 1025 | && gtags -i $(GTAGS_ARGS) "$$here" | ||
| 1026 | cscopelist: cscopelist-recursive | ||
| 1027 | |||
| 1028 | cscopelist-am: $(am__tagged_files) | ||
| 1029 | list='$(am__tagged_files)'; \ | ||
| 1030 | case "$(srcdir)" in \ | ||
| 1031 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | ||
| 1032 | *) sdir=$(subdir)/$(srcdir) ;; \ | ||
| 1033 | esac; \ | ||
| 1034 | for i in $$list; do \ | ||
| 1035 | if test -f "$$i"; then \ | ||
| 1036 | echo "$(subdir)/$$i"; \ | ||
| 1037 | else \ | ||
| 1038 | echo "$$sdir/$$i"; \ | ||
| 1039 | fi; \ | ||
| 1040 | done >> $(top_builddir)/cscope.files | ||
| 1041 | |||
| 1042 | distclean-tags: | ||
| 1043 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| 1044 | |||
| 1045 | distdir: $(DISTFILES) | ||
| 1046 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
| 1047 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
| 1048 | list='$(DISTFILES)'; \ | ||
| 1049 | dist_files=`for file in $$list; do echo $$file; done | \ | ||
| 1050 | sed -e "s|^$$srcdirstrip/||;t" \ | ||
| 1051 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | ||
| 1052 | case $$dist_files in \ | ||
| 1053 | */*) $(MKDIR_P) `echo "$$dist_files" | \ | ||
| 1054 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | ||
| 1055 | sort -u` ;; \ | ||
| 1056 | esac; \ | ||
| 1057 | for file in $$dist_files; do \ | ||
| 1058 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | ||
| 1059 | if test -d $$d/$$file; then \ | ||
| 1060 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | ||
| 1061 | if test -d "$(distdir)/$$file"; then \ | ||
| 1062 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | ||
| 1063 | fi; \ | ||
| 1064 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | ||
| 1065 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | ||
| 1066 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | ||
| 1067 | fi; \ | ||
| 1068 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | ||
| 1069 | else \ | ||
| 1070 | test -f "$(distdir)/$$file" \ | ||
| 1071 | || cp -p $$d/$$file "$(distdir)/$$file" \ | ||
| 1072 | || exit 1; \ | ||
| 1073 | fi; \ | ||
| 1074 | done | ||
| 1075 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | ||
| 1076 | if test "$$subdir" = .; then :; else \ | ||
| 1077 | $(am__make_dryrun) \ | ||
| 1078 | || test -d "$(distdir)/$$subdir" \ | ||
| 1079 | || $(MKDIR_P) "$(distdir)/$$subdir" \ | ||
| 1080 | || exit 1; \ | ||
| 1081 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | ||
| 1082 | $(am__relativize); \ | ||
| 1083 | new_distdir=$$reldir; \ | ||
| 1084 | dir1=$$subdir; dir2="$(top_distdir)"; \ | ||
| 1085 | $(am__relativize); \ | ||
| 1086 | new_top_distdir=$$reldir; \ | ||
| 1087 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ | ||
| 1088 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ | ||
| 1089 | ($(am__cd) $$subdir && \ | ||
| 1090 | $(MAKE) $(AM_MAKEFLAGS) \ | ||
| 1091 | top_distdir="$$new_top_distdir" \ | ||
| 1092 | distdir="$$new_distdir" \ | ||
| 1093 | am__remove_distdir=: \ | ||
| 1094 | am__skip_length_check=: \ | ||
| 1095 | am__skip_mode_fix=: \ | ||
| 1096 | distdir) \ | ||
| 1097 | || exit 1; \ | ||
| 1098 | fi; \ | ||
| 1099 | done | ||
| 1100 | check-am: all-am | ||
| 1101 | check: $(BUILT_SOURCES) | ||
| 1102 | $(MAKE) $(AM_MAKEFLAGS) check-recursive | ||
| 1103 | all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) | ||
| 1104 | install-binPROGRAMS: install-libLTLIBRARIES | ||
| 1105 | |||
| 1106 | installdirs: installdirs-recursive | ||
| 1107 | installdirs-am: | ||
| 1108 | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libsylpheed_plugin_0includedir)"; do \ | ||
| 1109 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | ||
| 1110 | done | ||
| 1111 | install: $(BUILT_SOURCES) | ||
| 1112 | $(MAKE) $(AM_MAKEFLAGS) install-recursive | ||
| 1113 | install-exec: install-exec-recursive | ||
| 1114 | install-data: install-data-recursive | ||
| 1115 | uninstall: uninstall-recursive | ||
| 1116 | |||
| 1117 | install-am: all-am | ||
| 1118 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
| 1119 | |||
| 1120 | installcheck: installcheck-recursive | ||
| 1121 | install-strip: | ||
| 1122 | if test -z '$(STRIP)'; then \ | ||
| 1123 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
| 1124 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
| 1125 | install; \ | ||
| 1126 | else \ | ||
| 1127 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
| 1128 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
| 1129 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | ||
| 1130 | fi | ||
| 1131 | mostlyclean-generic: | ||
| 1132 | |||
| 1133 | clean-generic: | ||
| 1134 | |||
| 1135 | distclean-generic: | ||
| 1136 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | ||
| 1137 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | ||
| 1138 | |||
| 1139 | maintainer-clean-generic: | ||
| 1140 | @echo "This command is intended for maintainers to use" | ||
| 1141 | @echo "it deletes files that may require special tools to rebuild." | ||
| 1142 | -rm -f quote_fmt_lex.c | ||
| 1143 | -rm -f quote_fmt_parse.c | ||
| 1144 | -rm -f quote_fmt_parse.h | ||
| 1145 | -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) | ||
| 1146 | clean: clean-recursive | ||
| 1147 | |||
| 1148 | clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ | ||
| 1149 | clean-libtool mostlyclean-am | ||
| 1150 | |||
| 1151 | distclean: distclean-recursive | ||
| 1152 | -rm -rf ./$(DEPDIR) | ||
| 1153 | -rm -f Makefile | ||
| 1154 | distclean-am: clean-am distclean-compile distclean-generic \ | ||
| 1155 | distclean-tags | ||
| 1156 | |||
| 1157 | dvi: dvi-recursive | ||
| 1158 | |||
| 1159 | dvi-am: | ||
| 1160 | |||
| 1161 | html: html-recursive | ||
| 1162 | |||
| 1163 | html-am: | ||
| 1164 | |||
| 1165 | info: info-recursive | ||
| 1166 | |||
| 1167 | info-am: | ||
| 1168 | |||
| 1169 | install-data-am: install-libsylpheed_plugin_0includeHEADERS | ||
| 1170 | |||
| 1171 | install-dvi: install-dvi-recursive | ||
| 1172 | |||
| 1173 | install-dvi-am: | ||
| 1174 | |||
| 1175 | install-exec-am: install-binPROGRAMS install-libLTLIBRARIES | ||
| 1176 | |||
| 1177 | install-html: install-html-recursive | ||
| 1178 | |||
| 1179 | install-html-am: | ||
| 1180 | |||
| 1181 | install-info: install-info-recursive | ||
| 1182 | |||
| 1183 | install-info-am: | ||
| 1184 | |||
| 1185 | install-man: | ||
| 1186 | |||
| 1187 | install-pdf: install-pdf-recursive | ||
| 1188 | |||
| 1189 | install-pdf-am: | ||
| 1190 | |||
| 1191 | install-ps: install-ps-recursive | ||
| 1192 | |||
| 1193 | install-ps-am: | ||
| 1194 | |||
| 1195 | installcheck-am: | ||
| 1196 | |||
| 1197 | maintainer-clean: maintainer-clean-recursive | ||
| 1198 | -rm -rf ./$(DEPDIR) | ||
| 1199 | -rm -f Makefile | ||
| 1200 | maintainer-clean-am: distclean-am maintainer-clean-generic | ||
| 1201 | |||
| 1202 | mostlyclean: mostlyclean-recursive | ||
| 1203 | |||
| 1204 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | ||
| 1205 | mostlyclean-libtool | ||
| 1206 | |||
| 1207 | pdf: pdf-recursive | ||
| 1208 | |||
| 1209 | pdf-am: | ||
| 1210 | |||
| 1211 | ps: ps-recursive | ||
| 1212 | |||
| 1213 | ps-am: | ||
| 1214 | |||
| 1215 | uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES \ | ||
| 1216 | uninstall-libsylpheed_plugin_0includeHEADERS | ||
| 1217 | |||
| 1218 | .MAKE: $(am__recursive_targets) all check install install-am \ | ||
| 1219 | install-strip | ||
| 1220 | |||
| 1221 | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ | ||
| 1222 | check-am clean clean-binPROGRAMS clean-generic \ | ||
| 1223 | clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ | ||
| 1224 | ctags-am distclean distclean-compile distclean-generic \ | ||
| 1225 | distclean-libtool distclean-tags distdir dvi dvi-am html \ | ||
| 1226 | html-am info info-am install install-am install-binPROGRAMS \ | ||
| 1227 | install-data install-data-am install-dvi install-dvi-am \ | ||
| 1228 | install-exec install-exec-am install-html install-html-am \ | ||
| 1229 | install-info install-info-am install-libLTLIBRARIES \ | ||
| 1230 | install-libsylpheed_plugin_0includeHEADERS install-man \ | ||
| 1231 | install-pdf install-pdf-am install-ps install-ps-am \ | ||
| 1232 | install-strip installcheck installcheck-am installdirs \ | ||
| 1233 | installdirs-am maintainer-clean maintainer-clean-generic \ | ||
| 1234 | mostlyclean mostlyclean-compile mostlyclean-generic \ | ||
| 1235 | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ | ||
| 1236 | uninstall-am uninstall-binPROGRAMS uninstall-libLTLIBRARIES \ | ||
| 1237 | uninstall-libsylpheed_plugin_0includeHEADERS | ||
| 1238 | |||
| 1239 | @NATIVE_WIN32_TRUE@sylpheed.res: sylpheed.rc icons/sylpheed.ico sylpheed.exe.manifest | ||
| 1240 | @NATIVE_WIN32_TRUE@ $(WINDRES) $< -O coff -o $@ | ||
| 1241 | |||
| 1242 | sylpheed-marshal.h: sylpheed-marshal.list | ||
| 1243 | $(GLIB_GENMARSHAL) $< --header --prefix=sylpheed_marshal > $@ | ||
| 1244 | |||
| 1245 | sylpheed-marshal.c: sylpheed-marshal.list | ||
| 1246 | $(GLIB_GENMARSHAL) $< --body --prefix=sylpheed_marshal > $@ | ||
| 1247 | |||
| 1248 | plugin-marshal.h: plugin-marshal.list | ||
| 1249 | $(GLIB_GENMARSHAL) $< --header --prefix=syl_plugin_marshal > $@ | ||
| 1250 | |||
| 1251 | plugin-marshal.c: plugin-marshal.list | ||
| 1252 | $(GLIB_GENMARSHAL) $< --body --prefix=syl_plugin_marshal > $@ | ||
| 1253 | |||
| 1254 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
| 1255 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
| 1256 | .NOEXPORT: | ||
