nexmon – Blame information for rev 1

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