938cf5d1ae2aad192b120505cf26df112879362d
[profile/ivi/GUPnP.git] / tests / gtest / Makefile.in
1 # Makefile.in generated by automake 1.11.6 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, 2010, 2011 Free Software
6 # Foundation, 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 VPATH = @srcdir@
18 am__make_dryrun = \
19   { \
20     am__dry=no; \
21     case $$MAKEFLAGS in \
22       *\\[\ \   ]*) \
23         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25       *) \
26         for am__flg in $$MAKEFLAGS; do \
27           case $$am__flg in \
28             *=*|--*) ;; \
29             *n*) am__dry=yes; break;; \
30           esac; \
31         done;; \
32     esac; \
33     test $$am__dry = yes; \
34   }
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 target_triplet = @target@
54 @HAVE_GTEST_TRUE@check_PROGRAMS = test-context$(EXEEXT)
55 subdir = tests/gtest
56 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
59         $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \
60         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
61         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
62         $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac
63 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64         $(ACLOCAL_M4)
65 mkinstalldirs = $(install_sh) -d
66 CONFIG_HEADER = $(top_builddir)/config.h
67 CONFIG_CLEAN_FILES =
68 CONFIG_CLEAN_VPATH_FILES =
69 am__test_context_SOURCES_DIST = test-context.c
70 @HAVE_GTEST_TRUE@am_test_context_OBJECTS = test-context.$(OBJEXT)
71 test_context_OBJECTS = $(am_test_context_OBJECTS)
72 test_context_LDADD = $(LDADD)
73 am__DEPENDENCIES_1 =
74 test_context_DEPENDENCIES = $(top_builddir)/libgupnp/libgupnp-1.0.la \
75         $(am__DEPENDENCIES_1)
76 AM_V_lt = $(am__v_lt_@AM_V@)
77 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
78 am__v_lt_0 = --silent
79 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
80 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
81 am__depfiles_maybe = depfiles
82 am__mv = mv -f
83 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
84         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
86         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
87         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
88         $(AM_CFLAGS) $(CFLAGS)
89 AM_V_CC = $(am__v_CC_@AM_V@)
90 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
91 am__v_CC_0 = @echo "  CC    " $@;
92 AM_V_at = $(am__v_at_@AM_V@)
93 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
94 am__v_at_0 = @
95 CCLD = $(CC)
96 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
97         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
98         $(AM_LDFLAGS) $(LDFLAGS) -o $@
99 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
100 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
101 am__v_CCLD_0 = @echo "  CCLD  " $@;
102 AM_V_GEN = $(am__v_GEN_@AM_V@)
103 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
104 am__v_GEN_0 = @echo "  GEN   " $@;
105 SOURCES = $(test_context_SOURCES)
106 DIST_SOURCES = $(am__test_context_SOURCES_DIST)
107 am__can_run_installinfo = \
108   case $$AM_UPDATE_INFO_DIR in \
109     n|no|NO) false;; \
110     *) (install-info --version) >/dev/null 2>&1;; \
111   esac
112 ETAGS = etags
113 CTAGS = ctags
114 am__tty_colors = \
115 red=; grn=; lgn=; blu=; std=
116 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117 ACLOCAL = @ACLOCAL@
118 AMTAR = @AMTAR@
119 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
120 AR = @AR@
121 AUTOCONF = @AUTOCONF@
122 AUTOHEADER = @AUTOHEADER@
123 AUTOMAKE = @AUTOMAKE@
124 AWK = @AWK@
125 CC = @CC@
126 CCDEPMODE = @CCDEPMODE@
127 CFLAGS = @CFLAGS@
128 CONNMAN_CFLAGS = @CONNMAN_CFLAGS@
129 CONNMAN_LIBS = @CONNMAN_LIBS@
130 CPP = @CPP@
131 CPPFLAGS = @CPPFLAGS@
132 CYGPATH_W = @CYGPATH_W@
133 DEFS = @DEFS@
134 DEPDIR = @DEPDIR@
135 DLLTOOL = @DLLTOOL@
136 DSYMUTIL = @DSYMUTIL@
137 DUMPBIN = @DUMPBIN@
138 ECHO_C = @ECHO_C@
139 ECHO_N = @ECHO_N@
140 ECHO_T = @ECHO_T@
141 EGREP = @EGREP@
142 EXEEXT = @EXEEXT@
143 FGREP = @FGREP@
144 GIO_CFLAGS = @GIO_CFLAGS@
145 GIO_LIBS = @GIO_LIBS@
146 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
147 GREP = @GREP@
148 GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
149 GTHREAD_LIBS = @GTHREAD_LIBS@
150 GTKDOC_CHECK = @GTKDOC_CHECK@
151 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
152 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
153 GTKDOC_MKPDF = @GTKDOC_MKPDF@
154 GTKDOC_REBASE = @GTKDOC_REBASE@
155 GTest_CFLAGS = @GTest_CFLAGS@
156 GTest_LIBS = @GTest_LIBS@
157 HAVE_NETLINK = @HAVE_NETLINK@
158 HTML_DIR = @HTML_DIR@
159 INSTALL = @INSTALL@
160 INSTALL_DATA = @INSTALL_DATA@
161 INSTALL_PROGRAM = @INSTALL_PROGRAM@
162 INSTALL_SCRIPT = @INSTALL_SCRIPT@
163 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
164 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
165 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
166 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
167 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
168 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
169 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
170 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
171 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
172 LD = @LD@
173 LDFLAGS = @LDFLAGS@
174 LIBGUPNP_CFLAGS = @LIBGUPNP_CFLAGS@
175 LIBGUPNP_LIBS = @LIBGUPNP_LIBS@
176 LIBOBJS = @LIBOBJS@
177 LIBS = @LIBS@
178 LIBTOOL = @LIBTOOL@
179 LIPO = @LIPO@
180 LN_S = @LN_S@
181 LTLIBOBJS = @LTLIBOBJS@
182 MAINT = @MAINT@
183 MAKEINFO = @MAKEINFO@
184 MANIFEST_TOOL = @MANIFEST_TOOL@
185 MKDIR_P = @MKDIR_P@
186 NM = @NM@
187 NMEDIT = @NMEDIT@
188 OBJDUMP = @OBJDUMP@
189 OBJEXT = @OBJEXT@
190 OTOOL = @OTOOL@
191 OTOOL64 = @OTOOL64@
192 PACKAGE = @PACKAGE@
193 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
194 PACKAGE_NAME = @PACKAGE_NAME@
195 PACKAGE_STRING = @PACKAGE_STRING@
196 PACKAGE_TARNAME = @PACKAGE_TARNAME@
197 PACKAGE_URL = @PACKAGE_URL@
198 PACKAGE_VERSION = @PACKAGE_VERSION@
199 PATH_SEPARATOR = @PATH_SEPARATOR@
200 PKG_CONFIG = @PKG_CONFIG@
201 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
202 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
203 RANLIB = @RANLIB@
204 SED = @SED@
205 SET_MAKE = @SET_MAKE@
206 SHELL = @SHELL@
207 STRIP = @STRIP@
208 USE_NETLINK = @USE_NETLINK@
209 VAPIGEN = @VAPIGEN@
210 VERSION = @VERSION@
211 abs_builddir = @abs_builddir@
212 abs_srcdir = @abs_srcdir@
213 abs_top_builddir = @abs_top_builddir@
214 abs_top_srcdir = @abs_top_srcdir@
215 ac_ct_AR = @ac_ct_AR@
216 ac_ct_CC = @ac_ct_CC@
217 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
218 am__include = @am__include@
219 am__leading_dot = @am__leading_dot@
220 am__quote = @am__quote@
221 am__tar = @am__tar@
222 am__untar = @am__untar@
223 bindir = @bindir@
224 build = @build@
225 build_alias = @build_alias@
226 build_cpu = @build_cpu@
227 build_os = @build_os@
228 build_vendor = @build_vendor@
229 builddir = @builddir@
230 datadir = @datadir@
231 datarootdir = @datarootdir@
232 docdir = @docdir@
233 dvidir = @dvidir@
234 exec_prefix = @exec_prefix@
235 host = @host@
236 host_alias = @host_alias@
237 host_cpu = @host_cpu@
238 host_os = @host_os@
239 host_vendor = @host_vendor@
240 htmldir = @htmldir@
241 includedir = @includedir@
242 infodir = @infodir@
243 install_sh = @install_sh@
244 libdir = @libdir@
245 libexecdir = @libexecdir@
246 localedir = @localedir@
247 localstatedir = @localstatedir@
248 mandir = @mandir@
249 mkdir_p = @mkdir_p@
250 oldincludedir = @oldincludedir@
251 pdfdir = @pdfdir@
252 prefix = @prefix@
253 program_transform_name = @program_transform_name@
254 psdir = @psdir@
255 sbindir = @sbindir@
256 sharedstatedir = @sharedstatedir@
257 srcdir = @srcdir@
258 sysconfdir = @sysconfdir@
259 target = @target@
260 target_alias = @target_alias@
261 target_cpu = @target_cpu@
262 target_os = @target_os@
263 target_vendor = @target_vendor@
264 top_build_prefix = @top_build_prefix@
265 top_builddir = @top_builddir@
266 top_srcdir = @top_srcdir@
267 @HAVE_GTEST_TRUE@TESTS_ENVIRONMENT = G_SLICE=debug-blocks \
268 @HAVE_GTEST_TRUE@                   LD_LIBRARY_PATH=$(top_builddir)/libgupnp/.libs
269
270 @HAVE_GTEST_TRUE@TESTS = $(check_PROGRAMS)
271 @HAVE_GTEST_TRUE@test_context_SOURCES = test-context.c
272 LDADD = \
273         $(top_builddir)/libgupnp/libgupnp-1.0.la \
274         $(LIBGUPNP_LIBS)
275
276 AM_CFLAGS = \
277             $(LIBGUPNP_CFLAGS) \
278             -I $(top_srcdir) \
279             -DDATA_PATH="\"$(srcdir)\""
280
281 EXTRA_DIST = random4k.bin
282 all: all-am
283
284 .SUFFIXES:
285 .SUFFIXES: .c .lo .o .obj
286 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
287         @for dep in $?; do \
288           case '$(am__configure_deps)' in \
289             *$$dep*) \
290               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
291                 && { if test -f $@; then exit 0; else break; fi; }; \
292               exit 1;; \
293           esac; \
294         done; \
295         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/gtest/Makefile'; \
296         $(am__cd) $(top_srcdir) && \
297           $(AUTOMAKE) --gnu tests/gtest/Makefile
298 .PRECIOUS: Makefile
299 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
300         @case '$?' in \
301           *config.status*) \
302             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
303           *) \
304             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
305             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
306         esac;
307
308 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
309         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310
311 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
312         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
314         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315 $(am__aclocal_m4_deps):
316
317 clean-checkPROGRAMS:
318         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
319         echo " rm -f" $$list; \
320         rm -f $$list || exit $$?; \
321         test -n "$(EXEEXT)" || exit 0; \
322         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
323         echo " rm -f" $$list; \
324         rm -f $$list
325 test-context$(EXEEXT): $(test_context_OBJECTS) $(test_context_DEPENDENCIES) $(EXTRA_test_context_DEPENDENCIES) 
326         @rm -f test-context$(EXEEXT)
327         $(AM_V_CCLD)$(LINK) $(test_context_OBJECTS) $(test_context_LDADD) $(LIBS)
328
329 mostlyclean-compile:
330         -rm -f *.$(OBJEXT)
331
332 distclean-compile:
333         -rm -f *.tab.c
334
335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-context.Po@am__quote@
336
337 .c.o:
338 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
339 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
340 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
341 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
342 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
343
344 .c.obj:
345 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
346 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
347 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
348 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
350
351 .c.lo:
352 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
353 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
354 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
355 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
357
358 mostlyclean-libtool:
359         -rm -f *.lo
360
361 clean-libtool:
362         -rm -rf .libs _libs
363
364 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
365         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
366         unique=`for i in $$list; do \
367             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
368           done | \
369           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
370               END { if (nonempty) { for (i in files) print i; }; }'`; \
371         mkid -fID $$unique
372 tags: TAGS
373
374 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
375                 $(TAGS_FILES) $(LISP)
376         set x; \
377         here=`pwd`; \
378         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
379         unique=`for i in $$list; do \
380             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381           done | \
382           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
383               END { if (nonempty) { for (i in files) print i; }; }'`; \
384         shift; \
385         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
386           test -n "$$unique" || unique=$$empty_fix; \
387           if test $$# -gt 0; then \
388             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
389               "$$@" $$unique; \
390           else \
391             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
392               $$unique; \
393           fi; \
394         fi
395 ctags: CTAGS
396 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
397                 $(TAGS_FILES) $(LISP)
398         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
399         unique=`for i in $$list; do \
400             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
401           done | \
402           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
403               END { if (nonempty) { for (i in files) print i; }; }'`; \
404         test -z "$(CTAGS_ARGS)$$unique" \
405           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
406              $$unique
407
408 GTAGS:
409         here=`$(am__cd) $(top_builddir) && pwd` \
410           && $(am__cd) $(top_srcdir) \
411           && gtags -i $(GTAGS_ARGS) "$$here"
412
413 distclean-tags:
414         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
415
416 check-TESTS: $(TESTS)
417         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
418         srcdir=$(srcdir); export srcdir; \
419         list=' $(TESTS) '; \
420         $(am__tty_colors); \
421         if test -n "$$list"; then \
422           for tst in $$list; do \
423             if test -f ./$$tst; then dir=./; \
424             elif test -f $$tst; then dir=; \
425             else dir="$(srcdir)/"; fi; \
426             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
427               all=`expr $$all + 1`; \
428               case " $(XFAIL_TESTS) " in \
429               *[\ \     ]$$tst[\ \      ]*) \
430                 xpass=`expr $$xpass + 1`; \
431                 failed=`expr $$failed + 1`; \
432                 col=$$red; res=XPASS; \
433               ;; \
434               *) \
435                 col=$$grn; res=PASS; \
436               ;; \
437               esac; \
438             elif test $$? -ne 77; then \
439               all=`expr $$all + 1`; \
440               case " $(XFAIL_TESTS) " in \
441               *[\ \     ]$$tst[\ \      ]*) \
442                 xfail=`expr $$xfail + 1`; \
443                 col=$$lgn; res=XFAIL; \
444               ;; \
445               *) \
446                 failed=`expr $$failed + 1`; \
447                 col=$$red; res=FAIL; \
448               ;; \
449               esac; \
450             else \
451               skip=`expr $$skip + 1`; \
452               col=$$blu; res=SKIP; \
453             fi; \
454             echo "$${col}$$res$${std}: $$tst"; \
455           done; \
456           if test "$$all" -eq 1; then \
457             tests="test"; \
458             All=""; \
459           else \
460             tests="tests"; \
461             All="All "; \
462           fi; \
463           if test "$$failed" -eq 0; then \
464             if test "$$xfail" -eq 0; then \
465               banner="$$All$$all $$tests passed"; \
466             else \
467               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
468               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
469             fi; \
470           else \
471             if test "$$xpass" -eq 0; then \
472               banner="$$failed of $$all $$tests failed"; \
473             else \
474               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
475               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
476             fi; \
477           fi; \
478           dashes="$$banner"; \
479           skipped=""; \
480           if test "$$skip" -ne 0; then \
481             if test "$$skip" -eq 1; then \
482               skipped="($$skip test was not run)"; \
483             else \
484               skipped="($$skip tests were not run)"; \
485             fi; \
486             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
487               dashes="$$skipped"; \
488           fi; \
489           report=""; \
490           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
491             report="Please report to $(PACKAGE_BUGREPORT)"; \
492             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
493               dashes="$$report"; \
494           fi; \
495           dashes=`echo "$$dashes" | sed s/./=/g`; \
496           if test "$$failed" -eq 0; then \
497             col="$$grn"; \
498           else \
499             col="$$red"; \
500           fi; \
501           echo "$${col}$$dashes$${std}"; \
502           echo "$${col}$$banner$${std}"; \
503           test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
504           test -z "$$report" || echo "$${col}$$report$${std}"; \
505           echo "$${col}$$dashes$${std}"; \
506           test "$$failed" -eq 0; \
507         else :; fi
508
509 distdir: $(DISTFILES)
510         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
511         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
512         list='$(DISTFILES)'; \
513           dist_files=`for file in $$list; do echo $$file; done | \
514           sed -e "s|^$$srcdirstrip/||;t" \
515               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
516         case $$dist_files in \
517           */*) $(MKDIR_P) `echo "$$dist_files" | \
518                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
519                            sort -u` ;; \
520         esac; \
521         for file in $$dist_files; do \
522           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
523           if test -d $$d/$$file; then \
524             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
525             if test -d "$(distdir)/$$file"; then \
526               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
527             fi; \
528             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
529               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
530               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
531             fi; \
532             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
533           else \
534             test -f "$(distdir)/$$file" \
535             || cp -p $$d/$$file "$(distdir)/$$file" \
536             || exit 1; \
537           fi; \
538         done
539 check-am: all-am
540         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
541         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
542 check: check-am
543 all-am: Makefile
544 installdirs:
545 install: install-am
546 install-exec: install-exec-am
547 install-data: install-data-am
548 uninstall: uninstall-am
549
550 install-am: all-am
551         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
552
553 installcheck: installcheck-am
554 install-strip:
555         if test -z '$(STRIP)'; then \
556           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
557             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
558               install; \
559         else \
560           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
561             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
562             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
563         fi
564 mostlyclean-generic:
565
566 clean-generic:
567
568 distclean-generic:
569         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
570         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
571
572 maintainer-clean-generic:
573         @echo "This command is intended for maintainers to use"
574         @echo "it deletes files that may require special tools to rebuild."
575 clean: clean-am
576
577 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
578         mostlyclean-am
579
580 distclean: distclean-am
581         -rm -rf ./$(DEPDIR)
582         -rm -f Makefile
583 distclean-am: clean-am distclean-compile distclean-generic \
584         distclean-tags
585
586 dvi: dvi-am
587
588 dvi-am:
589
590 html: html-am
591
592 html-am:
593
594 info: info-am
595
596 info-am:
597
598 install-data-am:
599
600 install-dvi: install-dvi-am
601
602 install-dvi-am:
603
604 install-exec-am:
605
606 install-html: install-html-am
607
608 install-html-am:
609
610 install-info: install-info-am
611
612 install-info-am:
613
614 install-man:
615
616 install-pdf: install-pdf-am
617
618 install-pdf-am:
619
620 install-ps: install-ps-am
621
622 install-ps-am:
623
624 installcheck-am:
625
626 maintainer-clean: maintainer-clean-am
627         -rm -rf ./$(DEPDIR)
628         -rm -f Makefile
629 maintainer-clean-am: distclean-am maintainer-clean-generic
630
631 mostlyclean: mostlyclean-am
632
633 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
634         mostlyclean-libtool
635
636 pdf: pdf-am
637
638 pdf-am:
639
640 ps: ps-am
641
642 ps-am:
643
644 uninstall-am:
645
646 .MAKE: check-am install-am install-strip
647
648 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
649         clean-checkPROGRAMS clean-generic clean-libtool ctags \
650         distclean distclean-compile distclean-generic \
651         distclean-libtool distclean-tags distdir dvi dvi-am html \
652         html-am info info-am install install-am install-data \
653         install-data-am install-dvi install-dvi-am install-exec \
654         install-exec-am install-html install-html-am install-info \
655         install-info-am install-man install-pdf install-pdf-am \
656         install-ps install-ps-am install-strip installcheck \
657         installcheck-am installdirs maintainer-clean \
658         maintainer-clean-generic mostlyclean mostlyclean-compile \
659         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
660         tags uninstall uninstall-am
661
662
663 # Tell versions [3.59,3.63) of GNU make to not export all variables.
664 # Otherwise a system limit (for SysV at least) may be exceeded.
665 .NOEXPORT: