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