summaryrefslogtreecommitdiff
path: root/libsylph/Makefile.in
diff options
context:
space:
mode:
authorSimeon Simeonov2018-02-26 11:23:00 +0100
committerSimeon Simeonov2018-02-26 11:23:00 +0100
commit0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc (patch)
treeaf916a30553c78ce9d4f2d8658656a175c5b6921 /libsylph/Makefile.in
Initial commit for sylpheed 3.7.0
Diffstat (limited to 'libsylph/Makefile.in')
-rw-r--r--libsylph/Makefile.in881
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
18VPATH = @srcdir@
19am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20am__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
62am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64pkgdatadir = $(datadir)/@PACKAGE@
65pkgincludedir = $(includedir)/@PACKAGE@
66pkglibdir = $(libdir)/@PACKAGE@
67pkglibexecdir = $(libexecdir)/@PACKAGE@
68am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69install_sh_DATA = $(install_sh) -c -m 644
70install_sh_PROGRAM = $(install_sh) -c
71install_sh_SCRIPT = $(install_sh) -c
72INSTALL_HEADER = $(INSTALL_DATA)
73transform = $(program_transform_name)
74NORMAL_INSTALL = :
75PRE_INSTALL = :
76POST_INSTALL = :
77NORMAL_UNINSTALL = :
78PRE_UNINSTALL = :
79POST_UNINSTALL = :
80build_triplet = @build@
81host_triplet = @host@
82target_triplet = @target@
83subdir = libsylph
84DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85 $(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp \
86 $(libsylph_0include_HEADERS)
87ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88am__aclocal_m4_deps = $(top_srcdir)/ac/aclocal-include.m4 \
89 $(top_srcdir)/ac/gnupg-check-typedef.m4 \
90 $(top_srcdir)/configure.ac
91am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92 $(ACLOCAL_M4)
93mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
94CONFIG_HEADER = $(top_builddir)/config.h
95CONFIG_CLEAN_FILES =
96CONFIG_CLEAN_VPATH_FILES =
97am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
98am__vpath_adj = case $$p in \
99 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
100 *) f=$$p;; \
101 esac;
102am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
103am__install_max = 40
104am__nobase_strip_setup = \
105 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
106am__nobase_strip = \
107 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
108am__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] }'
115am__base_list = \
116 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
117 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
118am__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 }
124am__installdirs = "$(DESTDIR)$(libdir)" \
125 "$(DESTDIR)$(libsylph_0includedir)"
126LTLIBRARIES = $(lib_LTLIBRARIES)
127am__DEPENDENCIES_1 =
128libsylph_0_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
129 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
130am_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
138libsylph_0_la_OBJECTS = $(am_libsylph_0_la_OBJECTS)
139AM_V_lt = $(am__v_lt_@AM_V@)
140am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
141am__v_lt_0 = --silent
142am__v_lt_1 =
143libsylph_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 $@
146AM_V_P = $(am__v_P_@AM_V@)
147am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
148am__v_P_0 = false
149am__v_P_1 = :
150AM_V_GEN = $(am__v_GEN_@AM_V@)
151am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
152am__v_GEN_0 = @echo " GEN " $@;
153am__v_GEN_1 =
154AM_V_at = $(am__v_at_@AM_V@)
155am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
156am__v_at_0 = @
157am__v_at_1 =
158DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
159depcomp = $(SHELL) $(top_srcdir)/depcomp
160am__depfiles_maybe = depfiles
161am__mv = mv -f
162COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
163 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
164LTCOMPILE = $(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)
168AM_V_CC = $(am__v_CC_@AM_V@)
169am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
170am__v_CC_0 = @echo " CC " $@;
171am__v_CC_1 =
172CCLD = $(CC)
173LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
174 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
175 $(AM_LDFLAGS) $(LDFLAGS) -o $@
176AM_V_CCLD = $(am__v_CCLD_@AM_V@)
177am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
178am__v_CCLD_0 = @echo " CCLD " $@;
179am__v_CCLD_1 =
180SOURCES = $(libsylph_0_la_SOURCES)
181DIST_SOURCES = $(libsylph_0_la_SOURCES)
182am__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
187HEADERS = $(libsylph_0include_HEADERS)
188am__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.
192am__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.
200am__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)`
205ETAGS = etags
206CTAGS = ctags
207DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
208ACLOCAL = @ACLOCAL@
209ALLOCA = @ALLOCA@
210AMTAR = @AMTAR@
211AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
212AR = @AR@
213AUTOCONF = @AUTOCONF@
214AUTOHEADER = @AUTOHEADER@
215AUTOMAKE = @AUTOMAKE@
216AWK = @AWK@
217BUILD_REVISION = @BUILD_REVISION@
218CATALOGS = @CATALOGS@
219CATOBJEXT = @CATOBJEXT@
220CC = @CC@
221CCDEPMODE = @CCDEPMODE@
222CFLAGS = @CFLAGS@
223CPP = @CPP@
224CPPFLAGS = @CPPFLAGS@
225CYGPATH_W = @CYGPATH_W@
226DATADIRNAME = @DATADIRNAME@
227DEFS = @DEFS@
228DEPDIR = @DEPDIR@
229DEVEL_VERSION = @DEVEL_VERSION@
230DLLTOOL = @DLLTOOL@
231DSYMUTIL = @DSYMUTIL@
232DUMPBIN = @DUMPBIN@
233ECHO_C = @ECHO_C@
234ECHO_N = @ECHO_N@
235ECHO_T = @ECHO_T@
236EGREP = @EGREP@
237EXEEXT = @EXEEXT@
238EXTRA_VERSION = @EXTRA_VERSION@
239FGREP = @FGREP@
240GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
241GLIB_CFLAGS = @GLIB_CFLAGS@
242GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
243GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
244GLIB_LIBS = @GLIB_LIBS@
245GLIB_MKENUMS = @GLIB_MKENUMS@
246GMOFILES = @GMOFILES@
247GMSGFMT = @GMSGFMT@
248GOBJECT_QUERY = @GOBJECT_QUERY@
249GPGME_CFLAGS = @GPGME_CFLAGS@
250GPGME_CONFIG = @GPGME_CONFIG@
251GPGME_LIBS = @GPGME_LIBS@
252GREP = @GREP@
253GTK_CFLAGS = @GTK_CFLAGS@
254GTK_LIBS = @GTK_LIBS@
255INSTALL = @INSTALL@
256INSTALL_DATA = @INSTALL_DATA@
257INSTALL_PROGRAM = @INSTALL_PROGRAM@
258INSTALL_SCRIPT = @INSTALL_SCRIPT@
259INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
260INSTOBJEXT = @INSTOBJEXT@
261INTLLIBS = @INTLLIBS@
262LD = @LD@
263LDAP_LIBS = @LDAP_LIBS@
264LDFLAGS = @LDFLAGS@
265LEX = @LEX@
266LEXLIB = @LEXLIB@
267LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
268LIBICONV = @LIBICONV@
269LIBOBJS = @LIBOBJS@
270LIBS = @LIBS@
271LIBSYLPH_CFLAGS = @LIBSYLPH_CFLAGS@
272LIBSYLPH_LIBS = @LIBSYLPH_LIBS@
273LIBTOOL = @LIBTOOL@
274LIPO = @LIPO@
275LN_S = @LN_S@
276LTLIBICONV = @LTLIBICONV@
277LTLIBOBJS = @LTLIBOBJS@
278LT_AGE = @LT_AGE@
279LT_CURRENT = @LT_CURRENT@
280LT_RELEASE = @LT_RELEASE@
281LT_REVISION = @LT_REVISION@
282MAINT = @MAINT@
283MAJOR_VERSION = @MAJOR_VERSION@
284MAKEINFO = @MAKEINFO@
285MANIFEST_TOOL = @MANIFEST_TOOL@
286MICRO_VERSION = @MICRO_VERSION@
287MINOR_VERSION = @MINOR_VERSION@
288MKDIR_P = @MKDIR_P@
289MKINSTALLDIRS = @MKINSTALLDIRS@
290MSGFMT = @MSGFMT@
291MSGFMT_OPTS = @MSGFMT_OPTS@
292NM = @NM@
293NMEDIT = @NMEDIT@
294OBJDUMP = @OBJDUMP@
295OBJEXT = @OBJEXT@
296OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
297OPENSSL_LIBS = @OPENSSL_LIBS@
298OTOOL = @OTOOL@
299OTOOL64 = @OTOOL64@
300PACKAGE = @PACKAGE@
301PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
302PACKAGE_NAME = @PACKAGE_NAME@
303PACKAGE_STRING = @PACKAGE_STRING@
304PACKAGE_TARNAME = @PACKAGE_TARNAME@
305PACKAGE_URL = @PACKAGE_URL@
306PACKAGE_VERSION = @PACKAGE_VERSION@
307PATH_SEPARATOR = @PATH_SEPARATOR@
308PKG_CONFIG = @PKG_CONFIG@
309PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
310PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
311POFILES = @POFILES@
312POSUB = @POSUB@
313PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
314PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
315RANLIB = @RANLIB@
316SED = @SED@
317SET_MAKE = @SET_MAKE@
318SHELL = @SHELL@
319STRIP = @STRIP@
320SYLPHEED_LIBS = @SYLPHEED_LIBS@
321USE_NLS = @USE_NLS@
322VERSION = @VERSION@
323WINDRES = @WINDRES@
324XGETTEXT = @XGETTEXT@
325YACC = @YACC@
326YFLAGS = @YFLAGS@
327abs_builddir = @abs_builddir@
328abs_srcdir = @abs_srcdir@
329abs_top_builddir = @abs_top_builddir@
330abs_top_srcdir = @abs_top_srcdir@
331ac_ct_AR = @ac_ct_AR@
332ac_ct_CC = @ac_ct_CC@
333ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
334am__include = @am__include@
335am__leading_dot = @am__leading_dot@
336am__quote = @am__quote@
337am__tar = @am__tar@
338am__untar = @am__untar@
339bindir = @bindir@
340build = @build@
341build_alias = @build_alias@
342build_cpu = @build_cpu@
343build_os = @build_os@
344build_vendor = @build_vendor@
345builddir = @builddir@
346datadir = @datadir@
347datarootdir = @datarootdir@
348docdir = @docdir@
349dvidir = @dvidir@
350exec_prefix = @exec_prefix@
351faqdir = @faqdir@
352host = @host@
353host_alias = @host_alias@
354host_cpu = @host_cpu@
355host_os = @host_os@
356host_vendor = @host_vendor@
357htmldir = @htmldir@
358includedir = @includedir@
359infodir = @infodir@
360install_sh = @install_sh@
361libdir = @libdir@
362libexecdir = @libexecdir@
363localedir = @localedir@
364localstatedir = @localstatedir@
365mandir = @mandir@
366manualdir = @manualdir@
367mkdir_p = @mkdir_p@
368oldincludedir = @oldincludedir@
369pdfdir = @pdfdir@
370plugindir = @plugindir@
371prefix = @prefix@
372program_transform_name = @program_transform_name@
373psdir = @psdir@
374sbindir = @sbindir@
375sharedstatedir = @sharedstatedir@
376srcdir = @srcdir@
377sysconfdir = @sysconfdir@
378target = @target@
379target_alias = @target_alias@
380target_cpu = @target_cpu@
381target_os = @target_os@
382target_vendor = @target_vendor@
383themedir = @themedir@
384top_build_prefix = @top_build_prefix@
385top_builddir = @top_builddir@
386top_srcdir = @top_srcdir@
387AM_CPPFLAGS = \
388 -DG_LOG_DOMAIN=\"LibSylph\" \
389 -DSYSCONFDIR=\""$(sysconfdir)"\" \
390 -DLOCALEDIR=\""$(localedir)"\"
391
392INCLUDES = -I$(top_srcdir) $(GLIB_CFLAGS) $(LIBSYLPH_CFLAGS)
393lib_LTLIBRARIES = libsylph-0.la
394#noinst_LTLIBRARIES = libsylph.la
395libsylph_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
435libsylph_0includedir = $(includedir)/sylpheed/sylph
436libsylph_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
478BUILT_SOURCES = \
479 syl-marshal.c \
480 syl-marshal.h
481
482EXTRA_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
488libsylph_0_la_LDFLAGS = \
489 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
490 -export-dynamic $(no_undefined) $(export_symbols)
491
492libsylph_0_la_LIBADD = $(GLIB_LIBS) $(LIBICONV) $(LIBSYLPH_LIBS)
493all: $(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
511Makefile: $(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
529install-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
544uninstall-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
553clean-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
564libsylph-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
567mostlyclean-compile:
568 -rm -f *.$(OBJEXT)
569
570distclean-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
633mostlyclean-libtool:
634 -rm -f *.lo
635
636clean-libtool:
637 -rm -rf .libs _libs
638install-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
654uninstall-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
660ID: $(am__tagged_files)
661 $(am__define_uniq_tagged_files); mkid -fID $$unique
662tags: tags-am
663TAGS: tags
664
665tags-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
680ctags: ctags-am
681
682CTAGS: ctags
683ctags-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
689GTAGS:
690 here=`$(am__cd) $(top_builddir) && pwd` \
691 && $(am__cd) $(top_srcdir) \
692 && gtags -i $(GTAGS_ARGS) "$$here"
693cscopelist: cscopelist-am
694
695cscopelist-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
709distclean-tags:
710 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
711
712distdir: $(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
742check-am: all-am
743check: $(BUILT_SOURCES)
744 $(MAKE) $(AM_MAKEFLAGS) check-am
745all-am: Makefile $(LTLIBRARIES) $(HEADERS)
746installdirs:
747 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libsylph_0includedir)"; do \
748 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
749 done
750install: $(BUILT_SOURCES)
751 $(MAKE) $(AM_MAKEFLAGS) install-am
752install-exec: install-exec-am
753install-data: install-data-am
754uninstall: uninstall-am
755
756install-am: all-am
757 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
758
759installcheck: installcheck-am
760install-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
770mostlyclean-generic:
771
772clean-generic:
773
774distclean-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
778maintainer-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)
782clean: clean-am
783
784clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
785 mostlyclean-am
786
787distclean: distclean-am
788 -rm -rf ./$(DEPDIR)
789 -rm -f Makefile
790distclean-am: clean-am distclean-compile distclean-generic \
791 distclean-tags
792
793dvi: dvi-am
794
795dvi-am:
796
797html: html-am
798
799html-am:
800
801info: info-am
802
803info-am:
804
805install-data-am: install-libsylph_0includeHEADERS
806
807install-dvi: install-dvi-am
808
809install-dvi-am:
810
811install-exec-am: install-libLTLIBRARIES
812
813install-html: install-html-am
814
815install-html-am:
816
817install-info: install-info-am
818
819install-info-am:
820
821install-man:
822
823install-pdf: install-pdf-am
824
825install-pdf-am:
826
827install-ps: install-ps-am
828
829install-ps-am:
830
831installcheck-am:
832
833maintainer-clean: maintainer-clean-am
834 -rm -rf ./$(DEPDIR)
835 -rm -f Makefile
836maintainer-clean-am: distclean-am maintainer-clean-generic
837
838mostlyclean: mostlyclean-am
839
840mostlyclean-am: mostlyclean-compile mostlyclean-generic \
841 mostlyclean-libtool
842
843pdf: pdf-am
844
845pdf-am:
846
847ps: ps-am
848
849ps-am:
850
851uninstall-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
873syl-marshal.h: syl-marshal.list
874 $(GLIB_GENMARSHAL) $< --header --prefix=syl_marshal > $@
875
876syl-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: