Imported Upstream version 2.50.2
[platform/upstream/glib.git] / 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) $(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) $(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)" \
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 = $(installed_test_meta_DATA) $(nobase_installed_test_DATA) \
225         $(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 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 LD = @LD@
581 LDFLAGS = @LDFLAGS@
582 LIBELF_CFLAGS = @LIBELF_CFLAGS@
583 LIBELF_LIBS = @LIBELF_LIBS@
584 LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
585 LIBFFI_LIBS = @LIBFFI_LIBS@
586 LIBMOUNT_CFLAGS = @LIBMOUNT_CFLAGS@
587 LIBMOUNT_LIBS = @LIBMOUNT_LIBS@
588 LIBOBJS = @LIBOBJS@
589 LIBS = @LIBS@
590 LIBTOOL = @LIBTOOL@
591 LIB_EXE_MACHINE_FLAG = @LIB_EXE_MACHINE_FLAG@
592 LIPO = @LIPO@
593 LN_S = @LN_S@
594 LTLIBOBJS = @LTLIBOBJS@
595 LTP = @LTP@
596 LTP_GENHTML = @LTP_GENHTML@
597 LT_AGE = @LT_AGE@
598 LT_CURRENT = @LT_CURRENT@
599 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
600 LT_RELEASE = @LT_RELEASE@
601 LT_REVISION = @LT_REVISION@
602 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
603 MAINT = @MAINT@
604 MAKEINFO = @MAKEINFO@
605 MANIFEST_TOOL = @MANIFEST_TOOL@
606 MKDIR_P = @MKDIR_P@
607 MKINSTALLDIRS = @MKINSTALLDIRS@
608 MSGFMT = @MSGFMT@
609 MSGFMT_OPTS = @MSGFMT_OPTS@
610 NAMESER_COMPAT_INCLUDE = @NAMESER_COMPAT_INCLUDE@
611 NETWORK_LIBS = @NETWORK_LIBS@
612 NM = @NM@
613 NMEDIT = @NMEDIT@
614 OBJDUMP = @OBJDUMP@
615 OBJEXT = @OBJEXT@
616 OTOOL = @OTOOL@
617 OTOOL64 = @OTOOL64@
618 PACKAGE = @PACKAGE@
619 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
620 PACKAGE_NAME = @PACKAGE_NAME@
621 PACKAGE_STRING = @PACKAGE_STRING@
622 PACKAGE_TARNAME = @PACKAGE_TARNAME@
623 PACKAGE_URL = @PACKAGE_URL@
624 PACKAGE_VERSION = @PACKAGE_VERSION@
625 PATH_SEPARATOR = @PATH_SEPARATOR@
626 PCRE_CFLAGS = @PCRE_CFLAGS@
627 PCRE_LIBS = @PCRE_LIBS@
628 PCRE_REQUIRES = @PCRE_REQUIRES@
629 PCRE_WARN_CFLAGS = @PCRE_WARN_CFLAGS@
630 PERL = @PERL@
631 PERL_PATH = @PERL_PATH@
632 PKG_CONFIG = @PKG_CONFIG@
633 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
634 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
635 PLATFORMDEP = @PLATFORMDEP@
636 POFILES = @POFILES@
637 POSUB = @POSUB@
638 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
639 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
640 PYTHON = @PYTHON@
641 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
642 PYTHON_PLATFORM = @PYTHON_PLATFORM@
643 PYTHON_PREFIX = @PYTHON_PREFIX@
644 PYTHON_VERSION = @PYTHON_VERSION@
645 RANLIB = @RANLIB@
646 REBUILD = @REBUILD@
647 SED = @SED@
648 SELINUX_LIBS = @SELINUX_LIBS@
649 SET_MAKE = @SET_MAKE@
650 SHELL = @SHELL@
651 SHTOOL = @SHTOOL@
652 STRIP = @STRIP@
653 USE_NLS = @USE_NLS@
654 VERSION = @VERSION@
655 WINDRES = @WINDRES@
656 WSPIAPI_INCLUDE = @WSPIAPI_INCLUDE@
657 XATTR_LIBS = @XATTR_LIBS@
658 XGETTEXT = @XGETTEXT@
659 XMLCATALOG = @XMLCATALOG@
660 XML_CATALOG_FILE = @XML_CATALOG_FILE@
661 XSLTPROC = @XSLTPROC@
662 ZLIB_CFLAGS = @ZLIB_CFLAGS@
663 ZLIB_LIBS = @ZLIB_LIBS@
664 abs_builddir = @abs_builddir@
665 abs_srcdir = @abs_srcdir@
666 abs_top_builddir = @abs_top_builddir@
667 abs_top_srcdir = @abs_top_srcdir@
668 ac_ct_AR = @ac_ct_AR@
669 ac_ct_CC = @ac_ct_CC@
670 ac_ct_CXX = @ac_ct_CXX@
671 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
672 am__include = @am__include@
673 am__leading_dot = @am__leading_dot@
674 am__quote = @am__quote@
675 am__tar = @am__tar@
676 am__untar = @am__untar@
677 bindir = @bindir@
678 build = @build@
679 build_alias = @build_alias@
680 build_cpu = @build_cpu@
681 build_os = @build_os@
682 build_vendor = @build_vendor@
683 builddir = @builddir@
684 config_h_INCLUDES = @config_h_INCLUDES@
685 datadir = @datadir@
686 datarootdir = @datarootdir@
687 docdir = @docdir@
688 dvidir = @dvidir@
689 exec_prefix = @exec_prefix@
690 gio_INCLUDES = @gio_INCLUDES@
691 glib_INCLUDES = @glib_INCLUDES@
692 gmodule_INCLUDES = @gmodule_INCLUDES@
693 gobject_INCLUDES = @gobject_INCLUDES@
694 host = @host@
695 host_alias = @host_alias@
696 host_cpu = @host_cpu@
697 host_os = @host_os@
698 host_vendor = @host_vendor@
699 htmldir = @htmldir@
700 includedir = @includedir@
701 infodir = @infodir@
702 install_sh = @install_sh@
703 installed_test_metadir = @installed_test_metadir@
704 installed_testdir = @installed_testdir@
705 libdir = @libdir@
706 libexecdir = @libexecdir@
707 localedir = @localedir@
708 localstatedir = @localstatedir@
709 mandir = @mandir@
710 mkdir_p = @mkdir_p@
711 ms_librarian = @ms_librarian@
712 oldincludedir = @oldincludedir@
713 pdfdir = @pdfdir@
714 pkgpyexecdir = @pkgpyexecdir@
715 pkgpythondir = @pkgpythondir@
716 prefix = @prefix@
717 program_transform_name = @program_transform_name@
718 psdir = @psdir@
719 pyexecdir = @pyexecdir@
720 pythondir = @pythondir@
721 sbindir = @sbindir@
722 sharedstatedir = @sharedstatedir@
723 srcdir = @srcdir@
724 sysconfdir = @sysconfdir@
725 target_alias = @target_alias@
726 top_build_prefix = @top_build_prefix@
727 top_builddir = @top_builddir@
728 top_srcdir = @top_srcdir@
729
730 #GTESTER = gtester                      # for non-GLIB packages
731 #GTESTER_REPORT = gtester-report        # for non-GLIB packages
732 GTESTER = $(top_builddir)/glib/gtester                  # for the GLIB package
733 GTESTER_REPORT = $(top_builddir)/glib/gtester-report    # for the GLIB package
734 NULL = 
735
736 # initialize variables for unconditional += appending
737 BUILT_SOURCES = 
738
739 # These may be in the builddir too
740 BUILT_EXTRA_DIST = README INSTALL ChangeLog config.h.win32 $(NULL)
741 CLEANFILES = *.log *.trs $(am__append_14)
742 DISTCLEANFILES = config.lt
743 MAINTAINERCLEANFILES = 
744 EXTRA_DIST = $(all_dist_test_scripts) $(all_dist_test_data) \
745         ChangeLog.pre-2-20 ChangeLog.pre-2-18 ChangeLog.pre-2-16 \
746         ChangeLog.pre-2-14 ChangeLog.pre-2-12 ChangeLog.pre-2-10 \
747         ChangeLog.pre-2-8 ChangeLog.pre-2-6 ChangeLog.pre-2-4 \
748         ChangeLog.pre-2-2 ChangeLog.pre-2-0 ChangeLog.pre-1-2 \
749         glib-zip.in NEWS.pre-1-3 acglib.m4 sanity_check README.commits \
750         README.in README.rationale INSTALL.in README.win32 HACKING \
751         autogen.sh glib.mk glib-tap.mk tap-driver.sh tap-test \
752         makefile.msc msvc_recommended_pragmas.h config.h.win32.in \
753         po/po2tbl.sed.in glib-2.0.pc.in gobject-2.0.pc.in \
754         gmodule-2.0.pc.in gmodule-export-2.0.pc.in \
755         gmodule-no-export-2.0.pc.in gthread-2.0.pc.in gio-2.0.pc.in \
756         gio-unix-2.0.pc.in gio-windows-2.0.pc.in check-abis.sh \
757         gtk-doc.make $(NULL)
758
759 # We support a fairly large range of possible variables.  It is expected that all types of files in a test suite
760 # will belong in exactly one of the following variables.
761 #
762 # First, we support the usual automake suffixes, but in lowercase, with the customary meaning:
763 #
764 #   test_programs, test_scripts, test_data, test_ltlibraries
765 #
766 # The above are used to list files that are involved in both uninstalled and installed testing.  The
767 # test_programs and test_scripts are taken to be actual testcases and will be run as part of the test suite.
768 # Note that _data is always used with the nobase_ automake variable name to ensure that installed test data is
769 # installed in the same way as it appears in the package layout.
770 #
771 # In order to mark a particular file as being only for one type of testing, use 'installed' or 'uninstalled',
772 # like so:
773 #
774 #   installed_test_programs, uninstalled_test_programs
775 #   installed_test_scripts, uninstalled_test_scripts
776 #   installed_test_data, uninstalled_test_data
777 #   installed_test_ltlibraries, uninstalled_test_ltlibraries
778 #
779 # Additionally, we support 'extra' infixes for programs and scripts.  This is used for support programs/scripts
780 # that should not themselves be run as testcases (but exist to be used from other testcases):
781 #
782 #   test_extra_programs, installed_test_extra_programs, uninstalled_test_extra_programs
783 #   test_extra_scripts, installed_test_extra_scripts, uninstalled_test_extra_scripts
784 #
785 # Additionally, for _scripts and _data, we support the customary dist_ prefix so that the named script or data
786 # file automatically end up in the tarball.
787 #
788 #   dist_test_scripts, dist_test_data, dist_test_extra_scripts
789 #   dist_installed_test_scripts, dist_installed_test_data, dist_installed_test_extra_scripts
790 #   dist_uninstalled_test_scripts, dist_uninstalled_test_data, dist_uninstalled_test_extra_scripts
791 #
792 # Note that no file is automatically disted unless it appears in one of the dist_ variables.  This follows the
793 # standard automake convention of not disting programs scripts or data by default.
794 #
795 # test_programs, test_scripts, uninstalled_test_programs and uninstalled_test_scripts (as well as their disted
796 # variants) will be run as part of the in-tree 'make check'.  These are all assumed to be runnable under
797 # gtester.  That's a bit strange for scripts, but it's possible.
798
799 # we use test -z "$(TEST_PROGS)" above, so make sure we have no extra whitespace...
800 TEST_PROGS = $(strip $(test_programs) $(test_scripts) \
801         $(uninstalled_test_programs) $(uninstalled_test_scripts) \
802         $(dist_test_scripts) $(dist_uninstalled_test_scripts))
803 installed_test_LTLIBRARIES = $(am__append_13)
804 installed_test_SCRIPTS = $(am__append_11)
805 nobase_installed_test_DATA = $(am__append_12)
806 noinst_LTLIBRARIES = $(am__append_2)
807 noinst_SCRIPTS = $(am__append_4)
808 noinst_DATA = $(am__append_5)
809 check_LTLIBRARIES = $(am__append_6)
810 check_SCRIPTS = $(am__append_8)
811 check_DATA = $(am__append_9)
812
813 # Note: build even the installed-only targets during 'make check' to ensure that they still work.
814 # We need to do a bit of trickery here and manage disting via EXTRA_DIST instead of using dist_ prefixes to
815 # prevent automake from mistreating gmake functions like $(wildcard ...) and $(addprefix ...) as if they were
816 # filenames, including removing duplicate instances of the opening part before the space, eg. '$(addprefix'.
817 all_test_programs = $(test_programs) $(uninstalled_test_programs) $(installed_test_programs) \
818                         $(test_extra_programs) $(uninstalled_test_extra_programs) $(installed_test_extra_programs)
819
820 all_test_scripts = $(test_scripts) $(uninstalled_test_scripts) \
821         $(installed_test_scripts) $(test_extra_scripts) \
822         $(uninstalled_test_extra_scripts) \
823         $(installed_test_extra_scripts) $(all_dist_test_scripts)
824 all_dist_test_scripts = $(dist_test_scripts) $(dist_uninstalled_test_scripts) $(dist_installed_test_scripts) \
825                         $(dist_test_extra_scripts) $(dist_uninstalled_test_extra_scripts) $(dist_installed_test_extra_scripts)
826
827 all_test_data = $(test_data) $(uninstalled_test_data) \
828         $(installed_test_data) $(all_dist_test_data)
829 all_dist_test_data = $(dist_test_data) $(dist_uninstalled_test_data) $(dist_installed_test_data)
830 all_test_ltlibs = $(test_ltlibraries) $(uninstalled_test_ltlibraries) $(installed_test_ltlibraries)
831 @ENABLE_INSTALLED_TESTS_TRUE@installed_testcases = $(test_programs) $(installed_test_programs) \
832 @ENABLE_INSTALLED_TESTS_TRUE@                      $(test_scripts) $(installed_test_scripts) \
833 @ENABLE_INSTALLED_TESTS_TRUE@                      $(dist_test_scripts) $(dist_installed_test_scripts)
834
835 @ENABLE_INSTALLED_TESTS_TRUE@installed_test_meta_DATA = $(installed_testcases:=.test)
836 ACLOCAL_AMFLAGS = -I m4macros ${ACLOCAL_FLAGS}
837 SUBDIRS = . m4macros glib gmodule gthread gobject gio po docs tests
838 DIST_SUBDIRS = $(SUBDIRS) build
839 bin_SCRIPTS = glib-gettextize
840 AM_CPPFLAGS = \
841         -DG_LOG_DOMAIN=g_log_domain_glib        \
842         @GLIB_DEBUG_FLAGS@                      \
843         -DG_DISABLE_DEPRECATED                  \
844         -DGLIB_COMPILATION
845
846 CONFIGURE_DEPENDENCIES = acglib.m4
847 pkgconfigdir = $(libdir)/pkgconfig
848 pkgconfig_DATA = glib-2.0.pc gobject-2.0.pc gmodule-2.0.pc \
849         gmodule-export-2.0.pc gmodule-no-export-2.0.pc gthread-2.0.pc \
850         gio-2.0.pc $(am__append_16) $(am__append_17)
851
852 # build documentation when doing distcheck
853 DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-gtk-doc --enable-man --disable-maintainer-mode
854 all: $(BUILT_SOURCES) config.h
855         $(MAKE) $(AM_MAKEFLAGS) all-recursive
856
857 .SUFFIXES:
858 .SUFFIXES: .log .test .test$(EXEEXT) .trs
859 am--refresh: Makefile
860         @:
861 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/glib.mk $(am__configure_deps)
862         @for dep in $?; do \
863           case '$(am__configure_deps)' in \
864             *$$dep*) \
865               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
866               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
867                 && exit 0; \
868               exit 1;; \
869           esac; \
870         done; \
871         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
872         $(am__cd) $(top_srcdir) && \
873           $(AUTOMAKE) --gnu Makefile
874 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
875         @case '$?' in \
876           *config.status*) \
877             echo ' $(SHELL) ./config.status'; \
878             $(SHELL) ./config.status;; \
879           *) \
880             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
881             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
882         esac;
883 $(top_srcdir)/glib.mk $(am__empty):
884
885 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
886         $(SHELL) ./config.status --recheck
887
888 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
889         $(am__cd) $(srcdir) && $(AUTOCONF)
890 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
891         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
892 $(am__aclocal_m4_deps):
893
894 config.h: stamp-h1
895         @test -f $@ || rm -f stamp-h1
896         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
897
898 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
899         @rm -f stamp-h1
900         cd $(top_builddir) && $(SHELL) ./config.status config.h
901 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
902         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
903         rm -f stamp-h1
904         touch $@
905
906 distclean-hdr:
907         -rm -f config.h stamp-h1
908 glib-2.0.pc: $(top_builddir)/config.status $(srcdir)/glib-2.0.pc.in
909         cd $(top_builddir) && $(SHELL) ./config.status $@
910 gmodule-2.0.pc: $(top_builddir)/config.status $(srcdir)/gmodule-2.0.pc.in
911         cd $(top_builddir) && $(SHELL) ./config.status $@
912 gmodule-export-2.0.pc: $(top_builddir)/config.status $(srcdir)/gmodule-export-2.0.pc.in
913         cd $(top_builddir) && $(SHELL) ./config.status $@
914 gmodule-no-export-2.0.pc: $(top_builddir)/config.status $(srcdir)/gmodule-no-export-2.0.pc.in
915         cd $(top_builddir) && $(SHELL) ./config.status $@
916 gthread-2.0.pc: $(top_builddir)/config.status $(srcdir)/gthread-2.0.pc.in
917         cd $(top_builddir) && $(SHELL) ./config.status $@
918 gobject-2.0.pc: $(top_builddir)/config.status $(srcdir)/gobject-2.0.pc.in
919         cd $(top_builddir) && $(SHELL) ./config.status $@
920 gio-2.0.pc: $(top_builddir)/config.status $(srcdir)/gio-2.0.pc.in
921         cd $(top_builddir) && $(SHELL) ./config.status $@
922 gio-unix-2.0.pc: $(top_builddir)/config.status $(srcdir)/gio-unix-2.0.pc.in
923         cd $(top_builddir) && $(SHELL) ./config.status $@
924 gio-windows-2.0.pc: $(top_builddir)/config.status $(srcdir)/gio-windows-2.0.pc.in
925         cd $(top_builddir) && $(SHELL) ./config.status $@
926 glib-zip: $(top_builddir)/config.status $(srcdir)/glib-zip.in
927         cd $(top_builddir) && $(SHELL) ./config.status $@
928 glib-gettextize: $(top_builddir)/config.status $(srcdir)/glib-gettextize.in
929         cd $(top_builddir) && $(SHELL) ./config.status $@
930 INSTALL: $(top_builddir)/config.status $(srcdir)/INSTALL.in
931         cd $(top_builddir) && $(SHELL) ./config.status $@
932 README: $(top_builddir)/config.status $(srcdir)/README.in
933         cd $(top_builddir) && $(SHELL) ./config.status $@
934 config.h.win32: $(top_builddir)/config.status $(srcdir)/config.h.win32.in
935         cd $(top_builddir) && $(SHELL) ./config.status $@
936
937 clean-checkLTLIBRARIES:
938         -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
939         @list='$(check_LTLIBRARIES)'; \
940         locs=`for p in $$list; do echo $$p; done | \
941               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
942               sort -u`; \
943         test -z "$$locs" || { \
944           echo rm -f $${locs}; \
945           rm -f $${locs}; \
946         }
947
948 install-installed_testLTLIBRARIES: $(installed_test_LTLIBRARIES)
949         @$(NORMAL_INSTALL)
950         @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \
951         list2=; for p in $$list; do \
952           if test -f $$p; then \
953             list2="$$list2 $$p"; \
954           else :; fi; \
955         done; \
956         test -z "$$list2" || { \
957           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
958           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
959           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(installed_testdir)'"; \
960           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(installed_testdir)"; \
961         }
962
963 uninstall-installed_testLTLIBRARIES:
964         @$(NORMAL_UNINSTALL)
965         @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \
966         for p in $$list; do \
967           $(am__strip_dir) \
968           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(installed_testdir)/$$f'"; \
969           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(installed_testdir)/$$f"; \
970         done
971
972 clean-installed_testLTLIBRARIES:
973         -test -z "$(installed_test_LTLIBRARIES)" || rm -f $(installed_test_LTLIBRARIES)
974         @list='$(installed_test_LTLIBRARIES)'; \
975         locs=`for p in $$list; do echo $$p; done | \
976               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
977               sort -u`; \
978         test -z "$$locs" || { \
979           echo rm -f $${locs}; \
980           rm -f $${locs}; \
981         }
982
983 clean-noinstLTLIBRARIES:
984         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
985         @list='$(noinst_LTLIBRARIES)'; \
986         locs=`for p in $$list; do echo $$p; done | \
987               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
988               sort -u`; \
989         test -z "$$locs" || { \
990           echo rm -f $${locs}; \
991           rm -f $${locs}; \
992         }
993
994 clean-checkPROGRAMS:
995         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
996         echo " rm -f" $$list; \
997         rm -f $$list || exit $$?; \
998         test -n "$(EXEEXT)" || exit 0; \
999         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1000         echo " rm -f" $$list; \
1001         rm -f $$list
1002 install-installed_testPROGRAMS: $(installed_test_PROGRAMS)
1003         @$(NORMAL_INSTALL)
1004         @list='$(installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
1005         if test -n "$$list"; then \
1006           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
1007           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
1008         fi; \
1009         for p in $$list; do echo "$$p $$p"; done | \
1010         sed 's/$(EXEEXT)$$//' | \
1011         while read p p1; do if test -f $$p \
1012          || test -f $$p1 \
1013           ; then echo "$$p"; echo "$$p"; else :; fi; \
1014         done | \
1015         sed -e 'p;s,.*/,,;n;h' \
1016             -e 's|.*|.|' \
1017             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1018         sed 'N;N;N;s,\n, ,g' | \
1019         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1020           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1021             if ($$2 == $$4) files[d] = files[d] " " $$1; \
1022             else { print "f", $$3 "/" $$4, $$1; } } \
1023           END { for (d in files) print "f", d, files[d] }' | \
1024         while read type dir files; do \
1025             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1026             test -z "$$files" || { \
1027             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \
1028             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \
1029             } \
1030         ; done
1031
1032 uninstall-installed_testPROGRAMS:
1033         @$(NORMAL_UNINSTALL)
1034         @list='$(installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
1035         files=`for p in $$list; do echo "$$p"; done | \
1036           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1037               -e 's/$$/$(EXEEXT)/' \
1038         `; \
1039         test -n "$$list" || exit 0; \
1040         echo " ( cd '$(DESTDIR)$(installed_testdir)' && rm -f" $$files ")"; \
1041         cd "$(DESTDIR)$(installed_testdir)" && rm -f $$files
1042
1043 clean-installed_testPROGRAMS:
1044         @list='$(installed_test_PROGRAMS)'; test -n "$$list" || exit 0; \
1045         echo " rm -f" $$list; \
1046         rm -f $$list || exit $$?; \
1047         test -n "$(EXEEXT)" || exit 0; \
1048         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1049         echo " rm -f" $$list; \
1050         rm -f $$list
1051
1052 clean-noinstPROGRAMS:
1053         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
1054         echo " rm -f" $$list; \
1055         rm -f $$list || exit $$?; \
1056         test -n "$(EXEEXT)" || exit 0; \
1057         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1058         echo " rm -f" $$list; \
1059         rm -f $$list
1060 install-binSCRIPTS: $(bin_SCRIPTS)
1061         @$(NORMAL_INSTALL)
1062         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
1063         if test -n "$$list"; then \
1064           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
1065           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
1066         fi; \
1067         for p in $$list; do \
1068           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1069           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
1070         done | \
1071         sed -e 'p;s,.*/,,;n' \
1072             -e 'h;s|.*|.|' \
1073             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
1074         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
1075           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1076             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
1077               if (++n[d] == $(am__install_max)) { \
1078                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
1079             else { print "f", d "/" $$4, $$1 } } \
1080           END { for (d in files) print "f", d, files[d] }' | \
1081         while read type dir files; do \
1082              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1083              test -z "$$files" || { \
1084                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
1085                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
1086              } \
1087         ; done
1088
1089 uninstall-binSCRIPTS:
1090         @$(NORMAL_UNINSTALL)
1091         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
1092         files=`for p in $$list; do echo "$$p"; done | \
1093                sed -e 's,.*/,,;$(transform)'`; \
1094         dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
1095 install-installed_testSCRIPTS: $(installed_test_SCRIPTS)
1096         @$(NORMAL_INSTALL)
1097         @list='$(installed_test_SCRIPTS)'; test -n "$(installed_testdir)" || list=; \
1098         if test -n "$$list"; then \
1099           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
1100           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
1101         fi; \
1102         for p in $$list; do \
1103           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1104           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
1105         done | \
1106         sed -e 'p;s,.*/,,;n' \
1107             -e 'h;s|.*|.|' \
1108             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
1109         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
1110           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1111             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
1112               if (++n[d] == $(am__install_max)) { \
1113                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
1114             else { print "f", d "/" $$4, $$1 } } \
1115           END { for (d in files) print "f", d, files[d] }' | \
1116         while read type dir files; do \
1117              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1118              test -z "$$files" || { \
1119                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \
1120                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \
1121              } \
1122         ; done
1123
1124 uninstall-installed_testSCRIPTS:
1125         @$(NORMAL_UNINSTALL)
1126         @list='$(installed_test_SCRIPTS)'; test -n "$(installed_testdir)" || exit 0; \
1127         files=`for p in $$list; do echo "$$p"; done | \
1128                sed -e 's,.*/,,;$(transform)'`; \
1129         dir='$(DESTDIR)$(installed_testdir)'; $(am__uninstall_files_from_dir)
1130
1131 mostlyclean-libtool:
1132         -rm -f *.lo
1133
1134 clean-libtool:
1135         -rm -rf .libs _libs
1136
1137 distclean-libtool:
1138         -rm -f libtool config.lt
1139 install-installed_test_metaDATA: $(installed_test_meta_DATA)
1140         @$(NORMAL_INSTALL)
1141         @list='$(installed_test_meta_DATA)'; test -n "$(installed_test_metadir)" || list=; \
1142         if test -n "$$list"; then \
1143           echo " $(MKDIR_P) '$(DESTDIR)$(installed_test_metadir)'"; \
1144           $(MKDIR_P) "$(DESTDIR)$(installed_test_metadir)" || exit 1; \
1145         fi; \
1146         for p in $$list; do \
1147           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1148           echo "$$d$$p"; \
1149         done | $(am__base_list) | \
1150         while read files; do \
1151           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(installed_test_metadir)'"; \
1152           $(INSTALL_DATA) $$files "$(DESTDIR)$(installed_test_metadir)" || exit $$?; \
1153         done
1154
1155 uninstall-installed_test_metaDATA:
1156         @$(NORMAL_UNINSTALL)
1157         @list='$(installed_test_meta_DATA)'; test -n "$(installed_test_metadir)" || list=; \
1158         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1159         dir='$(DESTDIR)$(installed_test_metadir)'; $(am__uninstall_files_from_dir)
1160 install-nobase_installed_testDATA: $(nobase_installed_test_DATA)
1161         @$(NORMAL_INSTALL)
1162         @list='$(nobase_installed_test_DATA)'; test -n "$(installed_testdir)" || list=; \
1163         if test -n "$$list"; then \
1164           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
1165           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
1166         fi; \
1167         $(am__nobase_list) | while read dir files; do \
1168           xfiles=; for file in $$files; do \
1169             if test -f "$$file"; then xfiles="$$xfiles $$file"; \
1170             else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
1171           test -z "$$xfiles" || { \
1172             test "x$$dir" = x. || { \
1173               echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)/$$dir'"; \
1174               $(MKDIR_P) "$(DESTDIR)$(installed_testdir)/$$dir"; }; \
1175             echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(installed_testdir)/$$dir'"; \
1176             $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(installed_testdir)/$$dir" || exit $$?; }; \
1177         done
1178
1179 uninstall-nobase_installed_testDATA:
1180         @$(NORMAL_UNINSTALL)
1181         @list='$(nobase_installed_test_DATA)'; test -n "$(installed_testdir)" || list=; \
1182         $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
1183         dir='$(DESTDIR)$(installed_testdir)'; $(am__uninstall_files_from_dir)
1184 install-pkgconfigDATA: $(pkgconfig_DATA)
1185         @$(NORMAL_INSTALL)
1186         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1187         if test -n "$$list"; then \
1188           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
1189           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
1190         fi; \
1191         for p in $$list; do \
1192           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1193           echo "$$d$$p"; \
1194         done | $(am__base_list) | \
1195         while read files; do \
1196           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
1197           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
1198         done
1199
1200 uninstall-pkgconfigDATA:
1201         @$(NORMAL_UNINSTALL)
1202         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1203         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1204         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
1205
1206 # This directory's subdirectories are mostly independent; you can cd
1207 # into them and run 'make' without going through this Makefile.
1208 # To change the values of 'make' variables: instead of editing Makefiles,
1209 # (1) if the variable is set in 'config.status', edit 'config.status'
1210 #     (which will cause the Makefiles to be regenerated when you run 'make');
1211 # (2) otherwise, pass the desired values on the 'make' command line.
1212 $(am__recursive_targets):
1213         @fail=; \
1214         if $(am__make_keepgoing); then \
1215           failcom='fail=yes'; \
1216         else \
1217           failcom='exit 1'; \
1218         fi; \
1219         dot_seen=no; \
1220         target=`echo $@ | sed s/-recursive//`; \
1221         case "$@" in \
1222           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1223           *) list='$(SUBDIRS)' ;; \
1224         esac; \
1225         for subdir in $$list; do \
1226           echo "Making $$target in $$subdir"; \
1227           if test "$$subdir" = "."; then \
1228             dot_seen=yes; \
1229             local_target="$$target-am"; \
1230           else \
1231             local_target="$$target"; \
1232           fi; \
1233           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1234           || eval $$failcom; \
1235         done; \
1236         if test "$$dot_seen" = "no"; then \
1237           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1238         fi; test -z "$$fail"
1239
1240 ID: $(am__tagged_files)
1241         $(am__define_uniq_tagged_files); mkid -fID $$unique
1242 tags: tags-recursive
1243 TAGS: tags
1244
1245 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1246         set x; \
1247         here=`pwd`; \
1248         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1249           include_option=--etags-include; \
1250           empty_fix=.; \
1251         else \
1252           include_option=--include; \
1253           empty_fix=; \
1254         fi; \
1255         list='$(SUBDIRS)'; for subdir in $$list; do \
1256           if test "$$subdir" = .; then :; else \
1257             test ! -f $$subdir/TAGS || \
1258               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1259           fi; \
1260         done; \
1261         $(am__define_uniq_tagged_files); \
1262         shift; \
1263         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1264           test -n "$$unique" || unique=$$empty_fix; \
1265           if test $$# -gt 0; then \
1266             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1267               "$$@" $$unique; \
1268           else \
1269             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1270               $$unique; \
1271           fi; \
1272         fi
1273 ctags: ctags-recursive
1274
1275 CTAGS: ctags
1276 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1277         $(am__define_uniq_tagged_files); \
1278         test -z "$(CTAGS_ARGS)$$unique" \
1279           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1280              $$unique
1281
1282 GTAGS:
1283         here=`$(am__cd) $(top_builddir) && pwd` \
1284           && $(am__cd) $(top_srcdir) \
1285           && gtags -i $(GTAGS_ARGS) "$$here"
1286 cscope: cscope.files
1287         test ! -s cscope.files \
1288           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1289 clean-cscope:
1290         -rm -f cscope.files
1291 cscope.files: clean-cscope cscopelist
1292 cscopelist: cscopelist-recursive
1293
1294 cscopelist-am: $(am__tagged_files)
1295         list='$(am__tagged_files)'; \
1296         case "$(srcdir)" in \
1297           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1298           *) sdir=$(subdir)/$(srcdir) ;; \
1299         esac; \
1300         for i in $$list; do \
1301           if test -f "$$i"; then \
1302             echo "$(subdir)/$$i"; \
1303           else \
1304             echo "$$sdir/$$i"; \
1305           fi; \
1306         done >> $(top_builddir)/cscope.files
1307
1308 distclean-tags:
1309         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1310         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1311
1312 # Recover from deleted '.trs' file; this should ensure that
1313 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1314 # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
1315 # to avoid problems with "make -n".
1316 .log.trs:
1317         rm -f $< $@
1318         $(MAKE) $(AM_MAKEFLAGS) $<
1319
1320 # Leading 'am--fnord' is there to ensure the list of targets does not
1321 # expand to empty, as could happen e.g. with make check TESTS=''.
1322 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1323 am--force-recheck:
1324         @:
1325
1326 $(TEST_SUITE_LOG): $(TEST_LOGS)
1327         @$(am__set_TESTS_bases); \
1328         am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1329         redo_bases=`for i in $$bases; do \
1330                       am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1331                     done`; \
1332         if test -n "$$redo_bases"; then \
1333           redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1334           redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1335           if $(am__make_dryrun); then :; else \
1336             rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1337           fi; \
1338         fi; \
1339         if test -n "$$am__remaking_logs"; then \
1340           echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1341                "recursion detected" >&2; \
1342         elif test -n "$$redo_logs"; then \
1343           am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1344         fi; \
1345         if $(am__make_dryrun); then :; else \
1346           st=0;  \
1347           errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1348           for i in $$redo_bases; do \
1349             test -f $$i.trs && test -r $$i.trs \
1350               || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1351             test -f $$i.log && test -r $$i.log \
1352               || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1353           done; \
1354           test $$st -eq 0 || exit 1; \
1355         fi
1356         @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1357         ws='[   ]'; \
1358         results=`for b in $$bases; do echo $$b.trs; done`; \
1359         test -n "$$results" || results=/dev/null; \
1360         all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
1361         pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
1362         fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
1363         skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
1364         xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1365         xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1366         error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1367         if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1368           success=true; \
1369         else \
1370           success=false; \
1371         fi; \
1372         br='==================='; br=$$br$$br$$br$$br; \
1373         result_count () \
1374         { \
1375             if test x"$$1" = x"--maybe-color"; then \
1376               maybe_colorize=yes; \
1377             elif test x"$$1" = x"--no-color"; then \
1378               maybe_colorize=no; \
1379             else \
1380               echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1381             fi; \
1382             shift; \
1383             desc=$$1 count=$$2; \
1384             if test $$maybe_colorize = yes && test $$count -gt 0; then \
1385               color_start=$$3 color_end=$$std; \
1386             else \
1387               color_start= color_end=; \
1388             fi; \
1389             echo "$${color_start}# $$desc $$count$${color_end}"; \
1390         }; \
1391         create_testsuite_report () \
1392         { \
1393           result_count $$1 "TOTAL:" $$all   "$$brg"; \
1394           result_count $$1 "PASS: " $$pass  "$$grn"; \
1395           result_count $$1 "SKIP: " $$skip  "$$blu"; \
1396           result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1397           result_count $$1 "FAIL: " $$fail  "$$red"; \
1398           result_count $$1 "XPASS:" $$xpass "$$red"; \
1399           result_count $$1 "ERROR:" $$error "$$mgn"; \
1400         }; \
1401         {                                                               \
1402           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
1403             $(am__rst_title);                                           \
1404           create_testsuite_report --no-color;                           \
1405           echo;                                                         \
1406           echo ".. contents:: :depth: 2";                               \
1407           echo;                                                         \
1408           for b in $$bases; do echo $$b; done                           \
1409             | $(am__create_global_log);                                 \
1410         } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
1411         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
1412         if $$success; then                                              \
1413           col="$$grn";                                                  \
1414          else                                                           \
1415           col="$$red";                                                  \
1416           test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
1417         fi;                                                             \
1418         echo "$${col}$$br$${std}";                                      \
1419         echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
1420         echo "$${col}$$br$${std}";                                      \
1421         create_testsuite_report --maybe-color;                          \
1422         echo "$$col$$br$$std";                                          \
1423         if $$success; then :; else                                      \
1424           echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
1425           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
1426             echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
1427           fi;                                                           \
1428           echo "$$col$$br$$std";                                        \
1429         fi;                                                             \
1430         $$success || exit 1
1431
1432 check-TESTS:
1433         @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1434         @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1435         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1436         @set +e; $(am__set_TESTS_bases); \
1437         log_list=`for i in $$bases; do echo $$i.log; done`; \
1438         trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1439         log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1440         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1441         exit $$?;
1442 recheck: all $(check_LTLIBRARIES) $(check_PROGRAMS) $(check_SCRIPTS) $(check_DATA)
1443         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1444         @set +e; $(am__set_TESTS_bases); \
1445         bases=`for i in $$bases; do echo $$i; done \
1446                  | $(am__list_recheck_tests)` || exit 1; \
1447         log_list=`for i in $$bases; do echo $$i.log; done`; \
1448         log_list=`echo $$log_list`; \
1449         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1450                 am__force_recheck=am--force-recheck \
1451                 TEST_LOGS="$$log_list"; \
1452         exit $$?
1453 check-abis.sh.log: check-abis.sh
1454         @p='check-abis.sh'; \
1455         b='check-abis.sh'; \
1456         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1457         --log-file $$b.log --trs-file $$b.trs \
1458         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1459         "$$tst" $(AM_TESTS_FD_REDIRECT)
1460 .test.log:
1461         @p='$<'; \
1462         $(am__set_b); \
1463         $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1464         --log-file $$b.log --trs-file $$b.trs \
1465         $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1466         "$$tst" $(AM_TESTS_FD_REDIRECT)
1467 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1468 @am__EXEEXT_TRUE@       @p='$<'; \
1469 @am__EXEEXT_TRUE@       $(am__set_b); \
1470 @am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1471 @am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
1472 @am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1473 @am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
1474
1475 distdir: $(DISTFILES)
1476         $(am__remove_distdir)
1477         test -d "$(distdir)" || mkdir "$(distdir)"
1478         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1479         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1480         list='$(DISTFILES)'; \
1481           dist_files=`for file in $$list; do echo $$file; done | \
1482           sed -e "s|^$$srcdirstrip/||;t" \
1483               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1484         case $$dist_files in \
1485           */*) $(MKDIR_P) `echo "$$dist_files" | \
1486                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1487                            sort -u` ;; \
1488         esac; \
1489         for file in $$dist_files; do \
1490           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1491           if test -d $$d/$$file; then \
1492             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1493             if test -d "$(distdir)/$$file"; then \
1494               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1495             fi; \
1496             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1497               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1498               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1499             fi; \
1500             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1501           else \
1502             test -f "$(distdir)/$$file" \
1503             || cp -p $$d/$$file "$(distdir)/$$file" \
1504             || exit 1; \
1505           fi; \
1506         done
1507         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1508           if test "$$subdir" = .; then :; else \
1509             $(am__make_dryrun) \
1510               || test -d "$(distdir)/$$subdir" \
1511               || $(MKDIR_P) "$(distdir)/$$subdir" \
1512               || exit 1; \
1513             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1514             $(am__relativize); \
1515             new_distdir=$$reldir; \
1516             dir1=$$subdir; dir2="$(top_distdir)"; \
1517             $(am__relativize); \
1518             new_top_distdir=$$reldir; \
1519             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1520             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1521             ($(am__cd) $$subdir && \
1522               $(MAKE) $(AM_MAKEFLAGS) \
1523                 top_distdir="$$new_top_distdir" \
1524                 distdir="$$new_distdir" \
1525                 am__remove_distdir=: \
1526                 am__skip_length_check=: \
1527                 am__skip_mode_fix=: \
1528                 distdir) \
1529               || exit 1; \
1530           fi; \
1531         done
1532         $(MAKE) $(AM_MAKEFLAGS) \
1533           top_distdir="$(top_distdir)" distdir="$(distdir)" \
1534           dist-hook
1535         -test -n "$(am__skip_mode_fix)" \
1536         || find "$(distdir)" -type d ! -perm -755 \
1537                 -exec chmod u+rwx,go+rx {} \; -o \
1538           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1539           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1540           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1541         || chmod -R a+r "$(distdir)"
1542 dist-gzip: distdir
1543         tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
1544         $(am__post_remove_distdir)
1545
1546 dist-bzip2: distdir
1547         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1548         $(am__post_remove_distdir)
1549
1550 dist-lzip: distdir
1551         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1552         $(am__post_remove_distdir)
1553 dist-xz: distdir
1554         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1555         $(am__post_remove_distdir)
1556
1557 dist-tarZ: distdir
1558         @echo WARNING: "Support for distribution archives compressed with" \
1559                        "legacy program 'compress' is deprecated." >&2
1560         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1561         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1562         $(am__post_remove_distdir)
1563
1564 dist-shar: distdir
1565         @echo WARNING: "Support for shar distribution archives is" \
1566                        "deprecated." >&2
1567         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1568         shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
1569         $(am__post_remove_distdir)
1570
1571 dist-zip: distdir
1572         -rm -f $(distdir).zip
1573         zip -rq $(distdir).zip $(distdir)
1574         $(am__post_remove_distdir)
1575
1576 dist dist-all:
1577         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1578         $(am__post_remove_distdir)
1579
1580 # This target untars the dist file and tries a VPATH configuration.  Then
1581 # it guarantees that the distribution is self-contained by making another
1582 # tarfile.
1583 distcheck: dist
1584         case '$(DIST_ARCHIVES)' in \
1585         *.tar.gz*) \
1586           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1587         *.tar.bz2*) \
1588           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1589         *.tar.lz*) \
1590           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1591         *.tar.xz*) \
1592           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1593         *.tar.Z*) \
1594           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1595         *.shar.gz*) \
1596           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1597         *.zip*) \
1598           unzip $(distdir).zip ;;\
1599         esac
1600         chmod -R a-w $(distdir)
1601         chmod u+w $(distdir)
1602         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1603         chmod a-w $(distdir)
1604         test -d $(distdir)/_build || exit 0; \
1605         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1606           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1607           && am__cwd=`pwd` \
1608           && $(am__cd) $(distdir)/_build/sub \
1609           && ../../configure \
1610             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1611             $(DISTCHECK_CONFIGURE_FLAGS) \
1612             --srcdir=../.. --prefix="$$dc_install_base" \
1613           && $(MAKE) $(AM_MAKEFLAGS) \
1614           && $(MAKE) $(AM_MAKEFLAGS) dvi \
1615           && $(MAKE) $(AM_MAKEFLAGS) check \
1616           && $(MAKE) $(AM_MAKEFLAGS) install \
1617           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1618           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1619           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1620                 distuninstallcheck \
1621           && chmod -R a-w "$$dc_install_base" \
1622           && ({ \
1623                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1624                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1625                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1626                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1627                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1628               } || { rm -rf "$$dc_destdir"; exit 1; }) \
1629           && rm -rf "$$dc_destdir" \
1630           && $(MAKE) $(AM_MAKEFLAGS) dist \
1631           && rm -rf $(DIST_ARCHIVES) \
1632           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1633           && cd "$$am__cwd" \
1634           || exit 1
1635         $(am__post_remove_distdir)
1636         @(echo "$(distdir) archives ready for distribution: "; \
1637           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1638           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1639 distuninstallcheck:
1640         @test -n '$(distuninstallcheck_dir)' || { \
1641           echo 'ERROR: trying to run $@ with an empty' \
1642                '$$(distuninstallcheck_dir)' >&2; \
1643           exit 1; \
1644         }; \
1645         $(am__cd) '$(distuninstallcheck_dir)' || { \
1646           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1647           exit 1; \
1648         }; \
1649         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1650            || { echo "ERROR: files left after uninstall:" ; \
1651                 if test -n "$(DESTDIR)"; then \
1652                   echo "  (check DESTDIR support)"; \
1653                 fi ; \
1654                 $(distuninstallcheck_listfiles) ; \
1655                 exit 1; } >&2
1656 distcleancheck: distclean
1657         @if test '$(srcdir)' = . ; then \
1658           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1659           exit 1 ; \
1660         fi
1661         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1662           || { echo "ERROR: files left in build directory after distclean:" ; \
1663                $(distcleancheck_listfiles) ; \
1664                exit 1; } >&2
1665 check-am: all-am
1666         $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS) \
1667           $(check_SCRIPTS) $(check_DATA)
1668         $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
1669 check: $(BUILT_SOURCES)
1670         $(MAKE) $(AM_MAKEFLAGS) check-recursive
1671 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
1672                 config.h
1673 installdirs: installdirs-recursive
1674 installdirs-am:
1675         for dir in "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(installed_test_metadir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
1676           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1677         done
1678 install: $(BUILT_SOURCES)
1679         $(MAKE) $(AM_MAKEFLAGS) install-recursive
1680 install-exec: install-exec-recursive
1681 install-data: install-data-recursive
1682 uninstall: uninstall-recursive
1683
1684 install-am: all-am
1685         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1686
1687 installcheck: installcheck-recursive
1688 install-strip:
1689         if test -z '$(STRIP)'; then \
1690           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1691             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1692               install; \
1693         else \
1694           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1695             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1696             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1697         fi
1698 mostlyclean-generic:
1699         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1700         -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1701         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1702
1703 clean-generic:
1704         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1705
1706 distclean-generic:
1707         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1708         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1709         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1710
1711 maintainer-clean-generic:
1712         @echo "This command is intended for maintainers to use"
1713         @echo "it deletes files that may require special tools to rebuild."
1714         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1715         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1716 clean: clean-recursive
1717
1718 clean-am: clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
1719         clean-installed_testLTLIBRARIES clean-installed_testPROGRAMS \
1720         clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
1721         mostlyclean-am
1722
1723 distclean: distclean-recursive
1724         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1725         -rm -f Makefile
1726 distclean-am: clean-am distclean-generic distclean-hdr \
1727         distclean-libtool distclean-local distclean-tags
1728
1729 dvi: dvi-recursive
1730
1731 dvi-am:
1732
1733 html: html-recursive
1734
1735 html-am:
1736
1737 info: info-recursive
1738
1739 info-am:
1740
1741 install-data-am: install-installed_testLTLIBRARIES \
1742         install-installed_testPROGRAMS install-installed_testSCRIPTS \
1743         install-installed_test_metaDATA \
1744         install-nobase_installed_testDATA install-pkgconfigDATA
1745
1746 install-dvi: install-dvi-recursive
1747
1748 install-dvi-am:
1749
1750 install-exec-am: install-binSCRIPTS
1751
1752 install-html: install-html-recursive
1753
1754 install-html-am:
1755
1756 install-info: install-info-recursive
1757
1758 install-info-am:
1759
1760 install-man:
1761
1762 install-pdf: install-pdf-recursive
1763
1764 install-pdf-am:
1765
1766 install-ps: install-ps-recursive
1767
1768 install-ps-am:
1769
1770 installcheck-am:
1771
1772 maintainer-clean: maintainer-clean-recursive
1773         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1774         -rm -rf $(top_srcdir)/autom4te.cache
1775         -rm -f Makefile
1776 maintainer-clean-am: distclean-am maintainer-clean-generic
1777
1778 mostlyclean: mostlyclean-recursive
1779
1780 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1781
1782 pdf: pdf-recursive
1783
1784 pdf-am:
1785
1786 ps: ps-recursive
1787
1788 ps-am:
1789
1790 uninstall-am: uninstall-binSCRIPTS uninstall-installed_testLTLIBRARIES \
1791         uninstall-installed_testPROGRAMS \
1792         uninstall-installed_testSCRIPTS \
1793         uninstall-installed_test_metaDATA \
1794         uninstall-nobase_installed_testDATA uninstall-pkgconfigDATA
1795
1796 .MAKE: $(am__recursive_targets) all check check-am install install-am \
1797         install-strip
1798
1799 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1800         am--refresh check check-TESTS check-am check-local clean \
1801         clean-checkLTLIBRARIES clean-checkPROGRAMS clean-cscope \
1802         clean-generic clean-installed_testLTLIBRARIES \
1803         clean-installed_testPROGRAMS clean-libtool \
1804         clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope \
1805         cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1806         dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
1807         dist-zip distcheck distclean distclean-generic distclean-hdr \
1808         distclean-libtool distclean-local distclean-tags \
1809         distcleancheck distdir distuninstallcheck dvi dvi-am html \
1810         html-am info info-am install install-am install-binSCRIPTS \
1811         install-data install-data-am install-dvi install-dvi-am \
1812         install-exec install-exec-am install-html install-html-am \
1813         install-info install-info-am install-installed_testLTLIBRARIES \
1814         install-installed_testPROGRAMS install-installed_testSCRIPTS \
1815         install-installed_test_metaDATA install-man \
1816         install-nobase_installed_testDATA install-pdf install-pdf-am \
1817         install-pkgconfigDATA install-ps install-ps-am install-strip \
1818         installcheck installcheck-am installdirs installdirs-am \
1819         maintainer-clean maintainer-clean-generic mostlyclean \
1820         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1821         recheck tags tags-am uninstall uninstall-am \
1822         uninstall-binSCRIPTS uninstall-installed_testLTLIBRARIES \
1823         uninstall-installed_testPROGRAMS \
1824         uninstall-installed_testSCRIPTS \
1825         uninstall-installed_test_metaDATA \
1826         uninstall-nobase_installed_testDATA uninstall-pkgconfigDATA
1827
1828 .PRECIOUS: Makefile
1829
1830
1831 # test-nonrecursive: run tests only in cwd
1832 @OS_UNIX_TRUE@test-nonrecursive: ${TEST_PROGS}
1833 @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}
1834 @OS_UNIX_FALSE@test-nonrecursive:
1835
1836 .PHONY: test-nonrecursive
1837
1838 .PHONY: lcov genlcov lcov-clean
1839 # use recursive makes in order to ignore errors during check
1840 lcov:
1841         -$(MAKE) $(AM_MAKEFLAGS) -k check
1842         $(MAKE) $(AM_MAKEFLAGS) genlcov
1843
1844 # we have to massage the lcov.info file slightly to hide the effect of libtool
1845 # placing the objects files in the .libs/ directory separate from the *.c
1846 # we also have to delete tests/.libs/libmoduletestplugin_*.gcda
1847 genlcov:
1848         $(AM_V_GEN) rm -f $(top_builddir)/tests/.libs/libmoduletestplugin_*.gcda; \
1849           $(LTP) --quiet --directory $(top_builddir) --capture --output-file glib-lcov.info --test-name GLIB_PERF --no-checksum --compat-libtool --ignore-errors source; \
1850           $(LTP) --quiet --output-file glib-lcov.info --remove glib-lcov.info docs/reference/\* /tmp/\*  gio/tests/gdbus-object-manager-example/\* ; \
1851           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
1852         @echo "file://$(abs_top_builddir)/glib-lcov/index.html"
1853
1854 lcov-clean:
1855         if test -n "$(LTP)"; then \
1856           $(LTP) --quiet --directory $(top_builddir) -z; \
1857         fi
1858
1859 # run tests in cwd as part of make check
1860 check-local: test-nonrecursive
1861
1862 @ENABLE_INSTALLED_TESTS_TRUE@%.test: %$(EXEEXT) Makefile
1863 @ENABLE_INSTALLED_TESTS_TRUE@   $(AM_V_GEN) (echo '[Test]' > $@.tmp; \
1864 @ENABLE_INSTALLED_TESTS_TRUE@   echo 'Type=session' >> $@.tmp; \
1865 @ENABLE_INSTALLED_TESTS_TRUE@   echo 'Exec=$(installed_testdir)/$(notdir $<)' >> $@.tmp; \
1866 @ENABLE_INSTALLED_TESTS_TRUE@   mv $@.tmp $@)
1867
1868 # http://people.gnome.org/~walters/docs/build-api.txt
1869 .buildapi-allow-builddir:
1870
1871 ChangeLog:
1872         $(AM_V_GEN) if test -d "$(srcdir)/.git"; then \
1873           (GIT_DIR=$(top_srcdir)/.git ./missing --run git log GLIB_2_20_0^^.. --stat) | fmt --split-only > $@.tmp \
1874           && mv -f $@.tmp $@ \
1875           || ($(RM) $@.tmp; \
1876               echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
1877               (test -f $@ || echo git-log is required to generate this file >> $@)); \
1878         else \
1879           test -f $@ || \
1880           (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
1881           echo A git checkout and git-log is required to generate this file >> $@); \
1882         fi
1883
1884 $(pkgconfig_DATA): config.status
1885
1886 distclean-local: lcov-clean
1887         if test $(srcdir) = .; then :; else \
1888             rm -f $(BUILT_EXTRA_DIST); \
1889         fi
1890
1891 .PHONY: files release sanity snapshot ChangeLog
1892
1893 files:
1894         @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
1895           echo $$p; \
1896         done
1897
1898 release:
1899         rm -rf .deps */.deps
1900         cd docs && make glib.html
1901         $(MAKE) distcheck
1902
1903 sanity:
1904         ./sanity_check $(VERSION)
1905
1906 snapshot:
1907         $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
1908
1909 snapcheck:
1910         $(MAKE) distcheck distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
1911
1912 dist-hook: $(BUILT_EXTRA_DIST)
1913         files='$(BUILT_EXTRA_DIST)'; \
1914         for f in $$files; do \
1915           if test -f $$f; then d=.; else d=$(srcdir); fi; \
1916           rm -f $(distdir)/$$f && cp $$d/$$f $(distdir) || exit 1; done
1917
1918 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1919 # Otherwise a system limit (for SysV at least) may be exceeded.
1920 .NOEXPORT: