Imported Upstream version 2.50.2
[platform/upstream/glib.git] / m4macros / 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 = m4macros
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)" "$(DESTDIR)$(m4datadir)" \
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) $(m4data_DATA) \
208         $(nobase_installed_test_DATA) $(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) \
646         $(installed_m4)
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 installed_m4 = glib-2.0.m4 glib-gettext.m4 gsettings.m4
726 m4datadir = $(datadir)/aclocal
727 m4data_DATA = $(installed_m4)
728 all: $(BUILT_SOURCES)
729         $(MAKE) $(AM_MAKEFLAGS) all-am
730
731 .SUFFIXES:
732 .SUFFIXES: .log .test .test$(EXEEXT) .trs
733 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/glib.mk $(am__configure_deps)
734         @for dep in $?; do \
735           case '$(am__configure_deps)' in \
736             *$$dep*) \
737               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
738                 && { if test -f $@; then exit 0; else break; fi; }; \
739               exit 1;; \
740           esac; \
741         done; \
742         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4macros/Makefile'; \
743         $(am__cd) $(top_srcdir) && \
744           $(AUTOMAKE) --gnu m4macros/Makefile
745 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
746         @case '$?' in \
747           *config.status*) \
748             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
749           *) \
750             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
751             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
752         esac;
753 $(top_srcdir)/glib.mk $(am__empty):
754
755 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
756         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
757
758 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
759         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
760 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
761         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
762 $(am__aclocal_m4_deps):
763
764 clean-checkLTLIBRARIES:
765         -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
766         @list='$(check_LTLIBRARIES)'; \
767         locs=`for p in $$list; do echo $$p; done | \
768               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
769               sort -u`; \
770         test -z "$$locs" || { \
771           echo rm -f $${locs}; \
772           rm -f $${locs}; \
773         }
774
775 install-installed_testLTLIBRARIES: $(installed_test_LTLIBRARIES)
776         @$(NORMAL_INSTALL)
777         @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \
778         list2=; for p in $$list; do \
779           if test -f $$p; then \
780             list2="$$list2 $$p"; \
781           else :; fi; \
782         done; \
783         test -z "$$list2" || { \
784           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
785           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
786           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(installed_testdir)'"; \
787           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(installed_testdir)"; \
788         }
789
790 uninstall-installed_testLTLIBRARIES:
791         @$(NORMAL_UNINSTALL)
792         @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \
793         for p in $$list; do \
794           $(am__strip_dir) \
795           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(installed_testdir)/$$f'"; \
796           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(installed_testdir)/$$f"; \
797         done
798
799 clean-installed_testLTLIBRARIES:
800         -test -z "$(installed_test_LTLIBRARIES)" || rm -f $(installed_test_LTLIBRARIES)
801         @list='$(installed_test_LTLIBRARIES)'; \
802         locs=`for p in $$list; do echo $$p; done | \
803               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
804               sort -u`; \
805         test -z "$$locs" || { \
806           echo rm -f $${locs}; \
807           rm -f $${locs}; \
808         }
809
810 clean-noinstLTLIBRARIES:
811         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
812         @list='$(noinst_LTLIBRARIES)'; \
813         locs=`for p in $$list; do echo $$p; done | \
814               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
815               sort -u`; \
816         test -z "$$locs" || { \
817           echo rm -f $${locs}; \
818           rm -f $${locs}; \
819         }
820
821 clean-checkPROGRAMS:
822         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
823         echo " rm -f" $$list; \
824         rm -f $$list || exit $$?; \
825         test -n "$(EXEEXT)" || exit 0; \
826         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
827         echo " rm -f" $$list; \
828         rm -f $$list
829 install-installed_testPROGRAMS: $(installed_test_PROGRAMS)
830         @$(NORMAL_INSTALL)
831         @list='$(installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
832         if test -n "$$list"; then \
833           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
834           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
835         fi; \
836         for p in $$list; do echo "$$p $$p"; done | \
837         sed 's/$(EXEEXT)$$//' | \
838         while read p p1; do if test -f $$p \
839          || test -f $$p1 \
840           ; then echo "$$p"; echo "$$p"; else :; fi; \
841         done | \
842         sed -e 'p;s,.*/,,;n;h' \
843             -e 's|.*|.|' \
844             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
845         sed 'N;N;N;s,\n, ,g' | \
846         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
847           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
848             if ($$2 == $$4) files[d] = files[d] " " $$1; \
849             else { print "f", $$3 "/" $$4, $$1; } } \
850           END { for (d in files) print "f", d, files[d] }' | \
851         while read type dir files; do \
852             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
853             test -z "$$files" || { \
854             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \
855             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \
856             } \
857         ; done
858
859 uninstall-installed_testPROGRAMS:
860         @$(NORMAL_UNINSTALL)
861         @list='$(installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
862         files=`for p in $$list; do echo "$$p"; done | \
863           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
864               -e 's/$$/$(EXEEXT)/' \
865         `; \
866         test -n "$$list" || exit 0; \
867         echo " ( cd '$(DESTDIR)$(installed_testdir)' && rm -f" $$files ")"; \
868         cd "$(DESTDIR)$(installed_testdir)" && rm -f $$files
869
870 clean-installed_testPROGRAMS:
871         @list='$(installed_test_PROGRAMS)'; test -n "$$list" || exit 0; \
872         echo " rm -f" $$list; \
873         rm -f $$list || exit $$?; \
874         test -n "$(EXEEXT)" || exit 0; \
875         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
876         echo " rm -f" $$list; \
877         rm -f $$list
878
879 clean-noinstPROGRAMS:
880         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
881         echo " rm -f" $$list; \
882         rm -f $$list || exit $$?; \
883         test -n "$(EXEEXT)" || exit 0; \
884         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
885         echo " rm -f" $$list; \
886         rm -f $$list
887 install-installed_testSCRIPTS: $(installed_test_SCRIPTS)
888         @$(NORMAL_INSTALL)
889         @list='$(installed_test_SCRIPTS)'; test -n "$(installed_testdir)" || list=; \
890         if test -n "$$list"; then \
891           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
892           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
893         fi; \
894         for p in $$list; do \
895           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
896           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
897         done | \
898         sed -e 'p;s,.*/,,;n' \
899             -e 'h;s|.*|.|' \
900             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
901         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
902           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
903             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
904               if (++n[d] == $(am__install_max)) { \
905                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
906             else { print "f", d "/" $$4, $$1 } } \
907           END { for (d in files) print "f", d, files[d] }' | \
908         while read type dir files; do \
909              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
910              test -z "$$files" || { \
911                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \
912                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \
913              } \
914         ; done
915
916 uninstall-installed_testSCRIPTS:
917         @$(NORMAL_UNINSTALL)
918         @list='$(installed_test_SCRIPTS)'; test -n "$(installed_testdir)" || exit 0; \
919         files=`for p in $$list; do echo "$$p"; done | \
920                sed -e 's,.*/,,;$(transform)'`; \
921         dir='$(DESTDIR)$(installed_testdir)'; $(am__uninstall_files_from_dir)
922
923 mostlyclean-libtool:
924         -rm -f *.lo
925
926 clean-libtool:
927         -rm -rf .libs _libs
928 install-installed_test_metaDATA: $(installed_test_meta_DATA)
929         @$(NORMAL_INSTALL)
930         @list='$(installed_test_meta_DATA)'; test -n "$(installed_test_metadir)" || list=; \
931         if test -n "$$list"; then \
932           echo " $(MKDIR_P) '$(DESTDIR)$(installed_test_metadir)'"; \
933           $(MKDIR_P) "$(DESTDIR)$(installed_test_metadir)" || exit 1; \
934         fi; \
935         for p in $$list; do \
936           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
937           echo "$$d$$p"; \
938         done | $(am__base_list) | \
939         while read files; do \
940           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(installed_test_metadir)'"; \
941           $(INSTALL_DATA) $$files "$(DESTDIR)$(installed_test_metadir)" || exit $$?; \
942         done
943
944 uninstall-installed_test_metaDATA:
945         @$(NORMAL_UNINSTALL)
946         @list='$(installed_test_meta_DATA)'; test -n "$(installed_test_metadir)" || list=; \
947         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
948         dir='$(DESTDIR)$(installed_test_metadir)'; $(am__uninstall_files_from_dir)
949 install-m4dataDATA: $(m4data_DATA)
950         @$(NORMAL_INSTALL)
951         @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
952         if test -n "$$list"; then \
953           echo " $(MKDIR_P) '$(DESTDIR)$(m4datadir)'"; \
954           $(MKDIR_P) "$(DESTDIR)$(m4datadir)" || exit 1; \
955         fi; \
956         for p in $$list; do \
957           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
958           echo "$$d$$p"; \
959         done | $(am__base_list) | \
960         while read files; do \
961           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \
962           $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \
963         done
964
965 uninstall-m4dataDATA:
966         @$(NORMAL_UNINSTALL)
967         @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
968         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
969         dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir)
970 install-nobase_installed_testDATA: $(nobase_installed_test_DATA)
971         @$(NORMAL_INSTALL)
972         @list='$(nobase_installed_test_DATA)'; test -n "$(installed_testdir)" || list=; \
973         if test -n "$$list"; then \
974           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
975           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
976         fi; \
977         $(am__nobase_list) | while read dir files; do \
978           xfiles=; for file in $$files; do \
979             if test -f "$$file"; then xfiles="$$xfiles $$file"; \
980             else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
981           test -z "$$xfiles" || { \
982             test "x$$dir" = x. || { \
983               echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)/$$dir'"; \
984               $(MKDIR_P) "$(DESTDIR)$(installed_testdir)/$$dir"; }; \
985             echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(installed_testdir)/$$dir'"; \
986             $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(installed_testdir)/$$dir" || exit $$?; }; \
987         done
988
989 uninstall-nobase_installed_testDATA:
990         @$(NORMAL_UNINSTALL)
991         @list='$(nobase_installed_test_DATA)'; test -n "$(installed_testdir)" || list=; \
992         $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
993         dir='$(DESTDIR)$(installed_testdir)'; $(am__uninstall_files_from_dir)
994 tags TAGS:
995
996 ctags CTAGS:
997
998 cscope cscopelist:
999
1000
1001 # Recover from deleted '.trs' file; this should ensure that
1002 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1003 # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
1004 # to avoid problems with "make -n".
1005 .log.trs:
1006         rm -f $< $@
1007         $(MAKE) $(AM_MAKEFLAGS) $<
1008
1009 # Leading 'am--fnord' is there to ensure the list of targets does not
1010 # expand to empty, as could happen e.g. with make check TESTS=''.
1011 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1012 am--force-recheck:
1013         @:
1014
1015 $(TEST_SUITE_LOG): $(TEST_LOGS)
1016         @$(am__set_TESTS_bases); \
1017         am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1018         redo_bases=`for i in $$bases; do \
1019                       am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1020                     done`; \
1021         if test -n "$$redo_bases"; then \
1022           redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1023           redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1024           if $(am__make_dryrun); then :; else \
1025             rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1026           fi; \
1027         fi; \
1028         if test -n "$$am__remaking_logs"; then \
1029           echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1030                "recursion detected" >&2; \
1031         elif test -n "$$redo_logs"; then \
1032           am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1033         fi; \
1034         if $(am__make_dryrun); then :; else \
1035           st=0;  \
1036           errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1037           for i in $$redo_bases; do \
1038             test -f $$i.trs && test -r $$i.trs \
1039               || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1040             test -f $$i.log && test -r $$i.log \
1041               || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1042           done; \
1043           test $$st -eq 0 || exit 1; \
1044         fi
1045         @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1046         ws='[   ]'; \
1047         results=`for b in $$bases; do echo $$b.trs; done`; \
1048         test -n "$$results" || results=/dev/null; \
1049         all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
1050         pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
1051         fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
1052         skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
1053         xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1054         xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1055         error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1056         if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1057           success=true; \
1058         else \
1059           success=false; \
1060         fi; \
1061         br='==================='; br=$$br$$br$$br$$br; \
1062         result_count () \
1063         { \
1064             if test x"$$1" = x"--maybe-color"; then \
1065               maybe_colorize=yes; \
1066             elif test x"$$1" = x"--no-color"; then \
1067               maybe_colorize=no; \
1068             else \
1069               echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1070             fi; \
1071             shift; \
1072             desc=$$1 count=$$2; \
1073             if test $$maybe_colorize = yes && test $$count -gt 0; then \
1074               color_start=$$3 color_end=$$std; \
1075             else \
1076               color_start= color_end=; \
1077             fi; \
1078             echo "$${color_start}# $$desc $$count$${color_end}"; \
1079         }; \
1080         create_testsuite_report () \
1081         { \
1082           result_count $$1 "TOTAL:" $$all   "$$brg"; \
1083           result_count $$1 "PASS: " $$pass  "$$grn"; \
1084           result_count $$1 "SKIP: " $$skip  "$$blu"; \
1085           result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1086           result_count $$1 "FAIL: " $$fail  "$$red"; \
1087           result_count $$1 "XPASS:" $$xpass "$$red"; \
1088           result_count $$1 "ERROR:" $$error "$$mgn"; \
1089         }; \
1090         {                                                               \
1091           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
1092             $(am__rst_title);                                           \
1093           create_testsuite_report --no-color;                           \
1094           echo;                                                         \
1095           echo ".. contents:: :depth: 2";                               \
1096           echo;                                                         \
1097           for b in $$bases; do echo $$b; done                           \
1098             | $(am__create_global_log);                                 \
1099         } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
1100         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
1101         if $$success; then                                              \
1102           col="$$grn";                                                  \
1103          else                                                           \
1104           col="$$red";                                                  \
1105           test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
1106         fi;                                                             \
1107         echo "$${col}$$br$${std}";                                      \
1108         echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
1109         echo "$${col}$$br$${std}";                                      \
1110         create_testsuite_report --maybe-color;                          \
1111         echo "$$col$$br$$std";                                          \
1112         if $$success; then :; else                                      \
1113           echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
1114           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
1115             echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
1116           fi;                                                           \
1117           echo "$$col$$br$$std";                                        \
1118         fi;                                                             \
1119         $$success || exit 1
1120
1121 check-TESTS:
1122         @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1123         @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1124         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1125         @set +e; $(am__set_TESTS_bases); \
1126         log_list=`for i in $$bases; do echo $$i.log; done`; \
1127         trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1128         log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1129         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1130         exit $$?;
1131 recheck: all $(check_LTLIBRARIES) $(check_PROGRAMS) $(check_SCRIPTS) $(check_DATA)
1132         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1133         @set +e; $(am__set_TESTS_bases); \
1134         bases=`for i in $$bases; do echo $$i; done \
1135                  | $(am__list_recheck_tests)` || exit 1; \
1136         log_list=`for i in $$bases; do echo $$i.log; done`; \
1137         log_list=`echo $$log_list`; \
1138         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1139                 am__force_recheck=am--force-recheck \
1140                 TEST_LOGS="$$log_list"; \
1141         exit $$?
1142 .test.log:
1143         @p='$<'; \
1144         $(am__set_b); \
1145         $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1146         --log-file $$b.log --trs-file $$b.trs \
1147         $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1148         "$$tst" $(AM_TESTS_FD_REDIRECT)
1149 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1150 @am__EXEEXT_TRUE@       @p='$<'; \
1151 @am__EXEEXT_TRUE@       $(am__set_b); \
1152 @am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1153 @am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
1154 @am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1155 @am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
1156
1157 distdir: $(DISTFILES)
1158         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1159         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1160         list='$(DISTFILES)'; \
1161           dist_files=`for file in $$list; do echo $$file; done | \
1162           sed -e "s|^$$srcdirstrip/||;t" \
1163               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1164         case $$dist_files in \
1165           */*) $(MKDIR_P) `echo "$$dist_files" | \
1166                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1167                            sort -u` ;; \
1168         esac; \
1169         for file in $$dist_files; do \
1170           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1171           if test -d $$d/$$file; then \
1172             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1173             if test -d "$(distdir)/$$file"; then \
1174               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1175             fi; \
1176             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1177               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1178               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1179             fi; \
1180             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1181           else \
1182             test -f "$(distdir)/$$file" \
1183             || cp -p $$d/$$file "$(distdir)/$$file" \
1184             || exit 1; \
1185           fi; \
1186         done
1187 check-am: all-am
1188         $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS) \
1189           $(check_SCRIPTS) $(check_DATA)
1190         $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
1191 check: $(BUILT_SOURCES)
1192         $(MAKE) $(AM_MAKEFLAGS) check-am
1193 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA)
1194 installdirs:
1195         for dir in "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(installed_test_metadir)" "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(installed_testdir)"; do \
1196           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1197         done
1198 install: $(BUILT_SOURCES)
1199         $(MAKE) $(AM_MAKEFLAGS) install-am
1200 install-exec: install-exec-am
1201 install-data: install-data-am
1202 uninstall: uninstall-am
1203
1204 install-am: all-am
1205         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1206
1207 installcheck: installcheck-am
1208 install-strip:
1209         if test -z '$(STRIP)'; then \
1210           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1211             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1212               install; \
1213         else \
1214           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1215             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1216             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1217         fi
1218 mostlyclean-generic:
1219         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1220         -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1221         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1222
1223 clean-generic:
1224         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1225
1226 distclean-generic:
1227         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1228         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1229         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1230
1231 maintainer-clean-generic:
1232         @echo "This command is intended for maintainers to use"
1233         @echo "it deletes files that may require special tools to rebuild."
1234         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1235         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1236 clean: clean-am
1237
1238 clean-am: clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
1239         clean-installed_testLTLIBRARIES clean-installed_testPROGRAMS \
1240         clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
1241         mostlyclean-am
1242
1243 distclean: distclean-am
1244         -rm -f Makefile
1245 distclean-am: clean-am distclean-generic
1246
1247 dvi: dvi-am
1248
1249 dvi-am:
1250
1251 html: html-am
1252
1253 html-am:
1254
1255 info: info-am
1256
1257 info-am:
1258
1259 install-data-am: install-installed_testLTLIBRARIES \
1260         install-installed_testPROGRAMS install-installed_testSCRIPTS \
1261         install-installed_test_metaDATA install-m4dataDATA \
1262         install-nobase_installed_testDATA
1263
1264 install-dvi: install-dvi-am
1265
1266 install-dvi-am:
1267
1268 install-exec-am:
1269
1270 install-html: install-html-am
1271
1272 install-html-am:
1273
1274 install-info: install-info-am
1275
1276 install-info-am:
1277
1278 install-man:
1279
1280 install-pdf: install-pdf-am
1281
1282 install-pdf-am:
1283
1284 install-ps: install-ps-am
1285
1286 install-ps-am:
1287
1288 installcheck-am:
1289
1290 maintainer-clean: maintainer-clean-am
1291         -rm -f Makefile
1292 maintainer-clean-am: distclean-am maintainer-clean-generic
1293
1294 mostlyclean: mostlyclean-am
1295
1296 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1297
1298 pdf: pdf-am
1299
1300 pdf-am:
1301
1302 ps: ps-am
1303
1304 ps-am:
1305
1306 uninstall-am: uninstall-installed_testLTLIBRARIES \
1307         uninstall-installed_testPROGRAMS \
1308         uninstall-installed_testSCRIPTS \
1309         uninstall-installed_test_metaDATA uninstall-m4dataDATA \
1310         uninstall-nobase_installed_testDATA
1311
1312 .MAKE: all check check-am install install-am install-strip
1313
1314 .PHONY: all all-am check check-TESTS check-am check-local clean \
1315         clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
1316         clean-installed_testLTLIBRARIES clean-installed_testPROGRAMS \
1317         clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
1318         cscopelist-am ctags-am distclean distclean-generic \
1319         distclean-libtool distdir dvi dvi-am html html-am info info-am \
1320         install install-am install-data install-data-am install-dvi \
1321         install-dvi-am install-exec install-exec-am install-html \
1322         install-html-am install-info install-info-am \
1323         install-installed_testLTLIBRARIES \
1324         install-installed_testPROGRAMS install-installed_testSCRIPTS \
1325         install-installed_test_metaDATA install-m4dataDATA install-man \
1326         install-nobase_installed_testDATA install-pdf install-pdf-am \
1327         install-ps install-ps-am install-strip installcheck \
1328         installcheck-am installdirs maintainer-clean \
1329         maintainer-clean-generic mostlyclean mostlyclean-generic \
1330         mostlyclean-libtool pdf pdf-am ps ps-am recheck tags-am \
1331         uninstall uninstall-am uninstall-installed_testLTLIBRARIES \
1332         uninstall-installed_testPROGRAMS \
1333         uninstall-installed_testSCRIPTS \
1334         uninstall-installed_test_metaDATA uninstall-m4dataDATA \
1335         uninstall-nobase_installed_testDATA
1336
1337 .PRECIOUS: Makefile
1338
1339
1340 # test-nonrecursive: run tests only in cwd
1341 @OS_UNIX_TRUE@test-nonrecursive: ${TEST_PROGS}
1342 @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}
1343 @OS_UNIX_FALSE@test-nonrecursive:
1344
1345 .PHONY: test-nonrecursive
1346
1347 .PHONY: lcov genlcov lcov-clean
1348 # use recursive makes in order to ignore errors during check
1349 lcov:
1350         -$(MAKE) $(AM_MAKEFLAGS) -k check
1351         $(MAKE) $(AM_MAKEFLAGS) genlcov
1352
1353 # we have to massage the lcov.info file slightly to hide the effect of libtool
1354 # placing the objects files in the .libs/ directory separate from the *.c
1355 # we also have to delete tests/.libs/libmoduletestplugin_*.gcda
1356 genlcov:
1357         $(AM_V_GEN) rm -f $(top_builddir)/tests/.libs/libmoduletestplugin_*.gcda; \
1358           $(LTP) --quiet --directory $(top_builddir) --capture --output-file glib-lcov.info --test-name GLIB_PERF --no-checksum --compat-libtool --ignore-errors source; \
1359           $(LTP) --quiet --output-file glib-lcov.info --remove glib-lcov.info docs/reference/\* /tmp/\*  gio/tests/gdbus-object-manager-example/\* ; \
1360           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
1361         @echo "file://$(abs_top_builddir)/glib-lcov/index.html"
1362
1363 lcov-clean:
1364         if test -n "$(LTP)"; then \
1365           $(LTP) --quiet --directory $(top_builddir) -z; \
1366         fi
1367
1368 # run tests in cwd as part of make check
1369 check-local: test-nonrecursive
1370
1371 @ENABLE_INSTALLED_TESTS_TRUE@%.test: %$(EXEEXT) Makefile
1372 @ENABLE_INSTALLED_TESTS_TRUE@   $(AM_V_GEN) (echo '[Test]' > $@.tmp; \
1373 @ENABLE_INSTALLED_TESTS_TRUE@   echo 'Type=session' >> $@.tmp; \
1374 @ENABLE_INSTALLED_TESTS_TRUE@   echo 'Exec=$(installed_testdir)/$(notdir $<)' >> $@.tmp; \
1375 @ENABLE_INSTALLED_TESTS_TRUE@   mv $@.tmp $@)
1376
1377 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1378 # Otherwise a system limit (for SysV at least) may be exceeded.
1379 .NOEXPORT: