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