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 /libsylph/Makefile.in | |
Initial commit for sylpheed 3.7.0
Diffstat (limited to 'libsylph/Makefile.in')
| -rw-r--r-- | libsylph/Makefile.in | 881 |
1 files changed, 881 insertions, 0 deletions
diff --git a/libsylph/Makefile.in b/libsylph/Makefile.in new file mode 100644 index 0000000..6e3c999 --- /dev/null +++ b/libsylph/Makefile.in | |||
| @@ -0,0 +1,881 @@ | |||
| 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 | VPATH = @srcdir@ | ||
| 19 | am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | ||
| 20 | am__make_running_with_option = \ | ||
| 21 | case $${target_option-} in \ | ||
| 22 | ?) ;; \ | ||
| 23 | *) echo "am__make_running_with_option: internal error: invalid" \ | ||
| 24 | "target option '$${target_option-}' specified" >&2; \ | ||
| 25 | exit 1;; \ | ||
| 26 | esac; \ | ||
| 27 | has_opt=no; \ | ||
| 28 | sane_makeflags=$$MAKEFLAGS; \ | ||
| 29 | if $(am__is_gnu_make); then \ | ||
| 30 | sane_makeflags=$$MFLAGS; \ | ||
| 31 | else \ | ||
| 32 | case $$MAKEFLAGS in \ | ||
| 33 | *\\[\ \ ]*) \ | ||
| 34 | bs=\\; \ | ||
| 35 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | ||
| 36 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | ||
| 37 | esac; \ | ||
| 38 | fi; \ | ||
| 39 | skip_next=no; \ | ||
| 40 | strip_trailopt () \ | ||
| 41 | { \ | ||
| 42 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | ||
| 43 | }; \ | ||
| 44 | for flg in $$sane_makeflags; do \ | ||
| 45 | test $$skip_next = yes && { skip_next=no; continue; }; \ | ||
| 46 | case $$flg in \ | ||
| 47 | *=*|--*) continue;; \ | ||
| 48 | -*I) strip_trailopt 'I'; skip_next=yes;; \ | ||
| 49 | -*I?*) strip_trailopt 'I';; \ | ||
| 50 | -*O) strip_trailopt 'O'; skip_next=yes;; \ | ||
| 51 | -*O?*) strip_trailopt 'O';; \ | ||
| 52 | -*l) strip_trailopt 'l'; skip_next=yes;; \ | ||
| 53 | -*l?*) strip_trailopt 'l';; \ | ||
| 54 | -[dEDm]) skip_next=yes;; \ | ||
| 55 | -[JT]) skip_next=yes;; \ | ||
| 56 | esac; \ | ||
| 57 | case $$flg in \ | ||
| 58 | *$$target_option*) has_opt=yes; break;; \ | ||
| 59 | esac; \ | ||
| 60 | done; \ | ||
| 61 | test $$has_opt = yes | ||
| 62 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | ||
| 63 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | ||
| 64 | pkgdatadir = $(datadir)/@PACKAGE@ | ||
| 65 | pkgincludedir = $(includedir)/@PACKAGE@ | ||
| 66 | pkglibdir = $(libdir)/@PACKAGE@ | ||
| 67 | pkglibexecdir = $(libexecdir)/@PACKAGE@ | ||
| 68 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | ||
| 69 | install_sh_DATA = $(install_sh) -c -m 644 | ||
| 70 | install_sh_PROGRAM = $(install_sh) -c | ||
| 71 | install_sh_SCRIPT = $(install_sh) -c | ||
| 72 | INSTALL_HEADER = $(INSTALL_DATA) | ||
| 73 | transform = $(program_transform_name) | ||
| 74 | NORMAL_INSTALL = : | ||
| 75 | PRE_INSTALL = : | ||
| 76 | POST_INSTALL = : | ||
| 77 | NORMAL_UNINSTALL = : | ||
| 78 | PRE_UNINSTALL = : | ||
| 79 | POST_UNINSTALL = : | ||
| 80 | build_triplet = @build@ | ||
| 81 | host_triplet = @host@ | ||
| 82 | target_triplet = @target@ | ||
| 83 | subdir = libsylph | ||
| 84 | DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ | ||
| 85 | $(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp \ | ||
| 86 | $(libsylph_0include_HEADERS) | ||
| 87 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||
| 88 | am__aclocal_m4_deps = $(top_srcdir)/ac/aclocal-include.m4 \ | ||
| 89 | $(top_srcdir)/ac/gnupg-check-typedef.m4 \ | ||
| 90 | $(top_srcdir)/configure.ac | ||
| 91 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | ||
| 92 | $(ACLOCAL_M4) | ||
| 93 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | ||
| 94 | CONFIG_HEADER = $(top_builddir)/config.h | ||
| 95 | CONFIG_CLEAN_FILES = | ||
| 96 | CONFIG_CLEAN_VPATH_FILES = | ||
| 97 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | ||
| 98 | am__vpath_adj = case $$p in \ | ||
| 99 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | ||
| 100 | *) f=$$p;; \ | ||
| 101 | esac; | ||
| 102 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | ||
| 103 | am__install_max = 40 | ||
| 104 | am__nobase_strip_setup = \ | ||
| 105 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | ||
| 106 | am__nobase_strip = \ | ||
| 107 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | ||
| 108 | am__nobase_list = $(am__nobase_strip_setup); \ | ||
| 109 | for p in $$list; do echo "$$p $$p"; done | \ | ||
| 110 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | ||
| 111 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | ||
| 112 | if (++n[$$2] == $(am__install_max)) \ | ||
| 113 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | ||
| 114 | END { for (dir in files) print dir, files[dir] }' | ||
| 115 | am__base_list = \ | ||
| 116 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | ||
| 117 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | ||
| 118 | am__uninstall_files_from_dir = { \ | ||
| 119 | test -z "$$files" \ | ||
| 120 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ | ||
| 121 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | ||
| 122 | $(am__cd) "$$dir" && rm -f $$files; }; \ | ||
| 123 | } | ||
| 124 | am__installdirs = "$(DESTDIR)$(libdir)" \ | ||
| 125 | "$(DESTDIR)$(libsylph_0includedir)" | ||
| 126 | LTLIBRARIES = $(lib_LTLIBRARIES) | ||
| 127 | am__DEPENDENCIES_1 = | ||
| 128 | libsylph_0_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ | ||
| 129 | $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) | ||
| 130 | am_libsylph_0_la_OBJECTS = account.lo base64.lo codeconv.lo \ | ||
| 131 | customheader.lo displayheader.lo filter.lo folder.lo html.lo \ | ||
| 132 | imap.lo mbox.lo md5.lo md5_hmac.lo mh.lo news.lo nntp.lo \ | ||
| 133 | pop.lo prefs.lo prefs_account.lo prefs_common.lo procheader.lo \ | ||
| 134 | procmime.lo procmsg.lo quoted-printable.lo recv.lo session.lo \ | ||
| 135 | smtp.lo socket.lo socks.lo ssl.lo ssl_hostname_validation.lo \ | ||
| 136 | stringtable.lo sylmain.lo unmime.lo utils.lo uuencode.lo \ | ||
| 137 | virtual.lo xml.lo syl-marshal.lo | ||
| 138 | libsylph_0_la_OBJECTS = $(am_libsylph_0_la_OBJECTS) | ||
| 139 | AM_V_lt = $(am__v_lt_@AM_V@) | ||
| 140 | am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | ||
| 141 | am__v_lt_0 = --silent | ||
| 142 | am__v_lt_1 = | ||
| 143 | libsylph_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | ||
| 144 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | ||
| 145 | $(libsylph_0_la_LDFLAGS) $(LDFLAGS) -o $@ | ||
| 146 | AM_V_P = $(am__v_P_@AM_V@) | ||
| 147 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | ||
| 148 | am__v_P_0 = false | ||
| 149 | am__v_P_1 = : | ||
| 150 | AM_V_GEN = $(am__v_GEN_@AM_V@) | ||
| 151 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | ||
| 152 | am__v_GEN_0 = @echo " GEN " $@; | ||
| 153 | am__v_GEN_1 = | ||
| 154 | AM_V_at = $(am__v_at_@AM_V@) | ||
| 155 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | ||
| 156 | am__v_at_0 = @ | ||
| 157 | am__v_at_1 = | ||
| 158 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) | ||
| 159 | depcomp = $(SHELL) $(top_srcdir)/depcomp | ||
| 160 | am__depfiles_maybe = depfiles | ||
| 161 | am__mv = mv -f | ||
| 162 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | ||
| 163 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | ||
| 164 | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | ||
| 165 | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ | ||
| 166 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | ||
| 167 | $(AM_CFLAGS) $(CFLAGS) | ||
| 168 | AM_V_CC = $(am__v_CC_@AM_V@) | ||
| 169 | am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) | ||
| 170 | am__v_CC_0 = @echo " CC " $@; | ||
| 171 | am__v_CC_1 = | ||
| 172 | CCLD = $(CC) | ||
| 173 | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | ||
| 174 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | ||
| 175 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ | ||
| 176 | AM_V_CCLD = $(am__v_CCLD_@AM_V@) | ||
| 177 | am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) | ||
| 178 | am__v_CCLD_0 = @echo " CCLD " $@; | ||
| 179 | am__v_CCLD_1 = | ||
| 180 | SOURCES = $(libsylph_0_la_SOURCES) | ||
| 181 | DIST_SOURCES = $(libsylph_0_la_SOURCES) | ||
| 182 | am__can_run_installinfo = \ | ||
| 183 | case $$AM_UPDATE_INFO_DIR in \ | ||
| 184 | n|no|NO) false;; \ | ||
| 185 | *) (install-info --version) >/dev/null 2>&1;; \ | ||
| 186 | esac | ||
| 187 | HEADERS = $(libsylph_0include_HEADERS) | ||
| 188 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | ||
| 189 | # Read a list of newline-separated strings from the standard input, | ||
| 190 | # and print each of them once, without duplicates. Input order is | ||
| 191 | # *not* preserved. | ||
| 192 | am__uniquify_input = $(AWK) '\ | ||
| 193 | BEGIN { nonempty = 0; } \ | ||
| 194 | { items[$$0] = 1; nonempty = 1; } \ | ||
| 195 | END { if (nonempty) { for (i in items) print i; }; } \ | ||
| 196 | ' | ||
| 197 | # Make sure the list of sources is unique. This is necessary because, | ||
| 198 | # e.g., the same source file might be shared among _SOURCES variables | ||
| 199 | # for different programs/libraries. | ||
| 200 | am__define_uniq_tagged_files = \ | ||
| 201 | list='$(am__tagged_files)'; \ | ||
| 202 | unique=`for i in $$list; do \ | ||
| 203 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
| 204 | done | $(am__uniquify_input)` | ||
| 205 | ETAGS = etags | ||
| 206 | CTAGS = ctags | ||
| 207 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| 208 | ACLOCAL = @ACLOCAL@ | ||
| 209 | ALLOCA = @ALLOCA@ | ||
| 210 | AMTAR = @AMTAR@ | ||
| 211 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | ||
| 212 | AR = @AR@ | ||
| 213 | AUTOCONF = @AUTOCONF@ | ||
| 214 | AUTOHEADER = @AUTOHEADER@ | ||
| 215 | AUTOMAKE = @AUTOMAKE@ | ||
| 216 | AWK = @AWK@ | ||
| 217 | BUILD_REVISION = @BUILD_REVISION@ | ||
| 218 | CATALOGS = @CATALOGS@ | ||
| 219 | CATOBJEXT = @CATOBJEXT@ | ||
| 220 | CC = @CC@ | ||
| 221 | CCDEPMODE = @CCDEPMODE@ | ||
| 222 | CFLAGS = @CFLAGS@ | ||
| 223 | CPP = @CPP@ | ||
| 224 | CPPFLAGS = @CPPFLAGS@ | ||
| 225 | CYGPATH_W = @CYGPATH_W@ | ||
| 226 | DATADIRNAME = @DATADIRNAME@ | ||
| 227 | DEFS = @DEFS@ | ||
| 228 | DEPDIR = @DEPDIR@ | ||
| 229 | DEVEL_VERSION = @DEVEL_VERSION@ | ||
| 230 | DLLTOOL = @DLLTOOL@ | ||
| 231 | DSYMUTIL = @DSYMUTIL@ | ||
| 232 | DUMPBIN = @DUMPBIN@ | ||
| 233 | ECHO_C = @ECHO_C@ | ||
| 234 | ECHO_N = @ECHO_N@ | ||
| 235 | ECHO_T = @ECHO_T@ | ||
| 236 | EGREP = @EGREP@ | ||
| 237 | EXEEXT = @EXEEXT@ | ||
| 238 | EXTRA_VERSION = @EXTRA_VERSION@ | ||
| 239 | FGREP = @FGREP@ | ||
| 240 | GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ | ||
| 241 | GLIB_CFLAGS = @GLIB_CFLAGS@ | ||
| 242 | GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ | ||
| 243 | GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ | ||
| 244 | GLIB_LIBS = @GLIB_LIBS@ | ||
| 245 | GLIB_MKENUMS = @GLIB_MKENUMS@ | ||
| 246 | GMOFILES = @GMOFILES@ | ||
| 247 | GMSGFMT = @GMSGFMT@ | ||
| 248 | GOBJECT_QUERY = @GOBJECT_QUERY@ | ||
| 249 | GPGME_CFLAGS = @GPGME_CFLAGS@ | ||
| 250 | GPGME_CONFIG = @GPGME_CONFIG@ | ||
| 251 | GPGME_LIBS = @GPGME_LIBS@ | ||
| 252 | GREP = @GREP@ | ||
| 253 | GTK_CFLAGS = @GTK_CFLAGS@ | ||
| 254 | GTK_LIBS = @GTK_LIBS@ | ||
| 255 | INSTALL = @INSTALL@ | ||
| 256 | INSTALL_DATA = @INSTALL_DATA@ | ||
| 257 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | ||
| 258 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | ||
| 259 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | ||
| 260 | INSTOBJEXT = @INSTOBJEXT@ | ||
| 261 | INTLLIBS = @INTLLIBS@ | ||
| 262 | LD = @LD@ | ||
| 263 | LDAP_LIBS = @LDAP_LIBS@ | ||
| 264 | LDFLAGS = @LDFLAGS@ | ||
| 265 | LEX = @LEX@ | ||
| 266 | LEXLIB = @LEXLIB@ | ||
| 267 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ | ||
| 268 | LIBICONV = @LIBICONV@ | ||
| 269 | LIBOBJS = @LIBOBJS@ | ||
| 270 | LIBS = @LIBS@ | ||
| 271 | LIBSYLPH_CFLAGS = @LIBSYLPH_CFLAGS@ | ||
| 272 | LIBSYLPH_LIBS = @LIBSYLPH_LIBS@ | ||
| 273 | LIBTOOL = @LIBTOOL@ | ||
| 274 | LIPO = @LIPO@ | ||
| 275 | LN_S = @LN_S@ | ||
| 276 | LTLIBICONV = @LTLIBICONV@ | ||
| 277 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 278 | LT_AGE = @LT_AGE@ | ||
| 279 | LT_CURRENT = @LT_CURRENT@ | ||
| 280 | LT_RELEASE = @LT_RELEASE@ | ||
| 281 | LT_REVISION = @LT_REVISION@ | ||
| 282 | MAINT = @MAINT@ | ||
| 283 | MAJOR_VERSION = @MAJOR_VERSION@ | ||
| 284 | MAKEINFO = @MAKEINFO@ | ||
| 285 | MANIFEST_TOOL = @MANIFEST_TOOL@ | ||
| 286 | MICRO_VERSION = @MICRO_VERSION@ | ||
| 287 | MINOR_VERSION = @MINOR_VERSION@ | ||
| 288 | MKDIR_P = @MKDIR_P@ | ||
| 289 | MKINSTALLDIRS = @MKINSTALLDIRS@ | ||
| 290 | MSGFMT = @MSGFMT@ | ||
| 291 | MSGFMT_OPTS = @MSGFMT_OPTS@ | ||
| 292 | NM = @NM@ | ||
| 293 | NMEDIT = @NMEDIT@ | ||
| 294 | OBJDUMP = @OBJDUMP@ | ||
| 295 | OBJEXT = @OBJEXT@ | ||
| 296 | OPENSSL_CFLAGS = @OPENSSL_CFLAGS@ | ||
| 297 | OPENSSL_LIBS = @OPENSSL_LIBS@ | ||
| 298 | OTOOL = @OTOOL@ | ||
| 299 | OTOOL64 = @OTOOL64@ | ||
| 300 | PACKAGE = @PACKAGE@ | ||
| 301 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | ||
| 302 | PACKAGE_NAME = @PACKAGE_NAME@ | ||
| 303 | PACKAGE_STRING = @PACKAGE_STRING@ | ||
| 304 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | ||
| 305 | PACKAGE_URL = @PACKAGE_URL@ | ||
| 306 | PACKAGE_VERSION = @PACKAGE_VERSION@ | ||
| 307 | PATH_SEPARATOR = @PATH_SEPARATOR@ | ||
| 308 | PKG_CONFIG = @PKG_CONFIG@ | ||
| 309 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ | ||
| 310 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ | ||
| 311 | POFILES = @POFILES@ | ||
| 312 | POSUB = @POSUB@ | ||
| 313 | PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ | ||
| 314 | PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ | ||
| 315 | RANLIB = @RANLIB@ | ||
| 316 | SED = @SED@ | ||
| 317 | SET_MAKE = @SET_MAKE@ | ||
| 318 | SHELL = @SHELL@ | ||
| 319 | STRIP = @STRIP@ | ||
| 320 | SYLPHEED_LIBS = @SYLPHEED_LIBS@ | ||
| 321 | USE_NLS = @USE_NLS@ | ||
| 322 | VERSION = @VERSION@ | ||
| 323 | WINDRES = @WINDRES@ | ||
| 324 | XGETTEXT = @XGETTEXT@ | ||
| 325 | YACC = @YACC@ | ||
| 326 | YFLAGS = @YFLAGS@ | ||
| 327 | abs_builddir = @abs_builddir@ | ||
| 328 | abs_srcdir = @abs_srcdir@ | ||
| 329 | abs_top_builddir = @abs_top_builddir@ | ||
| 330 | abs_top_srcdir = @abs_top_srcdir@ | ||
| 331 | ac_ct_AR = @ac_ct_AR@ | ||
| 332 | ac_ct_CC = @ac_ct_CC@ | ||
| 333 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | ||
| 334 | am__include = @am__include@ | ||
| 335 | am__leading_dot = @am__leading_dot@ | ||
| 336 | am__quote = @am__quote@ | ||
| 337 | am__tar = @am__tar@ | ||
| 338 | am__untar = @am__untar@ | ||
| 339 | bindir = @bindir@ | ||
| 340 | build = @build@ | ||
| 341 | build_alias = @build_alias@ | ||
| 342 | build_cpu = @build_cpu@ | ||
| 343 | build_os = @build_os@ | ||
| 344 | build_vendor = @build_vendor@ | ||
| 345 | builddir = @builddir@ | ||
| 346 | datadir = @datadir@ | ||
| 347 | datarootdir = @datarootdir@ | ||
| 348 | docdir = @docdir@ | ||
| 349 | dvidir = @dvidir@ | ||
| 350 | exec_prefix = @exec_prefix@ | ||
| 351 | faqdir = @faqdir@ | ||
| 352 | host = @host@ | ||
| 353 | host_alias = @host_alias@ | ||
| 354 | host_cpu = @host_cpu@ | ||
| 355 | host_os = @host_os@ | ||
| 356 | host_vendor = @host_vendor@ | ||
| 357 | htmldir = @htmldir@ | ||
| 358 | includedir = @includedir@ | ||
| 359 | infodir = @infodir@ | ||
| 360 | install_sh = @install_sh@ | ||
| 361 | libdir = @libdir@ | ||
| 362 | libexecdir = @libexecdir@ | ||
| 363 | localedir = @localedir@ | ||
| 364 | localstatedir = @localstatedir@ | ||
| 365 | mandir = @mandir@ | ||
| 366 | manualdir = @manualdir@ | ||
| 367 | mkdir_p = @mkdir_p@ | ||
| 368 | oldincludedir = @oldincludedir@ | ||
| 369 | pdfdir = @pdfdir@ | ||
| 370 | plugindir = @plugindir@ | ||
| 371 | prefix = @prefix@ | ||
| 372 | program_transform_name = @program_transform_name@ | ||
| 373 | psdir = @psdir@ | ||
| 374 | sbindir = @sbindir@ | ||
| 375 | sharedstatedir = @sharedstatedir@ | ||
| 376 | srcdir = @srcdir@ | ||
| 377 | sysconfdir = @sysconfdir@ | ||
| 378 | target = @target@ | ||
| 379 | target_alias = @target_alias@ | ||
| 380 | target_cpu = @target_cpu@ | ||
| 381 | target_os = @target_os@ | ||
| 382 | target_vendor = @target_vendor@ | ||
| 383 | themedir = @themedir@ | ||
| 384 | top_build_prefix = @top_build_prefix@ | ||
| 385 | top_builddir = @top_builddir@ | ||
| 386 | top_srcdir = @top_srcdir@ | ||
| 387 | AM_CPPFLAGS = \ | ||
| 388 | -DG_LOG_DOMAIN=\"LibSylph\" \ | ||
| 389 | -DSYSCONFDIR=\""$(sysconfdir)"\" \ | ||
| 390 | -DLOCALEDIR=\""$(localedir)"\" | ||
| 391 | |||
| 392 | INCLUDES = -I$(top_srcdir) $(GLIB_CFLAGS) $(LIBSYLPH_CFLAGS) | ||
| 393 | lib_LTLIBRARIES = libsylph-0.la | ||
| 394 | #noinst_LTLIBRARIES = libsylph.la | ||
| 395 | libsylph_0_la_SOURCES = \ | ||
| 396 | account.c \ | ||
| 397 | base64.c \ | ||
| 398 | codeconv.c \ | ||
| 399 | customheader.c \ | ||
| 400 | displayheader.c \ | ||
| 401 | filter.c \ | ||
| 402 | folder.c \ | ||
| 403 | html.c \ | ||
| 404 | imap.c \ | ||
| 405 | mbox.c \ | ||
| 406 | md5.c \ | ||
| 407 | md5_hmac.c \ | ||
| 408 | mh.c \ | ||
| 409 | news.c \ | ||
| 410 | nntp.c \ | ||
| 411 | pop.c \ | ||
| 412 | prefs.c \ | ||
| 413 | prefs_account.c \ | ||
| 414 | prefs_common.c \ | ||
| 415 | procheader.c \ | ||
| 416 | procmime.c \ | ||
| 417 | procmsg.c \ | ||
| 418 | quoted-printable.c \ | ||
| 419 | recv.c \ | ||
| 420 | session.c \ | ||
| 421 | smtp.c \ | ||
| 422 | socket.c \ | ||
| 423 | socks.c \ | ||
| 424 | ssl.c \ | ||
| 425 | ssl_hostname_validation.c \ | ||
| 426 | stringtable.c \ | ||
| 427 | sylmain.c \ | ||
| 428 | unmime.c \ | ||
| 429 | utils.c \ | ||
| 430 | uuencode.c \ | ||
| 431 | virtual.c \ | ||
| 432 | xml.c \ | ||
| 433 | syl-marshal.c | ||
| 434 | |||
| 435 | libsylph_0includedir = $(includedir)/sylpheed/sylph | ||
| 436 | libsylph_0include_HEADERS = \ | ||
| 437 | defs.h \ | ||
| 438 | enums.h \ | ||
| 439 | account.h \ | ||
| 440 | base64.h \ | ||
| 441 | codeconv.h \ | ||
| 442 | customheader.h \ | ||
| 443 | displayheader.h \ | ||
| 444 | filter.h \ | ||
| 445 | folder.h \ | ||
| 446 | html.h \ | ||
| 447 | imap.h \ | ||
| 448 | mbox.h \ | ||
| 449 | md5.h \ | ||
| 450 | md5_hmac.h \ | ||
| 451 | mh.h \ | ||
| 452 | news.h \ | ||
| 453 | nntp.h \ | ||
| 454 | pop.h \ | ||
| 455 | prefs.h \ | ||
| 456 | prefs_account.h \ | ||
| 457 | prefs_common.h \ | ||
| 458 | procheader.h \ | ||
| 459 | procmime.h \ | ||
| 460 | procmsg.h \ | ||
| 461 | quoted-printable.h \ | ||
| 462 | recv.h \ | ||
| 463 | session.h \ | ||
| 464 | smtp.h \ | ||
| 465 | socket.h \ | ||
| 466 | socks.h \ | ||
| 467 | ssl.h \ | ||
| 468 | ssl_hostname_validation.h \ | ||
| 469 | stringtable.h \ | ||
| 470 | sylmain.h \ | ||
| 471 | unmime.h \ | ||
| 472 | utils.h \ | ||
| 473 | uuencode.h \ | ||
| 474 | virtual.h \ | ||
| 475 | xml.h \ | ||
| 476 | syl-marshal.h | ||
| 477 | |||
| 478 | BUILT_SOURCES = \ | ||
| 479 | syl-marshal.c \ | ||
| 480 | syl-marshal.h | ||
| 481 | |||
| 482 | EXTRA_DIST = \ | ||
| 483 | syl-marshal.list \ | ||
| 484 | libsylph-0.def | ||
| 485 | |||
| 486 | @NATIVE_WIN32_TRUE@no_undefined = -no-undefined | ||
| 487 | @NATIVE_WIN32_TRUE@export_symbols = -export-symbols libsylph-0.def | ||
| 488 | libsylph_0_la_LDFLAGS = \ | ||
| 489 | -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ | ||
| 490 | -export-dynamic $(no_undefined) $(export_symbols) | ||
| 491 | |||
| 492 | libsylph_0_la_LIBADD = $(GLIB_LIBS) $(LIBICONV) $(LIBSYLPH_LIBS) | ||
| 493 | all: $(BUILT_SOURCES) | ||
| 494 | $(MAKE) $(AM_MAKEFLAGS) all-am | ||
| 495 | |||
| 496 | .SUFFIXES: | ||
| 497 | .SUFFIXES: .c .lo .o .obj | ||
| 498 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 499 | @for dep in $?; do \ | ||
| 500 | case '$(am__configure_deps)' in \ | ||
| 501 | *$$dep*) \ | ||
| 502 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | ||
| 503 | && { if test -f $@; then exit 0; else break; fi; }; \ | ||
| 504 | exit 1;; \ | ||
| 505 | esac; \ | ||
| 506 | done; \ | ||
| 507 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libsylph/Makefile'; \ | ||
| 508 | $(am__cd) $(top_srcdir) && \ | ||
| 509 | $(AUTOMAKE) --foreign libsylph/Makefile | ||
| 510 | .PRECIOUS: Makefile | ||
| 511 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||
| 512 | @case '$?' in \ | ||
| 513 | *config.status*) \ | ||
| 514 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | ||
| 515 | *) \ | ||
| 516 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | ||
| 517 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | ||
| 518 | esac; | ||
| 519 | |||
| 520 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||
| 521 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 522 | |||
| 523 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 524 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 525 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 526 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 527 | $(am__aclocal_m4_deps): | ||
| 528 | |||
| 529 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
| 530 | @$(NORMAL_INSTALL) | ||
| 531 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | ||
| 532 | list2=; for p in $$list; do \ | ||
| 533 | if test -f $$p; then \ | ||
| 534 | list2="$$list2 $$p"; \ | ||
| 535 | else :; fi; \ | ||
| 536 | done; \ | ||
| 537 | test -z "$$list2" || { \ | ||
| 538 | echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ | ||
| 539 | $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ | ||
| 540 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ | ||
| 541 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ | ||
| 542 | } | ||
| 543 | |||
| 544 | uninstall-libLTLIBRARIES: | ||
| 545 | @$(NORMAL_UNINSTALL) | ||
| 546 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | ||
| 547 | for p in $$list; do \ | ||
| 548 | $(am__strip_dir) \ | ||
| 549 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ | ||
| 550 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ | ||
| 551 | done | ||
| 552 | |||
| 553 | clean-libLTLIBRARIES: | ||
| 554 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) | ||
| 555 | @list='$(lib_LTLIBRARIES)'; \ | ||
| 556 | locs=`for p in $$list; do echo $$p; done | \ | ||
| 557 | sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ | ||
| 558 | sort -u`; \ | ||
| 559 | test -z "$$locs" || { \ | ||
| 560 | echo rm -f $${locs}; \ | ||
| 561 | rm -f $${locs}; \ | ||
| 562 | } | ||
| 563 | |||
| 564 | libsylph-0.la: $(libsylph_0_la_OBJECTS) $(libsylph_0_la_DEPENDENCIES) $(EXTRA_libsylph_0_la_DEPENDENCIES) | ||
| 565 | $(AM_V_CCLD)$(libsylph_0_la_LINK) -rpath $(libdir) $(libsylph_0_la_OBJECTS) $(libsylph_0_la_LIBADD) $(LIBS) | ||
| 566 | |||
| 567 | mostlyclean-compile: | ||
| 568 | -rm -f *.$(OBJEXT) | ||
| 569 | |||
| 570 | distclean-compile: | ||
| 571 | -rm -f *.tab.c | ||
| 572 | |||
| 573 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/account.Plo@am__quote@ | ||
| 574 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Plo@am__quote@ | ||
| 575 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codeconv.Plo@am__quote@ | ||
| 576 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/customheader.Plo@am__quote@ | ||
| 577 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/displayheader.Plo@am__quote@ | ||
| 578 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter.Plo@am__quote@ | ||
| 579 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/folder.Plo@am__quote@ | ||
| 580 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/html.Plo@am__quote@ | ||
| 581 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imap.Plo@am__quote@ | ||
| 582 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbox.Plo@am__quote@ | ||
| 583 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@ | ||
| 584 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5_hmac.Plo@am__quote@ | ||
| 585 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mh.Plo@am__quote@ | ||
| 586 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/news.Plo@am__quote@ | ||
| 587 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nntp.Plo@am__quote@ | ||
| 588 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pop.Plo@am__quote@ | ||
| 589 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs.Plo@am__quote@ | ||
| 590 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_account.Plo@am__quote@ | ||
| 591 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_common.Plo@am__quote@ | ||
| 592 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/procheader.Plo@am__quote@ | ||
| 593 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/procmime.Plo@am__quote@ | ||
| 594 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/procmsg.Plo@am__quote@ | ||
| 595 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quoted-printable.Plo@am__quote@ | ||
| 596 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recv.Plo@am__quote@ | ||
| 597 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session.Plo@am__quote@ | ||
| 598 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp.Plo@am__quote@ | ||
| 599 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Plo@am__quote@ | ||
| 600 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socks.Plo@am__quote@ | ||
| 601 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssl.Plo@am__quote@ | ||
| 602 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssl_hostname_validation.Plo@am__quote@ | ||
| 603 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stringtable.Plo@am__quote@ | ||
| 604 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syl-marshal.Plo@am__quote@ | ||
| 605 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sylmain.Plo@am__quote@ | ||
| 606 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unmime.Plo@am__quote@ | ||
| 607 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Plo@am__quote@ | ||
| 608 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uuencode.Plo@am__quote@ | ||
| 609 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virtual.Plo@am__quote@ | ||
| 610 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xml.Plo@am__quote@ | ||
| 611 | |||
| 612 | .c.o: | ||
| 613 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | ||
| 614 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | ||
| 615 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | ||
| 616 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
| 617 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< | ||
| 618 | |||
| 619 | .c.obj: | ||
| 620 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | ||
| 621 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | ||
| 622 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | ||
| 623 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
| 624 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` | ||
| 625 | |||
| 626 | .c.lo: | ||
| 627 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | ||
| 628 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | ||
| 629 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | ||
| 630 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
| 631 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< | ||
| 632 | |||
| 633 | mostlyclean-libtool: | ||
| 634 | -rm -f *.lo | ||
| 635 | |||
| 636 | clean-libtool: | ||
| 637 | -rm -rf .libs _libs | ||
| 638 | install-libsylph_0includeHEADERS: $(libsylph_0include_HEADERS) | ||
| 639 | @$(NORMAL_INSTALL) | ||
| 640 | @list='$(libsylph_0include_HEADERS)'; test -n "$(libsylph_0includedir)" || list=; \ | ||
| 641 | if test -n "$$list"; then \ | ||
| 642 | echo " $(MKDIR_P) '$(DESTDIR)$(libsylph_0includedir)'"; \ | ||
| 643 | $(MKDIR_P) "$(DESTDIR)$(libsylph_0includedir)" || exit 1; \ | ||
| 644 | fi; \ | ||
| 645 | for p in $$list; do \ | ||
| 646 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | ||
| 647 | echo "$$d$$p"; \ | ||
| 648 | done | $(am__base_list) | \ | ||
| 649 | while read files; do \ | ||
| 650 | echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libsylph_0includedir)'"; \ | ||
| 651 | $(INSTALL_HEADER) $$files "$(DESTDIR)$(libsylph_0includedir)" || exit $$?; \ | ||
| 652 | done | ||
| 653 | |||
| 654 | uninstall-libsylph_0includeHEADERS: | ||
| 655 | @$(NORMAL_UNINSTALL) | ||
| 656 | @list='$(libsylph_0include_HEADERS)'; test -n "$(libsylph_0includedir)" || list=; \ | ||
| 657 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | ||
| 658 | dir='$(DESTDIR)$(libsylph_0includedir)'; $(am__uninstall_files_from_dir) | ||
| 659 | |||
| 660 | ID: $(am__tagged_files) | ||
| 661 | $(am__define_uniq_tagged_files); mkid -fID $$unique | ||
| 662 | tags: tags-am | ||
| 663 | TAGS: tags | ||
| 664 | |||
| 665 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | ||
| 666 | set x; \ | ||
| 667 | here=`pwd`; \ | ||
| 668 | $(am__define_uniq_tagged_files); \ | ||
| 669 | shift; \ | ||
| 670 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | ||
| 671 | test -n "$$unique" || unique=$$empty_fix; \ | ||
| 672 | if test $$# -gt 0; then \ | ||
| 673 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | ||
| 674 | "$$@" $$unique; \ | ||
| 675 | else \ | ||
| 676 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | ||
| 677 | $$unique; \ | ||
| 678 | fi; \ | ||
| 679 | fi | ||
| 680 | ctags: ctags-am | ||
| 681 | |||
| 682 | CTAGS: ctags | ||
| 683 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | ||
| 684 | $(am__define_uniq_tagged_files); \ | ||
| 685 | test -z "$(CTAGS_ARGS)$$unique" \ | ||
| 686 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | ||
| 687 | $$unique | ||
| 688 | |||
| 689 | GTAGS: | ||
| 690 | here=`$(am__cd) $(top_builddir) && pwd` \ | ||
| 691 | && $(am__cd) $(top_srcdir) \ | ||
| 692 | && gtags -i $(GTAGS_ARGS) "$$here" | ||
| 693 | cscopelist: cscopelist-am | ||
| 694 | |||
| 695 | cscopelist-am: $(am__tagged_files) | ||
| 696 | list='$(am__tagged_files)'; \ | ||
| 697 | case "$(srcdir)" in \ | ||
| 698 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | ||
| 699 | *) sdir=$(subdir)/$(srcdir) ;; \ | ||
| 700 | esac; \ | ||
| 701 | for i in $$list; do \ | ||
| 702 | if test -f "$$i"; then \ | ||
| 703 | echo "$(subdir)/$$i"; \ | ||
| 704 | else \ | ||
| 705 | echo "$$sdir/$$i"; \ | ||
| 706 | fi; \ | ||
| 707 | done >> $(top_builddir)/cscope.files | ||
| 708 | |||
| 709 | distclean-tags: | ||
| 710 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| 711 | |||
| 712 | distdir: $(DISTFILES) | ||
| 713 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
| 714 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
| 715 | list='$(DISTFILES)'; \ | ||
| 716 | dist_files=`for file in $$list; do echo $$file; done | \ | ||
| 717 | sed -e "s|^$$srcdirstrip/||;t" \ | ||
| 718 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | ||
| 719 | case $$dist_files in \ | ||
| 720 | */*) $(MKDIR_P) `echo "$$dist_files" | \ | ||
| 721 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | ||
| 722 | sort -u` ;; \ | ||
| 723 | esac; \ | ||
| 724 | for file in $$dist_files; do \ | ||
| 725 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | ||
| 726 | if test -d $$d/$$file; then \ | ||
| 727 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | ||
| 728 | if test -d "$(distdir)/$$file"; then \ | ||
| 729 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | ||
| 730 | fi; \ | ||
| 731 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | ||
| 732 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | ||
| 733 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | ||
| 734 | fi; \ | ||
| 735 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | ||
| 736 | else \ | ||
| 737 | test -f "$(distdir)/$$file" \ | ||
| 738 | || cp -p $$d/$$file "$(distdir)/$$file" \ | ||
| 739 | || exit 1; \ | ||
| 740 | fi; \ | ||
| 741 | done | ||
| 742 | check-am: all-am | ||
| 743 | check: $(BUILT_SOURCES) | ||
| 744 | $(MAKE) $(AM_MAKEFLAGS) check-am | ||
| 745 | all-am: Makefile $(LTLIBRARIES) $(HEADERS) | ||
| 746 | installdirs: | ||
| 747 | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libsylph_0includedir)"; do \ | ||
| 748 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | ||
| 749 | done | ||
| 750 | install: $(BUILT_SOURCES) | ||
| 751 | $(MAKE) $(AM_MAKEFLAGS) install-am | ||
| 752 | install-exec: install-exec-am | ||
| 753 | install-data: install-data-am | ||
| 754 | uninstall: uninstall-am | ||
| 755 | |||
| 756 | install-am: all-am | ||
| 757 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
| 758 | |||
| 759 | installcheck: installcheck-am | ||
| 760 | install-strip: | ||
| 761 | if test -z '$(STRIP)'; then \ | ||
| 762 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
| 763 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
| 764 | install; \ | ||
| 765 | else \ | ||
| 766 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
| 767 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
| 768 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | ||
| 769 | fi | ||
| 770 | mostlyclean-generic: | ||
| 771 | |||
| 772 | clean-generic: | ||
| 773 | |||
| 774 | distclean-generic: | ||
| 775 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | ||
| 776 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | ||
| 777 | |||
| 778 | maintainer-clean-generic: | ||
| 779 | @echo "This command is intended for maintainers to use" | ||
| 780 | @echo "it deletes files that may require special tools to rebuild." | ||
| 781 | -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) | ||
| 782 | clean: clean-am | ||
| 783 | |||
| 784 | clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ | ||
| 785 | mostlyclean-am | ||
| 786 | |||
| 787 | distclean: distclean-am | ||
| 788 | -rm -rf ./$(DEPDIR) | ||
| 789 | -rm -f Makefile | ||
| 790 | distclean-am: clean-am distclean-compile distclean-generic \ | ||
| 791 | distclean-tags | ||
| 792 | |||
| 793 | dvi: dvi-am | ||
| 794 | |||
| 795 | dvi-am: | ||
| 796 | |||
| 797 | html: html-am | ||
| 798 | |||
| 799 | html-am: | ||
| 800 | |||
| 801 | info: info-am | ||
| 802 | |||
| 803 | info-am: | ||
| 804 | |||
| 805 | install-data-am: install-libsylph_0includeHEADERS | ||
| 806 | |||
| 807 | install-dvi: install-dvi-am | ||
| 808 | |||
| 809 | install-dvi-am: | ||
| 810 | |||
| 811 | install-exec-am: install-libLTLIBRARIES | ||
| 812 | |||
| 813 | install-html: install-html-am | ||
| 814 | |||
| 815 | install-html-am: | ||
| 816 | |||
| 817 | install-info: install-info-am | ||
| 818 | |||
| 819 | install-info-am: | ||
| 820 | |||
| 821 | install-man: | ||
| 822 | |||
| 823 | install-pdf: install-pdf-am | ||
| 824 | |||
| 825 | install-pdf-am: | ||
| 826 | |||
| 827 | install-ps: install-ps-am | ||
| 828 | |||
| 829 | install-ps-am: | ||
| 830 | |||
| 831 | installcheck-am: | ||
| 832 | |||
| 833 | maintainer-clean: maintainer-clean-am | ||
| 834 | -rm -rf ./$(DEPDIR) | ||
| 835 | -rm -f Makefile | ||
| 836 | maintainer-clean-am: distclean-am maintainer-clean-generic | ||
| 837 | |||
| 838 | mostlyclean: mostlyclean-am | ||
| 839 | |||
| 840 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | ||
| 841 | mostlyclean-libtool | ||
| 842 | |||
| 843 | pdf: pdf-am | ||
| 844 | |||
| 845 | pdf-am: | ||
| 846 | |||
| 847 | ps: ps-am | ||
| 848 | |||
| 849 | ps-am: | ||
| 850 | |||
| 851 | uninstall-am: uninstall-libLTLIBRARIES \ | ||
| 852 | uninstall-libsylph_0includeHEADERS | ||
| 853 | |||
| 854 | .MAKE: all check install install-am install-strip | ||
| 855 | |||
| 856 | .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ | ||
| 857 | clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ | ||
| 858 | ctags-am distclean distclean-compile distclean-generic \ | ||
| 859 | distclean-libtool distclean-tags distdir dvi dvi-am html \ | ||
| 860 | html-am info info-am install install-am install-data \ | ||
| 861 | install-data-am install-dvi install-dvi-am install-exec \ | ||
| 862 | install-exec-am install-html install-html-am install-info \ | ||
| 863 | install-info-am install-libLTLIBRARIES \ | ||
| 864 | install-libsylph_0includeHEADERS install-man install-pdf \ | ||
| 865 | install-pdf-am install-ps install-ps-am install-strip \ | ||
| 866 | installcheck installcheck-am installdirs maintainer-clean \ | ||
| 867 | maintainer-clean-generic mostlyclean mostlyclean-compile \ | ||
| 868 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | ||
| 869 | tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \ | ||
| 870 | uninstall-libsylph_0includeHEADERS | ||
| 871 | |||
| 872 | |||
| 873 | syl-marshal.h: syl-marshal.list | ||
| 874 | $(GLIB_GENMARSHAL) $< --header --prefix=syl_marshal > $@ | ||
| 875 | |||
| 876 | syl-marshal.c: syl-marshal.list | ||
| 877 | $(GLIB_GENMARSHAL) $< --body --prefix=syl_marshal > $@ | ||
| 878 | |||
| 879 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
| 880 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
| 881 | .NOEXPORT: | ||
