Imported Upstream version 1.6.4
[platform/upstream/openfst.git] / src / test / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 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 VPATH = @srcdir@
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 check_PROGRAMS = fst_test$(EXEEXT) weight_test$(EXEEXT) \
91         algo_test_log$(EXEEXT) algo_test_tropical$(EXEEXT) \
92         algo_test_minmax$(EXEEXT) algo_test_lexicographic$(EXEEXT) \
93         algo_test_power$(EXEEXT)
94 subdir = src/test
95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_python_devel.m4 \
97         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
98         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
99         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
100 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101         $(ACLOCAL_M4)
102 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
103 mkinstalldirs = $(install_sh) -d
104 CONFIG_HEADER = $(top_builddir)/config.h \
105         $(top_builddir)/src/include/fst/config.h
106 CONFIG_CLEAN_FILES =
107 CONFIG_CLEAN_VPATH_FILES =
108 am__objects_1 = algo_test_lexicographic-algo_test.$(OBJEXT)
109 am_algo_test_lexicographic_OBJECTS = $(am__objects_1)
110 algo_test_lexicographic_OBJECTS =  \
111         $(am_algo_test_lexicographic_OBJECTS)
112 algo_test_lexicographic_LDADD = $(LDADD)
113 am__DEPENDENCIES_1 =
114 algo_test_lexicographic_DEPENDENCIES = ../lib/libfst.la \
115         $(am__DEPENDENCIES_1)
116 AM_V_lt = $(am__v_lt_@AM_V@)
117 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
118 am__v_lt_0 = --silent
119 am__v_lt_1 = 
120 am__objects_2 = algo_test_log-algo_test.$(OBJEXT)
121 am_algo_test_log_OBJECTS = $(am__objects_2)
122 algo_test_log_OBJECTS = $(am_algo_test_log_OBJECTS)
123 algo_test_log_LDADD = $(LDADD)
124 algo_test_log_DEPENDENCIES = ../lib/libfst.la $(am__DEPENDENCIES_1)
125 am__objects_3 = algo_test_minmax-algo_test.$(OBJEXT)
126 am_algo_test_minmax_OBJECTS = $(am__objects_3)
127 algo_test_minmax_OBJECTS = $(am_algo_test_minmax_OBJECTS)
128 algo_test_minmax_LDADD = $(LDADD)
129 algo_test_minmax_DEPENDENCIES = ../lib/libfst.la $(am__DEPENDENCIES_1)
130 am__objects_4 = algo_test_power-algo_test.$(OBJEXT)
131 am_algo_test_power_OBJECTS = $(am__objects_4)
132 algo_test_power_OBJECTS = $(am_algo_test_power_OBJECTS)
133 algo_test_power_LDADD = $(LDADD)
134 algo_test_power_DEPENDENCIES = ../lib/libfst.la $(am__DEPENDENCIES_1)
135 am__objects_5 = algo_test_tropical-algo_test.$(OBJEXT)
136 am_algo_test_tropical_OBJECTS = $(am__objects_5)
137 algo_test_tropical_OBJECTS = $(am_algo_test_tropical_OBJECTS)
138 algo_test_tropical_LDADD = $(LDADD)
139 algo_test_tropical_DEPENDENCIES = ../lib/libfst.la \
140         $(am__DEPENDENCIES_1)
141 am_fst_test_OBJECTS = fst_test.$(OBJEXT)
142 fst_test_OBJECTS = $(am_fst_test_OBJECTS)
143 fst_test_LDADD = $(LDADD)
144 fst_test_DEPENDENCIES = ../lib/libfst.la $(am__DEPENDENCIES_1)
145 am_weight_test_OBJECTS = weight_test.$(OBJEXT)
146 weight_test_OBJECTS = $(am_weight_test_OBJECTS)
147 weight_test_LDADD = $(LDADD)
148 weight_test_DEPENDENCIES = ../lib/libfst.la $(am__DEPENDENCIES_1)
149 AM_V_P = $(am__v_P_@AM_V@)
150 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
151 am__v_P_0 = false
152 am__v_P_1 = :
153 AM_V_GEN = $(am__v_GEN_@AM_V@)
154 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
155 am__v_GEN_0 = @echo "  GEN     " $@;
156 am__v_GEN_1 = 
157 AM_V_at = $(am__v_at_@AM_V@)
158 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
159 am__v_at_0 = @
160 am__v_at_1 = 
161 DEFAULT_INCLUDES = 
162 depcomp = $(SHELL) $(top_srcdir)/depcomp
163 am__depfiles_maybe = depfiles
164 am__mv = mv -f
165 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
166         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
167 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
168         $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
169         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
170         $(AM_CXXFLAGS) $(CXXFLAGS)
171 AM_V_CXX = $(am__v_CXX_@AM_V@)
172 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
173 am__v_CXX_0 = @echo "  CXX     " $@;
174 am__v_CXX_1 = 
175 CXXLD = $(CXX)
176 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
177         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
178         $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
179 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
180 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
181 am__v_CXXLD_0 = @echo "  CXXLD   " $@;
182 am__v_CXXLD_1 = 
183 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
184         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
185 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
186         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
187         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
188         $(AM_CFLAGS) $(CFLAGS)
189 AM_V_CC = $(am__v_CC_@AM_V@)
190 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
191 am__v_CC_0 = @echo "  CC      " $@;
192 am__v_CC_1 = 
193 CCLD = $(CC)
194 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
195         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
196         $(AM_LDFLAGS) $(LDFLAGS) -o $@
197 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
198 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
199 am__v_CCLD_0 = @echo "  CCLD    " $@;
200 am__v_CCLD_1 = 
201 SOURCES = $(algo_test_lexicographic_SOURCES) $(algo_test_log_SOURCES) \
202         $(algo_test_minmax_SOURCES) $(algo_test_power_SOURCES) \
203         $(algo_test_tropical_SOURCES) $(fst_test_SOURCES) \
204         $(weight_test_SOURCES)
205 DIST_SOURCES = $(algo_test_lexicographic_SOURCES) \
206         $(algo_test_log_SOURCES) $(algo_test_minmax_SOURCES) \
207         $(algo_test_power_SOURCES) $(algo_test_tropical_SOURCES) \
208         $(fst_test_SOURCES) $(weight_test_SOURCES)
209 am__can_run_installinfo = \
210   case $$AM_UPDATE_INFO_DIR in \
211     n|no|NO) false;; \
212     *) (install-info --version) >/dev/null 2>&1;; \
213   esac
214 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
215 # Read a list of newline-separated strings from the standard input,
216 # and print each of them once, without duplicates.  Input order is
217 # *not* preserved.
218 am__uniquify_input = $(AWK) '\
219   BEGIN { nonempty = 0; } \
220   { items[$$0] = 1; nonempty = 1; } \
221   END { if (nonempty) { for (i in items) print i; }; } \
222 '
223 # Make sure the list of sources is unique.  This is necessary because,
224 # e.g., the same source file might be shared among _SOURCES variables
225 # for different programs/libraries.
226 am__define_uniq_tagged_files = \
227   list='$(am__tagged_files)'; \
228   unique=`for i in $$list; do \
229     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
230   done | $(am__uniquify_input)`
231 ETAGS = etags
232 CTAGS = ctags
233 am__tty_colors_dummy = \
234   mgn= red= grn= lgn= blu= brg= std=; \
235   am__color_tests=no
236 am__tty_colors = { \
237   $(am__tty_colors_dummy); \
238   if test "X$(AM_COLOR_TESTS)" = Xno; then \
239     am__color_tests=no; \
240   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
241     am__color_tests=yes; \
242   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
243     am__color_tests=yes; \
244   fi; \
245   if test $$am__color_tests = yes; then \
246     red='\e[0;31m'; \
247     grn='\e[0;32m'; \
248     lgn='\e[1;32m'; \
249     blu='\e[1;34m'; \
250     mgn='\e[0;35m'; \
251     brg='\e[1m'; \
252     std='\e[m'; \
253   fi; \
254 }
255 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
256 am__vpath_adj = case $$p in \
257     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
258     *) f=$$p;; \
259   esac;
260 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
261 am__install_max = 40
262 am__nobase_strip_setup = \
263   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
264 am__nobase_strip = \
265   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
266 am__nobase_list = $(am__nobase_strip_setup); \
267   for p in $$list; do echo "$$p $$p"; done | \
268   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
269   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
270     if (++n[$$2] == $(am__install_max)) \
271       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
272     END { for (dir in files) print dir, files[dir] }'
273 am__base_list = \
274   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
275   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
276 am__uninstall_files_from_dir = { \
277   test -z "$$files" \
278     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
279     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
280          $(am__cd) "$$dir" && rm -f $$files; }; \
281   }
282 am__recheck_rx = ^[     ]*:recheck:[    ]*
283 am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
284 am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
285 # A command that, given a newline-separated list of test names on the
286 # standard input, print the name of the tests that are to be re-run
287 # upon "make recheck".
288 am__list_recheck_tests = $(AWK) '{ \
289   recheck = 1; \
290   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
291     { \
292       if (rc < 0) \
293         { \
294           if ((getline line2 < ($$0 ".log")) < 0) \
295             recheck = 0; \
296           break; \
297         } \
298       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
299         { \
300           recheck = 0; \
301           break; \
302         } \
303       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
304         { \
305           break; \
306         } \
307     }; \
308   if (recheck) \
309     print $$0; \
310   close ($$0 ".trs"); \
311   close ($$0 ".log"); \
312 }'
313 # A command that, given a newline-separated list of test names on the
314 # standard input, create the global log from their .trs and .log files.
315 am__create_global_log = $(AWK) ' \
316 function fatal(msg) \
317 { \
318   print "fatal: making $@: " msg | "cat >&2"; \
319   exit 1; \
320 } \
321 function rst_section(header) \
322 { \
323   print header; \
324   len = length(header); \
325   for (i = 1; i <= len; i = i + 1) \
326     printf "="; \
327   printf "\n\n"; \
328 } \
329 { \
330   copy_in_global_log = 1; \
331   global_test_result = "RUN"; \
332   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
333     { \
334       if (rc < 0) \
335          fatal("failed to read from " $$0 ".trs"); \
336       if (line ~ /$(am__global_test_result_rx)/) \
337         { \
338           sub("$(am__global_test_result_rx)", "", line); \
339           sub("[        ]*$$", "", line); \
340           global_test_result = line; \
341         } \
342       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
343         copy_in_global_log = 0; \
344     }; \
345   if (copy_in_global_log) \
346     { \
347       rst_section(global_test_result ": " $$0); \
348       while ((rc = (getline line < ($$0 ".log"))) != 0) \
349       { \
350         if (rc < 0) \
351           fatal("failed to read from " $$0 ".log"); \
352         print line; \
353       }; \
354       printf "\n"; \
355     }; \
356   close ($$0 ".trs"); \
357   close ($$0 ".log"); \
358 }'
359 # Restructured Text title.
360 am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
361 # Solaris 10 'make', and several other traditional 'make' implementations,
362 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
363 # by disabling -e (using the XSI extension "set +e") if it's set.
364 am__sh_e_setup = case $$- in *e*) set +e;; esac
365 # Default flags passed to test drivers.
366 am__common_driver_flags = \
367   --color-tests "$$am__color_tests" \
368   --enable-hard-errors "$$am__enable_hard_errors" \
369   --expect-failure "$$am__expect_failure"
370 # To be inserted before the command running the test.  Creates the
371 # directory for the log if needed.  Stores in $dir the directory
372 # containing $f, in $tst the test, in $log the log.  Executes the
373 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
374 # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
375 # will run the test scripts (or their associated LOG_COMPILER, if
376 # thy have one).
377 am__check_pre = \
378 $(am__sh_e_setup);                                      \
379 $(am__vpath_adj_setup) $(am__vpath_adj)                 \
380 $(am__tty_colors);                                      \
381 srcdir=$(srcdir); export srcdir;                        \
382 case "$@" in                                            \
383   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
384     *) am__odir=.;;                                     \
385 esac;                                                   \
386 test "x$$am__odir" = x"." || test -d "$$am__odir"       \
387   || $(MKDIR_P) "$$am__odir" || exit $$?;               \
388 if test -f "./$$f"; then dir=./;                        \
389 elif test -f "$$f"; then dir=;                          \
390 else dir="$(srcdir)/"; fi;                              \
391 tst=$$dir$$f; log='$@';                                 \
392 if test -n '$(DISABLE_HARD_ERRORS)'; then               \
393   am__enable_hard_errors=no;                            \
394 else                                                    \
395   am__enable_hard_errors=yes;                           \
396 fi;                                                     \
397 case " $(XFAIL_TESTS) " in                              \
398   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
399     am__expect_failure=yes;;                            \
400   *)                                                    \
401     am__expect_failure=no;;                             \
402 esac;                                                   \
403 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
404 # A shell command to get the names of the tests scripts with any registered
405 # extension removed (i.e., equivalently, the names of the test logs, with
406 # the '.log' extension removed).  The result is saved in the shell variable
407 # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
408 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
409 # since that might cause problem with VPATH rewrites for suffix-less tests.
410 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
411 am__set_TESTS_bases = \
412   bases='$(TEST_LOGS)'; \
413   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
414   bases=`echo $$bases`
415 RECHECK_LOGS = $(TEST_LOGS)
416 AM_RECURSIVE_TARGETS = check recheck
417 TEST_SUITE_LOG = test-suite.log
418 TEST_EXTENSIONS = @EXEEXT@ .test
419 LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
420 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
421 am__set_b = \
422   case '$@' in \
423     */*) \
424       case '$*' in \
425         */*) b='$*';; \
426           *) b=`echo '$@' | sed 's/\.log$$//'`; \
427        esac;; \
428     *) \
429       b='$*';; \
430   esac
431 am__test_logs1 = $(TESTS:=.log)
432 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
433 TEST_LOGS = $(am__test_logs2:.test.log=.log)
434 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
435 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
436         $(TEST_LOG_FLAGS)
437 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
438         $(top_srcdir)/test-driver
439 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
440 ACLOCAL = @ACLOCAL@
441 AMTAR = @AMTAR@
442 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
443 AR = @AR@
444 AUTOCONF = @AUTOCONF@
445 AUTOHEADER = @AUTOHEADER@
446 AUTOMAKE = @AUTOMAKE@
447 AWK = @AWK@
448 CC = @CC@
449 CCDEPMODE = @CCDEPMODE@
450 CFLAGS = @CFLAGS@
451 CPP = @CPP@
452 CPPFLAGS = @CPPFLAGS@
453 CXX = @CXX@
454 CXXCPP = @CXXCPP@
455 CXXDEPMODE = @CXXDEPMODE@
456 CXXFLAGS = @CXXFLAGS@
457 CYGPATH_W = @CYGPATH_W@
458 DEFS = @DEFS@
459 DEPDIR = @DEPDIR@
460 DLLTOOL = @DLLTOOL@
461 DL_LIBS = @DL_LIBS@
462 DSYMUTIL = @DSYMUTIL@
463 DUMPBIN = @DUMPBIN@
464 ECHO_C = @ECHO_C@
465 ECHO_N = @ECHO_N@
466 ECHO_T = @ECHO_T@
467 EGREP = @EGREP@
468 EXEEXT = @EXEEXT@
469 FGREP = @FGREP@
470 GREP = @GREP@
471 INSTALL = @INSTALL@
472 INSTALL_DATA = @INSTALL_DATA@
473 INSTALL_PROGRAM = @INSTALL_PROGRAM@
474 INSTALL_SCRIPT = @INSTALL_SCRIPT@
475 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
476 LD = @LD@
477 LDFLAGS = @LDFLAGS@
478 LIBOBJS = @LIBOBJS@
479 LIBS = @LIBS@
480 LIBTOOL = @LIBTOOL@
481 LIPO = @LIPO@
482 LN_S = @LN_S@
483 LTLIBOBJS = @LTLIBOBJS@
484 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
485 MAKEINFO = @MAKEINFO@
486 MANIFEST_TOOL = @MANIFEST_TOOL@
487 MKDIR_P = @MKDIR_P@
488 NM = @NM@
489 NMEDIT = @NMEDIT@
490 OBJDUMP = @OBJDUMP@
491 OBJEXT = @OBJEXT@
492 OTOOL = @OTOOL@
493 OTOOL64 = @OTOOL64@
494 PACKAGE = @PACKAGE@
495 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
496 PACKAGE_NAME = @PACKAGE_NAME@
497 PACKAGE_STRING = @PACKAGE_STRING@
498 PACKAGE_TARNAME = @PACKAGE_TARNAME@
499 PACKAGE_URL = @PACKAGE_URL@
500 PACKAGE_VERSION = @PACKAGE_VERSION@
501 PATH_SEPARATOR = @PATH_SEPARATOR@
502 PYTHON = @PYTHON@
503 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
504 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
505 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
506 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
507 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
508 PYTHON_PLATFORM = @PYTHON_PLATFORM@
509 PYTHON_PREFIX = @PYTHON_PREFIX@
510 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
511 PYTHON_VERSION = @PYTHON_VERSION@
512 RANLIB = @RANLIB@
513 SED = @SED@
514 SET_MAKE = @SET_MAKE@
515 SHELL = @SHELL@
516 STRIP = @STRIP@
517 VERSION = @VERSION@
518 abs_builddir = @abs_builddir@
519 abs_srcdir = @abs_srcdir@
520 abs_top_builddir = @abs_top_builddir@
521 abs_top_srcdir = @abs_top_srcdir@
522 ac_ct_AR = @ac_ct_AR@
523 ac_ct_CC = @ac_ct_CC@
524 ac_ct_CXX = @ac_ct_CXX@
525 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
526 am__include = @am__include@
527 am__leading_dot = @am__leading_dot@
528 am__quote = @am__quote@
529 am__tar = @am__tar@
530 am__untar = @am__untar@
531 bindir = @bindir@
532 build = @build@
533 build_alias = @build_alias@
534 build_cpu = @build_cpu@
535 build_os = @build_os@
536 build_vendor = @build_vendor@
537 builddir = @builddir@
538 datadir = @datadir@
539 datarootdir = @datarootdir@
540 docdir = @docdir@
541 dvidir = @dvidir@
542 exec_prefix = @exec_prefix@
543 host = @host@
544 host_alias = @host_alias@
545 host_cpu = @host_cpu@
546 host_os = @host_os@
547 host_vendor = @host_vendor@
548 htmldir = @htmldir@
549 includedir = @includedir@
550 infodir = @infodir@
551 install_sh = @install_sh@
552 libdir = @libdir@
553 libexecdir = @libexecdir@
554 libfstdir = @libfstdir@
555 localedir = @localedir@
556 localstatedir = @localstatedir@
557 mandir = @mandir@
558 mkdir_p = @mkdir_p@
559 oldincludedir = @oldincludedir@
560 pdfdir = @pdfdir@
561 pkgpyexecdir = @pkgpyexecdir@
562 pkgpythondir = @pkgpythondir@
563 prefix = @prefix@
564 program_transform_name = @program_transform_name@
565 psdir = @psdir@
566 pyexecdir = @pyexecdir@
567 pythondir = @pythondir@
568 runstatedir = @runstatedir@
569 sbindir = @sbindir@
570 sharedstatedir = @sharedstatedir@
571 srcdir = @srcdir@
572 sysconfdir = @sysconfdir@
573 target_alias = @target_alias@
574 top_build_prefix = @top_build_prefix@
575 top_builddir = @top_builddir@
576 top_srcdir = @top_srcdir@
577 AM_CPPFLAGS = -I$(srcdir)/../include $(ICU_CPPFLAGS)
578 LDADD = ../lib/libfst.la -lm $(DL_LIBS)
579 fst_test_SOURCES = fst_test.cc fst_test.h
580 weight_test_SOURCES = weight_test.cc weight-tester.h
581 algo_test_SOURCES = algo_test.cc algo_test.h rand-fst.h
582 algo_test_log_SOURCES = $(algo_test_SOURCES)
583 algo_test_log_CPPFLAGS = -DTEST_LOG $(AM_CPPFLAGS)
584 algo_test_tropical_SOURCES = $(algo_test_SOURCES)
585 algo_test_tropical_CPPFLAGS = -DTEST_TROPICAL $(AM_CPPFLAGS)
586 algo_test_minmax_SOURCES = $(algo_test_SOURCES)
587 algo_test_minmax_CPPFLAGS = -DTEST_MINMAX $(AM_CPPFLAGS)
588 algo_test_lexicographic_SOURCES = $(algo_test_SOURCES)
589 algo_test_lexicographic_CPPFLAGS = -DTEST_LEXICOGRAPHIC $(AM_CPPFLAGS)
590 algo_test_power_SOURCES = $(algo_test_SOURCES)
591 algo_test_power_CPPFLAGS = -DTEST_POWER $(AM_CPPFLAGS)
592 TESTS = $(check_PROGRAMS)
593 all: all-am
594
595 .SUFFIXES:
596 .SUFFIXES: .cc .lo .log .o .obj .test .test$(EXEEXT) .trs
597 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
598         @for dep in $?; do \
599           case '$(am__configure_deps)' in \
600             *$$dep*) \
601               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
602                 && { if test -f $@; then exit 0; else break; fi; }; \
603               exit 1;; \
604           esac; \
605         done; \
606         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/test/Makefile'; \
607         $(am__cd) $(top_srcdir) && \
608           $(AUTOMAKE) --foreign src/test/Makefile
609 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
610         @case '$?' in \
611           *config.status*) \
612             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
613           *) \
614             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
615             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
616         esac;
617
618 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
619         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
620
621 $(top_srcdir)/configure:  $(am__configure_deps)
622         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
623 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
624         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
625 $(am__aclocal_m4_deps):
626
627 clean-checkPROGRAMS:
628         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
629         echo " rm -f" $$list; \
630         rm -f $$list || exit $$?; \
631         test -n "$(EXEEXT)" || exit 0; \
632         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
633         echo " rm -f" $$list; \
634         rm -f $$list
635
636 algo_test_lexicographic$(EXEEXT): $(algo_test_lexicographic_OBJECTS) $(algo_test_lexicographic_DEPENDENCIES) $(EXTRA_algo_test_lexicographic_DEPENDENCIES) 
637         @rm -f algo_test_lexicographic$(EXEEXT)
638         $(AM_V_CXXLD)$(CXXLINK) $(algo_test_lexicographic_OBJECTS) $(algo_test_lexicographic_LDADD) $(LIBS)
639
640 algo_test_log$(EXEEXT): $(algo_test_log_OBJECTS) $(algo_test_log_DEPENDENCIES) $(EXTRA_algo_test_log_DEPENDENCIES) 
641         @rm -f algo_test_log$(EXEEXT)
642         $(AM_V_CXXLD)$(CXXLINK) $(algo_test_log_OBJECTS) $(algo_test_log_LDADD) $(LIBS)
643
644 algo_test_minmax$(EXEEXT): $(algo_test_minmax_OBJECTS) $(algo_test_minmax_DEPENDENCIES) $(EXTRA_algo_test_minmax_DEPENDENCIES) 
645         @rm -f algo_test_minmax$(EXEEXT)
646         $(AM_V_CXXLD)$(CXXLINK) $(algo_test_minmax_OBJECTS) $(algo_test_minmax_LDADD) $(LIBS)
647
648 algo_test_power$(EXEEXT): $(algo_test_power_OBJECTS) $(algo_test_power_DEPENDENCIES) $(EXTRA_algo_test_power_DEPENDENCIES) 
649         @rm -f algo_test_power$(EXEEXT)
650         $(AM_V_CXXLD)$(CXXLINK) $(algo_test_power_OBJECTS) $(algo_test_power_LDADD) $(LIBS)
651
652 algo_test_tropical$(EXEEXT): $(algo_test_tropical_OBJECTS) $(algo_test_tropical_DEPENDENCIES) $(EXTRA_algo_test_tropical_DEPENDENCIES) 
653         @rm -f algo_test_tropical$(EXEEXT)
654         $(AM_V_CXXLD)$(CXXLINK) $(algo_test_tropical_OBJECTS) $(algo_test_tropical_LDADD) $(LIBS)
655
656 fst_test$(EXEEXT): $(fst_test_OBJECTS) $(fst_test_DEPENDENCIES) $(EXTRA_fst_test_DEPENDENCIES) 
657         @rm -f fst_test$(EXEEXT)
658         $(AM_V_CXXLD)$(CXXLINK) $(fst_test_OBJECTS) $(fst_test_LDADD) $(LIBS)
659
660 weight_test$(EXEEXT): $(weight_test_OBJECTS) $(weight_test_DEPENDENCIES) $(EXTRA_weight_test_DEPENDENCIES) 
661         @rm -f weight_test$(EXEEXT)
662         $(AM_V_CXXLD)$(CXXLINK) $(weight_test_OBJECTS) $(weight_test_LDADD) $(LIBS)
663
664 mostlyclean-compile:
665         -rm -f *.$(OBJEXT)
666
667 distclean-compile:
668         -rm -f *.tab.c
669
670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/algo_test_lexicographic-algo_test.Po@am__quote@
671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/algo_test_log-algo_test.Po@am__quote@
672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/algo_test_minmax-algo_test.Po@am__quote@
673 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/algo_test_power-algo_test.Po@am__quote@
674 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/algo_test_tropical-algo_test.Po@am__quote@
675 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fst_test.Po@am__quote@
676 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weight_test.Po@am__quote@
677
678 .cc.o:
679 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
680 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
681 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
682 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
683 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
684 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
685
686 .cc.obj:
687 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
688 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
689 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
690 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
691 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
692 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
693
694 .cc.lo:
695 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
696 @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
697 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Plo
698 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
699 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
700 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
701
702 algo_test_lexicographic-algo_test.o: algo_test.cc
703 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(algo_test_lexicographic_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT algo_test_lexicographic-algo_test.o -MD -MP -MF $(DEPDIR)/algo_test_lexicographic-algo_test.Tpo -c -o algo_test_lexicographic-algo_test.o `test -f 'algo_test.cc' || echo '$(srcdir)/'`algo_test.cc
704 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/algo_test_lexicographic-algo_test.Tpo $(DEPDIR)/algo_test_lexicographic-algo_test.Po
705 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='algo_test.cc' object='algo_test_lexicographic-algo_test.o' libtool=no @AMDEPBACKSLASH@
706 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
707 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(algo_test_lexicographic_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o algo_test_lexicographic-algo_test.o `test -f 'algo_test.cc' || echo '$(srcdir)/'`algo_test.cc
708
709 algo_test_lexicographic-algo_test.obj: algo_test.cc
710 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(algo_test_lexicographic_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT algo_test_lexicographic-algo_test.obj -MD -MP -MF $(DEPDIR)/algo_test_lexicographic-algo_test.Tpo -c -o algo_test_lexicographic-algo_test.obj `if test -f 'algo_test.cc'; then $(CYGPATH_W) 'algo_test.cc'; else $(CYGPATH_W) '$(srcdir)/algo_test.cc'; fi`
711 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/algo_test_lexicographic-algo_test.Tpo $(DEPDIR)/algo_test_lexicographic-algo_test.Po
712 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='algo_test.cc' object='algo_test_lexicographic-algo_test.obj' libtool=no @AMDEPBACKSLASH@
713 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
714 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(algo_test_lexicographic_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o algo_test_lexicographic-algo_test.obj `if test -f 'algo_test.cc'; then $(CYGPATH_W) 'algo_test.cc'; else $(CYGPATH_W) '$(srcdir)/algo_test.cc'; fi`
715
716 algo_test_log-algo_test.o: algo_test.cc
717 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(algo_test_log_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT algo_test_log-algo_test.o -MD -MP -MF $(DEPDIR)/algo_test_log-algo_test.Tpo -c -o algo_test_log-algo_test.o `test -f 'algo_test.cc' || echo '$(srcdir)/'`algo_test.cc
718 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/algo_test_log-algo_test.Tpo $(DEPDIR)/algo_test_log-algo_test.Po
719 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='algo_test.cc' object='algo_test_log-algo_test.o' libtool=no @AMDEPBACKSLASH@
720 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
721 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(algo_test_log_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o algo_test_log-algo_test.o `test -f 'algo_test.cc' || echo '$(srcdir)/'`algo_test.cc
722
723 algo_test_log-algo_test.obj: algo_test.cc
724 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(algo_test_log_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT algo_test_log-algo_test.obj -MD -MP -MF $(DEPDIR)/algo_test_log-algo_test.Tpo -c -o algo_test_log-algo_test.obj `if test -f 'algo_test.cc'; then $(CYGPATH_W) 'algo_test.cc'; else $(CYGPATH_W) '$(srcdir)/algo_test.cc'; fi`
725 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/algo_test_log-algo_test.Tpo $(DEPDIR)/algo_test_log-algo_test.Po
726 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='algo_test.cc' object='algo_test_log-algo_test.obj' libtool=no @AMDEPBACKSLASH@
727 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
728 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(algo_test_log_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o algo_test_log-algo_test.obj `if test -f 'algo_test.cc'; then $(CYGPATH_W) 'algo_test.cc'; else $(CYGPATH_W) '$(srcdir)/algo_test.cc'; fi`
729
730 algo_test_minmax-algo_test.o: algo_test.cc
731 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(algo_test_minmax_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT algo_test_minmax-algo_test.o -MD -MP -MF $(DEPDIR)/algo_test_minmax-algo_test.Tpo -c -o algo_test_minmax-algo_test.o `test -f 'algo_test.cc' || echo '$(srcdir)/'`algo_test.cc
732 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/algo_test_minmax-algo_test.Tpo $(DEPDIR)/algo_test_minmax-algo_test.Po
733 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='algo_test.cc' object='algo_test_minmax-algo_test.o' libtool=no @AMDEPBACKSLASH@
734 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
735 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(algo_test_minmax_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o algo_test_minmax-algo_test.o `test -f 'algo_test.cc' || echo '$(srcdir)/'`algo_test.cc
736
737 algo_test_minmax-algo_test.obj: algo_test.cc
738 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(algo_test_minmax_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT algo_test_minmax-algo_test.obj -MD -MP -MF $(DEPDIR)/algo_test_minmax-algo_test.Tpo -c -o algo_test_minmax-algo_test.obj `if test -f 'algo_test.cc'; then $(CYGPATH_W) 'algo_test.cc'; else $(CYGPATH_W) '$(srcdir)/algo_test.cc'; fi`
739 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/algo_test_minmax-algo_test.Tpo $(DEPDIR)/algo_test_minmax-algo_test.Po
740 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='algo_test.cc' object='algo_test_minmax-algo_test.obj' libtool=no @AMDEPBACKSLASH@
741 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
742 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(algo_test_minmax_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o algo_test_minmax-algo_test.obj `if test -f 'algo_test.cc'; then $(CYGPATH_W) 'algo_test.cc'; else $(CYGPATH_W) '$(srcdir)/algo_test.cc'; fi`
743
744 algo_test_power-algo_test.o: algo_test.cc
745 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(algo_test_power_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT algo_test_power-algo_test.o -MD -MP -MF $(DEPDIR)/algo_test_power-algo_test.Tpo -c -o algo_test_power-algo_test.o `test -f 'algo_test.cc' || echo '$(srcdir)/'`algo_test.cc
746 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/algo_test_power-algo_test.Tpo $(DEPDIR)/algo_test_power-algo_test.Po
747 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='algo_test.cc' object='algo_test_power-algo_test.o' libtool=no @AMDEPBACKSLASH@
748 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
749 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(algo_test_power_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o algo_test_power-algo_test.o `test -f 'algo_test.cc' || echo '$(srcdir)/'`algo_test.cc
750
751 algo_test_power-algo_test.obj: algo_test.cc
752 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(algo_test_power_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT algo_test_power-algo_test.obj -MD -MP -MF $(DEPDIR)/algo_test_power-algo_test.Tpo -c -o algo_test_power-algo_test.obj `if test -f 'algo_test.cc'; then $(CYGPATH_W) 'algo_test.cc'; else $(CYGPATH_W) '$(srcdir)/algo_test.cc'; fi`
753 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/algo_test_power-algo_test.Tpo $(DEPDIR)/algo_test_power-algo_test.Po
754 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='algo_test.cc' object='algo_test_power-algo_test.obj' libtool=no @AMDEPBACKSLASH@
755 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
756 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(algo_test_power_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o algo_test_power-algo_test.obj `if test -f 'algo_test.cc'; then $(CYGPATH_W) 'algo_test.cc'; else $(CYGPATH_W) '$(srcdir)/algo_test.cc'; fi`
757
758 algo_test_tropical-algo_test.o: algo_test.cc
759 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(algo_test_tropical_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT algo_test_tropical-algo_test.o -MD -MP -MF $(DEPDIR)/algo_test_tropical-algo_test.Tpo -c -o algo_test_tropical-algo_test.o `test -f 'algo_test.cc' || echo '$(srcdir)/'`algo_test.cc
760 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/algo_test_tropical-algo_test.Tpo $(DEPDIR)/algo_test_tropical-algo_test.Po
761 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='algo_test.cc' object='algo_test_tropical-algo_test.o' libtool=no @AMDEPBACKSLASH@
762 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
763 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(algo_test_tropical_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o algo_test_tropical-algo_test.o `test -f 'algo_test.cc' || echo '$(srcdir)/'`algo_test.cc
764
765 algo_test_tropical-algo_test.obj: algo_test.cc
766 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(algo_test_tropical_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT algo_test_tropical-algo_test.obj -MD -MP -MF $(DEPDIR)/algo_test_tropical-algo_test.Tpo -c -o algo_test_tropical-algo_test.obj `if test -f 'algo_test.cc'; then $(CYGPATH_W) 'algo_test.cc'; else $(CYGPATH_W) '$(srcdir)/algo_test.cc'; fi`
767 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/algo_test_tropical-algo_test.Tpo $(DEPDIR)/algo_test_tropical-algo_test.Po
768 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='algo_test.cc' object='algo_test_tropical-algo_test.obj' libtool=no @AMDEPBACKSLASH@
769 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
770 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(algo_test_tropical_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o algo_test_tropical-algo_test.obj `if test -f 'algo_test.cc'; then $(CYGPATH_W) 'algo_test.cc'; else $(CYGPATH_W) '$(srcdir)/algo_test.cc'; fi`
771
772 mostlyclean-libtool:
773         -rm -f *.lo
774
775 clean-libtool:
776         -rm -rf .libs _libs
777
778 ID: $(am__tagged_files)
779         $(am__define_uniq_tagged_files); mkid -fID $$unique
780 tags: tags-am
781 TAGS: tags
782
783 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
784         set x; \
785         here=`pwd`; \
786         $(am__define_uniq_tagged_files); \
787         shift; \
788         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
789           test -n "$$unique" || unique=$$empty_fix; \
790           if test $$# -gt 0; then \
791             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
792               "$$@" $$unique; \
793           else \
794             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
795               $$unique; \
796           fi; \
797         fi
798 ctags: ctags-am
799
800 CTAGS: ctags
801 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
802         $(am__define_uniq_tagged_files); \
803         test -z "$(CTAGS_ARGS)$$unique" \
804           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
805              $$unique
806
807 GTAGS:
808         here=`$(am__cd) $(top_builddir) && pwd` \
809           && $(am__cd) $(top_srcdir) \
810           && gtags -i $(GTAGS_ARGS) "$$here"
811 cscopelist: cscopelist-am
812
813 cscopelist-am: $(am__tagged_files)
814         list='$(am__tagged_files)'; \
815         case "$(srcdir)" in \
816           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
817           *) sdir=$(subdir)/$(srcdir) ;; \
818         esac; \
819         for i in $$list; do \
820           if test -f "$$i"; then \
821             echo "$(subdir)/$$i"; \
822           else \
823             echo "$$sdir/$$i"; \
824           fi; \
825         done >> $(top_builddir)/cscope.files
826
827 distclean-tags:
828         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
829
830 # Recover from deleted '.trs' file; this should ensure that
831 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
832 # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
833 # to avoid problems with "make -n".
834 .log.trs:
835         rm -f $< $@
836         $(MAKE) $(AM_MAKEFLAGS) $<
837
838 # Leading 'am--fnord' is there to ensure the list of targets does not
839 # expand to empty, as could happen e.g. with make check TESTS=''.
840 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
841 am--force-recheck:
842         @:
843
844 $(TEST_SUITE_LOG): $(TEST_LOGS)
845         @$(am__set_TESTS_bases); \
846         am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
847         redo_bases=`for i in $$bases; do \
848                       am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
849                     done`; \
850         if test -n "$$redo_bases"; then \
851           redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
852           redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
853           if $(am__make_dryrun); then :; else \
854             rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
855           fi; \
856         fi; \
857         if test -n "$$am__remaking_logs"; then \
858           echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
859                "recursion detected" >&2; \
860         elif test -n "$$redo_logs"; then \
861           am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
862         fi; \
863         if $(am__make_dryrun); then :; else \
864           st=0;  \
865           errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
866           for i in $$redo_bases; do \
867             test -f $$i.trs && test -r $$i.trs \
868               || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
869             test -f $$i.log && test -r $$i.log \
870               || { echo "$$errmsg $$i.log" >&2; st=1; }; \
871           done; \
872           test $$st -eq 0 || exit 1; \
873         fi
874         @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
875         ws='[   ]'; \
876         results=`for b in $$bases; do echo $$b.trs; done`; \
877         test -n "$$results" || results=/dev/null; \
878         all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
879         pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
880         fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
881         skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
882         xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
883         xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
884         error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
885         if test `expr $$fail + $$xpass + $$error` -eq 0; then \
886           success=true; \
887         else \
888           success=false; \
889         fi; \
890         br='==================='; br=$$br$$br$$br$$br; \
891         result_count () \
892         { \
893             if test x"$$1" = x"--maybe-color"; then \
894               maybe_colorize=yes; \
895             elif test x"$$1" = x"--no-color"; then \
896               maybe_colorize=no; \
897             else \
898               echo "$@: invalid 'result_count' usage" >&2; exit 4; \
899             fi; \
900             shift; \
901             desc=$$1 count=$$2; \
902             if test $$maybe_colorize = yes && test $$count -gt 0; then \
903               color_start=$$3 color_end=$$std; \
904             else \
905               color_start= color_end=; \
906             fi; \
907             echo "$${color_start}# $$desc $$count$${color_end}"; \
908         }; \
909         create_testsuite_report () \
910         { \
911           result_count $$1 "TOTAL:" $$all   "$$brg"; \
912           result_count $$1 "PASS: " $$pass  "$$grn"; \
913           result_count $$1 "SKIP: " $$skip  "$$blu"; \
914           result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
915           result_count $$1 "FAIL: " $$fail  "$$red"; \
916           result_count $$1 "XPASS:" $$xpass "$$red"; \
917           result_count $$1 "ERROR:" $$error "$$mgn"; \
918         }; \
919         {                                                               \
920           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
921             $(am__rst_title);                                           \
922           create_testsuite_report --no-color;                           \
923           echo;                                                         \
924           echo ".. contents:: :depth: 2";                               \
925           echo;                                                         \
926           for b in $$bases; do echo $$b; done                           \
927             | $(am__create_global_log);                                 \
928         } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
929         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
930         if $$success; then                                              \
931           col="$$grn";                                                  \
932          else                                                           \
933           col="$$red";                                                  \
934           test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
935         fi;                                                             \
936         echo "$${col}$$br$${std}";                                      \
937         echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
938         echo "$${col}$$br$${std}";                                      \
939         create_testsuite_report --maybe-color;                          \
940         echo "$$col$$br$$std";                                          \
941         if $$success; then :; else                                      \
942           echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
943           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
944             echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
945           fi;                                                           \
946           echo "$$col$$br$$std";                                        \
947         fi;                                                             \
948         $$success || exit 1
949
950 check-TESTS:
951         @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
952         @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
953         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
954         @set +e; $(am__set_TESTS_bases); \
955         log_list=`for i in $$bases; do echo $$i.log; done`; \
956         trs_list=`for i in $$bases; do echo $$i.trs; done`; \
957         log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
958         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
959         exit $$?;
960 recheck: all $(check_PROGRAMS)
961         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
962         @set +e; $(am__set_TESTS_bases); \
963         bases=`for i in $$bases; do echo $$i; done \
964                  | $(am__list_recheck_tests)` || exit 1; \
965         log_list=`for i in $$bases; do echo $$i.log; done`; \
966         log_list=`echo $$log_list`; \
967         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
968                 am__force_recheck=am--force-recheck \
969                 TEST_LOGS="$$log_list"; \
970         exit $$?
971 fst_test.log: fst_test$(EXEEXT)
972         @p='fst_test$(EXEEXT)'; \
973         b='fst_test'; \
974         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
975         --log-file $$b.log --trs-file $$b.trs \
976         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
977         "$$tst" $(AM_TESTS_FD_REDIRECT)
978 weight_test.log: weight_test$(EXEEXT)
979         @p='weight_test$(EXEEXT)'; \
980         b='weight_test'; \
981         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
982         --log-file $$b.log --trs-file $$b.trs \
983         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
984         "$$tst" $(AM_TESTS_FD_REDIRECT)
985 algo_test_log.log: algo_test_log$(EXEEXT)
986         @p='algo_test_log$(EXEEXT)'; \
987         b='algo_test_log'; \
988         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
989         --log-file $$b.log --trs-file $$b.trs \
990         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
991         "$$tst" $(AM_TESTS_FD_REDIRECT)
992 algo_test_tropical.log: algo_test_tropical$(EXEEXT)
993         @p='algo_test_tropical$(EXEEXT)'; \
994         b='algo_test_tropical'; \
995         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
996         --log-file $$b.log --trs-file $$b.trs \
997         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
998         "$$tst" $(AM_TESTS_FD_REDIRECT)
999 algo_test_minmax.log: algo_test_minmax$(EXEEXT)
1000         @p='algo_test_minmax$(EXEEXT)'; \
1001         b='algo_test_minmax'; \
1002         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1003         --log-file $$b.log --trs-file $$b.trs \
1004         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1005         "$$tst" $(AM_TESTS_FD_REDIRECT)
1006 algo_test_lexicographic.log: algo_test_lexicographic$(EXEEXT)
1007         @p='algo_test_lexicographic$(EXEEXT)'; \
1008         b='algo_test_lexicographic'; \
1009         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1010         --log-file $$b.log --trs-file $$b.trs \
1011         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1012         "$$tst" $(AM_TESTS_FD_REDIRECT)
1013 algo_test_power.log: algo_test_power$(EXEEXT)
1014         @p='algo_test_power$(EXEEXT)'; \
1015         b='algo_test_power'; \
1016         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1017         --log-file $$b.log --trs-file $$b.trs \
1018         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1019         "$$tst" $(AM_TESTS_FD_REDIRECT)
1020 .test.log:
1021         @p='$<'; \
1022         $(am__set_b); \
1023         $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1024         --log-file $$b.log --trs-file $$b.trs \
1025         $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1026         "$$tst" $(AM_TESTS_FD_REDIRECT)
1027 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1028 @am__EXEEXT_TRUE@       @p='$<'; \
1029 @am__EXEEXT_TRUE@       $(am__set_b); \
1030 @am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1031 @am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
1032 @am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1033 @am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
1034
1035 distdir: $(DISTFILES)
1036         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1037         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1038         list='$(DISTFILES)'; \
1039           dist_files=`for file in $$list; do echo $$file; done | \
1040           sed -e "s|^$$srcdirstrip/||;t" \
1041               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1042         case $$dist_files in \
1043           */*) $(MKDIR_P) `echo "$$dist_files" | \
1044                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1045                            sort -u` ;; \
1046         esac; \
1047         for file in $$dist_files; do \
1048           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1049           if test -d $$d/$$file; then \
1050             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1051             if test -d "$(distdir)/$$file"; then \
1052               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1053             fi; \
1054             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1055               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1056               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1057             fi; \
1058             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1059           else \
1060             test -f "$(distdir)/$$file" \
1061             || cp -p $$d/$$file "$(distdir)/$$file" \
1062             || exit 1; \
1063           fi; \
1064         done
1065 check-am: all-am
1066         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1067         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1068 check: check-am
1069 all-am: Makefile
1070 installdirs:
1071 install: install-am
1072 install-exec: install-exec-am
1073 install-data: install-data-am
1074 uninstall: uninstall-am
1075
1076 install-am: all-am
1077         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1078
1079 installcheck: installcheck-am
1080 install-strip:
1081         if test -z '$(STRIP)'; then \
1082           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1083             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1084               install; \
1085         else \
1086           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1087             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1088             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1089         fi
1090 mostlyclean-generic:
1091         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1092         -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1093         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1094
1095 clean-generic:
1096
1097 distclean-generic:
1098         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1099         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1100
1101 maintainer-clean-generic:
1102         @echo "This command is intended for maintainers to use"
1103         @echo "it deletes files that may require special tools to rebuild."
1104 clean: clean-am
1105
1106 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
1107         mostlyclean-am
1108
1109 distclean: distclean-am
1110         -rm -rf ./$(DEPDIR)
1111         -rm -f Makefile
1112 distclean-am: clean-am distclean-compile distclean-generic \
1113         distclean-tags
1114
1115 dvi: dvi-am
1116
1117 dvi-am:
1118
1119 html: html-am
1120
1121 html-am:
1122
1123 info: info-am
1124
1125 info-am:
1126
1127 install-data-am:
1128
1129 install-dvi: install-dvi-am
1130
1131 install-dvi-am:
1132
1133 install-exec-am:
1134
1135 install-html: install-html-am
1136
1137 install-html-am:
1138
1139 install-info: install-info-am
1140
1141 install-info-am:
1142
1143 install-man:
1144
1145 install-pdf: install-pdf-am
1146
1147 install-pdf-am:
1148
1149 install-ps: install-ps-am
1150
1151 install-ps-am:
1152
1153 installcheck-am:
1154
1155 maintainer-clean: maintainer-clean-am
1156         -rm -rf ./$(DEPDIR)
1157         -rm -f Makefile
1158 maintainer-clean-am: distclean-am maintainer-clean-generic
1159
1160 mostlyclean: mostlyclean-am
1161
1162 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1163         mostlyclean-libtool
1164
1165 pdf: pdf-am
1166
1167 pdf-am:
1168
1169 ps: ps-am
1170
1171 ps-am:
1172
1173 uninstall-am:
1174
1175 .MAKE: check-am install-am install-strip
1176
1177 .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
1178         clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
1179         ctags ctags-am distclean distclean-compile distclean-generic \
1180         distclean-libtool distclean-tags distdir dvi dvi-am html \
1181         html-am info info-am install install-am install-data \
1182         install-data-am install-dvi install-dvi-am install-exec \
1183         install-exec-am install-html install-html-am install-info \
1184         install-info-am install-man install-pdf install-pdf-am \
1185         install-ps install-ps-am install-strip installcheck \
1186         installcheck-am installdirs maintainer-clean \
1187         maintainer-clean-generic mostlyclean mostlyclean-compile \
1188         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1189         recheck tags tags-am uninstall uninstall-am
1190
1191 .PRECIOUS: Makefile
1192
1193
1194 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1195 # Otherwise a system limit (for SysV at least) may be exceeded.
1196 .NOEXPORT: