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 = manual/es/dist
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
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@
455SUBDIRS = html pdf ps txt
456all: all-recursive
457
458.SUFFIXES:
459$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
460	@for dep in $?; do \
461	  case '$(am__configure_deps)' in \
462	    *$$dep*) \
463	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
464	        && { if test -f $@; then exit 0; else break; fi; }; \
465	      exit 1;; \
466	  esac; \
467	done; \
468	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign manual/es/dist/Makefile'; \
469	$(am__cd) $(top_srcdir) && \
470	  $(AUTOMAKE) --foreign manual/es/dist/Makefile
471Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
472	@case '$?' in \
473	  *config.status*) \
474	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
475	  *) \
476	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
477	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
478	esac;
479
480$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
481	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
482
483$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
484	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
485$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
486	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
487$(am__aclocal_m4_deps):
488
489mostlyclean-libtool:
490	-rm -f *.lo
491
492clean-libtool:
493	-rm -rf .libs _libs
494
495# This directory's subdirectories are mostly independent; you can cd
496# into them and run 'make' without going through this Makefile.
497# To change the values of 'make' variables: instead of editing Makefiles,
498# (1) if the variable is set in 'config.status', edit 'config.status'
499#     (which will cause the Makefiles to be regenerated when you run 'make');
500# (2) otherwise, pass the desired values on the 'make' command line.
501$(am__recursive_targets):
502	@fail=; \
503	if $(am__make_keepgoing); then \
504	  failcom='fail=yes'; \
505	else \
506	  failcom='exit 1'; \
507	fi; \
508	dot_seen=no; \
509	target=`echo $@ | sed s/-recursive//`; \
510	case "$@" in \
511	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
512	  *) list='$(SUBDIRS)' ;; \
513	esac; \
514	for subdir in $$list; do \
515	  echo "Making $$target in $$subdir"; \
516	  if test "$$subdir" = "."; then \
517	    dot_seen=yes; \
518	    local_target="$$target-am"; \
519	  else \
520	    local_target="$$target"; \
521	  fi; \
522	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
523	  || eval $$failcom; \
524	done; \
525	if test "$$dot_seen" = "no"; then \
526	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
527	fi; test -z "$$fail"
528
529ID: $(am__tagged_files)
530	$(am__define_uniq_tagged_files); mkid -fID $$unique
531tags: tags-recursive
532TAGS: tags
533
534tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
535	set x; \
536	here=`pwd`; \
537	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
538	  include_option=--etags-include; \
539	  empty_fix=.; \
540	else \
541	  include_option=--include; \
542	  empty_fix=; \
543	fi; \
544	list='$(SUBDIRS)'; for subdir in $$list; do \
545	  if test "$$subdir" = .; then :; else \
546	    test ! -f $$subdir/TAGS || \
547	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
548	  fi; \
549	done; \
550	$(am__define_uniq_tagged_files); \
551	shift; \
552	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
553	  test -n "$$unique" || unique=$$empty_fix; \
554	  if test $$# -gt 0; then \
555	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
556	      "$$@" $$unique; \
557	  else \
558	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
559	      $$unique; \
560	  fi; \
561	fi
562ctags: ctags-recursive
563
564CTAGS: ctags
565ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
566	$(am__define_uniq_tagged_files); \
567	test -z "$(CTAGS_ARGS)$$unique" \
568	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
569	     $$unique
570
571GTAGS:
572	here=`$(am__cd) $(top_builddir) && pwd` \
573	  && $(am__cd) $(top_srcdir) \
574	  && gtags -i $(GTAGS_ARGS) "$$here"
575cscopelist: cscopelist-recursive
576
577cscopelist-am: $(am__tagged_files)
578	list='$(am__tagged_files)'; \
579	case "$(srcdir)" in \
580	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
581	  *) sdir=$(subdir)/$(srcdir) ;; \
582	esac; \
583	for i in $$list; do \
584	  if test -f "$$i"; then \
585	    echo "$(subdir)/$$i"; \
586	  else \
587	    echo "$$sdir/$$i"; \
588	  fi; \
589	done >> $(top_builddir)/cscope.files
590
591distclean-tags:
592	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
593
594distdir: $(BUILT_SOURCES)
595	$(MAKE) $(AM_MAKEFLAGS) distdir-am
596
597distdir-am: $(DISTFILES)
598	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
599	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
600	list='$(DISTFILES)'; \
601	  dist_files=`for file in $$list; do echo $$file; done | \
602	  sed -e "s|^$$srcdirstrip/||;t" \
603	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
604	case $$dist_files in \
605	  */*) $(MKDIR_P) `echo "$$dist_files" | \
606			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
607			   sort -u` ;; \
608	esac; \
609	for file in $$dist_files; do \
610	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
611	  if test -d $$d/$$file; then \
612	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
613	    if test -d "$(distdir)/$$file"; then \
614	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
615	    fi; \
616	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
617	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
618	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
619	    fi; \
620	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
621	  else \
622	    test -f "$(distdir)/$$file" \
623	    || cp -p $$d/$$file "$(distdir)/$$file" \
624	    || exit 1; \
625	  fi; \
626	done
627	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
628	  if test "$$subdir" = .; then :; else \
629	    $(am__make_dryrun) \
630	      || test -d "$(distdir)/$$subdir" \
631	      || $(MKDIR_P) "$(distdir)/$$subdir" \
632	      || exit 1; \
633	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
634	    $(am__relativize); \
635	    new_distdir=$$reldir; \
636	    dir1=$$subdir; dir2="$(top_distdir)"; \
637	    $(am__relativize); \
638	    new_top_distdir=$$reldir; \
639	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
640	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
641	    ($(am__cd) $$subdir && \
642	      $(MAKE) $(AM_MAKEFLAGS) \
643	        top_distdir="$$new_top_distdir" \
644	        distdir="$$new_distdir" \
645		am__remove_distdir=: \
646		am__skip_length_check=: \
647		am__skip_mode_fix=: \
648	        distdir) \
649	      || exit 1; \
650	  fi; \
651	done
652check-am: all-am
653check: check-recursive
654all-am: Makefile
655installdirs: installdirs-recursive
656installdirs-am:
657install: install-recursive
658install-exec: install-exec-recursive
659install-data: install-data-recursive
660uninstall: uninstall-recursive
661
662install-am: all-am
663	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
664
665installcheck: installcheck-recursive
666install-strip:
667	if test -z '$(STRIP)'; then \
668	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
669	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
670	      install; \
671	else \
672	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
673	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
674	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
675	fi
676mostlyclean-generic:
677
678clean-generic:
679
680distclean-generic:
681	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
682	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
683
684maintainer-clean-generic:
685	@echo "This command is intended for maintainers to use"
686	@echo "it deletes files that may require special tools to rebuild."
687clean: clean-recursive
688
689clean-am: clean-generic clean-libtool mostlyclean-am
690
691distclean: distclean-recursive
692	-rm -f Makefile
693distclean-am: clean-am distclean-generic distclean-tags
694
695dvi: dvi-recursive
696
697dvi-am:
698
699html: html-recursive
700
701html-am:
702
703info: info-recursive
704
705info-am:
706
707install-data-am:
708
709install-dvi: install-dvi-recursive
710
711install-dvi-am:
712
713install-exec-am:
714
715install-html: install-html-recursive
716
717install-html-am:
718
719install-info: install-info-recursive
720
721install-info-am:
722
723install-man:
724
725install-pdf: install-pdf-recursive
726
727install-pdf-am:
728
729install-ps: install-ps-recursive
730
731install-ps-am:
732
733installcheck-am:
734
735maintainer-clean: maintainer-clean-recursive
736	-rm -f Makefile
737maintainer-clean-am: distclean-am maintainer-clean-generic
738
739mostlyclean: mostlyclean-recursive
740
741mostlyclean-am: mostlyclean-generic mostlyclean-libtool
742
743pdf: pdf-recursive
744
745pdf-am:
746
747ps: ps-recursive
748
749ps-am:
750
751uninstall-am:
752
753.MAKE: $(am__recursive_targets) install-am install-strip
754
755.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
756	check-am clean clean-generic clean-libtool cscopelist-am ctags \
757	ctags-am distclean distclean-generic distclean-libtool \
758	distclean-tags distdir dvi dvi-am html html-am info info-am \
759	install install-am install-data install-data-am install-dvi \
760	install-dvi-am install-exec install-exec-am install-html \
761	install-html-am install-info install-info-am install-man \
762	install-pdf install-pdf-am install-ps install-ps-am \
763	install-strip installcheck installcheck-am installdirs \
764	installdirs-am maintainer-clean maintainer-clean-generic \
765	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
766	ps ps-am tags tags-am uninstall uninstall-am
767
768.PRECIOUS: Makefile
769
770
771.PHONY: test
772
773# Tell versions [3.59,3.63) of GNU make to not export all variables.
774# Otherwise a system limit (for SysV at least) may be exceeded.
775.NOEXPORT:
776