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 /Makefile.in | |
Initial commit for sylpheed 3.7.0
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 965 |
1 files changed, 965 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in new file mode 100644 index 0000000..8eceb06 --- /dev/null +++ b/Makefile.in | |||
| @@ -0,0 +1,965 @@ | |||
| 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 | VPATH = @srcdir@ | ||
| 18 | am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | ||
| 19 | am__make_running_with_option = \ | ||
| 20 | case $${target_option-} in \ | ||
| 21 | ?) ;; \ | ||
| 22 | *) echo "am__make_running_with_option: internal error: invalid" \ | ||
| 23 | "target option '$${target_option-}' specified" >&2; \ | ||
| 24 | exit 1;; \ | ||
| 25 | esac; \ | ||
| 26 | has_opt=no; \ | ||
| 27 | sane_makeflags=$$MAKEFLAGS; \ | ||
| 28 | if $(am__is_gnu_make); then \ | ||
| 29 | sane_makeflags=$$MFLAGS; \ | ||
| 30 | else \ | ||
| 31 | case $$MAKEFLAGS in \ | ||
| 32 | *\\[\ \ ]*) \ | ||
| 33 | bs=\\; \ | ||
| 34 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | ||
| 35 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | ||
| 36 | esac; \ | ||
| 37 | fi; \ | ||
| 38 | skip_next=no; \ | ||
| 39 | strip_trailopt () \ | ||
| 40 | { \ | ||
| 41 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | ||
| 42 | }; \ | ||
| 43 | for flg in $$sane_makeflags; do \ | ||
| 44 | test $$skip_next = yes && { skip_next=no; continue; }; \ | ||
| 45 | case $$flg in \ | ||
| 46 | *=*|--*) continue;; \ | ||
| 47 | -*I) strip_trailopt 'I'; skip_next=yes;; \ | ||
| 48 | -*I?*) strip_trailopt 'I';; \ | ||
| 49 | -*O) strip_trailopt 'O'; skip_next=yes;; \ | ||
| 50 | -*O?*) strip_trailopt 'O';; \ | ||
| 51 | -*l) strip_trailopt 'l'; skip_next=yes;; \ | ||
| 52 | -*l?*) strip_trailopt 'l';; \ | ||
| 53 | -[dEDm]) skip_next=yes;; \ | ||
| 54 | -[JT]) skip_next=yes;; \ | ||
| 55 | esac; \ | ||
| 56 | case $$flg in \ | ||
| 57 | *$$target_option*) has_opt=yes; break;; \ | ||
| 58 | esac; \ | ||
| 59 | done; \ | ||
| 60 | test $$has_opt = yes | ||
| 61 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | ||
| 62 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | ||
| 63 | pkgdatadir = $(datadir)/@PACKAGE@ | ||
| 64 | pkgincludedir = $(includedir)/@PACKAGE@ | ||
| 65 | pkglibdir = $(libdir)/@PACKAGE@ | ||
| 66 | pkglibexecdir = $(libexecdir)/@PACKAGE@ | ||
| 67 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | ||
| 68 | install_sh_DATA = $(install_sh) -c -m 644 | ||
| 69 | install_sh_PROGRAM = $(install_sh) -c | ||
| 70 | install_sh_SCRIPT = $(install_sh) -c | ||
| 71 | INSTALL_HEADER = $(INSTALL_DATA) | ||
| 72 | transform = $(program_transform_name) | ||
| 73 | NORMAL_INSTALL = : | ||
| 74 | PRE_INSTALL = : | ||
| 75 | POST_INSTALL = : | ||
| 76 | NORMAL_UNINSTALL = : | ||
| 77 | PRE_UNINSTALL = : | ||
| 78 | POST_UNINSTALL = : | ||
| 79 | build_triplet = @build@ | ||
| 80 | host_triplet = @host@ | ||
| 81 | target_triplet = @target@ | ||
| 82 | subdir = . | ||
| 83 | DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ | ||
| 84 | $(top_srcdir)/configure $(am__configure_deps) \ | ||
| 85 | $(srcdir)/config.h.in mkinstalldirs $(srcdir)/sylpheed.spec.in \ | ||
| 86 | ABOUT-NLS AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS \ | ||
| 87 | README TODO compile config.guess config.rpath config.sub \ | ||
| 88 | depcomp install-sh missing ylwrap ltmain.sh | ||
| 89 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||
| 90 | am__aclocal_m4_deps = $(top_srcdir)/ac/aclocal-include.m4 \ | ||
| 91 | $(top_srcdir)/ac/gnupg-check-typedef.m4 \ | ||
| 92 | $(top_srcdir)/configure.ac | ||
| 93 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | ||
| 94 | $(ACLOCAL_M4) | ||
| 95 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | ||
| 96 | configure.lineno config.status.lineno | ||
| 97 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | ||
| 98 | CONFIG_HEADER = config.h | ||
| 99 | CONFIG_CLEAN_FILES = sylpheed.spec | ||
| 100 | CONFIG_CLEAN_VPATH_FILES = | ||
| 101 | AM_V_P = $(am__v_P_@AM_V@) | ||
| 102 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | ||
| 103 | am__v_P_0 = false | ||
| 104 | am__v_P_1 = : | ||
| 105 | AM_V_GEN = $(am__v_GEN_@AM_V@) | ||
| 106 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | ||
| 107 | am__v_GEN_0 = @echo " GEN " $@; | ||
| 108 | am__v_GEN_1 = | ||
| 109 | AM_V_at = $(am__v_at_@AM_V@) | ||
| 110 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | ||
| 111 | am__v_at_0 = @ | ||
| 112 | am__v_at_1 = | ||
| 113 | SOURCES = | ||
| 114 | DIST_SOURCES = | ||
| 115 | RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ | ||
| 116 | ctags-recursive dvi-recursive html-recursive info-recursive \ | ||
| 117 | install-data-recursive install-dvi-recursive \ | ||
| 118 | install-exec-recursive install-html-recursive \ | ||
| 119 | install-info-recursive install-pdf-recursive \ | ||
| 120 | install-ps-recursive install-recursive installcheck-recursive \ | ||
| 121 | installdirs-recursive pdf-recursive ps-recursive \ | ||
| 122 | tags-recursive uninstall-recursive | ||
| 123 | am__can_run_installinfo = \ | ||
| 124 | case $$AM_UPDATE_INFO_DIR in \ | ||
| 125 | n|no|NO) false;; \ | ||
| 126 | *) (install-info --version) >/dev/null 2>&1;; \ | ||
| 127 | esac | ||
| 128 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | ||
| 129 | am__vpath_adj = case $$p in \ | ||
| 130 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | ||
| 131 | *) f=$$p;; \ | ||
| 132 | esac; | ||
| 133 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | ||
| 134 | am__install_max = 40 | ||
| 135 | am__nobase_strip_setup = \ | ||
| 136 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | ||
| 137 | am__nobase_strip = \ | ||
| 138 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | ||
| 139 | am__nobase_list = $(am__nobase_strip_setup); \ | ||
| 140 | for p in $$list; do echo "$$p $$p"; done | \ | ||
| 141 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | ||
| 142 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | ||
| 143 | if (++n[$$2] == $(am__install_max)) \ | ||
| 144 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | ||
| 145 | END { for (dir in files) print dir, files[dir] }' | ||
| 146 | am__base_list = \ | ||
| 147 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | ||
| 148 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | ||
| 149 | am__uninstall_files_from_dir = { \ | ||
| 150 | test -z "$$files" \ | ||
| 151 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ | ||
| 152 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | ||
| 153 | $(am__cd) "$$dir" && rm -f $$files; }; \ | ||
| 154 | } | ||
| 155 | am__installdirs = "$(DESTDIR)$(desktopdir)" | ||
| 156 | DATA = $(desktop_DATA) | ||
| 157 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | ||
| 158 | distclean-recursive maintainer-clean-recursive | ||
| 159 | am__recursive_targets = \ | ||
| 160 | $(RECURSIVE_TARGETS) \ | ||
| 161 | $(RECURSIVE_CLEAN_TARGETS) \ | ||
| 162 | $(am__extra_recursive_targets) | ||
| 163 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ | ||
| 164 | cscope distdir dist dist-all distcheck | ||
| 165 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ | ||
| 166 | $(LISP)config.h.in | ||
| 167 | # Read a list of newline-separated strings from the standard input, | ||
| 168 | # and print each of them once, without duplicates. Input order is | ||
| 169 | # *not* preserved. | ||
| 170 | am__uniquify_input = $(AWK) '\ | ||
| 171 | BEGIN { nonempty = 0; } \ | ||
| 172 | { items[$$0] = 1; nonempty = 1; } \ | ||
| 173 | END { if (nonempty) { for (i in items) print i; }; } \ | ||
| 174 | ' | ||
| 175 | # Make sure the list of sources is unique. This is necessary because, | ||
| 176 | # e.g., the same source file might be shared among _SOURCES variables | ||
| 177 | # for different programs/libraries. | ||
| 178 | am__define_uniq_tagged_files = \ | ||
| 179 | list='$(am__tagged_files)'; \ | ||
| 180 | unique=`for i in $$list; do \ | ||
| 181 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
| 182 | done | $(am__uniquify_input)` | ||
| 183 | ETAGS = etags | ||
| 184 | CTAGS = ctags | ||
| 185 | CSCOPE = cscope | ||
| 186 | DIST_SUBDIRS = $(SUBDIRS) | ||
| 187 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| 188 | distdir = $(PACKAGE)-$(VERSION) | ||
| 189 | top_distdir = $(distdir) | ||
| 190 | am__remove_distdir = \ | ||
| 191 | if test -d "$(distdir)"; then \ | ||
| 192 | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | ||
| 193 | && rm -rf "$(distdir)" \ | ||
| 194 | || { sleep 5 && rm -rf "$(distdir)"; }; \ | ||
| 195 | else :; fi | ||
| 196 | am__post_remove_distdir = $(am__remove_distdir) | ||
| 197 | am__relativize = \ | ||
| 198 | dir0=`pwd`; \ | ||
| 199 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ | ||
| 200 | sed_rest='s,^[^/]*/*,,'; \ | ||
| 201 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ | ||
| 202 | sed_butlast='s,/*[^/]*$$,,'; \ | ||
| 203 | while test -n "$$dir1"; do \ | ||
| 204 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ | ||
| 205 | if test "$$first" != "."; then \ | ||
| 206 | if test "$$first" = ".."; then \ | ||
| 207 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ | ||
| 208 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ | ||
| 209 | else \ | ||
| 210 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ | ||
| 211 | if test "$$first2" = "$$first"; then \ | ||
| 212 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ | ||
| 213 | else \ | ||
| 214 | dir2="../$$dir2"; \ | ||
| 215 | fi; \ | ||
| 216 | dir0="$$dir0"/"$$first"; \ | ||
| 217 | fi; \ | ||
| 218 | fi; \ | ||
| 219 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | ||
| 220 | done; \ | ||
| 221 | reldir="$$dir2" | ||
| 222 | DIST_ARCHIVES = $(distdir).tar.gz | ||
| 223 | GZIP_ENV = --best | ||
| 224 | DIST_TARGETS = dist-gzip | ||
| 225 | distuninstallcheck_listfiles = find . -type f -print | ||
| 226 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | ||
| 227 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | ||
| 228 | distcleancheck_listfiles = find . -type f -print | ||
| 229 | ACLOCAL = @ACLOCAL@ | ||
| 230 | ALLOCA = @ALLOCA@ | ||
| 231 | AMTAR = @AMTAR@ | ||
| 232 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | ||
| 233 | AR = @AR@ | ||
| 234 | AUTOCONF = @AUTOCONF@ | ||
| 235 | AUTOHEADER = @AUTOHEADER@ | ||
| 236 | AUTOMAKE = @AUTOMAKE@ | ||
| 237 | AWK = @AWK@ | ||
| 238 | BUILD_REVISION = @BUILD_REVISION@ | ||
| 239 | CATALOGS = @CATALOGS@ | ||
| 240 | CATOBJEXT = @CATOBJEXT@ | ||
| 241 | CC = @CC@ | ||
| 242 | CCDEPMODE = @CCDEPMODE@ | ||
| 243 | CFLAGS = @CFLAGS@ | ||
| 244 | CPP = @CPP@ | ||
| 245 | CPPFLAGS = @CPPFLAGS@ | ||
| 246 | CYGPATH_W = @CYGPATH_W@ | ||
| 247 | DATADIRNAME = @DATADIRNAME@ | ||
| 248 | DEFS = @DEFS@ | ||
| 249 | DEPDIR = @DEPDIR@ | ||
| 250 | DEVEL_VERSION = @DEVEL_VERSION@ | ||
| 251 | DLLTOOL = @DLLTOOL@ | ||
| 252 | DSYMUTIL = @DSYMUTIL@ | ||
| 253 | DUMPBIN = @DUMPBIN@ | ||
| 254 | ECHO_C = @ECHO_C@ | ||
| 255 | ECHO_N = @ECHO_N@ | ||
| 256 | ECHO_T = @ECHO_T@ | ||
| 257 | EGREP = @EGREP@ | ||
| 258 | EXEEXT = @EXEEXT@ | ||
| 259 | EXTRA_VERSION = @EXTRA_VERSION@ | ||
| 260 | FGREP = @FGREP@ | ||
| 261 | GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ | ||
| 262 | GLIB_CFLAGS = @GLIB_CFLAGS@ | ||
| 263 | GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ | ||
| 264 | GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ | ||
| 265 | GLIB_LIBS = @GLIB_LIBS@ | ||
| 266 | GLIB_MKENUMS = @GLIB_MKENUMS@ | ||
| 267 | GMOFILES = @GMOFILES@ | ||
| 268 | GMSGFMT = @GMSGFMT@ | ||
| 269 | GOBJECT_QUERY = @GOBJECT_QUERY@ | ||
| 270 | GPGME_CFLAGS = @GPGME_CFLAGS@ | ||
| 271 | GPGME_CONFIG = @GPGME_CONFIG@ | ||
| 272 | GPGME_LIBS = @GPGME_LIBS@ | ||
| 273 | GREP = @GREP@ | ||
| 274 | GTK_CFLAGS = @GTK_CFLAGS@ | ||
| 275 | GTK_LIBS = @GTK_LIBS@ | ||
| 276 | INSTALL = @INSTALL@ | ||
| 277 | INSTALL_DATA = @INSTALL_DATA@ | ||
| 278 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | ||
| 279 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | ||
| 280 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | ||
| 281 | INSTOBJEXT = @INSTOBJEXT@ | ||
| 282 | INTLLIBS = @INTLLIBS@ | ||
| 283 | LD = @LD@ | ||
| 284 | LDAP_LIBS = @LDAP_LIBS@ | ||
| 285 | LDFLAGS = @LDFLAGS@ | ||
| 286 | LEX = @LEX@ | ||
| 287 | LEXLIB = @LEXLIB@ | ||
| 288 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ | ||
| 289 | LIBICONV = @LIBICONV@ | ||
| 290 | LIBOBJS = @LIBOBJS@ | ||
| 291 | LIBS = @LIBS@ | ||
| 292 | LIBSYLPH_CFLAGS = @LIBSYLPH_CFLAGS@ | ||
| 293 | LIBSYLPH_LIBS = @LIBSYLPH_LIBS@ | ||
| 294 | LIBTOOL = @LIBTOOL@ | ||
| 295 | LIPO = @LIPO@ | ||
| 296 | LN_S = @LN_S@ | ||
| 297 | LTLIBICONV = @LTLIBICONV@ | ||
| 298 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 299 | LT_AGE = @LT_AGE@ | ||
| 300 | LT_CURRENT = @LT_CURRENT@ | ||
| 301 | LT_RELEASE = @LT_RELEASE@ | ||
| 302 | LT_REVISION = @LT_REVISION@ | ||
| 303 | MAINT = @MAINT@ | ||
| 304 | MAJOR_VERSION = @MAJOR_VERSION@ | ||
| 305 | MAKEINFO = @MAKEINFO@ | ||
| 306 | MANIFEST_TOOL = @MANIFEST_TOOL@ | ||
| 307 | MICRO_VERSION = @MICRO_VERSION@ | ||
| 308 | MINOR_VERSION = @MINOR_VERSION@ | ||
| 309 | MKDIR_P = @MKDIR_P@ | ||
| 310 | MKINSTALLDIRS = @MKINSTALLDIRS@ | ||
| 311 | MSGFMT = @MSGFMT@ | ||
| 312 | MSGFMT_OPTS = @MSGFMT_OPTS@ | ||
| 313 | NM = @NM@ | ||
| 314 | NMEDIT = @NMEDIT@ | ||
| 315 | OBJDUMP = @OBJDUMP@ | ||
| 316 | OBJEXT = @OBJEXT@ | ||
| 317 | OPENSSL_CFLAGS = @OPENSSL_CFLAGS@ | ||
| 318 | OPENSSL_LIBS = @OPENSSL_LIBS@ | ||
| 319 | OTOOL = @OTOOL@ | ||
| 320 | OTOOL64 = @OTOOL64@ | ||
| 321 | PACKAGE = @PACKAGE@ | ||
| 322 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | ||
| 323 | PACKAGE_NAME = @PACKAGE_NAME@ | ||
| 324 | PACKAGE_STRING = @PACKAGE_STRING@ | ||
| 325 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | ||
| 326 | PACKAGE_URL = @PACKAGE_URL@ | ||
| 327 | PACKAGE_VERSION = @PACKAGE_VERSION@ | ||
| 328 | PATH_SEPARATOR = @PATH_SEPARATOR@ | ||
| 329 | PKG_CONFIG = @PKG_CONFIG@ | ||
| 330 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ | ||
| 331 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ | ||
| 332 | POFILES = @POFILES@ | ||
| 333 | POSUB = @POSUB@ | ||
| 334 | PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ | ||
| 335 | PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ | ||
| 336 | RANLIB = @RANLIB@ | ||
| 337 | SED = @SED@ | ||
| 338 | SET_MAKE = @SET_MAKE@ | ||
| 339 | SHELL = @SHELL@ | ||
| 340 | STRIP = @STRIP@ | ||
| 341 | SYLPHEED_LIBS = @SYLPHEED_LIBS@ | ||
| 342 | USE_NLS = @USE_NLS@ | ||
| 343 | VERSION = @VERSION@ | ||
| 344 | WINDRES = @WINDRES@ | ||
| 345 | XGETTEXT = @XGETTEXT@ | ||
| 346 | YACC = @YACC@ | ||
| 347 | YFLAGS = @YFLAGS@ | ||
| 348 | abs_builddir = @abs_builddir@ | ||
| 349 | abs_srcdir = @abs_srcdir@ | ||
| 350 | abs_top_builddir = @abs_top_builddir@ | ||
| 351 | abs_top_srcdir = @abs_top_srcdir@ | ||
| 352 | ac_ct_AR = @ac_ct_AR@ | ||
| 353 | ac_ct_CC = @ac_ct_CC@ | ||
| 354 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | ||
| 355 | am__include = @am__include@ | ||
| 356 | am__leading_dot = @am__leading_dot@ | ||
| 357 | am__quote = @am__quote@ | ||
| 358 | am__tar = @am__tar@ | ||
| 359 | am__untar = @am__untar@ | ||
| 360 | bindir = @bindir@ | ||
| 361 | build = @build@ | ||
| 362 | build_alias = @build_alias@ | ||
| 363 | build_cpu = @build_cpu@ | ||
| 364 | build_os = @build_os@ | ||
| 365 | build_vendor = @build_vendor@ | ||
| 366 | builddir = @builddir@ | ||
| 367 | datadir = @datadir@ | ||
| 368 | datarootdir = @datarootdir@ | ||
| 369 | docdir = @docdir@ | ||
| 370 | dvidir = @dvidir@ | ||
| 371 | exec_prefix = @exec_prefix@ | ||
| 372 | faqdir = @faqdir@ | ||
| 373 | host = @host@ | ||
| 374 | host_alias = @host_alias@ | ||
| 375 | host_cpu = @host_cpu@ | ||
| 376 | host_os = @host_os@ | ||
| 377 | host_vendor = @host_vendor@ | ||
| 378 | htmldir = @htmldir@ | ||
| 379 | includedir = @includedir@ | ||
| 380 | infodir = @infodir@ | ||
| 381 | install_sh = @install_sh@ | ||
| 382 | libdir = @libdir@ | ||
| 383 | libexecdir = @libexecdir@ | ||
| 384 | localedir = @localedir@ | ||
| 385 | localstatedir = @localstatedir@ | ||
| 386 | mandir = @mandir@ | ||
| 387 | manualdir = @manualdir@ | ||
| 388 | mkdir_p = @mkdir_p@ | ||
| 389 | oldincludedir = @oldincludedir@ | ||
| 390 | pdfdir = @pdfdir@ | ||
| 391 | plugindir = @plugindir@ | ||
| 392 | prefix = @prefix@ | ||
| 393 | program_transform_name = @program_transform_name@ | ||
| 394 | psdir = @psdir@ | ||
| 395 | sbindir = @sbindir@ | ||
| 396 | sharedstatedir = @sharedstatedir@ | ||
| 397 | srcdir = @srcdir@ | ||
| 398 | sysconfdir = @sysconfdir@ | ||
| 399 | target = @target@ | ||
| 400 | target_alias = @target_alias@ | ||
| 401 | target_cpu = @target_cpu@ | ||
| 402 | target_os = @target_os@ | ||
| 403 | target_vendor = @target_vendor@ | ||
| 404 | themedir = @themedir@ | ||
| 405 | top_build_prefix = @top_build_prefix@ | ||
| 406 | top_builddir = @top_builddir@ | ||
| 407 | top_srcdir = @top_srcdir@ | ||
| 408 | SUBDIRS = ac libsylph src plugin po manual faq nsis macosx | ||
| 409 | EXTRA_DIST = config.rpath \ | ||
| 410 | ChangeLog.ja \ | ||
| 411 | INSTALL.ja \ | ||
| 412 | README.es \ | ||
| 413 | README.ja \ | ||
| 414 | TODO.ja \ | ||
| 415 | ChangeLog-1.0 \ | ||
| 416 | ChangeLog-1.0.ja \ | ||
| 417 | NEWS-1.0 \ | ||
| 418 | NEWS-2.0 \ | ||
| 419 | LICENSE \ | ||
| 420 | PLUGIN.txt \ | ||
| 421 | PLUGIN.ja.txt \ | ||
| 422 | sylpheed.desktop \ | ||
| 423 | sylpheed.spec \ | ||
| 424 | sylpheed.spec.in \ | ||
| 425 | sylpheed.png \ | ||
| 426 | sylpheed-128x128.png \ | ||
| 427 | sylpheed-64x64.png \ | ||
| 428 | autogen.sh \ | ||
| 429 | makeosx.sh \ | ||
| 430 | makewin32.sh \ | ||
| 431 | mime.types \ | ||
| 432 | sylpheed-mailto-protocol_admin.reg \ | ||
| 433 | sylpheed-mailto-protocol_user.reg | ||
| 434 | |||
| 435 | BZIP2_ENV = | ||
| 436 | desktop_DATA = sylpheed.desktop | ||
| 437 | desktopdir = $(datadir)/applications | ||
| 438 | all: config.h | ||
| 439 | $(MAKE) $(AM_MAKEFLAGS) all-recursive | ||
| 440 | |||
| 441 | .SUFFIXES: | ||
| 442 | am--refresh: Makefile | ||
| 443 | @: | ||
| 444 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 445 | @for dep in $?; do \ | ||
| 446 | case '$(am__configure_deps)' in \ | ||
| 447 | *$$dep*) \ | ||
| 448 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ | ||
| 449 | $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ | ||
| 450 | && exit 0; \ | ||
| 451 | exit 1;; \ | ||
| 452 | esac; \ | ||
| 453 | done; \ | ||
| 454 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ | ||
| 455 | $(am__cd) $(top_srcdir) && \ | ||
| 456 | $(AUTOMAKE) --foreign Makefile | ||
| 457 | .PRECIOUS: Makefile | ||
| 458 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||
| 459 | @case '$?' in \ | ||
| 460 | *config.status*) \ | ||
| 461 | echo ' $(SHELL) ./config.status'; \ | ||
| 462 | $(SHELL) ./config.status;; \ | ||
| 463 | *) \ | ||
| 464 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | ||
| 465 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | ||
| 466 | esac; | ||
| 467 | |||
| 468 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||
| 469 | $(SHELL) ./config.status --recheck | ||
| 470 | |||
| 471 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 472 | $(am__cd) $(srcdir) && $(AUTOCONF) | ||
| 473 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 474 | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | ||
| 475 | $(am__aclocal_m4_deps): | ||
| 476 | |||
| 477 | config.h: stamp-h1 | ||
| 478 | @test -f $@ || rm -f stamp-h1 | ||
| 479 | @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 | ||
| 480 | |||
| 481 | stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status | ||
| 482 | @rm -f stamp-h1 | ||
| 483 | cd $(top_builddir) && $(SHELL) ./config.status config.h | ||
| 484 | $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 485 | ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) | ||
| 486 | rm -f stamp-h1 | ||
| 487 | touch $@ | ||
| 488 | |||
| 489 | distclean-hdr: | ||
| 490 | -rm -f config.h stamp-h1 | ||
| 491 | sylpheed.spec: $(top_builddir)/config.status $(srcdir)/sylpheed.spec.in | ||
| 492 | cd $(top_builddir) && $(SHELL) ./config.status $@ | ||
| 493 | |||
| 494 | mostlyclean-libtool: | ||
| 495 | -rm -f *.lo | ||
| 496 | |||
| 497 | clean-libtool: | ||
| 498 | -rm -rf .libs _libs | ||
| 499 | |||
| 500 | distclean-libtool: | ||
| 501 | -rm -f libtool config.lt | ||
| 502 | install-desktopDATA: $(desktop_DATA) | ||
| 503 | @$(NORMAL_INSTALL) | ||
| 504 | @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ | ||
| 505 | if test -n "$$list"; then \ | ||
| 506 | echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \ | ||
| 507 | $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \ | ||
| 508 | fi; \ | ||
| 509 | for p in $$list; do \ | ||
| 510 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | ||
| 511 | echo "$$d$$p"; \ | ||
| 512 | done | $(am__base_list) | \ | ||
| 513 | while read files; do \ | ||
| 514 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \ | ||
| 515 | $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \ | ||
| 516 | done | ||
| 517 | |||
| 518 | uninstall-desktopDATA: | ||
| 519 | @$(NORMAL_UNINSTALL) | ||
| 520 | @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ | ||
| 521 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | ||
| 522 | dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir) | ||
| 523 | |||
| 524 | # This directory's subdirectories are mostly independent; you can cd | ||
| 525 | # into them and run 'make' without going through this Makefile. | ||
| 526 | # To change the values of 'make' variables: instead of editing Makefiles, | ||
| 527 | # (1) if the variable is set in 'config.status', edit 'config.status' | ||
| 528 | # (which will cause the Makefiles to be regenerated when you run 'make'); | ||
| 529 | # (2) otherwise, pass the desired values on the 'make' command line. | ||
| 530 | $(am__recursive_targets): | ||
| 531 | @fail=; \ | ||
| 532 | if $(am__make_keepgoing); then \ | ||
| 533 | failcom='fail=yes'; \ | ||
| 534 | else \ | ||
| 535 | failcom='exit 1'; \ | ||
| 536 | fi; \ | ||
| 537 | dot_seen=no; \ | ||
| 538 | target=`echo $@ | sed s/-recursive//`; \ | ||
| 539 | case "$@" in \ | ||
| 540 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | ||
| 541 | *) list='$(SUBDIRS)' ;; \ | ||
| 542 | esac; \ | ||
| 543 | for subdir in $$list; do \ | ||
| 544 | echo "Making $$target in $$subdir"; \ | ||
| 545 | if test "$$subdir" = "."; then \ | ||
| 546 | dot_seen=yes; \ | ||
| 547 | local_target="$$target-am"; \ | ||
| 548 | else \ | ||
| 549 | local_target="$$target"; \ | ||
| 550 | fi; \ | ||
| 551 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | ||
| 552 | || eval $$failcom; \ | ||
| 553 | done; \ | ||
| 554 | if test "$$dot_seen" = "no"; then \ | ||
| 555 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | ||
| 556 | fi; test -z "$$fail" | ||
| 557 | |||
| 558 | ID: $(am__tagged_files) | ||
| 559 | $(am__define_uniq_tagged_files); mkid -fID $$unique | ||
| 560 | tags: tags-recursive | ||
| 561 | TAGS: tags | ||
| 562 | |||
| 563 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | ||
| 564 | set x; \ | ||
| 565 | here=`pwd`; \ | ||
| 566 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | ||
| 567 | include_option=--etags-include; \ | ||
| 568 | empty_fix=.; \ | ||
| 569 | else \ | ||
| 570 | include_option=--include; \ | ||
| 571 | empty_fix=; \ | ||
| 572 | fi; \ | ||
| 573 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
| 574 | if test "$$subdir" = .; then :; else \ | ||
| 575 | test ! -f $$subdir/TAGS || \ | ||
| 576 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | ||
| 577 | fi; \ | ||
| 578 | done; \ | ||
| 579 | $(am__define_uniq_tagged_files); \ | ||
| 580 | shift; \ | ||
| 581 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | ||
| 582 | test -n "$$unique" || unique=$$empty_fix; \ | ||
| 583 | if test $$# -gt 0; then \ | ||
| 584 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | ||
| 585 | "$$@" $$unique; \ | ||
| 586 | else \ | ||
| 587 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | ||
| 588 | $$unique; \ | ||
| 589 | fi; \ | ||
| 590 | fi | ||
| 591 | ctags: ctags-recursive | ||
| 592 | |||
| 593 | CTAGS: ctags | ||
| 594 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | ||
| 595 | $(am__define_uniq_tagged_files); \ | ||
| 596 | test -z "$(CTAGS_ARGS)$$unique" \ | ||
| 597 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | ||
| 598 | $$unique | ||
| 599 | |||
| 600 | GTAGS: | ||
| 601 | here=`$(am__cd) $(top_builddir) && pwd` \ | ||
| 602 | && $(am__cd) $(top_srcdir) \ | ||
| 603 | && gtags -i $(GTAGS_ARGS) "$$here" | ||
| 604 | cscope: cscope.files | ||
| 605 | test ! -s cscope.files \ | ||
| 606 | || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) | ||
| 607 | clean-cscope: | ||
| 608 | -rm -f cscope.files | ||
| 609 | cscope.files: clean-cscope cscopelist | ||
| 610 | cscopelist: cscopelist-recursive | ||
| 611 | |||
| 612 | cscopelist-am: $(am__tagged_files) | ||
| 613 | list='$(am__tagged_files)'; \ | ||
| 614 | case "$(srcdir)" in \ | ||
| 615 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | ||
| 616 | *) sdir=$(subdir)/$(srcdir) ;; \ | ||
| 617 | esac; \ | ||
| 618 | for i in $$list; do \ | ||
| 619 | if test -f "$$i"; then \ | ||
| 620 | echo "$(subdir)/$$i"; \ | ||
| 621 | else \ | ||
| 622 | echo "$$sdir/$$i"; \ | ||
| 623 | fi; \ | ||
| 624 | done >> $(top_builddir)/cscope.files | ||
| 625 | |||
| 626 | distclean-tags: | ||
| 627 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| 628 | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files | ||
| 629 | |||
| 630 | distdir: $(DISTFILES) | ||
| 631 | $(am__remove_distdir) | ||
| 632 | test -d "$(distdir)" || mkdir "$(distdir)" | ||
| 633 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
| 634 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
| 635 | list='$(DISTFILES)'; \ | ||
| 636 | dist_files=`for file in $$list; do echo $$file; done | \ | ||
| 637 | sed -e "s|^$$srcdirstrip/||;t" \ | ||
| 638 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | ||
| 639 | case $$dist_files in \ | ||
| 640 | */*) $(MKDIR_P) `echo "$$dist_files" | \ | ||
| 641 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | ||
| 642 | sort -u` ;; \ | ||
| 643 | esac; \ | ||
| 644 | for file in $$dist_files; do \ | ||
| 645 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | ||
| 646 | if test -d $$d/$$file; then \ | ||
| 647 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | ||
| 648 | if test -d "$(distdir)/$$file"; then \ | ||
| 649 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | ||
| 650 | fi; \ | ||
| 651 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | ||
| 652 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | ||
| 653 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | ||
| 654 | fi; \ | ||
| 655 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | ||
| 656 | else \ | ||
| 657 | test -f "$(distdir)/$$file" \ | ||
| 658 | || cp -p $$d/$$file "$(distdir)/$$file" \ | ||
| 659 | || exit 1; \ | ||
| 660 | fi; \ | ||
| 661 | done | ||
| 662 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | ||
| 663 | if test "$$subdir" = .; then :; else \ | ||
| 664 | $(am__make_dryrun) \ | ||
| 665 | || test -d "$(distdir)/$$subdir" \ | ||
| 666 | || $(MKDIR_P) "$(distdir)/$$subdir" \ | ||
| 667 | || exit 1; \ | ||
| 668 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | ||
| 669 | $(am__relativize); \ | ||
| 670 | new_distdir=$$reldir; \ | ||
| 671 | dir1=$$subdir; dir2="$(top_distdir)"; \ | ||
| 672 | $(am__relativize); \ | ||
| 673 | new_top_distdir=$$reldir; \ | ||
| 674 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ | ||
| 675 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ | ||
| 676 | ($(am__cd) $$subdir && \ | ||
| 677 | $(MAKE) $(AM_MAKEFLAGS) \ | ||
| 678 | top_distdir="$$new_top_distdir" \ | ||
| 679 | distdir="$$new_distdir" \ | ||
| 680 | am__remove_distdir=: \ | ||
| 681 | am__skip_length_check=: \ | ||
| 682 | am__skip_mode_fix=: \ | ||
| 683 | distdir) \ | ||
| 684 | || exit 1; \ | ||
| 685 | fi; \ | ||
| 686 | done | ||
| 687 | -test -n "$(am__skip_mode_fix)" \ | ||
| 688 | || find "$(distdir)" -type d ! -perm -755 \ | ||
| 689 | -exec chmod u+rwx,go+rx {} \; -o \ | ||
| 690 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | ||
| 691 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | ||
| 692 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ | ||
| 693 | || chmod -R a+r "$(distdir)" | ||
| 694 | dist-gzip: distdir | ||
| 695 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | ||
| 696 | $(am__post_remove_distdir) | ||
| 697 | |||
| 698 | dist-bzip2: distdir | ||
| 699 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 | ||
| 700 | $(am__post_remove_distdir) | ||
| 701 | |||
| 702 | dist-lzip: distdir | ||
| 703 | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz | ||
| 704 | $(am__post_remove_distdir) | ||
| 705 | |||
| 706 | dist-xz: distdir | ||
| 707 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz | ||
| 708 | $(am__post_remove_distdir) | ||
| 709 | |||
| 710 | dist-tarZ: distdir | ||
| 711 | @echo WARNING: "Support for shar distribution archives is" \ | ||
| 712 | "deprecated." >&2 | ||
| 713 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 | ||
| 714 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | ||
| 715 | $(am__post_remove_distdir) | ||
| 716 | |||
| 717 | dist-shar: distdir | ||
| 718 | @echo WARNING: "Support for distribution archives compressed with" \ | ||
| 719 | "legacy program 'compress' is deprecated." >&2 | ||
| 720 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 | ||
| 721 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | ||
| 722 | $(am__post_remove_distdir) | ||
| 723 | |||
| 724 | dist-zip: distdir | ||
| 725 | -rm -f $(distdir).zip | ||
| 726 | zip -rq $(distdir).zip $(distdir) | ||
| 727 | $(am__post_remove_distdir) | ||
| 728 | |||
| 729 | dist dist-all: | ||
| 730 | $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' | ||
| 731 | $(am__post_remove_distdir) | ||
| 732 | |||
| 733 | # This target untars the dist file and tries a VPATH configuration. Then | ||
| 734 | # it guarantees that the distribution is self-contained by making another | ||
| 735 | # tarfile. | ||
| 736 | distcheck: dist | ||
| 737 | case '$(DIST_ARCHIVES)' in \ | ||
| 738 | *.tar.gz*) \ | ||
| 739 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ | ||
| 740 | *.tar.bz2*) \ | ||
| 741 | bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ | ||
| 742 | *.tar.lz*) \ | ||
| 743 | lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ | ||
| 744 | *.tar.xz*) \ | ||
| 745 | xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | ||
| 746 | *.tar.Z*) \ | ||
| 747 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | ||
| 748 | *.shar.gz*) \ | ||
| 749 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ | ||
| 750 | *.zip*) \ | ||
| 751 | unzip $(distdir).zip ;;\ | ||
| 752 | esac | ||
| 753 | chmod -R a-w $(distdir) | ||
| 754 | chmod u+w $(distdir) | ||
| 755 | mkdir $(distdir)/_build $(distdir)/_inst | ||
| 756 | chmod a-w $(distdir) | ||
| 757 | test -d $(distdir)/_build || exit 0; \ | ||
| 758 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ | ||
| 759 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | ||
| 760 | && am__cwd=`pwd` \ | ||
| 761 | && $(am__cd) $(distdir)/_build \ | ||
| 762 | && ../configure \ | ||
| 763 | $(AM_DISTCHECK_CONFIGURE_FLAGS) \ | ||
| 764 | $(DISTCHECK_CONFIGURE_FLAGS) \ | ||
| 765 | --srcdir=.. --prefix="$$dc_install_base" \ | ||
| 766 | && $(MAKE) $(AM_MAKEFLAGS) \ | ||
| 767 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ | ||
| 768 | && $(MAKE) $(AM_MAKEFLAGS) check \ | ||
| 769 | && $(MAKE) $(AM_MAKEFLAGS) install \ | ||
| 770 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | ||
| 771 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | ||
| 772 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | ||
| 773 | distuninstallcheck \ | ||
| 774 | && chmod -R a-w "$$dc_install_base" \ | ||
| 775 | && ({ \ | ||
| 776 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | ||
| 777 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | ||
| 778 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | ||
| 779 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | ||
| 780 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | ||
| 781 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ | ||
| 782 | && rm -rf "$$dc_destdir" \ | ||
| 783 | && $(MAKE) $(AM_MAKEFLAGS) dist \ | ||
| 784 | && rm -rf $(DIST_ARCHIVES) \ | ||
| 785 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ | ||
| 786 | && cd "$$am__cwd" \ | ||
| 787 | || exit 1 | ||
| 788 | $(am__post_remove_distdir) | ||
| 789 | @(echo "$(distdir) archives ready for distribution: "; \ | ||
| 790 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | ||
| 791 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' | ||
| 792 | distuninstallcheck: | ||
| 793 | @test -n '$(distuninstallcheck_dir)' || { \ | ||
| 794 | echo 'ERROR: trying to run $@ with an empty' \ | ||
| 795 | '$$(distuninstallcheck_dir)' >&2; \ | ||
| 796 | exit 1; \ | ||
| 797 | }; \ | ||
| 798 | $(am__cd) '$(distuninstallcheck_dir)' || { \ | ||
| 799 | echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ | ||
| 800 | exit 1; \ | ||
| 801 | }; \ | ||
| 802 | test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ | ||
| 803 | || { echo "ERROR: files left after uninstall:" ; \ | ||
| 804 | if test -n "$(DESTDIR)"; then \ | ||
| 805 | echo " (check DESTDIR support)"; \ | ||
| 806 | fi ; \ | ||
| 807 | $(distuninstallcheck_listfiles) ; \ | ||
| 808 | exit 1; } >&2 | ||
| 809 | distcleancheck: distclean | ||
| 810 | @if test '$(srcdir)' = . ; then \ | ||
| 811 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | ||
| 812 | exit 1 ; \ | ||
| 813 | fi | ||
| 814 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | ||
| 815 | || { echo "ERROR: files left in build directory after distclean:" ; \ | ||
| 816 | $(distcleancheck_listfiles) ; \ | ||
| 817 | exit 1; } >&2 | ||
| 818 | check-am: all-am | ||
| 819 | check: check-recursive | ||
| 820 | all-am: Makefile $(DATA) config.h | ||
| 821 | installdirs: installdirs-recursive | ||
| 822 | installdirs-am: | ||
| 823 | for dir in "$(DESTDIR)$(desktopdir)"; do \ | ||
| 824 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | ||
| 825 | done | ||
| 826 | install: install-recursive | ||
| 827 | install-exec: install-exec-recursive | ||
| 828 | install-data: install-data-recursive | ||
| 829 | uninstall: uninstall-recursive | ||
| 830 | |||
| 831 | install-am: all-am | ||
| 832 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
| 833 | |||
| 834 | installcheck: installcheck-recursive | ||
| 835 | install-strip: | ||
| 836 | if test -z '$(STRIP)'; then \ | ||
| 837 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
| 838 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
| 839 | install; \ | ||
| 840 | else \ | ||
| 841 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
| 842 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
| 843 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | ||
| 844 | fi | ||
| 845 | mostlyclean-generic: | ||
| 846 | |||
| 847 | clean-generic: | ||
| 848 | |||
| 849 | distclean-generic: | ||
| 850 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | ||
| 851 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | ||
| 852 | |||
| 853 | maintainer-clean-generic: | ||
| 854 | @echo "This command is intended for maintainers to use" | ||
| 855 | @echo "it deletes files that may require special tools to rebuild." | ||
| 856 | clean: clean-recursive | ||
| 857 | |||
| 858 | clean-am: clean-generic clean-libtool mostlyclean-am | ||
| 859 | |||
| 860 | distclean: distclean-recursive | ||
| 861 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | ||
| 862 | -rm -f Makefile | ||
| 863 | distclean-am: clean-am distclean-generic distclean-hdr \ | ||
| 864 | distclean-libtool distclean-tags | ||
| 865 | |||
| 866 | dvi: dvi-recursive | ||
| 867 | |||
| 868 | dvi-am: | ||
| 869 | |||
| 870 | html: html-recursive | ||
| 871 | |||
| 872 | html-am: | ||
| 873 | |||
| 874 | info: info-recursive | ||
| 875 | |||
| 876 | info-am: | ||
| 877 | |||
| 878 | install-data-am: install-data-local install-desktopDATA | ||
| 879 | |||
| 880 | install-dvi: install-dvi-recursive | ||
| 881 | |||
| 882 | install-dvi-am: | ||
| 883 | |||
| 884 | install-exec-am: | ||
| 885 | |||
| 886 | install-html: install-html-recursive | ||
| 887 | |||
| 888 | install-html-am: | ||
| 889 | |||
| 890 | install-info: install-info-recursive | ||
| 891 | |||
| 892 | install-info-am: | ||
| 893 | |||
| 894 | install-man: | ||
| 895 | |||
| 896 | install-pdf: install-pdf-recursive | ||
| 897 | |||
| 898 | install-pdf-am: | ||
| 899 | |||
| 900 | install-ps: install-ps-recursive | ||
| 901 | |||
| 902 | install-ps-am: | ||
| 903 | |||
| 904 | installcheck-am: | ||
| 905 | |||
| 906 | maintainer-clean: maintainer-clean-recursive | ||
| 907 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | ||
| 908 | -rm -rf $(top_srcdir)/autom4te.cache | ||
| 909 | -rm -f Makefile | ||
| 910 | maintainer-clean-am: distclean-am maintainer-clean-generic | ||
| 911 | |||
| 912 | mostlyclean: mostlyclean-recursive | ||
| 913 | |||
| 914 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool | ||
| 915 | |||
| 916 | pdf: pdf-recursive | ||
| 917 | |||
| 918 | pdf-am: | ||
| 919 | |||
| 920 | ps: ps-recursive | ||
| 921 | |||
| 922 | ps-am: | ||
| 923 | |||
| 924 | uninstall-am: uninstall-desktopDATA | ||
| 925 | |||
| 926 | .MAKE: $(am__recursive_targets) all install-am install-strip | ||
| 927 | |||
| 928 | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ | ||
| 929 | am--refresh check check-am clean clean-cscope clean-generic \ | ||
| 930 | clean-libtool cscope cscopelist-am ctags ctags-am dist \ | ||
| 931 | dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ | ||
| 932 | dist-xz dist-zip distcheck distclean distclean-generic \ | ||
| 933 | distclean-hdr distclean-libtool distclean-tags distcleancheck \ | ||
| 934 | distdir distuninstallcheck dvi dvi-am html html-am info \ | ||
| 935 | info-am install install-am install-data install-data-am \ | ||
| 936 | install-data-local install-desktopDATA install-dvi \ | ||
| 937 | install-dvi-am install-exec install-exec-am install-html \ | ||
| 938 | install-html-am install-info install-info-am install-man \ | ||
| 939 | install-pdf install-pdf-am install-ps install-ps-am \ | ||
| 940 | install-strip installcheck installcheck-am installdirs \ | ||
| 941 | installdirs-am maintainer-clean maintainer-clean-generic \ | ||
| 942 | mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ | ||
| 943 | ps ps-am tags tags-am uninstall uninstall-am \ | ||
| 944 | uninstall-desktopDATA | ||
| 945 | |||
| 946 | |||
| 947 | release: distdir | ||
| 948 | -chmod -R a+r $(distdir) | ||
| 949 | GZIP=$(GZIP_ENV) $(AMTAR) chozf $(distdir).tar.gz $(distdir) | ||
| 950 | rm -f $(distdir)/sylpheed.spec | ||
| 951 | sed '/^Source:/s/\.tar\.gz$$/\.tar\.bz2/' sylpheed.spec \ | ||
| 952 | > $(distdir)/sylpheed.spec | ||
| 953 | BZIP2=$(BZIP2_ENV) $(AMTAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir) | ||
| 954 | -rm -rf $(distdir) | ||
| 955 | |||
| 956 | #ACLOCAL_AMFLAGS = -I m4 | ||
| 957 | |||
| 958 | install-data-local: | ||
| 959 | @$(NORMAL_INSTALL) | ||
| 960 | $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps; \ | ||
| 961 | $(INSTALL_DATA) $(srcdir)/sylpheed-64x64.png $(DESTDIR)$(datadir)/pixmaps/sylpheed.png; | ||
| 962 | |||
| 963 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
| 964 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
| 965 | .NOEXPORT: | ||
