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#
33
34
35VPATH = @srcdir@
36am__is_gnu_make = { \
37  if test -z '$(MAKELEVEL)'; then \
38    false; \
39  elif test -n '$(MAKE_HOST)'; then \
40    true; \
41  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
42    true; \
43  else \
44    false; \
45  fi; \
46}
47am__make_running_with_option = \
48  case $${target_option-} in \
49      ?) ;; \
50      *) echo "am__make_running_with_option: internal error: invalid" \
51              "target option '$${target_option-}' specified" >&2; \
52         exit 1;; \
53  esac; \
54  has_opt=no; \
55  sane_makeflags=$$MAKEFLAGS; \
56  if $(am__is_gnu_make); then \
57    sane_makeflags=$$MFLAGS; \
58  else \
59    case $$MAKEFLAGS in \
60      *\\[\ \	]*) \
61        bs=\\; \
62        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
63          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
64    esac; \
65  fi; \
66  skip_next=no; \
67  strip_trailopt () \
68  { \
69    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
70  }; \
71  for flg in $$sane_makeflags; do \
72    test $$skip_next = yes && { skip_next=no; continue; }; \
73    case $$flg in \
74      *=*|--*) continue;; \
75        -*I) strip_trailopt 'I'; skip_next=yes;; \
76      -*I?*) strip_trailopt 'I';; \
77        -*O) strip_trailopt 'O'; skip_next=yes;; \
78      -*O?*) strip_trailopt 'O';; \
79        -*l) strip_trailopt 'l'; skip_next=yes;; \
80      -*l?*) strip_trailopt 'l';; \
81      -[dEDm]) skip_next=yes;; \
82      -[JT]) skip_next=yes;; \
83    esac; \
84    case $$flg in \
85      *$$target_option*) has_opt=yes; break;; \
86    esac; \
87  done; \
88  test $$has_opt = yes
89am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91pkgdatadir = $(datadir)/@PACKAGE@
92pkgincludedir = $(includedir)/@PACKAGE@
93pkglibdir = $(libdir)/@PACKAGE@
94pkglibexecdir = $(libexecdir)/@PACKAGE@
95am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96install_sh_DATA = $(install_sh) -c -m 644
97install_sh_PROGRAM = $(install_sh) -c
98install_sh_SCRIPT = $(install_sh) -c
99INSTALL_HEADER = $(INSTALL_DATA)
100transform = $(program_transform_name)
101NORMAL_INSTALL = :
102PRE_INSTALL = :
103POST_INSTALL = :
104NORMAL_UNINSTALL = :
105PRE_UNINSTALL = :
106POST_UNINSTALL = :
107build_triplet = @build@
108host_triplet = @host@
109subdir = src/api/c
110ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
112	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
113	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
114	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
115	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
116	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
117	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
118	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
119am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
120	$(ACLOCAL_M4)
121DIST_COMMON = $(srcdir)/Makefile.am $(spdinclude_HEADERS) \
122	$(am__DIST_COMMON)
123mkinstalldirs = $(install_sh) -d
124CONFIG_HEADER = $(top_builddir)/config.h
125CONFIG_CLEAN_FILES =
126CONFIG_CLEAN_VPATH_FILES =
127am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
128am__vpath_adj = case $$p in \
129    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
130    *) f=$$p;; \
131  esac;
132am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
133am__install_max = 40
134am__nobase_strip_setup = \
135  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
136am__nobase_strip = \
137  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
138am__nobase_list = $(am__nobase_strip_setup); \
139  for p in $$list; do echo "$$p $$p"; done | \
140  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
141  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
142    if (++n[$$2] == $(am__install_max)) \
143      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
144    END { for (dir in files) print dir, files[dir] }'
145am__base_list = \
146  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
147  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
148am__uninstall_files_from_dir = { \
149  test -z "$$files" \
150    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
151    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
152         $(am__cd) "$$dir" && rm -f $$files; }; \
153  }
154am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(spdincludedir)"
155LTLIBRARIES = $(lib_LTLIBRARIES)
156am__DEPENDENCIES_1 =
157libspeechd_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
158am_libspeechd_la_OBJECTS = libspeechd_la-libspeechd.lo
159libspeechd_la_OBJECTS = $(am_libspeechd_la_OBJECTS)
160AM_V_lt = $(am__v_lt_@AM_V@)
161am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
162am__v_lt_0 = --silent
163am__v_lt_1 =
164libspeechd_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
165	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libspeechd_la_CFLAGS) \
166	$(CFLAGS) $(libspeechd_la_LDFLAGS) $(LDFLAGS) -o $@
167AM_V_P = $(am__v_P_@AM_V@)
168am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
169am__v_P_0 = false
170am__v_P_1 = :
171AM_V_GEN = $(am__v_GEN_@AM_V@)
172am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
173am__v_GEN_0 = @echo "  GEN     " $@;
174am__v_GEN_1 =
175AM_V_at = $(am__v_at_@AM_V@)
176am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
177am__v_at_0 = @
178am__v_at_1 =
179DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
180depcomp = $(SHELL) $(top_srcdir)/depcomp
181am__maybe_remake_depfiles = depfiles
182am__depfiles_remade = ./$(DEPDIR)/libspeechd_la-libspeechd.Plo
183am__mv = mv -f
184COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
185	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
186LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
187	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
188	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
189	$(AM_CFLAGS) $(CFLAGS)
190AM_V_CC = $(am__v_CC_@AM_V@)
191am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
192am__v_CC_0 = @echo "  CC      " $@;
193am__v_CC_1 =
194CCLD = $(CC)
195LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
196	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
197	$(AM_LDFLAGS) $(LDFLAGS) -o $@
198AM_V_CCLD = $(am__v_CCLD_@AM_V@)
199am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
200am__v_CCLD_0 = @echo "  CCLD    " $@;
201am__v_CCLD_1 =
202SOURCES = $(libspeechd_la_SOURCES)
203DIST_SOURCES = $(libspeechd_la_SOURCES)
204am__can_run_installinfo = \
205  case $$AM_UPDATE_INFO_DIR in \
206    n|no|NO) false;; \
207    *) (install-info --version) >/dev/null 2>&1;; \
208  esac
209HEADERS = $(spdinclude_HEADERS)
210am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
211# Read a list of newline-separated strings from the standard input,
212# and print each of them once, without duplicates.  Input order is
213# *not* preserved.
214am__uniquify_input = $(AWK) '\
215  BEGIN { nonempty = 0; } \
216  { items[$$0] = 1; nonempty = 1; } \
217  END { if (nonempty) { for (i in items) print i; }; } \
218'
219# Make sure the list of sources is unique.  This is necessary because,
220# e.g., the same source file might be shared among _SOURCES variables
221# for different programs/libraries.
222am__define_uniq_tagged_files = \
223  list='$(am__tagged_files)'; \
224  unique=`for i in $$list; do \
225    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
226  done | $(am__uniquify_input)`
227ETAGS = etags
228CTAGS = ctags
229am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
230DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
231ACLOCAL = @ACLOCAL@
232ALSA_CFLAGS = @ALSA_CFLAGS@
233ALSA_LIBS = @ALSA_LIBS@
234AMTAR = @AMTAR@
235AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
236AR = @AR@
237AUTOCONF = @AUTOCONF@
238AUTOHEADER = @AUTOHEADER@
239AUTOMAKE = @AUTOMAKE@
240AWK = @AWK@
241CC = @CC@
242CCDEPMODE = @CCDEPMODE@
243CFLAGS = @CFLAGS@
244CPP = @CPP@
245CPPFLAGS = @CPPFLAGS@
246CXX = @CXX@
247CXXCPP = @CXXCPP@
248CXXDEPMODE = @CXXDEPMODE@
249CXXFLAGS = @CXXFLAGS@
250CYGPATH_W = @CYGPATH_W@
251DEFS = @DEFS@
252DEPDIR = @DEPDIR@
253DLLTOOL = @DLLTOOL@
254DOTCONF_CFLAGS = @DOTCONF_CFLAGS@
255DOTCONF_LIBS = @DOTCONF_LIBS@
256DSYMUTIL = @DSYMUTIL@
257DUMPBIN = @DUMPBIN@
258ECHO_C = @ECHO_C@
259ECHO_N = @ECHO_N@
260ECHO_T = @ECHO_T@
261EGREP = @EGREP@
262ERROR_CFLAGS = @ERROR_CFLAGS@
263ESPEAK_NG_CFLAGS = @ESPEAK_NG_CFLAGS@
264ESPEAK_NG_LIBS = @ESPEAK_NG_LIBS@
265EXEEXT = @EXEEXT@
266EXTRA_ESPEAK_LIBS = @EXTRA_ESPEAK_LIBS@
267EXTRA_SOCKET_LIBS = @EXTRA_SOCKET_LIBS@
268FGREP = @FGREP@
269GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
270GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
271GLIB_CFLAGS = @GLIB_CFLAGS@
272GLIB_LIBS = @GLIB_LIBS@
273GMODULE_CFLAGS = @GMODULE_CFLAGS@
274GMODULE_LIBS = @GMODULE_LIBS@
275GMSGFMT = @GMSGFMT@
276GMSGFMT_015 = @GMSGFMT_015@
277GREP = @GREP@
278GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
279GTHREAD_LIBS = @GTHREAD_LIBS@
280HELP2MAN = @HELP2MAN@
281INSTALL = @INSTALL@
282INSTALL_DATA = @INSTALL_DATA@
283INSTALL_PROGRAM = @INSTALL_PROGRAM@
284INSTALL_SCRIPT = @INSTALL_SCRIPT@
285INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
286INTLLIBS = @INTLLIBS@
287INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
288LD = @LD@
289LDFLAGS = @LDFLAGS@
290LIBAO_CFLAGS = @LIBAO_CFLAGS@
291LIBAO_LIBS = @LIBAO_LIBS@
292LIBICONV = @LIBICONV@
293LIBINTL = @LIBINTL@
294LIBOBJS = @LIBOBJS@
295LIBS = @LIBS@
296LIBTOOL = @LIBTOOL@
297LIB_SPD_AGE = @LIB_SPD_AGE@
298LIB_SPD_CURRENT = @LIB_SPD_CURRENT@
299LIB_SPD_REVISION = @LIB_SPD_REVISION@
300LIPO = @LIPO@
301LN_S = @LN_S@
302LTLIBICONV = @LTLIBICONV@
303LTLIBINTL = @LTLIBINTL@
304LTLIBOBJS = @LTLIBOBJS@
305LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
306MAJOR_VERSION = @MAJOR_VERSION@
307MAKEINFO = @MAKEINFO@
308MANIFEST_TOOL = @MANIFEST_TOOL@
309MICRO_VERSION = @MICRO_VERSION@
310MINOR_VERSION = @MINOR_VERSION@
311MKDIR_P = @MKDIR_P@
312MSGFMT = @MSGFMT@
313MSGFMT_015 = @MSGFMT_015@
314MSGMERGE = @MSGMERGE@
315NAS_LIBS = @NAS_LIBS@
316NM = @NM@
317NMEDIT = @NMEDIT@
318OBJDUMP = @OBJDUMP@
319OBJEXT = @OBJEXT@
320OTOOL = @OTOOL@
321OTOOL64 = @OTOOL64@
322PACKAGE = @PACKAGE@
323PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
324PACKAGE_NAME = @PACKAGE_NAME@
325PACKAGE_STRING = @PACKAGE_STRING@
326PACKAGE_TARNAME = @PACKAGE_TARNAME@
327PACKAGE_URL = @PACKAGE_URL@
328PACKAGE_VERSION = @PACKAGE_VERSION@
329PATH_SEPARATOR = @PATH_SEPARATOR@
330PKG_CONFIG = @PKG_CONFIG@
331PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
332PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
333POSUB = @POSUB@
334PULSE_CFLAGS = @PULSE_CFLAGS@
335PULSE_LIBS = @PULSE_LIBS@
336PYTHON = @PYTHON@
337PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
338PYTHON_PLATFORM = @PYTHON_PLATFORM@
339PYTHON_PREFIX = @PYTHON_PREFIX@
340PYTHON_VERSION = @PYTHON_VERSION@
341RANLIB = @RANLIB@
342RDYNAMIC = @RDYNAMIC@
343SED = @SED@
344SET_MAKE = @SET_MAKE@
345SHELL = @SHELL@
346SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
347SNDFILE_LIBS = @SNDFILE_LIBS@
348STRIP = @STRIP@
349USE_NLS = @USE_NLS@
350VERSION = @VERSION@
351XGETTEXT = @XGETTEXT@
352XGETTEXT_015 = @XGETTEXT_015@
353XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
354abs_builddir = @abs_builddir@
355abs_srcdir = @abs_srcdir@
356abs_top_builddir = @abs_top_builddir@
357abs_top_srcdir = @abs_top_srcdir@
358ac_ct_AR = @ac_ct_AR@
359ac_ct_CC = @ac_ct_CC@
360ac_ct_CXX = @ac_ct_CXX@
361ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
362am__include = @am__include@
363am__leading_dot = @am__leading_dot@
364am__quote = @am__quote@
365am__tar = @am__tar@
366am__untar = @am__untar@
367audio_dlopen_modules = @audio_dlopen_modules@
368audiodir = @audiodir@
369bindir = @bindir@
370build = @build@
371build_alias = @build_alias@
372build_cpu = @build_cpu@
373build_os = @build_os@
374build_vendor = @build_vendor@
375builddir = @builddir@
376clientconfdir = @clientconfdir@
377clientconforigdir = @clientconforigdir@
378datadir = @datadir@
379datarootdir = @datarootdir@
380default_audio_method = @default_audio_method@
381docdir = @docdir@
382dvidir = @dvidir@
383exec_prefix = @exec_prefix@
384flite_basic = @flite_basic@
385flite_kal = @flite_kal@
386host = @host@
387host_alias = @host_alias@
388host_cpu = @host_cpu@
389host_os = @host_os@
390host_vendor = @host_vendor@
391htmldir = @htmldir@
392ibmtts_include = @ibmtts_include@
393includedir = @includedir@
394infodir = @infodir@
395install_sh = @install_sh@
396libdir = @libdir@
397libexecdir = @libexecdir@
398localedatadir = @localedatadir@
399localedir = @localedir@
400localstatedir = @localstatedir@
401mandir = @mandir@
402mkdir_p = @mkdir_p@
403modulebindir = @modulebindir@
404moduleconfdir = @moduleconfdir@
405moduleconforigdir = @moduleconforigdir@
406oldincludedir = @oldincludedir@
407pdfdir = @pdfdir@
408pkgpyexecdir = @pkgpyexecdir@
409pkgpythondir = @pkgpythondir@
410prefix = @prefix@
411program_transform_name = @program_transform_name@
412psdir = @psdir@
413pyexecdir = @pyexecdir@
414pythondir = @pythondir@
415runstatedir = @runstatedir@
416sbindir = @sbindir@
417sharedstatedir = @sharedstatedir@
418snddatadir = @snddatadir@
419spdconfdir = @spdconfdir@
420spdconforigdir = @spdconforigdir@
421spddesktopconforigdir = @spddesktopconforigdir@
422spdincludedir = @spdincludedir@
423spdlibdir = @spdlibdir@
424srcdir = @srcdir@
425sysconfdir = @sysconfdir@
426systemdsystemunitdir = @systemdsystemunitdir@
427target_alias = @target_alias@
428top_build_prefix = @top_build_prefix@
429top_builddir = @top_builddir@
430top_srcdir = @top_srcdir@
431spdinclude_HEADERS = libspeechd.h libspeechd_version.h
432inc_local = -I$(top_srcdir)/include/
433BUILT_SOURCES = libspeechd_version.h
434lib_LTLIBRARIES = libspeechd.la
435libspeechd_la_SOURCES = libspeechd.c
436libspeechd_la_CFLAGS = $(ERROR_CFLAGS)
437libspeechd_la_CPPFLAGS = $(inc_local) -D_GNU_SOURCE $(GLIB_CFLAGS) -DSPD_SPAWN_CMD=\""$(prefix)/bin/speech-dispatcher"\"
438libspeechd_la_LDFLAGS = -version-info $(LIB_SPD_CURRENT):$(LIB_SPD_REVISION):$(LIB_SPD_AGE)
439libspeechd_la_LIBADD = $(GLIB_LIBS)
440CLEANFILES = libspeechd_version.h
441EXTRA_DIST = libspeechd_version.h.in
442edit_version = sed \
443		-e 's:[@]LIBSPEECHD_MAJOR_VERSION[@]:$(MAJOR_VERSION):' \
444		-e 's:[@]LIBSPEECHD_MINOR_VERSION[@]:$(MINOR_VERSION):' \
445		-e 's:[@]LIBSPEECHD_MICRO_VERSION[@]:$(MICRO_VERSION):'
446
447all: $(BUILT_SOURCES)
448	$(MAKE) $(AM_MAKEFLAGS) all-am
449
450.SUFFIXES:
451.SUFFIXES: .c .lo .o .obj
452$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
453	@for dep in $?; do \
454	  case '$(am__configure_deps)' in \
455	    *$$dep*) \
456	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
457	        && { if test -f $@; then exit 0; else break; fi; }; \
458	      exit 1;; \
459	  esac; \
460	done; \
461	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/api/c/Makefile'; \
462	$(am__cd) $(top_srcdir) && \
463	  $(AUTOMAKE) --foreign src/api/c/Makefile
464Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
465	@case '$?' in \
466	  *config.status*) \
467	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
468	  *) \
469	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
470	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
471	esac;
472
473$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
474	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
475
476$(top_srcdir)/configure:  $(am__configure_deps)
477	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
478$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
479	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
480$(am__aclocal_m4_deps):
481
482install-libLTLIBRARIES: $(lib_LTLIBRARIES)
483	@$(NORMAL_INSTALL)
484	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
485	list2=; for p in $$list; do \
486	  if test -f $$p; then \
487	    list2="$$list2 $$p"; \
488	  else :; fi; \
489	done; \
490	test -z "$$list2" || { \
491	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
492	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
493	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
494	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
495	}
496
497uninstall-libLTLIBRARIES:
498	@$(NORMAL_UNINSTALL)
499	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
500	for p in $$list; do \
501	  $(am__strip_dir) \
502	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
503	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
504	done
505
506clean-libLTLIBRARIES:
507	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
508	@list='$(lib_LTLIBRARIES)'; \
509	locs=`for p in $$list; do echo $$p; done | \
510	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
511	      sort -u`; \
512	test -z "$$locs" || { \
513	  echo rm -f $${locs}; \
514	  rm -f $${locs}; \
515	}
516
517libspeechd.la: $(libspeechd_la_OBJECTS) $(libspeechd_la_DEPENDENCIES) $(EXTRA_libspeechd_la_DEPENDENCIES)
518	$(AM_V_CCLD)$(libspeechd_la_LINK) -rpath $(libdir) $(libspeechd_la_OBJECTS) $(libspeechd_la_LIBADD) $(LIBS)
519
520mostlyclean-compile:
521	-rm -f *.$(OBJEXT)
522
523distclean-compile:
524	-rm -f *.tab.c
525
526@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspeechd_la-libspeechd.Plo@am__quote@ # am--include-marker
527
528$(am__depfiles_remade):
529	@$(MKDIR_P) $(@D)
530	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
531
532am--depfiles: $(am__depfiles_remade)
533
534.c.o:
535@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
536@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
537@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
538@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
539@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
540
541.c.obj:
542@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
543@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
544@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
545@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
546@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
547
548.c.lo:
549@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
550@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
551@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
552@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
553@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
554
555libspeechd_la-libspeechd.lo: libspeechd.c
556@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspeechd_la_CPPFLAGS) $(CPPFLAGS) $(libspeechd_la_CFLAGS) $(CFLAGS) -MT libspeechd_la-libspeechd.lo -MD -MP -MF $(DEPDIR)/libspeechd_la-libspeechd.Tpo -c -o libspeechd_la-libspeechd.lo `test -f 'libspeechd.c' || echo '$(srcdir)/'`libspeechd.c
557@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspeechd_la-libspeechd.Tpo $(DEPDIR)/libspeechd_la-libspeechd.Plo
558@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='libspeechd.c' object='libspeechd_la-libspeechd.lo' libtool=yes @AMDEPBACKSLASH@
559@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
560@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspeechd_la_CPPFLAGS) $(CPPFLAGS) $(libspeechd_la_CFLAGS) $(CFLAGS) -c -o libspeechd_la-libspeechd.lo `test -f 'libspeechd.c' || echo '$(srcdir)/'`libspeechd.c
561
562mostlyclean-libtool:
563	-rm -f *.lo
564
565clean-libtool:
566	-rm -rf .libs _libs
567install-spdincludeHEADERS: $(spdinclude_HEADERS)
568	@$(NORMAL_INSTALL)
569	@list='$(spdinclude_HEADERS)'; test -n "$(spdincludedir)" || list=; \
570	if test -n "$$list"; then \
571	  echo " $(MKDIR_P) '$(DESTDIR)$(spdincludedir)'"; \
572	  $(MKDIR_P) "$(DESTDIR)$(spdincludedir)" || exit 1; \
573	fi; \
574	for p in $$list; do \
575	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
576	  echo "$$d$$p"; \
577	done | $(am__base_list) | \
578	while read files; do \
579	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(spdincludedir)'"; \
580	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(spdincludedir)" || exit $$?; \
581	done
582
583uninstall-spdincludeHEADERS:
584	@$(NORMAL_UNINSTALL)
585	@list='$(spdinclude_HEADERS)'; test -n "$(spdincludedir)" || list=; \
586	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
587	dir='$(DESTDIR)$(spdincludedir)'; $(am__uninstall_files_from_dir)
588
589ID: $(am__tagged_files)
590	$(am__define_uniq_tagged_files); mkid -fID $$unique
591tags: tags-am
592TAGS: tags
593
594tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
595	set x; \
596	here=`pwd`; \
597	$(am__define_uniq_tagged_files); \
598	shift; \
599	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
600	  test -n "$$unique" || unique=$$empty_fix; \
601	  if test $$# -gt 0; then \
602	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
603	      "$$@" $$unique; \
604	  else \
605	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
606	      $$unique; \
607	  fi; \
608	fi
609ctags: ctags-am
610
611CTAGS: ctags
612ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
613	$(am__define_uniq_tagged_files); \
614	test -z "$(CTAGS_ARGS)$$unique" \
615	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
616	     $$unique
617
618GTAGS:
619	here=`$(am__cd) $(top_builddir) && pwd` \
620	  && $(am__cd) $(top_srcdir) \
621	  && gtags -i $(GTAGS_ARGS) "$$here"
622cscopelist: cscopelist-am
623
624cscopelist-am: $(am__tagged_files)
625	list='$(am__tagged_files)'; \
626	case "$(srcdir)" in \
627	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
628	  *) sdir=$(subdir)/$(srcdir) ;; \
629	esac; \
630	for i in $$list; do \
631	  if test -f "$$i"; then \
632	    echo "$(subdir)/$$i"; \
633	  else \
634	    echo "$$sdir/$$i"; \
635	  fi; \
636	done >> $(top_builddir)/cscope.files
637
638distclean-tags:
639	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
640
641distdir: $(BUILT_SOURCES)
642	$(MAKE) $(AM_MAKEFLAGS) distdir-am
643
644distdir-am: $(DISTFILES)
645	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
646	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
647	list='$(DISTFILES)'; \
648	  dist_files=`for file in $$list; do echo $$file; done | \
649	  sed -e "s|^$$srcdirstrip/||;t" \
650	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
651	case $$dist_files in \
652	  */*) $(MKDIR_P) `echo "$$dist_files" | \
653			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
654			   sort -u` ;; \
655	esac; \
656	for file in $$dist_files; do \
657	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
658	  if test -d $$d/$$file; then \
659	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
660	    if test -d "$(distdir)/$$file"; then \
661	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
662	    fi; \
663	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
664	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
665	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
666	    fi; \
667	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
668	  else \
669	    test -f "$(distdir)/$$file" \
670	    || cp -p $$d/$$file "$(distdir)/$$file" \
671	    || exit 1; \
672	  fi; \
673	done
674check-am: all-am
675check: $(BUILT_SOURCES)
676	$(MAKE) $(AM_MAKEFLAGS) check-am
677all-am: Makefile $(LTLIBRARIES) $(HEADERS)
678installdirs:
679	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(spdincludedir)"; do \
680	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
681	done
682install: $(BUILT_SOURCES)
683	$(MAKE) $(AM_MAKEFLAGS) install-am
684install-exec: install-exec-am
685install-data: install-data-am
686uninstall: uninstall-am
687
688install-am: all-am
689	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
690
691installcheck: installcheck-am
692install-strip:
693	if test -z '$(STRIP)'; then \
694	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
695	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
696	      install; \
697	else \
698	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
699	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
700	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
701	fi
702mostlyclean-generic:
703
704clean-generic:
705	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
706
707distclean-generic:
708	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
709	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
710
711maintainer-clean-generic:
712	@echo "This command is intended for maintainers to use"
713	@echo "it deletes files that may require special tools to rebuild."
714	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
715clean: clean-am
716
717clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
718	mostlyclean-am
719
720distclean: distclean-am
721		-rm -f ./$(DEPDIR)/libspeechd_la-libspeechd.Plo
722	-rm -f Makefile
723distclean-am: clean-am distclean-compile distclean-generic \
724	distclean-tags
725
726dvi: dvi-am
727
728dvi-am:
729
730html: html-am
731
732html-am:
733
734info: info-am
735
736info-am:
737
738install-data-am: install-spdincludeHEADERS
739
740install-dvi: install-dvi-am
741
742install-dvi-am:
743
744install-exec-am: install-libLTLIBRARIES
745
746install-html: install-html-am
747
748install-html-am:
749
750install-info: install-info-am
751
752install-info-am:
753
754install-man:
755
756install-pdf: install-pdf-am
757
758install-pdf-am:
759
760install-ps: install-ps-am
761
762install-ps-am:
763
764installcheck-am:
765
766maintainer-clean: maintainer-clean-am
767		-rm -f ./$(DEPDIR)/libspeechd_la-libspeechd.Plo
768	-rm -f Makefile
769maintainer-clean-am: distclean-am maintainer-clean-generic
770
771mostlyclean: mostlyclean-am
772
773mostlyclean-am: mostlyclean-compile mostlyclean-generic \
774	mostlyclean-libtool
775
776pdf: pdf-am
777
778pdf-am:
779
780ps: ps-am
781
782ps-am:
783
784uninstall-am: uninstall-libLTLIBRARIES uninstall-spdincludeHEADERS
785
786.MAKE: all check install install-am install-strip
787
788.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
789	clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \
790	ctags ctags-am distclean distclean-compile distclean-generic \
791	distclean-libtool distclean-tags distdir dvi dvi-am html \
792	html-am info info-am install install-am install-data \
793	install-data-am install-dvi install-dvi-am install-exec \
794	install-exec-am install-html install-html-am install-info \
795	install-info-am install-libLTLIBRARIES install-man install-pdf \
796	install-pdf-am install-ps install-ps-am \
797	install-spdincludeHEADERS install-strip installcheck \
798	installcheck-am installdirs maintainer-clean \
799	maintainer-clean-generic mostlyclean mostlyclean-compile \
800	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
801	tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \
802	uninstall-spdincludeHEADERS
803
804.PRECIOUS: Makefile
805
806
807libspeechd_version.h: $(srcdir)/libspeechd_version.h.in
808
809libspeechd_version.h: Makefile
810	rm -f $@
811	srcdir=; \
812	test -f ./$@.in || srcdir=$(srcdir)/; \
813	$(edit_version) $${srcdir}$@.in > $@
814
815-include $(top_srcdir)/git.mk
816
817# Tell versions [3.59,3.63) of GNU make to not export all variables.
818# Otherwise a system limit (for SysV at least) may be exceeded.
819.NOEXPORT:
820