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.
21VPATH = @srcdir@
22am__is_gnu_make = { \
23  if test -z '$(MAKELEVEL)'; then \
24    false; \
25  elif test -n '$(MAKE_HOST)'; then \
26    true; \
27  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
28    true; \
29  else \
30    false; \
31  fi; \
32}
33am__make_running_with_option = \
34  case $${target_option-} in \
35      ?) ;; \
36      *) echo "am__make_running_with_option: internal error: invalid" \
37              "target option '$${target_option-}' specified" >&2; \
38         exit 1;; \
39  esac; \
40  has_opt=no; \
41  sane_makeflags=$$MAKEFLAGS; \
42  if $(am__is_gnu_make); then \
43    sane_makeflags=$$MFLAGS; \
44  else \
45    case $$MAKEFLAGS in \
46      *\\[\ \	]*) \
47        bs=\\; \
48        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
49          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
50    esac; \
51  fi; \
52  skip_next=no; \
53  strip_trailopt () \
54  { \
55    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56  }; \
57  for flg in $$sane_makeflags; do \
58    test $$skip_next = yes && { skip_next=no; continue; }; \
59    case $$flg in \
60      *=*|--*) continue;; \
61        -*I) strip_trailopt 'I'; skip_next=yes;; \
62      -*I?*) strip_trailopt 'I';; \
63        -*O) strip_trailopt 'O'; skip_next=yes;; \
64      -*O?*) strip_trailopt 'O';; \
65        -*l) strip_trailopt 'l'; skip_next=yes;; \
66      -*l?*) strip_trailopt 'l';; \
67      -[dEDm]) skip_next=yes;; \
68      -[JT]) skip_next=yes;; \
69    esac; \
70    case $$flg in \
71      *$$target_option*) has_opt=yes; break;; \
72    esac; \
73  done; \
74  test $$has_opt = yes
75am__make_dryrun = (target_option=n; $(am__make_running_with_option))
76am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
77pkgdatadir = $(datadir)/@PACKAGE@
78pkgincludedir = $(includedir)/@PACKAGE@
79pkglibdir = $(libdir)/@PACKAGE@
80pkglibexecdir = $(libexecdir)/@PACKAGE@
81am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
82install_sh_DATA = $(install_sh) -c -m 644
83install_sh_PROGRAM = $(install_sh) -c
84install_sh_SCRIPT = $(install_sh) -c
85INSTALL_HEADER = $(INSTALL_DATA)
86transform = $(program_transform_name)
87NORMAL_INSTALL = :
88PRE_INSTALL = :
89POST_INSTALL = :
90NORMAL_UNINSTALL = :
91PRE_UNINSTALL = :
92POST_UNINSTALL = :
93build_triplet = @build@
94host_triplet = @host@
95target_triplet = @target@
96subdir = src/plugins
97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98am__aclocal_m4_deps = $(top_srcdir)/m4/check-type.m4 \
99	$(top_srcdir)/m4/gnupg-check-typedef.m4 \
100	$(top_srcdir)/m4/gnupg.m4 $(top_srcdir)/m4/gpgme.m4 \
101	$(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/libtool.m4 \
102	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
103	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
104	$(top_srcdir)/m4/spamassassin.m4 $(top_srcdir)/configure.ac
105am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
106	$(ACLOCAL_M4)
107DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
108mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
109CONFIG_HEADER = $(top_builddir)/config.h \
110	$(top_builddir)/claws-features.h
111CONFIG_CLEAN_FILES =
112CONFIG_CLEAN_VPATH_FILES =
113AM_V_P = $(am__v_P_@AM_V@)
114am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
115am__v_P_0 = false
116am__v_P_1 = :
117AM_V_GEN = $(am__v_GEN_@AM_V@)
118am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
119am__v_GEN_0 = @echo "  GEN     " $@;
120am__v_GEN_1 =
121AM_V_at = $(am__v_at_@AM_V@)
122am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
123am__v_at_0 = @
124am__v_at_1 =
125SOURCES =
126DIST_SOURCES =
127RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
128	ctags-recursive dvi-recursive html-recursive info-recursive \
129	install-data-recursive install-dvi-recursive \
130	install-exec-recursive install-html-recursive \
131	install-info-recursive install-pdf-recursive \
132	install-ps-recursive install-recursive installcheck-recursive \
133	installdirs-recursive pdf-recursive ps-recursive \
134	tags-recursive uninstall-recursive
135am__can_run_installinfo = \
136  case $$AM_UPDATE_INFO_DIR in \
137    n|no|NO) false;; \
138    *) (install-info --version) >/dev/null 2>&1;; \
139  esac
140RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
141  distclean-recursive maintainer-clean-recursive
142am__recursive_targets = \
143  $(RECURSIVE_TARGETS) \
144  $(RECURSIVE_CLEAN_TARGETS) \
145  $(am__extra_recursive_targets)
146AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
147	distdir distdir-am
148am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
149# Read a list of newline-separated strings from the standard input,
150# and print each of them once, without duplicates.  Input order is
151# *not* preserved.
152am__uniquify_input = $(AWK) '\
153  BEGIN { nonempty = 0; } \
154  { items[$$0] = 1; nonempty = 1; } \
155  END { if (nonempty) { for (i in items) print i; }; } \
156'
157# Make sure the list of sources is unique.  This is necessary because,
158# e.g., the same source file might be shared among _SOURCES variables
159# for different programs/libraries.
160am__define_uniq_tagged_files = \
161  list='$(am__tagged_files)'; \
162  unique=`for i in $$list; do \
163    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
164  done | $(am__uniquify_input)`
165ETAGS = etags
166CTAGS = ctags
167DIST_SUBDIRS = $(SUBDIRS)
168am__DIST_COMMON = $(srcdir)/Makefile.in \
169	$(top_srcdir)/config/mkinstalldirs $(top_srcdir)/tests.mk
170DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
171am__relativize = \
172  dir0=`pwd`; \
173  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
174  sed_rest='s,^[^/]*/*,,'; \
175  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
176  sed_butlast='s,/*[^/]*$$,,'; \
177  while test -n "$$dir1"; do \
178    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
179    if test "$$first" != "."; then \
180      if test "$$first" = ".."; then \
181        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
182        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
183      else \
184        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
185        if test "$$first2" = "$$first"; then \
186          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
187        else \
188          dir2="../$$dir2"; \
189        fi; \
190        dir0="$$dir0"/"$$first"; \
191      fi; \
192    fi; \
193    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
194  done; \
195  reldir="$$dir2"
196ACLOCAL = @ACLOCAL@
197ALLOCA = @ALLOCA@
198AMTAR = @AMTAR@
199AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
200AR = @AR@
201ARCHIVE_CFLAGS = @ARCHIVE_CFLAGS@
202ARCHIVE_LIBS = @ARCHIVE_LIBS@
203AS = @AS@
204AUTOCONF = @AUTOCONF@
205AUTOHEADER = @AUTOHEADER@
206AUTOMAKE = @AUTOMAKE@
207AWK = @AWK@
208CAIRO_CFLAGS = @CAIRO_CFLAGS@
209CAIRO_LIBS = @CAIRO_LIBS@
210CC = @CC@
211CCDEPMODE = @CCDEPMODE@
212CFLAGS = @CFLAGS@
213CM_NP_HOTKEY_CFLAGS = @CM_NP_HOTKEY_CFLAGS@
214CM_NP_HOTKEY_LIBS = @CM_NP_HOTKEY_LIBS@
215COMPFACE_LIBS = @COMPFACE_LIBS@
216CONTACTS_CFLAGS = @CONTACTS_CFLAGS@
217CONTACTS_LIBS = @CONTACTS_LIBS@
218CPP = @CPP@
219CPPFLAGS = @CPPFLAGS@
220CURL_CFLAGS = @CURL_CFLAGS@
221CURL_LIBS = @CURL_LIBS@
222CXX = @CXX@
223CXXCPP = @CXXCPP@
224CXXDEPMODE = @CXXDEPMODE@
225CXXFLAGS = @CXXFLAGS@
226CYGPATH_W = @CYGPATH_W@
227DBUS_CFLAGS = @DBUS_CFLAGS@
228DBUS_LIBS = @DBUS_LIBS@
229DEFS = @DEFS@
230DEPDIR = @DEPDIR@
231DLLTOOL = @DLLTOOL@
232DOCBOOK2HTML = @DOCBOOK2HTML@
233DOCBOOK2PDF = @DOCBOOK2PDF@
234DOCBOOK2PS = @DOCBOOK2PS@
235DOCBOOK2TXT = @DOCBOOK2TXT@
236DSYMUTIL = @DSYMUTIL@
237DUMPBIN = @DUMPBIN@
238ECHO_C = @ECHO_C@
239ECHO_N = @ECHO_N@
240ECHO_T = @ECHO_T@
241EGREP = @EGREP@
242ENCHANT_CFLAGS = @ENCHANT_CFLAGS@
243ENCHANT_LIBS = @ENCHANT_LIBS@
244EXEEXT = @EXEEXT@
245EXPAT_CFLAGS = @EXPAT_CFLAGS@
246EXPAT_LIBS = @EXPAT_LIBS@
247EXTRA_VERSION = @EXTRA_VERSION@
248FGREP = @FGREP@
249FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
250FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
251GDATA_CFLAGS = @GDATA_CFLAGS@
252GDATA_LIBS = @GDATA_LIBS@
253GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
254GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
255GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
256GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
257GIT = @GIT@
258GIT_VERSION = @GIT_VERSION@
259GLIB_CFLAGS = @GLIB_CFLAGS@
260GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
261GLIB_LIBS = @GLIB_LIBS@
262GMSGFMT = @GMSGFMT@
263GMSGFMT_015 = @GMSGFMT_015@
264GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
265GNUTLS_LIBS = @GNUTLS_LIBS@
266GPGME_CFLAGS = @GPGME_CFLAGS@
267GPGME_CONFIG = @GPGME_CONFIG@
268GPGME_LIBS = @GPGME_LIBS@
269GREP = @GREP@
270GTK_CFLAGS = @GTK_CFLAGS@
271GTK_LIBS = @GTK_LIBS@
272HAVE_GTK_ICON_CACHE = @HAVE_GTK_ICON_CACHE@
273HAVE_PERL = @HAVE_PERL@
274INSTALL = @INSTALL@
275INSTALL_DATA = @INSTALL_DATA@
276INSTALL_PROGRAM = @INSTALL_PROGRAM@
277INSTALL_SCRIPT = @INSTALL_SCRIPT@
278INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
279INTLLIBS = @INTLLIBS@
280INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
281JPILOT_LIBS = @JPILOT_LIBS@
282LD = @LD@
283LDAP_LIBS = @LDAP_LIBS@
284LDFLAGS = @LDFLAGS@
285LEX = @LEX@
286LEXLIB = @LEXLIB@
287LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
288LIBARCHIVE_CFLAGS = @LIBARCHIVE_CFLAGS@
289LIBARCHIVE_LIBS = @LIBARCHIVE_LIBS@
290LIBETPAN_CFLAGS = @LIBETPAN_CFLAGS@
291LIBETPAN_FLAGS = @LIBETPAN_FLAGS@
292LIBETPAN_LIBS = @LIBETPAN_LIBS@
293LIBGUMBO_CFLAGS = @LIBGUMBO_CFLAGS@
294LIBGUMBO_LIBS = @LIBGUMBO_LIBS@
295LIBICAL_CFLAGS = @LIBICAL_CFLAGS@
296LIBICAL_LIBS = @LIBICAL_LIBS@
297LIBICONV = @LIBICONV@
298LIBINTL = @LIBINTL@
299LIBOBJS = @LIBOBJS@
300LIBRESOLV = @LIBRESOLV@
301LIBS = @LIBS@
302LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
303LIBSOUP_GNOME_CFLAGS = @LIBSOUP_GNOME_CFLAGS@
304LIBSOUP_GNOME_LIBS = @LIBSOUP_GNOME_LIBS@
305LIBSOUP_LIBS = @LIBSOUP_LIBS@
306LIBTOOL = @LIBTOOL@
307LIPO = @LIPO@
308LN_S = @LN_S@
309LTLIBICONV = @LTLIBICONV@
310LTLIBINTL = @LTLIBINTL@
311LTLIBOBJS = @LTLIBOBJS@
312LT_AGE = @LT_AGE@
313LT_CURRENT = @LT_CURRENT@
314LT_RELEASE = @LT_RELEASE@
315LT_REVISION = @LT_REVISION@
316LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
317MAINT = @MAINT@
318MAJOR_VERSION = @MAJOR_VERSION@
319MAKEINFO = @MAKEINFO@
320MANIFEST_TOOL = @MANIFEST_TOOL@
321MICRO_VERSION = @MICRO_VERSION@
322MINOR_VERSION = @MINOR_VERSION@
323MKDIR_P = @MKDIR_P@
324MSGFMT = @MSGFMT@
325MSGMERGE = @MSGMERGE@
326MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
327NETTLE_CFLAGS = @NETTLE_CFLAGS@
328NETTLE_LIBS = @NETTLE_LIBS@
329NETWORKMANAGER_SUPPORT_CFLAGS = @NETWORKMANAGER_SUPPORT_CFLAGS@
330NETWORKMANAGER_SUPPORT_LIBS = @NETWORKMANAGER_SUPPORT_LIBS@
331NM = @NM@
332NMEDIT = @NMEDIT@
333OBJDUMP = @OBJDUMP@
334OBJEXT = @OBJEXT@
335OTOOL = @OTOOL@
336OTOOL64 = @OTOOL64@
337PACKAGE = @PACKAGE@
338PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
339PACKAGE_NAME = @PACKAGE_NAME@
340PACKAGE_STRING = @PACKAGE_STRING@
341PACKAGE_TARNAME = @PACKAGE_TARNAME@
342PACKAGE_URL = @PACKAGE_URL@
343PACKAGE_VERSION = @PACKAGE_VERSION@
344PASSCRYPT_KEY = @PASSCRYPT_KEY@
345PATH_SEPARATOR = @PATH_SEPARATOR@
346PERL = @PERL@
347PERL_CFLAGS = @PERL_CFLAGS@
348PERL_LDFLAGS = @PERL_LDFLAGS@
349PKG_CONFIG = @PKG_CONFIG@
350PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
351PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
352POPPLER_CFLAGS = @POPPLER_CFLAGS@
353POPPLER_LIBS = @POPPLER_LIBS@
354POSUB = @POSUB@
355PTHREAD_LIBS = @PTHREAD_LIBS@
356PYGTK_CFLAGS = @PYGTK_CFLAGS@
357PYGTK_LIBS = @PYGTK_LIBS@
358PYTHON_CFLAGS = @PYTHON_CFLAGS@
359PYTHON_LIBS = @PYTHON_LIBS@
360PYTHON_SHARED_LIB = @PYTHON_SHARED_LIB@
361RANLIB = @RANLIB@
362RC = @RC@
363REAL_CXX = @REAL_CXX@
364SED = @SED@
365SET_MAKE = @SET_MAKE@
366SHELL = @SHELL@
367SM_LIBS = @SM_LIBS@
368SPAMASSASSIN_CFLAGS = @SPAMASSASSIN_CFLAGS@
369SPAMASSASSIN_LIBS = @SPAMASSASSIN_LIBS@
370STARTUP_NOTIFICATION_CFLAGS = @STARTUP_NOTIFICATION_CFLAGS@
371STARTUP_NOTIFICATION_LIBS = @STARTUP_NOTIFICATION_LIBS@
372STRIP = @STRIP@
373SVG_CFLAGS = @SVG_CFLAGS@
374SVG_LIBS = @SVG_LIBS@
375USE_NLS = @USE_NLS@
376VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
377VALGRIND_LIBS = @VALGRIND_LIBS@
378VERSION = @VERSION@
379WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
380WEBKIT_LIBS = @WEBKIT_LIBS@
381XGETTEXT = @XGETTEXT@
382XGETTEXT_015 = @XGETTEXT_015@
383XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
384YACC = @YACC@
385YFLAGS = @YFLAGS@
386YTNEF_CFLAGS = @YTNEF_CFLAGS@
387YTNEF_LIBS = @YTNEF_LIBS@
388abs_builddir = @abs_builddir@
389abs_srcdir = @abs_srcdir@
390abs_top_builddir = @abs_top_builddir@
391abs_top_srcdir = @abs_top_srcdir@
392ac_ct_AR = @ac_ct_AR@
393ac_ct_CC = @ac_ct_CC@
394ac_ct_CXX = @ac_ct_CXX@
395ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
396am__include = @am__include@
397am__leading_dot = @am__leading_dot@
398am__quote = @am__quote@
399am__tar = @am__tar@
400am__untar = @am__untar@
401bindir = @bindir@
402build = @build@
403build_alias = @build_alias@
404build_cpu = @build_cpu@
405build_os = @build_os@
406build_vendor = @build_vendor@
407builddir = @builddir@
408datadir = @datadir@
409datarootdir = @datarootdir@
410docdir = @docdir@
411dvidir = @dvidir@
412enable_crash_dialog = @enable_crash_dialog@
413exec_prefix = @exec_prefix@
414host = @host@
415host_alias = @host_alias@
416host_cpu = @host_cpu@
417host_os = @host_os@
418host_vendor = @host_vendor@
419htmldir = @htmldir@
420includedir = @includedir@
421infodir = @infodir@
422install_sh = @install_sh@
423libcanberra_gtk_CFLAGS = @libcanberra_gtk_CFLAGS@
424libcanberra_gtk_LIBS = @libcanberra_gtk_LIBS@
425libdir = @libdir@
426libetpanconfig = @libetpanconfig@
427libexecdir = @libexecdir@
428libnotify_CFLAGS = @libnotify_CFLAGS@
429libnotify_LIBS = @libnotify_LIBS@
430localedir = @localedir@
431localstatedir = @localstatedir@
432mandir = @mandir@
433manualdir = @manualdir@
434mkdir_p = @mkdir_p@
435oldincludedir = @oldincludedir@
436pdfdir = @pdfdir@
437prefix = @prefix@
438program_transform_name = @program_transform_name@
439psdir = @psdir@
440runstatedir = @runstatedir@
441sbindir = @sbindir@
442sharedstatedir = @sharedstatedir@
443srcdir = @srcdir@
444sysconfdir = @sysconfdir@
445target = @target@
446target_alias = @target_alias@
447target_cpu = @target_cpu@
448target_os = @target_os@
449target_vendor = @target_vendor@
450top_build_prefix = @top_build_prefix@
451top_builddir = @top_builddir@
452top_srcdir = @top_srcdir@
453unity_CFLAGS = @unity_CFLAGS@
454unity_LIBS = @unity_LIBS@
455GTESTER = gtester
456GTESTER_REPORT = gtester-report
457
458# initialize variables for unconditional += appending
459TEST_PROGS =
460SUBDIRS = \
461	acpi_notifier \
462	address_keeper \
463	archive \
464	att_remover \
465	attachwarner \
466	bogofilter \
467	bsfilter \
468	clamd \
469	demo \
470	dillo \
471	fancy \
472	fetchinfo \
473	gdata \
474	litehtml_viewer \
475	libravatar \
476	mailmbox \
477	managesieve \
478	newmail \
479	notification \
480	pdf_viewer \
481	perl \
482	python \
483	pgpcore \
484	pgpmime \
485	pgpinline \
486	rssyl \
487	smime \
488	spamassassin \
489	spam_report \
490	tnef_parse \
491	vcalendar
492
493all: all-recursive
494
495.SUFFIXES:
496$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/tests.mk $(am__configure_deps)
497	@for dep in $?; do \
498	  case '$(am__configure_deps)' in \
499	    *$$dep*) \
500	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
501	        && { if test -f $@; then exit 0; else break; fi; }; \
502	      exit 1;; \
503	  esac; \
504	done; \
505	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/Makefile'; \
506	$(am__cd) $(top_srcdir) && \
507	  $(AUTOMAKE) --foreign src/plugins/Makefile
508Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
509	@case '$?' in \
510	  *config.status*) \
511	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
512	  *) \
513	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
514	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
515	esac;
516$(top_srcdir)/tests.mk $(am__empty):
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
527mostlyclean-libtool:
528	-rm -f *.lo
529
530clean-libtool:
531	-rm -rf .libs _libs
532
533# This directory's subdirectories are mostly independent; you can cd
534# into them and run 'make' without going through this Makefile.
535# To change the values of 'make' variables: instead of editing Makefiles,
536# (1) if the variable is set in 'config.status', edit 'config.status'
537#     (which will cause the Makefiles to be regenerated when you run 'make');
538# (2) otherwise, pass the desired values on the 'make' command line.
539$(am__recursive_targets):
540	@fail=; \
541	if $(am__make_keepgoing); then \
542	  failcom='fail=yes'; \
543	else \
544	  failcom='exit 1'; \
545	fi; \
546	dot_seen=no; \
547	target=`echo $@ | sed s/-recursive//`; \
548	case "$@" in \
549	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
550	  *) list='$(SUBDIRS)' ;; \
551	esac; \
552	for subdir in $$list; do \
553	  echo "Making $$target in $$subdir"; \
554	  if test "$$subdir" = "."; then \
555	    dot_seen=yes; \
556	    local_target="$$target-am"; \
557	  else \
558	    local_target="$$target"; \
559	  fi; \
560	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
561	  || eval $$failcom; \
562	done; \
563	if test "$$dot_seen" = "no"; then \
564	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
565	fi; test -z "$$fail"
566
567ID: $(am__tagged_files)
568	$(am__define_uniq_tagged_files); mkid -fID $$unique
569tags: tags-recursive
570TAGS: tags
571
572tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
573	set x; \
574	here=`pwd`; \
575	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
576	  include_option=--etags-include; \
577	  empty_fix=.; \
578	else \
579	  include_option=--include; \
580	  empty_fix=; \
581	fi; \
582	list='$(SUBDIRS)'; for subdir in $$list; do \
583	  if test "$$subdir" = .; then :; else \
584	    test ! -f $$subdir/TAGS || \
585	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
586	  fi; \
587	done; \
588	$(am__define_uniq_tagged_files); \
589	shift; \
590	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
591	  test -n "$$unique" || unique=$$empty_fix; \
592	  if test $$# -gt 0; then \
593	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
594	      "$$@" $$unique; \
595	  else \
596	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
597	      $$unique; \
598	  fi; \
599	fi
600ctags: ctags-recursive
601
602CTAGS: ctags
603ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
604	$(am__define_uniq_tagged_files); \
605	test -z "$(CTAGS_ARGS)$$unique" \
606	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
607	     $$unique
608
609GTAGS:
610	here=`$(am__cd) $(top_builddir) && pwd` \
611	  && $(am__cd) $(top_srcdir) \
612	  && gtags -i $(GTAGS_ARGS) "$$here"
613cscopelist: cscopelist-recursive
614
615cscopelist-am: $(am__tagged_files)
616	list='$(am__tagged_files)'; \
617	case "$(srcdir)" in \
618	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
619	  *) sdir=$(subdir)/$(srcdir) ;; \
620	esac; \
621	for i in $$list; do \
622	  if test -f "$$i"; then \
623	    echo "$(subdir)/$$i"; \
624	  else \
625	    echo "$$sdir/$$i"; \
626	  fi; \
627	done >> $(top_builddir)/cscope.files
628
629distclean-tags:
630	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
631
632distdir: $(BUILT_SOURCES)
633	$(MAKE) $(AM_MAKEFLAGS) distdir-am
634
635distdir-am: $(DISTFILES)
636	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
637	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
638	list='$(DISTFILES)'; \
639	  dist_files=`for file in $$list; do echo $$file; done | \
640	  sed -e "s|^$$srcdirstrip/||;t" \
641	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
642	case $$dist_files in \
643	  */*) $(MKDIR_P) `echo "$$dist_files" | \
644			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
645			   sort -u` ;; \
646	esac; \
647	for file in $$dist_files; do \
648	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
649	  if test -d $$d/$$file; then \
650	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
651	    if test -d "$(distdir)/$$file"; then \
652	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
653	    fi; \
654	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
655	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
656	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
657	    fi; \
658	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
659	  else \
660	    test -f "$(distdir)/$$file" \
661	    || cp -p $$d/$$file "$(distdir)/$$file" \
662	    || exit 1; \
663	  fi; \
664	done
665	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
666	  if test "$$subdir" = .; then :; else \
667	    $(am__make_dryrun) \
668	      || test -d "$(distdir)/$$subdir" \
669	      || $(MKDIR_P) "$(distdir)/$$subdir" \
670	      || exit 1; \
671	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
672	    $(am__relativize); \
673	    new_distdir=$$reldir; \
674	    dir1=$$subdir; dir2="$(top_distdir)"; \
675	    $(am__relativize); \
676	    new_top_distdir=$$reldir; \
677	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
678	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
679	    ($(am__cd) $$subdir && \
680	      $(MAKE) $(AM_MAKEFLAGS) \
681	        top_distdir="$$new_top_distdir" \
682	        distdir="$$new_distdir" \
683		am__remove_distdir=: \
684		am__skip_length_check=: \
685		am__skip_mode_fix=: \
686	        distdir) \
687	      || exit 1; \
688	  fi; \
689	done
690check-am: all-am
691	$(MAKE) $(AM_MAKEFLAGS) check-local
692check: check-recursive
693all-am: Makefile
694installdirs: installdirs-recursive
695installdirs-am:
696install: install-recursive
697install-exec: install-exec-recursive
698install-data: install-data-recursive
699uninstall: uninstall-recursive
700
701install-am: all-am
702	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
703
704installcheck: installcheck-recursive
705install-strip:
706	if test -z '$(STRIP)'; then \
707	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
708	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
709	      install; \
710	else \
711	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
712	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
713	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
714	fi
715mostlyclean-generic:
716
717clean-generic:
718
719distclean-generic:
720	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
721	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
722
723maintainer-clean-generic:
724	@echo "This command is intended for maintainers to use"
725	@echo "it deletes files that may require special tools to rebuild."
726clean: clean-recursive
727
728clean-am: clean-generic clean-libtool mostlyclean-am
729
730distclean: distclean-recursive
731	-rm -f Makefile
732distclean-am: clean-am distclean-generic distclean-tags
733
734dvi: dvi-recursive
735
736dvi-am:
737
738html: html-recursive
739
740html-am:
741
742info: info-recursive
743
744info-am:
745
746install-data-am:
747
748install-dvi: install-dvi-recursive
749
750install-dvi-am:
751
752install-exec-am:
753
754install-html: install-html-recursive
755
756install-html-am:
757
758install-info: install-info-recursive
759
760install-info-am:
761
762install-man:
763
764install-pdf: install-pdf-recursive
765
766install-pdf-am:
767
768install-ps: install-ps-recursive
769
770install-ps-am:
771
772installcheck-am:
773
774maintainer-clean: maintainer-clean-recursive
775	-rm -f Makefile
776maintainer-clean-am: distclean-am maintainer-clean-generic
777
778mostlyclean: mostlyclean-recursive
779
780mostlyclean-am: mostlyclean-generic mostlyclean-libtool
781
782pdf: pdf-recursive
783
784pdf-am:
785
786ps: ps-recursive
787
788ps-am:
789
790uninstall-am:
791
792.MAKE: $(am__recursive_targets) check-am install-am install-strip
793
794.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
795	check-am check-local clean clean-generic clean-libtool \
796	cscopelist-am ctags ctags-am distclean distclean-generic \
797	distclean-libtool distclean-tags distdir dvi dvi-am html \
798	html-am info info-am install install-am install-data \
799	install-data-am install-dvi install-dvi-am install-exec \
800	install-exec-am install-html install-html-am install-info \
801	install-info-am install-man install-pdf install-pdf-am \
802	install-ps install-ps-am install-strip installcheck \
803	installcheck-am installdirs installdirs-am maintainer-clean \
804	maintainer-clean-generic mostlyclean mostlyclean-generic \
805	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
806	uninstall-am
807
808.PRECIOUS: Makefile
809
810
811### testing rules
812
813# test: run all tests in cwd and subdirs
814test: test-cwd test-recurse
815# test-cwd: run tests in cwd
816test-cwd: ${TEST_PROGS}
817	@[ -z "$(TEST_PROGS)" ] || { set -e; $(TESTS_ENVIRONMENT) ${GTESTER} --verbose ${TEST_PROGS}; }
818
819# test-recurse: run tests in subdirs
820test-recurse:
821	@ for subdir in $(SUBDIRS) ; do \
822	    test "$$subdir" = "." \
823			-o "$$subdir" = "config" \
824			-o "$$subdir" = "doc" \
825			-o "$$subdir" = "manual" \
826			-o "$$subdir" = "m4" \
827			-o "$$subdir" = "po" \
828			-o "$$subdir" = "tools" \
829			|| \
830	    ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) test ) || exit $? ; \
831	  done
832# test-report: run tests in subdirs and generate report
833# perf-report: run tests in subdirs with -m perf and generate report
834# full-report: like test-report: with -m perf and -m slow
835test-report perf-report full-report:	${TEST_PROGS}
836	@ ignore_logdir=true ; \
837	  if test -z "$$GTESTER_LOGDIR" ; then \
838	    GTESTER_LOGDIR=`mktemp -d "\`pwd\`/.testlogs-XXXXXX"`; export GTESTER_LOGDIR ; \
839	    ignore_logdir=false ; \
840	  fi ; \
841	  for subdir in $(SUBDIRS) ; do \
842	    test "$$subdir" = "." -o "$$subdir" = "po" -o "$$subdir" = "po-properties" || \
843	    ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
844	  done ; \
845	  test -z "${TEST_PROGS}" || { \
846	    case $@ in \
847	    test-report) test_options="-k";; \
848	    perf-report) test_options="-k -m=perf";; \
849	    full-report) test_options="-k -m=perf -m=slow";; \
850	    esac ; \
851	    set -e; \
852	    if test -z "$$GTESTER_LOGDIR" ; then \
853	      ${GTESTER} --verbose $$test_options -o test-report.xml ${TEST_PROGS} ; \
854	    elif test -n "${TEST_PROGS}" ; then \
855	      ${GTESTER} --verbose $$test_options -o `mktemp "$$GTESTER_LOGDIR/log-XXXXXX"` ${TEST_PROGS} ; \
856	    fi ; \
857	  }; \
858	  $$ignore_logdir || { \
859	    echo '<?xml version="1.0"?>' > $@.xml ; \
860	    echo '<report-collection>'  >> $@.xml ; \
861	    for lf in `ls -L "$$GTESTER_LOGDIR"/.` ; do \
862	      sed '1,1s/^<?xml\b[^>?]*?>//' <"$$GTESTER_LOGDIR"/"$$lf" >> $@.xml ; \
863	    done ; \
864	    echo >> $@.xml ; \
865	    echo '</report-collection>' >> $@.xml ; \
866	    rm -rf "$$GTESTER_LOGDIR"/ ; \
867	    ${GTESTER_REPORT} --version 2>/dev/null 1>&2 ; test "$$?" != 0 || ${GTESTER_REPORT} $@.xml >$@.html ; \
868	  }
869.PHONY: test test-cwd test-recurse test-report perf-report full-report
870# run make test-cwd as part of make check
871check-local: test-cwd
872
873.PHONY: test
874
875# Tell versions [3.59,3.63) of GNU make to not export all variables.
876# Otherwise a system limit (for SysV at least) may be exceeded.
877.NOEXPORT:
878