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#
18# Copyright (C) 2002 - 2018 Brailcom, o.p.s.
19#
20# This is free software; you can redistribute it and/or modify it
21# under the terms of the GNU General Public License as published by
22# the Free Software Foundation; either version 2, or (at your option)
23# any later version.
24#
25# This software is distributed in the hope that it will be useful,
26# but WITHOUT ANY WARRANTY; without even the implied warranty of
27# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
28# General Public License for more details.
29#
30# You should have received a copy of the GNU General Public License
31# along with this program.  If not, see <https://www.gnu.org/licenses/>.
32#
33VPATH = @srcdir@
34am__is_gnu_make = { \
35  if test -z '$(MAKELEVEL)'; then \
36    false; \
37  elif test -n '$(MAKE_HOST)'; then \
38    true; \
39  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40    true; \
41  else \
42    false; \
43  fi; \
44}
45am__make_running_with_option = \
46  case $${target_option-} in \
47      ?) ;; \
48      *) echo "am__make_running_with_option: internal error: invalid" \
49              "target option '$${target_option-}' specified" >&2; \
50         exit 1;; \
51  esac; \
52  has_opt=no; \
53  sane_makeflags=$$MAKEFLAGS; \
54  if $(am__is_gnu_make); then \
55    sane_makeflags=$$MFLAGS; \
56  else \
57    case $$MAKEFLAGS in \
58      *\\[\ \	]*) \
59        bs=\\; \
60        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
62    esac; \
63  fi; \
64  skip_next=no; \
65  strip_trailopt () \
66  { \
67    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68  }; \
69  for flg in $$sane_makeflags; do \
70    test $$skip_next = yes && { skip_next=no; continue; }; \
71    case $$flg in \
72      *=*|--*) continue;; \
73        -*I) strip_trailopt 'I'; skip_next=yes;; \
74      -*I?*) strip_trailopt 'I';; \
75        -*O) strip_trailopt 'O'; skip_next=yes;; \
76      -*O?*) strip_trailopt 'O';; \
77        -*l) strip_trailopt 'l'; skip_next=yes;; \
78      -*l?*) strip_trailopt 'l';; \
79      -[dEDm]) skip_next=yes;; \
80      -[JT]) skip_next=yes;; \
81    esac; \
82    case $$flg in \
83      *$$target_option*) has_opt=yes; break;; \
84    esac; \
85  done; \
86  test $$has_opt = yes
87am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89pkgdatadir = $(datadir)/@PACKAGE@
90pkgincludedir = $(includedir)/@PACKAGE@
91pkglibdir = $(libdir)/@PACKAGE@
92pkglibexecdir = $(libexecdir)/@PACKAGE@
93am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94install_sh_DATA = $(install_sh) -c -m 644
95install_sh_PROGRAM = $(install_sh) -c
96install_sh_SCRIPT = $(install_sh) -c
97INSTALL_HEADER = $(INSTALL_DATA)
98transform = $(program_transform_name)
99NORMAL_INSTALL = :
100PRE_INSTALL = :
101POST_INSTALL = :
102NORMAL_UNINSTALL = :
103PRE_UNINSTALL = :
104POST_UNINSTALL = :
105build_triplet = @build@
106host_triplet = @host@
107subdir = src/clients
108ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
110	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
111	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
112	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
113	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
114	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
115	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
116	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
118	$(ACLOCAL_M4)
119DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
120mkinstalldirs = $(install_sh) -d
121CONFIG_HEADER = $(top_builddir)/config.h
122CONFIG_CLEAN_FILES =
123CONFIG_CLEAN_VPATH_FILES =
124AM_V_P = $(am__v_P_@AM_V@)
125am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
126am__v_P_0 = false
127am__v_P_1 = :
128AM_V_GEN = $(am__v_GEN_@AM_V@)
129am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
130am__v_GEN_0 = @echo "  GEN     " $@;
131am__v_GEN_1 =
132AM_V_at = $(am__v_at_@AM_V@)
133am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
134am__v_at_0 = @
135am__v_at_1 =
136SOURCES =
137DIST_SOURCES =
138RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
139	ctags-recursive dvi-recursive html-recursive info-recursive \
140	install-data-recursive install-dvi-recursive \
141	install-exec-recursive install-html-recursive \
142	install-info-recursive install-pdf-recursive \
143	install-ps-recursive install-recursive installcheck-recursive \
144	installdirs-recursive pdf-recursive ps-recursive \
145	tags-recursive uninstall-recursive
146am__can_run_installinfo = \
147  case $$AM_UPDATE_INFO_DIR in \
148    n|no|NO) false;; \
149    *) (install-info --version) >/dev/null 2>&1;; \
150  esac
151RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
152  distclean-recursive maintainer-clean-recursive
153am__recursive_targets = \
154  $(RECURSIVE_TARGETS) \
155  $(RECURSIVE_CLEAN_TARGETS) \
156  $(am__extra_recursive_targets)
157AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
158	distdir distdir-am
159am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
160# Read a list of newline-separated strings from the standard input,
161# and print each of them once, without duplicates.  Input order is
162# *not* preserved.
163am__uniquify_input = $(AWK) '\
164  BEGIN { nonempty = 0; } \
165  { items[$$0] = 1; nonempty = 1; } \
166  END { if (nonempty) { for (i in items) print i; }; } \
167'
168# Make sure the list of sources is unique.  This is necessary because,
169# e.g., the same source file might be shared among _SOURCES variables
170# for different programs/libraries.
171am__define_uniq_tagged_files = \
172  list='$(am__tagged_files)'; \
173  unique=`for i in $$list; do \
174    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
175  done | $(am__uniquify_input)`
176ETAGS = etags
177CTAGS = ctags
178DIST_SUBDIRS = $(SUBDIRS)
179am__DIST_COMMON = $(srcdir)/Makefile.in
180DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
181am__relativize = \
182  dir0=`pwd`; \
183  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
184  sed_rest='s,^[^/]*/*,,'; \
185  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
186  sed_butlast='s,/*[^/]*$$,,'; \
187  while test -n "$$dir1"; do \
188    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
189    if test "$$first" != "."; then \
190      if test "$$first" = ".."; then \
191        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
192        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
193      else \
194        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
195        if test "$$first2" = "$$first"; then \
196          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
197        else \
198          dir2="../$$dir2"; \
199        fi; \
200        dir0="$$dir0"/"$$first"; \
201      fi; \
202    fi; \
203    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
204  done; \
205  reldir="$$dir2"
206ACLOCAL = @ACLOCAL@
207ALSA_CFLAGS = @ALSA_CFLAGS@
208ALSA_LIBS = @ALSA_LIBS@
209AMTAR = @AMTAR@
210AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
211AR = @AR@
212AUTOCONF = @AUTOCONF@
213AUTOHEADER = @AUTOHEADER@
214AUTOMAKE = @AUTOMAKE@
215AWK = @AWK@
216CC = @CC@
217CCDEPMODE = @CCDEPMODE@
218CFLAGS = @CFLAGS@
219CPP = @CPP@
220CPPFLAGS = @CPPFLAGS@
221CXX = @CXX@
222CXXCPP = @CXXCPP@
223CXXDEPMODE = @CXXDEPMODE@
224CXXFLAGS = @CXXFLAGS@
225CYGPATH_W = @CYGPATH_W@
226DEFS = @DEFS@
227DEPDIR = @DEPDIR@
228DLLTOOL = @DLLTOOL@
229DOTCONF_CFLAGS = @DOTCONF_CFLAGS@
230DOTCONF_LIBS = @DOTCONF_LIBS@
231DSYMUTIL = @DSYMUTIL@
232DUMPBIN = @DUMPBIN@
233ECHO_C = @ECHO_C@
234ECHO_N = @ECHO_N@
235ECHO_T = @ECHO_T@
236EGREP = @EGREP@
237ERROR_CFLAGS = @ERROR_CFLAGS@
238ESPEAK_NG_CFLAGS = @ESPEAK_NG_CFLAGS@
239ESPEAK_NG_LIBS = @ESPEAK_NG_LIBS@
240EXEEXT = @EXEEXT@
241EXTRA_ESPEAK_LIBS = @EXTRA_ESPEAK_LIBS@
242EXTRA_SOCKET_LIBS = @EXTRA_SOCKET_LIBS@
243FGREP = @FGREP@
244GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
245GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
246GLIB_CFLAGS = @GLIB_CFLAGS@
247GLIB_LIBS = @GLIB_LIBS@
248GMODULE_CFLAGS = @GMODULE_CFLAGS@
249GMODULE_LIBS = @GMODULE_LIBS@
250GMSGFMT = @GMSGFMT@
251GMSGFMT_015 = @GMSGFMT_015@
252GREP = @GREP@
253GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
254GTHREAD_LIBS = @GTHREAD_LIBS@
255HELP2MAN = @HELP2MAN@
256INSTALL = @INSTALL@
257INSTALL_DATA = @INSTALL_DATA@
258INSTALL_PROGRAM = @INSTALL_PROGRAM@
259INSTALL_SCRIPT = @INSTALL_SCRIPT@
260INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
261INTLLIBS = @INTLLIBS@
262INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
263LD = @LD@
264LDFLAGS = @LDFLAGS@
265LIBAO_CFLAGS = @LIBAO_CFLAGS@
266LIBAO_LIBS = @LIBAO_LIBS@
267LIBICONV = @LIBICONV@
268LIBINTL = @LIBINTL@
269LIBOBJS = @LIBOBJS@
270LIBS = @LIBS@
271LIBTOOL = @LIBTOOL@
272LIB_SPD_AGE = @LIB_SPD_AGE@
273LIB_SPD_CURRENT = @LIB_SPD_CURRENT@
274LIB_SPD_REVISION = @LIB_SPD_REVISION@
275LIPO = @LIPO@
276LN_S = @LN_S@
277LTLIBICONV = @LTLIBICONV@
278LTLIBINTL = @LTLIBINTL@
279LTLIBOBJS = @LTLIBOBJS@
280LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
281MAJOR_VERSION = @MAJOR_VERSION@
282MAKEINFO = @MAKEINFO@
283MANIFEST_TOOL = @MANIFEST_TOOL@
284MICRO_VERSION = @MICRO_VERSION@
285MINOR_VERSION = @MINOR_VERSION@
286MKDIR_P = @MKDIR_P@
287MSGFMT = @MSGFMT@
288MSGFMT_015 = @MSGFMT_015@
289MSGMERGE = @MSGMERGE@
290NAS_LIBS = @NAS_LIBS@
291NM = @NM@
292NMEDIT = @NMEDIT@
293OBJDUMP = @OBJDUMP@
294OBJEXT = @OBJEXT@
295OTOOL = @OTOOL@
296OTOOL64 = @OTOOL64@
297PACKAGE = @PACKAGE@
298PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
299PACKAGE_NAME = @PACKAGE_NAME@
300PACKAGE_STRING = @PACKAGE_STRING@
301PACKAGE_TARNAME = @PACKAGE_TARNAME@
302PACKAGE_URL = @PACKAGE_URL@
303PACKAGE_VERSION = @PACKAGE_VERSION@
304PATH_SEPARATOR = @PATH_SEPARATOR@
305PKG_CONFIG = @PKG_CONFIG@
306PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
307PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
308POSUB = @POSUB@
309PULSE_CFLAGS = @PULSE_CFLAGS@
310PULSE_LIBS = @PULSE_LIBS@
311PYTHON = @PYTHON@
312PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
313PYTHON_PLATFORM = @PYTHON_PLATFORM@
314PYTHON_PREFIX = @PYTHON_PREFIX@
315PYTHON_VERSION = @PYTHON_VERSION@
316RANLIB = @RANLIB@
317RDYNAMIC = @RDYNAMIC@
318SED = @SED@
319SET_MAKE = @SET_MAKE@
320SHELL = @SHELL@
321SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
322SNDFILE_LIBS = @SNDFILE_LIBS@
323STRIP = @STRIP@
324USE_NLS = @USE_NLS@
325VERSION = @VERSION@
326XGETTEXT = @XGETTEXT@
327XGETTEXT_015 = @XGETTEXT_015@
328XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
329abs_builddir = @abs_builddir@
330abs_srcdir = @abs_srcdir@
331abs_top_builddir = @abs_top_builddir@
332abs_top_srcdir = @abs_top_srcdir@
333ac_ct_AR = @ac_ct_AR@
334ac_ct_CC = @ac_ct_CC@
335ac_ct_CXX = @ac_ct_CXX@
336ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
337am__include = @am__include@
338am__leading_dot = @am__leading_dot@
339am__quote = @am__quote@
340am__tar = @am__tar@
341am__untar = @am__untar@
342audio_dlopen_modules = @audio_dlopen_modules@
343audiodir = @audiodir@
344bindir = @bindir@
345build = @build@
346build_alias = @build_alias@
347build_cpu = @build_cpu@
348build_os = @build_os@
349build_vendor = @build_vendor@
350builddir = @builddir@
351clientconfdir = @clientconfdir@
352clientconforigdir = @clientconforigdir@
353datadir = @datadir@
354datarootdir = @datarootdir@
355default_audio_method = @default_audio_method@
356docdir = @docdir@
357dvidir = @dvidir@
358exec_prefix = @exec_prefix@
359flite_basic = @flite_basic@
360flite_kal = @flite_kal@
361host = @host@
362host_alias = @host_alias@
363host_cpu = @host_cpu@
364host_os = @host_os@
365host_vendor = @host_vendor@
366htmldir = @htmldir@
367ibmtts_include = @ibmtts_include@
368includedir = @includedir@
369infodir = @infodir@
370install_sh = @install_sh@
371libdir = @libdir@
372libexecdir = @libexecdir@
373localedatadir = @localedatadir@
374localedir = @localedir@
375localstatedir = @localstatedir@
376mandir = @mandir@
377mkdir_p = @mkdir_p@
378modulebindir = @modulebindir@
379moduleconfdir = @moduleconfdir@
380moduleconforigdir = @moduleconforigdir@
381oldincludedir = @oldincludedir@
382pdfdir = @pdfdir@
383pkgpyexecdir = @pkgpyexecdir@
384pkgpythondir = @pkgpythondir@
385prefix = @prefix@
386program_transform_name = @program_transform_name@
387psdir = @psdir@
388pyexecdir = @pyexecdir@
389pythondir = @pythondir@
390runstatedir = @runstatedir@
391sbindir = @sbindir@
392sharedstatedir = @sharedstatedir@
393snddatadir = @snddatadir@
394spdconfdir = @spdconfdir@
395spdconforigdir = @spdconforigdir@
396spddesktopconforigdir = @spddesktopconforigdir@
397spdincludedir = @spdincludedir@
398spdlibdir = @spdlibdir@
399srcdir = @srcdir@
400sysconfdir = @sysconfdir@
401systemdsystemunitdir = @systemdsystemunitdir@
402target_alias = @target_alias@
403top_build_prefix = @top_build_prefix@
404top_builddir = @top_builddir@
405top_srcdir = @top_srcdir@
406SUBDIRS = say spdsend
407all: all-recursive
408
409.SUFFIXES:
410$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
411	@for dep in $?; do \
412	  case '$(am__configure_deps)' in \
413	    *$$dep*) \
414	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
415	        && { if test -f $@; then exit 0; else break; fi; }; \
416	      exit 1;; \
417	  esac; \
418	done; \
419	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/clients/Makefile'; \
420	$(am__cd) $(top_srcdir) && \
421	  $(AUTOMAKE) --foreign src/clients/Makefile
422Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
423	@case '$?' in \
424	  *config.status*) \
425	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
426	  *) \
427	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
428	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
429	esac;
430
431$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
432	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
433
434$(top_srcdir)/configure:  $(am__configure_deps)
435	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
436$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
437	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
438$(am__aclocal_m4_deps):
439
440mostlyclean-libtool:
441	-rm -f *.lo
442
443clean-libtool:
444	-rm -rf .libs _libs
445
446# This directory's subdirectories are mostly independent; you can cd
447# into them and run 'make' without going through this Makefile.
448# To change the values of 'make' variables: instead of editing Makefiles,
449# (1) if the variable is set in 'config.status', edit 'config.status'
450#     (which will cause the Makefiles to be regenerated when you run 'make');
451# (2) otherwise, pass the desired values on the 'make' command line.
452$(am__recursive_targets):
453	@fail=; \
454	if $(am__make_keepgoing); then \
455	  failcom='fail=yes'; \
456	else \
457	  failcom='exit 1'; \
458	fi; \
459	dot_seen=no; \
460	target=`echo $@ | sed s/-recursive//`; \
461	case "$@" in \
462	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
463	  *) list='$(SUBDIRS)' ;; \
464	esac; \
465	for subdir in $$list; do \
466	  echo "Making $$target in $$subdir"; \
467	  if test "$$subdir" = "."; then \
468	    dot_seen=yes; \
469	    local_target="$$target-am"; \
470	  else \
471	    local_target="$$target"; \
472	  fi; \
473	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
474	  || eval $$failcom; \
475	done; \
476	if test "$$dot_seen" = "no"; then \
477	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
478	fi; test -z "$$fail"
479
480ID: $(am__tagged_files)
481	$(am__define_uniq_tagged_files); mkid -fID $$unique
482tags: tags-recursive
483TAGS: tags
484
485tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
486	set x; \
487	here=`pwd`; \
488	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
489	  include_option=--etags-include; \
490	  empty_fix=.; \
491	else \
492	  include_option=--include; \
493	  empty_fix=; \
494	fi; \
495	list='$(SUBDIRS)'; for subdir in $$list; do \
496	  if test "$$subdir" = .; then :; else \
497	    test ! -f $$subdir/TAGS || \
498	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
499	  fi; \
500	done; \
501	$(am__define_uniq_tagged_files); \
502	shift; \
503	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
504	  test -n "$$unique" || unique=$$empty_fix; \
505	  if test $$# -gt 0; then \
506	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
507	      "$$@" $$unique; \
508	  else \
509	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
510	      $$unique; \
511	  fi; \
512	fi
513ctags: ctags-recursive
514
515CTAGS: ctags
516ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
517	$(am__define_uniq_tagged_files); \
518	test -z "$(CTAGS_ARGS)$$unique" \
519	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
520	     $$unique
521
522GTAGS:
523	here=`$(am__cd) $(top_builddir) && pwd` \
524	  && $(am__cd) $(top_srcdir) \
525	  && gtags -i $(GTAGS_ARGS) "$$here"
526cscopelist: cscopelist-recursive
527
528cscopelist-am: $(am__tagged_files)
529	list='$(am__tagged_files)'; \
530	case "$(srcdir)" in \
531	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
532	  *) sdir=$(subdir)/$(srcdir) ;; \
533	esac; \
534	for i in $$list; do \
535	  if test -f "$$i"; then \
536	    echo "$(subdir)/$$i"; \
537	  else \
538	    echo "$$sdir/$$i"; \
539	  fi; \
540	done >> $(top_builddir)/cscope.files
541
542distclean-tags:
543	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
544
545distdir: $(BUILT_SOURCES)
546	$(MAKE) $(AM_MAKEFLAGS) distdir-am
547
548distdir-am: $(DISTFILES)
549	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
550	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
551	list='$(DISTFILES)'; \
552	  dist_files=`for file in $$list; do echo $$file; done | \
553	  sed -e "s|^$$srcdirstrip/||;t" \
554	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
555	case $$dist_files in \
556	  */*) $(MKDIR_P) `echo "$$dist_files" | \
557			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
558			   sort -u` ;; \
559	esac; \
560	for file in $$dist_files; do \
561	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
562	  if test -d $$d/$$file; then \
563	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
564	    if test -d "$(distdir)/$$file"; then \
565	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
566	    fi; \
567	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
568	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
569	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
570	    fi; \
571	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
572	  else \
573	    test -f "$(distdir)/$$file" \
574	    || cp -p $$d/$$file "$(distdir)/$$file" \
575	    || exit 1; \
576	  fi; \
577	done
578	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
579	  if test "$$subdir" = .; then :; else \
580	    $(am__make_dryrun) \
581	      || test -d "$(distdir)/$$subdir" \
582	      || $(MKDIR_P) "$(distdir)/$$subdir" \
583	      || exit 1; \
584	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
585	    $(am__relativize); \
586	    new_distdir=$$reldir; \
587	    dir1=$$subdir; dir2="$(top_distdir)"; \
588	    $(am__relativize); \
589	    new_top_distdir=$$reldir; \
590	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
591	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
592	    ($(am__cd) $$subdir && \
593	      $(MAKE) $(AM_MAKEFLAGS) \
594	        top_distdir="$$new_top_distdir" \
595	        distdir="$$new_distdir" \
596		am__remove_distdir=: \
597		am__skip_length_check=: \
598		am__skip_mode_fix=: \
599	        distdir) \
600	      || exit 1; \
601	  fi; \
602	done
603check-am: all-am
604check: check-recursive
605all-am: Makefile
606installdirs: installdirs-recursive
607installdirs-am:
608install: install-recursive
609install-exec: install-exec-recursive
610install-data: install-data-recursive
611uninstall: uninstall-recursive
612
613install-am: all-am
614	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
615
616installcheck: installcheck-recursive
617install-strip:
618	if test -z '$(STRIP)'; then \
619	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
620	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
621	      install; \
622	else \
623	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
624	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
625	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
626	fi
627mostlyclean-generic:
628
629clean-generic:
630
631distclean-generic:
632	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
633	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
634
635maintainer-clean-generic:
636	@echo "This command is intended for maintainers to use"
637	@echo "it deletes files that may require special tools to rebuild."
638clean: clean-recursive
639
640clean-am: clean-generic clean-libtool mostlyclean-am
641
642distclean: distclean-recursive
643	-rm -f Makefile
644distclean-am: clean-am distclean-generic distclean-tags
645
646dvi: dvi-recursive
647
648dvi-am:
649
650html: html-recursive
651
652html-am:
653
654info: info-recursive
655
656info-am:
657
658install-data-am:
659
660install-dvi: install-dvi-recursive
661
662install-dvi-am:
663
664install-exec-am:
665
666install-html: install-html-recursive
667
668install-html-am:
669
670install-info: install-info-recursive
671
672install-info-am:
673
674install-man:
675
676install-pdf: install-pdf-recursive
677
678install-pdf-am:
679
680install-ps: install-ps-recursive
681
682install-ps-am:
683
684installcheck-am:
685
686maintainer-clean: maintainer-clean-recursive
687	-rm -f Makefile
688maintainer-clean-am: distclean-am maintainer-clean-generic
689
690mostlyclean: mostlyclean-recursive
691
692mostlyclean-am: mostlyclean-generic mostlyclean-libtool
693
694pdf: pdf-recursive
695
696pdf-am:
697
698ps: ps-recursive
699
700ps-am:
701
702uninstall-am:
703
704.MAKE: $(am__recursive_targets) install-am install-strip
705
706.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
707	check-am clean clean-generic clean-libtool cscopelist-am ctags \
708	ctags-am distclean distclean-generic distclean-libtool \
709	distclean-tags distdir dvi dvi-am html html-am info info-am \
710	install install-am install-data install-data-am install-dvi \
711	install-dvi-am install-exec install-exec-am install-html \
712	install-html-am install-info install-info-am install-man \
713	install-pdf install-pdf-am install-ps install-ps-am \
714	install-strip installcheck installcheck-am installdirs \
715	installdirs-am maintainer-clean maintainer-clean-generic \
716	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
717	ps ps-am tags tags-am uninstall uninstall-am
718
719.PRECIOUS: Makefile
720
721
722-include $(top_srcdir)/git.mk
723
724# Tell versions [3.59,3.63) of GNU make to not export all variables.
725# Otherwise a system limit (for SysV at least) may be exceeded.
726.NOEXPORT:
727