1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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# Process this file with automake to produce Makefile.in
18#
19# Copyright (C) 2002, 2003, 2005 Rob Caelers & Raymond Penners
20#
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 = frontend/text
97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
99	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
100	$(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/lib-ld.m4 \
101	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
102	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
103	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
104	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
105	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
106	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
107am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
108	$(ACLOCAL_M4)
109DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
110mkinstalldirs = $(install_sh) -d
111CONFIG_HEADER = $(top_builddir)/config.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 =
128RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
129	ctags-recursive dvi-recursive html-recursive info-recursive \
130	install-data-recursive install-dvi-recursive \
131	install-exec-recursive install-html-recursive \
132	install-info-recursive install-pdf-recursive \
133	install-ps-recursive install-recursive installcheck-recursive \
134	installdirs-recursive pdf-recursive ps-recursive \
135	tags-recursive uninstall-recursive
136am__can_run_installinfo = \
137  case $$AM_UPDATE_INFO_DIR in \
138    n|no|NO) false;; \
139    *) (install-info --version) >/dev/null 2>&1;; \
140  esac
141RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
142  distclean-recursive maintainer-clean-recursive
143am__recursive_targets = \
144  $(RECURSIVE_TARGETS) \
145  $(RECURSIVE_CLEAN_TARGETS) \
146  $(am__extra_recursive_targets)
147AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
148	distdir distdir-am
149am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
150# Read a list of newline-separated strings from the standard input,
151# and print each of them once, without duplicates.  Input order is
152# *not* preserved.
153am__uniquify_input = $(AWK) '\
154  BEGIN { nonempty = 0; } \
155  { items[$$0] = 1; nonempty = 1; } \
156  END { if (nonempty) { for (i in items) print i; }; } \
157'
158# Make sure the list of sources is unique.  This is necessary because,
159# e.g., the same source file might be shared among _SOURCES variables
160# for different programs/libraries.
161am__define_uniq_tagged_files = \
162  list='$(am__tagged_files)'; \
163  unique=`for i in $$list; do \
164    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
165  done | $(am__uniquify_input)`
166ETAGS = etags
167CTAGS = ctags
168DIST_SUBDIRS = $(SUBDIRS)
169am__DIST_COMMON = $(srcdir)/Makefile.in
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@
197ALL_LINGUAS = @ALL_LINGUAS@
198AMTAR = @AMTAR@
199AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
200AR = @AR@
201AUTOCONF = @AUTOCONF@
202AUTOHEADER = @AUTOHEADER@
203AUTOMAKE = @AUTOMAKE@
204AWK = @AWK@
205BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
206BOOST_LDFLAGS = @BOOST_LDFLAGS@
207CC = @CC@
208CCDEPMODE = @CCDEPMODE@
209CFLAGS = @CFLAGS@
210CPP = @CPP@
211CPPFLAGS = @CPPFLAGS@
212CXX = @CXX@
213CXXCPP = @CXXCPP@
214CXXDEPMODE = @CXXDEPMODE@
215CXXFLAGS = @CXXFLAGS@
216CYGPATH_W = @CYGPATH_W@
217DATADIR = @DATADIR@
218DBUS_SERVICES_DIR = @DBUS_SERVICES_DIR@
219DEFS = @DEFS@
220DEPDIR = @DEPDIR@
221DIRECTSOUNDLIBS = @DIRECTSOUNDLIBS@
222DLLTOOL = @DLLTOOL@
223DSYMUTIL = @DSYMUTIL@
224DUMPBIN = @DUMPBIN@
225ECHO_C = @ECHO_C@
226ECHO_N = @ECHO_N@
227ECHO_T = @ECHO_T@
228EGREP = @EGREP@
229EXEEXT = @EXEEXT@
230FGREP = @FGREP@
231GCONF_CFLAGS = @GCONF_CFLAGS@
232GCONF_LIBS = @GCONF_LIBS@
233GDOME_CFLAGS = @GDOME_CFLAGS@
234GDOME_LIBS = @GDOME_LIBS@
235GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
236GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
237GIO_CFLAGS = @GIO_CFLAGS@
238GIO_LIBS = @GIO_LIBS@
239GLIB_CFLAGS = @GLIB_CFLAGS@
240GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
241GLIB_LIBS = @GLIB_LIBS@
242GMSGFMT = @GMSGFMT@
243GMSGFMT_015 = @GMSGFMT_015@
244GNET_CFLAGS = @GNET_CFLAGS@
245GNET_LIBS = @GNET_LIBS@
246GNOME3_CFLAGS = @GNOME3_CFLAGS@
247GNOME3_LIBS = @GNOME3_LIBS@
248GNOME_SHELL_VERSION = @GNOME_SHELL_VERSION@
249GREP = @GREP@
250GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
251GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
252GSTREAMER_LIBS = @GSTREAMER_LIBS@
253GTK2_CFLAGS = @GTK2_CFLAGS@
254GTK2_LIBS = @GTK2_LIBS@
255GTK_CFLAGS = @GTK_CFLAGS@
256GTK_LIBS = @GTK_LIBS@
257HAVE_CXX11 = @HAVE_CXX11@
258IGE_CFLAGS = @IGE_CFLAGS@
259IGE_LIBS = @IGE_LIBS@
260INDICATORDIR = @INDICATORDIR@
261INDICATORICONSDIR = @INDICATORICONSDIR@
262INDICATOR_CFLAGS = @INDICATOR_CFLAGS@
263INDICATOR_LIBS = @INDICATOR_LIBS@
264INSTALL = @INSTALL@
265INSTALL_DATA = @INSTALL_DATA@
266INSTALL_PROGRAM = @INSTALL_PROGRAM@
267INSTALL_SCRIPT = @INSTALL_SCRIPT@
268INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
269INTLLIBS = @INTLLIBS@
270INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
271INTLTOOL_MERGE = @INTLTOOL_MERGE@
272INTLTOOL_PERL = @INTLTOOL_PERL@
273INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
274INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
275INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
276INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
277INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
278INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
279INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
280INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
281INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
282INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
283INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
284INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
285INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
286INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
287ISODATE = @ISODATE@
288JW = @JW@
289LD = @LD@
290LDFLAGS = @LDFLAGS@
291LIBGNOME_PANEL_MODULES_DIR = @LIBGNOME_PANEL_MODULES_DIR@
292LIBICONV = @LIBICONV@
293LIBINTL = @LIBINTL@
294LIBMATEPANEL_CFLAGS = @LIBMATEPANEL_CFLAGS@
295LIBMATEPANEL_LIBS = @LIBMATEPANEL_LIBS@
296LIBOBJS = @LIBOBJS@
297LIBS = @LIBS@
298LIBSTDCPP_LIBS = @LIBSTDCPP_LIBS@
299LIBTOOL = @LIBTOOL@
300LIBXFCE4PANEL_CFLAGS = @LIBXFCE4PANEL_CFLAGS@
301LIBXFCE4PANEL_LIBS = @LIBXFCE4PANEL_LIBS@
302LIPO = @LIPO@
303LN_S = @LN_S@
304LTLIBICONV = @LTLIBICONV@
305LTLIBINTL = @LTLIBINTL@
306LTLIBOBJS = @LTLIBOBJS@
307LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
308M4 = @M4@
309MAKEINFO = @MAKEINFO@
310MANIFEST_TOOL = @MANIFEST_TOOL@
311MKDIR_P = @MKDIR_P@
312MSGFMT = @MSGFMT@
313MSGFMT_015 = @MSGFMT_015@
314MSGMERGE = @MSGMERGE@
315NM = @NM@
316NMEDIT = @NMEDIT@
317OBJC = @OBJC@
318OBJCDEPMODE = @OBJCDEPMODE@
319OBJCFLAGS = @OBJCFLAGS@
320OBJCXX = @OBJCXX@
321OBJCXXDEPMODE = @OBJCXXDEPMODE@
322OBJCXXFLAGS = @OBJCXXFLAGS@
323OBJDUMP = @OBJDUMP@
324OBJEXT = @OBJEXT@
325OSX_CFLAGS = @OSX_CFLAGS@
326OTOOL = @OTOOL@
327OTOOL64 = @OTOOL64@
328PACKAGE = @PACKAGE@
329PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
330PACKAGE_NAME = @PACKAGE_NAME@
331PACKAGE_STRING = @PACKAGE_STRING@
332PACKAGE_TARNAME = @PACKAGE_TARNAME@
333PACKAGE_URL = @PACKAGE_URL@
334PACKAGE_VERSION = @PACKAGE_VERSION@
335PATH_SEPARATOR = @PATH_SEPARATOR@
336PKG_CONFIG = @PKG_CONFIG@
337PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
338PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
339POSUB = @POSUB@
340PULSE_CFLAGS = @PULSE_CFLAGS@
341PULSE_LIBS = @PULSE_LIBS@
342PYTHON = @PYTHON@
343PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
344PYTHON_PLATFORM = @PYTHON_PLATFORM@
345PYTHON_PREFIX = @PYTHON_PREFIX@
346PYTHON_VERSION = @PYTHON_VERSION@
347RANLIB = @RANLIB@
348RESOURCE_VERSION = @RESOURCE_VERSION@
349SED = @SED@
350SET_MAKE = @SET_MAKE@
351SHELL = @SHELL@
352STRIP = @STRIP@
353USE_NLS = @USE_NLS@
354VERSION = @VERSION@
355WIN32CONSOLE = @WIN32CONSOLE@
356WINDRES = @WINDRES@
357WR_BACKEND_INCLUDES = @WR_BACKEND_INCLUDES@
358WR_COMMON_INCLUDES = @WR_COMMON_INCLUDES@
359WR_FRONTEND_COMMON_INCLUDES = @WR_FRONTEND_COMMON_INCLUDES@
360WR_LDADD = @WR_LDADD@
361WR_LDFLAGS = @WR_LDFLAGS@
362X11SM_CFLAGS = @X11SM_CFLAGS@
363X11SM_LIBS = @X11SM_LIBS@
364XGETTEXT = @XGETTEXT@
365XGETTEXT_015 = @XGETTEXT_015@
366XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
367XMKMF = @XMKMF@
368XMLTO = @XMLTO@
369X_CFLAGS = @X_CFLAGS@
370X_EXTRA_LIBS = @X_EXTRA_LIBS@
371X_LIBS = @X_LIBS@
372X_PRE_LIBS = @X_PRE_LIBS@
373abs_builddir = @abs_builddir@
374abs_srcdir = @abs_srcdir@
375abs_top_builddir = @abs_top_builddir@
376abs_top_srcdir = @abs_top_srcdir@
377ac_ct_AR = @ac_ct_AR@
378ac_ct_CC = @ac_ct_CC@
379ac_ct_CXX = @ac_ct_CXX@
380ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
381ac_ct_OBJC = @ac_ct_OBJC@
382ac_ct_OBJCXX = @ac_ct_OBJCXX@
383ac_prefix_program = @ac_prefix_program@
384am__include = @am__include@
385am__leading_dot = @am__leading_dot@
386am__quote = @am__quote@
387am__tar = @am__tar@
388am__untar = @am__untar@
389bindir = @bindir@
390build = @build@
391build_alias = @build_alias@
392build_cpu = @build_cpu@
393build_os = @build_os@
394build_vendor = @build_vendor@
395builddir = @builddir@
396datadir = @datadir@
397datarootdir = @datarootdir@
398docdir = @docdir@
399dvidir = @dvidir@
400exec_prefix = @exec_prefix@
401gsettingsschemadir = @gsettingsschemadir@
402host = @host@
403host_alias = @host_alias@
404host_cpu = @host_cpu@
405host_os = @host_os@
406host_vendor = @host_vendor@
407htmldir = @htmldir@
408includedir = @includedir@
409infodir = @infodir@
410install_sh = @install_sh@
411intltool__v_merge_options_ = @intltool__v_merge_options_@
412intltool__v_merge_options_0 = @intltool__v_merge_options_0@
413libdir = @libdir@
414libexecdir = @libexecdir@
415localedir = @localedir@
416localstatedir = @localstatedir@
417mandir = @mandir@
418mkdir_p = @mkdir_p@
419oldincludedir = @oldincludedir@
420pdfdir = @pdfdir@
421pkgpyexecdir = @pkgpyexecdir@
422pkgpythondir = @pkgpythondir@
423prefix = @prefix@
424program_transform_name = @program_transform_name@
425psdir = @psdir@
426pyexecdir = @pyexecdir@
427pythondir = @pythondir@
428runstatedir = @runstatedir@
429sbindir = @sbindir@
430sharedstatedir = @sharedstatedir@
431srcdir = @srcdir@
432sysconfdir = @sysconfdir@
433target = @target@
434target_alias = @target_alias@
435target_cpu = @target_cpu@
436target_os = @target_os@
437target_vendor = @target_vendor@
438top_build_prefix = @top_build_prefix@
439top_builddir = @top_builddir@
440top_srcdir = @top_srcdir@
441MAINTAINERCLEANFILES = Makefile.in
442SUBDIRS = src
443all: all-recursive
444
445.SUFFIXES:
446$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
447	@for dep in $?; do \
448	  case '$(am__configure_deps)' in \
449	    *$$dep*) \
450	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
451	        && { if test -f $@; then exit 0; else break; fi; }; \
452	      exit 1;; \
453	  esac; \
454	done; \
455	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign frontend/text/Makefile'; \
456	$(am__cd) $(top_srcdir) && \
457	  $(AUTOMAKE) --foreign frontend/text/Makefile
458Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
459	@case '$?' in \
460	  *config.status*) \
461	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
462	  *) \
463	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
464	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
465	esac;
466
467$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
468	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
469
470$(top_srcdir)/configure:  $(am__configure_deps)
471	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
472$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
473	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
474$(am__aclocal_m4_deps):
475
476mostlyclean-libtool:
477	-rm -f *.lo
478
479clean-libtool:
480	-rm -rf .libs _libs
481
482# This directory's subdirectories are mostly independent; you can cd
483# into them and run 'make' without going through this Makefile.
484# To change the values of 'make' variables: instead of editing Makefiles,
485# (1) if the variable is set in 'config.status', edit 'config.status'
486#     (which will cause the Makefiles to be regenerated when you run 'make');
487# (2) otherwise, pass the desired values on the 'make' command line.
488$(am__recursive_targets):
489	@fail=; \
490	if $(am__make_keepgoing); then \
491	  failcom='fail=yes'; \
492	else \
493	  failcom='exit 1'; \
494	fi; \
495	dot_seen=no; \
496	target=`echo $@ | sed s/-recursive//`; \
497	case "$@" in \
498	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
499	  *) list='$(SUBDIRS)' ;; \
500	esac; \
501	for subdir in $$list; do \
502	  echo "Making $$target in $$subdir"; \
503	  if test "$$subdir" = "."; then \
504	    dot_seen=yes; \
505	    local_target="$$target-am"; \
506	  else \
507	    local_target="$$target"; \
508	  fi; \
509	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
510	  || eval $$failcom; \
511	done; \
512	if test "$$dot_seen" = "no"; then \
513	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
514	fi; test -z "$$fail"
515
516ID: $(am__tagged_files)
517	$(am__define_uniq_tagged_files); mkid -fID $$unique
518tags: tags-recursive
519TAGS: tags
520
521tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
522	set x; \
523	here=`pwd`; \
524	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
525	  include_option=--etags-include; \
526	  empty_fix=.; \
527	else \
528	  include_option=--include; \
529	  empty_fix=; \
530	fi; \
531	list='$(SUBDIRS)'; for subdir in $$list; do \
532	  if test "$$subdir" = .; then :; else \
533	    test ! -f $$subdir/TAGS || \
534	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
535	  fi; \
536	done; \
537	$(am__define_uniq_tagged_files); \
538	shift; \
539	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
540	  test -n "$$unique" || unique=$$empty_fix; \
541	  if test $$# -gt 0; then \
542	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
543	      "$$@" $$unique; \
544	  else \
545	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
546	      $$unique; \
547	  fi; \
548	fi
549ctags: ctags-recursive
550
551CTAGS: ctags
552ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
553	$(am__define_uniq_tagged_files); \
554	test -z "$(CTAGS_ARGS)$$unique" \
555	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
556	     $$unique
557
558GTAGS:
559	here=`$(am__cd) $(top_builddir) && pwd` \
560	  && $(am__cd) $(top_srcdir) \
561	  && gtags -i $(GTAGS_ARGS) "$$here"
562cscopelist: cscopelist-recursive
563
564cscopelist-am: $(am__tagged_files)
565	list='$(am__tagged_files)'; \
566	case "$(srcdir)" in \
567	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
568	  *) sdir=$(subdir)/$(srcdir) ;; \
569	esac; \
570	for i in $$list; do \
571	  if test -f "$$i"; then \
572	    echo "$(subdir)/$$i"; \
573	  else \
574	    echo "$$sdir/$$i"; \
575	  fi; \
576	done >> $(top_builddir)/cscope.files
577
578distclean-tags:
579	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
580
581distdir: $(BUILT_SOURCES)
582	$(MAKE) $(AM_MAKEFLAGS) distdir-am
583
584distdir-am: $(DISTFILES)
585	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
586	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
587	list='$(DISTFILES)'; \
588	  dist_files=`for file in $$list; do echo $$file; done | \
589	  sed -e "s|^$$srcdirstrip/||;t" \
590	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
591	case $$dist_files in \
592	  */*) $(MKDIR_P) `echo "$$dist_files" | \
593			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
594			   sort -u` ;; \
595	esac; \
596	for file in $$dist_files; do \
597	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
598	  if test -d $$d/$$file; then \
599	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
600	    if test -d "$(distdir)/$$file"; then \
601	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
602	    fi; \
603	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
604	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
605	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
606	    fi; \
607	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
608	  else \
609	    test -f "$(distdir)/$$file" \
610	    || cp -p $$d/$$file "$(distdir)/$$file" \
611	    || exit 1; \
612	  fi; \
613	done
614	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
615	  if test "$$subdir" = .; then :; else \
616	    $(am__make_dryrun) \
617	      || test -d "$(distdir)/$$subdir" \
618	      || $(MKDIR_P) "$(distdir)/$$subdir" \
619	      || exit 1; \
620	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
621	    $(am__relativize); \
622	    new_distdir=$$reldir; \
623	    dir1=$$subdir; dir2="$(top_distdir)"; \
624	    $(am__relativize); \
625	    new_top_distdir=$$reldir; \
626	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
627	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
628	    ($(am__cd) $$subdir && \
629	      $(MAKE) $(AM_MAKEFLAGS) \
630	        top_distdir="$$new_top_distdir" \
631	        distdir="$$new_distdir" \
632		am__remove_distdir=: \
633		am__skip_length_check=: \
634		am__skip_mode_fix=: \
635	        distdir) \
636	      || exit 1; \
637	  fi; \
638	done
639check-am: all-am
640check: check-recursive
641all-am: Makefile
642installdirs: installdirs-recursive
643installdirs-am:
644install: install-recursive
645install-exec: install-exec-recursive
646install-data: install-data-recursive
647uninstall: uninstall-recursive
648
649install-am: all-am
650	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
651
652installcheck: installcheck-recursive
653install-strip:
654	if test -z '$(STRIP)'; then \
655	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
656	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
657	      install; \
658	else \
659	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
660	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
661	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
662	fi
663mostlyclean-generic:
664
665clean-generic:
666
667distclean-generic:
668	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
669	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
670
671maintainer-clean-generic:
672	@echo "This command is intended for maintainers to use"
673	@echo "it deletes files that may require special tools to rebuild."
674	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
675clean: clean-recursive
676
677clean-am: clean-generic clean-libtool mostlyclean-am
678
679distclean: distclean-recursive
680	-rm -f Makefile
681distclean-am: clean-am distclean-generic distclean-tags
682
683dvi: dvi-recursive
684
685dvi-am:
686
687html: html-recursive
688
689html-am:
690
691info: info-recursive
692
693info-am:
694
695install-data-am:
696
697install-dvi: install-dvi-recursive
698
699install-dvi-am:
700
701install-exec-am:
702
703install-html: install-html-recursive
704
705install-html-am:
706
707install-info: install-info-recursive
708
709install-info-am:
710
711install-man:
712
713install-pdf: install-pdf-recursive
714
715install-pdf-am:
716
717install-ps: install-ps-recursive
718
719install-ps-am:
720
721installcheck-am:
722
723maintainer-clean: maintainer-clean-recursive
724	-rm -f Makefile
725maintainer-clean-am: distclean-am maintainer-clean-generic
726
727mostlyclean: mostlyclean-recursive
728
729mostlyclean-am: mostlyclean-generic mostlyclean-libtool
730
731pdf: pdf-recursive
732
733pdf-am:
734
735ps: ps-recursive
736
737ps-am:
738
739uninstall-am:
740
741.MAKE: $(am__recursive_targets) install-am install-strip
742
743.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
744	check-am clean clean-generic clean-libtool cscopelist-am ctags \
745	ctags-am distclean distclean-generic distclean-libtool \
746	distclean-tags distdir dvi dvi-am html html-am info info-am \
747	install install-am install-data install-data-am install-dvi \
748	install-dvi-am install-exec install-exec-am install-html \
749	install-html-am install-info install-info-am install-man \
750	install-pdf install-pdf-am install-ps install-ps-am \
751	install-strip installcheck installcheck-am installdirs \
752	installdirs-am maintainer-clean maintainer-clean-generic \
753	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
754	ps ps-am tags tags-am uninstall uninstall-am
755
756.PRECIOUS: Makefile
757
758
759# Tell versions [3.59,3.63) of GNU make to not export all variables.
760# Otherwise a system limit (for SysV at least) may be exceeded.
761.NOEXPORT:
762