Initial import to Tizen
[profile/ivi/pocketsphinx.git] / test / unit / Makefile.in
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
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 @BUILD_GST_TRUE@am__append_1 = test_gst
38 @BUILD_GST_TRUE@am__append_2 = test_gst
39 check_PROGRAMS = test_ps_init$(EXEEXT) test_ps_reinit$(EXEEXT) \
40         test_ps_fwdtree$(EXEEXT) test_ps_fwdtree_fwdflat$(EXEEXT) \
41         test_ps_fwdflat$(EXEEXT) test_ps_fwdflat_bestpath$(EXEEXT) \
42         test_ps_fwdtree_bestpath$(EXEEXT) test_ps_simple$(EXEEXT) \
43         test_ps_nbest$(EXEEXT) test_ps_lattice$(EXEEXT) \
44         test_ps_update$(EXEEXT) test_acmod$(EXEEXT) \
45         test_acmod_grow$(EXEEXT) test_fwdtree$(EXEEXT) \
46         test_fwdflat$(EXEEXT) test_fwdtree_fwdflat$(EXEEXT) \
47         test_fwdtree_bestpath$(EXEEXT) test_fwdtree_nbest$(EXEEXT) \
48         test_pl_fwdtree$(EXEEXT) test_posterior$(EXEEXT) \
49         test_fsg$(EXEEXT) test_fsg2$(EXEEXT) test_fsg3$(EXEEXT) \
50         test_jsgf$(EXEEXT) test_lm_read$(EXEEXT) test_dict$(EXEEXT) \
51         test_dict2pid$(EXEEXT) test_senfh$(EXEEXT) \
52         test_alignment$(EXEEXT) test_state_align$(EXEEXT) \
53         $(am__EXEEXT_2)
54 subdir = test/unit
55 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
56         $(srcdir)/Makefile.in
57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58 am__aclocal_m4_deps = $(top_srcdir)/m4/pkg.m4 \
59         $(top_srcdir)/configure.in
60 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61         $(ACLOCAL_M4)
62 mkinstalldirs = $(install_sh) -d
63 CONFIG_CLEAN_FILES =
64 CONFIG_CLEAN_VPATH_FILES =
65 @BUILD_GST_TRUE@am__EXEEXT_1 = test_gst$(EXEEXT)
66 am__EXEEXT_2 = $(am__EXEEXT_1)
67 test_acmod_SOURCES = test_acmod.c
68 test_acmod_OBJECTS = test_acmod.$(OBJEXT)
69 test_acmod_LDADD = $(LDADD)
70 test_acmod_DEPENDENCIES =  \
71         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
72 test_acmod_grow_SOURCES = test_acmod_grow.c
73 test_acmod_grow_OBJECTS = test_acmod_grow.$(OBJEXT)
74 test_acmod_grow_LDADD = $(LDADD)
75 test_acmod_grow_DEPENDENCIES =  \
76         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
77 test_alignment_SOURCES = test_alignment.c
78 test_alignment_OBJECTS = test_alignment.$(OBJEXT)
79 test_alignment_LDADD = $(LDADD)
80 test_alignment_DEPENDENCIES =  \
81         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
82 test_dict_SOURCES = test_dict.c
83 test_dict_OBJECTS = test_dict.$(OBJEXT)
84 test_dict_LDADD = $(LDADD)
85 test_dict_DEPENDENCIES =  \
86         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
87 test_dict2pid_SOURCES = test_dict2pid.c
88 test_dict2pid_OBJECTS = test_dict2pid.$(OBJEXT)
89 test_dict2pid_LDADD = $(LDADD)
90 test_dict2pid_DEPENDENCIES =  \
91         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
92 test_fsg_SOURCES = test_fsg.c
93 test_fsg_OBJECTS = test_fsg.$(OBJEXT)
94 test_fsg_LDADD = $(LDADD)
95 test_fsg_DEPENDENCIES =  \
96         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
97 test_fsg2_SOURCES = test_fsg2.c
98 test_fsg2_OBJECTS = test_fsg2.$(OBJEXT)
99 test_fsg2_LDADD = $(LDADD)
100 test_fsg2_DEPENDENCIES =  \
101         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
102 test_fsg3_SOURCES = test_fsg3.c
103 test_fsg3_OBJECTS = test_fsg3.$(OBJEXT)
104 test_fsg3_LDADD = $(LDADD)
105 test_fsg3_DEPENDENCIES =  \
106         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
107 test_fwdflat_SOURCES = test_fwdflat.c
108 test_fwdflat_OBJECTS = test_fwdflat.$(OBJEXT)
109 test_fwdflat_LDADD = $(LDADD)
110 test_fwdflat_DEPENDENCIES =  \
111         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
112 test_fwdtree_SOURCES = test_fwdtree.c
113 test_fwdtree_OBJECTS = test_fwdtree.$(OBJEXT)
114 test_fwdtree_LDADD = $(LDADD)
115 test_fwdtree_DEPENDENCIES =  \
116         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
117 test_fwdtree_bestpath_SOURCES = test_fwdtree_bestpath.c
118 test_fwdtree_bestpath_OBJECTS = test_fwdtree_bestpath.$(OBJEXT)
119 test_fwdtree_bestpath_LDADD = $(LDADD)
120 test_fwdtree_bestpath_DEPENDENCIES =  \
121         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
122 test_fwdtree_fwdflat_SOURCES = test_fwdtree_fwdflat.c
123 test_fwdtree_fwdflat_OBJECTS = test_fwdtree_fwdflat.$(OBJEXT)
124 test_fwdtree_fwdflat_LDADD = $(LDADD)
125 test_fwdtree_fwdflat_DEPENDENCIES =  \
126         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
127 test_fwdtree_nbest_SOURCES = test_fwdtree_nbest.c
128 test_fwdtree_nbest_OBJECTS = test_fwdtree_nbest.$(OBJEXT)
129 test_fwdtree_nbest_LDADD = $(LDADD)
130 test_fwdtree_nbest_DEPENDENCIES =  \
131         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
132 test_gst_SOURCES = test_gst.c
133 test_gst_OBJECTS = test_gst.$(OBJEXT)
134 am__DEPENDENCIES_1 =
135 test_gst_DEPENDENCIES = $(am__DEPENDENCIES_1)
136 test_jsgf_SOURCES = test_jsgf.c
137 test_jsgf_OBJECTS = test_jsgf.$(OBJEXT)
138 test_jsgf_LDADD = $(LDADD)
139 test_jsgf_DEPENDENCIES =  \
140         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
141 test_lm_read_SOURCES = test_lm_read.c
142 test_lm_read_OBJECTS = test_lm_read.$(OBJEXT)
143 test_lm_read_LDADD = $(LDADD)
144 test_lm_read_DEPENDENCIES =  \
145         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
146 test_pl_fwdtree_SOURCES = test_pl_fwdtree.c
147 test_pl_fwdtree_OBJECTS = test_pl_fwdtree.$(OBJEXT)
148 test_pl_fwdtree_LDADD = $(LDADD)
149 test_pl_fwdtree_DEPENDENCIES =  \
150         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
151 test_posterior_SOURCES = test_posterior.c
152 test_posterior_OBJECTS = test_posterior.$(OBJEXT)
153 test_posterior_LDADD = $(LDADD)
154 test_posterior_DEPENDENCIES =  \
155         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
156 test_ps_fwdflat_SOURCES = test_ps_fwdflat.c
157 test_ps_fwdflat_OBJECTS = test_ps_fwdflat.$(OBJEXT)
158 test_ps_fwdflat_LDADD = $(LDADD)
159 test_ps_fwdflat_DEPENDENCIES =  \
160         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
161 test_ps_fwdflat_bestpath_SOURCES = test_ps_fwdflat_bestpath.c
162 test_ps_fwdflat_bestpath_OBJECTS = test_ps_fwdflat_bestpath.$(OBJEXT)
163 test_ps_fwdflat_bestpath_LDADD = $(LDADD)
164 test_ps_fwdflat_bestpath_DEPENDENCIES =  \
165         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
166 test_ps_fwdtree_SOURCES = test_ps_fwdtree.c
167 test_ps_fwdtree_OBJECTS = test_ps_fwdtree.$(OBJEXT)
168 test_ps_fwdtree_LDADD = $(LDADD)
169 test_ps_fwdtree_DEPENDENCIES =  \
170         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
171 test_ps_fwdtree_bestpath_SOURCES = test_ps_fwdtree_bestpath.c
172 test_ps_fwdtree_bestpath_OBJECTS = test_ps_fwdtree_bestpath.$(OBJEXT)
173 test_ps_fwdtree_bestpath_LDADD = $(LDADD)
174 test_ps_fwdtree_bestpath_DEPENDENCIES =  \
175         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
176 test_ps_fwdtree_fwdflat_SOURCES = test_ps_fwdtree_fwdflat.c
177 test_ps_fwdtree_fwdflat_OBJECTS = test_ps_fwdtree_fwdflat.$(OBJEXT)
178 test_ps_fwdtree_fwdflat_LDADD = $(LDADD)
179 test_ps_fwdtree_fwdflat_DEPENDENCIES =  \
180         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
181 test_ps_init_SOURCES = test_ps_init.c
182 test_ps_init_OBJECTS = test_ps_init.$(OBJEXT)
183 test_ps_init_LDADD = $(LDADD)
184 test_ps_init_DEPENDENCIES =  \
185         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
186 test_ps_lattice_SOURCES = test_ps_lattice.c
187 test_ps_lattice_OBJECTS = test_ps_lattice.$(OBJEXT)
188 test_ps_lattice_LDADD = $(LDADD)
189 test_ps_lattice_DEPENDENCIES =  \
190         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
191 test_ps_nbest_SOURCES = test_ps_nbest.c
192 test_ps_nbest_OBJECTS = test_ps_nbest.$(OBJEXT)
193 test_ps_nbest_LDADD = $(LDADD)
194 test_ps_nbest_DEPENDENCIES =  \
195         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
196 test_ps_reinit_SOURCES = test_ps_reinit.c
197 test_ps_reinit_OBJECTS = test_ps_reinit.$(OBJEXT)
198 test_ps_reinit_LDADD = $(LDADD)
199 test_ps_reinit_DEPENDENCIES =  \
200         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
201 test_ps_simple_SOURCES = test_ps_simple.c
202 test_ps_simple_OBJECTS = test_ps_simple.$(OBJEXT)
203 test_ps_simple_LDADD = $(LDADD)
204 test_ps_simple_DEPENDENCIES =  \
205         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
206 test_ps_update_SOURCES = test_ps_update.c
207 test_ps_update_OBJECTS = test_ps_update.$(OBJEXT)
208 test_ps_update_LDADD = $(LDADD)
209 test_ps_update_DEPENDENCIES =  \
210         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
211 test_senfh_SOURCES = test_senfh.c
212 test_senfh_OBJECTS = test_senfh.$(OBJEXT)
213 test_senfh_LDADD = $(LDADD)
214 test_senfh_DEPENDENCIES =  \
215         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
216 test_state_align_SOURCES = test_state_align.c
217 test_state_align_OBJECTS = test_state_align.$(OBJEXT)
218 test_state_align_LDADD = $(LDADD)
219 test_state_align_DEPENDENCIES =  \
220         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la
221 DEFAULT_INCLUDES = -I.@am__isrc@
222 depcomp = $(SHELL) $(top_srcdir)/depcomp
223 am__depfiles_maybe = depfiles
224 am__mv = mv -f
225 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
226         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
227 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
228         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
229         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
230 CCLD = $(CC)
231 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
232         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
233         $(LDFLAGS) -o $@
234 SOURCES = test_acmod.c test_acmod_grow.c test_alignment.c test_dict.c \
235         test_dict2pid.c test_fsg.c test_fsg2.c test_fsg3.c \
236         test_fwdflat.c test_fwdtree.c test_fwdtree_bestpath.c \
237         test_fwdtree_fwdflat.c test_fwdtree_nbest.c test_gst.c \
238         test_jsgf.c test_lm_read.c test_pl_fwdtree.c test_posterior.c \
239         test_ps_fwdflat.c test_ps_fwdflat_bestpath.c test_ps_fwdtree.c \
240         test_ps_fwdtree_bestpath.c test_ps_fwdtree_fwdflat.c \
241         test_ps_init.c test_ps_lattice.c test_ps_nbest.c \
242         test_ps_reinit.c test_ps_simple.c test_ps_update.c \
243         test_senfh.c test_state_align.c
244 DIST_SOURCES = test_acmod.c test_acmod_grow.c test_alignment.c \
245         test_dict.c test_dict2pid.c test_fsg.c test_fsg2.c test_fsg3.c \
246         test_fwdflat.c test_fwdtree.c test_fwdtree_bestpath.c \
247         test_fwdtree_fwdflat.c test_fwdtree_nbest.c test_gst.c \
248         test_jsgf.c test_lm_read.c test_pl_fwdtree.c test_posterior.c \
249         test_ps_fwdflat.c test_ps_fwdflat_bestpath.c test_ps_fwdtree.c \
250         test_ps_fwdtree_bestpath.c test_ps_fwdtree_fwdflat.c \
251         test_ps_init.c test_ps_lattice.c test_ps_nbest.c \
252         test_ps_reinit.c test_ps_simple.c test_ps_update.c \
253         test_senfh.c test_state_align.c
254 HEADERS = $(noinst_HEADERS)
255 ETAGS = etags
256 CTAGS = ctags
257 am__tty_colors = \
258 red=; grn=; lgn=; blu=; std=
259 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
260 ACLOCAL = @ACLOCAL@
261 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
262 AMTAR = @AMTAR@
263 AR = @AR@
264 AUTOCONF = @AUTOCONF@
265 AUTOHEADER = @AUTOHEADER@
266 AUTOMAKE = @AUTOMAKE@
267 AWK = @AWK@
268 CC = @CC@
269 CCDEPMODE = @CCDEPMODE@
270 CFLAGS = @CFLAGS@
271 CPP = @CPP@
272 CPPFLAGS = @CPPFLAGS@
273 CYGPATH_W = @CYGPATH_W@
274 DEFS = @DEFS@
275 DEPDIR = @DEPDIR@
276 DSYMUTIL = @DSYMUTIL@
277 DUMPBIN = @DUMPBIN@
278 ECHO_C = @ECHO_C@
279 ECHO_N = @ECHO_N@
280 ECHO_T = @ECHO_T@
281 EGREP = @EGREP@
282 EXEEXT = @EXEEXT@
283 FGREP = @FGREP@
284 GREP = @GREP@
285 GST_CFLAGS = @GST_CFLAGS@
286 GST_LIBS = @GST_LIBS@
287 GST_MAJORMINOR = @GST_MAJORMINOR@
288 GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
289 GStreamer_CFLAGS = @GStreamer_CFLAGS@
290 GStreamer_LIBS = @GStreamer_LIBS@
291 HAVE_CYTHON = @HAVE_CYTHON@
292 HAVE_DOXYGEN = @HAVE_DOXYGEN@
293 HAVE_PKGCONFIG = @HAVE_PKGCONFIG@
294 INSTALL = @INSTALL@
295 INSTALL_DATA = @INSTALL_DATA@
296 INSTALL_PROGRAM = @INSTALL_PROGRAM@
297 INSTALL_SCRIPT = @INSTALL_SCRIPT@
298 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
299 LD = @LD@
300 LDFLAGS = @LDFLAGS@
301 LIBOBJS = @LIBOBJS@
302 LIBS = @LIBS@
303 LIBTOOL = @LIBTOOL@
304 LIPO = @LIPO@
305 LN_S = @LN_S@
306 LTLIBOBJS = @LTLIBOBJS@
307 MAKEINFO = @MAKEINFO@
308 MKDIR_P = @MKDIR_P@
309 NM = @NM@
310 NMEDIT = @NMEDIT@
311 OBJDUMP = @OBJDUMP@
312 OBJEXT = @OBJEXT@
313 OTOOL = @OTOOL@
314 OTOOL64 = @OTOOL64@
315 PACKAGE = @PACKAGE@
316 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
317 PACKAGE_NAME = @PACKAGE_NAME@
318 PACKAGE_STRING = @PACKAGE_STRING@
319 PACKAGE_TARNAME = @PACKAGE_TARNAME@
320 PACKAGE_URL = @PACKAGE_URL@
321 PACKAGE_VERSION = @PACKAGE_VERSION@
322 PATH_SEPARATOR = @PATH_SEPARATOR@
323 PKG_CONFIG = @PKG_CONFIG@
324 PYTHON = @PYTHON@
325 PYTHON_CONFIG = @PYTHON_CONFIG@
326 RANLIB = @RANLIB@
327 SED = @SED@
328 SET_MAKE = @SET_MAKE@
329 SHELL = @SHELL@
330 STRIP = @STRIP@
331 SphinxBase_CFLAGS = @SphinxBase_CFLAGS@
332 SphinxBase_LIBS = @SphinxBase_LIBS@
333 VERSION = @VERSION@
334 abs_builddir = @abs_builddir@
335 abs_srcdir = @abs_srcdir@
336 abs_top_builddir = @abs_top_builddir@
337 abs_top_srcdir = @abs_top_srcdir@
338 ac_ct_CC = @ac_ct_CC@
339 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
340 am__include = @am__include@
341 am__leading_dot = @am__leading_dot@
342 am__quote = @am__quote@
343 am__tar = @am__tar@
344 am__untar = @am__untar@
345 bindir = @bindir@
346 build = @build@
347 build_alias = @build_alias@
348 build_cpu = @build_cpu@
349 build_os = @build_os@
350 build_vendor = @build_vendor@
351 builddir = @builddir@
352 datadir = @datadir@
353 datarootdir = @datarootdir@
354 docdir = @docdir@
355 dvidir = @dvidir@
356 exec_prefix = @exec_prefix@
357 host = @host@
358 host_alias = @host_alias@
359 host_cpu = @host_cpu@
360 host_os = @host_os@
361 host_vendor = @host_vendor@
362 htmldir = @htmldir@
363 includedir = @includedir@
364 infodir = @infodir@
365 install_sh = @install_sh@
366 libdir = @libdir@
367 libexecdir = @libexecdir@
368 localedir = @localedir@
369 localstatedir = @localstatedir@
370 lt_ECHO = @lt_ECHO@
371 mandir = @mandir@
372 mkdir_p = @mkdir_p@
373 oldincludedir = @oldincludedir@
374 pdfdir = @pdfdir@
375 plugindir = @plugindir@
376 prefix = @prefix@
377 program_transform_name = @program_transform_name@
378 psdir = @psdir@
379 sbindir = @sbindir@
380 sharedstatedir = @sharedstatedir@
381 sphinxbase = @sphinxbase@
382 sphinxbasebuild = @sphinxbasebuild@
383 srcdir = @srcdir@
384 sysconfdir = @sysconfdir@
385 target_alias = @target_alias@
386 top_build_prefix = @top_build_prefix@
387 top_builddir = @top_builddir@
388 top_srcdir = @top_srcdir@
389 gst_programs = $(am__append_1)
390 gst_tests = $(am__append_2)
391 TESTS = $(check_PROGRAMS)
392 EXTRA_DIST = ps_test.c
393 noinst_HEADERS = test_macros.h
394 test_gst_LDADD = $(GST_LIBS)
395 INCLUDES = $(GST_CFLAGS) \
396         -I$(top_srcdir)/include \
397         -I$(top_srcdir)/src/libpocketsphinx \
398         -I$(top_builddir)/include \
399         -I$(srcdir) \
400         -DMODELDIR=\"${top_srcdir}/model\" \
401         -DDATADIR=\"${top_srcdir}/test/data\"
402
403 LDADD = \
404         $(top_builddir)/src/libpocketsphinx/libpocketsphinx.la \
405         -lsphinxbase
406
407 CLEANFILES = *.log *.out *.lat *.mfc *.raw *.dic *.sen
408 all: all-am
409
410 .SUFFIXES:
411 .SUFFIXES: .c .lo .o .obj
412 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
413         @for dep in $?; do \
414           case '$(am__configure_deps)' in \
415             *$$dep*) \
416               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
417                 && { if test -f $@; then exit 0; else break; fi; }; \
418               exit 1;; \
419           esac; \
420         done; \
421         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/unit/Makefile'; \
422         $(am__cd) $(top_srcdir) && \
423           $(AUTOMAKE) --gnu test/unit/Makefile
424 .PRECIOUS: Makefile
425 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
426         @case '$?' in \
427           *config.status*) \
428             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
429           *) \
430             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
431             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
432         esac;
433
434 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
435         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
436
437 $(top_srcdir)/configure:  $(am__configure_deps)
438         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
439 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
440         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
441 $(am__aclocal_m4_deps):
442
443 clean-checkPROGRAMS:
444         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
445         echo " rm -f" $$list; \
446         rm -f $$list || exit $$?; \
447         test -n "$(EXEEXT)" || exit 0; \
448         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
449         echo " rm -f" $$list; \
450         rm -f $$list
451 test_acmod$(EXEEXT): $(test_acmod_OBJECTS) $(test_acmod_DEPENDENCIES) 
452         @rm -f test_acmod$(EXEEXT)
453         $(LINK) $(test_acmod_OBJECTS) $(test_acmod_LDADD) $(LIBS)
454 test_acmod_grow$(EXEEXT): $(test_acmod_grow_OBJECTS) $(test_acmod_grow_DEPENDENCIES) 
455         @rm -f test_acmod_grow$(EXEEXT)
456         $(LINK) $(test_acmod_grow_OBJECTS) $(test_acmod_grow_LDADD) $(LIBS)
457 test_alignment$(EXEEXT): $(test_alignment_OBJECTS) $(test_alignment_DEPENDENCIES) 
458         @rm -f test_alignment$(EXEEXT)
459         $(LINK) $(test_alignment_OBJECTS) $(test_alignment_LDADD) $(LIBS)
460 test_dict$(EXEEXT): $(test_dict_OBJECTS) $(test_dict_DEPENDENCIES) 
461         @rm -f test_dict$(EXEEXT)
462         $(LINK) $(test_dict_OBJECTS) $(test_dict_LDADD) $(LIBS)
463 test_dict2pid$(EXEEXT): $(test_dict2pid_OBJECTS) $(test_dict2pid_DEPENDENCIES) 
464         @rm -f test_dict2pid$(EXEEXT)
465         $(LINK) $(test_dict2pid_OBJECTS) $(test_dict2pid_LDADD) $(LIBS)
466 test_fsg$(EXEEXT): $(test_fsg_OBJECTS) $(test_fsg_DEPENDENCIES) 
467         @rm -f test_fsg$(EXEEXT)
468         $(LINK) $(test_fsg_OBJECTS) $(test_fsg_LDADD) $(LIBS)
469 test_fsg2$(EXEEXT): $(test_fsg2_OBJECTS) $(test_fsg2_DEPENDENCIES) 
470         @rm -f test_fsg2$(EXEEXT)
471         $(LINK) $(test_fsg2_OBJECTS) $(test_fsg2_LDADD) $(LIBS)
472 test_fsg3$(EXEEXT): $(test_fsg3_OBJECTS) $(test_fsg3_DEPENDENCIES) 
473         @rm -f test_fsg3$(EXEEXT)
474         $(LINK) $(test_fsg3_OBJECTS) $(test_fsg3_LDADD) $(LIBS)
475 test_fwdflat$(EXEEXT): $(test_fwdflat_OBJECTS) $(test_fwdflat_DEPENDENCIES) 
476         @rm -f test_fwdflat$(EXEEXT)
477         $(LINK) $(test_fwdflat_OBJECTS) $(test_fwdflat_LDADD) $(LIBS)
478 test_fwdtree$(EXEEXT): $(test_fwdtree_OBJECTS) $(test_fwdtree_DEPENDENCIES) 
479         @rm -f test_fwdtree$(EXEEXT)
480         $(LINK) $(test_fwdtree_OBJECTS) $(test_fwdtree_LDADD) $(LIBS)
481 test_fwdtree_bestpath$(EXEEXT): $(test_fwdtree_bestpath_OBJECTS) $(test_fwdtree_bestpath_DEPENDENCIES) 
482         @rm -f test_fwdtree_bestpath$(EXEEXT)
483         $(LINK) $(test_fwdtree_bestpath_OBJECTS) $(test_fwdtree_bestpath_LDADD) $(LIBS)
484 test_fwdtree_fwdflat$(EXEEXT): $(test_fwdtree_fwdflat_OBJECTS) $(test_fwdtree_fwdflat_DEPENDENCIES) 
485         @rm -f test_fwdtree_fwdflat$(EXEEXT)
486         $(LINK) $(test_fwdtree_fwdflat_OBJECTS) $(test_fwdtree_fwdflat_LDADD) $(LIBS)
487 test_fwdtree_nbest$(EXEEXT): $(test_fwdtree_nbest_OBJECTS) $(test_fwdtree_nbest_DEPENDENCIES) 
488         @rm -f test_fwdtree_nbest$(EXEEXT)
489         $(LINK) $(test_fwdtree_nbest_OBJECTS) $(test_fwdtree_nbest_LDADD) $(LIBS)
490 test_gst$(EXEEXT): $(test_gst_OBJECTS) $(test_gst_DEPENDENCIES) 
491         @rm -f test_gst$(EXEEXT)
492         $(LINK) $(test_gst_OBJECTS) $(test_gst_LDADD) $(LIBS)
493 test_jsgf$(EXEEXT): $(test_jsgf_OBJECTS) $(test_jsgf_DEPENDENCIES) 
494         @rm -f test_jsgf$(EXEEXT)
495         $(LINK) $(test_jsgf_OBJECTS) $(test_jsgf_LDADD) $(LIBS)
496 test_lm_read$(EXEEXT): $(test_lm_read_OBJECTS) $(test_lm_read_DEPENDENCIES) 
497         @rm -f test_lm_read$(EXEEXT)
498         $(LINK) $(test_lm_read_OBJECTS) $(test_lm_read_LDADD) $(LIBS)
499 test_pl_fwdtree$(EXEEXT): $(test_pl_fwdtree_OBJECTS) $(test_pl_fwdtree_DEPENDENCIES) 
500         @rm -f test_pl_fwdtree$(EXEEXT)
501         $(LINK) $(test_pl_fwdtree_OBJECTS) $(test_pl_fwdtree_LDADD) $(LIBS)
502 test_posterior$(EXEEXT): $(test_posterior_OBJECTS) $(test_posterior_DEPENDENCIES) 
503         @rm -f test_posterior$(EXEEXT)
504         $(LINK) $(test_posterior_OBJECTS) $(test_posterior_LDADD) $(LIBS)
505 test_ps_fwdflat$(EXEEXT): $(test_ps_fwdflat_OBJECTS) $(test_ps_fwdflat_DEPENDENCIES) 
506         @rm -f test_ps_fwdflat$(EXEEXT)
507         $(LINK) $(test_ps_fwdflat_OBJECTS) $(test_ps_fwdflat_LDADD) $(LIBS)
508 test_ps_fwdflat_bestpath$(EXEEXT): $(test_ps_fwdflat_bestpath_OBJECTS) $(test_ps_fwdflat_bestpath_DEPENDENCIES) 
509         @rm -f test_ps_fwdflat_bestpath$(EXEEXT)
510         $(LINK) $(test_ps_fwdflat_bestpath_OBJECTS) $(test_ps_fwdflat_bestpath_LDADD) $(LIBS)
511 test_ps_fwdtree$(EXEEXT): $(test_ps_fwdtree_OBJECTS) $(test_ps_fwdtree_DEPENDENCIES) 
512         @rm -f test_ps_fwdtree$(EXEEXT)
513         $(LINK) $(test_ps_fwdtree_OBJECTS) $(test_ps_fwdtree_LDADD) $(LIBS)
514 test_ps_fwdtree_bestpath$(EXEEXT): $(test_ps_fwdtree_bestpath_OBJECTS) $(test_ps_fwdtree_bestpath_DEPENDENCIES) 
515         @rm -f test_ps_fwdtree_bestpath$(EXEEXT)
516         $(LINK) $(test_ps_fwdtree_bestpath_OBJECTS) $(test_ps_fwdtree_bestpath_LDADD) $(LIBS)
517 test_ps_fwdtree_fwdflat$(EXEEXT): $(test_ps_fwdtree_fwdflat_OBJECTS) $(test_ps_fwdtree_fwdflat_DEPENDENCIES) 
518         @rm -f test_ps_fwdtree_fwdflat$(EXEEXT)
519         $(LINK) $(test_ps_fwdtree_fwdflat_OBJECTS) $(test_ps_fwdtree_fwdflat_LDADD) $(LIBS)
520 test_ps_init$(EXEEXT): $(test_ps_init_OBJECTS) $(test_ps_init_DEPENDENCIES) 
521         @rm -f test_ps_init$(EXEEXT)
522         $(LINK) $(test_ps_init_OBJECTS) $(test_ps_init_LDADD) $(LIBS)
523 test_ps_lattice$(EXEEXT): $(test_ps_lattice_OBJECTS) $(test_ps_lattice_DEPENDENCIES) 
524         @rm -f test_ps_lattice$(EXEEXT)
525         $(LINK) $(test_ps_lattice_OBJECTS) $(test_ps_lattice_LDADD) $(LIBS)
526 test_ps_nbest$(EXEEXT): $(test_ps_nbest_OBJECTS) $(test_ps_nbest_DEPENDENCIES) 
527         @rm -f test_ps_nbest$(EXEEXT)
528         $(LINK) $(test_ps_nbest_OBJECTS) $(test_ps_nbest_LDADD) $(LIBS)
529 test_ps_reinit$(EXEEXT): $(test_ps_reinit_OBJECTS) $(test_ps_reinit_DEPENDENCIES) 
530         @rm -f test_ps_reinit$(EXEEXT)
531         $(LINK) $(test_ps_reinit_OBJECTS) $(test_ps_reinit_LDADD) $(LIBS)
532 test_ps_simple$(EXEEXT): $(test_ps_simple_OBJECTS) $(test_ps_simple_DEPENDENCIES) 
533         @rm -f test_ps_simple$(EXEEXT)
534         $(LINK) $(test_ps_simple_OBJECTS) $(test_ps_simple_LDADD) $(LIBS)
535 test_ps_update$(EXEEXT): $(test_ps_update_OBJECTS) $(test_ps_update_DEPENDENCIES) 
536         @rm -f test_ps_update$(EXEEXT)
537         $(LINK) $(test_ps_update_OBJECTS) $(test_ps_update_LDADD) $(LIBS)
538 test_senfh$(EXEEXT): $(test_senfh_OBJECTS) $(test_senfh_DEPENDENCIES) 
539         @rm -f test_senfh$(EXEEXT)
540         $(LINK) $(test_senfh_OBJECTS) $(test_senfh_LDADD) $(LIBS)
541 test_state_align$(EXEEXT): $(test_state_align_OBJECTS) $(test_state_align_DEPENDENCIES) 
542         @rm -f test_state_align$(EXEEXT)
543         $(LINK) $(test_state_align_OBJECTS) $(test_state_align_LDADD) $(LIBS)
544
545 mostlyclean-compile:
546         -rm -f *.$(OBJEXT)
547
548 distclean-compile:
549         -rm -f *.tab.c
550
551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_acmod.Po@am__quote@
552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_acmod_grow.Po@am__quote@
553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_alignment.Po@am__quote@
554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dict.Po@am__quote@
555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dict2pid.Po@am__quote@
556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_fsg.Po@am__quote@
557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_fsg2.Po@am__quote@
558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_fsg3.Po@am__quote@
559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_fwdflat.Po@am__quote@
560 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_fwdtree.Po@am__quote@
561 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_fwdtree_bestpath.Po@am__quote@
562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_fwdtree_fwdflat.Po@am__quote@
563 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_fwdtree_nbest.Po@am__quote@
564 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_gst.Po@am__quote@
565 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_jsgf.Po@am__quote@
566 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lm_read.Po@am__quote@
567 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pl_fwdtree.Po@am__quote@
568 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_posterior.Po@am__quote@
569 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ps_fwdflat.Po@am__quote@
570 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ps_fwdflat_bestpath.Po@am__quote@
571 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ps_fwdtree.Po@am__quote@
572 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ps_fwdtree_bestpath.Po@am__quote@
573 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ps_fwdtree_fwdflat.Po@am__quote@
574 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ps_init.Po@am__quote@
575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ps_lattice.Po@am__quote@
576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ps_nbest.Po@am__quote@
577 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ps_reinit.Po@am__quote@
578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ps_simple.Po@am__quote@
579 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ps_update.Po@am__quote@
580 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_senfh.Po@am__quote@
581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_state_align.Po@am__quote@
582
583 .c.o:
584 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
585 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
586 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
587 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
588 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
589
590 .c.obj:
591 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
592 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
593 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
594 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
595 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
596
597 .c.lo:
598 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
599 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
600 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
601 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
602 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
603
604 mostlyclean-libtool:
605         -rm -f *.lo
606
607 clean-libtool:
608         -rm -rf .libs _libs
609
610 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
611         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
612         unique=`for i in $$list; do \
613             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
614           done | \
615           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
616               END { if (nonempty) { for (i in files) print i; }; }'`; \
617         mkid -fID $$unique
618 tags: TAGS
619
620 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
621                 $(TAGS_FILES) $(LISP)
622         set x; \
623         here=`pwd`; \
624         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
625         unique=`for i in $$list; do \
626             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
627           done | \
628           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
629               END { if (nonempty) { for (i in files) print i; }; }'`; \
630         shift; \
631         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
632           test -n "$$unique" || unique=$$empty_fix; \
633           if test $$# -gt 0; then \
634             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
635               "$$@" $$unique; \
636           else \
637             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
638               $$unique; \
639           fi; \
640         fi
641 ctags: CTAGS
642 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
643                 $(TAGS_FILES) $(LISP)
644         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
645         unique=`for i in $$list; do \
646             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
647           done | \
648           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
649               END { if (nonempty) { for (i in files) print i; }; }'`; \
650         test -z "$(CTAGS_ARGS)$$unique" \
651           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
652              $$unique
653
654 GTAGS:
655         here=`$(am__cd) $(top_builddir) && pwd` \
656           && $(am__cd) $(top_srcdir) \
657           && gtags -i $(GTAGS_ARGS) "$$here"
658
659 distclean-tags:
660         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
661
662 check-TESTS: $(TESTS)
663         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
664         srcdir=$(srcdir); export srcdir; \
665         list=' $(TESTS) '; \
666         $(am__tty_colors); \
667         if test -n "$$list"; then \
668           for tst in $$list; do \
669             if test -f ./$$tst; then dir=./; \
670             elif test -f $$tst; then dir=; \
671             else dir="$(srcdir)/"; fi; \
672             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
673               all=`expr $$all + 1`; \
674               case " $(XFAIL_TESTS) " in \
675               *[\ \     ]$$tst[\ \      ]*) \
676                 xpass=`expr $$xpass + 1`; \
677                 failed=`expr $$failed + 1`; \
678                 col=$$red; res=XPASS; \
679               ;; \
680               *) \
681                 col=$$grn; res=PASS; \
682               ;; \
683               esac; \
684             elif test $$? -ne 77; then \
685               all=`expr $$all + 1`; \
686               case " $(XFAIL_TESTS) " in \
687               *[\ \     ]$$tst[\ \      ]*) \
688                 xfail=`expr $$xfail + 1`; \
689                 col=$$lgn; res=XFAIL; \
690               ;; \
691               *) \
692                 failed=`expr $$failed + 1`; \
693                 col=$$red; res=FAIL; \
694               ;; \
695               esac; \
696             else \
697               skip=`expr $$skip + 1`; \
698               col=$$blu; res=SKIP; \
699             fi; \
700             echo "$${col}$$res$${std}: $$tst"; \
701           done; \
702           if test "$$all" -eq 1; then \
703             tests="test"; \
704             All=""; \
705           else \
706             tests="tests"; \
707             All="All "; \
708           fi; \
709           if test "$$failed" -eq 0; then \
710             if test "$$xfail" -eq 0; then \
711               banner="$$All$$all $$tests passed"; \
712             else \
713               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
714               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
715             fi; \
716           else \
717             if test "$$xpass" -eq 0; then \
718               banner="$$failed of $$all $$tests failed"; \
719             else \
720               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
721               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
722             fi; \
723           fi; \
724           dashes="$$banner"; \
725           skipped=""; \
726           if test "$$skip" -ne 0; then \
727             if test "$$skip" -eq 1; then \
728               skipped="($$skip test was not run)"; \
729             else \
730               skipped="($$skip tests were not run)"; \
731             fi; \
732             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
733               dashes="$$skipped"; \
734           fi; \
735           report=""; \
736           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
737             report="Please report to $(PACKAGE_BUGREPORT)"; \
738             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
739               dashes="$$report"; \
740           fi; \
741           dashes=`echo "$$dashes" | sed s/./=/g`; \
742           if test "$$failed" -eq 0; then \
743             echo "$$grn$$dashes"; \
744           else \
745             echo "$$red$$dashes"; \
746           fi; \
747           echo "$$banner"; \
748           test -z "$$skipped" || echo "$$skipped"; \
749           test -z "$$report" || echo "$$report"; \
750           echo "$$dashes$$std"; \
751           test "$$failed" -eq 0; \
752         else :; fi
753
754 distdir: $(DISTFILES)
755         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
756         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
757         list='$(DISTFILES)'; \
758           dist_files=`for file in $$list; do echo $$file; done | \
759           sed -e "s|^$$srcdirstrip/||;t" \
760               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
761         case $$dist_files in \
762           */*) $(MKDIR_P) `echo "$$dist_files" | \
763                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
764                            sort -u` ;; \
765         esac; \
766         for file in $$dist_files; do \
767           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
768           if test -d $$d/$$file; then \
769             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
770             if test -d "$(distdir)/$$file"; then \
771               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
772             fi; \
773             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
774               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
775               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
776             fi; \
777             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
778           else \
779             test -f "$(distdir)/$$file" \
780             || cp -p $$d/$$file "$(distdir)/$$file" \
781             || exit 1; \
782           fi; \
783         done
784 check-am: all-am
785         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
786         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
787 check: check-am
788 all-am: Makefile $(HEADERS)
789 installdirs:
790 install: install-am
791 install-exec: install-exec-am
792 install-data: install-data-am
793 uninstall: uninstall-am
794
795 install-am: all-am
796         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
797
798 installcheck: installcheck-am
799 install-strip:
800         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
801           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
802           `test -z '$(STRIP)' || \
803             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
804 mostlyclean-generic:
805
806 clean-generic:
807         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
808
809 distclean-generic:
810         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
811         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
812
813 maintainer-clean-generic:
814         @echo "This command is intended for maintainers to use"
815         @echo "it deletes files that may require special tools to rebuild."
816 clean: clean-am
817
818 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
819         mostlyclean-am
820
821 distclean: distclean-am
822         -rm -rf ./$(DEPDIR)
823         -rm -f Makefile
824 distclean-am: clean-am distclean-compile distclean-generic \
825         distclean-tags
826
827 dvi: dvi-am
828
829 dvi-am:
830
831 html: html-am
832
833 html-am:
834
835 info: info-am
836
837 info-am:
838
839 install-data-am:
840
841 install-dvi: install-dvi-am
842
843 install-dvi-am:
844
845 install-exec-am:
846
847 install-html: install-html-am
848
849 install-html-am:
850
851 install-info: install-info-am
852
853 install-info-am:
854
855 install-man:
856
857 install-pdf: install-pdf-am
858
859 install-pdf-am:
860
861 install-ps: install-ps-am
862
863 install-ps-am:
864
865 installcheck-am:
866
867 maintainer-clean: maintainer-clean-am
868         -rm -rf ./$(DEPDIR)
869         -rm -f Makefile
870 maintainer-clean-am: distclean-am maintainer-clean-generic
871
872 mostlyclean: mostlyclean-am
873
874 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
875         mostlyclean-libtool
876
877 pdf: pdf-am
878
879 pdf-am:
880
881 ps: ps-am
882
883 ps-am:
884
885 uninstall-am:
886
887 .MAKE: check-am install-am install-strip
888
889 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
890         clean-checkPROGRAMS clean-generic clean-libtool ctags \
891         distclean distclean-compile distclean-generic \
892         distclean-libtool distclean-tags distdir dvi dvi-am html \
893         html-am info info-am install install-am install-data \
894         install-data-am install-dvi install-dvi-am install-exec \
895         install-exec-am install-html install-html-am install-info \
896         install-info-am install-man install-pdf install-pdf-am \
897         install-ps install-ps-am install-strip installcheck \
898         installcheck-am installdirs maintainer-clean \
899         maintainer-clean-generic mostlyclean mostlyclean-compile \
900         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
901         tags uninstall uninstall-am
902
903
904 # Tell versions [3.59,3.63) of GNU make to not export all variables.
905 # Otherwise a system limit (for SysV at least) may be exceeded.
906 .NOEXPORT: