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