Imported Upstream version 2.50.2
[platform/upstream/glib.git] / glib / update-pcre / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 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
17 # GLIB - Library of useful C routines
18
19
20
21
22 VPATH = @srcdir@
23 am__is_gnu_make = { \
24   if test -z '$(MAKELEVEL)'; then \
25     false; \
26   elif test -n '$(MAKE_HOST)'; then \
27     true; \
28   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29     true; \
30   else \
31     false; \
32   fi; \
33 }
34 am__make_running_with_option = \
35   case $${target_option-} in \
36       ?) ;; \
37       *) echo "am__make_running_with_option: internal error: invalid" \
38               "target option '$${target_option-}' specified" >&2; \
39          exit 1;; \
40   esac; \
41   has_opt=no; \
42   sane_makeflags=$$MAKEFLAGS; \
43   if $(am__is_gnu_make); then \
44     sane_makeflags=$$MFLAGS; \
45   else \
46     case $$MAKEFLAGS in \
47       *\\[\ \   ]*) \
48         bs=\\; \
49         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
50           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
51     esac; \
52   fi; \
53   skip_next=no; \
54   strip_trailopt () \
55   { \
56     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
57   }; \
58   for flg in $$sane_makeflags; do \
59     test $$skip_next = yes && { skip_next=no; continue; }; \
60     case $$flg in \
61       *=*|--*) continue;; \
62         -*I) strip_trailopt 'I'; skip_next=yes;; \
63       -*I?*) strip_trailopt 'I';; \
64         -*O) strip_trailopt 'O'; skip_next=yes;; \
65       -*O?*) strip_trailopt 'O';; \
66         -*l) strip_trailopt 'l'; skip_next=yes;; \
67       -*l?*) strip_trailopt 'l';; \
68       -[dEDm]) skip_next=yes;; \
69       -[JT]) skip_next=yes;; \
70     esac; \
71     case $$flg in \
72       *$$target_option*) has_opt=yes; break;; \
73     esac; \
74   done; \
75   test $$has_opt = yes
76 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
77 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
78 pkgdatadir = $(datadir)/@PACKAGE@
79 pkgincludedir = $(includedir)/@PACKAGE@
80 pkglibdir = $(libdir)/@PACKAGE@
81 pkglibexecdir = $(libexecdir)/@PACKAGE@
82 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
83 install_sh_DATA = $(install_sh) -c -m 644
84 install_sh_PROGRAM = $(install_sh) -c
85 install_sh_SCRIPT = $(install_sh) -c
86 INSTALL_HEADER = $(INSTALL_DATA)
87 transform = $(program_transform_name)
88 NORMAL_INSTALL = :
89 PRE_INSTALL = :
90 POST_INSTALL = :
91 NORMAL_UNINSTALL = :
92 PRE_UNINSTALL = :
93 POST_UNINSTALL = :
94 build_triplet = @build@
95 host_triplet = @host@
96 installed_test_PROGRAMS = $(am__EXEEXT_1)
97 noinst_PROGRAMS = $(am__EXEEXT_3)
98 check_PROGRAMS = $(am__EXEEXT_2)
99 TESTS = $(am__EXEEXT_1)
100 @OS_WIN32_TRUE@am__append_1 = $(test_programs) $(test_scripts) $(uninstalled_test_programs) $(uninstalled_test_scripts) \
101 @OS_WIN32_TRUE@         $(dist_test_scripts) $(dist_uninstalled_test_scripts)
102
103 @ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__append_2 = $(all_test_ltlibs)
104 @ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__append_3 = $(all_test_programs)
105 @ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__append_4 = $(all_test_scripts)
106 @ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__append_5 = $(all_test_data)
107 @ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__append_6 = $(all_test_ltlibs)
108 @ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__append_7 = $(all_test_programs)
109 @ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__append_8 = $(all_test_scripts)
110 @ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__append_9 = $(all_test_data)
111 @ENABLE_INSTALLED_TESTS_TRUE@am__append_10 = $(test_programs) $(installed_test_programs) \
112 @ENABLE_INSTALLED_TESTS_TRUE@                          $(test_extra_programs) $(installed_test_extra_programs)
113
114 @ENABLE_INSTALLED_TESTS_TRUE@am__append_11 = $(test_scripts) \
115 @ENABLE_INSTALLED_TESTS_TRUE@   $(installed_test_scripts) \
116 @ENABLE_INSTALLED_TESTS_TRUE@   $(test_extra_scripts) \
117 @ENABLE_INSTALLED_TESTS_TRUE@   $(test_installed_extra_scripts) \
118 @ENABLE_INSTALLED_TESTS_TRUE@   $(dist_test_scripts) \
119 @ENABLE_INSTALLED_TESTS_TRUE@   $(dist_test_extra_scripts) \
120 @ENABLE_INSTALLED_TESTS_TRUE@   $(dist_installed_test_scripts) \
121 @ENABLE_INSTALLED_TESTS_TRUE@   $(dist_installed_test_extra_scripts)
122 @ENABLE_INSTALLED_TESTS_TRUE@am__append_12 = $(test_data) \
123 @ENABLE_INSTALLED_TESTS_TRUE@   $(installed_test_data) \
124 @ENABLE_INSTALLED_TESTS_TRUE@   $(dist_test_data) \
125 @ENABLE_INSTALLED_TESTS_TRUE@   $(dist_installed_test_data)
126 @ENABLE_INSTALLED_TESTS_TRUE@am__append_13 = $(test_ltlibraries) $(installed_test_ltlibraries)
127 @ENABLE_INSTALLED_TESTS_TRUE@am__append_14 = $(installed_test_meta_DATA)
128 subdir = glib/update-pcre
129 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
130 am__aclocal_m4_deps = $(top_srcdir)/m4macros/attributes.m4 \
131         $(top_srcdir)/m4macros/glibtests.m4 \
132         $(top_srcdir)/m4macros/gtk-doc.m4 \
133         $(top_srcdir)/m4macros/libtool.m4 \
134         $(top_srcdir)/m4macros/ltoptions.m4 \
135         $(top_srcdir)/m4macros/ltsugar.m4 \
136         $(top_srcdir)/m4macros/ltversion.m4 \
137         $(top_srcdir)/m4macros/lt~obsolete.m4 \
138         $(top_srcdir)/acinclude.m4 $(top_srcdir)/acglib.m4 \
139         $(top_srcdir)/glib/libcharset/codeset.m4 \
140         $(top_srcdir)/glib/libcharset/glibc21.m4 \
141         $(top_srcdir)/m4macros/glib-gettext.m4 \
142         $(top_srcdir)/configure.ac
143 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
144         $(ACLOCAL_M4)
145 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
146 mkinstalldirs = $(install_sh) -d
147 CONFIG_HEADER = $(top_builddir)/config.h
148 CONFIG_CLEAN_FILES =
149 CONFIG_CLEAN_VPATH_FILES =
150 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
151 am__vpath_adj = case $$p in \
152     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
153     *) f=$$p;; \
154   esac;
155 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
156 am__install_max = 40
157 am__nobase_strip_setup = \
158   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
159 am__nobase_strip = \
160   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
161 am__nobase_list = $(am__nobase_strip_setup); \
162   for p in $$list; do echo "$$p $$p"; done | \
163   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
164   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
165     if (++n[$$2] == $(am__install_max)) \
166       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
167     END { for (dir in files) print dir, files[dir] }'
168 am__base_list = \
169   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
170   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
171 am__uninstall_files_from_dir = { \
172   test -z "$$files" \
173     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
174     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
175          $(am__cd) "$$dir" && rm -f $$files; }; \
176   }
177 am__installdirs = "$(DESTDIR)$(installed_testdir)" \
178         "$(DESTDIR)$(installed_testdir)" \
179         "$(DESTDIR)$(installed_testdir)" \
180         "$(DESTDIR)$(installed_test_metadir)" \
181         "$(DESTDIR)$(installed_testdir)"
182 LTLIBRARIES = $(installed_test_LTLIBRARIES) $(noinst_LTLIBRARIES)
183 am__EXEEXT_1 =
184 @ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__EXEEXT_2 = $(am__EXEEXT_1)
185 @ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__EXEEXT_3 = $(am__EXEEXT_1)
186 PROGRAMS = $(installed_test_PROGRAMS) $(noinst_PROGRAMS)
187 SCRIPTS = $(installed_test_SCRIPTS) $(noinst_SCRIPTS)
188 AM_V_P = $(am__v_P_@AM_V@)
189 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
190 am__v_P_0 = false
191 am__v_P_1 = :
192 AM_V_GEN = $(am__v_GEN_@AM_V@)
193 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
194 am__v_GEN_0 = @echo "  GEN     " $@;
195 am__v_GEN_1 = 
196 AM_V_at = $(am__v_at_@AM_V@)
197 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
198 am__v_at_0 = @
199 am__v_at_1 = 
200 SOURCES =
201 DIST_SOURCES =
202 am__can_run_installinfo = \
203   case $$AM_UPDATE_INFO_DIR in \
204     n|no|NO) false;; \
205     *) (install-info --version) >/dev/null 2>&1;; \
206   esac
207 DATA = $(installed_test_meta_DATA) $(nobase_installed_test_DATA) \
208         $(noinst_DATA)
209 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
210 am__tty_colors_dummy = \
211   mgn= red= grn= lgn= blu= brg= std=; \
212   am__color_tests=no
213 am__tty_colors = { \
214   $(am__tty_colors_dummy); \
215   if test "X$(AM_COLOR_TESTS)" = Xno; then \
216     am__color_tests=no; \
217   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
218     am__color_tests=yes; \
219   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
220     am__color_tests=yes; \
221   fi; \
222   if test $$am__color_tests = yes; then \
223     red='\e[0;31m'; \
224     grn='\e[0;32m'; \
225     lgn='\e[1;32m'; \
226     blu='\e[1;34m'; \
227     mgn='\e[0;35m'; \
228     brg='\e[1m'; \
229     std='\e[m'; \
230   fi; \
231 }
232 am__recheck_rx = ^[     ]*:recheck:[    ]*
233 am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
234 am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
235 # A command that, given a newline-separated list of test names on the
236 # standard input, print the name of the tests that are to be re-run
237 # upon "make recheck".
238 am__list_recheck_tests = $(AWK) '{ \
239   recheck = 1; \
240   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
241     { \
242       if (rc < 0) \
243         { \
244           if ((getline line2 < ($$0 ".log")) < 0) \
245             recheck = 0; \
246           break; \
247         } \
248       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
249         { \
250           recheck = 0; \
251           break; \
252         } \
253       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
254         { \
255           break; \
256         } \
257     }; \
258   if (recheck) \
259     print $$0; \
260   close ($$0 ".trs"); \
261   close ($$0 ".log"); \
262 }'
263 # A command that, given a newline-separated list of test names on the
264 # standard input, create the global log from their .trs and .log files.
265 am__create_global_log = $(AWK) ' \
266 function fatal(msg) \
267 { \
268   print "fatal: making $@: " msg | "cat >&2"; \
269   exit 1; \
270 } \
271 function rst_section(header) \
272 { \
273   print header; \
274   len = length(header); \
275   for (i = 1; i <= len; i = i + 1) \
276     printf "="; \
277   printf "\n\n"; \
278 } \
279 { \
280   copy_in_global_log = 1; \
281   global_test_result = "RUN"; \
282   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
283     { \
284       if (rc < 0) \
285          fatal("failed to read from " $$0 ".trs"); \
286       if (line ~ /$(am__global_test_result_rx)/) \
287         { \
288           sub("$(am__global_test_result_rx)", "", line); \
289           sub("[        ]*$$", "", line); \
290           global_test_result = line; \
291         } \
292       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
293         copy_in_global_log = 0; \
294     }; \
295   if (copy_in_global_log) \
296     { \
297       rst_section(global_test_result ": " $$0); \
298       while ((rc = (getline line < ($$0 ".log"))) != 0) \
299       { \
300         if (rc < 0) \
301           fatal("failed to read from " $$0 ".log"); \
302         print line; \
303       }; \
304       printf "\n"; \
305     }; \
306   close ($$0 ".trs"); \
307   close ($$0 ".log"); \
308 }'
309 # Restructured Text title.
310 am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
311 # Solaris 10 'make', and several other traditional 'make' implementations,
312 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
313 # by disabling -e (using the XSI extension "set +e") if it's set.
314 am__sh_e_setup = case $$- in *e*) set +e;; esac
315 # Default flags passed to test drivers.
316 am__common_driver_flags = \
317   --color-tests "$$am__color_tests" \
318   --enable-hard-errors "$$am__enable_hard_errors" \
319   --expect-failure "$$am__expect_failure"
320 # To be inserted before the command running the test.  Creates the
321 # directory for the log if needed.  Stores in $dir the directory
322 # containing $f, in $tst the test, in $log the log.  Executes the
323 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
324 # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
325 # will run the test scripts (or their associated LOG_COMPILER, if
326 # thy have one).
327 am__check_pre = \
328 $(am__sh_e_setup);                                      \
329 $(am__vpath_adj_setup) $(am__vpath_adj)                 \
330 $(am__tty_colors);                                      \
331 srcdir=$(srcdir); export srcdir;                        \
332 case "$@" in                                            \
333   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
334     *) am__odir=.;;                                     \
335 esac;                                                   \
336 test "x$$am__odir" = x"." || test -d "$$am__odir"       \
337   || $(MKDIR_P) "$$am__odir" || exit $$?;               \
338 if test -f "./$$f"; then dir=./;                        \
339 elif test -f "$$f"; then dir=;                          \
340 else dir="$(srcdir)/"; fi;                              \
341 tst=$$dir$$f; log='$@';                                 \
342 if test -n '$(DISABLE_HARD_ERRORS)'; then               \
343   am__enable_hard_errors=no;                            \
344 else                                                    \
345   am__enable_hard_errors=yes;                           \
346 fi;                                                     \
347 case " $(XFAIL_TESTS) " in                              \
348   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
349     am__expect_failure=yes;;                            \
350   *)                                                    \
351     am__expect_failure=no;;                             \
352 esac;                                                   \
353 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
354 # A shell command to get the names of the tests scripts with any registered
355 # extension removed (i.e., equivalently, the names of the test logs, with
356 # the '.log' extension removed).  The result is saved in the shell variable
357 # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
358 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
359 # since that might cause problem with VPATH rewrites for suffix-less tests.
360 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
361 am__set_TESTS_bases = \
362   bases='$(TEST_LOGS)'; \
363   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
364   bases=`echo $$bases`
365 RECHECK_LOGS = $(TEST_LOGS)
366 AM_RECURSIVE_TARGETS = check recheck
367 TEST_SUITE_LOG = test-suite.log
368 TEST_EXTENSIONS = @EXEEXT@ .test
369 am__test_logs1 = $(TESTS:=.log)
370 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
371 TEST_LOGS = $(am__test_logs2:.test.log=.log)
372 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
373 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
374         $(TEST_LOG_FLAGS)
375 am__set_b = \
376   case '$@' in \
377     */*) \
378       case '$*' in \
379         */*) b='$*';; \
380           *) b=`echo '$@' | sed 's/\.log$$//'`; \
381        esac;; \
382     *) \
383       b='$*';; \
384   esac
385 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/glib.mk \
386         $(top_srcdir)/test-driver
387 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
388 ABS_TAPSET_DIR = @ABS_TAPSET_DIR@
389 ACLOCAL = @ACLOCAL@
390 ALLOCA = @ALLOCA@
391 AMTAR = @AMTAR@
392 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
393 AR = @AR@
394 AS = @AS@
395 AUTOCONF = @AUTOCONF@
396 AUTOHEADER = @AUTOHEADER@
397 AUTOMAKE = @AUTOMAKE@
398 AWK = @AWK@
399 CARBON_LIBS = @CARBON_LIBS@
400 CATALOGS = @CATALOGS@
401 CATOBJEXT = @CATOBJEXT@
402 CC = @CC@
403 CCDEPMODE = @CCDEPMODE@
404 CFLAGS = @CFLAGS@
405 COCOA_LIBS = @COCOA_LIBS@
406 CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
407 CPP = @CPP@
408 CPPFLAGS = @CPPFLAGS@
409 CXX = @CXX@
410 CXXCPP = @CXXCPP@
411 CXXDEPMODE = @CXXDEPMODE@
412 CXXFLAGS = @CXXFLAGS@
413 CYGPATH_W = @CYGPATH_W@
414 DATADIRNAME = @DATADIRNAME@
415 DBUS1_CFLAGS = @DBUS1_CFLAGS@
416 DBUS1_LIBS = @DBUS1_LIBS@
417 DBUS_DAEMON = @DBUS_DAEMON@
418 DEFS = @DEFS@
419 DEPDIR = @DEPDIR@
420 DLLTOOL = @DLLTOOL@
421 DSYMUTIL = @DSYMUTIL@
422 DTRACE = @DTRACE@
423 DUMPBIN = @DUMPBIN@
424 ECHO_C = @ECHO_C@
425 ECHO_N = @ECHO_N@
426 ECHO_T = @ECHO_T@
427 EGREP = @EGREP@
428 EXEEXT = @EXEEXT@
429 FAM_LIBS = @FAM_LIBS@
430 FGREP = @FGREP@
431 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
432 GIO = @GIO@
433 GIO_MODULE_DIR = @GIO_MODULE_DIR@
434 GLIBC21 = @GLIBC21@
435 GLIB_BINARY_AGE = @GLIB_BINARY_AGE@
436 GLIB_DEBUG_FLAGS = @GLIB_DEBUG_FLAGS@
437 GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
438 GLIB_HIDDEN_VISIBILITY_CFLAGS = @GLIB_HIDDEN_VISIBILITY_CFLAGS@
439 GLIB_INTERFACE_AGE = @GLIB_INTERFACE_AGE@
440 GLIB_LINK_FLAGS = @GLIB_LINK_FLAGS@
441 GLIB_MAJOR_VERSION = @GLIB_MAJOR_VERSION@
442 GLIB_MICRO_VERSION = @GLIB_MICRO_VERSION@
443 GLIB_MINOR_VERSION = @GLIB_MINOR_VERSION@
444 GLIB_RUNTIME_LIBDIR = @GLIB_RUNTIME_LIBDIR@
445 GLIB_VERSION = @GLIB_VERSION@
446 GLIB_WARN_CFLAGS = @GLIB_WARN_CFLAGS@
447 GLIB_WIN32_STATIC_COMPILATION_DEFINE = @GLIB_WIN32_STATIC_COMPILATION_DEFINE@
448 GMOFILES = @GMOFILES@
449 GMSGFMT = @GMSGFMT@
450 GREP = @GREP@
451 GSPAWN = @GSPAWN@
452 GTHREAD_COMPILE_IMPL_DEFINES = @GTHREAD_COMPILE_IMPL_DEFINES@
453 GTKDOC_CHECK = @GTKDOC_CHECK@
454 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
455 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
456 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
457 GTKDOC_MKPDF = @GTKDOC_MKPDF@
458 GTKDOC_REBASE = @GTKDOC_REBASE@
459 G_LIBS_EXTRA = @G_LIBS_EXTRA@
460 G_MODULE_BROKEN_RTLD_GLOBAL = @G_MODULE_BROKEN_RTLD_GLOBAL@
461 G_MODULE_HAVE_DLERROR = @G_MODULE_HAVE_DLERROR@
462 G_MODULE_IMPL = @G_MODULE_IMPL@
463 G_MODULE_LDFLAGS = @G_MODULE_LDFLAGS@
464 G_MODULE_LIBS = @G_MODULE_LIBS@
465 G_MODULE_LIBS_EXTRA = @G_MODULE_LIBS_EXTRA@
466 G_MODULE_NEED_USCORE = @G_MODULE_NEED_USCORE@
467 G_MODULE_PLUGIN_LIBS = @G_MODULE_PLUGIN_LIBS@
468 G_MODULE_SUPPORTED = @G_MODULE_SUPPORTED@
469 G_THREAD_CFLAGS = @G_THREAD_CFLAGS@
470 G_THREAD_LIBS = @G_THREAD_LIBS@
471 G_THREAD_LIBS_EXTRA = @G_THREAD_LIBS_EXTRA@
472 G_THREAD_LIBS_FOR_GTHREAD = @G_THREAD_LIBS_FOR_GTHREAD@
473 HTML_DIR = @HTML_DIR@
474 ICONV_LIBS = @ICONV_LIBS@
475 INDENT = @INDENT@
476 INSTALL = @INSTALL@
477 INSTALL_DATA = @INSTALL_DATA@
478 INSTALL_PROGRAM = @INSTALL_PROGRAM@
479 INSTALL_SCRIPT = @INSTALL_SCRIPT@
480 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
481 INSTOBJEXT = @INSTOBJEXT@
482 INTLLIBS = @INTLLIBS@
483 LD = @LD@
484 LDFLAGS = @LDFLAGS@
485 LIBELF_CFLAGS = @LIBELF_CFLAGS@
486 LIBELF_LIBS = @LIBELF_LIBS@
487 LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
488 LIBFFI_LIBS = @LIBFFI_LIBS@
489 LIBMOUNT_CFLAGS = @LIBMOUNT_CFLAGS@
490 LIBMOUNT_LIBS = @LIBMOUNT_LIBS@
491 LIBOBJS = @LIBOBJS@
492 LIBS = @LIBS@
493 LIBTOOL = @LIBTOOL@
494 LIB_EXE_MACHINE_FLAG = @LIB_EXE_MACHINE_FLAG@
495 LIPO = @LIPO@
496 LN_S = @LN_S@
497 LTLIBOBJS = @LTLIBOBJS@
498 LTP = @LTP@
499 LTP_GENHTML = @LTP_GENHTML@
500 LT_AGE = @LT_AGE@
501 LT_CURRENT = @LT_CURRENT@
502 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
503 LT_RELEASE = @LT_RELEASE@
504 LT_REVISION = @LT_REVISION@
505 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
506 MAINT = @MAINT@
507 MAKEINFO = @MAKEINFO@
508 MANIFEST_TOOL = @MANIFEST_TOOL@
509 MKDIR_P = @MKDIR_P@
510 MKINSTALLDIRS = @MKINSTALLDIRS@
511 MSGFMT = @MSGFMT@
512 MSGFMT_OPTS = @MSGFMT_OPTS@
513 NAMESER_COMPAT_INCLUDE = @NAMESER_COMPAT_INCLUDE@
514 NETWORK_LIBS = @NETWORK_LIBS@
515 NM = @NM@
516 NMEDIT = @NMEDIT@
517 OBJDUMP = @OBJDUMP@
518 OBJEXT = @OBJEXT@
519 OTOOL = @OTOOL@
520 OTOOL64 = @OTOOL64@
521 PACKAGE = @PACKAGE@
522 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
523 PACKAGE_NAME = @PACKAGE_NAME@
524 PACKAGE_STRING = @PACKAGE_STRING@
525 PACKAGE_TARNAME = @PACKAGE_TARNAME@
526 PACKAGE_URL = @PACKAGE_URL@
527 PACKAGE_VERSION = @PACKAGE_VERSION@
528 PATH_SEPARATOR = @PATH_SEPARATOR@
529 PCRE_CFLAGS = @PCRE_CFLAGS@
530 PCRE_LIBS = @PCRE_LIBS@
531 PCRE_REQUIRES = @PCRE_REQUIRES@
532 PCRE_WARN_CFLAGS = @PCRE_WARN_CFLAGS@
533 PERL = @PERL@
534 PERL_PATH = @PERL_PATH@
535 PKG_CONFIG = @PKG_CONFIG@
536 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
537 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
538 PLATFORMDEP = @PLATFORMDEP@
539 POFILES = @POFILES@
540 POSUB = @POSUB@
541 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
542 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
543 PYTHON = @PYTHON@
544 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
545 PYTHON_PLATFORM = @PYTHON_PLATFORM@
546 PYTHON_PREFIX = @PYTHON_PREFIX@
547 PYTHON_VERSION = @PYTHON_VERSION@
548 RANLIB = @RANLIB@
549 REBUILD = @REBUILD@
550 SED = @SED@
551 SELINUX_LIBS = @SELINUX_LIBS@
552 SET_MAKE = @SET_MAKE@
553 SHELL = @SHELL@
554 SHTOOL = @SHTOOL@
555 STRIP = @STRIP@
556 USE_NLS = @USE_NLS@
557 VERSION = @VERSION@
558 WINDRES = @WINDRES@
559 WSPIAPI_INCLUDE = @WSPIAPI_INCLUDE@
560 XATTR_LIBS = @XATTR_LIBS@
561 XGETTEXT = @XGETTEXT@
562 XMLCATALOG = @XMLCATALOG@
563 XML_CATALOG_FILE = @XML_CATALOG_FILE@
564 XSLTPROC = @XSLTPROC@
565 ZLIB_CFLAGS = @ZLIB_CFLAGS@
566 ZLIB_LIBS = @ZLIB_LIBS@
567 abs_builddir = @abs_builddir@
568 abs_srcdir = @abs_srcdir@
569 abs_top_builddir = @abs_top_builddir@
570 abs_top_srcdir = @abs_top_srcdir@
571 ac_ct_AR = @ac_ct_AR@
572 ac_ct_CC = @ac_ct_CC@
573 ac_ct_CXX = @ac_ct_CXX@
574 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
575 am__include = @am__include@
576 am__leading_dot = @am__leading_dot@
577 am__quote = @am__quote@
578 am__tar = @am__tar@
579 am__untar = @am__untar@
580 bindir = @bindir@
581 build = @build@
582 build_alias = @build_alias@
583 build_cpu = @build_cpu@
584 build_os = @build_os@
585 build_vendor = @build_vendor@
586 builddir = @builddir@
587 config_h_INCLUDES = @config_h_INCLUDES@
588 datadir = @datadir@
589 datarootdir = @datarootdir@
590 docdir = @docdir@
591 dvidir = @dvidir@
592 exec_prefix = @exec_prefix@
593 gio_INCLUDES = @gio_INCLUDES@
594 glib_INCLUDES = @glib_INCLUDES@
595 gmodule_INCLUDES = @gmodule_INCLUDES@
596 gobject_INCLUDES = @gobject_INCLUDES@
597 host = @host@
598 host_alias = @host_alias@
599 host_cpu = @host_cpu@
600 host_os = @host_os@
601 host_vendor = @host_vendor@
602 htmldir = @htmldir@
603 includedir = @includedir@
604 infodir = @infodir@
605 install_sh = @install_sh@
606 installed_test_metadir = @installed_test_metadir@
607 installed_testdir = @installed_testdir@
608 libdir = @libdir@
609 libexecdir = @libexecdir@
610 localedir = @localedir@
611 localstatedir = @localstatedir@
612 mandir = @mandir@
613 mkdir_p = @mkdir_p@
614 ms_librarian = @ms_librarian@
615 oldincludedir = @oldincludedir@
616 pdfdir = @pdfdir@
617 pkgpyexecdir = @pkgpyexecdir@
618 pkgpythondir = @pkgpythondir@
619 prefix = @prefix@
620 program_transform_name = @program_transform_name@
621 psdir = @psdir@
622 pyexecdir = @pyexecdir@
623 pythondir = @pythondir@
624 sbindir = @sbindir@
625 sharedstatedir = @sharedstatedir@
626 srcdir = @srcdir@
627 sysconfdir = @sysconfdir@
628 target_alias = @target_alias@
629 top_build_prefix = @top_build_prefix@
630 top_builddir = @top_builddir@
631 top_srcdir = @top_srcdir@
632
633 #GTESTER = gtester                      # for non-GLIB packages
634 #GTESTER_REPORT = gtester-report        # for non-GLIB packages
635 GTESTER = $(top_builddir)/glib/gtester                  # for the GLIB package
636 GTESTER_REPORT = $(top_builddir)/glib/gtester-report    # for the GLIB package
637 NULL = 
638
639 # initialize variables for unconditional += appending
640 BUILT_SOURCES = 
641 BUILT_EXTRA_DIST = 
642 CLEANFILES = *.log *.trs $(am__append_14)
643 DISTCLEANFILES = 
644 MAINTAINERCLEANFILES = 
645 EXTRA_DIST = $(all_dist_test_scripts) $(all_dist_test_data) update.sh \
646         digitab.patch memory.patch
647
648 # We support a fairly large range of possible variables.  It is expected that all types of files in a test suite
649 # will belong in exactly one of the following variables.
650 #
651 # First, we support the usual automake suffixes, but in lowercase, with the customary meaning:
652 #
653 #   test_programs, test_scripts, test_data, test_ltlibraries
654 #
655 # The above are used to list files that are involved in both uninstalled and installed testing.  The
656 # test_programs and test_scripts are taken to be actual testcases and will be run as part of the test suite.
657 # Note that _data is always used with the nobase_ automake variable name to ensure that installed test data is
658 # installed in the same way as it appears in the package layout.
659 #
660 # In order to mark a particular file as being only for one type of testing, use 'installed' or 'uninstalled',
661 # like so:
662 #
663 #   installed_test_programs, uninstalled_test_programs
664 #   installed_test_scripts, uninstalled_test_scripts
665 #   installed_test_data, uninstalled_test_data
666 #   installed_test_ltlibraries, uninstalled_test_ltlibraries
667 #
668 # Additionally, we support 'extra' infixes for programs and scripts.  This is used for support programs/scripts
669 # that should not themselves be run as testcases (but exist to be used from other testcases):
670 #
671 #   test_extra_programs, installed_test_extra_programs, uninstalled_test_extra_programs
672 #   test_extra_scripts, installed_test_extra_scripts, uninstalled_test_extra_scripts
673 #
674 # Additionally, for _scripts and _data, we support the customary dist_ prefix so that the named script or data
675 # file automatically end up in the tarball.
676 #
677 #   dist_test_scripts, dist_test_data, dist_test_extra_scripts
678 #   dist_installed_test_scripts, dist_installed_test_data, dist_installed_test_extra_scripts
679 #   dist_uninstalled_test_scripts, dist_uninstalled_test_data, dist_uninstalled_test_extra_scripts
680 #
681 # Note that no file is automatically disted unless it appears in one of the dist_ variables.  This follows the
682 # standard automake convention of not disting programs scripts or data by default.
683 #
684 # test_programs, test_scripts, uninstalled_test_programs and uninstalled_test_scripts (as well as their disted
685 # variants) will be run as part of the in-tree 'make check'.  These are all assumed to be runnable under
686 # gtester.  That's a bit strange for scripts, but it's possible.
687
688 # we use test -z "$(TEST_PROGS)" above, so make sure we have no extra whitespace...
689 TEST_PROGS = $(strip $(test_programs) $(test_scripts) \
690         $(uninstalled_test_programs) $(uninstalled_test_scripts) \
691         $(dist_test_scripts) $(dist_uninstalled_test_scripts))
692 installed_test_LTLIBRARIES = $(am__append_13)
693 installed_test_SCRIPTS = $(am__append_11)
694 nobase_installed_test_DATA = $(am__append_12)
695 noinst_LTLIBRARIES = $(am__append_2)
696 noinst_SCRIPTS = $(am__append_4)
697 noinst_DATA = $(am__append_5)
698 check_LTLIBRARIES = $(am__append_6)
699 check_SCRIPTS = $(am__append_8)
700 check_DATA = $(am__append_9)
701
702 # Note: build even the installed-only targets during 'make check' to ensure that they still work.
703 # We need to do a bit of trickery here and manage disting via EXTRA_DIST instead of using dist_ prefixes to
704 # prevent automake from mistreating gmake functions like $(wildcard ...) and $(addprefix ...) as if they were
705 # filenames, including removing duplicate instances of the opening part before the space, eg. '$(addprefix'.
706 all_test_programs = $(test_programs) $(uninstalled_test_programs) $(installed_test_programs) \
707                         $(test_extra_programs) $(uninstalled_test_extra_programs) $(installed_test_extra_programs)
708
709 all_test_scripts = $(test_scripts) $(uninstalled_test_scripts) \
710         $(installed_test_scripts) $(test_extra_scripts) \
711         $(uninstalled_test_extra_scripts) \
712         $(installed_test_extra_scripts) $(all_dist_test_scripts)
713 all_dist_test_scripts = $(dist_test_scripts) $(dist_uninstalled_test_scripts) $(dist_installed_test_scripts) \
714                         $(dist_test_extra_scripts) $(dist_uninstalled_test_extra_scripts) $(dist_installed_test_extra_scripts)
715
716 all_test_data = $(test_data) $(uninstalled_test_data) \
717         $(installed_test_data) $(all_dist_test_data)
718 all_dist_test_data = $(dist_test_data) $(dist_uninstalled_test_data) $(dist_installed_test_data)
719 all_test_ltlibs = $(test_ltlibraries) $(uninstalled_test_ltlibraries) $(installed_test_ltlibraries)
720 @ENABLE_INSTALLED_TESTS_TRUE@installed_testcases = $(test_programs) $(installed_test_programs) \
721 @ENABLE_INSTALLED_TESTS_TRUE@                      $(test_scripts) $(installed_test_scripts) \
722 @ENABLE_INSTALLED_TESTS_TRUE@                      $(dist_test_scripts) $(dist_installed_test_scripts)
723
724 @ENABLE_INSTALLED_TESTS_TRUE@installed_test_meta_DATA = $(installed_testcases:=.test)
725 all: $(BUILT_SOURCES)
726         $(MAKE) $(AM_MAKEFLAGS) all-am
727
728 .SUFFIXES:
729 .SUFFIXES: .log .test .test$(EXEEXT) .trs
730 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/glib.mk $(am__configure_deps)
731         @for dep in $?; do \
732           case '$(am__configure_deps)' in \
733             *$$dep*) \
734               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
735                 && { if test -f $@; then exit 0; else break; fi; }; \
736               exit 1;; \
737           esac; \
738         done; \
739         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu glib/update-pcre/Makefile'; \
740         $(am__cd) $(top_srcdir) && \
741           $(AUTOMAKE) --gnu glib/update-pcre/Makefile
742 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
743         @case '$?' in \
744           *config.status*) \
745             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
746           *) \
747             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
748             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
749         esac;
750 $(top_srcdir)/glib.mk $(am__empty):
751
752 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
753         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
754
755 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
756         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
757 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
758         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
759 $(am__aclocal_m4_deps):
760
761 clean-checkLTLIBRARIES:
762         -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
763         @list='$(check_LTLIBRARIES)'; \
764         locs=`for p in $$list; do echo $$p; done | \
765               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
766               sort -u`; \
767         test -z "$$locs" || { \
768           echo rm -f $${locs}; \
769           rm -f $${locs}; \
770         }
771
772 install-installed_testLTLIBRARIES: $(installed_test_LTLIBRARIES)
773         @$(NORMAL_INSTALL)
774         @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \
775         list2=; for p in $$list; do \
776           if test -f $$p; then \
777             list2="$$list2 $$p"; \
778           else :; fi; \
779         done; \
780         test -z "$$list2" || { \
781           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
782           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
783           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(installed_testdir)'"; \
784           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(installed_testdir)"; \
785         }
786
787 uninstall-installed_testLTLIBRARIES:
788         @$(NORMAL_UNINSTALL)
789         @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \
790         for p in $$list; do \
791           $(am__strip_dir) \
792           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(installed_testdir)/$$f'"; \
793           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(installed_testdir)/$$f"; \
794         done
795
796 clean-installed_testLTLIBRARIES:
797         -test -z "$(installed_test_LTLIBRARIES)" || rm -f $(installed_test_LTLIBRARIES)
798         @list='$(installed_test_LTLIBRARIES)'; \
799         locs=`for p in $$list; do echo $$p; done | \
800               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
801               sort -u`; \
802         test -z "$$locs" || { \
803           echo rm -f $${locs}; \
804           rm -f $${locs}; \
805         }
806
807 clean-noinstLTLIBRARIES:
808         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
809         @list='$(noinst_LTLIBRARIES)'; \
810         locs=`for p in $$list; do echo $$p; done | \
811               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
812               sort -u`; \
813         test -z "$$locs" || { \
814           echo rm -f $${locs}; \
815           rm -f $${locs}; \
816         }
817
818 clean-checkPROGRAMS:
819         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
820         echo " rm -f" $$list; \
821         rm -f $$list || exit $$?; \
822         test -n "$(EXEEXT)" || exit 0; \
823         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
824         echo " rm -f" $$list; \
825         rm -f $$list
826 install-installed_testPROGRAMS: $(installed_test_PROGRAMS)
827         @$(NORMAL_INSTALL)
828         @list='$(installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
829         if test -n "$$list"; then \
830           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
831           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
832         fi; \
833         for p in $$list; do echo "$$p $$p"; done | \
834         sed 's/$(EXEEXT)$$//' | \
835         while read p p1; do if test -f $$p \
836          || test -f $$p1 \
837           ; then echo "$$p"; echo "$$p"; else :; fi; \
838         done | \
839         sed -e 'p;s,.*/,,;n;h' \
840             -e 's|.*|.|' \
841             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
842         sed 'N;N;N;s,\n, ,g' | \
843         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
844           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
845             if ($$2 == $$4) files[d] = files[d] " " $$1; \
846             else { print "f", $$3 "/" $$4, $$1; } } \
847           END { for (d in files) print "f", d, files[d] }' | \
848         while read type dir files; do \
849             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
850             test -z "$$files" || { \
851             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \
852             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \
853             } \
854         ; done
855
856 uninstall-installed_testPROGRAMS:
857         @$(NORMAL_UNINSTALL)
858         @list='$(installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
859         files=`for p in $$list; do echo "$$p"; done | \
860           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
861               -e 's/$$/$(EXEEXT)/' \
862         `; \
863         test -n "$$list" || exit 0; \
864         echo " ( cd '$(DESTDIR)$(installed_testdir)' && rm -f" $$files ")"; \
865         cd "$(DESTDIR)$(installed_testdir)" && rm -f $$files
866
867 clean-installed_testPROGRAMS:
868         @list='$(installed_test_PROGRAMS)'; test -n "$$list" || exit 0; \
869         echo " rm -f" $$list; \
870         rm -f $$list || exit $$?; \
871         test -n "$(EXEEXT)" || exit 0; \
872         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
873         echo " rm -f" $$list; \
874         rm -f $$list
875
876 clean-noinstPROGRAMS:
877         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
878         echo " rm -f" $$list; \
879         rm -f $$list || exit $$?; \
880         test -n "$(EXEEXT)" || exit 0; \
881         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
882         echo " rm -f" $$list; \
883         rm -f $$list
884 install-installed_testSCRIPTS: $(installed_test_SCRIPTS)
885         @$(NORMAL_INSTALL)
886         @list='$(installed_test_SCRIPTS)'; test -n "$(installed_testdir)" || list=; \
887         if test -n "$$list"; then \
888           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
889           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
890         fi; \
891         for p in $$list; do \
892           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
893           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
894         done | \
895         sed -e 'p;s,.*/,,;n' \
896             -e 'h;s|.*|.|' \
897             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
898         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
899           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
900             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
901               if (++n[d] == $(am__install_max)) { \
902                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
903             else { print "f", d "/" $$4, $$1 } } \
904           END { for (d in files) print "f", d, files[d] }' | \
905         while read type dir files; do \
906              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
907              test -z "$$files" || { \
908                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \
909                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \
910              } \
911         ; done
912
913 uninstall-installed_testSCRIPTS:
914         @$(NORMAL_UNINSTALL)
915         @list='$(installed_test_SCRIPTS)'; test -n "$(installed_testdir)" || exit 0; \
916         files=`for p in $$list; do echo "$$p"; done | \
917                sed -e 's,.*/,,;$(transform)'`; \
918         dir='$(DESTDIR)$(installed_testdir)'; $(am__uninstall_files_from_dir)
919
920 mostlyclean-libtool:
921         -rm -f *.lo
922
923 clean-libtool:
924         -rm -rf .libs _libs
925 install-installed_test_metaDATA: $(installed_test_meta_DATA)
926         @$(NORMAL_INSTALL)
927         @list='$(installed_test_meta_DATA)'; test -n "$(installed_test_metadir)" || list=; \
928         if test -n "$$list"; then \
929           echo " $(MKDIR_P) '$(DESTDIR)$(installed_test_metadir)'"; \
930           $(MKDIR_P) "$(DESTDIR)$(installed_test_metadir)" || exit 1; \
931         fi; \
932         for p in $$list; do \
933           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
934           echo "$$d$$p"; \
935         done | $(am__base_list) | \
936         while read files; do \
937           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(installed_test_metadir)'"; \
938           $(INSTALL_DATA) $$files "$(DESTDIR)$(installed_test_metadir)" || exit $$?; \
939         done
940
941 uninstall-installed_test_metaDATA:
942         @$(NORMAL_UNINSTALL)
943         @list='$(installed_test_meta_DATA)'; test -n "$(installed_test_metadir)" || list=; \
944         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
945         dir='$(DESTDIR)$(installed_test_metadir)'; $(am__uninstall_files_from_dir)
946 install-nobase_installed_testDATA: $(nobase_installed_test_DATA)
947         @$(NORMAL_INSTALL)
948         @list='$(nobase_installed_test_DATA)'; test -n "$(installed_testdir)" || list=; \
949         if test -n "$$list"; then \
950           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
951           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
952         fi; \
953         $(am__nobase_list) | while read dir files; do \
954           xfiles=; for file in $$files; do \
955             if test -f "$$file"; then xfiles="$$xfiles $$file"; \
956             else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
957           test -z "$$xfiles" || { \
958             test "x$$dir" = x. || { \
959               echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)/$$dir'"; \
960               $(MKDIR_P) "$(DESTDIR)$(installed_testdir)/$$dir"; }; \
961             echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(installed_testdir)/$$dir'"; \
962             $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(installed_testdir)/$$dir" || exit $$?; }; \
963         done
964
965 uninstall-nobase_installed_testDATA:
966         @$(NORMAL_UNINSTALL)
967         @list='$(nobase_installed_test_DATA)'; test -n "$(installed_testdir)" || list=; \
968         $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
969         dir='$(DESTDIR)$(installed_testdir)'; $(am__uninstall_files_from_dir)
970 tags TAGS:
971
972 ctags CTAGS:
973
974 cscope cscopelist:
975
976
977 # Recover from deleted '.trs' file; this should ensure that
978 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
979 # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
980 # to avoid problems with "make -n".
981 .log.trs:
982         rm -f $< $@
983         $(MAKE) $(AM_MAKEFLAGS) $<
984
985 # Leading 'am--fnord' is there to ensure the list of targets does not
986 # expand to empty, as could happen e.g. with make check TESTS=''.
987 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
988 am--force-recheck:
989         @:
990
991 $(TEST_SUITE_LOG): $(TEST_LOGS)
992         @$(am__set_TESTS_bases); \
993         am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
994         redo_bases=`for i in $$bases; do \
995                       am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
996                     done`; \
997         if test -n "$$redo_bases"; then \
998           redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
999           redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1000           if $(am__make_dryrun); then :; else \
1001             rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1002           fi; \
1003         fi; \
1004         if test -n "$$am__remaking_logs"; then \
1005           echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1006                "recursion detected" >&2; \
1007         elif test -n "$$redo_logs"; then \
1008           am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1009         fi; \
1010         if $(am__make_dryrun); then :; else \
1011           st=0;  \
1012           errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1013           for i in $$redo_bases; do \
1014             test -f $$i.trs && test -r $$i.trs \
1015               || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1016             test -f $$i.log && test -r $$i.log \
1017               || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1018           done; \
1019           test $$st -eq 0 || exit 1; \
1020         fi
1021         @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1022         ws='[   ]'; \
1023         results=`for b in $$bases; do echo $$b.trs; done`; \
1024         test -n "$$results" || results=/dev/null; \
1025         all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
1026         pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
1027         fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
1028         skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
1029         xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1030         xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1031         error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1032         if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1033           success=true; \
1034         else \
1035           success=false; \
1036         fi; \
1037         br='==================='; br=$$br$$br$$br$$br; \
1038         result_count () \
1039         { \
1040             if test x"$$1" = x"--maybe-color"; then \
1041               maybe_colorize=yes; \
1042             elif test x"$$1" = x"--no-color"; then \
1043               maybe_colorize=no; \
1044             else \
1045               echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1046             fi; \
1047             shift; \
1048             desc=$$1 count=$$2; \
1049             if test $$maybe_colorize = yes && test $$count -gt 0; then \
1050               color_start=$$3 color_end=$$std; \
1051             else \
1052               color_start= color_end=; \
1053             fi; \
1054             echo "$${color_start}# $$desc $$count$${color_end}"; \
1055         }; \
1056         create_testsuite_report () \
1057         { \
1058           result_count $$1 "TOTAL:" $$all   "$$brg"; \
1059           result_count $$1 "PASS: " $$pass  "$$grn"; \
1060           result_count $$1 "SKIP: " $$skip  "$$blu"; \
1061           result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1062           result_count $$1 "FAIL: " $$fail  "$$red"; \
1063           result_count $$1 "XPASS:" $$xpass "$$red"; \
1064           result_count $$1 "ERROR:" $$error "$$mgn"; \
1065         }; \
1066         {                                                               \
1067           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
1068             $(am__rst_title);                                           \
1069           create_testsuite_report --no-color;                           \
1070           echo;                                                         \
1071           echo ".. contents:: :depth: 2";                               \
1072           echo;                                                         \
1073           for b in $$bases; do echo $$b; done                           \
1074             | $(am__create_global_log);                                 \
1075         } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
1076         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
1077         if $$success; then                                              \
1078           col="$$grn";                                                  \
1079          else                                                           \
1080           col="$$red";                                                  \
1081           test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
1082         fi;                                                             \
1083         echo "$${col}$$br$${std}";                                      \
1084         echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
1085         echo "$${col}$$br$${std}";                                      \
1086         create_testsuite_report --maybe-color;                          \
1087         echo "$$col$$br$$std";                                          \
1088         if $$success; then :; else                                      \
1089           echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
1090           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
1091             echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
1092           fi;                                                           \
1093           echo "$$col$$br$$std";                                        \
1094         fi;                                                             \
1095         $$success || exit 1
1096
1097 check-TESTS:
1098         @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1099         @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1100         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1101         @set +e; $(am__set_TESTS_bases); \
1102         log_list=`for i in $$bases; do echo $$i.log; done`; \
1103         trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1104         log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1105         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1106         exit $$?;
1107 recheck: all $(check_LTLIBRARIES) $(check_PROGRAMS) $(check_SCRIPTS) $(check_DATA)
1108         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1109         @set +e; $(am__set_TESTS_bases); \
1110         bases=`for i in $$bases; do echo $$i; done \
1111                  | $(am__list_recheck_tests)` || exit 1; \
1112         log_list=`for i in $$bases; do echo $$i.log; done`; \
1113         log_list=`echo $$log_list`; \
1114         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1115                 am__force_recheck=am--force-recheck \
1116                 TEST_LOGS="$$log_list"; \
1117         exit $$?
1118 .test.log:
1119         @p='$<'; \
1120         $(am__set_b); \
1121         $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1122         --log-file $$b.log --trs-file $$b.trs \
1123         $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1124         "$$tst" $(AM_TESTS_FD_REDIRECT)
1125 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1126 @am__EXEEXT_TRUE@       @p='$<'; \
1127 @am__EXEEXT_TRUE@       $(am__set_b); \
1128 @am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1129 @am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
1130 @am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1131 @am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
1132
1133 distdir: $(DISTFILES)
1134         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1135         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1136         list='$(DISTFILES)'; \
1137           dist_files=`for file in $$list; do echo $$file; done | \
1138           sed -e "s|^$$srcdirstrip/||;t" \
1139               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1140         case $$dist_files in \
1141           */*) $(MKDIR_P) `echo "$$dist_files" | \
1142                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1143                            sort -u` ;; \
1144         esac; \
1145         for file in $$dist_files; do \
1146           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1147           if test -d $$d/$$file; then \
1148             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1149             if test -d "$(distdir)/$$file"; then \
1150               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1151             fi; \
1152             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1153               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1154               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1155             fi; \
1156             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1157           else \
1158             test -f "$(distdir)/$$file" \
1159             || cp -p $$d/$$file "$(distdir)/$$file" \
1160             || exit 1; \
1161           fi; \
1162         done
1163 check-am: all-am
1164         $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS) \
1165           $(check_SCRIPTS) $(check_DATA)
1166         $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
1167 check: $(BUILT_SOURCES)
1168         $(MAKE) $(AM_MAKEFLAGS) check-am
1169 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA)
1170 installdirs:
1171         for dir in "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(installed_test_metadir)" "$(DESTDIR)$(installed_testdir)"; do \
1172           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1173         done
1174 install: $(BUILT_SOURCES)
1175         $(MAKE) $(AM_MAKEFLAGS) install-am
1176 install-exec: install-exec-am
1177 install-data: install-data-am
1178 uninstall: uninstall-am
1179
1180 install-am: all-am
1181         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1182
1183 installcheck: installcheck-am
1184 install-strip:
1185         if test -z '$(STRIP)'; then \
1186           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1187             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1188               install; \
1189         else \
1190           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1191             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1192             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1193         fi
1194 mostlyclean-generic:
1195         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1196         -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1197         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1198
1199 clean-generic:
1200         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1201
1202 distclean-generic:
1203         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1204         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1205         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1206
1207 maintainer-clean-generic:
1208         @echo "This command is intended for maintainers to use"
1209         @echo "it deletes files that may require special tools to rebuild."
1210         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1211         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1212 clean: clean-am
1213
1214 clean-am: clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
1215         clean-installed_testLTLIBRARIES clean-installed_testPROGRAMS \
1216         clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
1217         mostlyclean-am
1218
1219 distclean: distclean-am
1220         -rm -f Makefile
1221 distclean-am: clean-am distclean-generic
1222
1223 dvi: dvi-am
1224
1225 dvi-am:
1226
1227 html: html-am
1228
1229 html-am:
1230
1231 info: info-am
1232
1233 info-am:
1234
1235 install-data-am: install-installed_testLTLIBRARIES \
1236         install-installed_testPROGRAMS install-installed_testSCRIPTS \
1237         install-installed_test_metaDATA \
1238         install-nobase_installed_testDATA
1239
1240 install-dvi: install-dvi-am
1241
1242 install-dvi-am:
1243
1244 install-exec-am:
1245
1246 install-html: install-html-am
1247
1248 install-html-am:
1249
1250 install-info: install-info-am
1251
1252 install-info-am:
1253
1254 install-man:
1255
1256 install-pdf: install-pdf-am
1257
1258 install-pdf-am:
1259
1260 install-ps: install-ps-am
1261
1262 install-ps-am:
1263
1264 installcheck-am:
1265
1266 maintainer-clean: maintainer-clean-am
1267         -rm -f Makefile
1268 maintainer-clean-am: distclean-am maintainer-clean-generic
1269
1270 mostlyclean: mostlyclean-am
1271
1272 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1273
1274 pdf: pdf-am
1275
1276 pdf-am:
1277
1278 ps: ps-am
1279
1280 ps-am:
1281
1282 uninstall-am: uninstall-installed_testLTLIBRARIES \
1283         uninstall-installed_testPROGRAMS \
1284         uninstall-installed_testSCRIPTS \
1285         uninstall-installed_test_metaDATA \
1286         uninstall-nobase_installed_testDATA
1287
1288 .MAKE: all check check-am install install-am install-strip
1289
1290 .PHONY: all all-am check check-TESTS check-am check-local clean \
1291         clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
1292         clean-installed_testLTLIBRARIES clean-installed_testPROGRAMS \
1293         clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
1294         cscopelist-am ctags-am distclean distclean-generic \
1295         distclean-libtool distdir dvi dvi-am html html-am info info-am \
1296         install install-am install-data install-data-am install-dvi \
1297         install-dvi-am install-exec install-exec-am install-html \
1298         install-html-am install-info install-info-am \
1299         install-installed_testLTLIBRARIES \
1300         install-installed_testPROGRAMS install-installed_testSCRIPTS \
1301         install-installed_test_metaDATA install-man \
1302         install-nobase_installed_testDATA install-pdf install-pdf-am \
1303         install-ps install-ps-am install-strip installcheck \
1304         installcheck-am installdirs maintainer-clean \
1305         maintainer-clean-generic mostlyclean mostlyclean-generic \
1306         mostlyclean-libtool pdf pdf-am ps ps-am recheck tags-am \
1307         uninstall uninstall-am uninstall-installed_testLTLIBRARIES \
1308         uninstall-installed_testPROGRAMS \
1309         uninstall-installed_testSCRIPTS \
1310         uninstall-installed_test_metaDATA \
1311         uninstall-nobase_installed_testDATA
1312
1313 .PRECIOUS: Makefile
1314
1315
1316 # test-nonrecursive: run tests only in cwd
1317 @OS_UNIX_TRUE@test-nonrecursive: ${TEST_PROGS}
1318 @OS_UNIX_TRUE@  @test -z "${TEST_PROGS}" || G_TEST_SRCDIR="$(abs_srcdir)" G_TEST_BUILDDIR="$(abs_builddir)" G_DEBUG=gc-friendly MALLOC_CHECK_=2 MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256)) ${GTESTER} --verbose ${TEST_PROGS}
1319 @OS_UNIX_FALSE@test-nonrecursive:
1320
1321 .PHONY: test-nonrecursive
1322
1323 .PHONY: lcov genlcov lcov-clean
1324 # use recursive makes in order to ignore errors during check
1325 lcov:
1326         -$(MAKE) $(AM_MAKEFLAGS) -k check
1327         $(MAKE) $(AM_MAKEFLAGS) genlcov
1328
1329 # we have to massage the lcov.info file slightly to hide the effect of libtool
1330 # placing the objects files in the .libs/ directory separate from the *.c
1331 # we also have to delete tests/.libs/libmoduletestplugin_*.gcda
1332 genlcov:
1333         $(AM_V_GEN) rm -f $(top_builddir)/tests/.libs/libmoduletestplugin_*.gcda; \
1334           $(LTP) --quiet --directory $(top_builddir) --capture --output-file glib-lcov.info --test-name GLIB_PERF --no-checksum --compat-libtool --ignore-errors source; \
1335           $(LTP) --quiet --output-file glib-lcov.info --remove glib-lcov.info docs/reference/\* /tmp/\*  gio/tests/gdbus-object-manager-example/\* ; \
1336           LANG=C $(LTP_GENHTML) --quiet --prefix $(top_builddir) --output-directory glib-lcov --title "GLib Code Coverage" --legend --frames --show-details glib-lcov.info --ignore-errors source
1337         @echo "file://$(abs_top_builddir)/glib-lcov/index.html"
1338
1339 lcov-clean:
1340         if test -n "$(LTP)"; then \
1341           $(LTP) --quiet --directory $(top_builddir) -z; \
1342         fi
1343
1344 # run tests in cwd as part of make check
1345 check-local: test-nonrecursive
1346
1347 @ENABLE_INSTALLED_TESTS_TRUE@%.test: %$(EXEEXT) Makefile
1348 @ENABLE_INSTALLED_TESTS_TRUE@   $(AM_V_GEN) (echo '[Test]' > $@.tmp; \
1349 @ENABLE_INSTALLED_TESTS_TRUE@   echo 'Type=session' >> $@.tmp; \
1350 @ENABLE_INSTALLED_TESTS_TRUE@   echo 'Exec=$(installed_testdir)/$(notdir $<)' >> $@.tmp; \
1351 @ENABLE_INSTALLED_TESTS_TRUE@   mv $@.tmp $@)
1352
1353 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1354 # Otherwise a system limit (for SysV at least) may be exceeded.
1355 .NOEXPORT: