1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37subdir = .
38DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39	$(srcdir)/Makefile.in $(srcdir)/pocketsphinx.pc.in \
40	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
41	config.guess config.sub depcomp install-sh ltmain.sh missing
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
44	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
45	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
46	$(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.in
47am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48	$(ACLOCAL_M4)
49am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
50 configure.lineno config.status.lineno
51mkinstalldirs = $(install_sh) -d
52CONFIG_CLEAN_FILES = pocketsphinx.pc
53CONFIG_CLEAN_VPATH_FILES =
54SOURCES =
55DIST_SOURCES =
56RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57	html-recursive info-recursive install-data-recursive \
58	install-dvi-recursive install-exec-recursive \
59	install-html-recursive install-info-recursive \
60	install-pdf-recursive install-ps-recursive install-recursive \
61	installcheck-recursive installdirs-recursive pdf-recursive \
62	ps-recursive uninstall-recursive
63am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
64am__vpath_adj = case $$p in \
65    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66    *) f=$$p;; \
67  esac;
68am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
69am__install_max = 40
70am__nobase_strip_setup = \
71  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
72am__nobase_strip = \
73  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
74am__nobase_list = $(am__nobase_strip_setup); \
75  for p in $$list; do echo "$$p $$p"; done | \
76  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
77  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
78    if (++n[$$2] == $(am__install_max)) \
79      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
80    END { for (dir in files) print dir, files[dir] }'
81am__base_list = \
82  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
83  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
84am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
85DATA = $(pkgconfig_DATA)
86RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
87  distclean-recursive maintainer-clean-recursive
88AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
89	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
90	distdir dist dist-all distcheck
91ETAGS = etags
92CTAGS = ctags
93DIST_SUBDIRS = $(SUBDIRS)
94DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95distdir = $(PACKAGE)-$(VERSION)
96top_distdir = $(distdir)
97am__remove_distdir = \
98  { test ! -d "$(distdir)" \
99    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
100         && rm -fr "$(distdir)"; }; }
101am__relativize = \
102  dir0=`pwd`; \
103  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
104  sed_rest='s,^[^/]*/*,,'; \
105  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
106  sed_butlast='s,/*[^/]*$$,,'; \
107  while test -n "$$dir1"; do \
108    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
109    if test "$$first" != "."; then \
110      if test "$$first" = ".."; then \
111        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
112        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
113      else \
114        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
115        if test "$$first2" = "$$first"; then \
116          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
117        else \
118          dir2="../$$dir2"; \
119        fi; \
120        dir0="$$dir0"/"$$first"; \
121      fi; \
122    fi; \
123    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
124  done; \
125  reldir="$$dir2"
126DIST_ARCHIVES = $(distdir).tar.gz
127GZIP_ENV = --best
128distuninstallcheck_listfiles = find . -type f -print
129distcleancheck_listfiles = find . -type f -print
130ACLOCAL = @ACLOCAL@
131AMTAR = @AMTAR@
132AR = @AR@
133AUTOCONF = @AUTOCONF@
134AUTOHEADER = @AUTOHEADER@
135AUTOMAKE = @AUTOMAKE@
136AWK = @AWK@
137CC = @CC@
138CCDEPMODE = @CCDEPMODE@
139CFLAGS = @CFLAGS@
140CPP = @CPP@
141CPPFLAGS = @CPPFLAGS@
142CYGPATH_W = @CYGPATH_W@
143DEFS = @DEFS@
144DEPDIR = @DEPDIR@
145DSYMUTIL = @DSYMUTIL@
146DUMPBIN = @DUMPBIN@
147ECHO_C = @ECHO_C@
148ECHO_N = @ECHO_N@
149ECHO_T = @ECHO_T@
150EGREP = @EGREP@
151EXEEXT = @EXEEXT@
152FGREP = @FGREP@
153GREP = @GREP@
154GST_CFLAGS = @GST_CFLAGS@
155GST_LIBS = @GST_LIBS@
156GST_MAJORMINOR = @GST_MAJORMINOR@
157GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
158GStreamer_CFLAGS = @GStreamer_CFLAGS@
159GStreamer_LIBS = @GStreamer_LIBS@
160HAVE_CYTHON = @HAVE_CYTHON@
161HAVE_DOXYGEN = @HAVE_DOXYGEN@
162HAVE_PKGCONFIG = @HAVE_PKGCONFIG@
163INSTALL = @INSTALL@
164INSTALL_DATA = @INSTALL_DATA@
165INSTALL_PROGRAM = @INSTALL_PROGRAM@
166INSTALL_SCRIPT = @INSTALL_SCRIPT@
167INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
168LD = @LD@
169LDFLAGS = @LDFLAGS@
170LIBOBJS = @LIBOBJS@
171LIBS = @LIBS@
172LIBTOOL = @LIBTOOL@
173LIPO = @LIPO@
174LN_S = @LN_S@
175LTLIBOBJS = @LTLIBOBJS@
176MAKEINFO = @MAKEINFO@
177MKDIR_P = @MKDIR_P@
178NM = @NM@
179NMEDIT = @NMEDIT@
180OBJDUMP = @OBJDUMP@
181OBJEXT = @OBJEXT@
182OTOOL = @OTOOL@
183OTOOL64 = @OTOOL64@
184PACKAGE = @PACKAGE@
185PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186PACKAGE_NAME = @PACKAGE_NAME@
187PACKAGE_STRING = @PACKAGE_STRING@
188PACKAGE_TARNAME = @PACKAGE_TARNAME@
189PACKAGE_URL = @PACKAGE_URL@
190PACKAGE_VERSION = @PACKAGE_VERSION@
191PATH_SEPARATOR = @PATH_SEPARATOR@
192PKG_CONFIG = @PKG_CONFIG@
193PYTHON = @PYTHON@
194PYTHON_CONFIG = @PYTHON_CONFIG@
195RANLIB = @RANLIB@
196SED = @SED@
197SET_MAKE = @SET_MAKE@
198SHELL = @SHELL@
199STRIP = @STRIP@
200SphinxBase_CFLAGS = @SphinxBase_CFLAGS@
201SphinxBase_LIBS = @SphinxBase_LIBS@
202VERSION = @VERSION@
203abs_builddir = @abs_builddir@
204abs_srcdir = @abs_srcdir@
205abs_top_builddir = @abs_top_builddir@
206abs_top_srcdir = @abs_top_srcdir@
207ac_ct_CC = @ac_ct_CC@
208ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
209am__include = @am__include@
210am__leading_dot = @am__leading_dot@
211am__quote = @am__quote@
212am__tar = @am__tar@
213am__untar = @am__untar@
214bindir = @bindir@
215build = @build@
216build_alias = @build_alias@
217build_cpu = @build_cpu@
218build_os = @build_os@
219build_vendor = @build_vendor@
220builddir = @builddir@
221datadir = @datadir@
222datarootdir = @datarootdir@
223docdir = @docdir@
224dvidir = @dvidir@
225exec_prefix = @exec_prefix@
226host = @host@
227host_alias = @host_alias@
228host_cpu = @host_cpu@
229host_os = @host_os@
230host_vendor = @host_vendor@
231htmldir = @htmldir@
232includedir = @includedir@
233infodir = @infodir@
234install_sh = @install_sh@
235libdir = @libdir@
236libexecdir = @libexecdir@
237localedir = @localedir@
238localstatedir = @localstatedir@
239lt_ECHO = @lt_ECHO@
240mandir = @mandir@
241mkdir_p = @mkdir_p@
242oldincludedir = @oldincludedir@
243pdfdir = @pdfdir@
244plugindir = @plugindir@
245prefix = @prefix@
246program_transform_name = @program_transform_name@
247psdir = @psdir@
248sbindir = @sbindir@
249sharedstatedir = @sharedstatedir@
250sphinxbase = @sphinxbase@
251sphinxbasebuild = @sphinxbasebuild@
252srcdir = @srcdir@
253sysconfdir = @sysconfdir@
254target_alias = @target_alias@
255top_build_prefix = @top_build_prefix@
256top_builddir = @top_builddir@
257top_srcdir = @top_srcdir@
258SUBDIRS = src \
259	  doc \
260	  model \
261	  include \
262	  test \
263	  python
264
265EXTRA_DIST = autogen.sh							\
266	pocketsphinx.sln						\
267	pocketsphinx.pc.in						\
268	win32/pocketsphinx/pocketsphinx.vcxproj.filters			\
269	win32/pocketsphinx/pocketsphinx.vcxproj				\
270	win32/pocketsphinx_batch/pocketsphinx_batch.vcxproj		\
271	win32/pocketsphinx_continuous/pocketsphinx_continuous.vcxproj	\
272	win32/pocketsphinx_mdef_convert/pocketsphinx_mdef_convert.vcxproj	\
273	swig/Makefile							\
274	swig/Android.mk							\
275	swig/pocketsphinx.i						\
276	m4/pkg.m4							\
277	group/ABLD.BAT							\
278	group/bld.inf							\
279	group/pocketsphinx.mmp
280
281pkgconfigdir = $(prefix)/libdata/pkgconfig
282pkgconfig_DATA = pocketsphinx.pc
283CLEANFILES = pocketsphinx.pc
284ACLOCAL_AMFLAGS = -I m4
285all: all-recursive
286
287.SUFFIXES:
288am--refresh:
289	@:
290$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
291	@for dep in $?; do \
292	  case '$(am__configure_deps)' in \
293	    *$$dep*) \
294	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
295	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
296		&& exit 0; \
297	      exit 1;; \
298	  esac; \
299	done; \
300	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
301	$(am__cd) $(top_srcdir) && \
302	  $(AUTOMAKE) --gnu Makefile
303.PRECIOUS: Makefile
304Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
305	@case '$?' in \
306	  *config.status*) \
307	    echo ' $(SHELL) ./config.status'; \
308	    $(SHELL) ./config.status;; \
309	  *) \
310	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
311	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
312	esac;
313
314$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
315	$(SHELL) ./config.status --recheck
316
317$(top_srcdir)/configure:  $(am__configure_deps)
318	$(am__cd) $(srcdir) && $(AUTOCONF)
319$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
320	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
321$(am__aclocal_m4_deps):
322pocketsphinx.pc: $(top_builddir)/config.status $(srcdir)/pocketsphinx.pc.in
323	cd $(top_builddir) && $(SHELL) ./config.status $@
324
325mostlyclean-libtool:
326	-rm -f *.lo
327
328clean-libtool:
329	-rm -rf .libs _libs
330
331distclean-libtool:
332	-rm -f libtool config.lt
333install-pkgconfigDATA: $(pkgconfig_DATA)
334	@$(NORMAL_INSTALL)
335	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
336	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
337	for p in $$list; do \
338	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
339	  echo "$$d$$p"; \
340	done | $(am__base_list) | \
341	while read files; do \
342	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
343	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
344	done
345
346uninstall-pkgconfigDATA:
347	@$(NORMAL_UNINSTALL)
348	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
349	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
350	test -n "$$files" || exit 0; \
351	echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
352	cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
353
354# This directory's subdirectories are mostly independent; you can cd
355# into them and run `make' without going through this Makefile.
356# To change the values of `make' variables: instead of editing Makefiles,
357# (1) if the variable is set in `config.status', edit `config.status'
358#     (which will cause the Makefiles to be regenerated when you run `make');
359# (2) otherwise, pass the desired values on the `make' command line.
360$(RECURSIVE_TARGETS):
361	@fail= failcom='exit 1'; \
362	for f in x $$MAKEFLAGS; do \
363	  case $$f in \
364	    *=* | --[!k]*);; \
365	    *k*) failcom='fail=yes';; \
366	  esac; \
367	done; \
368	dot_seen=no; \
369	target=`echo $@ | sed s/-recursive//`; \
370	list='$(SUBDIRS)'; for subdir in $$list; do \
371	  echo "Making $$target in $$subdir"; \
372	  if test "$$subdir" = "."; then \
373	    dot_seen=yes; \
374	    local_target="$$target-am"; \
375	  else \
376	    local_target="$$target"; \
377	  fi; \
378	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
379	  || eval $$failcom; \
380	done; \
381	if test "$$dot_seen" = "no"; then \
382	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
383	fi; test -z "$$fail"
384
385$(RECURSIVE_CLEAN_TARGETS):
386	@fail= failcom='exit 1'; \
387	for f in x $$MAKEFLAGS; do \
388	  case $$f in \
389	    *=* | --[!k]*);; \
390	    *k*) failcom='fail=yes';; \
391	  esac; \
392	done; \
393	dot_seen=no; \
394	case "$@" in \
395	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
396	  *) list='$(SUBDIRS)' ;; \
397	esac; \
398	rev=''; for subdir in $$list; do \
399	  if test "$$subdir" = "."; then :; else \
400	    rev="$$subdir $$rev"; \
401	  fi; \
402	done; \
403	rev="$$rev ."; \
404	target=`echo $@ | sed s/-recursive//`; \
405	for subdir in $$rev; do \
406	  echo "Making $$target in $$subdir"; \
407	  if test "$$subdir" = "."; then \
408	    local_target="$$target-am"; \
409	  else \
410	    local_target="$$target"; \
411	  fi; \
412	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
413	  || eval $$failcom; \
414	done && test -z "$$fail"
415tags-recursive:
416	list='$(SUBDIRS)'; for subdir in $$list; do \
417	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
418	done
419ctags-recursive:
420	list='$(SUBDIRS)'; for subdir in $$list; do \
421	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
422	done
423
424ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
425	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
426	unique=`for i in $$list; do \
427	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
428	  done | \
429	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
430	      END { if (nonempty) { for (i in files) print i; }; }'`; \
431	mkid -fID $$unique
432tags: TAGS
433
434TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
435		$(TAGS_FILES) $(LISP)
436	set x; \
437	here=`pwd`; \
438	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
439	  include_option=--etags-include; \
440	  empty_fix=.; \
441	else \
442	  include_option=--include; \
443	  empty_fix=; \
444	fi; \
445	list='$(SUBDIRS)'; for subdir in $$list; do \
446	  if test "$$subdir" = .; then :; else \
447	    test ! -f $$subdir/TAGS || \
448	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
449	  fi; \
450	done; \
451	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
452	unique=`for i in $$list; do \
453	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
454	  done | \
455	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
456	      END { if (nonempty) { for (i in files) print i; }; }'`; \
457	shift; \
458	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
459	  test -n "$$unique" || unique=$$empty_fix; \
460	  if test $$# -gt 0; then \
461	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
462	      "$$@" $$unique; \
463	  else \
464	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
465	      $$unique; \
466	  fi; \
467	fi
468ctags: CTAGS
469CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
470		$(TAGS_FILES) $(LISP)
471	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
472	unique=`for i in $$list; do \
473	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
474	  done | \
475	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
476	      END { if (nonempty) { for (i in files) print i; }; }'`; \
477	test -z "$(CTAGS_ARGS)$$unique" \
478	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
479	     $$unique
480
481GTAGS:
482	here=`$(am__cd) $(top_builddir) && pwd` \
483	  && $(am__cd) $(top_srcdir) \
484	  && gtags -i $(GTAGS_ARGS) "$$here"
485
486distclean-tags:
487	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
488
489distdir: $(DISTFILES)
490	$(am__remove_distdir)
491	test -d "$(distdir)" || mkdir "$(distdir)"
492	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
493	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
494	list='$(DISTFILES)'; \
495	  dist_files=`for file in $$list; do echo $$file; done | \
496	  sed -e "s|^$$srcdirstrip/||;t" \
497	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
498	case $$dist_files in \
499	  */*) $(MKDIR_P) `echo "$$dist_files" | \
500			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
501			   sort -u` ;; \
502	esac; \
503	for file in $$dist_files; do \
504	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
505	  if test -d $$d/$$file; then \
506	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
507	    if test -d "$(distdir)/$$file"; then \
508	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
509	    fi; \
510	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
511	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
512	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
513	    fi; \
514	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
515	  else \
516	    test -f "$(distdir)/$$file" \
517	    || cp -p $$d/$$file "$(distdir)/$$file" \
518	    || exit 1; \
519	  fi; \
520	done
521	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
522	  if test "$$subdir" = .; then :; else \
523	    test -d "$(distdir)/$$subdir" \
524	    || $(MKDIR_P) "$(distdir)/$$subdir" \
525	    || exit 1; \
526	  fi; \
527	done
528	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
529	  if test "$$subdir" = .; then :; else \
530	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
531	    $(am__relativize); \
532	    new_distdir=$$reldir; \
533	    dir1=$$subdir; dir2="$(top_distdir)"; \
534	    $(am__relativize); \
535	    new_top_distdir=$$reldir; \
536	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
537	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
538	    ($(am__cd) $$subdir && \
539	      $(MAKE) $(AM_MAKEFLAGS) \
540	        top_distdir="$$new_top_distdir" \
541	        distdir="$$new_distdir" \
542		am__remove_distdir=: \
543		am__skip_length_check=: \
544		am__skip_mode_fix=: \
545	        distdir) \
546	      || exit 1; \
547	  fi; \
548	done
549	-test -n "$(am__skip_mode_fix)" \
550	|| find "$(distdir)" -type d ! -perm -755 \
551		-exec chmod u+rwx,go+rx {} \; -o \
552	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
553	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
554	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
555	|| chmod -R a+r "$(distdir)"
556dist-gzip: distdir
557	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
558	$(am__remove_distdir)
559
560dist-bzip2: distdir
561	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
562	$(am__remove_distdir)
563
564dist-lzma: distdir
565	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
566	$(am__remove_distdir)
567
568dist-xz: distdir
569	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
570	$(am__remove_distdir)
571
572dist-tarZ: distdir
573	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
574	$(am__remove_distdir)
575
576dist-shar: distdir
577	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
578	$(am__remove_distdir)
579
580dist-zip: distdir
581	-rm -f $(distdir).zip
582	zip -rq $(distdir).zip $(distdir)
583	$(am__remove_distdir)
584
585dist dist-all: distdir
586	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
587	$(am__remove_distdir)
588
589# This target untars the dist file and tries a VPATH configuration.  Then
590# it guarantees that the distribution is self-contained by making another
591# tarfile.
592distcheck: dist
593	case '$(DIST_ARCHIVES)' in \
594	*.tar.gz*) \
595	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
596	*.tar.bz2*) \
597	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
598	*.tar.lzma*) \
599	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
600	*.tar.xz*) \
601	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
602	*.tar.Z*) \
603	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
604	*.shar.gz*) \
605	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
606	*.zip*) \
607	  unzip $(distdir).zip ;;\
608	esac
609	chmod -R a-w $(distdir); chmod a+w $(distdir)
610	mkdir $(distdir)/_build
611	mkdir $(distdir)/_inst
612	chmod a-w $(distdir)
613	test -d $(distdir)/_build || exit 0; \
614	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
615	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
616	  && am__cwd=`pwd` \
617	  && $(am__cd) $(distdir)/_build \
618	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
619	    $(DISTCHECK_CONFIGURE_FLAGS) \
620	  && $(MAKE) $(AM_MAKEFLAGS) \
621	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
622	  && $(MAKE) $(AM_MAKEFLAGS) check \
623	  && $(MAKE) $(AM_MAKEFLAGS) install \
624	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
625	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
626	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
627	        distuninstallcheck \
628	  && chmod -R a-w "$$dc_install_base" \
629	  && ({ \
630	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
631	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
632	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
633	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
634	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
635	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
636	  && rm -rf "$$dc_destdir" \
637	  && $(MAKE) $(AM_MAKEFLAGS) dist \
638	  && rm -rf $(DIST_ARCHIVES) \
639	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
640	  && cd "$$am__cwd" \
641	  || exit 1
642	$(am__remove_distdir)
643	@(echo "$(distdir) archives ready for distribution: "; \
644	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
645	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
646distuninstallcheck:
647	@$(am__cd) '$(distuninstallcheck_dir)' \
648	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
649	   || { echo "ERROR: files left after uninstall:" ; \
650	        if test -n "$(DESTDIR)"; then \
651	          echo "  (check DESTDIR support)"; \
652	        fi ; \
653	        $(distuninstallcheck_listfiles) ; \
654	        exit 1; } >&2
655distcleancheck: distclean
656	@if test '$(srcdir)' = . ; then \
657	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
658	  exit 1 ; \
659	fi
660	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
661	  || { echo "ERROR: files left in build directory after distclean:" ; \
662	       $(distcleancheck_listfiles) ; \
663	       exit 1; } >&2
664check-am: all-am
665check: check-recursive
666all-am: Makefile $(DATA)
667installdirs: installdirs-recursive
668installdirs-am:
669	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
670	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
671	done
672install: install-recursive
673install-exec: install-exec-recursive
674install-data: install-data-recursive
675uninstall: uninstall-recursive
676
677install-am: all-am
678	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
679
680installcheck: installcheck-recursive
681install-strip:
682	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
683	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
684	  `test -z '$(STRIP)' || \
685	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
686mostlyclean-generic:
687
688clean-generic:
689	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
690
691distclean-generic:
692	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
693	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
694
695maintainer-clean-generic:
696	@echo "This command is intended for maintainers to use"
697	@echo "it deletes files that may require special tools to rebuild."
698clean: clean-recursive
699
700clean-am: clean-generic clean-libtool mostlyclean-am
701
702distclean: distclean-recursive
703	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
704	-rm -f Makefile
705distclean-am: clean-am distclean-generic distclean-libtool \
706	distclean-tags
707
708dvi: dvi-recursive
709
710dvi-am:
711
712html: html-recursive
713
714html-am:
715
716info: info-recursive
717
718info-am:
719
720install-data-am: install-pkgconfigDATA
721
722install-dvi: install-dvi-recursive
723
724install-dvi-am:
725
726install-exec-am:
727
728install-html: install-html-recursive
729
730install-html-am:
731
732install-info: install-info-recursive
733
734install-info-am:
735
736install-man:
737
738install-pdf: install-pdf-recursive
739
740install-pdf-am:
741
742install-ps: install-ps-recursive
743
744install-ps-am:
745
746installcheck-am:
747
748maintainer-clean: maintainer-clean-recursive
749	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
750	-rm -rf $(top_srcdir)/autom4te.cache
751	-rm -f Makefile
752maintainer-clean-am: distclean-am maintainer-clean-generic
753
754mostlyclean: mostlyclean-recursive
755
756mostlyclean-am: mostlyclean-generic mostlyclean-libtool
757
758pdf: pdf-recursive
759
760pdf-am:
761
762ps: ps-recursive
763
764ps-am:
765
766uninstall-am: uninstall-pkgconfigDATA
767
768.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
769	install-am install-strip tags-recursive
770
771.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
772	all all-am am--refresh check check-am clean clean-generic \
773	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
774	dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
775	distcheck distclean distclean-generic distclean-libtool \
776	distclean-tags distcleancheck distdir distuninstallcheck dvi \
777	dvi-am html html-am info info-am install install-am \
778	install-data install-data-am install-dvi install-dvi-am \
779	install-exec install-exec-am install-html install-html-am \
780	install-info install-info-am install-man install-pdf \
781	install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
782	install-strip installcheck installcheck-am installdirs \
783	installdirs-am maintainer-clean maintainer-clean-generic \
784	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
785	ps ps-am tags tags-recursive uninstall uninstall-am \
786	uninstall-pkgconfigDATA
787
788
789test:
790	$(LIBTOOL) --mode=execute src/programs/pocketsphinx_batch \
791		-adcin TRUE -cepext .16k -samprate 16000 \
792		-ctl $(top_srcdir)/model/lm/turtle/turtle.ctl \
793		-cepdir $(top_srcdir)/model/lm/turtle \
794		-lw 6.5 -fwdflatlw 8.5 -bestpathlw 9.5 \
795		-uw 0.5 -fillpen 1e-10 -silpen 0.005 -wip 0.65 \
796		-topn 1 -topsenfrm 3 -topsenthresh -70000 -beam 1e-50 \
797		-pbeam 1e-50 -lpbeam 1e-40 -lponlybeam 1e-40 \
798		-wbeam 1e-50 -fwdflat TRUE -fwdflatbeam 1e-70 \
799		-fwdflatwbeam 1e-40 -bestpath TRUE \
800		-lmdumpdir $(top_srcdir)/model/lm/turtle \
801		-lm $(top_srcdir)/model/lm/turtle/turtle.lm \
802		-dict $(top_srcdir)/model/lm/turtle/turtle.dic \
803		-hmm $(top_srcdir)/model/hmm/wsj0 \
804		-mmap TRUE
805
806test-debug:
807	$(LIBTOOL) --mode=execute gdb --args src/programs/pocketsphinx_batch \
808		-adcin TRUE -cepext .16k -samprate 16000 \
809		-ctl $(top_srcdir)/model/lm/turtle/turtle.ctl \
810		-cepdir $(top_srcdir)/model/lm/turtle \
811		-lw 6.5 -fwdflatlw 8.5 -bestpathlw 9.5 \
812		-uw 0.5 -fillpen 1e-10 -silpen 0.005 -wip 0.65 \
813		-topn 1 -topsenfrm 3 -topsenthresh -70000 -beam 1e-50 \
814		-pbeam 1e-50 -lpbeam 1e-40 -lponlybeam 1e-40 \
815		-wbeam 1e-50 -fwdflat TRUE -fwdflatbeam 1e-70 \
816		-fwdflatwbeam 1e-40 -bestpath TRUE \
817		-lmdumpdir $(top_srcdir)/model/lm/turtle \
818		-lm $(top_srcdir)/model/lm/turtle/turtle.lm \
819		-dict $(top_srcdir)/model/lm/turtle/turtle.dic \
820		-hmm $(top_srcdir)/model/hmm/wsj0 \
821		-mmap TRUE
822
823# Tell versions [3.59,3.63) of GNU make to not export all variables.
824# Otherwise a system limit (for SysV at least) may be exceeded.
825.NOEXPORT:
826