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
22
23VPATH = @srcdir@
24am__is_gnu_make = { \
25  if test -z '$(MAKELEVEL)'; then \
26    false; \
27  elif test -n '$(MAKE_HOST)'; then \
28    true; \
29  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
30    true; \
31  else \
32    false; \
33  fi; \
34}
35am__make_running_with_option = \
36  case $${target_option-} in \
37      ?) ;; \
38      *) echo "am__make_running_with_option: internal error: invalid" \
39              "target option '$${target_option-}' specified" >&2; \
40         exit 1;; \
41  esac; \
42  has_opt=no; \
43  sane_makeflags=$$MAKEFLAGS; \
44  if $(am__is_gnu_make); then \
45    sane_makeflags=$$MFLAGS; \
46  else \
47    case $$MAKEFLAGS in \
48      *\\[\ \	]*) \
49        bs=\\; \
50        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
51          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
52    esac; \
53  fi; \
54  skip_next=no; \
55  strip_trailopt () \
56  { \
57    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
58  }; \
59  for flg in $$sane_makeflags; do \
60    test $$skip_next = yes && { skip_next=no; continue; }; \
61    case $$flg in \
62      *=*|--*) continue;; \
63        -*I) strip_trailopt 'I'; skip_next=yes;; \
64      -*I?*) strip_trailopt 'I';; \
65        -*O) strip_trailopt 'O'; skip_next=yes;; \
66      -*O?*) strip_trailopt 'O';; \
67        -*l) strip_trailopt 'l'; skip_next=yes;; \
68      -*l?*) strip_trailopt 'l';; \
69      -[dEDm]) skip_next=yes;; \
70      -[JT]) skip_next=yes;; \
71    esac; \
72    case $$flg in \
73      *$$target_option*) has_opt=yes; break;; \
74    esac; \
75  done; \
76  test $$has_opt = yes
77am__make_dryrun = (target_option=n; $(am__make_running_with_option))
78am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
79pkgdatadir = $(datadir)/@PACKAGE@
80pkgincludedir = $(includedir)/@PACKAGE@
81pkglibdir = $(libdir)/@PACKAGE@
82pkglibexecdir = $(libexecdir)/@PACKAGE@
83am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
84install_sh_DATA = $(install_sh) -c -m 644
85install_sh_PROGRAM = $(install_sh) -c
86install_sh_SCRIPT = $(install_sh) -c
87INSTALL_HEADER = $(INSTALL_DATA)
88transform = $(program_transform_name)
89NORMAL_INSTALL = :
90PRE_INSTALL = :
91POST_INSTALL = :
92NORMAL_UNINSTALL = :
93PRE_UNINSTALL = :
94POST_UNINSTALL = :
95build_triplet = @build@
96host_triplet = @host@
97target_triplet = @target@
98subdir = src/common
99ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
100am__aclocal_m4_deps = $(top_srcdir)/m4/check-type.m4 \
101	$(top_srcdir)/m4/gnupg-check-typedef.m4 \
102	$(top_srcdir)/m4/gnupg.m4 $(top_srcdir)/m4/gpgme.m4 \
103	$(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/libtool.m4 \
104	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
105	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
106	$(top_srcdir)/m4/spamassassin.m4 $(top_srcdir)/configure.ac
107am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
108	$(ACLOCAL_M4)
109DIST_COMMON = $(srcdir)/Makefile.am \
110	$(am__clawscommoninclude_HEADERS_DIST) $(am__DIST_COMMON)
111mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
112CONFIG_HEADER = $(top_builddir)/config.h \
113	$(top_builddir)/claws-features.h
114CONFIG_CLEAN_FILES = version.h passcrypt.h
115CONFIG_CLEAN_VPATH_FILES =
116LTLIBRARIES = $(noinst_LTLIBRARIES)
117am__DEPENDENCIES_1 =
118libclawscommon_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
119	$(am__DEPENDENCIES_1)
120am__libclawscommon_la_SOURCES_DIST = w32_reg.c w32_signal.c w32_stat.c \
121	w32_stdlib.c w32_string.c w32_time.c w32_unistd.c w32_wait.c \
122	w32_account.c codeconv.c file-utils.c hooks.c log.c md5.c \
123	mgutils.c passcrypt.c plugin.c prefs.c progressindicator.c \
124	proxy.c quoted-printable.c session.c smtp.c socket.c ssl.c \
125	ssl_certificate.c string_match.c stringtable.c claws.c tags.c \
126	template.c utils.c uuencode.c xml.c xmlprops.c pkcs5_pbkdf2.c \
127	unmime.c
128@OS_WIN32_TRUE@am__objects_1 = w32_reg.lo w32_signal.lo w32_stat.lo \
129@OS_WIN32_TRUE@	w32_stdlib.lo w32_string.lo w32_time.lo \
130@OS_WIN32_TRUE@	w32_unistd.lo w32_wait.lo w32_account.lo
131am_libclawscommon_la_OBJECTS = $(am__objects_1) codeconv.lo \
132	file-utils.lo hooks.lo log.lo md5.lo mgutils.lo passcrypt.lo \
133	plugin.lo prefs.lo progressindicator.lo proxy.lo \
134	quoted-printable.lo session.lo smtp.lo socket.lo ssl.lo \
135	ssl_certificate.lo string_match.lo stringtable.lo claws.lo \
136	tags.lo template.lo utils.lo uuencode.lo xml.lo xmlprops.lo \
137	pkcs5_pbkdf2.lo unmime.lo
138libclawscommon_la_OBJECTS = $(am_libclawscommon_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 =
143AM_V_P = $(am__v_P_@AM_V@)
144am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
145am__v_P_0 = false
146am__v_P_1 = :
147AM_V_GEN = $(am__v_GEN_@AM_V@)
148am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
149am__v_GEN_0 = @echo "  GEN     " $@;
150am__v_GEN_1 =
151AM_V_at = $(am__v_at_@AM_V@)
152am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
153am__v_at_0 = @
154am__v_at_1 =
155DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
156depcomp = $(SHELL) $(top_srcdir)/config/depcomp
157am__maybe_remake_depfiles = depfiles
158am__depfiles_remade = ./$(DEPDIR)/claws.Plo ./$(DEPDIR)/codeconv.Plo \
159	./$(DEPDIR)/file-utils.Plo ./$(DEPDIR)/hooks.Plo \
160	./$(DEPDIR)/log.Plo ./$(DEPDIR)/md5.Plo \
161	./$(DEPDIR)/mgutils.Plo ./$(DEPDIR)/passcrypt.Plo \
162	./$(DEPDIR)/pkcs5_pbkdf2.Plo ./$(DEPDIR)/plugin.Plo \
163	./$(DEPDIR)/prefs.Plo ./$(DEPDIR)/progressindicator.Plo \
164	./$(DEPDIR)/proxy.Plo ./$(DEPDIR)/quoted-printable.Plo \
165	./$(DEPDIR)/session.Plo ./$(DEPDIR)/smtp.Plo \
166	./$(DEPDIR)/socket.Plo ./$(DEPDIR)/ssl.Plo \
167	./$(DEPDIR)/ssl_certificate.Plo ./$(DEPDIR)/string_match.Plo \
168	./$(DEPDIR)/stringtable.Plo ./$(DEPDIR)/tags.Plo \
169	./$(DEPDIR)/template.Plo ./$(DEPDIR)/unmime.Plo \
170	./$(DEPDIR)/utils.Plo ./$(DEPDIR)/uuencode.Plo \
171	./$(DEPDIR)/w32_account.Plo ./$(DEPDIR)/w32_reg.Plo \
172	./$(DEPDIR)/w32_signal.Plo ./$(DEPDIR)/w32_stat.Plo \
173	./$(DEPDIR)/w32_stdlib.Plo ./$(DEPDIR)/w32_string.Plo \
174	./$(DEPDIR)/w32_time.Plo ./$(DEPDIR)/w32_unistd.Plo \
175	./$(DEPDIR)/w32_wait.Plo ./$(DEPDIR)/xml.Plo \
176	./$(DEPDIR)/xmlprops.Plo
177am__mv = mv -f
178COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
179	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
180LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
181	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
182	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
183	$(AM_CFLAGS) $(CFLAGS)
184AM_V_CC = $(am__v_CC_@AM_V@)
185am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
186am__v_CC_0 = @echo "  CC      " $@;
187am__v_CC_1 =
188CCLD = $(CC)
189LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
190	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
191	$(AM_LDFLAGS) $(LDFLAGS) -o $@
192AM_V_CCLD = $(am__v_CCLD_@AM_V@)
193am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
194am__v_CCLD_0 = @echo "  CCLD    " $@;
195am__v_CCLD_1 =
196SOURCES = $(libclawscommon_la_SOURCES)
197DIST_SOURCES = $(am__libclawscommon_la_SOURCES_DIST)
198RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
199	ctags-recursive dvi-recursive html-recursive info-recursive \
200	install-data-recursive install-dvi-recursive \
201	install-exec-recursive install-html-recursive \
202	install-info-recursive install-pdf-recursive \
203	install-ps-recursive install-recursive installcheck-recursive \
204	installdirs-recursive pdf-recursive ps-recursive \
205	tags-recursive uninstall-recursive
206am__can_run_installinfo = \
207  case $$AM_UPDATE_INFO_DIR in \
208    n|no|NO) false;; \
209    *) (install-info --version) >/dev/null 2>&1;; \
210  esac
211am__clawscommoninclude_HEADERS_DIST = w32lib.h codeconv.h file-utils.h \
212	defs.h hooks.h log.h md5.h mgutils.h passcrypt.h plugin.h \
213	prefs.h progressindicator.h proxy.h quoted-printable.h \
214	session.h smtp.h socket.h ssl_certificate.h ssl.h \
215	string_match.h stringtable.h claws.h tags.h template.h \
216	timing.h tlds.h utils.h uuencode.h version.h xml.h xmlprops.h \
217	pkcs5_pbkdf2.h unmime.h
218am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
219am__vpath_adj = case $$p in \
220    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
221    *) f=$$p;; \
222  esac;
223am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
224am__install_max = 40
225am__nobase_strip_setup = \
226  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
227am__nobase_strip = \
228  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
229am__nobase_list = $(am__nobase_strip_setup); \
230  for p in $$list; do echo "$$p $$p"; done | \
231  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
232  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
233    if (++n[$$2] == $(am__install_max)) \
234      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
235    END { for (dir in files) print dir, files[dir] }'
236am__base_list = \
237  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
238  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
239am__uninstall_files_from_dir = { \
240  test -z "$$files" \
241    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
242    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
243         $(am__cd) "$$dir" && rm -f $$files; }; \
244  }
245am__installdirs = "$(DESTDIR)$(clawscommonincludedir)"
246HEADERS = $(clawscommoninclude_HEADERS)
247RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
248  distclean-recursive maintainer-clean-recursive
249am__recursive_targets = \
250  $(RECURSIVE_TARGETS) \
251  $(RECURSIVE_CLEAN_TARGETS) \
252  $(am__extra_recursive_targets)
253AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
254	distdir distdir-am
255am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
256# Read a list of newline-separated strings from the standard input,
257# and print each of them once, without duplicates.  Input order is
258# *not* preserved.
259am__uniquify_input = $(AWK) '\
260  BEGIN { nonempty = 0; } \
261  { items[$$0] = 1; nonempty = 1; } \
262  END { if (nonempty) { for (i in items) print i; }; } \
263'
264# Make sure the list of sources is unique.  This is necessary because,
265# e.g., the same source file might be shared among _SOURCES variables
266# for different programs/libraries.
267am__define_uniq_tagged_files = \
268  list='$(am__tagged_files)'; \
269  unique=`for i in $$list; do \
270    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
271  done | $(am__uniquify_input)`
272ETAGS = etags
273CTAGS = ctags
274DIST_SUBDIRS = . tests
275am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/passcrypt.h.in \
276	$(srcdir)/version.h.in $(top_srcdir)/config/depcomp \
277	$(top_srcdir)/config/mkinstalldirs $(top_srcdir)/tests.mk
278DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
279am__relativize = \
280  dir0=`pwd`; \
281  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
282  sed_rest='s,^[^/]*/*,,'; \
283  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
284  sed_butlast='s,/*[^/]*$$,,'; \
285  while test -n "$$dir1"; do \
286    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
287    if test "$$first" != "."; then \
288      if test "$$first" = ".."; then \
289        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
290        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
291      else \
292        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
293        if test "$$first2" = "$$first"; then \
294          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
295        else \
296          dir2="../$$dir2"; \
297        fi; \
298        dir0="$$dir0"/"$$first"; \
299      fi; \
300    fi; \
301    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
302  done; \
303  reldir="$$dir2"
304ACLOCAL = @ACLOCAL@
305ALLOCA = @ALLOCA@
306AMTAR = @AMTAR@
307AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
308AR = @AR@
309ARCHIVE_CFLAGS = @ARCHIVE_CFLAGS@
310ARCHIVE_LIBS = @ARCHIVE_LIBS@
311AS = @AS@
312AUTOCONF = @AUTOCONF@
313AUTOHEADER = @AUTOHEADER@
314AUTOMAKE = @AUTOMAKE@
315AWK = @AWK@
316CAIRO_CFLAGS = @CAIRO_CFLAGS@
317CAIRO_LIBS = @CAIRO_LIBS@
318CC = @CC@
319CCDEPMODE = @CCDEPMODE@
320CFLAGS = @CFLAGS@
321CM_NP_HOTKEY_CFLAGS = @CM_NP_HOTKEY_CFLAGS@
322CM_NP_HOTKEY_LIBS = @CM_NP_HOTKEY_LIBS@
323COMPFACE_LIBS = @COMPFACE_LIBS@
324CONTACTS_CFLAGS = @CONTACTS_CFLAGS@
325CONTACTS_LIBS = @CONTACTS_LIBS@
326CPP = @CPP@
327CPPFLAGS = @CPPFLAGS@
328CURL_CFLAGS = @CURL_CFLAGS@
329CURL_LIBS = @CURL_LIBS@
330CXX = @CXX@
331CXXCPP = @CXXCPP@
332CXXDEPMODE = @CXXDEPMODE@
333CXXFLAGS = @CXXFLAGS@
334CYGPATH_W = @CYGPATH_W@
335DBUS_CFLAGS = @DBUS_CFLAGS@
336DBUS_LIBS = @DBUS_LIBS@
337DEFS = @DEFS@
338DEPDIR = @DEPDIR@
339DLLTOOL = @DLLTOOL@
340DOCBOOK2HTML = @DOCBOOK2HTML@
341DOCBOOK2PDF = @DOCBOOK2PDF@
342DOCBOOK2PS = @DOCBOOK2PS@
343DOCBOOK2TXT = @DOCBOOK2TXT@
344DSYMUTIL = @DSYMUTIL@
345DUMPBIN = @DUMPBIN@
346ECHO_C = @ECHO_C@
347ECHO_N = @ECHO_N@
348ECHO_T = @ECHO_T@
349EGREP = @EGREP@
350ENCHANT_CFLAGS = @ENCHANT_CFLAGS@
351ENCHANT_LIBS = @ENCHANT_LIBS@
352EXEEXT = @EXEEXT@
353EXPAT_CFLAGS = @EXPAT_CFLAGS@
354EXPAT_LIBS = @EXPAT_LIBS@
355EXTRA_VERSION = @EXTRA_VERSION@
356FGREP = @FGREP@
357FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
358FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
359GDATA_CFLAGS = @GDATA_CFLAGS@
360GDATA_LIBS = @GDATA_LIBS@
361GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
362GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
363GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
364GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
365GIT = @GIT@
366GIT_VERSION = @GIT_VERSION@
367GLIB_CFLAGS = @GLIB_CFLAGS@
368GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
369GLIB_LIBS = @GLIB_LIBS@
370GMSGFMT = @GMSGFMT@
371GMSGFMT_015 = @GMSGFMT_015@
372GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
373GNUTLS_LIBS = @GNUTLS_LIBS@
374GPGME_CFLAGS = @GPGME_CFLAGS@
375GPGME_CONFIG = @GPGME_CONFIG@
376GPGME_LIBS = @GPGME_LIBS@
377GREP = @GREP@
378GTK_CFLAGS = @GTK_CFLAGS@
379GTK_LIBS = @GTK_LIBS@
380HAVE_GTK_ICON_CACHE = @HAVE_GTK_ICON_CACHE@
381HAVE_PERL = @HAVE_PERL@
382INSTALL = @INSTALL@
383INSTALL_DATA = @INSTALL_DATA@
384INSTALL_PROGRAM = @INSTALL_PROGRAM@
385INSTALL_SCRIPT = @INSTALL_SCRIPT@
386INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
387INTLLIBS = @INTLLIBS@
388INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
389JPILOT_LIBS = @JPILOT_LIBS@
390LD = @LD@
391LDAP_LIBS = @LDAP_LIBS@
392LDFLAGS = @LDFLAGS@
393LEX = @LEX@
394LEXLIB = @LEXLIB@
395LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
396LIBARCHIVE_CFLAGS = @LIBARCHIVE_CFLAGS@
397LIBARCHIVE_LIBS = @LIBARCHIVE_LIBS@
398LIBETPAN_CFLAGS = @LIBETPAN_CFLAGS@
399LIBETPAN_FLAGS = @LIBETPAN_FLAGS@
400LIBETPAN_LIBS = @LIBETPAN_LIBS@
401LIBGUMBO_CFLAGS = @LIBGUMBO_CFLAGS@
402LIBGUMBO_LIBS = @LIBGUMBO_LIBS@
403LIBICAL_CFLAGS = @LIBICAL_CFLAGS@
404LIBICAL_LIBS = @LIBICAL_LIBS@
405LIBICONV = @LIBICONV@
406LIBINTL = @LIBINTL@
407LIBOBJS = @LIBOBJS@
408LIBRESOLV = @LIBRESOLV@
409LIBS = @LIBS@
410LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
411LIBSOUP_GNOME_CFLAGS = @LIBSOUP_GNOME_CFLAGS@
412LIBSOUP_GNOME_LIBS = @LIBSOUP_GNOME_LIBS@
413LIBSOUP_LIBS = @LIBSOUP_LIBS@
414LIBTOOL = @LIBTOOL@
415LIPO = @LIPO@
416LN_S = @LN_S@
417LTLIBICONV = @LTLIBICONV@
418LTLIBINTL = @LTLIBINTL@
419LTLIBOBJS = @LTLIBOBJS@
420LT_AGE = @LT_AGE@
421LT_CURRENT = @LT_CURRENT@
422LT_RELEASE = @LT_RELEASE@
423LT_REVISION = @LT_REVISION@
424LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
425MAINT = @MAINT@
426MAJOR_VERSION = @MAJOR_VERSION@
427MAKEINFO = @MAKEINFO@
428MANIFEST_TOOL = @MANIFEST_TOOL@
429MICRO_VERSION = @MICRO_VERSION@
430MINOR_VERSION = @MINOR_VERSION@
431MKDIR_P = @MKDIR_P@
432MSGFMT = @MSGFMT@
433MSGMERGE = @MSGMERGE@
434MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
435NETTLE_CFLAGS = @NETTLE_CFLAGS@
436NETTLE_LIBS = @NETTLE_LIBS@
437NETWORKMANAGER_SUPPORT_CFLAGS = @NETWORKMANAGER_SUPPORT_CFLAGS@
438NETWORKMANAGER_SUPPORT_LIBS = @NETWORKMANAGER_SUPPORT_LIBS@
439NM = @NM@
440NMEDIT = @NMEDIT@
441OBJDUMP = @OBJDUMP@
442OBJEXT = @OBJEXT@
443OTOOL = @OTOOL@
444OTOOL64 = @OTOOL64@
445PACKAGE = @PACKAGE@
446PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
447PACKAGE_NAME = @PACKAGE_NAME@
448PACKAGE_STRING = @PACKAGE_STRING@
449PACKAGE_TARNAME = @PACKAGE_TARNAME@
450PACKAGE_URL = @PACKAGE_URL@
451PACKAGE_VERSION = @PACKAGE_VERSION@
452PASSCRYPT_KEY = @PASSCRYPT_KEY@
453PATH_SEPARATOR = @PATH_SEPARATOR@
454PERL = @PERL@
455PERL_CFLAGS = @PERL_CFLAGS@
456PERL_LDFLAGS = @PERL_LDFLAGS@
457PKG_CONFIG = @PKG_CONFIG@
458PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
459PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
460POPPLER_CFLAGS = @POPPLER_CFLAGS@
461POPPLER_LIBS = @POPPLER_LIBS@
462POSUB = @POSUB@
463PTHREAD_LIBS = @PTHREAD_LIBS@
464PYGTK_CFLAGS = @PYGTK_CFLAGS@
465PYGTK_LIBS = @PYGTK_LIBS@
466PYTHON_CFLAGS = @PYTHON_CFLAGS@
467PYTHON_LIBS = @PYTHON_LIBS@
468PYTHON_SHARED_LIB = @PYTHON_SHARED_LIB@
469RANLIB = @RANLIB@
470RC = @RC@
471REAL_CXX = @REAL_CXX@
472SED = @SED@
473SET_MAKE = @SET_MAKE@
474SHELL = @SHELL@
475SM_LIBS = @SM_LIBS@
476SPAMASSASSIN_CFLAGS = @SPAMASSASSIN_CFLAGS@
477SPAMASSASSIN_LIBS = @SPAMASSASSIN_LIBS@
478STARTUP_NOTIFICATION_CFLAGS = @STARTUP_NOTIFICATION_CFLAGS@
479STARTUP_NOTIFICATION_LIBS = @STARTUP_NOTIFICATION_LIBS@
480STRIP = @STRIP@
481SVG_CFLAGS = @SVG_CFLAGS@
482SVG_LIBS = @SVG_LIBS@
483USE_NLS = @USE_NLS@
484VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
485VALGRIND_LIBS = @VALGRIND_LIBS@
486VERSION = @VERSION@
487WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
488WEBKIT_LIBS = @WEBKIT_LIBS@
489XGETTEXT = @XGETTEXT@
490XGETTEXT_015 = @XGETTEXT_015@
491XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
492YACC = @YACC@
493YFLAGS = @YFLAGS@
494YTNEF_CFLAGS = @YTNEF_CFLAGS@
495YTNEF_LIBS = @YTNEF_LIBS@
496abs_builddir = @abs_builddir@
497abs_srcdir = @abs_srcdir@
498abs_top_builddir = @abs_top_builddir@
499abs_top_srcdir = @abs_top_srcdir@
500ac_ct_AR = @ac_ct_AR@
501ac_ct_CC = @ac_ct_CC@
502ac_ct_CXX = @ac_ct_CXX@
503ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
504am__include = @am__include@
505am__leading_dot = @am__leading_dot@
506am__quote = @am__quote@
507am__tar = @am__tar@
508am__untar = @am__untar@
509bindir = @bindir@
510build = @build@
511build_alias = @build_alias@
512build_cpu = @build_cpu@
513build_os = @build_os@
514build_vendor = @build_vendor@
515builddir = @builddir@
516datadir = @datadir@
517datarootdir = @datarootdir@
518docdir = @docdir@
519dvidir = @dvidir@
520enable_crash_dialog = @enable_crash_dialog@
521exec_prefix = @exec_prefix@
522host = @host@
523host_alias = @host_alias@
524host_cpu = @host_cpu@
525host_os = @host_os@
526host_vendor = @host_vendor@
527htmldir = @htmldir@
528includedir = @includedir@
529infodir = @infodir@
530install_sh = @install_sh@
531libcanberra_gtk_CFLAGS = @libcanberra_gtk_CFLAGS@
532libcanberra_gtk_LIBS = @libcanberra_gtk_LIBS@
533libdir = @libdir@
534libetpanconfig = @libetpanconfig@
535libexecdir = @libexecdir@
536libnotify_CFLAGS = @libnotify_CFLAGS@
537libnotify_LIBS = @libnotify_LIBS@
538localedir = @localedir@
539localstatedir = @localstatedir@
540mandir = @mandir@
541manualdir = @manualdir@
542mkdir_p = @mkdir_p@
543oldincludedir = @oldincludedir@
544pdfdir = @pdfdir@
545prefix = @prefix@
546program_transform_name = @program_transform_name@
547psdir = @psdir@
548runstatedir = @runstatedir@
549sbindir = @sbindir@
550sharedstatedir = @sharedstatedir@
551srcdir = @srcdir@
552sysconfdir = @sysconfdir@
553target = @target@
554target_alias = @target_alias@
555target_cpu = @target_cpu@
556target_os = @target_os@
557target_vendor = @target_vendor@
558top_build_prefix = @top_build_prefix@
559top_builddir = @top_builddir@
560top_srcdir = @top_srcdir@
561unity_CFLAGS = @unity_CFLAGS@
562unity_LIBS = @unity_LIBS@
563@BUILD_TESTS_TRUE@GTESTER = gtester
564@BUILD_TESTS_TRUE@GTESTER_REPORT = gtester-report
565
566# initialize variables for unconditional += appending
567@BUILD_TESTS_TRUE@TEST_PROGS =
568@BUILD_TESTS_TRUE@SUBDIRS = . tests
569PLUGINDIR = $(pkglibdir)/plugins/
570DESKTOPFILEPATH = $(datadir)/applications/claws-mail.desktop
571noinst_LTLIBRARIES = libclawscommon.la
572@OS_WIN32_TRUE@arch_sources = w32_reg.c w32_signal.c w32_stat.c \
573@OS_WIN32_TRUE@               w32_stdlib.c w32_string.c w32_time.c \
574@OS_WIN32_TRUE@               w32_unistd.c w32_wait.c w32_account.c
575
576@OS_WIN32_TRUE@arch_headers = w32lib.h
577@OS_WIN32_FALSE@arch_files =
578@OS_WIN32_FALSE@arch_header =
579libclawscommon_la_SOURCES = $(arch_sources) \
580	codeconv.c \
581	file-utils.c \
582	hooks.c \
583	log.c \
584	md5.c \
585	mgutils.c \
586	passcrypt.c \
587	plugin.c \
588	prefs.c \
589	progressindicator.c \
590	proxy.c \
591	quoted-printable.c \
592	session.c \
593	smtp.c \
594	socket.c \
595	ssl.c \
596	ssl_certificate.c \
597	string_match.c \
598	stringtable.c \
599	claws.c \
600	tags.c \
601	template.c \
602	utils.c \
603	uuencode.c \
604	xml.c \
605	xmlprops.c \
606	pkcs5_pbkdf2.c \
607	unmime.c
608
609clawscommonincludedir = $(pkgincludedir)/common
610clawscommoninclude_HEADERS = $(arch_headers) \
611	codeconv.h \
612	file-utils.h \
613	defs.h \
614	hooks.h \
615	log.h \
616	md5.h \
617	mgutils.h \
618	passcrypt.h \
619	plugin.h \
620	prefs.h \
621	progressindicator.h \
622	proxy.h \
623	quoted-printable.h \
624	session.h \
625	smtp.h \
626	socket.h \
627	ssl_certificate.h \
628	ssl.h \
629	string_match.h \
630	stringtable.h \
631	claws.h \
632	tags.h \
633	template.h \
634	timing.h \
635	tlds.h \
636	utils.h \
637	uuencode.h \
638	version.h \
639	xml.h \
640	xmlprops.h \
641	pkcs5_pbkdf2.h \
642	unmime.h
643
644AM_CPPFLAGS = \
645	-I$(top_srcdir)/intl \
646	$(GLIB_CFLAGS) \
647	$(VALGRIND_CFLAGS) \
648	-DLOCALEDIR=\""$(localedir)"\" \
649	-DPLUGINDIR=\"$(PLUGINDIR)\" \
650	-DDATAROOTDIR=\""$(datarootdir)"\" \
651	-DDESKTOPFILEPATH=\"$(DESKTOPFILEPATH)\" \
652	-DGTK_DISABLE_DEPRECATED
653
654libclawscommon_la_LIBADD = \
655	$(GLIB_LIBS) \
656	$(CRYPT_LIBS) \
657	$(PTHREAD_LIBS)
658
659EXTRA_DIST = \
660	version.h.in
661
662all: all-recursive
663
664.SUFFIXES:
665.SUFFIXES: .c .lo .o .obj
666$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/tests.mk $(am__configure_deps)
667	@for dep in $?; do \
668	  case '$(am__configure_deps)' in \
669	    *$$dep*) \
670	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
671	        && { if test -f $@; then exit 0; else break; fi; }; \
672	      exit 1;; \
673	  esac; \
674	done; \
675	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/common/Makefile'; \
676	$(am__cd) $(top_srcdir) && \
677	  $(AUTOMAKE) --foreign src/common/Makefile
678Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
679	@case '$?' in \
680	  *config.status*) \
681	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
682	  *) \
683	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
684	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
685	esac;
686$(top_srcdir)/tests.mk $(am__empty):
687
688$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
689	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
690
691$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
692	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
693$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
694	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
695$(am__aclocal_m4_deps):
696version.h: $(top_builddir)/config.status $(srcdir)/version.h.in
697	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
698passcrypt.h: $(top_builddir)/config.status $(srcdir)/passcrypt.h.in
699	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
700
701clean-noinstLTLIBRARIES:
702	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
703	@list='$(noinst_LTLIBRARIES)'; \
704	locs=`for p in $$list; do echo $$p; done | \
705	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
706	      sort -u`; \
707	test -z "$$locs" || { \
708	  echo rm -f $${locs}; \
709	  rm -f $${locs}; \
710	}
711
712libclawscommon.la: $(libclawscommon_la_OBJECTS) $(libclawscommon_la_DEPENDENCIES) $(EXTRA_libclawscommon_la_DEPENDENCIES)
713	$(AM_V_CCLD)$(LINK)  $(libclawscommon_la_OBJECTS) $(libclawscommon_la_LIBADD) $(LIBS)
714
715mostlyclean-compile:
716	-rm -f *.$(OBJEXT)
717
718distclean-compile:
719	-rm -f *.tab.c
720
721@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/claws.Plo@am__quote@ # am--include-marker
722@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codeconv.Plo@am__quote@ # am--include-marker
723@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file-utils.Plo@am__quote@ # am--include-marker
724@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hooks.Plo@am__quote@ # am--include-marker
725@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Plo@am__quote@ # am--include-marker
726@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@ # am--include-marker
727@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mgutils.Plo@am__quote@ # am--include-marker
728@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/passcrypt.Plo@am__quote@ # am--include-marker
729@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pkcs5_pbkdf2.Plo@am__quote@ # am--include-marker
730@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Plo@am__quote@ # am--include-marker
731@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs.Plo@am__quote@ # am--include-marker
732@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progressindicator.Plo@am__quote@ # am--include-marker
733@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proxy.Plo@am__quote@ # am--include-marker
734@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quoted-printable.Plo@am__quote@ # am--include-marker
735@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session.Plo@am__quote@ # am--include-marker
736@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp.Plo@am__quote@ # am--include-marker
737@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Plo@am__quote@ # am--include-marker
738@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssl.Plo@am__quote@ # am--include-marker
739@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssl_certificate.Plo@am__quote@ # am--include-marker
740@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string_match.Plo@am__quote@ # am--include-marker
741@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stringtable.Plo@am__quote@ # am--include-marker
742@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tags.Plo@am__quote@ # am--include-marker
743@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/template.Plo@am__quote@ # am--include-marker
744@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unmime.Plo@am__quote@ # am--include-marker
745@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Plo@am__quote@ # am--include-marker
746@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uuencode.Plo@am__quote@ # am--include-marker
747@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w32_account.Plo@am__quote@ # am--include-marker
748@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w32_reg.Plo@am__quote@ # am--include-marker
749@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w32_signal.Plo@am__quote@ # am--include-marker
750@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w32_stat.Plo@am__quote@ # am--include-marker
751@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w32_stdlib.Plo@am__quote@ # am--include-marker
752@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w32_string.Plo@am__quote@ # am--include-marker
753@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w32_time.Plo@am__quote@ # am--include-marker
754@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w32_unistd.Plo@am__quote@ # am--include-marker
755@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w32_wait.Plo@am__quote@ # am--include-marker
756@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xml.Plo@am__quote@ # am--include-marker
757@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlprops.Plo@am__quote@ # am--include-marker
758
759$(am__depfiles_remade):
760	@$(MKDIR_P) $(@D)
761	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
762
763am--depfiles: $(am__depfiles_remade)
764
765.c.o:
766@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
767@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
768@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
769@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
770@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
771
772.c.obj:
773@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
774@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
775@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
776@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
777@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
778
779.c.lo:
780@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
781@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
782@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
783@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
784@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
785
786mostlyclean-libtool:
787	-rm -f *.lo
788
789clean-libtool:
790	-rm -rf .libs _libs
791install-clawscommonincludeHEADERS: $(clawscommoninclude_HEADERS)
792	@$(NORMAL_INSTALL)
793	@list='$(clawscommoninclude_HEADERS)'; test -n "$(clawscommonincludedir)" || list=; \
794	if test -n "$$list"; then \
795	  echo " $(MKDIR_P) '$(DESTDIR)$(clawscommonincludedir)'"; \
796	  $(MKDIR_P) "$(DESTDIR)$(clawscommonincludedir)" || exit 1; \
797	fi; \
798	for p in $$list; do \
799	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
800	  echo "$$d$$p"; \
801	done | $(am__base_list) | \
802	while read files; do \
803	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(clawscommonincludedir)'"; \
804	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(clawscommonincludedir)" || exit $$?; \
805	done
806
807uninstall-clawscommonincludeHEADERS:
808	@$(NORMAL_UNINSTALL)
809	@list='$(clawscommoninclude_HEADERS)'; test -n "$(clawscommonincludedir)" || list=; \
810	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
811	dir='$(DESTDIR)$(clawscommonincludedir)'; $(am__uninstall_files_from_dir)
812
813# This directory's subdirectories are mostly independent; you can cd
814# into them and run 'make' without going through this Makefile.
815# To change the values of 'make' variables: instead of editing Makefiles,
816# (1) if the variable is set in 'config.status', edit 'config.status'
817#     (which will cause the Makefiles to be regenerated when you run 'make');
818# (2) otherwise, pass the desired values on the 'make' command line.
819$(am__recursive_targets):
820	@fail=; \
821	if $(am__make_keepgoing); then \
822	  failcom='fail=yes'; \
823	else \
824	  failcom='exit 1'; \
825	fi; \
826	dot_seen=no; \
827	target=`echo $@ | sed s/-recursive//`; \
828	case "$@" in \
829	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
830	  *) list='$(SUBDIRS)' ;; \
831	esac; \
832	for subdir in $$list; do \
833	  echo "Making $$target in $$subdir"; \
834	  if test "$$subdir" = "."; then \
835	    dot_seen=yes; \
836	    local_target="$$target-am"; \
837	  else \
838	    local_target="$$target"; \
839	  fi; \
840	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
841	  || eval $$failcom; \
842	done; \
843	if test "$$dot_seen" = "no"; then \
844	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
845	fi; test -z "$$fail"
846
847ID: $(am__tagged_files)
848	$(am__define_uniq_tagged_files); mkid -fID $$unique
849tags: tags-recursive
850TAGS: tags
851
852tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
853	set x; \
854	here=`pwd`; \
855	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
856	  include_option=--etags-include; \
857	  empty_fix=.; \
858	else \
859	  include_option=--include; \
860	  empty_fix=; \
861	fi; \
862	list='$(SUBDIRS)'; for subdir in $$list; do \
863	  if test "$$subdir" = .; then :; else \
864	    test ! -f $$subdir/TAGS || \
865	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
866	  fi; \
867	done; \
868	$(am__define_uniq_tagged_files); \
869	shift; \
870	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
871	  test -n "$$unique" || unique=$$empty_fix; \
872	  if test $$# -gt 0; then \
873	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
874	      "$$@" $$unique; \
875	  else \
876	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
877	      $$unique; \
878	  fi; \
879	fi
880ctags: ctags-recursive
881
882CTAGS: ctags
883ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
884	$(am__define_uniq_tagged_files); \
885	test -z "$(CTAGS_ARGS)$$unique" \
886	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
887	     $$unique
888
889GTAGS:
890	here=`$(am__cd) $(top_builddir) && pwd` \
891	  && $(am__cd) $(top_srcdir) \
892	  && gtags -i $(GTAGS_ARGS) "$$here"
893cscopelist: cscopelist-recursive
894
895cscopelist-am: $(am__tagged_files)
896	list='$(am__tagged_files)'; \
897	case "$(srcdir)" in \
898	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
899	  *) sdir=$(subdir)/$(srcdir) ;; \
900	esac; \
901	for i in $$list; do \
902	  if test -f "$$i"; then \
903	    echo "$(subdir)/$$i"; \
904	  else \
905	    echo "$$sdir/$$i"; \
906	  fi; \
907	done >> $(top_builddir)/cscope.files
908
909distclean-tags:
910	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
911
912distdir: $(BUILT_SOURCES)
913	$(MAKE) $(AM_MAKEFLAGS) distdir-am
914
915distdir-am: $(DISTFILES)
916	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
917	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
918	list='$(DISTFILES)'; \
919	  dist_files=`for file in $$list; do echo $$file; done | \
920	  sed -e "s|^$$srcdirstrip/||;t" \
921	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
922	case $$dist_files in \
923	  */*) $(MKDIR_P) `echo "$$dist_files" | \
924			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
925			   sort -u` ;; \
926	esac; \
927	for file in $$dist_files; do \
928	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
929	  if test -d $$d/$$file; then \
930	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
931	    if test -d "$(distdir)/$$file"; then \
932	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
933	    fi; \
934	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
935	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
936	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
937	    fi; \
938	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
939	  else \
940	    test -f "$(distdir)/$$file" \
941	    || cp -p $$d/$$file "$(distdir)/$$file" \
942	    || exit 1; \
943	  fi; \
944	done
945	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
946	  if test "$$subdir" = .; then :; else \
947	    $(am__make_dryrun) \
948	      || test -d "$(distdir)/$$subdir" \
949	      || $(MKDIR_P) "$(distdir)/$$subdir" \
950	      || exit 1; \
951	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
952	    $(am__relativize); \
953	    new_distdir=$$reldir; \
954	    dir1=$$subdir; dir2="$(top_distdir)"; \
955	    $(am__relativize); \
956	    new_top_distdir=$$reldir; \
957	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
958	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
959	    ($(am__cd) $$subdir && \
960	      $(MAKE) $(AM_MAKEFLAGS) \
961	        top_distdir="$$new_top_distdir" \
962	        distdir="$$new_distdir" \
963		am__remove_distdir=: \
964		am__skip_length_check=: \
965		am__skip_mode_fix=: \
966	        distdir) \
967	      || exit 1; \
968	  fi; \
969	done
970@BUILD_TESTS_FALSE@check-local:
971check-am: all-am
972	$(MAKE) $(AM_MAKEFLAGS) check-local
973check: check-recursive
974all-am: Makefile $(LTLIBRARIES) $(HEADERS)
975installdirs: installdirs-recursive
976installdirs-am:
977	for dir in "$(DESTDIR)$(clawscommonincludedir)"; do \
978	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
979	done
980install: install-recursive
981install-exec: install-exec-recursive
982install-data: install-data-recursive
983uninstall: uninstall-recursive
984
985install-am: all-am
986	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
987
988installcheck: installcheck-recursive
989install-strip:
990	if test -z '$(STRIP)'; then \
991	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
992	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
993	      install; \
994	else \
995	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
996	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
997	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
998	fi
999mostlyclean-generic:
1000
1001clean-generic:
1002
1003distclean-generic:
1004	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1005	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1006
1007maintainer-clean-generic:
1008	@echo "This command is intended for maintainers to use"
1009	@echo "it deletes files that may require special tools to rebuild."
1010clean: clean-recursive
1011
1012clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
1013	mostlyclean-am
1014
1015distclean: distclean-recursive
1016		-rm -f ./$(DEPDIR)/claws.Plo
1017	-rm -f ./$(DEPDIR)/codeconv.Plo
1018	-rm -f ./$(DEPDIR)/file-utils.Plo
1019	-rm -f ./$(DEPDIR)/hooks.Plo
1020	-rm -f ./$(DEPDIR)/log.Plo
1021	-rm -f ./$(DEPDIR)/md5.Plo
1022	-rm -f ./$(DEPDIR)/mgutils.Plo
1023	-rm -f ./$(DEPDIR)/passcrypt.Plo
1024	-rm -f ./$(DEPDIR)/pkcs5_pbkdf2.Plo
1025	-rm -f ./$(DEPDIR)/plugin.Plo
1026	-rm -f ./$(DEPDIR)/prefs.Plo
1027	-rm -f ./$(DEPDIR)/progressindicator.Plo
1028	-rm -f ./$(DEPDIR)/proxy.Plo
1029	-rm -f ./$(DEPDIR)/quoted-printable.Plo
1030	-rm -f ./$(DEPDIR)/session.Plo
1031	-rm -f ./$(DEPDIR)/smtp.Plo
1032	-rm -f ./$(DEPDIR)/socket.Plo
1033	-rm -f ./$(DEPDIR)/ssl.Plo
1034	-rm -f ./$(DEPDIR)/ssl_certificate.Plo
1035	-rm -f ./$(DEPDIR)/string_match.Plo
1036	-rm -f ./$(DEPDIR)/stringtable.Plo
1037	-rm -f ./$(DEPDIR)/tags.Plo
1038	-rm -f ./$(DEPDIR)/template.Plo
1039	-rm -f ./$(DEPDIR)/unmime.Plo
1040	-rm -f ./$(DEPDIR)/utils.Plo
1041	-rm -f ./$(DEPDIR)/uuencode.Plo
1042	-rm -f ./$(DEPDIR)/w32_account.Plo
1043	-rm -f ./$(DEPDIR)/w32_reg.Plo
1044	-rm -f ./$(DEPDIR)/w32_signal.Plo
1045	-rm -f ./$(DEPDIR)/w32_stat.Plo
1046	-rm -f ./$(DEPDIR)/w32_stdlib.Plo
1047	-rm -f ./$(DEPDIR)/w32_string.Plo
1048	-rm -f ./$(DEPDIR)/w32_time.Plo
1049	-rm -f ./$(DEPDIR)/w32_unistd.Plo
1050	-rm -f ./$(DEPDIR)/w32_wait.Plo
1051	-rm -f ./$(DEPDIR)/xml.Plo
1052	-rm -f ./$(DEPDIR)/xmlprops.Plo
1053	-rm -f Makefile
1054distclean-am: clean-am distclean-compile distclean-generic \
1055	distclean-tags
1056
1057dvi: dvi-recursive
1058
1059dvi-am:
1060
1061html: html-recursive
1062
1063html-am:
1064
1065info: info-recursive
1066
1067info-am:
1068
1069install-data-am: install-clawscommonincludeHEADERS
1070
1071install-dvi: install-dvi-recursive
1072
1073install-dvi-am:
1074
1075install-exec-am:
1076
1077install-html: install-html-recursive
1078
1079install-html-am:
1080
1081install-info: install-info-recursive
1082
1083install-info-am:
1084
1085install-man:
1086
1087install-pdf: install-pdf-recursive
1088
1089install-pdf-am:
1090
1091install-ps: install-ps-recursive
1092
1093install-ps-am:
1094
1095installcheck-am:
1096
1097maintainer-clean: maintainer-clean-recursive
1098		-rm -f ./$(DEPDIR)/claws.Plo
1099	-rm -f ./$(DEPDIR)/codeconv.Plo
1100	-rm -f ./$(DEPDIR)/file-utils.Plo
1101	-rm -f ./$(DEPDIR)/hooks.Plo
1102	-rm -f ./$(DEPDIR)/log.Plo
1103	-rm -f ./$(DEPDIR)/md5.Plo
1104	-rm -f ./$(DEPDIR)/mgutils.Plo
1105	-rm -f ./$(DEPDIR)/passcrypt.Plo
1106	-rm -f ./$(DEPDIR)/pkcs5_pbkdf2.Plo
1107	-rm -f ./$(DEPDIR)/plugin.Plo
1108	-rm -f ./$(DEPDIR)/prefs.Plo
1109	-rm -f ./$(DEPDIR)/progressindicator.Plo
1110	-rm -f ./$(DEPDIR)/proxy.Plo
1111	-rm -f ./$(DEPDIR)/quoted-printable.Plo
1112	-rm -f ./$(DEPDIR)/session.Plo
1113	-rm -f ./$(DEPDIR)/smtp.Plo
1114	-rm -f ./$(DEPDIR)/socket.Plo
1115	-rm -f ./$(DEPDIR)/ssl.Plo
1116	-rm -f ./$(DEPDIR)/ssl_certificate.Plo
1117	-rm -f ./$(DEPDIR)/string_match.Plo
1118	-rm -f ./$(DEPDIR)/stringtable.Plo
1119	-rm -f ./$(DEPDIR)/tags.Plo
1120	-rm -f ./$(DEPDIR)/template.Plo
1121	-rm -f ./$(DEPDIR)/unmime.Plo
1122	-rm -f ./$(DEPDIR)/utils.Plo
1123	-rm -f ./$(DEPDIR)/uuencode.Plo
1124	-rm -f ./$(DEPDIR)/w32_account.Plo
1125	-rm -f ./$(DEPDIR)/w32_reg.Plo
1126	-rm -f ./$(DEPDIR)/w32_signal.Plo
1127	-rm -f ./$(DEPDIR)/w32_stat.Plo
1128	-rm -f ./$(DEPDIR)/w32_stdlib.Plo
1129	-rm -f ./$(DEPDIR)/w32_string.Plo
1130	-rm -f ./$(DEPDIR)/w32_time.Plo
1131	-rm -f ./$(DEPDIR)/w32_unistd.Plo
1132	-rm -f ./$(DEPDIR)/w32_wait.Plo
1133	-rm -f ./$(DEPDIR)/xml.Plo
1134	-rm -f ./$(DEPDIR)/xmlprops.Plo
1135	-rm -f Makefile
1136maintainer-clean-am: distclean-am maintainer-clean-generic
1137
1138mostlyclean: mostlyclean-recursive
1139
1140mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1141	mostlyclean-libtool
1142
1143pdf: pdf-recursive
1144
1145pdf-am:
1146
1147ps: ps-recursive
1148
1149ps-am:
1150
1151uninstall-am: uninstall-clawscommonincludeHEADERS
1152
1153.MAKE: $(am__recursive_targets) check-am install-am install-strip
1154
1155.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1156	am--depfiles check check-am check-local clean clean-generic \
1157	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
1158	ctags-am distclean distclean-compile distclean-generic \
1159	distclean-libtool distclean-tags distdir dvi dvi-am html \
1160	html-am info info-am install install-am \
1161	install-clawscommonincludeHEADERS install-data install-data-am \
1162	install-dvi install-dvi-am install-exec install-exec-am \
1163	install-html install-html-am install-info install-info-am \
1164	install-man install-pdf install-pdf-am install-ps \
1165	install-ps-am install-strip installcheck installcheck-am \
1166	installdirs installdirs-am maintainer-clean \
1167	maintainer-clean-generic mostlyclean mostlyclean-compile \
1168	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1169	tags tags-am uninstall uninstall-am \
1170	uninstall-clawscommonincludeHEADERS
1171
1172.PRECIOUS: Makefile
1173
1174
1175### testing rules
1176
1177# test: run all tests in cwd and subdirs
1178@BUILD_TESTS_TRUE@test: test-cwd test-recurse
1179# test-cwd: run tests in cwd
1180@BUILD_TESTS_TRUE@test-cwd: ${TEST_PROGS}
1181@BUILD_TESTS_TRUE@	@[ -z "$(TEST_PROGS)" ] || { set -e; $(TESTS_ENVIRONMENT) ${GTESTER} --verbose ${TEST_PROGS}; }
1182
1183# test-recurse: run tests in subdirs
1184@BUILD_TESTS_TRUE@test-recurse:
1185@BUILD_TESTS_TRUE@	@ for subdir in $(SUBDIRS) ; do \
1186@BUILD_TESTS_TRUE@	    test "$$subdir" = "." \
1187@BUILD_TESTS_TRUE@			-o "$$subdir" = "config" \
1188@BUILD_TESTS_TRUE@			-o "$$subdir" = "doc" \
1189@BUILD_TESTS_TRUE@			-o "$$subdir" = "manual" \
1190@BUILD_TESTS_TRUE@			-o "$$subdir" = "m4" \
1191@BUILD_TESTS_TRUE@			-o "$$subdir" = "po" \
1192@BUILD_TESTS_TRUE@			-o "$$subdir" = "tools" \
1193@BUILD_TESTS_TRUE@			|| \
1194@BUILD_TESTS_TRUE@	    ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) test ) || exit $? ; \
1195@BUILD_TESTS_TRUE@	  done
1196# test-report: run tests in subdirs and generate report
1197# perf-report: run tests in subdirs with -m perf and generate report
1198# full-report: like test-report: with -m perf and -m slow
1199@BUILD_TESTS_TRUE@test-report perf-report full-report:	${TEST_PROGS}
1200@BUILD_TESTS_TRUE@	@ ignore_logdir=true ; \
1201@BUILD_TESTS_TRUE@	  if test -z "$$GTESTER_LOGDIR" ; then \
1202@BUILD_TESTS_TRUE@	    GTESTER_LOGDIR=`mktemp -d "\`pwd\`/.testlogs-XXXXXX"`; export GTESTER_LOGDIR ; \
1203@BUILD_TESTS_TRUE@	    ignore_logdir=false ; \
1204@BUILD_TESTS_TRUE@	  fi ; \
1205@BUILD_TESTS_TRUE@	  for subdir in $(SUBDIRS) ; do \
1206@BUILD_TESTS_TRUE@	    test "$$subdir" = "." -o "$$subdir" = "po" -o "$$subdir" = "po-properties" || \
1207@BUILD_TESTS_TRUE@	    ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
1208@BUILD_TESTS_TRUE@	  done ; \
1209@BUILD_TESTS_TRUE@	  test -z "${TEST_PROGS}" || { \
1210@BUILD_TESTS_TRUE@	    case $@ in \
1211@BUILD_TESTS_TRUE@	    test-report) test_options="-k";; \
1212@BUILD_TESTS_TRUE@	    perf-report) test_options="-k -m=perf";; \
1213@BUILD_TESTS_TRUE@	    full-report) test_options="-k -m=perf -m=slow";; \
1214@BUILD_TESTS_TRUE@	    esac ; \
1215@BUILD_TESTS_TRUE@	    set -e; \
1216@BUILD_TESTS_TRUE@	    if test -z "$$GTESTER_LOGDIR" ; then \
1217@BUILD_TESTS_TRUE@	      ${GTESTER} --verbose $$test_options -o test-report.xml ${TEST_PROGS} ; \
1218@BUILD_TESTS_TRUE@	    elif test -n "${TEST_PROGS}" ; then \
1219@BUILD_TESTS_TRUE@	      ${GTESTER} --verbose $$test_options -o `mktemp "$$GTESTER_LOGDIR/log-XXXXXX"` ${TEST_PROGS} ; \
1220@BUILD_TESTS_TRUE@	    fi ; \
1221@BUILD_TESTS_TRUE@	  }; \
1222@BUILD_TESTS_TRUE@	  $$ignore_logdir || { \
1223@BUILD_TESTS_TRUE@	    echo '<?xml version="1.0"?>' > $@.xml ; \
1224@BUILD_TESTS_TRUE@	    echo '<report-collection>'  >> $@.xml ; \
1225@BUILD_TESTS_TRUE@	    for lf in `ls -L "$$GTESTER_LOGDIR"/.` ; do \
1226@BUILD_TESTS_TRUE@	      sed '1,1s/^<?xml\b[^>?]*?>//' <"$$GTESTER_LOGDIR"/"$$lf" >> $@.xml ; \
1227@BUILD_TESTS_TRUE@	    done ; \
1228@BUILD_TESTS_TRUE@	    echo >> $@.xml ; \
1229@BUILD_TESTS_TRUE@	    echo '</report-collection>' >> $@.xml ; \
1230@BUILD_TESTS_TRUE@	    rm -rf "$$GTESTER_LOGDIR"/ ; \
1231@BUILD_TESTS_TRUE@	    ${GTESTER_REPORT} --version 2>/dev/null 1>&2 ; test "$$?" != 0 || ${GTESTER_REPORT} $@.xml >$@.html ; \
1232@BUILD_TESTS_TRUE@	  }
1233@BUILD_TESTS_TRUE@.PHONY: test test-cwd test-recurse test-report perf-report full-report
1234# run make test-cwd as part of make check
1235@BUILD_TESTS_TRUE@check-local: test-cwd
1236
1237# Tell versions [3.59,3.63) of GNU make to not export all variables.
1238# Otherwise a system limit (for SysV at least) may be exceeded.
1239.NOEXPORT:
1240