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 = manual/dist/pdf
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_V_P = $(am__v_P_@AM_V@)
115am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
116am__v_P_0 = false
117am__v_P_1 = :
118AM_V_GEN = $(am__v_GEN_@AM_V@)
119am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
120am__v_GEN_0 = @echo "  GEN     " $@;
121am__v_GEN_1 =
122AM_V_at = $(am__v_at_@AM_V@)
123am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
124am__v_at_0 = @
125am__v_at_1 =
126SOURCES =
127DIST_SOURCES =
128am__can_run_installinfo = \
129  case $$AM_UPDATE_INFO_DIR in \
130    n|no|NO) false;; \
131    *) (install-info --version) >/dev/null 2>&1;; \
132  esac
133am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
134am__vpath_adj = case $$p in \
135    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
136    *) f=$$p;; \
137  esac;
138am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
139am__install_max = 40
140am__nobase_strip_setup = \
141  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
142am__nobase_strip = \
143  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
144am__nobase_list = $(am__nobase_strip_setup); \
145  for p in $$list; do echo "$$p $$p"; done | \
146  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
147  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
148    if (++n[$$2] == $(am__install_max)) \
149      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
150    END { for (dir in files) print dir, files[dir] }'
151am__base_list = \
152  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
153  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
154am__uninstall_files_from_dir = { \
155  test -z "$$files" \
156    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
157    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
158         $(am__cd) "$$dir" && rm -f $$files; }; \
159  }
160am__installdirs = "$(DESTDIR)$(manualdedir)"
161DATA = $(manualde_DATA)
162am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
163am__DIST_COMMON = $(srcdir)/Makefile.in \
164	$(top_srcdir)/config/mkinstalldirs
165DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
166ACLOCAL = @ACLOCAL@
167ALLOCA = @ALLOCA@
168AMTAR = @AMTAR@
169AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
170AR = @AR@
171ARCHIVE_CFLAGS = @ARCHIVE_CFLAGS@
172ARCHIVE_LIBS = @ARCHIVE_LIBS@
173AS = @AS@
174AUTOCONF = @AUTOCONF@
175AUTOHEADER = @AUTOHEADER@
176AUTOMAKE = @AUTOMAKE@
177AWK = @AWK@
178CAIRO_CFLAGS = @CAIRO_CFLAGS@
179CAIRO_LIBS = @CAIRO_LIBS@
180CC = @CC@
181CCDEPMODE = @CCDEPMODE@
182CFLAGS = @CFLAGS@
183CM_NP_HOTKEY_CFLAGS = @CM_NP_HOTKEY_CFLAGS@
184CM_NP_HOTKEY_LIBS = @CM_NP_HOTKEY_LIBS@
185COMPFACE_LIBS = @COMPFACE_LIBS@
186CONTACTS_CFLAGS = @CONTACTS_CFLAGS@
187CONTACTS_LIBS = @CONTACTS_LIBS@
188CPP = @CPP@
189CPPFLAGS = @CPPFLAGS@
190CURL_CFLAGS = @CURL_CFLAGS@
191CURL_LIBS = @CURL_LIBS@
192CXX = @CXX@
193CXXCPP = @CXXCPP@
194CXXDEPMODE = @CXXDEPMODE@
195CXXFLAGS = @CXXFLAGS@
196CYGPATH_W = @CYGPATH_W@
197DBUS_CFLAGS = @DBUS_CFLAGS@
198DBUS_LIBS = @DBUS_LIBS@
199DEFS = @DEFS@
200DEPDIR = @DEPDIR@
201DLLTOOL = @DLLTOOL@
202DOCBOOK2HTML = @DOCBOOK2HTML@
203DOCBOOK2PDF = @DOCBOOK2PDF@
204DOCBOOK2PS = @DOCBOOK2PS@
205DOCBOOK2TXT = @DOCBOOK2TXT@
206DSYMUTIL = @DSYMUTIL@
207DUMPBIN = @DUMPBIN@
208ECHO_C = @ECHO_C@
209ECHO_N = @ECHO_N@
210ECHO_T = @ECHO_T@
211EGREP = @EGREP@
212ENCHANT_CFLAGS = @ENCHANT_CFLAGS@
213ENCHANT_LIBS = @ENCHANT_LIBS@
214EXEEXT = @EXEEXT@
215EXPAT_CFLAGS = @EXPAT_CFLAGS@
216EXPAT_LIBS = @EXPAT_LIBS@
217EXTRA_VERSION = @EXTRA_VERSION@
218FGREP = @FGREP@
219FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
220FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
221GDATA_CFLAGS = @GDATA_CFLAGS@
222GDATA_LIBS = @GDATA_LIBS@
223GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
224GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
225GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
226GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
227GIT = @GIT@
228GIT_VERSION = @GIT_VERSION@
229GLIB_CFLAGS = @GLIB_CFLAGS@
230GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
231GLIB_LIBS = @GLIB_LIBS@
232GMSGFMT = @GMSGFMT@
233GMSGFMT_015 = @GMSGFMT_015@
234GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
235GNUTLS_LIBS = @GNUTLS_LIBS@
236GPGME_CFLAGS = @GPGME_CFLAGS@
237GPGME_CONFIG = @GPGME_CONFIG@
238GPGME_LIBS = @GPGME_LIBS@
239GREP = @GREP@
240GTK_CFLAGS = @GTK_CFLAGS@
241GTK_LIBS = @GTK_LIBS@
242HAVE_GTK_ICON_CACHE = @HAVE_GTK_ICON_CACHE@
243HAVE_PERL = @HAVE_PERL@
244INSTALL = @INSTALL@
245INSTALL_DATA = @INSTALL_DATA@
246INSTALL_PROGRAM = @INSTALL_PROGRAM@
247INSTALL_SCRIPT = @INSTALL_SCRIPT@
248INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
249INTLLIBS = @INTLLIBS@
250INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
251JPILOT_LIBS = @JPILOT_LIBS@
252LD = @LD@
253LDAP_LIBS = @LDAP_LIBS@
254LDFLAGS = @LDFLAGS@
255LEX = @LEX@
256LEXLIB = @LEXLIB@
257LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
258LIBARCHIVE_CFLAGS = @LIBARCHIVE_CFLAGS@
259LIBARCHIVE_LIBS = @LIBARCHIVE_LIBS@
260LIBETPAN_CFLAGS = @LIBETPAN_CFLAGS@
261LIBETPAN_FLAGS = @LIBETPAN_FLAGS@
262LIBETPAN_LIBS = @LIBETPAN_LIBS@
263LIBGUMBO_CFLAGS = @LIBGUMBO_CFLAGS@
264LIBGUMBO_LIBS = @LIBGUMBO_LIBS@
265LIBICAL_CFLAGS = @LIBICAL_CFLAGS@
266LIBICAL_LIBS = @LIBICAL_LIBS@
267LIBICONV = @LIBICONV@
268LIBINTL = @LIBINTL@
269LIBOBJS = @LIBOBJS@
270LIBRESOLV = @LIBRESOLV@
271LIBS = @LIBS@
272LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
273LIBSOUP_GNOME_CFLAGS = @LIBSOUP_GNOME_CFLAGS@
274LIBSOUP_GNOME_LIBS = @LIBSOUP_GNOME_LIBS@
275LIBSOUP_LIBS = @LIBSOUP_LIBS@
276LIBTOOL = @LIBTOOL@
277LIPO = @LIPO@
278LN_S = @LN_S@
279LTLIBICONV = @LTLIBICONV@
280LTLIBINTL = @LTLIBINTL@
281LTLIBOBJS = @LTLIBOBJS@
282LT_AGE = @LT_AGE@
283LT_CURRENT = @LT_CURRENT@
284LT_RELEASE = @LT_RELEASE@
285LT_REVISION = @LT_REVISION@
286LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
287MAINT = @MAINT@
288MAJOR_VERSION = @MAJOR_VERSION@
289MAKEINFO = @MAKEINFO@
290MANIFEST_TOOL = @MANIFEST_TOOL@
291MICRO_VERSION = @MICRO_VERSION@
292MINOR_VERSION = @MINOR_VERSION@
293MKDIR_P = @MKDIR_P@
294MSGFMT = @MSGFMT@
295MSGMERGE = @MSGMERGE@
296MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
297NETTLE_CFLAGS = @NETTLE_CFLAGS@
298NETTLE_LIBS = @NETTLE_LIBS@
299NETWORKMANAGER_SUPPORT_CFLAGS = @NETWORKMANAGER_SUPPORT_CFLAGS@
300NETWORKMANAGER_SUPPORT_LIBS = @NETWORKMANAGER_SUPPORT_LIBS@
301NM = @NM@
302NMEDIT = @NMEDIT@
303OBJDUMP = @OBJDUMP@
304OBJEXT = @OBJEXT@
305OTOOL = @OTOOL@
306OTOOL64 = @OTOOL64@
307PACKAGE = @PACKAGE@
308PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
309PACKAGE_NAME = @PACKAGE_NAME@
310PACKAGE_STRING = @PACKAGE_STRING@
311PACKAGE_TARNAME = @PACKAGE_TARNAME@
312PACKAGE_URL = @PACKAGE_URL@
313PACKAGE_VERSION = @PACKAGE_VERSION@
314PASSCRYPT_KEY = @PASSCRYPT_KEY@
315PATH_SEPARATOR = @PATH_SEPARATOR@
316PERL = @PERL@
317PERL_CFLAGS = @PERL_CFLAGS@
318PERL_LDFLAGS = @PERL_LDFLAGS@
319PKG_CONFIG = @PKG_CONFIG@
320PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
321PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
322POPPLER_CFLAGS = @POPPLER_CFLAGS@
323POPPLER_LIBS = @POPPLER_LIBS@
324POSUB = @POSUB@
325PTHREAD_LIBS = @PTHREAD_LIBS@
326PYGTK_CFLAGS = @PYGTK_CFLAGS@
327PYGTK_LIBS = @PYGTK_LIBS@
328PYTHON_CFLAGS = @PYTHON_CFLAGS@
329PYTHON_LIBS = @PYTHON_LIBS@
330PYTHON_SHARED_LIB = @PYTHON_SHARED_LIB@
331RANLIB = @RANLIB@
332RC = @RC@
333REAL_CXX = @REAL_CXX@
334SED = @SED@
335SET_MAKE = @SET_MAKE@
336SHELL = @SHELL@
337SM_LIBS = @SM_LIBS@
338SPAMASSASSIN_CFLAGS = @SPAMASSASSIN_CFLAGS@
339SPAMASSASSIN_LIBS = @SPAMASSASSIN_LIBS@
340STARTUP_NOTIFICATION_CFLAGS = @STARTUP_NOTIFICATION_CFLAGS@
341STARTUP_NOTIFICATION_LIBS = @STARTUP_NOTIFICATION_LIBS@
342STRIP = @STRIP@
343SVG_CFLAGS = @SVG_CFLAGS@
344SVG_LIBS = @SVG_LIBS@
345USE_NLS = @USE_NLS@
346VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
347VALGRIND_LIBS = @VALGRIND_LIBS@
348VERSION = @VERSION@
349WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
350WEBKIT_LIBS = @WEBKIT_LIBS@
351XGETTEXT = @XGETTEXT@
352XGETTEXT_015 = @XGETTEXT_015@
353XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
354YACC = @YACC@
355YFLAGS = @YFLAGS@
356YTNEF_CFLAGS = @YTNEF_CFLAGS@
357YTNEF_LIBS = @YTNEF_LIBS@
358abs_builddir = @abs_builddir@
359abs_srcdir = @abs_srcdir@
360abs_top_builddir = @abs_top_builddir@
361abs_top_srcdir = @abs_top_srcdir@
362ac_ct_AR = @ac_ct_AR@
363ac_ct_CC = @ac_ct_CC@
364ac_ct_CXX = @ac_ct_CXX@
365ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
366am__include = @am__include@
367am__leading_dot = @am__leading_dot@
368am__quote = @am__quote@
369am__tar = @am__tar@
370am__untar = @am__untar@
371bindir = @bindir@
372build = @build@
373build_alias = @build_alias@
374build_cpu = @build_cpu@
375build_os = @build_os@
376build_vendor = @build_vendor@
377builddir = @builddir@
378datadir = @datadir@
379datarootdir = @datarootdir@
380docdir = @docdir@
381dvidir = @dvidir@
382enable_crash_dialog = @enable_crash_dialog@
383exec_prefix = @exec_prefix@
384host = @host@
385host_alias = @host_alias@
386host_cpu = @host_cpu@
387host_os = @host_os@
388host_vendor = @host_vendor@
389htmldir = @htmldir@
390includedir = @includedir@
391infodir = @infodir@
392install_sh = @install_sh@
393libcanberra_gtk_CFLAGS = @libcanberra_gtk_CFLAGS@
394libcanberra_gtk_LIBS = @libcanberra_gtk_LIBS@
395libdir = @libdir@
396libetpanconfig = @libetpanconfig@
397libexecdir = @libexecdir@
398libnotify_CFLAGS = @libnotify_CFLAGS@
399libnotify_LIBS = @libnotify_LIBS@
400localedir = @localedir@
401localstatedir = @localstatedir@
402mandir = @mandir@
403manualdir = @manualdir@
404mkdir_p = @mkdir_p@
405oldincludedir = @oldincludedir@
406pdfdir = @pdfdir@
407prefix = @prefix@
408program_transform_name = @program_transform_name@
409psdir = @psdir@
410runstatedir = @runstatedir@
411sbindir = @sbindir@
412sharedstatedir = @sharedstatedir@
413srcdir = @srcdir@
414sysconfdir = @sysconfdir@
415target = @target@
416target_alias = @target_alias@
417target_cpu = @target_cpu@
418target_os = @target_os@
419target_vendor = @target_vendor@
420top_build_prefix = @top_build_prefix@
421top_builddir = @top_builddir@
422top_srcdir = @top_srcdir@
423unity_CFLAGS = @unity_CFLAGS@
424unity_LIBS = @unity_LIBS@
425@MANUAL_PDF_TRUE@EXTRA_DIST = claws-mail-manual.pdf
426@MANUAL_PDF_TRUE@manualde_DATA = claws-mail-manual.pdf
427@MANUAL_PDF_TRUE@manualdedir = $(manualdir)/en
428all: all-am
429
430.SUFFIXES:
431$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
432	@for dep in $?; do \
433	  case '$(am__configure_deps)' in \
434	    *$$dep*) \
435	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
436	        && { if test -f $@; then exit 0; else break; fi; }; \
437	      exit 1;; \
438	  esac; \
439	done; \
440	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign manual/dist/pdf/Makefile'; \
441	$(am__cd) $(top_srcdir) && \
442	  $(AUTOMAKE) --foreign manual/dist/pdf/Makefile
443Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
444	@case '$?' in \
445	  *config.status*) \
446	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
447	  *) \
448	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
449	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
450	esac;
451
452$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
453	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
454
455$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
456	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
457$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
458	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
459$(am__aclocal_m4_deps):
460
461mostlyclean-libtool:
462	-rm -f *.lo
463
464clean-libtool:
465	-rm -rf .libs _libs
466install-manualdeDATA: $(manualde_DATA)
467	@$(NORMAL_INSTALL)
468	@list='$(manualde_DATA)'; test -n "$(manualdedir)" || list=; \
469	if test -n "$$list"; then \
470	  echo " $(MKDIR_P) '$(DESTDIR)$(manualdedir)'"; \
471	  $(MKDIR_P) "$(DESTDIR)$(manualdedir)" || exit 1; \
472	fi; \
473	for p in $$list; do \
474	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
475	  echo "$$d$$p"; \
476	done | $(am__base_list) | \
477	while read files; do \
478	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(manualdedir)'"; \
479	  $(INSTALL_DATA) $$files "$(DESTDIR)$(manualdedir)" || exit $$?; \
480	done
481
482uninstall-manualdeDATA:
483	@$(NORMAL_UNINSTALL)
484	@list='$(manualde_DATA)'; test -n "$(manualdedir)" || list=; \
485	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
486	dir='$(DESTDIR)$(manualdedir)'; $(am__uninstall_files_from_dir)
487tags TAGS:
488
489ctags CTAGS:
490
491cscope cscopelist:
492
493
494distdir: $(BUILT_SOURCES)
495	$(MAKE) $(AM_MAKEFLAGS) distdir-am
496
497distdir-am: $(DISTFILES)
498	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
499	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
500	list='$(DISTFILES)'; \
501	  dist_files=`for file in $$list; do echo $$file; done | \
502	  sed -e "s|^$$srcdirstrip/||;t" \
503	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
504	case $$dist_files in \
505	  */*) $(MKDIR_P) `echo "$$dist_files" | \
506			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
507			   sort -u` ;; \
508	esac; \
509	for file in $$dist_files; do \
510	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
511	  if test -d $$d/$$file; then \
512	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
513	    if test -d "$(distdir)/$$file"; then \
514	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
515	    fi; \
516	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
517	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
518	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
519	    fi; \
520	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
521	  else \
522	    test -f "$(distdir)/$$file" \
523	    || cp -p $$d/$$file "$(distdir)/$$file" \
524	    || exit 1; \
525	  fi; \
526	done
527check-am: all-am
528check: check-am
529all-am: Makefile $(DATA)
530installdirs:
531	for dir in "$(DESTDIR)$(manualdedir)"; do \
532	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
533	done
534install: install-am
535install-exec: install-exec-am
536install-data: install-data-am
537uninstall: uninstall-am
538
539install-am: all-am
540	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
541
542installcheck: installcheck-am
543install-strip:
544	if test -z '$(STRIP)'; then \
545	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
546	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
547	      install; \
548	else \
549	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
550	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
551	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
552	fi
553mostlyclean-generic:
554
555clean-generic:
556
557distclean-generic:
558	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
559	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
560
561maintainer-clean-generic:
562	@echo "This command is intended for maintainers to use"
563	@echo "it deletes files that may require special tools to rebuild."
564clean: clean-am
565
566clean-am: clean-generic clean-libtool mostlyclean-am
567
568distclean: distclean-am
569	-rm -f Makefile
570distclean-am: clean-am distclean-generic
571
572dvi: dvi-am
573
574dvi-am:
575
576html: html-am
577
578html-am:
579
580info: info-am
581
582info-am:
583
584install-data-am: install-manualdeDATA
585
586install-dvi: install-dvi-am
587
588install-dvi-am:
589
590install-exec-am:
591
592install-html: install-html-am
593
594install-html-am:
595
596install-info: install-info-am
597
598install-info-am:
599
600install-man:
601
602install-pdf: install-pdf-am
603
604install-pdf-am:
605
606install-ps: install-ps-am
607
608install-ps-am:
609
610installcheck-am:
611
612@MANUAL_PDF_FALSE@maintainer-clean: maintainer-clean-am
613	-rm -f Makefile
614maintainer-clean-am: distclean-am maintainer-clean-generic
615
616mostlyclean: mostlyclean-am
617
618mostlyclean-am: mostlyclean-generic mostlyclean-libtool
619
620pdf: pdf-am
621
622pdf-am:
623
624ps: ps-am
625
626ps-am:
627
628uninstall-am: uninstall-manualdeDATA
629
630.MAKE: install-am install-strip
631
632.PHONY: all all-am check check-am clean clean-generic clean-libtool \
633	cscopelist-am ctags-am distclean distclean-generic \
634	distclean-libtool distdir dvi dvi-am html html-am info info-am \
635	install install-am install-data install-data-am install-dvi \
636	install-dvi-am install-exec install-exec-am install-html \
637	install-html-am install-info install-info-am install-man \
638	install-manualdeDATA install-pdf install-pdf-am install-ps \
639	install-ps-am install-strip installcheck installcheck-am \
640	installdirs maintainer-clean maintainer-clean-generic \
641	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
642	ps ps-am tags-am uninstall uninstall-am uninstall-manualdeDATA
643
644.PRECIOUS: Makefile
645
646
647@MANUAL_PDF_TRUE@claws-mail-manual.pdf: \
648@MANUAL_PDF_TRUE@	../../account.xml \
649@MANUAL_PDF_TRUE@	../../ack.xml \
650@MANUAL_PDF_TRUE@	../../addrbook.xml \
651@MANUAL_PDF_TRUE@	../../advanced.xml \
652@MANUAL_PDF_TRUE@	../../faq.xml \
653@MANUAL_PDF_TRUE@	../../glossary.xml \
654@MANUAL_PDF_TRUE@	../../gpl.xml \
655@MANUAL_PDF_TRUE@	../../handling.xml \
656@MANUAL_PDF_TRUE@	../../intro.xml \
657@MANUAL_PDF_TRUE@	../../keyboard.xml \
658@MANUAL_PDF_TRUE@	../../plugins.xml \
659@MANUAL_PDF_TRUE@	../../starting.xml \
660@MANUAL_PDF_TRUE@	../../claws-mail-manual.xml
661@MANUAL_PDF_TRUE@	-$(DOCBOOK2PDF) -o . "$(srcdir)/../../claws-mail-manual.xml"
662
663@MANUAL_PDF_TRUE@maintainer-clean:
664@MANUAL_PDF_TRUE@	-rm claws-mail-manual.pdf claws-mail-manual.fo claws-mail-manual.xsl
665
666.PHONY: test
667
668# Tell versions [3.59,3.63) of GNU make to not export all variables.
669# Otherwise a system limit (for SysV at least) may be exceeded.
670.NOEXPORT:
671