beta-0.89.2
[luatex.git] / source / libs / libpng / Makefile.in
blobe780b5bd01fe8a900d2b75a17627bcff355ff886
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
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.
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.
15 @SET_MAKE@
17 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 @build_TRUE@check_PROGRAMS = pngtest$(EXEEXT)
90 subdir = .
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
93 $(top_srcdir)/../../m4/kpse-visibility.m4 \
94 $(top_srcdir)/../../m4/kpse-warnings.m4 \
95 $(top_srcdir)/../../m4/kpse-zlib-flags.m4 \
96 $(top_srcdir)/version.ac $(top_srcdir)/configure.ac
97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98 $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
100 $(am__configure_deps) $(am__dist_check_SCRIPTS_DIST) \
101 $(am__DIST_COMMON)
102 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
103 configure.lineno config.status.lineno
104 mkinstalldirs = $(install_sh) -d
105 CONFIG_HEADER = config.h
106 CONFIG_CLEAN_FILES =
107 CONFIG_CLEAN_VPATH_FILES =
108 LIBRARIES = $(noinst_LIBRARIES)
109 AR = ar
110 ARFLAGS = cru
111 AM_V_AR = $(am__v_AR_@AM_V@)
112 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
113 am__v_AR_0 = @echo " AR " $@;
114 am__v_AR_1 =
115 libpng_a_AR = $(AR) $(ARFLAGS)
116 libpng_a_LIBADD =
117 am__dirstamp = $(am__leading_dot)dirstamp
118 nodist_libpng_a_OBJECTS = @LIBPNG_TREE@/png.$(OBJEXT) \
119 @LIBPNG_TREE@/pngset.$(OBJEXT) @LIBPNG_TREE@/pngget.$(OBJEXT) \
120 @LIBPNG_TREE@/pngrutil.$(OBJEXT) \
121 @LIBPNG_TREE@/pngtrans.$(OBJEXT) \
122 @LIBPNG_TREE@/pngwutil.$(OBJEXT) \
123 @LIBPNG_TREE@/pngread.$(OBJEXT) @LIBPNG_TREE@/pngrio.$(OBJEXT) \
124 @LIBPNG_TREE@/pngwio.$(OBJEXT) \
125 @LIBPNG_TREE@/pngwrite.$(OBJEXT) \
126 @LIBPNG_TREE@/pngrtran.$(OBJEXT) \
127 @LIBPNG_TREE@/pngwtran.$(OBJEXT) \
128 @LIBPNG_TREE@/pngmem.$(OBJEXT) \
129 @LIBPNG_TREE@/pngerror.$(OBJEXT) \
130 @LIBPNG_TREE@/pngpread.$(OBJEXT)
131 libpng_a_OBJECTS = $(nodist_libpng_a_OBJECTS)
132 nodist_pngtest_OBJECTS = @LIBPNG_TREE@/pngtest.$(OBJEXT)
133 pngtest_OBJECTS = $(nodist_pngtest_OBJECTS)
134 am__DEPENDENCIES_1 =
135 pngtest_DEPENDENCIES = libpng.a $(am__DEPENDENCIES_1)
136 am__dist_check_SCRIPTS_DIST = libpng.test
137 AM_V_P = $(am__v_P_@AM_V@)
138 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
139 am__v_P_0 = false
140 am__v_P_1 = :
141 AM_V_GEN = $(am__v_GEN_@AM_V@)
142 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
143 am__v_GEN_0 = @echo " GEN " $@;
144 am__v_GEN_1 =
145 AM_V_at = $(am__v_at_@AM_V@)
146 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
147 am__v_at_0 = @
148 am__v_at_1 =
149 DEFAULT_INCLUDES = -I.@am__isrc@
150 depcomp = $(SHELL) $(top_srcdir)/../../build-aux/depcomp
151 am__depfiles_maybe = depfiles
152 am__mv = mv -f
153 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
154 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
155 AM_V_CC = $(am__v_CC_@AM_V@)
156 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
157 am__v_CC_0 = @echo " CC " $@;
158 am__v_CC_1 =
159 CCLD = $(CC)
160 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
161 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
162 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
163 am__v_CCLD_0 = @echo " CCLD " $@;
164 am__v_CCLD_1 =
165 SOURCES = $(nodist_libpng_a_SOURCES) $(nodist_pngtest_SOURCES)
166 DIST_SOURCES =
167 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
168 ctags-recursive dvi-recursive html-recursive info-recursive \
169 install-data-recursive install-dvi-recursive \
170 install-exec-recursive install-html-recursive \
171 install-info-recursive install-pdf-recursive \
172 install-ps-recursive install-recursive installcheck-recursive \
173 installdirs-recursive pdf-recursive ps-recursive \
174 tags-recursive uninstall-recursive
175 am__can_run_installinfo = \
176 case $$AM_UPDATE_INFO_DIR in \
177 n|no|NO) false;; \
178 *) (install-info --version) >/dev/null 2>&1;; \
179 esac
180 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
181 distclean-recursive maintainer-clean-recursive
182 am__recursive_targets = \
183 $(RECURSIVE_TARGETS) \
184 $(RECURSIVE_CLEAN_TARGETS) \
185 $(am__extra_recursive_targets)
186 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
187 cscope check recheck distdir dist dist-all distcheck
188 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
189 $(LISP)config.h.in
190 # Read a list of newline-separated strings from the standard input,
191 # and print each of them once, without duplicates. Input order is
192 # *not* preserved.
193 am__uniquify_input = $(AWK) '\
194 BEGIN { nonempty = 0; } \
195 { items[$$0] = 1; nonempty = 1; } \
196 END { if (nonempty) { for (i in items) print i; }; } \
198 # Make sure the list of sources is unique. This is necessary because,
199 # e.g., the same source file might be shared among _SOURCES variables
200 # for different programs/libraries.
201 am__define_uniq_tagged_files = \
202 list='$(am__tagged_files)'; \
203 unique=`for i in $$list; do \
204 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
205 done | $(am__uniquify_input)`
206 ETAGS = etags
207 CTAGS = ctags
208 CSCOPE = cscope
209 am__tty_colors_dummy = \
210 mgn= red= grn= lgn= blu= brg= std=; \
211 am__color_tests=no
212 am__tty_colors = { \
213 $(am__tty_colors_dummy); \
214 if test "X$(AM_COLOR_TESTS)" = Xno; then \
215 am__color_tests=no; \
216 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
217 am__color_tests=yes; \
218 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
219 am__color_tests=yes; \
220 fi; \
221 if test $$am__color_tests = yes; then \
222 red='\e[0;31m'; \
223 grn='\e[0;32m'; \
224 lgn='\e[1;32m'; \
225 blu='\e[1;34m'; \
226 mgn='\e[0;35m'; \
227 brg='\e[1m'; \
228 std='\e[m'; \
229 fi; \
231 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
232 am__vpath_adj = case $$p in \
233 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
234 *) f=$$p;; \
235 esac;
236 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
237 am__install_max = 40
238 am__nobase_strip_setup = \
239 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
240 am__nobase_strip = \
241 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
242 am__nobase_list = $(am__nobase_strip_setup); \
243 for p in $$list; do echo "$$p $$p"; done | \
244 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
245 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
246 if (++n[$$2] == $(am__install_max)) \
247 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
248 END { for (dir in files) print dir, files[dir] }'
249 am__base_list = \
250 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
251 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
252 am__uninstall_files_from_dir = { \
253 test -z "$$files" \
254 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
255 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
256 $(am__cd) "$$dir" && rm -f $$files; }; \
258 am__recheck_rx = ^[ ]*:recheck:[ ]*
259 am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
260 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
261 # A command that, given a newline-separated list of test names on the
262 # standard input, print the name of the tests that are to be re-run
263 # upon "make recheck".
264 am__list_recheck_tests = $(AWK) '{ \
265 recheck = 1; \
266 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
268 if (rc < 0) \
270 if ((getline line2 < ($$0 ".log")) < 0) \
271 recheck = 0; \
272 break; \
274 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
276 recheck = 0; \
277 break; \
279 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
281 break; \
283 }; \
284 if (recheck) \
285 print $$0; \
286 close ($$0 ".trs"); \
287 close ($$0 ".log"); \
289 # A command that, given a newline-separated list of test names on the
290 # standard input, create the global log from their .trs and .log files.
291 am__create_global_log = $(AWK) ' \
292 function fatal(msg) \
294 print "fatal: making $@: " msg | "cat >&2"; \
295 exit 1; \
297 function rst_section(header) \
299 print header; \
300 len = length(header); \
301 for (i = 1; i <= len; i = i + 1) \
302 printf "="; \
303 printf "\n\n"; \
306 copy_in_global_log = 1; \
307 global_test_result = "RUN"; \
308 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
310 if (rc < 0) \
311 fatal("failed to read from " $$0 ".trs"); \
312 if (line ~ /$(am__global_test_result_rx)/) \
314 sub("$(am__global_test_result_rx)", "", line); \
315 sub("[ ]*$$", "", line); \
316 global_test_result = line; \
318 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
319 copy_in_global_log = 0; \
320 }; \
321 if (copy_in_global_log) \
323 rst_section(global_test_result ": " $$0); \
324 while ((rc = (getline line < ($$0 ".log"))) != 0) \
326 if (rc < 0) \
327 fatal("failed to read from " $$0 ".log"); \
328 print line; \
329 }; \
330 printf "\n"; \
331 }; \
332 close ($$0 ".trs"); \
333 close ($$0 ".log"); \
335 # Restructured Text title.
336 am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
337 # Solaris 10 'make', and several other traditional 'make' implementations,
338 # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
339 # by disabling -e (using the XSI extension "set +e") if it's set.
340 am__sh_e_setup = case $$- in *e*) set +e;; esac
341 # Default flags passed to test drivers.
342 am__common_driver_flags = \
343 --color-tests "$$am__color_tests" \
344 --enable-hard-errors "$$am__enable_hard_errors" \
345 --expect-failure "$$am__expect_failure"
346 # To be inserted before the command running the test. Creates the
347 # directory for the log if needed. Stores in $dir the directory
348 # containing $f, in $tst the test, in $log the log. Executes the
349 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
350 # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
351 # will run the test scripts (or their associated LOG_COMPILER, if
352 # thy have one).
353 am__check_pre = \
354 $(am__sh_e_setup); \
355 $(am__vpath_adj_setup) $(am__vpath_adj) \
356 $(am__tty_colors); \
357 srcdir=$(srcdir); export srcdir; \
358 case "$@" in \
359 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
360 *) am__odir=.;; \
361 esac; \
362 test "x$$am__odir" = x"." || test -d "$$am__odir" \
363 || $(MKDIR_P) "$$am__odir" || exit $$?; \
364 if test -f "./$$f"; then dir=./; \
365 elif test -f "$$f"; then dir=; \
366 else dir="$(srcdir)/"; fi; \
367 tst=$$dir$$f; log='$@'; \
368 if test -n '$(DISABLE_HARD_ERRORS)'; then \
369 am__enable_hard_errors=no; \
370 else \
371 am__enable_hard_errors=yes; \
372 fi; \
373 case " $(XFAIL_TESTS) " in \
374 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
375 am__expect_failure=yes;; \
376 *) \
377 am__expect_failure=no;; \
378 esac; \
379 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
380 # A shell command to get the names of the tests scripts with any registered
381 # extension removed (i.e., equivalently, the names of the test logs, with
382 # the '.log' extension removed). The result is saved in the shell variable
383 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
384 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
385 # since that might cause problem with VPATH rewrites for suffix-less tests.
386 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
387 am__set_TESTS_bases = \
388 bases='$(TEST_LOGS)'; \
389 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
390 bases=`echo $$bases`
391 RECHECK_LOGS = $(TEST_LOGS)
392 TEST_SUITE_LOG = test-suite.log
393 TEST_EXTENSIONS = @EXEEXT@ .test
394 am__test_logs1 = $(TESTS:=.log)
395 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
396 TEST_LOGS = $(am__test_logs2:.test.log=.log)
397 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/../../build-aux/test-driver
398 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
399 $(TEST_LOG_FLAGS)
400 am__set_b = \
401 case '$@' in \
402 */*) \
403 case '$*' in \
404 */*) b='$*';; \
405 *) b=`echo '$@' | sed 's/\.log$$//'`; \
406 esac;; \
407 *) \
408 b='$*';; \
409 esac
410 DIST_SUBDIRS = $(SUBDIRS)
411 am__DIST_COMMON = $(srcdir)/../../am/dist_hook.am \
412 $(srcdir)/../../am/rebuild.am $(srcdir)/../../am/reconfig.am \
413 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
414 $(top_srcdir)/../../build-aux/compile \
415 $(top_srcdir)/../../build-aux/depcomp \
416 $(top_srcdir)/../../build-aux/install-sh \
417 $(top_srcdir)/../../build-aux/missing \
418 $(top_srcdir)/../../build-aux/test-driver \
419 ../../build-aux/compile ../../build-aux/config.guess \
420 ../../build-aux/config.sub ../../build-aux/depcomp \
421 ../../build-aux/install-sh ../../build-aux/ltmain.sh \
422 ../../build-aux/missing ../../build-aux/texinfo.tex \
423 ../../build-aux/ylwrap ChangeLog README
424 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
425 distdir = $(PACKAGE)-$(VERSION)
426 top_distdir = $(distdir)
427 am__remove_distdir = \
428 if test -d "$(distdir)"; then \
429 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
430 && rm -rf "$(distdir)" \
431 || { sleep 5 && rm -rf "$(distdir)"; }; \
432 else :; fi
433 am__post_remove_distdir = $(am__remove_distdir)
434 am__relativize = \
435 dir0=`pwd`; \
436 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
437 sed_rest='s,^[^/]*/*,,'; \
438 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
439 sed_butlast='s,/*[^/]*$$,,'; \
440 while test -n "$$dir1"; do \
441 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
442 if test "$$first" != "."; then \
443 if test "$$first" = ".."; then \
444 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
445 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
446 else \
447 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
448 if test "$$first2" = "$$first"; then \
449 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
450 else \
451 dir2="../$$dir2"; \
452 fi; \
453 dir0="$$dir0"/"$$first"; \
454 fi; \
455 fi; \
456 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
457 done; \
458 reldir="$$dir2"
459 DIST_ARCHIVES = $(distdir).tar.gz
460 GZIP_ENV = --best
461 DIST_TARGETS = dist-gzip
462 distuninstallcheck_listfiles = find . -type f -print
463 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
464 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
465 distcleancheck_listfiles = find . -type f -print
466 ACLOCAL = @ACLOCAL@
467 AMTAR = @AMTAR@
468 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
469 AUTOCONF = @AUTOCONF@
470 AUTOHEADER = @AUTOHEADER@
471 AUTOMAKE = @AUTOMAKE@
472 AWK = @AWK@
473 CC = @CC@
474 CCDEPMODE = @CCDEPMODE@
475 CFLAGS = @CFLAGS@
476 CPP = @CPP@
477 CPPFLAGS = @CPPFLAGS@
478 CYGPATH_W = @CYGPATH_W@
479 DEFS = @DEFS@
480 DEPDIR = @DEPDIR@
481 ECHO_C = @ECHO_C@
482 ECHO_N = @ECHO_N@
483 ECHO_T = @ECHO_T@
484 EGREP = @EGREP@
485 EXEEXT = @EXEEXT@
486 GREP = @GREP@
487 INSTALL = @INSTALL@
488 INSTALL_DATA = @INSTALL_DATA@
489 INSTALL_PROGRAM = @INSTALL_PROGRAM@
490 INSTALL_SCRIPT = @INSTALL_SCRIPT@
491 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
492 LDFLAGS = @LDFLAGS@
493 LIBOBJS = @LIBOBJS@
494 LIBPNG_DEFINES = @LIBPNG_DEFINES@
495 LIBPNG_TREE = @LIBPNG_TREE@
496 LIBS = @LIBS@
497 LN_S = @LN_S@
498 LTLIBOBJS = @LTLIBOBJS@
499 MAINT = @MAINT@
500 MAKEINFO = @MAKEINFO@
501 MKDIR_P = @MKDIR_P@
502 OBJEXT = @OBJEXT@
503 PACKAGE = @PACKAGE@
504 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
505 PACKAGE_NAME = @PACKAGE_NAME@
506 PACKAGE_STRING = @PACKAGE_STRING@
507 PACKAGE_TARNAME = @PACKAGE_TARNAME@
508 PACKAGE_URL = @PACKAGE_URL@
509 PACKAGE_VERSION = @PACKAGE_VERSION@
510 PATH_SEPARATOR = @PATH_SEPARATOR@
511 POW_LIB = @POW_LIB@
512 RANLIB = @RANLIB@
513 SET_MAKE = @SET_MAKE@
514 SHELL = @SHELL@
515 STRIP = @STRIP@
516 VERSION = @VERSION@
517 VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
518 WARNING_CFLAGS = @WARNING_CFLAGS@
519 ZLIB_DEPEND = @ZLIB_DEPEND@
520 ZLIB_INCLUDES = @ZLIB_INCLUDES@
521 ZLIB_LIBS = @ZLIB_LIBS@
522 abs_builddir = @abs_builddir@
523 abs_srcdir = @abs_srcdir@
524 abs_top_builddir = @abs_top_builddir@
525 abs_top_srcdir = @abs_top_srcdir@
526 ac_ct_CC = @ac_ct_CC@
527 am__include = @am__include@
528 am__leading_dot = @am__leading_dot@
529 am__quote = @am__quote@
530 am__tar = @am__tar@
531 am__untar = @am__untar@
532 bindir = @bindir@
533 build_alias = @build_alias@
534 builddir = @builddir@
535 datadir = @datadir@
536 datarootdir = @datarootdir@
537 docdir = @docdir@
538 dvidir = @dvidir@
539 exec_prefix = @exec_prefix@
540 host_alias = @host_alias@
541 htmldir = @htmldir@
542 includedir = @includedir@
543 infodir = @infodir@
544 install_sh = @install_sh@
545 libdir = @libdir@
546 libexecdir = @libexecdir@
547 localedir = @localedir@
548 localstatedir = @localstatedir@
549 mandir = @mandir@
550 mkdir_p = @mkdir_p@
551 oldincludedir = @oldincludedir@
552 pdfdir = @pdfdir@
553 prefix = @prefix@
554 program_transform_name = @program_transform_name@
555 psdir = @psdir@
556 sbindir = @sbindir@
557 sharedstatedir = @sharedstatedir@
558 srcdir = @srcdir@
559 sysconfdir = @sysconfdir@
560 target_alias = @target_alias@
561 top_build_prefix = @top_build_prefix@
562 top_builddir = @top_builddir@
563 top_srcdir = @top_srcdir@
564 EXTRA_DIST = $(LIBPNG_TREE) libpng-PATCHES
565 NEVER_DIST = `find . $(NEVER_NAMES)`
567 # Files not to be distributed
568 NEVER_NAMES = -name .svn $(NEVER_NAMES_SUB)
569 NEVER_NAMES_SUB = -o -name .deps -o -name .dirstamp -o -name '*.$(OBJEXT)'
570 NEVER_NAMES_LT = -o -name .libs -o -name '*.lo'
571 SUBDIRS = . include
572 AM_CPPFLAGS = -I$(top_srcdir)/$(LIBPNG_TREE) $(ZLIB_INCLUDES) \
573 $(LIBPNG_DEFINES) $(LIBPNG_USER_CPPFLAGS)
575 AM_CFLAGS = $(VISIBILITY_CFLAGS) $(WARNING_CFLAGS)
576 noinst_LIBRARIES = libpng.a
577 nodist_libpng_a_SOURCES = \
578 @LIBPNG_TREE@/png.c \
579 @LIBPNG_TREE@/pngset.c \
580 @LIBPNG_TREE@/pngget.c \
581 @LIBPNG_TREE@/pngrutil.c \
582 @LIBPNG_TREE@/pngtrans.c \
583 @LIBPNG_TREE@/pngwutil.c \
584 @LIBPNG_TREE@/pngread.c \
585 @LIBPNG_TREE@/pngrio.c \
586 @LIBPNG_TREE@/pngwio.c \
587 @LIBPNG_TREE@/pngwrite.c \
588 @LIBPNG_TREE@/pngrtran.c \
589 @LIBPNG_TREE@/pngwtran.c \
590 @LIBPNG_TREE@/pngmem.c \
591 @LIBPNG_TREE@/pngerror.c \
592 @LIBPNG_TREE@/pngpread.c
594 TESTS_ENVIRONMENT = LIBPNG_TREE=$(LIBPNG_TREE)
595 @build_TRUE@TESTS = libpng.test
596 @build_TRUE@dist_check_SCRIPTS = libpng.test
597 CLEANFILES = pngout.png rebuild.stamp
598 nodist_pngtest_SOURCES = @LIBPNG_TREE@/pngtest.c
599 pngtest_LDADD = libpng.a $(ZLIB_LIBS)
601 # Reconfig
602 reconfig_prereq = $(ZLIB_DEPEND)
603 DISTCLEANFILES = config.force
605 # Rebuild
606 rebuild_prereq =
607 rebuild_target = all
608 all: config.h
609 $(MAKE) $(AM_MAKEFLAGS) all-recursive
611 .SUFFIXES:
612 .SUFFIXES: .c .log .o .obj .test .test$(EXEEXT) .trs
613 am--refresh: Makefile
615 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../am/dist_hook.am $(srcdir)/../../am/reconfig.am $(srcdir)/../../am/rebuild.am $(am__configure_deps)
616 @for dep in $?; do \
617 case '$(am__configure_deps)' in \
618 *$$dep*) \
619 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
620 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
621 && exit 0; \
622 exit 1;; \
623 esac; \
624 done; \
625 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
626 $(am__cd) $(top_srcdir) && \
627 $(AUTOMAKE) --foreign Makefile
628 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
629 @case '$?' in \
630 *config.status*) \
631 echo ' $(SHELL) ./config.status'; \
632 $(SHELL) ./config.status;; \
633 *) \
634 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
635 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
636 esac;
637 $(srcdir)/../../am/dist_hook.am $(srcdir)/../../am/reconfig.am $(srcdir)/../../am/rebuild.am $(am__empty):
639 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
640 $(SHELL) ./config.status --recheck
642 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
643 $(am__cd) $(srcdir) && $(AUTOCONF)
644 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
645 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
646 $(am__aclocal_m4_deps):
648 config.h: stamp-h1
649 @test -f $@ || rm -f stamp-h1
650 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
652 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
653 @rm -f stamp-h1
654 cd $(top_builddir) && $(SHELL) ./config.status config.h
655 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
656 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
657 rm -f stamp-h1
658 touch $@
660 distclean-hdr:
661 -rm -f config.h stamp-h1
663 clean-noinstLIBRARIES:
664 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
665 @LIBPNG_TREE@/$(am__dirstamp):
666 @$(MKDIR_P) @LIBPNG_TREE@
667 @: > @LIBPNG_TREE@/$(am__dirstamp)
668 @LIBPNG_TREE@/$(DEPDIR)/$(am__dirstamp):
669 @$(MKDIR_P) @LIBPNG_TREE@/$(DEPDIR)
670 @: > @LIBPNG_TREE@/$(DEPDIR)/$(am__dirstamp)
671 @LIBPNG_TREE@/png.$(OBJEXT): @LIBPNG_TREE@/$(am__dirstamp) \
672 @LIBPNG_TREE@/$(DEPDIR)/$(am__dirstamp)
673 @LIBPNG_TREE@/pngset.$(OBJEXT): @LIBPNG_TREE@/$(am__dirstamp) \
674 @LIBPNG_TREE@/$(DEPDIR)/$(am__dirstamp)
675 @LIBPNG_TREE@/pngget.$(OBJEXT): @LIBPNG_TREE@/$(am__dirstamp) \
676 @LIBPNG_TREE@/$(DEPDIR)/$(am__dirstamp)
677 @LIBPNG_TREE@/pngrutil.$(OBJEXT): @LIBPNG_TREE@/$(am__dirstamp) \
678 @LIBPNG_TREE@/$(DEPDIR)/$(am__dirstamp)
679 @LIBPNG_TREE@/pngtrans.$(OBJEXT): @LIBPNG_TREE@/$(am__dirstamp) \
680 @LIBPNG_TREE@/$(DEPDIR)/$(am__dirstamp)
681 @LIBPNG_TREE@/pngwutil.$(OBJEXT): @LIBPNG_TREE@/$(am__dirstamp) \
682 @LIBPNG_TREE@/$(DEPDIR)/$(am__dirstamp)
683 @LIBPNG_TREE@/pngread.$(OBJEXT): @LIBPNG_TREE@/$(am__dirstamp) \
684 @LIBPNG_TREE@/$(DEPDIR)/$(am__dirstamp)
685 @LIBPNG_TREE@/pngrio.$(OBJEXT): @LIBPNG_TREE@/$(am__dirstamp) \
686 @LIBPNG_TREE@/$(DEPDIR)/$(am__dirstamp)
687 @LIBPNG_TREE@/pngwio.$(OBJEXT): @LIBPNG_TREE@/$(am__dirstamp) \
688 @LIBPNG_TREE@/$(DEPDIR)/$(am__dirstamp)
689 @LIBPNG_TREE@/pngwrite.$(OBJEXT): @LIBPNG_TREE@/$(am__dirstamp) \
690 @LIBPNG_TREE@/$(DEPDIR)/$(am__dirstamp)
691 @LIBPNG_TREE@/pngrtran.$(OBJEXT): @LIBPNG_TREE@/$(am__dirstamp) \
692 @LIBPNG_TREE@/$(DEPDIR)/$(am__dirstamp)
693 @LIBPNG_TREE@/pngwtran.$(OBJEXT): @LIBPNG_TREE@/$(am__dirstamp) \
694 @LIBPNG_TREE@/$(DEPDIR)/$(am__dirstamp)
695 @LIBPNG_TREE@/pngmem.$(OBJEXT): @LIBPNG_TREE@/$(am__dirstamp) \
696 @LIBPNG_TREE@/$(DEPDIR)/$(am__dirstamp)
697 @LIBPNG_TREE@/pngerror.$(OBJEXT): @LIBPNG_TREE@/$(am__dirstamp) \
698 @LIBPNG_TREE@/$(DEPDIR)/$(am__dirstamp)
699 @LIBPNG_TREE@/pngpread.$(OBJEXT): @LIBPNG_TREE@/$(am__dirstamp) \
700 @LIBPNG_TREE@/$(DEPDIR)/$(am__dirstamp)
702 libpng.a: $(libpng_a_OBJECTS) $(libpng_a_DEPENDENCIES) $(EXTRA_libpng_a_DEPENDENCIES)
703 $(AM_V_at)-rm -f libpng.a
704 $(AM_V_AR)$(libpng_a_AR) libpng.a $(libpng_a_OBJECTS) $(libpng_a_LIBADD)
705 $(AM_V_at)$(RANLIB) libpng.a
707 clean-checkPROGRAMS:
708 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
709 @LIBPNG_TREE@/pngtest.$(OBJEXT): @LIBPNG_TREE@/$(am__dirstamp) \
710 @LIBPNG_TREE@/$(DEPDIR)/$(am__dirstamp)
712 pngtest$(EXEEXT): $(pngtest_OBJECTS) $(pngtest_DEPENDENCIES) $(EXTRA_pngtest_DEPENDENCIES)
713 @rm -f pngtest$(EXEEXT)
714 $(AM_V_CCLD)$(LINK) $(pngtest_OBJECTS) $(pngtest_LDADD) $(LIBS)
716 mostlyclean-compile:
717 -rm -f *.$(OBJEXT)
718 -rm -f @LIBPNG_TREE@/*.$(OBJEXT)
720 distclean-compile:
721 -rm -f *.tab.c
723 @AMDEP_TRUE@@am__include@ @am__quote@@LIBPNG_TREE@/$(DEPDIR)/png.Po@am__quote@
724 @AMDEP_TRUE@@am__include@ @am__quote@@LIBPNG_TREE@/$(DEPDIR)/pngerror.Po@am__quote@
725 @AMDEP_TRUE@@am__include@ @am__quote@@LIBPNG_TREE@/$(DEPDIR)/pngget.Po@am__quote@
726 @AMDEP_TRUE@@am__include@ @am__quote@@LIBPNG_TREE@/$(DEPDIR)/pngmem.Po@am__quote@
727 @AMDEP_TRUE@@am__include@ @am__quote@@LIBPNG_TREE@/$(DEPDIR)/pngpread.Po@am__quote@
728 @AMDEP_TRUE@@am__include@ @am__quote@@LIBPNG_TREE@/$(DEPDIR)/pngread.Po@am__quote@
729 @AMDEP_TRUE@@am__include@ @am__quote@@LIBPNG_TREE@/$(DEPDIR)/pngrio.Po@am__quote@
730 @AMDEP_TRUE@@am__include@ @am__quote@@LIBPNG_TREE@/$(DEPDIR)/pngrtran.Po@am__quote@
731 @AMDEP_TRUE@@am__include@ @am__quote@@LIBPNG_TREE@/$(DEPDIR)/pngrutil.Po@am__quote@
732 @AMDEP_TRUE@@am__include@ @am__quote@@LIBPNG_TREE@/$(DEPDIR)/pngset.Po@am__quote@
733 @AMDEP_TRUE@@am__include@ @am__quote@@LIBPNG_TREE@/$(DEPDIR)/pngtest.Po@am__quote@
734 @AMDEP_TRUE@@am__include@ @am__quote@@LIBPNG_TREE@/$(DEPDIR)/pngtrans.Po@am__quote@
735 @AMDEP_TRUE@@am__include@ @am__quote@@LIBPNG_TREE@/$(DEPDIR)/pngwio.Po@am__quote@
736 @AMDEP_TRUE@@am__include@ @am__quote@@LIBPNG_TREE@/$(DEPDIR)/pngwrite.Po@am__quote@
737 @AMDEP_TRUE@@am__include@ @am__quote@@LIBPNG_TREE@/$(DEPDIR)/pngwtran.Po@am__quote@
738 @AMDEP_TRUE@@am__include@ @am__quote@@LIBPNG_TREE@/$(DEPDIR)/pngwutil.Po@am__quote@
740 .c.o:
741 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
742 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
743 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
744 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
745 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
746 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
748 .c.obj:
749 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
750 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
751 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
752 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
753 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
754 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
756 # This directory's subdirectories are mostly independent; you can cd
757 # into them and run 'make' without going through this Makefile.
758 # To change the values of 'make' variables: instead of editing Makefiles,
759 # (1) if the variable is set in 'config.status', edit 'config.status'
760 # (which will cause the Makefiles to be regenerated when you run 'make');
761 # (2) otherwise, pass the desired values on the 'make' command line.
762 $(am__recursive_targets):
763 @fail=; \
764 if $(am__make_keepgoing); then \
765 failcom='fail=yes'; \
766 else \
767 failcom='exit 1'; \
768 fi; \
769 dot_seen=no; \
770 target=`echo $@ | sed s/-recursive//`; \
771 case "$@" in \
772 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
773 *) list='$(SUBDIRS)' ;; \
774 esac; \
775 for subdir in $$list; do \
776 echo "Making $$target in $$subdir"; \
777 if test "$$subdir" = "."; then \
778 dot_seen=yes; \
779 local_target="$$target-am"; \
780 else \
781 local_target="$$target"; \
782 fi; \
783 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
784 || eval $$failcom; \
785 done; \
786 if test "$$dot_seen" = "no"; then \
787 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
788 fi; test -z "$$fail"
790 ID: $(am__tagged_files)
791 $(am__define_uniq_tagged_files); mkid -fID $$unique
792 tags: tags-recursive
793 TAGS: tags
795 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
796 set x; \
797 here=`pwd`; \
798 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
799 include_option=--etags-include; \
800 empty_fix=.; \
801 else \
802 include_option=--include; \
803 empty_fix=; \
804 fi; \
805 list='$(SUBDIRS)'; for subdir in $$list; do \
806 if test "$$subdir" = .; then :; else \
807 test ! -f $$subdir/TAGS || \
808 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
809 fi; \
810 done; \
811 $(am__define_uniq_tagged_files); \
812 shift; \
813 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
814 test -n "$$unique" || unique=$$empty_fix; \
815 if test $$# -gt 0; then \
816 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
817 "$$@" $$unique; \
818 else \
819 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
820 $$unique; \
821 fi; \
823 ctags: ctags-recursive
825 CTAGS: ctags
826 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
827 $(am__define_uniq_tagged_files); \
828 test -z "$(CTAGS_ARGS)$$unique" \
829 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
830 $$unique
832 GTAGS:
833 here=`$(am__cd) $(top_builddir) && pwd` \
834 && $(am__cd) $(top_srcdir) \
835 && gtags -i $(GTAGS_ARGS) "$$here"
836 cscope: cscope.files
837 test ! -s cscope.files \
838 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
839 clean-cscope:
840 -rm -f cscope.files
841 cscope.files: clean-cscope cscopelist
842 cscopelist: cscopelist-recursive
844 cscopelist-am: $(am__tagged_files)
845 list='$(am__tagged_files)'; \
846 case "$(srcdir)" in \
847 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
848 *) sdir=$(subdir)/$(srcdir) ;; \
849 esac; \
850 for i in $$list; do \
851 if test -f "$$i"; then \
852 echo "$(subdir)/$$i"; \
853 else \
854 echo "$$sdir/$$i"; \
855 fi; \
856 done >> $(top_builddir)/cscope.files
858 distclean-tags:
859 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
860 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
862 # Recover from deleted '.trs' file; this should ensure that
863 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
864 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
865 # to avoid problems with "make -n".
866 .log.trs:
867 rm -f $< $@
868 $(MAKE) $(AM_MAKEFLAGS) $<
870 # Leading 'am--fnord' is there to ensure the list of targets does not
871 # expand to empty, as could happen e.g. with make check TESTS=''.
872 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
873 am--force-recheck:
876 $(TEST_SUITE_LOG): $(TEST_LOGS)
877 @$(am__set_TESTS_bases); \
878 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
879 redo_bases=`for i in $$bases; do \
880 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
881 done`; \
882 if test -n "$$redo_bases"; then \
883 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
884 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
885 if $(am__make_dryrun); then :; else \
886 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
887 fi; \
888 fi; \
889 if test -n "$$am__remaking_logs"; then \
890 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
891 "recursion detected" >&2; \
892 elif test -n "$$redo_logs"; then \
893 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
894 fi; \
895 if $(am__make_dryrun); then :; else \
896 st=0; \
897 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
898 for i in $$redo_bases; do \
899 test -f $$i.trs && test -r $$i.trs \
900 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
901 test -f $$i.log && test -r $$i.log \
902 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
903 done; \
904 test $$st -eq 0 || exit 1; \
906 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
907 ws='[ ]'; \
908 results=`for b in $$bases; do echo $$b.trs; done`; \
909 test -n "$$results" || results=/dev/null; \
910 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
911 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
912 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
913 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
914 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
915 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
916 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
917 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
918 success=true; \
919 else \
920 success=false; \
921 fi; \
922 br='==================='; br=$$br$$br$$br$$br; \
923 result_count () \
925 if test x"$$1" = x"--maybe-color"; then \
926 maybe_colorize=yes; \
927 elif test x"$$1" = x"--no-color"; then \
928 maybe_colorize=no; \
929 else \
930 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
931 fi; \
932 shift; \
933 desc=$$1 count=$$2; \
934 if test $$maybe_colorize = yes && test $$count -gt 0; then \
935 color_start=$$3 color_end=$$std; \
936 else \
937 color_start= color_end=; \
938 fi; \
939 echo "$${color_start}# $$desc $$count$${color_end}"; \
940 }; \
941 create_testsuite_report () \
943 result_count $$1 "TOTAL:" $$all "$$brg"; \
944 result_count $$1 "PASS: " $$pass "$$grn"; \
945 result_count $$1 "SKIP: " $$skip "$$blu"; \
946 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
947 result_count $$1 "FAIL: " $$fail "$$red"; \
948 result_count $$1 "XPASS:" $$xpass "$$red"; \
949 result_count $$1 "ERROR:" $$error "$$mgn"; \
950 }; \
952 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
953 $(am__rst_title); \
954 create_testsuite_report --no-color; \
955 echo; \
956 echo ".. contents:: :depth: 2"; \
957 echo; \
958 for b in $$bases; do echo $$b; done \
959 | $(am__create_global_log); \
960 } >$(TEST_SUITE_LOG).tmp || exit 1; \
961 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
962 if $$success; then \
963 col="$$grn"; \
964 else \
965 col="$$red"; \
966 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
967 fi; \
968 echo "$${col}$$br$${std}"; \
969 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
970 echo "$${col}$$br$${std}"; \
971 create_testsuite_report --maybe-color; \
972 echo "$$col$$br$$std"; \
973 if $$success; then :; else \
974 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
975 if test -n "$(PACKAGE_BUGREPORT)"; then \
976 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
977 fi; \
978 echo "$$col$$br$$std"; \
979 fi; \
980 $$success || exit 1
982 check-TESTS:
983 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
984 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
985 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
986 @set +e; $(am__set_TESTS_bases); \
987 log_list=`for i in $$bases; do echo $$i.log; done`; \
988 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
989 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
990 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
991 exit $$?;
992 recheck: all $(check_PROGRAMS) $(dist_check_SCRIPTS)
993 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
994 @set +e; $(am__set_TESTS_bases); \
995 bases=`for i in $$bases; do echo $$i; done \
996 | $(am__list_recheck_tests)` || exit 1; \
997 log_list=`for i in $$bases; do echo $$i.log; done`; \
998 log_list=`echo $$log_list`; \
999 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1000 am__force_recheck=am--force-recheck \
1001 TEST_LOGS="$$log_list"; \
1002 exit $$?
1003 .test.log:
1004 @p='$<'; \
1005 $(am__set_b); \
1006 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1007 --log-file $$b.log --trs-file $$b.trs \
1008 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1009 "$$tst" $(AM_TESTS_FD_REDIRECT)
1010 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1011 @am__EXEEXT_TRUE@ @p='$<'; \
1012 @am__EXEEXT_TRUE@ $(am__set_b); \
1013 @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1014 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
1015 @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1016 @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
1018 distdir: $(DISTFILES)
1019 $(am__remove_distdir)
1020 test -d "$(distdir)" || mkdir "$(distdir)"
1021 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1022 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1023 list='$(DISTFILES)'; \
1024 dist_files=`for file in $$list; do echo $$file; done | \
1025 sed -e "s|^$$srcdirstrip/||;t" \
1026 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1027 case $$dist_files in \
1028 */*) $(MKDIR_P) `echo "$$dist_files" | \
1029 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1030 sort -u` ;; \
1031 esac; \
1032 for file in $$dist_files; do \
1033 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1034 if test -d $$d/$$file; then \
1035 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1036 if test -d "$(distdir)/$$file"; then \
1037 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1038 fi; \
1039 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1040 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1041 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1042 fi; \
1043 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1044 else \
1045 test -f "$(distdir)/$$file" \
1046 || cp -p $$d/$$file "$(distdir)/$$file" \
1047 || exit 1; \
1048 fi; \
1049 done
1050 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1051 if test "$$subdir" = .; then :; else \
1052 $(am__make_dryrun) \
1053 || test -d "$(distdir)/$$subdir" \
1054 || $(MKDIR_P) "$(distdir)/$$subdir" \
1055 || exit 1; \
1056 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1057 $(am__relativize); \
1058 new_distdir=$$reldir; \
1059 dir1=$$subdir; dir2="$(top_distdir)"; \
1060 $(am__relativize); \
1061 new_top_distdir=$$reldir; \
1062 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1063 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1064 ($(am__cd) $$subdir && \
1065 $(MAKE) $(AM_MAKEFLAGS) \
1066 top_distdir="$$new_top_distdir" \
1067 distdir="$$new_distdir" \
1068 am__remove_distdir=: \
1069 am__skip_length_check=: \
1070 am__skip_mode_fix=: \
1071 distdir) \
1072 || exit 1; \
1073 fi; \
1074 done
1075 $(MAKE) $(AM_MAKEFLAGS) \
1076 top_distdir="$(top_distdir)" distdir="$(distdir)" \
1077 dist-hook
1078 -test -n "$(am__skip_mode_fix)" \
1079 || find "$(distdir)" -type d ! -perm -755 \
1080 -exec chmod u+rwx,go+rx {} \; -o \
1081 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1082 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1083 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1084 || chmod -R a+r "$(distdir)"
1085 dist-gzip: distdir
1086 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1087 $(am__post_remove_distdir)
1089 dist-bzip2: distdir
1090 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1091 $(am__post_remove_distdir)
1093 dist-lzip: distdir
1094 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1095 $(am__post_remove_distdir)
1097 dist-xz: distdir
1098 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1099 $(am__post_remove_distdir)
1101 dist-tarZ: distdir
1102 @echo WARNING: "Support for distribution archives compressed with" \
1103 "legacy program 'compress' is deprecated." >&2
1104 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1105 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1106 $(am__post_remove_distdir)
1108 dist-shar: distdir
1109 @echo WARNING: "Support for shar distribution archives is" \
1110 "deprecated." >&2
1111 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1112 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1113 $(am__post_remove_distdir)
1115 dist-zip: distdir
1116 -rm -f $(distdir).zip
1117 zip -rq $(distdir).zip $(distdir)
1118 $(am__post_remove_distdir)
1120 dist dist-all:
1121 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1122 $(am__post_remove_distdir)
1124 # This target untars the dist file and tries a VPATH configuration. Then
1125 # it guarantees that the distribution is self-contained by making another
1126 # tarfile.
1127 distcheck: dist
1128 case '$(DIST_ARCHIVES)' in \
1129 *.tar.gz*) \
1130 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1131 *.tar.bz2*) \
1132 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1133 *.tar.lz*) \
1134 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1135 *.tar.xz*) \
1136 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1137 *.tar.Z*) \
1138 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1139 *.shar.gz*) \
1140 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1141 *.zip*) \
1142 unzip $(distdir).zip ;;\
1143 esac
1144 chmod -R a-w $(distdir)
1145 chmod u+w $(distdir)
1146 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1147 chmod a-w $(distdir)
1148 test -d $(distdir)/_build || exit 0; \
1149 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1150 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1151 && am__cwd=`pwd` \
1152 && $(am__cd) $(distdir)/_build/sub \
1153 && ../../configure \
1154 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1155 $(DISTCHECK_CONFIGURE_FLAGS) \
1156 --srcdir=../.. --prefix="$$dc_install_base" \
1157 && $(MAKE) $(AM_MAKEFLAGS) \
1158 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1159 && $(MAKE) $(AM_MAKEFLAGS) check \
1160 && $(MAKE) $(AM_MAKEFLAGS) install \
1161 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1162 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1163 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1164 distuninstallcheck \
1165 && chmod -R a-w "$$dc_install_base" \
1166 && ({ \
1167 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1168 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1169 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1170 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1171 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1172 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1173 && rm -rf "$$dc_destdir" \
1174 && $(MAKE) $(AM_MAKEFLAGS) dist \
1175 && rm -rf $(DIST_ARCHIVES) \
1176 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1177 && cd "$$am__cwd" \
1178 || exit 1
1179 $(am__post_remove_distdir)
1180 @(echo "$(distdir) archives ready for distribution: "; \
1181 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1182 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1183 distuninstallcheck:
1184 @test -n '$(distuninstallcheck_dir)' || { \
1185 echo 'ERROR: trying to run $@ with an empty' \
1186 '$$(distuninstallcheck_dir)' >&2; \
1187 exit 1; \
1188 }; \
1189 $(am__cd) '$(distuninstallcheck_dir)' || { \
1190 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1191 exit 1; \
1192 }; \
1193 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1194 || { echo "ERROR: files left after uninstall:" ; \
1195 if test -n "$(DESTDIR)"; then \
1196 echo " (check DESTDIR support)"; \
1197 fi ; \
1198 $(distuninstallcheck_listfiles) ; \
1199 exit 1; } >&2
1200 distcleancheck: distclean
1201 @if test '$(srcdir)' = . ; then \
1202 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1203 exit 1 ; \
1205 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1206 || { echo "ERROR: files left in build directory after distclean:" ; \
1207 $(distcleancheck_listfiles) ; \
1208 exit 1; } >&2
1209 check-am: all-am
1210 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) \
1211 $(dist_check_SCRIPTS)
1212 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1213 check: check-recursive
1214 all-am: Makefile $(LIBRARIES) config.h
1215 installdirs: installdirs-recursive
1216 installdirs-am:
1217 install: install-recursive
1218 install-exec: install-exec-recursive
1219 install-data: install-data-recursive
1220 uninstall: uninstall-recursive
1222 install-am: all-am
1223 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1225 installcheck: installcheck-recursive
1226 install-strip:
1227 if test -z '$(STRIP)'; then \
1228 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1229 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1230 install; \
1231 else \
1232 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1233 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1234 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1236 mostlyclean-generic:
1237 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1238 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1239 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1241 clean-generic:
1242 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1244 distclean-generic:
1245 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1246 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1247 -rm -f @LIBPNG_TREE@/$(DEPDIR)/$(am__dirstamp)
1248 -rm -f @LIBPNG_TREE@/$(am__dirstamp)
1249 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1251 maintainer-clean-generic:
1252 @echo "This command is intended for maintainers to use"
1253 @echo "it deletes files that may require special tools to rebuild."
1254 clean: clean-recursive
1256 clean-am: clean-checkPROGRAMS clean-generic clean-noinstLIBRARIES \
1257 mostlyclean-am
1259 distclean: distclean-recursive
1260 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1261 -rm -rf @LIBPNG_TREE@/$(DEPDIR)
1262 -rm -f Makefile
1263 distclean-am: clean-am distclean-compile distclean-generic \
1264 distclean-hdr distclean-tags
1266 dvi: dvi-recursive
1268 dvi-am:
1270 html: html-recursive
1272 html-am:
1274 info: info-recursive
1276 info-am:
1278 install-data-am:
1280 install-dvi: install-dvi-recursive
1282 install-dvi-am:
1284 install-exec-am:
1286 install-html: install-html-recursive
1288 install-html-am:
1290 install-info: install-info-recursive
1292 install-info-am:
1294 install-man:
1296 install-pdf: install-pdf-recursive
1298 install-pdf-am:
1300 install-ps: install-ps-recursive
1302 install-ps-am:
1304 installcheck-am:
1306 maintainer-clean: maintainer-clean-recursive
1307 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1308 -rm -rf $(top_srcdir)/autom4te.cache
1309 -rm -rf @LIBPNG_TREE@/$(DEPDIR)
1310 -rm -f Makefile
1311 maintainer-clean-am: distclean-am maintainer-clean-generic
1313 mostlyclean: mostlyclean-recursive
1315 mostlyclean-am: mostlyclean-compile mostlyclean-generic
1317 pdf: pdf-recursive
1319 pdf-am:
1321 ps: ps-recursive
1323 ps-am:
1325 uninstall-am:
1327 .MAKE: $(am__recursive_targets) all check-am install-am install-strip
1329 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1330 am--refresh check check-TESTS check-am clean \
1331 clean-checkPROGRAMS clean-cscope clean-generic \
1332 clean-noinstLIBRARIES cscope cscopelist-am ctags ctags-am dist \
1333 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1334 dist-tarZ dist-xz dist-zip distcheck distclean \
1335 distclean-compile distclean-generic distclean-hdr \
1336 distclean-tags distcleancheck distdir distuninstallcheck dvi \
1337 dvi-am html html-am info info-am install install-am \
1338 install-data install-data-am install-dvi install-dvi-am \
1339 install-exec install-exec-am install-html install-html-am \
1340 install-info install-info-am install-man install-pdf \
1341 install-pdf-am install-ps install-ps-am install-strip \
1342 installcheck installcheck-am installdirs installdirs-am \
1343 maintainer-clean maintainer-clean-generic mostlyclean \
1344 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
1345 recheck tags tags-am uninstall uninstall-am
1347 .PRECIOUS: Makefile
1349 dist-hook:
1350 cd "$(distdir)" && rm -rf $(NEVER_DIST)
1352 $(libpng_a_OBJECTS): config.force
1353 libpng.log: pngtest$(EXEEXT)
1355 @ZLIB_RULE@
1356 config.force: $(reconfig_prereq)
1357 @if test -f $@; then :; else \
1358 trap 'rm -rf reconfig.lock' 1 2 13 15; \
1359 if mkdir reconfig.lock 2>/dev/null; then \
1360 echo timestamp >$@; \
1361 $(SHELL) ./config.status --recheck; \
1362 rmdir reconfig.lock; \
1363 else \
1364 while test -d rebuild.lock && test -z "$$dry"; do sleep 1; done; \
1365 test -f $@; \
1366 fi; \
1368 rebuild.stamp: $(rebuild_target)
1369 echo timestamp >$@
1371 .PHONY: rebuild
1372 rebuild: $(rebuild_prereq)
1373 @dry=; for f in x $$MAKEFLAGS; do \
1374 case $$f in \
1375 *=*|--*);; \
1376 *n*) dry=:;; \
1377 esac; \
1378 done; \
1379 if test -f rebuild.stamp; then :; else \
1380 $$dry trap 'rm -rf rebuild.lock' 1 2 13 15; \
1381 if $$dry mkdir rebuild.lock 2>/dev/null; then \
1382 $(MAKE) $(AM_MAKEFLAGS) rebuild.stamp; \
1383 $$dry rmdir rebuild.lock; \
1384 else \
1385 while test -d rebuild.lock && test -z "$$dry"; do sleep 1; done; \
1386 fi; \
1387 $$dry test -f rebuild.stamp; exit $$?; \
1390 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1391 # Otherwise a system limit (for SysV at least) may be exceeded.
1392 .NOEXPORT: