Imported Upstream version 2.54.0
[platform/upstream/glib.git] / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 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) $(am__append_15)
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 @OS_LINUX_TRUE@am__append_15 = check-abis.sh
129 @OS_UNIX_TRUE@am__append_16 = gio-unix-2.0.pc
130 @OS_WIN32_TRUE@am__append_17 = gio-windows-2.0.pc
131 subdir = .
132 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
133 am__aclocal_m4_deps = $(top_srcdir)/m4macros/attributes.m4 \
134         $(top_srcdir)/m4macros/glibtests.m4 \
135         $(top_srcdir)/m4macros/gtk-doc.m4 \
136         $(top_srcdir)/m4macros/libtool.m4 \
137         $(top_srcdir)/m4macros/ltoptions.m4 \
138         $(top_srcdir)/m4macros/ltsugar.m4 \
139         $(top_srcdir)/m4macros/ltversion.m4 \
140         $(top_srcdir)/m4macros/lt~obsolete.m4 \
141         $(top_srcdir)/acinclude.m4 $(top_srcdir)/acglib.m4 \
142         $(top_srcdir)/glib/libcharset/codeset.m4 \
143         $(top_srcdir)/glib/libcharset/glibc21.m4 \
144         $(top_srcdir)/m4macros/glib-gettext.m4 \
145         $(top_srcdir)/configure.ac
146 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
147         $(ACLOCAL_M4)
148 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
149         $(am__configure_deps) $(dist_valgrind_DATA) $(am__DIST_COMMON)
150 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
151  configure.lineno config.status.lineno
152 mkinstalldirs = $(install_sh) -d
153 CONFIG_HEADER = config.h
154 CONFIG_CLEAN_FILES = glib-2.0.pc gmodule-2.0.pc gmodule-export-2.0.pc \
155         gmodule-no-export-2.0.pc gthread-2.0.pc gobject-2.0.pc \
156         gio-2.0.pc gio-unix-2.0.pc gio-windows-2.0.pc glib-zip \
157         glib-gettextize INSTALL README config.h.win32
158 CONFIG_CLEAN_VPATH_FILES =
159 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
160 am__vpath_adj = case $$p in \
161     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
162     *) f=$$p;; \
163   esac;
164 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
165 am__install_max = 40
166 am__nobase_strip_setup = \
167   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
168 am__nobase_strip = \
169   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
170 am__nobase_list = $(am__nobase_strip_setup); \
171   for p in $$list; do echo "$$p $$p"; done | \
172   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
173   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
174     if (++n[$$2] == $(am__install_max)) \
175       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
176     END { for (dir in files) print dir, files[dir] }'
177 am__base_list = \
178   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
179   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
180 am__uninstall_files_from_dir = { \
181   test -z "$$files" \
182     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
183     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
184          $(am__cd) "$$dir" && rm -f $$files; }; \
185   }
186 am__installdirs = "$(DESTDIR)$(installed_testdir)" \
187         "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(bindir)" \
188         "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(valgrinddir)" \
189         "$(DESTDIR)$(installed_test_metadir)" \
190         "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(pkgconfigdir)"
191 LTLIBRARIES = $(installed_test_LTLIBRARIES) $(noinst_LTLIBRARIES)
192 am__EXEEXT_1 =
193 @ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__EXEEXT_2 = $(am__EXEEXT_1)
194 @ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__EXEEXT_3 = $(am__EXEEXT_1)
195 PROGRAMS = $(installed_test_PROGRAMS) $(noinst_PROGRAMS)
196 SCRIPTS = $(bin_SCRIPTS) $(installed_test_SCRIPTS) $(noinst_SCRIPTS)
197 AM_V_P = $(am__v_P_@AM_V@)
198 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
199 am__v_P_0 = false
200 am__v_P_1 = :
201 AM_V_GEN = $(am__v_GEN_@AM_V@)
202 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
203 am__v_GEN_0 = @echo "  GEN     " $@;
204 am__v_GEN_1 = 
205 AM_V_at = $(am__v_at_@AM_V@)
206 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
207 am__v_at_0 = @
208 am__v_at_1 = 
209 SOURCES =
210 DIST_SOURCES =
211 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
212         ctags-recursive dvi-recursive html-recursive info-recursive \
213         install-data-recursive install-dvi-recursive \
214         install-exec-recursive install-html-recursive \
215         install-info-recursive install-pdf-recursive \
216         install-ps-recursive install-recursive installcheck-recursive \
217         installdirs-recursive pdf-recursive ps-recursive \
218         tags-recursive uninstall-recursive
219 am__can_run_installinfo = \
220   case $$AM_UPDATE_INFO_DIR in \
221     n|no|NO) false;; \
222     *) (install-info --version) >/dev/null 2>&1;; \
223   esac
224 DATA = $(dist_valgrind_DATA) $(installed_test_meta_DATA) \
225         $(nobase_installed_test_DATA) $(noinst_DATA) $(pkgconfig_DATA)
226 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
227   distclean-recursive maintainer-clean-recursive
228 am__recursive_targets = \
229   $(RECURSIVE_TARGETS) \
230   $(RECURSIVE_CLEAN_TARGETS) \
231   $(am__extra_recursive_targets)
232 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
233         cscope check recheck distdir dist dist-all distcheck
234 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
235         $(LISP)config.h.in
236 # Read a list of newline-separated strings from the standard input,
237 # and print each of them once, without duplicates.  Input order is
238 # *not* preserved.
239 am__uniquify_input = $(AWK) '\
240   BEGIN { nonempty = 0; } \
241   { items[$$0] = 1; nonempty = 1; } \
242   END { if (nonempty) { for (i in items) print i; }; } \
243 '
244 # Make sure the list of sources is unique.  This is necessary because,
245 # e.g., the same source file might be shared among _SOURCES variables
246 # for different programs/libraries.
247 am__define_uniq_tagged_files = \
248   list='$(am__tagged_files)'; \
249   unique=`for i in $$list; do \
250     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
251   done | $(am__uniquify_input)`
252 ETAGS = etags
253 CTAGS = ctags
254 CSCOPE = cscope
255 am__tty_colors_dummy = \
256   mgn= red= grn= lgn= blu= brg= std=; \
257   am__color_tests=no
258 am__tty_colors = { \
259   $(am__tty_colors_dummy); \
260   if test "X$(AM_COLOR_TESTS)" = Xno; then \
261     am__color_tests=no; \
262   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
263     am__color_tests=yes; \
264   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
265     am__color_tests=yes; \
266   fi; \
267   if test $$am__color_tests = yes; then \
268     red='\e[0;31m'; \
269     grn='\e[0;32m'; \
270     lgn='\e[1;32m'; \
271     blu='\e[1;34m'; \
272     mgn='\e[0;35m'; \
273     brg='\e[1m'; \
274     std='\e[m'; \
275   fi; \
276 }
277 am__recheck_rx = ^[     ]*:recheck:[    ]*
278 am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
279 am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
280 # A command that, given a newline-separated list of test names on the
281 # standard input, print the name of the tests that are to be re-run
282 # upon "make recheck".
283 am__list_recheck_tests = $(AWK) '{ \
284   recheck = 1; \
285   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
286     { \
287       if (rc < 0) \
288         { \
289           if ((getline line2 < ($$0 ".log")) < 0) \
290             recheck = 0; \
291           break; \
292         } \
293       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
294         { \
295           recheck = 0; \
296           break; \
297         } \
298       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
299         { \
300           break; \
301         } \
302     }; \
303   if (recheck) \
304     print $$0; \
305   close ($$0 ".trs"); \
306   close ($$0 ".log"); \
307 }'
308 # A command that, given a newline-separated list of test names on the
309 # standard input, create the global log from their .trs and .log files.
310 am__create_global_log = $(AWK) ' \
311 function fatal(msg) \
312 { \
313   print "fatal: making $@: " msg | "cat >&2"; \
314   exit 1; \
315 } \
316 function rst_section(header) \
317 { \
318   print header; \
319   len = length(header); \
320   for (i = 1; i <= len; i = i + 1) \
321     printf "="; \
322   printf "\n\n"; \
323 } \
324 { \
325   copy_in_global_log = 1; \
326   global_test_result = "RUN"; \
327   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
328     { \
329       if (rc < 0) \
330          fatal("failed to read from " $$0 ".trs"); \
331       if (line ~ /$(am__global_test_result_rx)/) \
332         { \
333           sub("$(am__global_test_result_rx)", "", line); \
334           sub("[        ]*$$", "", line); \
335           global_test_result = line; \
336         } \
337       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
338         copy_in_global_log = 0; \
339     }; \
340   if (copy_in_global_log) \
341     { \
342       rst_section(global_test_result ": " $$0); \
343       while ((rc = (getline line < ($$0 ".log"))) != 0) \
344       { \
345         if (rc < 0) \
346           fatal("failed to read from " $$0 ".log"); \
347         print line; \
348       }; \
349       printf "\n"; \
350     }; \
351   close ($$0 ".trs"); \
352   close ($$0 ".log"); \
353 }'
354 # Restructured Text title.
355 am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
356 # Solaris 10 'make', and several other traditional 'make' implementations,
357 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
358 # by disabling -e (using the XSI extension "set +e") if it's set.
359 am__sh_e_setup = case $$- in *e*) set +e;; esac
360 # Default flags passed to test drivers.
361 am__common_driver_flags = \
362   --color-tests "$$am__color_tests" \
363   --enable-hard-errors "$$am__enable_hard_errors" \
364   --expect-failure "$$am__expect_failure"
365 # To be inserted before the command running the test.  Creates the
366 # directory for the log if needed.  Stores in $dir the directory
367 # containing $f, in $tst the test, in $log the log.  Executes the
368 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
369 # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
370 # will run the test scripts (or their associated LOG_COMPILER, if
371 # thy have one).
372 am__check_pre = \
373 $(am__sh_e_setup);                                      \
374 $(am__vpath_adj_setup) $(am__vpath_adj)                 \
375 $(am__tty_colors);                                      \
376 srcdir=$(srcdir); export srcdir;                        \
377 case "$@" in                                            \
378   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
379     *) am__odir=.;;                                     \
380 esac;                                                   \
381 test "x$$am__odir" = x"." || test -d "$$am__odir"       \
382   || $(MKDIR_P) "$$am__odir" || exit $$?;               \
383 if test -f "./$$f"; then dir=./;                        \
384 elif test -f "$$f"; then dir=;                          \
385 else dir="$(srcdir)/"; fi;                              \
386 tst=$$dir$$f; log='$@';                                 \
387 if test -n '$(DISABLE_HARD_ERRORS)'; then               \
388   am__enable_hard_errors=no;                            \
389 else                                                    \
390   am__enable_hard_errors=yes;                           \
391 fi;                                                     \
392 case " $(XFAIL_TESTS) " in                              \
393   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
394     am__expect_failure=yes;;                            \
395   *)                                                    \
396     am__expect_failure=no;;                             \
397 esac;                                                   \
398 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
399 # A shell command to get the names of the tests scripts with any registered
400 # extension removed (i.e., equivalently, the names of the test logs, with
401 # the '.log' extension removed).  The result is saved in the shell variable
402 # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
403 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
404 # since that might cause problem with VPATH rewrites for suffix-less tests.
405 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
406 am__set_TESTS_bases = \
407   bases='$(TEST_LOGS)'; \
408   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
409   bases=`echo $$bases`
410 RECHECK_LOGS = $(TEST_LOGS)
411 TEST_SUITE_LOG = test-suite.log
412 TEST_EXTENSIONS = @EXEEXT@ .test
413 LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
414 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
415 am__set_b = \
416   case '$@' in \
417     */*) \
418       case '$*' in \
419         */*) b='$*';; \
420           *) b=`echo '$@' | sed 's/\.log$$//'`; \
421        esac;; \
422     *) \
423       b='$*';; \
424   esac
425 am__test_logs1 = $(TESTS:=.log)
426 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
427 TEST_LOGS = $(am__test_logs2:.test.log=.log)
428 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
429 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
430         $(TEST_LOG_FLAGS)
431 am__DIST_COMMON = $(srcdir)/INSTALL.in $(srcdir)/Makefile.in \
432         $(srcdir)/README.in $(srcdir)/config.h.in \
433         $(srcdir)/config.h.win32.in $(srcdir)/gio-2.0.pc.in \
434         $(srcdir)/gio-unix-2.0.pc.in $(srcdir)/gio-windows-2.0.pc.in \
435         $(srcdir)/glib-2.0.pc.in $(srcdir)/glib-gettextize.in \
436         $(srcdir)/glib-zip.in $(srcdir)/gmodule-2.0.pc.in \
437         $(srcdir)/gmodule-export-2.0.pc.in \
438         $(srcdir)/gmodule-no-export-2.0.pc.in \
439         $(srcdir)/gobject-2.0.pc.in $(srcdir)/gthread-2.0.pc.in \
440         $(top_srcdir)/glib.mk AUTHORS COPYING ChangeLog INSTALL NEWS \
441         README compile config.guess config.sub install-sh ltmain.sh \
442         missing py-compile test-driver
443 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
444 distdir = $(PACKAGE)-$(VERSION)
445 top_distdir = $(distdir)
446 am__remove_distdir = \
447   if test -d "$(distdir)"; then \
448     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
449       && rm -rf "$(distdir)" \
450       || { sleep 5 && rm -rf "$(distdir)"; }; \
451   else :; fi
452 am__post_remove_distdir = $(am__remove_distdir)
453 am__relativize = \
454   dir0=`pwd`; \
455   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
456   sed_rest='s,^[^/]*/*,,'; \
457   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
458   sed_butlast='s,/*[^/]*$$,,'; \
459   while test -n "$$dir1"; do \
460     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
461     if test "$$first" != "."; then \
462       if test "$$first" = ".."; then \
463         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
464         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
465       else \
466         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
467         if test "$$first2" = "$$first"; then \
468           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
469         else \
470           dir2="../$$dir2"; \
471         fi; \
472         dir0="$$dir0"/"$$first"; \
473       fi; \
474     fi; \
475     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
476   done; \
477   reldir="$$dir2"
478 GZIP_ENV = --best
479 DIST_ARCHIVES = $(distdir).tar.xz
480 DIST_TARGETS = dist-xz
481 distuninstallcheck_listfiles = find . -type f -print
482 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
483   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
484 distcleancheck_listfiles = find . -type f -print
485 ABS_TAPSET_DIR = @ABS_TAPSET_DIR@
486 ACLOCAL = @ACLOCAL@
487 ALLOCA = @ALLOCA@
488 AMTAR = @AMTAR@
489 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
490 AR = @AR@
491 AS = @AS@
492 AUTOCONF = @AUTOCONF@
493 AUTOHEADER = @AUTOHEADER@
494 AUTOMAKE = @AUTOMAKE@
495 AWK = @AWK@
496 CARBON_LIBS = @CARBON_LIBS@
497 CATALOGS = @CATALOGS@
498 CATOBJEXT = @CATOBJEXT@
499 CC = @CC@
500 CCDEPMODE = @CCDEPMODE@
501 CFLAGS = @CFLAGS@
502 COCOA_LIBS = @COCOA_LIBS@
503 CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
504 CPP = @CPP@
505 CPPFLAGS = @CPPFLAGS@
506 CXX = @CXX@
507 CXXCPP = @CXXCPP@
508 CXXDEPMODE = @CXXDEPMODE@
509 CXXFLAGS = @CXXFLAGS@
510 CYGPATH_W = @CYGPATH_W@
511 DATADIRNAME = @DATADIRNAME@
512 DBUS1_CFLAGS = @DBUS1_CFLAGS@
513 DBUS1_LIBS = @DBUS1_LIBS@
514 DBUS_DAEMON = @DBUS_DAEMON@
515 DEFS = @DEFS@
516 DEPDIR = @DEPDIR@
517 DLLTOOL = @DLLTOOL@
518 DSYMUTIL = @DSYMUTIL@
519 DTRACE = @DTRACE@
520 DUMPBIN = @DUMPBIN@
521 ECHO_C = @ECHO_C@
522 ECHO_N = @ECHO_N@
523 ECHO_T = @ECHO_T@
524 EGREP = @EGREP@
525 EXEEXT = @EXEEXT@
526 FAM_LIBS = @FAM_LIBS@
527 FGREP = @FGREP@
528 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
529 GIO = @GIO@
530 GIO_MODULE_DIR = @GIO_MODULE_DIR@
531 GLIBC21 = @GLIBC21@
532 GLIB_BINARY_AGE = @GLIB_BINARY_AGE@
533 GLIB_DEBUG_FLAGS = @GLIB_DEBUG_FLAGS@
534 GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
535 GLIB_HIDDEN_VISIBILITY_CFLAGS = @GLIB_HIDDEN_VISIBILITY_CFLAGS@
536 GLIB_INTERFACE_AGE = @GLIB_INTERFACE_AGE@
537 GLIB_LINK_FLAGS = @GLIB_LINK_FLAGS@
538 GLIB_MAJOR_VERSION = @GLIB_MAJOR_VERSION@
539 GLIB_MICRO_VERSION = @GLIB_MICRO_VERSION@
540 GLIB_MINOR_VERSION = @GLIB_MINOR_VERSION@
541 GLIB_RUNTIME_LIBDIR = @GLIB_RUNTIME_LIBDIR@
542 GLIB_VERSION = @GLIB_VERSION@
543 GLIB_WARN_CFLAGS = @GLIB_WARN_CFLAGS@
544 GLIB_WIN32_STATIC_COMPILATION_DEFINE = @GLIB_WIN32_STATIC_COMPILATION_DEFINE@
545 GMOFILES = @GMOFILES@
546 GMSGFMT = @GMSGFMT@
547 GREP = @GREP@
548 GSPAWN = @GSPAWN@
549 GTHREAD_COMPILE_IMPL_DEFINES = @GTHREAD_COMPILE_IMPL_DEFINES@
550 GTKDOC_CHECK = @GTKDOC_CHECK@
551 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
552 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
553 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
554 GTKDOC_MKPDF = @GTKDOC_MKPDF@
555 GTKDOC_REBASE = @GTKDOC_REBASE@
556 G_LIBS_EXTRA = @G_LIBS_EXTRA@
557 G_MODULE_BROKEN_RTLD_GLOBAL = @G_MODULE_BROKEN_RTLD_GLOBAL@
558 G_MODULE_HAVE_DLERROR = @G_MODULE_HAVE_DLERROR@
559 G_MODULE_IMPL = @G_MODULE_IMPL@
560 G_MODULE_LDFLAGS = @G_MODULE_LDFLAGS@
561 G_MODULE_LIBS = @G_MODULE_LIBS@
562 G_MODULE_LIBS_EXTRA = @G_MODULE_LIBS_EXTRA@
563 G_MODULE_NEED_USCORE = @G_MODULE_NEED_USCORE@
564 G_MODULE_PLUGIN_LIBS = @G_MODULE_PLUGIN_LIBS@
565 G_MODULE_SUPPORTED = @G_MODULE_SUPPORTED@
566 G_THREAD_CFLAGS = @G_THREAD_CFLAGS@
567 G_THREAD_LIBS = @G_THREAD_LIBS@
568 G_THREAD_LIBS_EXTRA = @G_THREAD_LIBS_EXTRA@
569 G_THREAD_LIBS_FOR_GTHREAD = @G_THREAD_LIBS_FOR_GTHREAD@
570 HTML_DIR = @HTML_DIR@
571 ICONV_LIBS = @ICONV_LIBS@
572 INDENT = @INDENT@
573 INSTALL = @INSTALL@
574 INSTALL_DATA = @INSTALL_DATA@
575 INSTALL_PROGRAM = @INSTALL_PROGRAM@
576 INSTALL_SCRIPT = @INSTALL_SCRIPT@
577 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
578 INSTOBJEXT = @INSTOBJEXT@
579 INTLLIBS = @INTLLIBS@
580 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
581 LD = @LD@
582 LDFLAGS = @LDFLAGS@
583 LIBELF_CFLAGS = @LIBELF_CFLAGS@
584 LIBELF_LIBS = @LIBELF_LIBS@
585 LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
586 LIBFFI_LIBS = @LIBFFI_LIBS@
587 LIBMOUNT_CFLAGS = @LIBMOUNT_CFLAGS@
588 LIBMOUNT_LIBS = @LIBMOUNT_LIBS@
589 LIBOBJS = @LIBOBJS@
590 LIBS = @LIBS@
591 LIBTOOL = @LIBTOOL@
592 LIB_EXE_MACHINE_FLAG = @LIB_EXE_MACHINE_FLAG@
593 LIPO = @LIPO@
594 LN_S = @LN_S@
595 LTLIBOBJS = @LTLIBOBJS@
596 LTP = @LTP@
597 LTP_GENHTML = @LTP_GENHTML@
598 LT_AGE = @LT_AGE@
599 LT_CURRENT = @LT_CURRENT@
600 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
601 LT_RELEASE = @LT_RELEASE@
602 LT_REVISION = @LT_REVISION@
603 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
604 MAINT = @MAINT@
605 MAKEINFO = @MAKEINFO@
606 MANIFEST_TOOL = @MANIFEST_TOOL@
607 MKDIR_P = @MKDIR_P@
608 MKINSTALLDIRS = @MKINSTALLDIRS@
609 MSGFMT = @MSGFMT@
610 MSGFMT_OPTS = @MSGFMT_OPTS@
611 NAMESER_COMPAT_INCLUDE = @NAMESER_COMPAT_INCLUDE@
612 NETWORK_LIBS = @NETWORK_LIBS@
613 NM = @NM@
614 NMEDIT = @NMEDIT@
615 OBJDUMP = @OBJDUMP@
616 OBJEXT = @OBJEXT@
617 OTOOL = @OTOOL@
618 OTOOL64 = @OTOOL64@
619 PACKAGE = @PACKAGE@
620 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
621 PACKAGE_NAME = @PACKAGE_NAME@
622 PACKAGE_STRING = @PACKAGE_STRING@
623 PACKAGE_TARNAME = @PACKAGE_TARNAME@
624 PACKAGE_URL = @PACKAGE_URL@
625 PACKAGE_VERSION = @PACKAGE_VERSION@
626 PATH_SEPARATOR = @PATH_SEPARATOR@
627 PCRE_CFLAGS = @PCRE_CFLAGS@
628 PCRE_LIBS = @PCRE_LIBS@
629 PCRE_REQUIRES = @PCRE_REQUIRES@
630 PCRE_WARN_CFLAGS = @PCRE_WARN_CFLAGS@
631 PERL = @PERL@
632 PERL_PATH = @PERL_PATH@
633 PKG_CONFIG = @PKG_CONFIG@
634 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
635 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
636 PLATFORMDEP = @PLATFORMDEP@
637 POFILES = @POFILES@
638 POSUB = @POSUB@
639 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
640 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
641 PYTHON = @PYTHON@
642 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
643 PYTHON_PLATFORM = @PYTHON_PLATFORM@
644 PYTHON_PREFIX = @PYTHON_PREFIX@
645 PYTHON_VERSION = @PYTHON_VERSION@
646 RANLIB = @RANLIB@
647 REBUILD = @REBUILD@
648 SED = @SED@
649 SELINUX_LIBS = @SELINUX_LIBS@
650 SET_MAKE = @SET_MAKE@
651 SHELL = @SHELL@
652 SHTOOL = @SHTOOL@
653 STRIP = @STRIP@
654 USE_NLS = @USE_NLS@
655 VERSION = @VERSION@
656 WINDRES = @WINDRES@
657 WSPIAPI_INCLUDE = @WSPIAPI_INCLUDE@
658 XATTR_LIBS = @XATTR_LIBS@
659 XGETTEXT = @XGETTEXT@
660 XMLCATALOG = @XMLCATALOG@
661 XML_CATALOG_FILE = @XML_CATALOG_FILE@
662 XSLTPROC = @XSLTPROC@
663 ZLIB_CFLAGS = @ZLIB_CFLAGS@
664 ZLIB_LIBS = @ZLIB_LIBS@
665 abs_builddir = @abs_builddir@
666 abs_srcdir = @abs_srcdir@
667 abs_top_builddir = @abs_top_builddir@
668 abs_top_srcdir = @abs_top_srcdir@
669 ac_ct_AR = @ac_ct_AR@
670 ac_ct_CC = @ac_ct_CC@
671 ac_ct_CXX = @ac_ct_CXX@
672 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
673 am__include = @am__include@
674 am__leading_dot = @am__leading_dot@
675 am__quote = @am__quote@
676 am__tar = @am__tar@
677 am__untar = @am__untar@
678 bindir = @bindir@
679 build = @build@
680 build_alias = @build_alias@
681 build_cpu = @build_cpu@
682 build_os = @build_os@
683 build_vendor = @build_vendor@
684 builddir = @builddir@
685 config_h_INCLUDES = @config_h_INCLUDES@
686 datadir = @datadir@
687 datarootdir = @datarootdir@
688 docdir = @docdir@
689 dvidir = @dvidir@
690 exec_prefix = @exec_prefix@
691 gio_INCLUDES = @gio_INCLUDES@
692 glib_INCLUDES = @glib_INCLUDES@
693 gmodule_INCLUDES = @gmodule_INCLUDES@
694 gobject_INCLUDES = @gobject_INCLUDES@
695 host = @host@
696 host_alias = @host_alias@
697 host_cpu = @host_cpu@
698 host_os = @host_os@
699 host_vendor = @host_vendor@
700 htmldir = @htmldir@
701 includedir = @includedir@
702 infodir = @infodir@
703 install_sh = @install_sh@
704 installed_test_metadir = @installed_test_metadir@
705 installed_testdir = @installed_testdir@
706 libdir = @libdir@
707 libexecdir = @libexecdir@
708 localedir = @localedir@
709 localstatedir = @localstatedir@
710 mandir = @mandir@
711 mkdir_p = @mkdir_p@
712 ms_librarian = @ms_librarian@
713 oldincludedir = @oldincludedir@
714 pdfdir = @pdfdir@
715 pkgpyexecdir = @pkgpyexecdir@
716 pkgpythondir = @pkgpythondir@
717 prefix = @prefix@
718 program_transform_name = @program_transform_name@
719 psdir = @psdir@
720 pyexecdir = @pyexecdir@
721 pythondir = @pythondir@
722 sbindir = @sbindir@
723 sharedstatedir = @sharedstatedir@
724 srcdir = @srcdir@
725 sysconfdir = @sysconfdir@
726 target_alias = @target_alias@
727 top_build_prefix = @top_build_prefix@
728 top_builddir = @top_builddir@
729 top_srcdir = @top_srcdir@
730
731 #GTESTER = gtester                      # for non-GLIB packages
732 #GTESTER_REPORT = gtester-report        # for non-GLIB packages
733 GTESTER = $(top_builddir)/glib/gtester                  # for the GLIB package
734 GTESTER_REPORT = $(top_builddir)/glib/gtester-report    # for the GLIB package
735 NULL = 
736
737 # initialize variables for unconditional += appending
738 BUILT_SOURCES = 
739
740 # These may be in the builddir too
741 BUILT_EXTRA_DIST = README INSTALL ChangeLog config.h.win32 $(NULL)
742 CLEANFILES = *.log *.trs $(am__append_14)
743 DISTCLEANFILES = config.lt
744 MAINTAINERCLEANFILES = 
745 EXTRA_DIST = $(all_dist_test_scripts) $(all_dist_test_data) \
746         ChangeLog.pre-2-20 ChangeLog.pre-2-18 ChangeLog.pre-2-16 \
747         ChangeLog.pre-2-14 ChangeLog.pre-2-12 ChangeLog.pre-2-10 \
748         ChangeLog.pre-2-8 ChangeLog.pre-2-6 ChangeLog.pre-2-4 \
749         ChangeLog.pre-2-2 ChangeLog.pre-2-0 ChangeLog.pre-1-2 \
750         glib-zip.in NEWS.pre-1-3 acglib.m4 sanity_check README.commits \
751         README.in README.rationale INSTALL.in README.win32 HACKING \
752         autogen.sh glib.mk glib-tap.mk tap-driver.sh tap-test \
753         msvc_recommended_pragmas.h config.h.win32.in po/po2tbl.sed.in \
754         glib-2.0.pc.in gobject-2.0.pc.in gmodule-2.0.pc.in \
755         gmodule-export-2.0.pc.in gmodule-no-export-2.0.pc.in \
756         gthread-2.0.pc.in gio-2.0.pc.in gio-unix-2.0.pc.in \
757         gio-windows-2.0.pc.in check-abis.sh gtk-doc.make $(NULL) \
758         $(meson_build_files)
759
760 # We support a fairly large range of possible variables.  It is expected that all types of files in a test suite
761 # will belong in exactly one of the following variables.
762 #
763 # First, we support the usual automake suffixes, but in lowercase, with the customary meaning:
764 #
765 #   test_programs, test_scripts, test_data, test_ltlibraries
766 #
767 # The above are used to list files that are involved in both uninstalled and installed testing.  The
768 # test_programs and test_scripts are taken to be actual testcases and will be run as part of the test suite.
769 # Note that _data is always used with the nobase_ automake variable name to ensure that installed test data is
770 # installed in the same way as it appears in the package layout.
771 #
772 # In order to mark a particular file as being only for one type of testing, use 'installed' or 'uninstalled',
773 # like so:
774 #
775 #   installed_test_programs, uninstalled_test_programs
776 #   installed_test_scripts, uninstalled_test_scripts
777 #   installed_test_data, uninstalled_test_data
778 #   installed_test_ltlibraries, uninstalled_test_ltlibraries
779 #
780 # Additionally, we support 'extra' infixes for programs and scripts.  This is used for support programs/scripts
781 # that should not themselves be run as testcases (but exist to be used from other testcases):
782 #
783 #   test_extra_programs, installed_test_extra_programs, uninstalled_test_extra_programs
784 #   test_extra_scripts, installed_test_extra_scripts, uninstalled_test_extra_scripts
785 #
786 # Additionally, for _scripts and _data, we support the customary dist_ prefix so that the named script or data
787 # file automatically end up in the tarball.
788 #
789 #   dist_test_scripts, dist_test_data, dist_test_extra_scripts
790 #   dist_installed_test_scripts, dist_installed_test_data, dist_installed_test_extra_scripts
791 #   dist_uninstalled_test_scripts, dist_uninstalled_test_data, dist_uninstalled_test_extra_scripts
792 #
793 # Note that no file is automatically disted unless it appears in one of the dist_ variables.  This follows the
794 # standard automake convention of not disting programs scripts or data by default.
795 #
796 # test_programs, test_scripts, uninstalled_test_programs and uninstalled_test_scripts (as well as their disted
797 # variants) will be run as part of the in-tree 'make check'.  These are all assumed to be runnable under
798 # gtester.  That's a bit strange for scripts, but it's possible.
799
800 # we use test -z "$(TEST_PROGS)" above, so make sure we have no extra whitespace...
801 TEST_PROGS = $(strip $(test_programs) $(test_scripts) \
802         $(uninstalled_test_programs) $(uninstalled_test_scripts) \
803         $(dist_test_scripts) $(dist_uninstalled_test_scripts))
804 installed_test_LTLIBRARIES = $(am__append_13)
805 installed_test_SCRIPTS = $(am__append_11)
806 nobase_installed_test_DATA = $(am__append_12)
807 noinst_LTLIBRARIES = $(am__append_2)
808 noinst_SCRIPTS = $(am__append_4)
809 noinst_DATA = $(am__append_5)
810 check_LTLIBRARIES = $(am__append_6)
811 check_SCRIPTS = $(am__append_8)
812 check_DATA = $(am__append_9)
813
814 # Note: build even the installed-only targets during 'make check' to ensure that they still work.
815 # We need to do a bit of trickery here and manage disting via EXTRA_DIST instead of using dist_ prefixes to
816 # prevent automake from mistreating gmake functions like $(wildcard ...) and $(addprefix ...) as if they were
817 # filenames, including removing duplicate instances of the opening part before the space, eg. '$(addprefix'.
818 all_test_programs = $(test_programs) $(uninstalled_test_programs) $(installed_test_programs) \
819                         $(test_extra_programs) $(uninstalled_test_extra_programs) $(installed_test_extra_programs)
820
821 all_test_scripts = $(test_scripts) $(uninstalled_test_scripts) \
822         $(installed_test_scripts) $(test_extra_scripts) \
823         $(uninstalled_test_extra_scripts) \
824         $(installed_test_extra_scripts) $(all_dist_test_scripts)
825 all_dist_test_scripts = $(dist_test_scripts) $(dist_uninstalled_test_scripts) $(dist_installed_test_scripts) \
826                         $(dist_test_extra_scripts) $(dist_uninstalled_test_extra_scripts) $(dist_installed_test_extra_scripts)
827
828 all_test_data = $(test_data) $(uninstalled_test_data) \
829         $(installed_test_data) $(all_dist_test_data)
830 all_dist_test_data = $(dist_test_data) $(dist_uninstalled_test_data) $(dist_installed_test_data)
831 all_test_ltlibs = $(test_ltlibraries) $(uninstalled_test_ltlibraries) $(installed_test_ltlibraries)
832 @ENABLE_INSTALLED_TESTS_TRUE@installed_testcases = $(test_programs) $(installed_test_programs) \
833 @ENABLE_INSTALLED_TESTS_TRUE@                      $(test_scripts) $(installed_test_scripts) \
834 @ENABLE_INSTALLED_TESTS_TRUE@                      $(dist_test_scripts) $(dist_installed_test_scripts)
835
836 @ENABLE_INSTALLED_TESTS_TRUE@installed_test_meta_DATA = $(installed_testcases:=.test)
837 ACLOCAL_AMFLAGS = -I m4macros ${ACLOCAL_FLAGS}
838 SUBDIRS = . m4macros glib gmodule gthread gobject gio po docs tests
839 DIST_SUBDIRS = $(SUBDIRS) build win32
840 bin_SCRIPTS = glib-gettextize
841 AM_CPPFLAGS = \
842         -DG_LOG_DOMAIN=g_log_domain_glib        \
843         @GLIB_DEBUG_FLAGS@                      \
844         -DG_DISABLE_DEPRECATED                  \
845         -DGLIB_COMPILATION
846
847 meson_build_files = \
848         config.h.meson \
849         meson_options.txt \
850         meson.build \
851         docs/reference/gio/meson.build \
852         docs/reference/gio/xml/gtkdocentities.ent.in \
853         docs/reference/gio/xml/meson.build \
854         docs/reference/glib/meson.build \
855         docs/reference/glib/xml/gtkdocentities.ent.in \
856         docs/reference/glib/xml/meson.build \
857         docs/reference/gobject/meson.build \
858         docs/reference/gobject/xml/gtkdocentities.ent.in \
859         docs/reference/gobject/xml/meson.build \
860         gio/data-to-c.py \
861         gio/gdbus-2.0/codegen/meson.build \
862         gio/inotify/meson.build \
863         gio/kqueue/meson.build \
864         gio/meson.build \
865         gio/tests/meson.build \
866         gio/tests/modules/meson.build \
867         gio/tests/gdbus-object-manager-example/meson.build \
868         gio/tests/de/LC_MESSAGES/meson.build \
869         gio/win32/meson.build \
870         gio/xdgmime/meson.build \
871         glib/libcharset/meson.build \
872         glib/meson.build \
873         glib/pcre/meson.build \
874         glib/tests/meson.build \
875         gmodule/meson.build \
876         gobject/meson.build \
877         gobject/tests/meson.build \
878         gthread/meson.build \
879         po/meson.build
880
881 CONFIGURE_DEPENDENCIES = acglib.m4
882 pkgconfigdir = $(libdir)/pkgconfig
883 pkgconfig_DATA = glib-2.0.pc gobject-2.0.pc gmodule-2.0.pc \
884         gmodule-export-2.0.pc gmodule-no-export-2.0.pc gthread-2.0.pc \
885         gio-2.0.pc $(am__append_16) $(am__append_17)
886
887 # Install Valgrind suppression file
888 valgrinddir = $(datadir)/glib-2.0/valgrind
889 dist_valgrind_DATA = glib.supp
890
891 # build documentation when doing distcheck
892 DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-gtk-doc --enable-man --disable-maintainer-mode
893 all: $(BUILT_SOURCES) config.h
894         $(MAKE) $(AM_MAKEFLAGS) all-recursive
895
896 .SUFFIXES:
897 .SUFFIXES: .log .test .test$(EXEEXT) .trs
898 am--refresh: Makefile
899         @:
900 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/glib.mk $(am__configure_deps)
901         @for dep in $?; do \
902           case '$(am__configure_deps)' in \
903             *$$dep*) \
904               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
905               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
906                 && exit 0; \
907               exit 1;; \
908           esac; \
909         done; \
910         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
911         $(am__cd) $(top_srcdir) && \
912           $(AUTOMAKE) --gnu Makefile
913 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
914         @case '$?' in \
915           *config.status*) \
916             echo ' $(SHELL) ./config.status'; \
917             $(SHELL) ./config.status;; \
918           *) \
919             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
920             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
921         esac;
922 $(top_srcdir)/glib.mk $(am__empty):
923
924 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
925         $(SHELL) ./config.status --recheck
926
927 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
928         $(am__cd) $(srcdir) && $(AUTOCONF)
929 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
930         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
931 $(am__aclocal_m4_deps):
932
933 config.h: stamp-h1
934         @test -f $@ || rm -f stamp-h1
935         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
936
937 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
938         @rm -f stamp-h1
939         cd $(top_builddir) && $(SHELL) ./config.status config.h
940 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
941         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
942         rm -f stamp-h1
943         touch $@
944
945 distclean-hdr:
946         -rm -f config.h stamp-h1
947 glib-2.0.pc: $(top_builddir)/config.status $(srcdir)/glib-2.0.pc.in
948         cd $(top_builddir) && $(SHELL) ./config.status $@
949 gmodule-2.0.pc: $(top_builddir)/config.status $(srcdir)/gmodule-2.0.pc.in
950         cd $(top_builddir) && $(SHELL) ./config.status $@
951 gmodule-export-2.0.pc: $(top_builddir)/config.status $(srcdir)/gmodule-export-2.0.pc.in
952         cd $(top_builddir) && $(SHELL) ./config.status $@
953 gmodule-no-export-2.0.pc: $(top_builddir)/config.status $(srcdir)/gmodule-no-export-2.0.pc.in
954         cd $(top_builddir) && $(SHELL) ./config.status $@
955 gthread-2.0.pc: $(top_builddir)/config.status $(srcdir)/gthread-2.0.pc.in
956         cd $(top_builddir) && $(SHELL) ./config.status $@
957 gobject-2.0.pc: $(top_builddir)/config.status $(srcdir)/gobject-2.0.pc.in
958         cd $(top_builddir) && $(SHELL) ./config.status $@
959 gio-2.0.pc: $(top_builddir)/config.status $(srcdir)/gio-2.0.pc.in
960         cd $(top_builddir) && $(SHELL) ./config.status $@
961 gio-unix-2.0.pc: $(top_builddir)/config.status $(srcdir)/gio-unix-2.0.pc.in
962         cd $(top_builddir) && $(SHELL) ./config.status $@
963 gio-windows-2.0.pc: $(top_builddir)/config.status $(srcdir)/gio-windows-2.0.pc.in
964         cd $(top_builddir) && $(SHELL) ./config.status $@
965 glib-zip: $(top_builddir)/config.status $(srcdir)/glib-zip.in
966         cd $(top_builddir) && $(SHELL) ./config.status $@
967 glib-gettextize: $(top_builddir)/config.status $(srcdir)/glib-gettextize.in
968         cd $(top_builddir) && $(SHELL) ./config.status $@
969 INSTALL: $(top_builddir)/config.status $(srcdir)/INSTALL.in
970         cd $(top_builddir) && $(SHELL) ./config.status $@
971 README: $(top_builddir)/config.status $(srcdir)/README.in
972         cd $(top_builddir) && $(SHELL) ./config.status $@
973 config.h.win32: $(top_builddir)/config.status $(srcdir)/config.h.win32.in
974         cd $(top_builddir) && $(SHELL) ./config.status $@
975
976 clean-checkLTLIBRARIES:
977         -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
978         @list='$(check_LTLIBRARIES)'; \
979         locs=`for p in $$list; do echo $$p; done | \
980               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
981               sort -u`; \
982         test -z "$$locs" || { \
983           echo rm -f $${locs}; \
984           rm -f $${locs}; \
985         }
986
987 install-installed_testLTLIBRARIES: $(installed_test_LTLIBRARIES)
988         @$(NORMAL_INSTALL)
989         @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \
990         list2=; for p in $$list; do \
991           if test -f $$p; then \
992             list2="$$list2 $$p"; \
993           else :; fi; \
994         done; \
995         test -z "$$list2" || { \
996           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
997           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
998           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(installed_testdir)'"; \
999           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(installed_testdir)"; \
1000         }
1001
1002 uninstall-installed_testLTLIBRARIES:
1003         @$(NORMAL_UNINSTALL)
1004         @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \
1005         for p in $$list; do \
1006           $(am__strip_dir) \
1007           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(installed_testdir)/$$f'"; \
1008           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(installed_testdir)/$$f"; \
1009         done
1010
1011 clean-installed_testLTLIBRARIES:
1012         -test -z "$(installed_test_LTLIBRARIES)" || rm -f $(installed_test_LTLIBRARIES)
1013         @list='$(installed_test_LTLIBRARIES)'; \
1014         locs=`for p in $$list; do echo $$p; done | \
1015               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1016               sort -u`; \
1017         test -z "$$locs" || { \
1018           echo rm -f $${locs}; \
1019           rm -f $${locs}; \
1020         }
1021
1022 clean-noinstLTLIBRARIES:
1023         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1024         @list='$(noinst_LTLIBRARIES)'; \
1025         locs=`for p in $$list; do echo $$p; done | \
1026               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1027               sort -u`; \
1028         test -z "$$locs" || { \
1029           echo rm -f $${locs}; \
1030           rm -f $${locs}; \
1031         }
1032
1033 clean-checkPROGRAMS:
1034         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
1035         echo " rm -f" $$list; \
1036         rm -f $$list || exit $$?; \
1037         test -n "$(EXEEXT)" || exit 0; \
1038         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1039         echo " rm -f" $$list; \
1040         rm -f $$list
1041 install-installed_testPROGRAMS: $(installed_test_PROGRAMS)
1042         @$(NORMAL_INSTALL)
1043         @list='$(installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
1044         if test -n "$$list"; then \
1045           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
1046           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
1047         fi; \
1048         for p in $$list; do echo "$$p $$p"; done | \
1049         sed 's/$(EXEEXT)$$//' | \
1050         while read p p1; do if test -f $$p \
1051          || test -f $$p1 \
1052           ; then echo "$$p"; echo "$$p"; else :; fi; \
1053         done | \
1054         sed -e 'p;s,.*/,,;n;h' \
1055             -e 's|.*|.|' \
1056             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1057         sed 'N;N;N;s,\n, ,g' | \
1058         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1059           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1060             if ($$2 == $$4) files[d] = files[d] " " $$1; \
1061             else { print "f", $$3 "/" $$4, $$1; } } \
1062           END { for (d in files) print "f", d, files[d] }' | \
1063         while read type dir files; do \
1064             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1065             test -z "$$files" || { \
1066             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \
1067             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \
1068             } \
1069         ; done
1070
1071 uninstall-installed_testPROGRAMS:
1072         @$(NORMAL_UNINSTALL)
1073         @list='$(installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
1074         files=`for p in $$list; do echo "$$p"; done | \
1075           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1076               -e 's/$$/$(EXEEXT)/' \
1077         `; \
1078         test -n "$$list" || exit 0; \
1079         echo " ( cd '$(DESTDIR)$(installed_testdir)' && rm -f" $$files ")"; \
1080         cd "$(DESTDIR)$(installed_testdir)" && rm -f $$files
1081
1082 clean-installed_testPROGRAMS:
1083         @list='$(installed_test_PROGRAMS)'; test -n "$$list" || exit 0; \
1084         echo " rm -f" $$list; \
1085         rm -f $$list || exit $$?; \
1086         test -n "$(EXEEXT)" || exit 0; \
1087         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1088         echo " rm -f" $$list; \
1089         rm -f $$list
1090
1091 clean-noinstPROGRAMS:
1092         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
1093         echo " rm -f" $$list; \
1094         rm -f $$list || exit $$?; \
1095         test -n "$(EXEEXT)" || exit 0; \
1096         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1097         echo " rm -f" $$list; \
1098         rm -f $$list
1099 install-binSCRIPTS: $(bin_SCRIPTS)
1100         @$(NORMAL_INSTALL)
1101         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
1102         if test -n "$$list"; then \
1103           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
1104           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
1105         fi; \
1106         for p in $$list; do \
1107           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1108           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
1109         done | \
1110         sed -e 'p;s,.*/,,;n' \
1111             -e 'h;s|.*|.|' \
1112             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
1113         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
1114           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1115             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
1116               if (++n[d] == $(am__install_max)) { \
1117                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
1118             else { print "f", d "/" $$4, $$1 } } \
1119           END { for (d in files) print "f", d, files[d] }' | \
1120         while read type dir files; do \
1121              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1122              test -z "$$files" || { \
1123                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
1124                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
1125              } \
1126         ; done
1127
1128 uninstall-binSCRIPTS:
1129         @$(NORMAL_UNINSTALL)
1130         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
1131         files=`for p in $$list; do echo "$$p"; done | \
1132                sed -e 's,.*/,,;$(transform)'`; \
1133         dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
1134 install-installed_testSCRIPTS: $(installed_test_SCRIPTS)
1135         @$(NORMAL_INSTALL)
1136         @list='$(installed_test_SCRIPTS)'; test -n "$(installed_testdir)" || list=; \
1137         if test -n "$$list"; then \
1138           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
1139           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
1140         fi; \
1141         for p in $$list; do \
1142           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1143           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
1144         done | \
1145         sed -e 'p;s,.*/,,;n' \
1146             -e 'h;s|.*|.|' \
1147             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
1148         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
1149           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1150             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
1151               if (++n[d] == $(am__install_max)) { \
1152                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
1153             else { print "f", d "/" $$4, $$1 } } \
1154           END { for (d in files) print "f", d, files[d] }' | \
1155         while read type dir files; do \
1156              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1157              test -z "$$files" || { \
1158                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \
1159                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \
1160              } \
1161         ; done
1162
1163 uninstall-installed_testSCRIPTS:
1164         @$(NORMAL_UNINSTALL)
1165         @list='$(installed_test_SCRIPTS)'; test -n "$(installed_testdir)" || exit 0; \
1166         files=`for p in $$list; do echo "$$p"; done | \
1167                sed -e 's,.*/,,;$(transform)'`; \
1168         dir='$(DESTDIR)$(installed_testdir)'; $(am__uninstall_files_from_dir)
1169
1170 mostlyclean-libtool:
1171         -rm -f *.lo
1172
1173 clean-libtool:
1174         -rm -rf .libs _libs
1175
1176 distclean-libtool:
1177         -rm -f libtool config.lt
1178 install-dist_valgrindDATA: $(dist_valgrind_DATA)
1179         @$(NORMAL_INSTALL)
1180         @list='$(dist_valgrind_DATA)'; test -n "$(valgrinddir)" || list=; \
1181         if test -n "$$list"; then \
1182           echo " $(MKDIR_P) '$(DESTDIR)$(valgrinddir)'"; \
1183           $(MKDIR_P) "$(DESTDIR)$(valgrinddir)" || exit 1; \
1184         fi; \
1185         for p in $$list; do \
1186           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1187           echo "$$d$$p"; \
1188         done | $(am__base_list) | \
1189         while read files; do \
1190           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(valgrinddir)'"; \
1191           $(INSTALL_DATA) $$files "$(DESTDIR)$(valgrinddir)" || exit $$?; \
1192         done
1193
1194 uninstall-dist_valgrindDATA:
1195         @$(NORMAL_UNINSTALL)
1196         @list='$(dist_valgrind_DATA)'; test -n "$(valgrinddir)" || list=; \
1197         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1198         dir='$(DESTDIR)$(valgrinddir)'; $(am__uninstall_files_from_dir)
1199 install-installed_test_metaDATA: $(installed_test_meta_DATA)
1200         @$(NORMAL_INSTALL)
1201         @list='$(installed_test_meta_DATA)'; test -n "$(installed_test_metadir)" || list=; \
1202         if test -n "$$list"; then \
1203           echo " $(MKDIR_P) '$(DESTDIR)$(installed_test_metadir)'"; \
1204           $(MKDIR_P) "$(DESTDIR)$(installed_test_metadir)" || exit 1; \
1205         fi; \
1206         for p in $$list; do \
1207           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1208           echo "$$d$$p"; \
1209         done | $(am__base_list) | \
1210         while read files; do \
1211           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(installed_test_metadir)'"; \
1212           $(INSTALL_DATA) $$files "$(DESTDIR)$(installed_test_metadir)" || exit $$?; \
1213         done
1214
1215 uninstall-installed_test_metaDATA:
1216         @$(NORMAL_UNINSTALL)
1217         @list='$(installed_test_meta_DATA)'; test -n "$(installed_test_metadir)" || list=; \
1218         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1219         dir='$(DESTDIR)$(installed_test_metadir)'; $(am__uninstall_files_from_dir)
1220 install-nobase_installed_testDATA: $(nobase_installed_test_DATA)
1221         @$(NORMAL_INSTALL)
1222         @list='$(nobase_installed_test_DATA)'; test -n "$(installed_testdir)" || list=; \
1223         if test -n "$$list"; then \
1224           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
1225           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
1226         fi; \
1227         $(am__nobase_list) | while read dir files; do \
1228           xfiles=; for file in $$files; do \
1229             if test -f "$$file"; then xfiles="$$xfiles $$file"; \
1230             else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
1231           test -z "$$xfiles" || { \
1232             test "x$$dir" = x. || { \
1233               echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)/$$dir'"; \
1234               $(MKDIR_P) "$(DESTDIR)$(installed_testdir)/$$dir"; }; \
1235             echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(installed_testdir)/$$dir'"; \
1236             $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(installed_testdir)/$$dir" || exit $$?; }; \
1237         done
1238
1239 uninstall-nobase_installed_testDATA:
1240         @$(NORMAL_UNINSTALL)
1241         @list='$(nobase_installed_test_DATA)'; test -n "$(installed_testdir)" || list=; \
1242         $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
1243         dir='$(DESTDIR)$(installed_testdir)'; $(am__uninstall_files_from_dir)
1244 install-pkgconfigDATA: $(pkgconfig_DATA)
1245         @$(NORMAL_INSTALL)
1246         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1247         if test -n "$$list"; then \
1248           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
1249           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
1250         fi; \
1251         for p in $$list; do \
1252           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1253           echo "$$d$$p"; \
1254         done | $(am__base_list) | \
1255         while read files; do \
1256           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
1257           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
1258         done
1259
1260 uninstall-pkgconfigDATA:
1261         @$(NORMAL_UNINSTALL)
1262         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1263         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1264         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
1265
1266 # This directory's subdirectories are mostly independent; you can cd
1267 # into them and run 'make' without going through this Makefile.
1268 # To change the values of 'make' variables: instead of editing Makefiles,
1269 # (1) if the variable is set in 'config.status', edit 'config.status'
1270 #     (which will cause the Makefiles to be regenerated when you run 'make');
1271 # (2) otherwise, pass the desired values on the 'make' command line.
1272 $(am__recursive_targets):
1273         @fail=; \
1274         if $(am__make_keepgoing); then \
1275           failcom='fail=yes'; \
1276         else \
1277           failcom='exit 1'; \
1278         fi; \
1279         dot_seen=no; \
1280         target=`echo $@ | sed s/-recursive//`; \
1281         case "$@" in \
1282           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1283           *) list='$(SUBDIRS)' ;; \
1284         esac; \
1285         for subdir in $$list; do \
1286           echo "Making $$target in $$subdir"; \
1287           if test "$$subdir" = "."; then \
1288             dot_seen=yes; \
1289             local_target="$$target-am"; \
1290           else \
1291             local_target="$$target"; \
1292           fi; \
1293           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1294           || eval $$failcom; \
1295         done; \
1296         if test "$$dot_seen" = "no"; then \
1297           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1298         fi; test -z "$$fail"
1299
1300 ID: $(am__tagged_files)
1301         $(am__define_uniq_tagged_files); mkid -fID $$unique
1302 tags: tags-recursive
1303 TAGS: tags
1304
1305 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1306         set x; \
1307         here=`pwd`; \
1308         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1309           include_option=--etags-include; \
1310           empty_fix=.; \
1311         else \
1312           include_option=--include; \
1313           empty_fix=; \
1314         fi; \
1315         list='$(SUBDIRS)'; for subdir in $$list; do \
1316           if test "$$subdir" = .; then :; else \
1317             test ! -f $$subdir/TAGS || \
1318               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1319           fi; \
1320         done; \
1321         $(am__define_uniq_tagged_files); \
1322         shift; \
1323         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1324           test -n "$$unique" || unique=$$empty_fix; \
1325           if test $$# -gt 0; then \
1326             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1327               "$$@" $$unique; \
1328           else \
1329             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1330               $$unique; \
1331           fi; \
1332         fi
1333 ctags: ctags-recursive
1334
1335 CTAGS: ctags
1336 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1337         $(am__define_uniq_tagged_files); \
1338         test -z "$(CTAGS_ARGS)$$unique" \
1339           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1340              $$unique
1341
1342 GTAGS:
1343         here=`$(am__cd) $(top_builddir) && pwd` \
1344           && $(am__cd) $(top_srcdir) \
1345           && gtags -i $(GTAGS_ARGS) "$$here"
1346 cscope: cscope.files
1347         test ! -s cscope.files \
1348           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1349 clean-cscope:
1350         -rm -f cscope.files
1351 cscope.files: clean-cscope cscopelist
1352 cscopelist: cscopelist-recursive
1353
1354 cscopelist-am: $(am__tagged_files)
1355         list='$(am__tagged_files)'; \
1356         case "$(srcdir)" in \
1357           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1358           *) sdir=$(subdir)/$(srcdir) ;; \
1359         esac; \
1360         for i in $$list; do \
1361           if test -f "$$i"; then \
1362             echo "$(subdir)/$$i"; \
1363           else \
1364             echo "$$sdir/$$i"; \
1365           fi; \
1366         done >> $(top_builddir)/cscope.files
1367
1368 distclean-tags:
1369         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1370         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1371
1372 # Recover from deleted '.trs' file; this should ensure that
1373 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1374 # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
1375 # to avoid problems with "make -n".
1376 .log.trs:
1377         rm -f $< $@
1378         $(MAKE) $(AM_MAKEFLAGS) $<
1379
1380 # Leading 'am--fnord' is there to ensure the list of targets does not
1381 # expand to empty, as could happen e.g. with make check TESTS=''.
1382 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1383 am--force-recheck:
1384         @:
1385
1386 $(TEST_SUITE_LOG): $(TEST_LOGS)
1387         @$(am__set_TESTS_bases); \
1388         am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1389         redo_bases=`for i in $$bases; do \
1390                       am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1391                     done`; \
1392         if test -n "$$redo_bases"; then \
1393           redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1394           redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1395           if $(am__make_dryrun); then :; else \
1396             rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1397           fi; \
1398         fi; \
1399         if test -n "$$am__remaking_logs"; then \
1400           echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1401                "recursion detected" >&2; \
1402         elif test -n "$$redo_logs"; then \
1403           am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1404         fi; \
1405         if $(am__make_dryrun); then :; else \
1406           st=0;  \
1407           errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1408           for i in $$redo_bases; do \
1409             test -f $$i.trs && test -r $$i.trs \
1410               || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1411             test -f $$i.log && test -r $$i.log \
1412               || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1413           done; \
1414           test $$st -eq 0 || exit 1; \
1415         fi
1416         @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1417         ws='[   ]'; \
1418         results=`for b in $$bases; do echo $$b.trs; done`; \
1419         test -n "$$results" || results=/dev/null; \
1420         all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
1421         pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
1422         fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
1423         skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
1424         xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1425         xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1426         error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1427         if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1428           success=true; \
1429         else \
1430           success=false; \
1431         fi; \
1432         br='==================='; br=$$br$$br$$br$$br; \
1433         result_count () \
1434         { \
1435             if test x"$$1" = x"--maybe-color"; then \
1436               maybe_colorize=yes; \
1437             elif test x"$$1" = x"--no-color"; then \
1438               maybe_colorize=no; \
1439             else \
1440               echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1441             fi; \
1442             shift; \
1443             desc=$$1 count=$$2; \
1444             if test $$maybe_colorize = yes && test $$count -gt 0; then \
1445               color_start=$$3 color_end=$$std; \
1446             else \
1447               color_start= color_end=; \
1448             fi; \
1449             echo "$${color_start}# $$desc $$count$${color_end}"; \
1450         }; \
1451         create_testsuite_report () \
1452         { \
1453           result_count $$1 "TOTAL:" $$all   "$$brg"; \
1454           result_count $$1 "PASS: " $$pass  "$$grn"; \
1455           result_count $$1 "SKIP: " $$skip  "$$blu"; \
1456           result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1457           result_count $$1 "FAIL: " $$fail  "$$red"; \
1458           result_count $$1 "XPASS:" $$xpass "$$red"; \
1459           result_count $$1 "ERROR:" $$error "$$mgn"; \
1460         }; \
1461         {                                                               \
1462           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
1463             $(am__rst_title);                                           \
1464           create_testsuite_report --no-color;                           \
1465           echo;                                                         \
1466           echo ".. contents:: :depth: 2";                               \
1467           echo;                                                         \
1468           for b in $$bases; do echo $$b; done                           \
1469             | $(am__create_global_log);                                 \
1470         } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
1471         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
1472         if $$success; then                                              \
1473           col="$$grn";                                                  \
1474          else                                                           \
1475           col="$$red";                                                  \
1476           test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
1477         fi;                                                             \
1478         echo "$${col}$$br$${std}";                                      \
1479         echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
1480         echo "$${col}$$br$${std}";                                      \
1481         create_testsuite_report --maybe-color;                          \
1482         echo "$$col$$br$$std";                                          \
1483         if $$success; then :; else                                      \
1484           echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
1485           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
1486             echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
1487           fi;                                                           \
1488           echo "$$col$$br$$std";                                        \
1489         fi;                                                             \
1490         $$success || exit 1
1491
1492 check-TESTS:
1493         @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1494         @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1495         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1496         @set +e; $(am__set_TESTS_bases); \
1497         log_list=`for i in $$bases; do echo $$i.log; done`; \
1498         trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1499         log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1500         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1501         exit $$?;
1502 recheck: all $(check_LTLIBRARIES) $(check_PROGRAMS) $(check_SCRIPTS) $(check_DATA)
1503         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1504         @set +e; $(am__set_TESTS_bases); \
1505         bases=`for i in $$bases; do echo $$i; done \
1506                  | $(am__list_recheck_tests)` || exit 1; \
1507         log_list=`for i in $$bases; do echo $$i.log; done`; \
1508         log_list=`echo $$log_list`; \
1509         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1510                 am__force_recheck=am--force-recheck \
1511                 TEST_LOGS="$$log_list"; \
1512         exit $$?
1513 check-abis.sh.log: check-abis.sh
1514         @p='check-abis.sh'; \
1515         b='check-abis.sh'; \
1516         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1517         --log-file $$b.log --trs-file $$b.trs \
1518         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1519         "$$tst" $(AM_TESTS_FD_REDIRECT)
1520 .test.log:
1521         @p='$<'; \
1522         $(am__set_b); \
1523         $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1524         --log-file $$b.log --trs-file $$b.trs \
1525         $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1526         "$$tst" $(AM_TESTS_FD_REDIRECT)
1527 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1528 @am__EXEEXT_TRUE@       @p='$<'; \
1529 @am__EXEEXT_TRUE@       $(am__set_b); \
1530 @am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1531 @am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
1532 @am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1533 @am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
1534
1535 distdir: $(DISTFILES)
1536         $(am__remove_distdir)
1537         test -d "$(distdir)" || mkdir "$(distdir)"
1538         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1539         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1540         list='$(DISTFILES)'; \
1541           dist_files=`for file in $$list; do echo $$file; done | \
1542           sed -e "s|^$$srcdirstrip/||;t" \
1543               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1544         case $$dist_files in \
1545           */*) $(MKDIR_P) `echo "$$dist_files" | \
1546                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1547                            sort -u` ;; \
1548         esac; \
1549         for file in $$dist_files; do \
1550           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1551           if test -d $$d/$$file; then \
1552             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1553             if test -d "$(distdir)/$$file"; then \
1554               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1555             fi; \
1556             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1557               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1558               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1559             fi; \
1560             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1561           else \
1562             test -f "$(distdir)/$$file" \
1563             || cp -p $$d/$$file "$(distdir)/$$file" \
1564             || exit 1; \
1565           fi; \
1566         done
1567         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1568           if test "$$subdir" = .; then :; else \
1569             $(am__make_dryrun) \
1570               || test -d "$(distdir)/$$subdir" \
1571               || $(MKDIR_P) "$(distdir)/$$subdir" \
1572               || exit 1; \
1573             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1574             $(am__relativize); \
1575             new_distdir=$$reldir; \
1576             dir1=$$subdir; dir2="$(top_distdir)"; \
1577             $(am__relativize); \
1578             new_top_distdir=$$reldir; \
1579             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1580             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1581             ($(am__cd) $$subdir && \
1582               $(MAKE) $(AM_MAKEFLAGS) \
1583                 top_distdir="$$new_top_distdir" \
1584                 distdir="$$new_distdir" \
1585                 am__remove_distdir=: \
1586                 am__skip_length_check=: \
1587                 am__skip_mode_fix=: \
1588                 distdir) \
1589               || exit 1; \
1590           fi; \
1591         done
1592         $(MAKE) $(AM_MAKEFLAGS) \
1593           top_distdir="$(top_distdir)" distdir="$(distdir)" \
1594           dist-hook
1595         -test -n "$(am__skip_mode_fix)" \
1596         || find "$(distdir)" -type d ! -perm -755 \
1597                 -exec chmod u+rwx,go+rx {} \; -o \
1598           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1599           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1600           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1601         || chmod -R a+r "$(distdir)"
1602 dist-gzip: distdir
1603         tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
1604         $(am__post_remove_distdir)
1605
1606 dist-bzip2: distdir
1607         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1608         $(am__post_remove_distdir)
1609
1610 dist-lzip: distdir
1611         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1612         $(am__post_remove_distdir)
1613 dist-xz: distdir
1614         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1615         $(am__post_remove_distdir)
1616
1617 dist-tarZ: distdir
1618         @echo WARNING: "Support for distribution archives compressed with" \
1619                        "legacy program 'compress' is deprecated." >&2
1620         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1621         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1622         $(am__post_remove_distdir)
1623
1624 dist-shar: distdir
1625         @echo WARNING: "Support for shar distribution archives is" \
1626                        "deprecated." >&2
1627         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1628         shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
1629         $(am__post_remove_distdir)
1630
1631 dist-zip: distdir
1632         -rm -f $(distdir).zip
1633         zip -rq $(distdir).zip $(distdir)
1634         $(am__post_remove_distdir)
1635
1636 dist dist-all:
1637         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1638         $(am__post_remove_distdir)
1639
1640 # This target untars the dist file and tries a VPATH configuration.  Then
1641 # it guarantees that the distribution is self-contained by making another
1642 # tarfile.
1643 distcheck: dist
1644         case '$(DIST_ARCHIVES)' in \
1645         *.tar.gz*) \
1646           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1647         *.tar.bz2*) \
1648           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1649         *.tar.lz*) \
1650           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1651         *.tar.xz*) \
1652           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1653         *.tar.Z*) \
1654           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1655         *.shar.gz*) \
1656           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1657         *.zip*) \
1658           unzip $(distdir).zip ;;\
1659         esac
1660         chmod -R a-w $(distdir)
1661         chmod u+w $(distdir)
1662         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1663         chmod a-w $(distdir)
1664         test -d $(distdir)/_build || exit 0; \
1665         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1666           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1667           && am__cwd=`pwd` \
1668           && $(am__cd) $(distdir)/_build/sub \
1669           && ../../configure \
1670             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1671             $(DISTCHECK_CONFIGURE_FLAGS) \
1672             --srcdir=../.. --prefix="$$dc_install_base" \
1673           && $(MAKE) $(AM_MAKEFLAGS) \
1674           && $(MAKE) $(AM_MAKEFLAGS) dvi \
1675           && $(MAKE) $(AM_MAKEFLAGS) check \
1676           && $(MAKE) $(AM_MAKEFLAGS) install \
1677           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1678           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1679           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1680                 distuninstallcheck \
1681           && chmod -R a-w "$$dc_install_base" \
1682           && ({ \
1683                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1684                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1685                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1686                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1687                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1688               } || { rm -rf "$$dc_destdir"; exit 1; }) \
1689           && rm -rf "$$dc_destdir" \
1690           && $(MAKE) $(AM_MAKEFLAGS) dist \
1691           && rm -rf $(DIST_ARCHIVES) \
1692           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1693           && cd "$$am__cwd" \
1694           || exit 1
1695         $(am__post_remove_distdir)
1696         @(echo "$(distdir) archives ready for distribution: "; \
1697           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1698           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1699 distuninstallcheck:
1700         @test -n '$(distuninstallcheck_dir)' || { \
1701           echo 'ERROR: trying to run $@ with an empty' \
1702                '$$(distuninstallcheck_dir)' >&2; \
1703           exit 1; \
1704         }; \
1705         $(am__cd) '$(distuninstallcheck_dir)' || { \
1706           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1707           exit 1; \
1708         }; \
1709         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1710            || { echo "ERROR: files left after uninstall:" ; \
1711                 if test -n "$(DESTDIR)"; then \
1712                   echo "  (check DESTDIR support)"; \
1713                 fi ; \
1714                 $(distuninstallcheck_listfiles) ; \
1715                 exit 1; } >&2
1716 distcleancheck: distclean
1717         @if test '$(srcdir)' = . ; then \
1718           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1719           exit 1 ; \
1720         fi
1721         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1722           || { echo "ERROR: files left in build directory after distclean:" ; \
1723                $(distcleancheck_listfiles) ; \
1724                exit 1; } >&2
1725 check-am: all-am
1726         $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS) \
1727           $(check_SCRIPTS) $(check_DATA)
1728         $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
1729 check: $(BUILT_SOURCES)
1730         $(MAKE) $(AM_MAKEFLAGS) check-recursive
1731 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
1732                 config.h
1733 installdirs: installdirs-recursive
1734 installdirs-am:
1735         for dir in "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(valgrinddir)" "$(DESTDIR)$(installed_test_metadir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
1736           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1737         done
1738 install: $(BUILT_SOURCES)
1739         $(MAKE) $(AM_MAKEFLAGS) install-recursive
1740 install-exec: install-exec-recursive
1741 install-data: install-data-recursive
1742 uninstall: uninstall-recursive
1743
1744 install-am: all-am
1745         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1746
1747 installcheck: installcheck-recursive
1748 install-strip:
1749         if test -z '$(STRIP)'; then \
1750           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1751             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1752               install; \
1753         else \
1754           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1755             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1756             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1757         fi
1758 mostlyclean-generic:
1759         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1760         -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1761         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1762
1763 clean-generic:
1764         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1765
1766 distclean-generic:
1767         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1768         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1769         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1770
1771 maintainer-clean-generic:
1772         @echo "This command is intended for maintainers to use"
1773         @echo "it deletes files that may require special tools to rebuild."
1774         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1775         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1776 clean: clean-recursive
1777
1778 clean-am: clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
1779         clean-installed_testLTLIBRARIES clean-installed_testPROGRAMS \
1780         clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
1781         mostlyclean-am
1782
1783 distclean: distclean-recursive
1784         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1785         -rm -f Makefile
1786 distclean-am: clean-am distclean-generic distclean-hdr \
1787         distclean-libtool distclean-local distclean-tags
1788
1789 dvi: dvi-recursive
1790
1791 dvi-am:
1792
1793 html: html-recursive
1794
1795 html-am:
1796
1797 info: info-recursive
1798
1799 info-am:
1800
1801 install-data-am: install-dist_valgrindDATA \
1802         install-installed_testLTLIBRARIES \
1803         install-installed_testPROGRAMS install-installed_testSCRIPTS \
1804         install-installed_test_metaDATA \
1805         install-nobase_installed_testDATA install-pkgconfigDATA
1806
1807 install-dvi: install-dvi-recursive
1808
1809 install-dvi-am:
1810
1811 install-exec-am: install-binSCRIPTS
1812
1813 install-html: install-html-recursive
1814
1815 install-html-am:
1816
1817 install-info: install-info-recursive
1818
1819 install-info-am:
1820
1821 install-man:
1822
1823 install-pdf: install-pdf-recursive
1824
1825 install-pdf-am:
1826
1827 install-ps: install-ps-recursive
1828
1829 install-ps-am:
1830
1831 installcheck-am:
1832
1833 maintainer-clean: maintainer-clean-recursive
1834         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1835         -rm -rf $(top_srcdir)/autom4te.cache
1836         -rm -f Makefile
1837 maintainer-clean-am: distclean-am maintainer-clean-generic
1838
1839 mostlyclean: mostlyclean-recursive
1840
1841 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1842
1843 pdf: pdf-recursive
1844
1845 pdf-am:
1846
1847 ps: ps-recursive
1848
1849 ps-am:
1850
1851 uninstall-am: uninstall-binSCRIPTS uninstall-dist_valgrindDATA \
1852         uninstall-installed_testLTLIBRARIES \
1853         uninstall-installed_testPROGRAMS \
1854         uninstall-installed_testSCRIPTS \
1855         uninstall-installed_test_metaDATA \
1856         uninstall-nobase_installed_testDATA uninstall-pkgconfigDATA
1857
1858 .MAKE: $(am__recursive_targets) all check check-am install install-am \
1859         install-strip
1860
1861 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1862         am--refresh check check-TESTS check-am check-local clean \
1863         clean-checkLTLIBRARIES clean-checkPROGRAMS clean-cscope \
1864         clean-generic clean-installed_testLTLIBRARIES \
1865         clean-installed_testPROGRAMS clean-libtool \
1866         clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope \
1867         cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1868         dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
1869         dist-zip distcheck distclean distclean-generic distclean-hdr \
1870         distclean-libtool distclean-local distclean-tags \
1871         distcleancheck distdir distuninstallcheck dvi dvi-am html \
1872         html-am info info-am install install-am install-binSCRIPTS \
1873         install-data install-data-am install-dist_valgrindDATA \
1874         install-dvi install-dvi-am install-exec install-exec-am \
1875         install-html install-html-am install-info install-info-am \
1876         install-installed_testLTLIBRARIES \
1877         install-installed_testPROGRAMS install-installed_testSCRIPTS \
1878         install-installed_test_metaDATA install-man \
1879         install-nobase_installed_testDATA install-pdf install-pdf-am \
1880         install-pkgconfigDATA install-ps install-ps-am install-strip \
1881         installcheck installcheck-am installdirs installdirs-am \
1882         maintainer-clean maintainer-clean-generic mostlyclean \
1883         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1884         recheck tags tags-am uninstall uninstall-am \
1885         uninstall-binSCRIPTS uninstall-dist_valgrindDATA \
1886         uninstall-installed_testLTLIBRARIES \
1887         uninstall-installed_testPROGRAMS \
1888         uninstall-installed_testSCRIPTS \
1889         uninstall-installed_test_metaDATA \
1890         uninstall-nobase_installed_testDATA uninstall-pkgconfigDATA
1891
1892 .PRECIOUS: Makefile
1893
1894
1895 # test-nonrecursive: run tests only in cwd
1896 @OS_UNIX_TRUE@test-nonrecursive: ${TEST_PROGS}
1897 @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}
1898 @OS_UNIX_FALSE@test-nonrecursive:
1899
1900 .PHONY: test-nonrecursive
1901
1902 .PHONY: lcov genlcov lcov-clean
1903 # use recursive makes in order to ignore errors during check
1904 lcov:
1905         -$(MAKE) $(AM_MAKEFLAGS) -k check
1906         $(MAKE) $(AM_MAKEFLAGS) genlcov
1907
1908 # we have to massage the lcov.info file slightly to hide the effect of libtool
1909 # placing the objects files in the .libs/ directory separate from the *.c
1910 # we also have to delete tests/.libs/libmoduletestplugin_*.gcda
1911 genlcov:
1912         $(AM_V_GEN) rm -f $(top_builddir)/tests/.libs/libmoduletestplugin_*.gcda; \
1913           $(LTP) --quiet --directory $(top_builddir) --capture --output-file glib-lcov.info --test-name GLIB_PERF --no-checksum --compat-libtool --ignore-errors source; \
1914           $(LTP) --quiet --output-file glib-lcov.info --remove glib-lcov.info docs/reference/\* /tmp/\*  gio/tests/gdbus-object-manager-example/\* ; \
1915           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
1916         @echo "file://$(abs_top_builddir)/glib-lcov/index.html"
1917
1918 lcov-clean:
1919         if test -n "$(LTP)"; then \
1920           $(LTP) --quiet --directory $(top_builddir) -z; \
1921         fi
1922
1923 # run tests in cwd as part of make check
1924 check-local: test-nonrecursive
1925
1926 @ENABLE_INSTALLED_TESTS_TRUE@%.test: %$(EXEEXT) Makefile
1927 @ENABLE_INSTALLED_TESTS_TRUE@   $(AM_V_GEN) (echo '[Test]' > $@.tmp; \
1928 @ENABLE_INSTALLED_TESTS_TRUE@   echo 'Type=session' >> $@.tmp; \
1929 @ENABLE_INSTALLED_TESTS_TRUE@   echo 'Exec=$(installed_testdir)/$(notdir $<)' >> $@.tmp; \
1930 @ENABLE_INSTALLED_TESTS_TRUE@   mv $@.tmp $@)
1931
1932 # http://people.gnome.org/~walters/docs/build-api.txt
1933 .buildapi-allow-builddir:
1934         tests/refcount/meson.build \
1935         tests/meson.build \
1936         tests/gobject/meson.build \
1937         $()
1938
1939 ChangeLog:
1940         $(AM_V_GEN) if test -d "$(srcdir)/.git"; then \
1941           (GIT_DIR=$(top_srcdir)/.git ./missing --run git log GLIB_2_20_0^^.. --stat) | fmt --split-only > $@.tmp \
1942           && mv -f $@.tmp $@ \
1943           || ($(RM) $@.tmp; \
1944               echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
1945               (test -f $@ || echo git-log is required to generate this file >> $@)); \
1946         else \
1947           test -f $@ || \
1948           (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
1949           echo A git checkout and git-log is required to generate this file >> $@); \
1950         fi
1951
1952 $(pkgconfig_DATA): config.status
1953
1954 distclean-local: lcov-clean
1955         if test $(srcdir) = .; then :; else \
1956             rm -f $(BUILT_EXTRA_DIST); \
1957         fi
1958
1959 .PHONY: files release sanity snapshot ChangeLog
1960
1961 files:
1962         @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
1963           echo $$p; \
1964         done
1965
1966 release:
1967         rm -rf .deps */.deps
1968         cd docs && make glib.html
1969         $(MAKE) distcheck
1970
1971 sanity:
1972         ./sanity_check $(VERSION)
1973
1974 snapshot:
1975         $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
1976
1977 snapcheck:
1978         $(MAKE) distcheck distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
1979
1980 dist-hook: $(BUILT_EXTRA_DIST)
1981         files='$(BUILT_EXTRA_DIST)'; \
1982         for f in $$files; do \
1983           if test -f $$f; then d=.; else d=$(srcdir); fi; \
1984           rm -f $(distdir)/$$f && cp $$d/$$f $(distdir) || exit 1; done
1985
1986 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1987 # Otherwise a system limit (for SysV at least) may be exceeded.
1988 .NOEXPORT: