1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Copyright 1999-2014 the Claws Mail team.
18# This file is part of Claws Mail package, and distributed under the
19# terms of the General Public License version 3 (or later).
20# See COPYING file for license details.
21
22VPATH = @srcdir@
23am__is_gnu_make = { \
24  if test -z '$(MAKELEVEL)'; then \
25    false; \
26  elif test -n '$(MAKE_HOST)'; then \
27    true; \
28  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29    true; \
30  else \
31    false; \
32  fi; \
33}
34am__make_running_with_option = \
35  case $${target_option-} in \
36      ?) ;; \
37      *) echo "am__make_running_with_option: internal error: invalid" \
38              "target option '$${target_option-}' specified" >&2; \
39         exit 1;; \
40  esac; \
41  has_opt=no; \
42  sane_makeflags=$$MAKEFLAGS; \
43  if $(am__is_gnu_make); then \
44    sane_makeflags=$$MFLAGS; \
45  else \
46    case $$MAKEFLAGS in \
47      *\\[\ \	]*) \
48        bs=\\; \
49        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
50          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
51    esac; \
52  fi; \
53  skip_next=no; \
54  strip_trailopt () \
55  { \
56    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
57  }; \
58  for flg in $$sane_makeflags; do \
59    test $$skip_next = yes && { skip_next=no; continue; }; \
60    case $$flg in \
61      *=*|--*) continue;; \
62        -*I) strip_trailopt 'I'; skip_next=yes;; \
63      -*I?*) strip_trailopt 'I';; \
64        -*O) strip_trailopt 'O'; skip_next=yes;; \
65      -*O?*) strip_trailopt 'O';; \
66        -*l) strip_trailopt 'l'; skip_next=yes;; \
67      -*l?*) strip_trailopt 'l';; \
68      -[dEDm]) skip_next=yes;; \
69      -[JT]) skip_next=yes;; \
70    esac; \
71    case $$flg in \
72      *$$target_option*) has_opt=yes; break;; \
73    esac; \
74  done; \
75  test $$has_opt = yes
76am__make_dryrun = (target_option=n; $(am__make_running_with_option))
77am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
78pkgdatadir = $(datadir)/@PACKAGE@
79pkgincludedir = $(includedir)/@PACKAGE@
80pkglibdir = $(libdir)/@PACKAGE@
81pkglibexecdir = $(libexecdir)/@PACKAGE@
82am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
83install_sh_DATA = $(install_sh) -c -m 644
84install_sh_PROGRAM = $(install_sh) -c
85install_sh_SCRIPT = $(install_sh) -c
86INSTALL_HEADER = $(INSTALL_DATA)
87transform = $(program_transform_name)
88NORMAL_INSTALL = :
89PRE_INSTALL = :
90POST_INSTALL = :
91NORMAL_UNINSTALL = :
92PRE_UNINSTALL = :
93POST_UNINSTALL = :
94build_triplet = @build@
95host_triplet = @host@
96target_triplet = @target@
97subdir = src/plugins/newmail
98ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99am__aclocal_m4_deps = $(top_srcdir)/m4/check-type.m4 \
100	$(top_srcdir)/m4/gnupg-check-typedef.m4 \
101	$(top_srcdir)/m4/gnupg.m4 $(top_srcdir)/m4/gpgme.m4 \
102	$(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/libtool.m4 \
103	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
104	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
105	$(top_srcdir)/m4/spamassassin.m4 $(top_srcdir)/configure.ac
106am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107	$(ACLOCAL_M4)
108DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
109mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
110CONFIG_HEADER = $(top_builddir)/config.h \
111	$(top_builddir)/claws-features.h
112CONFIG_CLEAN_FILES =
113CONFIG_CLEAN_VPATH_FILES =
114am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
115am__vpath_adj = case $$p in \
116    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
117    *) f=$$p;; \
118  esac;
119am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
120am__install_max = 40
121am__nobase_strip_setup = \
122  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
123am__nobase_strip = \
124  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
125am__nobase_list = $(am__nobase_strip_setup); \
126  for p in $$list; do echo "$$p $$p"; done | \
127  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
128  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
129    if (++n[$$2] == $(am__install_max)) \
130      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
131    END { for (dir in files) print dir, files[dir] }'
132am__base_list = \
133  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
134  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
135am__uninstall_files_from_dir = { \
136  test -z "$$files" \
137    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
138    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
139         $(am__cd) "$$dir" && rm -f $$files; }; \
140  }
141am__installdirs = "$(DESTDIR)$(plugindir)"
142LTLIBRARIES = $(plugin_LTLIBRARIES)
143newmail_la_LIBADD =
144am_newmail_la_OBJECTS = newmail_la-newmail.lo
145newmail_la_OBJECTS = $(am_newmail_la_OBJECTS)
146AM_V_lt = $(am__v_lt_@AM_V@)
147am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
148am__v_lt_0 = --silent
149am__v_lt_1 =
150newmail_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
151	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
152	$(newmail_la_LDFLAGS) $(LDFLAGS) -o $@
153@BUILD_NEWMAIL_PLUGIN_TRUE@am_newmail_la_rpath = -rpath $(plugindir)
154AM_V_P = $(am__v_P_@AM_V@)
155am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
156am__v_P_0 = false
157am__v_P_1 = :
158AM_V_GEN = $(am__v_GEN_@AM_V@)
159am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
160am__v_GEN_0 = @echo "  GEN     " $@;
161am__v_GEN_1 =
162AM_V_at = $(am__v_at_@AM_V@)
163am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
164am__v_at_0 = @
165am__v_at_1 =
166DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
167depcomp = $(SHELL) $(top_srcdir)/config/depcomp
168am__maybe_remake_depfiles = depfiles
169am__depfiles_remade = ./$(DEPDIR)/newmail_la-newmail.Plo
170am__mv = mv -f
171COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
172	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
173LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
174	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
175	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
176	$(AM_CFLAGS) $(CFLAGS)
177AM_V_CC = $(am__v_CC_@AM_V@)
178am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
179am__v_CC_0 = @echo "  CC      " $@;
180am__v_CC_1 =
181CCLD = $(CC)
182LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
183	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
184	$(AM_LDFLAGS) $(LDFLAGS) -o $@
185AM_V_CCLD = $(am__v_CCLD_@AM_V@)
186am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
187am__v_CCLD_0 = @echo "  CCLD    " $@;
188am__v_CCLD_1 =
189SOURCES = $(newmail_la_SOURCES)
190DIST_SOURCES = $(newmail_la_SOURCES)
191am__can_run_installinfo = \
192  case $$AM_UPDATE_INFO_DIR in \
193    n|no|NO) false;; \
194    *) (install-info --version) >/dev/null 2>&1;; \
195  esac
196am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
197# Read a list of newline-separated strings from the standard input,
198# and print each of them once, without duplicates.  Input order is
199# *not* preserved.
200am__uniquify_input = $(AWK) '\
201  BEGIN { nonempty = 0; } \
202  { items[$$0] = 1; nonempty = 1; } \
203  END { if (nonempty) { for (i in items) print i; }; } \
204'
205# Make sure the list of sources is unique.  This is necessary because,
206# e.g., the same source file might be shared among _SOURCES variables
207# for different programs/libraries.
208am__define_uniq_tagged_files = \
209  list='$(am__tagged_files)'; \
210  unique=`for i in $$list; do \
211    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
212  done | $(am__uniquify_input)`
213ETAGS = etags
214CTAGS = ctags
215am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp \
216	$(top_srcdir)/config/mkinstalldirs
217DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
218ACLOCAL = @ACLOCAL@
219ALLOCA = @ALLOCA@
220AMTAR = @AMTAR@
221AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
222AR = @AR@
223ARCHIVE_CFLAGS = @ARCHIVE_CFLAGS@
224ARCHIVE_LIBS = @ARCHIVE_LIBS@
225AS = @AS@
226AUTOCONF = @AUTOCONF@
227AUTOHEADER = @AUTOHEADER@
228AUTOMAKE = @AUTOMAKE@
229AWK = @AWK@
230CAIRO_CFLAGS = @CAIRO_CFLAGS@
231CAIRO_LIBS = @CAIRO_LIBS@
232CC = @CC@
233CCDEPMODE = @CCDEPMODE@
234CFLAGS = @CFLAGS@
235CM_NP_HOTKEY_CFLAGS = @CM_NP_HOTKEY_CFLAGS@
236CM_NP_HOTKEY_LIBS = @CM_NP_HOTKEY_LIBS@
237COMPFACE_LIBS = @COMPFACE_LIBS@
238CONTACTS_CFLAGS = @CONTACTS_CFLAGS@
239CONTACTS_LIBS = @CONTACTS_LIBS@
240CPP = @CPP@
241CPPFLAGS = @CPPFLAGS@
242CURL_CFLAGS = @CURL_CFLAGS@
243CURL_LIBS = @CURL_LIBS@
244CXX = @CXX@
245CXXCPP = @CXXCPP@
246CXXDEPMODE = @CXXDEPMODE@
247CXXFLAGS = @CXXFLAGS@
248CYGPATH_W = @CYGPATH_W@
249DBUS_CFLAGS = @DBUS_CFLAGS@
250DBUS_LIBS = @DBUS_LIBS@
251DEFS = @DEFS@
252DEPDIR = @DEPDIR@
253DLLTOOL = @DLLTOOL@
254DOCBOOK2HTML = @DOCBOOK2HTML@
255DOCBOOK2PDF = @DOCBOOK2PDF@
256DOCBOOK2PS = @DOCBOOK2PS@
257DOCBOOK2TXT = @DOCBOOK2TXT@
258DSYMUTIL = @DSYMUTIL@
259DUMPBIN = @DUMPBIN@
260ECHO_C = @ECHO_C@
261ECHO_N = @ECHO_N@
262ECHO_T = @ECHO_T@
263EGREP = @EGREP@
264ENCHANT_CFLAGS = @ENCHANT_CFLAGS@
265ENCHANT_LIBS = @ENCHANT_LIBS@
266EXEEXT = @EXEEXT@
267EXPAT_CFLAGS = @EXPAT_CFLAGS@
268EXPAT_LIBS = @EXPAT_LIBS@
269EXTRA_VERSION = @EXTRA_VERSION@
270FGREP = @FGREP@
271FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
272FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
273GDATA_CFLAGS = @GDATA_CFLAGS@
274GDATA_LIBS = @GDATA_LIBS@
275GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
276GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
277GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
278GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
279GIT = @GIT@
280GIT_VERSION = @GIT_VERSION@
281GLIB_CFLAGS = @GLIB_CFLAGS@
282GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
283GLIB_LIBS = @GLIB_LIBS@
284GMSGFMT = @GMSGFMT@
285GMSGFMT_015 = @GMSGFMT_015@
286GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
287GNUTLS_LIBS = @GNUTLS_LIBS@
288GPGME_CFLAGS = @GPGME_CFLAGS@
289GPGME_CONFIG = @GPGME_CONFIG@
290GPGME_LIBS = @GPGME_LIBS@
291GREP = @GREP@
292GTK_CFLAGS = @GTK_CFLAGS@
293GTK_LIBS = @GTK_LIBS@
294HAVE_GTK_ICON_CACHE = @HAVE_GTK_ICON_CACHE@
295HAVE_PERL = @HAVE_PERL@
296INSTALL = @INSTALL@
297INSTALL_DATA = @INSTALL_DATA@
298INSTALL_PROGRAM = @INSTALL_PROGRAM@
299INSTALL_SCRIPT = @INSTALL_SCRIPT@
300INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
301INTLLIBS = @INTLLIBS@
302INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
303JPILOT_LIBS = @JPILOT_LIBS@
304LD = @LD@
305LDAP_LIBS = @LDAP_LIBS@
306LDFLAGS = @LDFLAGS@
307LEX = @LEX@
308LEXLIB = @LEXLIB@
309LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
310LIBARCHIVE_CFLAGS = @LIBARCHIVE_CFLAGS@
311LIBARCHIVE_LIBS = @LIBARCHIVE_LIBS@
312LIBETPAN_CFLAGS = @LIBETPAN_CFLAGS@
313LIBETPAN_FLAGS = @LIBETPAN_FLAGS@
314LIBETPAN_LIBS = @LIBETPAN_LIBS@
315LIBGUMBO_CFLAGS = @LIBGUMBO_CFLAGS@
316LIBGUMBO_LIBS = @LIBGUMBO_LIBS@
317LIBICAL_CFLAGS = @LIBICAL_CFLAGS@
318LIBICAL_LIBS = @LIBICAL_LIBS@
319LIBICONV = @LIBICONV@
320LIBINTL = @LIBINTL@
321LIBOBJS = @LIBOBJS@
322LIBRESOLV = @LIBRESOLV@
323LIBS = @LIBS@
324LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
325LIBSOUP_GNOME_CFLAGS = @LIBSOUP_GNOME_CFLAGS@
326LIBSOUP_GNOME_LIBS = @LIBSOUP_GNOME_LIBS@
327LIBSOUP_LIBS = @LIBSOUP_LIBS@
328LIBTOOL = @LIBTOOL@
329LIPO = @LIPO@
330LN_S = @LN_S@
331LTLIBICONV = @LTLIBICONV@
332LTLIBINTL = @LTLIBINTL@
333LTLIBOBJS = @LTLIBOBJS@
334LT_AGE = @LT_AGE@
335LT_CURRENT = @LT_CURRENT@
336LT_RELEASE = @LT_RELEASE@
337LT_REVISION = @LT_REVISION@
338LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
339MAINT = @MAINT@
340MAJOR_VERSION = @MAJOR_VERSION@
341MAKEINFO = @MAKEINFO@
342MANIFEST_TOOL = @MANIFEST_TOOL@
343MICRO_VERSION = @MICRO_VERSION@
344MINOR_VERSION = @MINOR_VERSION@
345MKDIR_P = @MKDIR_P@
346MSGFMT = @MSGFMT@
347MSGMERGE = @MSGMERGE@
348MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
349NETTLE_CFLAGS = @NETTLE_CFLAGS@
350NETTLE_LIBS = @NETTLE_LIBS@
351NETWORKMANAGER_SUPPORT_CFLAGS = @NETWORKMANAGER_SUPPORT_CFLAGS@
352NETWORKMANAGER_SUPPORT_LIBS = @NETWORKMANAGER_SUPPORT_LIBS@
353NM = @NM@
354NMEDIT = @NMEDIT@
355OBJDUMP = @OBJDUMP@
356OBJEXT = @OBJEXT@
357OTOOL = @OTOOL@
358OTOOL64 = @OTOOL64@
359PACKAGE = @PACKAGE@
360PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
361PACKAGE_NAME = @PACKAGE_NAME@
362PACKAGE_STRING = @PACKAGE_STRING@
363PACKAGE_TARNAME = @PACKAGE_TARNAME@
364PACKAGE_URL = @PACKAGE_URL@
365PACKAGE_VERSION = @PACKAGE_VERSION@
366PASSCRYPT_KEY = @PASSCRYPT_KEY@
367PATH_SEPARATOR = @PATH_SEPARATOR@
368PERL = @PERL@
369PERL_CFLAGS = @PERL_CFLAGS@
370PERL_LDFLAGS = @PERL_LDFLAGS@
371PKG_CONFIG = @PKG_CONFIG@
372PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
373PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
374POPPLER_CFLAGS = @POPPLER_CFLAGS@
375POPPLER_LIBS = @POPPLER_LIBS@
376POSUB = @POSUB@
377PTHREAD_LIBS = @PTHREAD_LIBS@
378PYGTK_CFLAGS = @PYGTK_CFLAGS@
379PYGTK_LIBS = @PYGTK_LIBS@
380PYTHON_CFLAGS = @PYTHON_CFLAGS@
381PYTHON_LIBS = @PYTHON_LIBS@
382PYTHON_SHARED_LIB = @PYTHON_SHARED_LIB@
383RANLIB = @RANLIB@
384RC = @RC@
385REAL_CXX = @REAL_CXX@
386SED = @SED@
387SET_MAKE = @SET_MAKE@
388SHELL = @SHELL@
389SM_LIBS = @SM_LIBS@
390SPAMASSASSIN_CFLAGS = @SPAMASSASSIN_CFLAGS@
391SPAMASSASSIN_LIBS = @SPAMASSASSIN_LIBS@
392STARTUP_NOTIFICATION_CFLAGS = @STARTUP_NOTIFICATION_CFLAGS@
393STARTUP_NOTIFICATION_LIBS = @STARTUP_NOTIFICATION_LIBS@
394STRIP = @STRIP@
395SVG_CFLAGS = @SVG_CFLAGS@
396SVG_LIBS = @SVG_LIBS@
397USE_NLS = @USE_NLS@
398VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
399VALGRIND_LIBS = @VALGRIND_LIBS@
400VERSION = @VERSION@
401WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
402WEBKIT_LIBS = @WEBKIT_LIBS@
403XGETTEXT = @XGETTEXT@
404XGETTEXT_015 = @XGETTEXT_015@
405XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
406YACC = @YACC@
407YFLAGS = @YFLAGS@
408YTNEF_CFLAGS = @YTNEF_CFLAGS@
409YTNEF_LIBS = @YTNEF_LIBS@
410abs_builddir = @abs_builddir@
411abs_srcdir = @abs_srcdir@
412abs_top_builddir = @abs_top_builddir@
413abs_top_srcdir = @abs_top_srcdir@
414ac_ct_AR = @ac_ct_AR@
415ac_ct_CC = @ac_ct_CC@
416ac_ct_CXX = @ac_ct_CXX@
417ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
418am__include = @am__include@
419am__leading_dot = @am__leading_dot@
420am__quote = @am__quote@
421am__tar = @am__tar@
422am__untar = @am__untar@
423bindir = @bindir@
424build = @build@
425build_alias = @build_alias@
426build_cpu = @build_cpu@
427build_os = @build_os@
428build_vendor = @build_vendor@
429builddir = @builddir@
430datadir = @datadir@
431datarootdir = @datarootdir@
432docdir = @docdir@
433dvidir = @dvidir@
434enable_crash_dialog = @enable_crash_dialog@
435exec_prefix = @exec_prefix@
436host = @host@
437host_alias = @host_alias@
438host_cpu = @host_cpu@
439host_os = @host_os@
440host_vendor = @host_vendor@
441htmldir = @htmldir@
442includedir = @includedir@
443infodir = @infodir@
444install_sh = @install_sh@
445libcanberra_gtk_CFLAGS = @libcanberra_gtk_CFLAGS@
446libcanberra_gtk_LIBS = @libcanberra_gtk_LIBS@
447libdir = @libdir@
448libetpanconfig = @libetpanconfig@
449libexecdir = @libexecdir@
450libnotify_CFLAGS = @libnotify_CFLAGS@
451libnotify_LIBS = @libnotify_LIBS@
452localedir = @localedir@
453localstatedir = @localstatedir@
454mandir = @mandir@
455manualdir = @manualdir@
456mkdir_p = @mkdir_p@
457oldincludedir = @oldincludedir@
458pdfdir = @pdfdir@
459prefix = @prefix@
460program_transform_name = @program_transform_name@
461psdir = @psdir@
462runstatedir = @runstatedir@
463sbindir = @sbindir@
464sharedstatedir = @sharedstatedir@
465srcdir = @srcdir@
466sysconfdir = @sysconfdir@
467target = @target@
468target_alias = @target_alias@
469target_cpu = @target_cpu@
470target_os = @target_os@
471target_vendor = @target_vendor@
472top_build_prefix = @top_build_prefix@
473top_builddir = @top_builddir@
474top_srcdir = @top_srcdir@
475unity_CFLAGS = @unity_CFLAGS@
476unity_LIBS = @unity_LIBS@
477plugindir = $(pkglibdir)/plugins
478@BUILD_NEWMAIL_PLUGIN_TRUE@plugin_LTLIBRARIES = newmail.la
479newmail_la_SOURCES = \
480	newmail.c
481
482newmail_la_LDFLAGS = \
483	-avoid-version -module
484
485newmail_la_CPPFLAGS = \
486	-I$(top_srcdir)/src \
487	-I$(top_srcdir)/src/common \
488	-I$(top_builddir)/src/common \
489	-I$(top_srcdir)/src/gtk \
490        $(GLIB_CFLAGS) \
491	$(GTK_CFLAGS)
492
493all: all-am
494
495.SUFFIXES:
496.SUFFIXES: .c .lo .o .obj
497$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
498	@for dep in $?; do \
499	  case '$(am__configure_deps)' in \
500	    *$$dep*) \
501	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
502	        && { if test -f $@; then exit 0; else break; fi; }; \
503	      exit 1;; \
504	  esac; \
505	done; \
506	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/newmail/Makefile'; \
507	$(am__cd) $(top_srcdir) && \
508	  $(AUTOMAKE) --foreign src/plugins/newmail/Makefile
509Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
510	@case '$?' in \
511	  *config.status*) \
512	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
513	  *) \
514	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
515	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
516	esac;
517
518$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
519	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
520
521$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
522	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
523$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
524	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
525$(am__aclocal_m4_deps):
526
527install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
528	@$(NORMAL_INSTALL)
529	@list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
530	list2=; for p in $$list; do \
531	  if test -f $$p; then \
532	    list2="$$list2 $$p"; \
533	  else :; fi; \
534	done; \
535	test -z "$$list2" || { \
536	  echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
537	  $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
538	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
539	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
540	}
541
542uninstall-pluginLTLIBRARIES:
543	@$(NORMAL_UNINSTALL)
544	@list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
545	for p in $$list; do \
546	  $(am__strip_dir) \
547	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
548	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
549	done
550
551clean-pluginLTLIBRARIES:
552	-test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
553	@list='$(plugin_LTLIBRARIES)'; \
554	locs=`for p in $$list; do echo $$p; done | \
555	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
556	      sort -u`; \
557	test -z "$$locs" || { \
558	  echo rm -f $${locs}; \
559	  rm -f $${locs}; \
560	}
561
562newmail.la: $(newmail_la_OBJECTS) $(newmail_la_DEPENDENCIES) $(EXTRA_newmail_la_DEPENDENCIES)
563	$(AM_V_CCLD)$(newmail_la_LINK) $(am_newmail_la_rpath) $(newmail_la_OBJECTS) $(newmail_la_LIBADD) $(LIBS)
564
565mostlyclean-compile:
566	-rm -f *.$(OBJEXT)
567
568distclean-compile:
569	-rm -f *.tab.c
570
571@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/newmail_la-newmail.Plo@am__quote@ # am--include-marker
572
573$(am__depfiles_remade):
574	@$(MKDIR_P) $(@D)
575	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
576
577am--depfiles: $(am__depfiles_remade)
578
579.c.o:
580@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
581@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
582@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
583@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
584@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
585
586.c.obj:
587@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
588@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
589@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
590@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
591@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
592
593.c.lo:
594@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
595@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
596@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
597@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
598@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
599
600newmail_la-newmail.lo: newmail.c
601@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(newmail_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT newmail_la-newmail.lo -MD -MP -MF $(DEPDIR)/newmail_la-newmail.Tpo -c -o newmail_la-newmail.lo `test -f 'newmail.c' || echo '$(srcdir)/'`newmail.c
602@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/newmail_la-newmail.Tpo $(DEPDIR)/newmail_la-newmail.Plo
603@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='newmail.c' object='newmail_la-newmail.lo' libtool=yes @AMDEPBACKSLASH@
604@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
605@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(newmail_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o newmail_la-newmail.lo `test -f 'newmail.c' || echo '$(srcdir)/'`newmail.c
606
607mostlyclean-libtool:
608	-rm -f *.lo
609
610clean-libtool:
611	-rm -rf .libs _libs
612
613ID: $(am__tagged_files)
614	$(am__define_uniq_tagged_files); mkid -fID $$unique
615tags: tags-am
616TAGS: tags
617
618tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
619	set x; \
620	here=`pwd`; \
621	$(am__define_uniq_tagged_files); \
622	shift; \
623	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
624	  test -n "$$unique" || unique=$$empty_fix; \
625	  if test $$# -gt 0; then \
626	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
627	      "$$@" $$unique; \
628	  else \
629	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
630	      $$unique; \
631	  fi; \
632	fi
633ctags: ctags-am
634
635CTAGS: ctags
636ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
637	$(am__define_uniq_tagged_files); \
638	test -z "$(CTAGS_ARGS)$$unique" \
639	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
640	     $$unique
641
642GTAGS:
643	here=`$(am__cd) $(top_builddir) && pwd` \
644	  && $(am__cd) $(top_srcdir) \
645	  && gtags -i $(GTAGS_ARGS) "$$here"
646cscopelist: cscopelist-am
647
648cscopelist-am: $(am__tagged_files)
649	list='$(am__tagged_files)'; \
650	case "$(srcdir)" in \
651	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
652	  *) sdir=$(subdir)/$(srcdir) ;; \
653	esac; \
654	for i in $$list; do \
655	  if test -f "$$i"; then \
656	    echo "$(subdir)/$$i"; \
657	  else \
658	    echo "$$sdir/$$i"; \
659	  fi; \
660	done >> $(top_builddir)/cscope.files
661
662distclean-tags:
663	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
664
665distdir: $(BUILT_SOURCES)
666	$(MAKE) $(AM_MAKEFLAGS) distdir-am
667
668distdir-am: $(DISTFILES)
669	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
670	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
671	list='$(DISTFILES)'; \
672	  dist_files=`for file in $$list; do echo $$file; done | \
673	  sed -e "s|^$$srcdirstrip/||;t" \
674	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
675	case $$dist_files in \
676	  */*) $(MKDIR_P) `echo "$$dist_files" | \
677			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
678			   sort -u` ;; \
679	esac; \
680	for file in $$dist_files; do \
681	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
682	  if test -d $$d/$$file; then \
683	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
684	    if test -d "$(distdir)/$$file"; then \
685	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
686	    fi; \
687	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
688	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
689	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
690	    fi; \
691	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
692	  else \
693	    test -f "$(distdir)/$$file" \
694	    || cp -p $$d/$$file "$(distdir)/$$file" \
695	    || exit 1; \
696	  fi; \
697	done
698check-am: all-am
699check: check-am
700all-am: Makefile $(LTLIBRARIES)
701installdirs:
702	for dir in "$(DESTDIR)$(plugindir)"; do \
703	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
704	done
705install: install-am
706install-exec: install-exec-am
707install-data: install-data-am
708uninstall: uninstall-am
709
710install-am: all-am
711	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
712
713installcheck: installcheck-am
714install-strip:
715	if test -z '$(STRIP)'; then \
716	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
717	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
718	      install; \
719	else \
720	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
721	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
722	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
723	fi
724mostlyclean-generic:
725
726clean-generic:
727
728distclean-generic:
729	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
730	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
731
732maintainer-clean-generic:
733	@echo "This command is intended for maintainers to use"
734	@echo "it deletes files that may require special tools to rebuild."
735clean: clean-am
736
737clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
738	mostlyclean-am
739
740distclean: distclean-am
741		-rm -f ./$(DEPDIR)/newmail_la-newmail.Plo
742	-rm -f Makefile
743distclean-am: clean-am distclean-compile distclean-generic \
744	distclean-tags
745
746dvi: dvi-am
747
748dvi-am:
749
750html: html-am
751
752html-am:
753
754info: info-am
755
756info-am:
757
758install-data-am: install-pluginLTLIBRARIES
759
760install-dvi: install-dvi-am
761
762install-dvi-am:
763
764install-exec-am:
765
766install-html: install-html-am
767
768install-html-am:
769
770install-info: install-info-am
771
772install-info-am:
773
774install-man:
775
776install-pdf: install-pdf-am
777
778install-pdf-am:
779
780install-ps: install-ps-am
781
782install-ps-am:
783
784installcheck-am:
785
786maintainer-clean: maintainer-clean-am
787		-rm -f ./$(DEPDIR)/newmail_la-newmail.Plo
788	-rm -f Makefile
789maintainer-clean-am: distclean-am maintainer-clean-generic
790
791mostlyclean: mostlyclean-am
792
793mostlyclean-am: mostlyclean-compile mostlyclean-generic \
794	mostlyclean-libtool
795
796pdf: pdf-am
797
798pdf-am:
799
800ps: ps-am
801
802ps-am:
803
804uninstall-am: uninstall-pluginLTLIBRARIES
805
806.MAKE: install-am install-strip
807
808.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
809	clean-generic clean-libtool clean-pluginLTLIBRARIES \
810	cscopelist-am ctags ctags-am distclean distclean-compile \
811	distclean-generic distclean-libtool distclean-tags distdir dvi \
812	dvi-am html html-am info info-am install install-am \
813	install-data install-data-am install-dvi install-dvi-am \
814	install-exec install-exec-am install-html install-html-am \
815	install-info install-info-am install-man install-pdf \
816	install-pdf-am install-pluginLTLIBRARIES install-ps \
817	install-ps-am install-strip installcheck installcheck-am \
818	installdirs maintainer-clean maintainer-clean-generic \
819	mostlyclean mostlyclean-compile mostlyclean-generic \
820	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
821	uninstall-am uninstall-pluginLTLIBRARIES
822
823.PRECIOUS: Makefile
824
825
826.PHONY: test
827
828# Tell versions [3.59,3.63) of GNU make to not export all variables.
829# Otherwise a system limit (for SysV at least) may be exceeded.
830.NOEXPORT:
831