Correct PPTP server firewall rules chain.
[tomato/davidwu.git] / release / src / router / libpng / Makefile.in
blob71be1dd06f1a822d2d83ed2cf4574238b804172a
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2013 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 # Makefile.am:
18 # Source file for Makefile.in (and hence Makefile)
20 # Makefile.am need only be changed on a major version number
21 # change (e.g. libpng12 --> libpng14). In that case seach
22 # this file for every instance of the old base name (libpng12)
23 # and change to the new one (libpng14), then change the
24 # -version-number settings below so that the new values have
25 # the correct major part (first field).
30 VPATH = @srcdir@
31 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
32 am__make_running_with_option = \
33 case $${target_option-} in \
34 ?) ;; \
35 *) echo "am__make_running_with_option: internal error: invalid" \
36 "target option '$${target_option-}' specified" >&2; \
37 exit 1;; \
38 esac; \
39 has_opt=no; \
40 sane_makeflags=$$MAKEFLAGS; \
41 if $(am__is_gnu_make); then \
42 sane_makeflags=$$MFLAGS; \
43 else \
44 case $$MAKEFLAGS in \
45 *\\[\ \ ]*) \
46 bs=\\; \
47 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
48 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
49 esac; \
50 fi; \
51 skip_next=no; \
52 strip_trailopt () \
53 { \
54 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
55 }; \
56 for flg in $$sane_makeflags; do \
57 test $$skip_next = yes && { skip_next=no; continue; }; \
58 case $$flg in \
59 *=*|--*) continue;; \
60 -*I) strip_trailopt 'I'; skip_next=yes;; \
61 -*I?*) strip_trailopt 'I';; \
62 -*O) strip_trailopt 'O'; skip_next=yes;; \
63 -*O?*) strip_trailopt 'O';; \
64 -*l) strip_trailopt 'l'; skip_next=yes;; \
65 -*l?*) strip_trailopt 'l';; \
66 -[dEDm]) skip_next=yes;; \
67 -[JT]) skip_next=yes;; \
68 esac; \
69 case $$flg in \
70 *$$target_option*) has_opt=yes; break;; \
71 esac; \
72 done; \
73 test $$has_opt = yes
74 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
75 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
76 pkgdatadir = $(datadir)/@PACKAGE@
77 pkglibdir = $(libdir)/@PACKAGE@
78 pkglibexecdir = $(libexecdir)/@PACKAGE@
79 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80 install_sh_DATA = $(install_sh) -c -m 644
81 install_sh_PROGRAM = $(install_sh) -c
82 install_sh_SCRIPT = $(install_sh) -c
83 INSTALL_HEADER = $(INSTALL_DATA)
84 transform = $(program_transform_name)
85 NORMAL_INSTALL = :
86 PRE_INSTALL = :
87 POST_INSTALL = :
88 NORMAL_UNINSTALL = :
89 PRE_UNINSTALL = :
90 POST_UNINSTALL = :
91 build_triplet = @build@
92 host_triplet = @host@
93 check_PROGRAMS = pngtest$(EXEEXT)
94 @HAVE_LD_VERSION_SCRIPT_TRUE@am__append_1 = -Wl,--version-script=libpng.vers
95 @HAVE_LD_VERSION_SCRIPT_FALSE@am__append_2 = -export-symbols libpng.sym
96 subdir = .
97 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
98 $(top_srcdir)/configure $(am__configure_deps) \
99 $(srcdir)/config.h.in mkinstalldirs \
100 $(top_srcdir)/scripts/libpng.pc-configure.in \
101 $(top_srcdir)/scripts/libpng-config.in depcomp \
102 $(dist_man_MANS) $(pkginclude_HEADERS) test-driver INSTALL \
103 README TODO compile config.guess config.sub install-sh missing \
104 ltmain.sh
105 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
106 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
107 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
108 $(ACLOCAL_M4)
109 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
110 configure.lineno config.status.lineno
111 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
112 CONFIG_HEADER = config.h
113 CONFIG_CLEAN_FILES = libpng.pc libpng-config
114 CONFIG_CLEAN_VPATH_FILES =
115 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
116 am__vpath_adj = case $$p in \
117 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
118 *) f=$$p;; \
119 esac;
120 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
121 am__install_max = 40
122 am__nobase_strip_setup = \
123 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
124 am__nobase_strip = \
125 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
126 am__nobase_list = $(am__nobase_strip_setup); \
127 for p in $$list; do echo "$$p $$p"; done | \
128 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
129 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
130 if (++n[$$2] == $(am__install_max)) \
131 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
132 END { for (dir in files) print dir, files[dir] }'
133 am__base_list = \
134 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
135 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
136 am__uninstall_files_from_dir = { \
137 test -z "$$files" \
138 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
139 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
140 $(am__cd) "$$dir" && rm -f $$files; }; \
142 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
143 "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man5dir)" \
144 "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)"
145 LTLIBRARIES = $(lib_LTLIBRARIES)
146 libpng_la_LIBADD =
147 am__objects_1 = libpng_la-png.lo libpng_la-pngset.lo \
148 libpng_la-pngget.lo libpng_la-pngrutil.lo \
149 libpng_la-pngtrans.lo libpng_la-pngwutil.lo \
150 libpng_la-pngread.lo libpng_la-pngrio.lo libpng_la-pngwio.lo \
151 libpng_la-pngwrite.lo libpng_la-pngrtran.lo \
152 libpng_la-pngwtran.lo libpng_la-pngmem.lo \
153 libpng_la-pngerror.lo libpng_la-pngpread.lo
154 am_libpng_la_OBJECTS = $(am__objects_1)
155 libpng_la_OBJECTS = $(am_libpng_la_OBJECTS)
156 AM_V_lt = $(am__v_lt_@AM_V@)
157 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
158 am__v_lt_0 = --silent
159 am__v_lt_1 =
160 libpng_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
161 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
162 $(libpng_la_LDFLAGS) $(LDFLAGS) -o $@
163 libpng12_la_LIBADD =
164 am_libpng12_la_OBJECTS = libpng12_la-png.lo libpng12_la-pngset.lo \
165 libpng12_la-pngget.lo libpng12_la-pngrutil.lo \
166 libpng12_la-pngtrans.lo libpng12_la-pngwutil.lo \
167 libpng12_la-pngread.lo libpng12_la-pngrio.lo \
168 libpng12_la-pngwio.lo libpng12_la-pngwrite.lo \
169 libpng12_la-pngrtran.lo libpng12_la-pngwtran.lo \
170 libpng12_la-pngmem.lo libpng12_la-pngerror.lo \
171 libpng12_la-pngpread.lo
172 libpng12_la_OBJECTS = $(am_libpng12_la_OBJECTS)
173 libpng12_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
174 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
175 $(libpng12_la_LDFLAGS) $(LDFLAGS) -o $@
176 am_pngtest_OBJECTS = pngtest.$(OBJEXT)
177 pngtest_OBJECTS = $(am_pngtest_OBJECTS)
178 pngtest_DEPENDENCIES = libpng12.la
179 SCRIPTS = $(bin_SCRIPTS)
180 AM_V_P = $(am__v_P_@AM_V@)
181 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
182 am__v_P_0 = false
183 am__v_P_1 = :
184 AM_V_GEN = $(am__v_GEN_@AM_V@)
185 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
186 am__v_GEN_0 = @echo " GEN " $@;
187 am__v_GEN_1 =
188 AM_V_at = $(am__v_at_@AM_V@)
189 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
190 am__v_at_0 = @
191 am__v_at_1 =
192 DEFAULT_INCLUDES = -I.@am__isrc@
193 depcomp = $(SHELL) $(top_srcdir)/depcomp
194 am__depfiles_maybe = depfiles
195 am__mv = mv -f
196 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
197 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
198 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
199 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
200 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
201 $(AM_CFLAGS) $(CFLAGS)
202 AM_V_CC = $(am__v_CC_@AM_V@)
203 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
204 am__v_CC_0 = @echo " CC " $@;
205 am__v_CC_1 =
206 CCLD = $(CC)
207 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
208 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
209 $(AM_LDFLAGS) $(LDFLAGS) -o $@
210 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
211 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
212 am__v_CCLD_0 = @echo " CCLD " $@;
213 am__v_CCLD_1 =
214 SOURCES = $(libpng_la_SOURCES) $(libpng12_la_SOURCES) \
215 $(pngtest_SOURCES)
216 DIST_SOURCES = $(libpng_la_SOURCES) $(libpng12_la_SOURCES) \
217 $(pngtest_SOURCES)
218 am__can_run_installinfo = \
219 case $$AM_UPDATE_INFO_DIR in \
220 n|no|NO) false;; \
221 *) (install-info --version) >/dev/null 2>&1;; \
222 esac
223 man3dir = $(mandir)/man3
224 man5dir = $(mandir)/man5
225 NROFF = nroff
226 MANS = $(dist_man_MANS)
227 DATA = $(pkgconfig_DATA)
228 HEADERS = $(pkginclude_HEADERS)
229 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
230 $(LISP)config.h.in
231 # Read a list of newline-separated strings from the standard input,
232 # and print each of them once, without duplicates. Input order is
233 # *not* preserved.
234 am__uniquify_input = $(AWK) '\
235 BEGIN { nonempty = 0; } \
236 { items[$$0] = 1; nonempty = 1; } \
237 END { if (nonempty) { for (i in items) print i; }; } \
239 # Make sure the list of sources is unique. This is necessary because,
240 # e.g., the same source file might be shared among _SOURCES variables
241 # for different programs/libraries.
242 am__define_uniq_tagged_files = \
243 list='$(am__tagged_files)'; \
244 unique=`for i in $$list; do \
245 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
246 done | $(am__uniquify_input)`
247 ETAGS = etags
248 CTAGS = ctags
249 CSCOPE = cscope
250 AM_RECURSIVE_TARGETS = cscope check recheck
251 am__tty_colors_dummy = \
252 mgn= red= grn= lgn= blu= brg= std=; \
253 am__color_tests=no
254 am__tty_colors = { \
255 $(am__tty_colors_dummy); \
256 if test "X$(AM_COLOR_TESTS)" = Xno; then \
257 am__color_tests=no; \
258 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
259 am__color_tests=yes; \
260 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
261 am__color_tests=yes; \
262 fi; \
263 if test $$am__color_tests = yes; then \
264 red='\e[0;31m'; \
265 grn='\e[0;32m'; \
266 lgn='\e[1;32m'; \
267 blu='\e[1;34m'; \
268 mgn='\e[0;35m'; \
269 brg='\e[1m'; \
270 std='\e[m'; \
271 fi; \
273 am__recheck_rx = ^[ ]*:recheck:[ ]*
274 am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
275 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
276 # A command that, given a newline-separated list of test names on the
277 # standard input, print the name of the tests that are to be re-run
278 # upon "make recheck".
279 am__list_recheck_tests = $(AWK) '{ \
280 recheck = 1; \
281 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
283 if (rc < 0) \
285 if ((getline line2 < ($$0 ".log")) < 0) \
286 recheck = 0; \
287 break; \
289 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
291 recheck = 0; \
292 break; \
294 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
296 break; \
298 }; \
299 if (recheck) \
300 print $$0; \
301 close ($$0 ".trs"); \
302 close ($$0 ".log"); \
304 # A command that, given a newline-separated list of test names on the
305 # standard input, create the global log from their .trs and .log files.
306 am__create_global_log = $(AWK) ' \
307 function fatal(msg) \
309 print "fatal: making $@: " msg | "cat >&2"; \
310 exit 1; \
312 function rst_section(header) \
314 print header; \
315 len = length(header); \
316 for (i = 1; i <= len; i = i + 1) \
317 printf "="; \
318 printf "\n\n"; \
321 copy_in_global_log = 1; \
322 global_test_result = "RUN"; \
323 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
325 if (rc < 0) \
326 fatal("failed to read from " $$0 ".trs"); \
327 if (line ~ /$(am__global_test_result_rx)/) \
329 sub("$(am__global_test_result_rx)", "", line); \
330 sub("[ ]*$$", "", line); \
331 global_test_result = line; \
333 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
334 copy_in_global_log = 0; \
335 }; \
336 if (copy_in_global_log) \
338 rst_section(global_test_result ": " $$0); \
339 while ((rc = (getline line < ($$0 ".log"))) != 0) \
341 if (rc < 0) \
342 fatal("failed to read from " $$0 ".log"); \
343 print line; \
344 }; \
345 printf "\n"; \
346 }; \
347 close ($$0 ".trs"); \
348 close ($$0 ".log"); \
350 # Restructured Text title.
351 am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
352 # Solaris 10 'make', and several other traditional 'make' implementations,
353 # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
354 # by disabling -e (using the XSI extension "set +e") if it's set.
355 am__sh_e_setup = case $$- in *e*) set +e;; esac
356 # Default flags passed to test drivers.
357 am__common_driver_flags = \
358 --color-tests "$$am__color_tests" \
359 --enable-hard-errors "$$am__enable_hard_errors" \
360 --expect-failure "$$am__expect_failure"
361 # To be inserted before the command running the test. Creates the
362 # directory for the log if needed. Stores in $dir the directory
363 # containing $f, in $tst the test, in $log the log. Executes the
364 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
365 # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
366 # will run the test scripts (or their associated LOG_COMPILER, if
367 # thy have one).
368 am__check_pre = \
369 $(am__sh_e_setup); \
370 $(am__vpath_adj_setup) $(am__vpath_adj) \
371 $(am__tty_colors); \
372 srcdir=$(srcdir); export srcdir; \
373 case "$@" in \
374 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
375 *) am__odir=.;; \
376 esac; \
377 test "x$$am__odir" = x"." || test -d "$$am__odir" \
378 || $(MKDIR_P) "$$am__odir" || exit $$?; \
379 if test -f "./$$f"; then dir=./; \
380 elif test -f "$$f"; then dir=; \
381 else dir="$(srcdir)/"; fi; \
382 tst=$$dir$$f; log='$@'; \
383 if test -n '$(DISABLE_HARD_ERRORS)'; then \
384 am__enable_hard_errors=no; \
385 else \
386 am__enable_hard_errors=yes; \
387 fi; \
388 case " $(XFAIL_TESTS) " in \
389 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
390 am__expect_failure=yes;; \
391 *) \
392 am__expect_failure=no;; \
393 esac; \
394 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
395 # A shell command to get the names of the tests scripts with any registered
396 # extension removed (i.e., equivalently, the names of the test logs, with
397 # the '.log' extension removed). The result is saved in the shell variable
398 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
399 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
400 # since that might cause problem with VPATH rewrites for suffix-less tests.
401 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
402 am__set_TESTS_bases = \
403 bases='$(TEST_LOGS)'; \
404 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
405 bases=`echo $$bases`
406 RECHECK_LOGS = $(TEST_LOGS)
407 TEST_SUITE_LOG = test-suite.log
408 TEST_EXTENSIONS = @EXEEXT@ .test
409 LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
410 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
411 am__set_b = \
412 case '$@' in \
413 */*) \
414 case '$*' in \
415 */*) b='$*';; \
416 *) b=`echo '$@' | sed 's/\.log$$//'`; \
417 esac;; \
418 *) \
419 b='$*';; \
420 esac
421 am__test_logs1 = $(TESTS:=.log)
422 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
423 TEST_LOGS = $(am__test_logs2:.test.log=.log)
424 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
425 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
426 $(TEST_LOG_FLAGS)
427 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
428 distdir = $(PACKAGE)-$(VERSION)
429 top_distdir = $(distdir)
430 am__remove_distdir = \
431 if test -d "$(distdir)"; then \
432 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
433 && rm -rf "$(distdir)" \
434 || { sleep 5 && rm -rf "$(distdir)"; }; \
435 else :; fi
436 am__post_remove_distdir = $(am__remove_distdir)
437 DIST_ARCHIVES = $(distdir).tar.gz
438 GZIP_ENV = --best
439 DIST_TARGETS = dist-gzip
440 distuninstallcheck_listfiles = find . -type f -print
441 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
442 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
443 distcleancheck_listfiles = find . -type f -print
445 #distribute headers in /usr/include/libpng/*
446 pkgincludedir = $(includedir)/$(PNGLIB_BASENAME)
447 ACLOCAL = @ACLOCAL@
448 AMTAR = @AMTAR@
449 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
450 AR = @AR@
451 AS = @AS@
452 AUTOCONF = @AUTOCONF@
453 AUTOHEADER = @AUTOHEADER@
454 AUTOMAKE = @AUTOMAKE@
455 AWK = @AWK@
456 CC = @CC@
457 CCDEPMODE = @CCDEPMODE@
458 CFLAGS = @CFLAGS@
459 CPP = @CPP@
460 CPPFLAGS = @CPPFLAGS@
461 CYGPATH_W = @CYGPATH_W@
462 DEFS = @DEFS@
463 DEPDIR = @DEPDIR@
464 DLLTOOL = @DLLTOOL@
465 DSYMUTIL = @DSYMUTIL@
466 DUMPBIN = @DUMPBIN@
467 ECHO_C = @ECHO_C@
468 ECHO_N = @ECHO_N@
469 ECHO_T = @ECHO_T@
470 EGREP = @EGREP@
471 EXEEXT = @EXEEXT@
472 FGREP = @FGREP@
473 GREP = @GREP@
474 INSTALL = @INSTALL@
475 INSTALL_DATA = @INSTALL_DATA@
476 INSTALL_PROGRAM = @INSTALL_PROGRAM@
477 INSTALL_SCRIPT = @INSTALL_SCRIPT@
478 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
479 LD = @LD@
480 LDFLAGS = @LDFLAGS@
481 LIBOBJS = @LIBOBJS@
482 LIBPNG_DEFINES = @LIBPNG_DEFINES@
483 LIBPNG_NO_MMX = @LIBPNG_NO_MMX@
484 LIBS = @LIBS@
485 LIBTOOL = @LIBTOOL@
486 LIPO = @LIPO@
487 LN_S = @LN_S@
488 LTLIBOBJS = @LTLIBOBJS@
489 MAINT = @MAINT@
490 MAKEINFO = @MAKEINFO@
491 MANIFEST_TOOL = @MANIFEST_TOOL@
492 MKDIR_P = @MKDIR_P@
493 NM = @NM@
494 NMEDIT = @NMEDIT@
495 OBJDUMP = @OBJDUMP@
496 OBJEXT = @OBJEXT@
497 OTOOL = @OTOOL@
498 OTOOL64 = @OTOOL64@
499 PACKAGE = @PACKAGE@
500 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
501 PACKAGE_NAME = @PACKAGE_NAME@
502 PACKAGE_STRING = @PACKAGE_STRING@
503 PACKAGE_TARNAME = @PACKAGE_TARNAME@
504 PACKAGE_URL = @PACKAGE_URL@
505 PACKAGE_VERSION = @PACKAGE_VERSION@
506 PATH_SEPARATOR = @PATH_SEPARATOR@
507 PNGLIB_MAJOR = @PNGLIB_MAJOR@
508 PNGLIB_MINOR = @PNGLIB_MINOR@
509 PNGLIB_RELEASE = @PNGLIB_RELEASE@
510 PNGLIB_VERSION = @PNGLIB_VERSION@
511 POW_LIB = @POW_LIB@
512 RANLIB = @RANLIB@
513 SED = @SED@
514 SET_MAKE = @SET_MAKE@
515 SHELL = @SHELL@
516 STRIP = @STRIP@
517 SYMBOL_PREFIX = @SYMBOL_PREFIX@
518 VERSION = @VERSION@
519 abs_builddir = @abs_builddir@
520 abs_srcdir = @abs_srcdir@
521 abs_top_builddir = @abs_top_builddir@
522 abs_top_srcdir = @abs_top_srcdir@
523 ac_ct_AR = @ac_ct_AR@
524 ac_ct_CC = @ac_ct_CC@
525 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
526 am__include = @am__include@
527 am__leading_dot = @am__leading_dot@
528 am__quote = @am__quote@
529 am__tar = @am__tar@
530 am__untar = @am__untar@
532 # generate the -config scripts if required
533 binconfigs = libpng12-config
534 bindir = @bindir@
535 build = @build@
536 build_alias = @build_alias@
537 build_cpu = @build_cpu@
538 build_os = @build_os@
539 build_vendor = @build_vendor@
540 builddir = @builddir@
541 compatlib = @compatlib@
542 datadir = @datadir@
543 datarootdir = @datarootdir@
544 docdir = @docdir@
545 dvidir = @dvidir@
546 exec_prefix = @exec_prefix@
547 host = @host@
548 host_alias = @host_alias@
549 host_cpu = @host_cpu@
550 host_os = @host_os@
551 host_vendor = @host_vendor@
552 htmldir = @htmldir@
553 includedir = @includedir@
554 infodir = @infodir@
555 install_sh = @install_sh@
556 libdir = @libdir@
557 libexecdir = @libexecdir@
558 localedir = @localedir@
559 localstatedir = @localstatedir@
560 mandir = @mandir@
561 mkdir_p = @mkdir_p@
562 oldincludedir = @oldincludedir@
563 pdfdir = @pdfdir@
565 # pkg-config stuff, note that libpng.pc is always required in order
566 # to get the correct library
567 pkgconfigdir = @pkgconfigdir@
568 prefix = @prefix@
569 program_transform_name = @program_transform_name@
570 psdir = @psdir@
571 sbindir = @sbindir@
572 sharedstatedir = @sharedstatedir@
573 srcdir = @srcdir@
574 sysconfdir = @sysconfdir@
575 target_alias = @target_alias@
576 top_build_prefix = @top_build_prefix@
577 top_builddir = @top_builddir@
578 top_srcdir = @top_srcdir@
579 PNGLIB_BASENAME = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
581 # libpng does not follow GNU file name conventions
582 AUTOMAKE_OPTIONS = foreign
583 pngtest_SOURCES = pngtest.c
584 pngtest_LDADD = libpng12.la
585 TESTS = test-pngtest.sh
586 TESTS_ENVIRONMENT = srcdir=$(srcdir)
588 # man pages
589 dist_man_MANS = libpng.3 libpngpf.3 png.5
590 EXTRA_SCRIPTS = libpng-config libpng12-config
591 bin_SCRIPTS = @binconfigs@
593 # rules to build libpng, only build the old library on request
594 lib_LTLIBRARIES = libpng12.la @compatlib@
595 EXTRA_LTLIBRARIES = libpng.la
596 libpng12_la_SOURCES = png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \
597 pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \
598 pngwtran.c pngmem.c pngerror.c pngpread.c \
599 png.h pngconf.h
601 libpng_la_SOURCES = $(libpng12_la_SOURCES)
602 libpng_la_CPPFLAGS = @LIBPNG_DEFINES@
603 libpng12_la_CPPFLAGS = @LIBPNG_DEFINES@
605 # MAJOR UPGRADE: the version-number settings below must be changed.
606 libpng12_la_LDFLAGS = -no-undefined -export-dynamic -version-number \
607 0:@PNGLIB_RELEASE@:0 $(am__append_1) $(am__append_2)
608 # -rpath is needed as automake doesn't know the directory
609 libpng_la_LDFLAGS = -rpath '$(libdir)' -no-undefined -export-dynamic \
610 -version-number 3:@PNGLIB_RELEASE@:0
612 @HAVE_LD_VERSION_SCRIPT_FALSE@libpng12_la_DEPENDENCIES = libpng.sym
613 @HAVE_LD_VERSION_SCRIPT_TRUE@libpng12_la_DEPENDENCIES = libpng.vers
614 libpng_la_DEPENDENCIES = $(libpng12_la_DEPENDENCIES)
616 # Avoid depending upon Character Ranges.
617 AN = '_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'
618 pkginclude_HEADERS = png.h pngconf.h
619 pkgconfig_DATA = libpng12.pc
621 #extra source distribution files.
622 EXTRA_DIST = \
623 ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO \
624 pngtest.png pngbar.png pngnow.png pngbar.jpg autogen.sh \
625 CMakeLists.txt \
626 ${srcdir}/projects/cbuilder5/* \
627 ${srcdir}/projects/beos/* \
628 ${srcdir}/projects/visualc6/* \
629 ${srcdir}/projects/visualc71/* \
630 ${srcdir}/projects/wince.txt \
631 ${srcdir}/projects/netware.txt \
632 ${srcdir}/projects/xcode/* \
633 ${srcdir}/scripts/* \
634 ${srcdir}/contrib/gregbook/* \
635 ${srcdir}/contrib/pngminim/* \
636 ${srcdir}/contrib/pngminus/* \
637 ${srcdir}/contrib/pngsuite/* \
638 ${srcdir}/contrib/visupng/* \
639 $(TESTS) \
640 example.c libpng-1.2.51.txt pnggccrd.c pngvcrd.c
642 CLEANFILES = pngout.png libpng12.pc libpng12-config libpng.vers \
643 libpng.sym
645 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
646 config.sub configure depcomp install-sh ltmain.sh missing
648 all: config.h
649 $(MAKE) $(AM_MAKEFLAGS) all-am
651 .SUFFIXES:
652 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
653 am--refresh: Makefile
655 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
656 @for dep in $?; do \
657 case '$(am__configure_deps)' in \
658 *$$dep*) \
659 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
660 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
661 && exit 0; \
662 exit 1;; \
663 esac; \
664 done; \
665 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
666 $(am__cd) $(top_srcdir) && \
667 $(AUTOMAKE) --foreign Makefile
668 .PRECIOUS: Makefile
669 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
670 @case '$?' in \
671 *config.status*) \
672 echo ' $(SHELL) ./config.status'; \
673 $(SHELL) ./config.status;; \
674 *) \
675 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
676 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
677 esac;
679 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
680 $(SHELL) ./config.status --recheck
682 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
683 $(am__cd) $(srcdir) && $(AUTOCONF)
684 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
685 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
686 $(am__aclocal_m4_deps):
688 config.h: stamp-h1
689 @test -f $@ || rm -f stamp-h1
690 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
692 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
693 @rm -f stamp-h1
694 cd $(top_builddir) && $(SHELL) ./config.status config.h
695 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
696 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
697 rm -f stamp-h1
698 touch $@
700 distclean-hdr:
701 -rm -f config.h stamp-h1
702 libpng.pc: $(top_builddir)/config.status $(top_srcdir)/scripts/libpng.pc-configure.in
703 cd $(top_builddir) && $(SHELL) ./config.status $@
704 libpng-config: $(top_builddir)/config.status $(top_srcdir)/scripts/libpng-config.in
705 cd $(top_builddir) && $(SHELL) ./config.status $@
707 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
708 @$(NORMAL_INSTALL)
709 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
710 list2=; for p in $$list; do \
711 if test -f $$p; then \
712 list2="$$list2 $$p"; \
713 else :; fi; \
714 done; \
715 test -z "$$list2" || { \
716 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
717 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
718 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
719 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
722 uninstall-libLTLIBRARIES:
723 @$(NORMAL_UNINSTALL)
724 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
725 for p in $$list; do \
726 $(am__strip_dir) \
727 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
728 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
729 done
731 clean-libLTLIBRARIES:
732 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
733 @list='$(lib_LTLIBRARIES)'; \
734 locs=`for p in $$list; do echo $$p; done | \
735 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
736 sort -u`; \
737 test -z "$$locs" || { \
738 echo rm -f $${locs}; \
739 rm -f $${locs}; \
742 libpng.la: $(libpng_la_OBJECTS) $(libpng_la_DEPENDENCIES) $(EXTRA_libpng_la_DEPENDENCIES)
743 $(AM_V_CCLD)$(libpng_la_LINK) $(libpng_la_OBJECTS) $(libpng_la_LIBADD) $(LIBS)
745 libpng12.la: $(libpng12_la_OBJECTS) $(libpng12_la_DEPENDENCIES) $(EXTRA_libpng12_la_DEPENDENCIES)
746 $(AM_V_CCLD)$(libpng12_la_LINK) -rpath $(libdir) $(libpng12_la_OBJECTS) $(libpng12_la_LIBADD) $(LIBS)
748 clean-checkPROGRAMS:
749 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
750 echo " rm -f" $$list; \
751 rm -f $$list || exit $$?; \
752 test -n "$(EXEEXT)" || exit 0; \
753 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
754 echo " rm -f" $$list; \
755 rm -f $$list
757 pngtest$(EXEEXT): $(pngtest_OBJECTS) $(pngtest_DEPENDENCIES) $(EXTRA_pngtest_DEPENDENCIES)
758 @rm -f pngtest$(EXEEXT)
759 $(AM_V_CCLD)$(LINK) $(pngtest_OBJECTS) $(pngtest_LDADD) $(LIBS)
760 install-binSCRIPTS: $(bin_SCRIPTS)
761 @$(NORMAL_INSTALL)
762 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
763 if test -n "$$list"; then \
764 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
765 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
766 fi; \
767 for p in $$list; do \
768 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
769 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
770 done | \
771 sed -e 'p;s,.*/,,;n' \
772 -e 'h;s|.*|.|' \
773 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
774 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
775 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
776 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
777 if (++n[d] == $(am__install_max)) { \
778 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
779 else { print "f", d "/" $$4, $$1 } } \
780 END { for (d in files) print "f", d, files[d] }' | \
781 while read type dir files; do \
782 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
783 test -z "$$files" || { \
784 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
785 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
787 ; done
789 uninstall-binSCRIPTS:
790 @$(NORMAL_UNINSTALL)
791 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
792 files=`for p in $$list; do echo "$$p"; done | \
793 sed -e 's,.*/,,;$(transform)'`; \
794 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
796 mostlyclean-compile:
797 -rm -f *.$(OBJEXT)
799 distclean-compile:
800 -rm -f *.tab.c
802 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-png.Plo@am__quote@
803 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngerror.Plo@am__quote@
804 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngget.Plo@am__quote@
805 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngmem.Plo@am__quote@
806 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngpread.Plo@am__quote@
807 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngread.Plo@am__quote@
808 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngrio.Plo@am__quote@
809 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngrtran.Plo@am__quote@
810 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngrutil.Plo@am__quote@
811 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngset.Plo@am__quote@
812 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngtrans.Plo@am__quote@
813 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngwio.Plo@am__quote@
814 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngwrite.Plo@am__quote@
815 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngwtran.Plo@am__quote@
816 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngwutil.Plo@am__quote@
817 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-png.Plo@am__quote@
818 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngerror.Plo@am__quote@
819 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngget.Plo@am__quote@
820 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngmem.Plo@am__quote@
821 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngpread.Plo@am__quote@
822 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngread.Plo@am__quote@
823 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngrio.Plo@am__quote@
824 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngrtran.Plo@am__quote@
825 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngrutil.Plo@am__quote@
826 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngset.Plo@am__quote@
827 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngtrans.Plo@am__quote@
828 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngwio.Plo@am__quote@
829 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngwrite.Plo@am__quote@
830 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngwtran.Plo@am__quote@
831 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngwutil.Plo@am__quote@
832 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngtest.Po@am__quote@
834 .c.o:
835 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
836 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
837 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
838 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
839 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
841 .c.obj:
842 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
843 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
844 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
845 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
846 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
848 .c.lo:
849 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
850 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
851 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
852 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
853 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
855 libpng_la-png.lo: png.c
856 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-png.lo -MD -MP -MF $(DEPDIR)/libpng_la-png.Tpo -c -o libpng_la-png.lo `test -f 'png.c' || echo '$(srcdir)/'`png.c
857 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-png.Tpo $(DEPDIR)/libpng_la-png.Plo
858 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='png.c' object='libpng_la-png.lo' libtool=yes @AMDEPBACKSLASH@
859 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
860 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-png.lo `test -f 'png.c' || echo '$(srcdir)/'`png.c
862 libpng_la-pngset.lo: pngset.c
863 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngset.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngset.Tpo -c -o libpng_la-pngset.lo `test -f 'pngset.c' || echo '$(srcdir)/'`pngset.c
864 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngset.Tpo $(DEPDIR)/libpng_la-pngset.Plo
865 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngset.c' object='libpng_la-pngset.lo' libtool=yes @AMDEPBACKSLASH@
866 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
867 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngset.lo `test -f 'pngset.c' || echo '$(srcdir)/'`pngset.c
869 libpng_la-pngget.lo: pngget.c
870 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngget.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngget.Tpo -c -o libpng_la-pngget.lo `test -f 'pngget.c' || echo '$(srcdir)/'`pngget.c
871 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngget.Tpo $(DEPDIR)/libpng_la-pngget.Plo
872 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngget.c' object='libpng_la-pngget.lo' libtool=yes @AMDEPBACKSLASH@
873 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
874 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngget.lo `test -f 'pngget.c' || echo '$(srcdir)/'`pngget.c
876 libpng_la-pngrutil.lo: pngrutil.c
877 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngrutil.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngrutil.Tpo -c -o libpng_la-pngrutil.lo `test -f 'pngrutil.c' || echo '$(srcdir)/'`pngrutil.c
878 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngrutil.Tpo $(DEPDIR)/libpng_la-pngrutil.Plo
879 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngrutil.c' object='libpng_la-pngrutil.lo' libtool=yes @AMDEPBACKSLASH@
880 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
881 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngrutil.lo `test -f 'pngrutil.c' || echo '$(srcdir)/'`pngrutil.c
883 libpng_la-pngtrans.lo: pngtrans.c
884 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngtrans.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngtrans.Tpo -c -o libpng_la-pngtrans.lo `test -f 'pngtrans.c' || echo '$(srcdir)/'`pngtrans.c
885 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngtrans.Tpo $(DEPDIR)/libpng_la-pngtrans.Plo
886 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngtrans.c' object='libpng_la-pngtrans.lo' libtool=yes @AMDEPBACKSLASH@
887 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
888 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngtrans.lo `test -f 'pngtrans.c' || echo '$(srcdir)/'`pngtrans.c
890 libpng_la-pngwutil.lo: pngwutil.c
891 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngwutil.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngwutil.Tpo -c -o libpng_la-pngwutil.lo `test -f 'pngwutil.c' || echo '$(srcdir)/'`pngwutil.c
892 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngwutil.Tpo $(DEPDIR)/libpng_la-pngwutil.Plo
893 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngwutil.c' object='libpng_la-pngwutil.lo' libtool=yes @AMDEPBACKSLASH@
894 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
895 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngwutil.lo `test -f 'pngwutil.c' || echo '$(srcdir)/'`pngwutil.c
897 libpng_la-pngread.lo: pngread.c
898 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngread.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngread.Tpo -c -o libpng_la-pngread.lo `test -f 'pngread.c' || echo '$(srcdir)/'`pngread.c
899 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngread.Tpo $(DEPDIR)/libpng_la-pngread.Plo
900 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngread.c' object='libpng_la-pngread.lo' libtool=yes @AMDEPBACKSLASH@
901 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
902 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngread.lo `test -f 'pngread.c' || echo '$(srcdir)/'`pngread.c
904 libpng_la-pngrio.lo: pngrio.c
905 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngrio.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngrio.Tpo -c -o libpng_la-pngrio.lo `test -f 'pngrio.c' || echo '$(srcdir)/'`pngrio.c
906 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngrio.Tpo $(DEPDIR)/libpng_la-pngrio.Plo
907 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngrio.c' object='libpng_la-pngrio.lo' libtool=yes @AMDEPBACKSLASH@
908 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
909 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngrio.lo `test -f 'pngrio.c' || echo '$(srcdir)/'`pngrio.c
911 libpng_la-pngwio.lo: pngwio.c
912 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngwio.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngwio.Tpo -c -o libpng_la-pngwio.lo `test -f 'pngwio.c' || echo '$(srcdir)/'`pngwio.c
913 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngwio.Tpo $(DEPDIR)/libpng_la-pngwio.Plo
914 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngwio.c' object='libpng_la-pngwio.lo' libtool=yes @AMDEPBACKSLASH@
915 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
916 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngwio.lo `test -f 'pngwio.c' || echo '$(srcdir)/'`pngwio.c
918 libpng_la-pngwrite.lo: pngwrite.c
919 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngwrite.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngwrite.Tpo -c -o libpng_la-pngwrite.lo `test -f 'pngwrite.c' || echo '$(srcdir)/'`pngwrite.c
920 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngwrite.Tpo $(DEPDIR)/libpng_la-pngwrite.Plo
921 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngwrite.c' object='libpng_la-pngwrite.lo' libtool=yes @AMDEPBACKSLASH@
922 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
923 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngwrite.lo `test -f 'pngwrite.c' || echo '$(srcdir)/'`pngwrite.c
925 libpng_la-pngrtran.lo: pngrtran.c
926 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngrtran.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngrtran.Tpo -c -o libpng_la-pngrtran.lo `test -f 'pngrtran.c' || echo '$(srcdir)/'`pngrtran.c
927 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngrtran.Tpo $(DEPDIR)/libpng_la-pngrtran.Plo
928 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngrtran.c' object='libpng_la-pngrtran.lo' libtool=yes @AMDEPBACKSLASH@
929 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
930 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngrtran.lo `test -f 'pngrtran.c' || echo '$(srcdir)/'`pngrtran.c
932 libpng_la-pngwtran.lo: pngwtran.c
933 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngwtran.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngwtran.Tpo -c -o libpng_la-pngwtran.lo `test -f 'pngwtran.c' || echo '$(srcdir)/'`pngwtran.c
934 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngwtran.Tpo $(DEPDIR)/libpng_la-pngwtran.Plo
935 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngwtran.c' object='libpng_la-pngwtran.lo' libtool=yes @AMDEPBACKSLASH@
936 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
937 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngwtran.lo `test -f 'pngwtran.c' || echo '$(srcdir)/'`pngwtran.c
939 libpng_la-pngmem.lo: pngmem.c
940 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngmem.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngmem.Tpo -c -o libpng_la-pngmem.lo `test -f 'pngmem.c' || echo '$(srcdir)/'`pngmem.c
941 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngmem.Tpo $(DEPDIR)/libpng_la-pngmem.Plo
942 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngmem.c' object='libpng_la-pngmem.lo' libtool=yes @AMDEPBACKSLASH@
943 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
944 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngmem.lo `test -f 'pngmem.c' || echo '$(srcdir)/'`pngmem.c
946 libpng_la-pngerror.lo: pngerror.c
947 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngerror.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngerror.Tpo -c -o libpng_la-pngerror.lo `test -f 'pngerror.c' || echo '$(srcdir)/'`pngerror.c
948 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngerror.Tpo $(DEPDIR)/libpng_la-pngerror.Plo
949 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngerror.c' object='libpng_la-pngerror.lo' libtool=yes @AMDEPBACKSLASH@
950 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
951 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngerror.lo `test -f 'pngerror.c' || echo '$(srcdir)/'`pngerror.c
953 libpng_la-pngpread.lo: pngpread.c
954 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngpread.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngpread.Tpo -c -o libpng_la-pngpread.lo `test -f 'pngpread.c' || echo '$(srcdir)/'`pngpread.c
955 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngpread.Tpo $(DEPDIR)/libpng_la-pngpread.Plo
956 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngpread.c' object='libpng_la-pngpread.lo' libtool=yes @AMDEPBACKSLASH@
957 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
958 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngpread.lo `test -f 'pngpread.c' || echo '$(srcdir)/'`pngpread.c
960 libpng12_la-png.lo: png.c
961 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-png.lo -MD -MP -MF $(DEPDIR)/libpng12_la-png.Tpo -c -o libpng12_la-png.lo `test -f 'png.c' || echo '$(srcdir)/'`png.c
962 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-png.Tpo $(DEPDIR)/libpng12_la-png.Plo
963 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='png.c' object='libpng12_la-png.lo' libtool=yes @AMDEPBACKSLASH@
964 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
965 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-png.lo `test -f 'png.c' || echo '$(srcdir)/'`png.c
967 libpng12_la-pngset.lo: pngset.c
968 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngset.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngset.Tpo -c -o libpng12_la-pngset.lo `test -f 'pngset.c' || echo '$(srcdir)/'`pngset.c
969 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngset.Tpo $(DEPDIR)/libpng12_la-pngset.Plo
970 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngset.c' object='libpng12_la-pngset.lo' libtool=yes @AMDEPBACKSLASH@
971 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
972 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngset.lo `test -f 'pngset.c' || echo '$(srcdir)/'`pngset.c
974 libpng12_la-pngget.lo: pngget.c
975 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngget.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngget.Tpo -c -o libpng12_la-pngget.lo `test -f 'pngget.c' || echo '$(srcdir)/'`pngget.c
976 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngget.Tpo $(DEPDIR)/libpng12_la-pngget.Plo
977 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngget.c' object='libpng12_la-pngget.lo' libtool=yes @AMDEPBACKSLASH@
978 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
979 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngget.lo `test -f 'pngget.c' || echo '$(srcdir)/'`pngget.c
981 libpng12_la-pngrutil.lo: pngrutil.c
982 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngrutil.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngrutil.Tpo -c -o libpng12_la-pngrutil.lo `test -f 'pngrutil.c' || echo '$(srcdir)/'`pngrutil.c
983 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngrutil.Tpo $(DEPDIR)/libpng12_la-pngrutil.Plo
984 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngrutil.c' object='libpng12_la-pngrutil.lo' libtool=yes @AMDEPBACKSLASH@
985 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
986 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngrutil.lo `test -f 'pngrutil.c' || echo '$(srcdir)/'`pngrutil.c
988 libpng12_la-pngtrans.lo: pngtrans.c
989 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngtrans.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngtrans.Tpo -c -o libpng12_la-pngtrans.lo `test -f 'pngtrans.c' || echo '$(srcdir)/'`pngtrans.c
990 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngtrans.Tpo $(DEPDIR)/libpng12_la-pngtrans.Plo
991 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngtrans.c' object='libpng12_la-pngtrans.lo' libtool=yes @AMDEPBACKSLASH@
992 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
993 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngtrans.lo `test -f 'pngtrans.c' || echo '$(srcdir)/'`pngtrans.c
995 libpng12_la-pngwutil.lo: pngwutil.c
996 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngwutil.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngwutil.Tpo -c -o libpng12_la-pngwutil.lo `test -f 'pngwutil.c' || echo '$(srcdir)/'`pngwutil.c
997 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngwutil.Tpo $(DEPDIR)/libpng12_la-pngwutil.Plo
998 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngwutil.c' object='libpng12_la-pngwutil.lo' libtool=yes @AMDEPBACKSLASH@
999 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1000 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngwutil.lo `test -f 'pngwutil.c' || echo '$(srcdir)/'`pngwutil.c
1002 libpng12_la-pngread.lo: pngread.c
1003 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngread.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngread.Tpo -c -o libpng12_la-pngread.lo `test -f 'pngread.c' || echo '$(srcdir)/'`pngread.c
1004 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngread.Tpo $(DEPDIR)/libpng12_la-pngread.Plo
1005 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngread.c' object='libpng12_la-pngread.lo' libtool=yes @AMDEPBACKSLASH@
1006 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1007 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngread.lo `test -f 'pngread.c' || echo '$(srcdir)/'`pngread.c
1009 libpng12_la-pngrio.lo: pngrio.c
1010 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngrio.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngrio.Tpo -c -o libpng12_la-pngrio.lo `test -f 'pngrio.c' || echo '$(srcdir)/'`pngrio.c
1011 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngrio.Tpo $(DEPDIR)/libpng12_la-pngrio.Plo
1012 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngrio.c' object='libpng12_la-pngrio.lo' libtool=yes @AMDEPBACKSLASH@
1013 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1014 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngrio.lo `test -f 'pngrio.c' || echo '$(srcdir)/'`pngrio.c
1016 libpng12_la-pngwio.lo: pngwio.c
1017 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngwio.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngwio.Tpo -c -o libpng12_la-pngwio.lo `test -f 'pngwio.c' || echo '$(srcdir)/'`pngwio.c
1018 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngwio.Tpo $(DEPDIR)/libpng12_la-pngwio.Plo
1019 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngwio.c' object='libpng12_la-pngwio.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) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngwio.lo `test -f 'pngwio.c' || echo '$(srcdir)/'`pngwio.c
1023 libpng12_la-pngwrite.lo: pngwrite.c
1024 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngwrite.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngwrite.Tpo -c -o libpng12_la-pngwrite.lo `test -f 'pngwrite.c' || echo '$(srcdir)/'`pngwrite.c
1025 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngwrite.Tpo $(DEPDIR)/libpng12_la-pngwrite.Plo
1026 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngwrite.c' object='libpng12_la-pngwrite.lo' libtool=yes @AMDEPBACKSLASH@
1027 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1028 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngwrite.lo `test -f 'pngwrite.c' || echo '$(srcdir)/'`pngwrite.c
1030 libpng12_la-pngrtran.lo: pngrtran.c
1031 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngrtran.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngrtran.Tpo -c -o libpng12_la-pngrtran.lo `test -f 'pngrtran.c' || echo '$(srcdir)/'`pngrtran.c
1032 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngrtran.Tpo $(DEPDIR)/libpng12_la-pngrtran.Plo
1033 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngrtran.c' object='libpng12_la-pngrtran.lo' libtool=yes @AMDEPBACKSLASH@
1034 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1035 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngrtran.lo `test -f 'pngrtran.c' || echo '$(srcdir)/'`pngrtran.c
1037 libpng12_la-pngwtran.lo: pngwtran.c
1038 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngwtran.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngwtran.Tpo -c -o libpng12_la-pngwtran.lo `test -f 'pngwtran.c' || echo '$(srcdir)/'`pngwtran.c
1039 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngwtran.Tpo $(DEPDIR)/libpng12_la-pngwtran.Plo
1040 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngwtran.c' object='libpng12_la-pngwtran.lo' libtool=yes @AMDEPBACKSLASH@
1041 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1042 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngwtran.lo `test -f 'pngwtran.c' || echo '$(srcdir)/'`pngwtran.c
1044 libpng12_la-pngmem.lo: pngmem.c
1045 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngmem.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngmem.Tpo -c -o libpng12_la-pngmem.lo `test -f 'pngmem.c' || echo '$(srcdir)/'`pngmem.c
1046 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngmem.Tpo $(DEPDIR)/libpng12_la-pngmem.Plo
1047 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngmem.c' object='libpng12_la-pngmem.lo' libtool=yes @AMDEPBACKSLASH@
1048 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1049 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngmem.lo `test -f 'pngmem.c' || echo '$(srcdir)/'`pngmem.c
1051 libpng12_la-pngerror.lo: pngerror.c
1052 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngerror.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngerror.Tpo -c -o libpng12_la-pngerror.lo `test -f 'pngerror.c' || echo '$(srcdir)/'`pngerror.c
1053 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngerror.Tpo $(DEPDIR)/libpng12_la-pngerror.Plo
1054 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngerror.c' object='libpng12_la-pngerror.lo' libtool=yes @AMDEPBACKSLASH@
1055 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1056 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngerror.lo `test -f 'pngerror.c' || echo '$(srcdir)/'`pngerror.c
1058 libpng12_la-pngpread.lo: pngpread.c
1059 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngpread.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngpread.Tpo -c -o libpng12_la-pngpread.lo `test -f 'pngpread.c' || echo '$(srcdir)/'`pngpread.c
1060 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngpread.Tpo $(DEPDIR)/libpng12_la-pngpread.Plo
1061 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngpread.c' object='libpng12_la-pngpread.lo' libtool=yes @AMDEPBACKSLASH@
1062 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1063 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngpread.lo `test -f 'pngpread.c' || echo '$(srcdir)/'`pngpread.c
1065 mostlyclean-libtool:
1066 -rm -f *.lo
1068 clean-libtool:
1069 -rm -rf .libs _libs
1071 distclean-libtool:
1072 -rm -f libtool config.lt
1073 install-man3: $(dist_man_MANS)
1074 @$(NORMAL_INSTALL)
1075 @list1=''; \
1076 list2='$(dist_man_MANS)'; \
1077 test -n "$(man3dir)" \
1078 && test -n "`echo $$list1$$list2`" \
1079 || exit 0; \
1080 echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
1081 $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
1082 { for i in $$list1; do echo "$$i"; done; \
1083 if test -n "$$list2"; then \
1084 for i in $$list2; do echo "$$i"; done \
1085 | sed -n '/\.3[a-z]*$$/p'; \
1086 fi; \
1087 } | while read p; do \
1088 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1089 echo "$$d$$p"; echo "$$p"; \
1090 done | \
1091 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
1092 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
1093 sed 'N;N;s,\n, ,g' | { \
1094 list=; while read file base inst; do \
1095 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1096 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
1097 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
1098 fi; \
1099 done; \
1100 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1101 while read files; do \
1102 test -z "$$files" || { \
1103 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
1104 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
1105 done; }
1107 uninstall-man3:
1108 @$(NORMAL_UNINSTALL)
1109 @list=''; test -n "$(man3dir)" || exit 0; \
1110 files=`{ for i in $$list; do echo "$$i"; done; \
1111 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1112 sed -n '/\.3[a-z]*$$/p'; \
1113 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
1114 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1115 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
1116 install-man5: $(dist_man_MANS)
1117 @$(NORMAL_INSTALL)
1118 @list1=''; \
1119 list2='$(dist_man_MANS)'; \
1120 test -n "$(man5dir)" \
1121 && test -n "`echo $$list1$$list2`" \
1122 || exit 0; \
1123 echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
1124 $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
1125 { for i in $$list1; do echo "$$i"; done; \
1126 if test -n "$$list2"; then \
1127 for i in $$list2; do echo "$$i"; done \
1128 | sed -n '/\.5[a-z]*$$/p'; \
1129 fi; \
1130 } | while read p; do \
1131 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1132 echo "$$d$$p"; echo "$$p"; \
1133 done | \
1134 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
1135 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
1136 sed 'N;N;s,\n, ,g' | { \
1137 list=; while read file base inst; do \
1138 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1139 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
1140 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
1141 fi; \
1142 done; \
1143 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1144 while read files; do \
1145 test -z "$$files" || { \
1146 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
1147 $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
1148 done; }
1150 uninstall-man5:
1151 @$(NORMAL_UNINSTALL)
1152 @list=''; test -n "$(man5dir)" || exit 0; \
1153 files=`{ for i in $$list; do echo "$$i"; done; \
1154 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1155 sed -n '/\.5[a-z]*$$/p'; \
1156 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
1157 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1158 dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
1159 install-pkgconfigDATA: $(pkgconfig_DATA)
1160 @$(NORMAL_INSTALL)
1161 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1162 if test -n "$$list"; then \
1163 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
1164 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
1165 fi; \
1166 for p in $$list; do \
1167 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1168 echo "$$d$$p"; \
1169 done | $(am__base_list) | \
1170 while read files; do \
1171 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
1172 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
1173 done
1175 uninstall-pkgconfigDATA:
1176 @$(NORMAL_UNINSTALL)
1177 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1178 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1179 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
1180 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
1181 @$(NORMAL_INSTALL)
1182 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
1183 if test -n "$$list"; then \
1184 echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
1185 $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
1186 fi; \
1187 for p in $$list; do \
1188 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1189 echo "$$d$$p"; \
1190 done | $(am__base_list) | \
1191 while read files; do \
1192 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
1193 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
1194 done
1196 uninstall-pkgincludeHEADERS:
1197 @$(NORMAL_UNINSTALL)
1198 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
1199 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1200 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
1202 ID: $(am__tagged_files)
1203 $(am__define_uniq_tagged_files); mkid -fID $$unique
1204 tags: tags-am
1205 TAGS: tags
1207 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1208 set x; \
1209 here=`pwd`; \
1210 $(am__define_uniq_tagged_files); \
1211 shift; \
1212 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1213 test -n "$$unique" || unique=$$empty_fix; \
1214 if test $$# -gt 0; then \
1215 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1216 "$$@" $$unique; \
1217 else \
1218 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1219 $$unique; \
1220 fi; \
1222 ctags: ctags-am
1224 CTAGS: ctags
1225 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1226 $(am__define_uniq_tagged_files); \
1227 test -z "$(CTAGS_ARGS)$$unique" \
1228 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1229 $$unique
1231 GTAGS:
1232 here=`$(am__cd) $(top_builddir) && pwd` \
1233 && $(am__cd) $(top_srcdir) \
1234 && gtags -i $(GTAGS_ARGS) "$$here"
1235 cscope: cscope.files
1236 test ! -s cscope.files \
1237 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1238 clean-cscope:
1239 -rm -f cscope.files
1240 cscope.files: clean-cscope cscopelist
1241 cscopelist: cscopelist-am
1243 cscopelist-am: $(am__tagged_files)
1244 list='$(am__tagged_files)'; \
1245 case "$(srcdir)" in \
1246 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1247 *) sdir=$(subdir)/$(srcdir) ;; \
1248 esac; \
1249 for i in $$list; do \
1250 if test -f "$$i"; then \
1251 echo "$(subdir)/$$i"; \
1252 else \
1253 echo "$$sdir/$$i"; \
1254 fi; \
1255 done >> $(top_builddir)/cscope.files
1257 distclean-tags:
1258 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1259 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1261 # Recover from deleted '.trs' file; this should ensure that
1262 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1263 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
1264 # to avoid problems with "make -n".
1265 .log.trs:
1266 rm -f $< $@
1267 $(MAKE) $(AM_MAKEFLAGS) $<
1269 # Leading 'am--fnord' is there to ensure the list of targets does not
1270 # expand to empty, as could happen e.g. with make check TESTS=''.
1271 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1272 am--force-recheck:
1275 $(TEST_SUITE_LOG): $(TEST_LOGS)
1276 @$(am__set_TESTS_bases); \
1277 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1278 redo_bases=`for i in $$bases; do \
1279 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1280 done`; \
1281 if test -n "$$redo_bases"; then \
1282 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1283 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1284 if $(am__make_dryrun); then :; else \
1285 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1286 fi; \
1287 fi; \
1288 if test -n "$$am__remaking_logs"; then \
1289 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1290 "recursion detected" >&2; \
1291 else \
1292 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1293 fi; \
1294 if $(am__make_dryrun); then :; else \
1295 st=0; \
1296 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1297 for i in $$redo_bases; do \
1298 test -f $$i.trs && test -r $$i.trs \
1299 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1300 test -f $$i.log && test -r $$i.log \
1301 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1302 done; \
1303 test $$st -eq 0 || exit 1; \
1305 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1306 ws='[ ]'; \
1307 results=`for b in $$bases; do echo $$b.trs; done`; \
1308 test -n "$$results" || results=/dev/null; \
1309 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
1310 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
1311 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
1312 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
1313 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1314 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1315 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1316 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1317 success=true; \
1318 else \
1319 success=false; \
1320 fi; \
1321 br='==================='; br=$$br$$br$$br$$br; \
1322 result_count () \
1324 if test x"$$1" = x"--maybe-color"; then \
1325 maybe_colorize=yes; \
1326 elif test x"$$1" = x"--no-color"; then \
1327 maybe_colorize=no; \
1328 else \
1329 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1330 fi; \
1331 shift; \
1332 desc=$$1 count=$$2; \
1333 if test $$maybe_colorize = yes && test $$count -gt 0; then \
1334 color_start=$$3 color_end=$$std; \
1335 else \
1336 color_start= color_end=; \
1337 fi; \
1338 echo "$${color_start}# $$desc $$count$${color_end}"; \
1339 }; \
1340 create_testsuite_report () \
1342 result_count $$1 "TOTAL:" $$all "$$brg"; \
1343 result_count $$1 "PASS: " $$pass "$$grn"; \
1344 result_count $$1 "SKIP: " $$skip "$$blu"; \
1345 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1346 result_count $$1 "FAIL: " $$fail "$$red"; \
1347 result_count $$1 "XPASS:" $$xpass "$$red"; \
1348 result_count $$1 "ERROR:" $$error "$$mgn"; \
1349 }; \
1351 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
1352 $(am__rst_title); \
1353 create_testsuite_report --no-color; \
1354 echo; \
1355 echo ".. contents:: :depth: 2"; \
1356 echo; \
1357 for b in $$bases; do echo $$b; done \
1358 | $(am__create_global_log); \
1359 } >$(TEST_SUITE_LOG).tmp || exit 1; \
1360 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
1361 if $$success; then \
1362 col="$$grn"; \
1363 else \
1364 col="$$red"; \
1365 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
1366 fi; \
1367 echo "$${col}$$br$${std}"; \
1368 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
1369 echo "$${col}$$br$${std}"; \
1370 create_testsuite_report --maybe-color; \
1371 echo "$$col$$br$$std"; \
1372 if $$success; then :; else \
1373 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
1374 if test -n "$(PACKAGE_BUGREPORT)"; then \
1375 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
1376 fi; \
1377 echo "$$col$$br$$std"; \
1378 fi; \
1379 $$success || exit 1
1381 check-TESTS:
1382 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
1383 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1384 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1385 @set +e; $(am__set_TESTS_bases); \
1386 log_list=`for i in $$bases; do echo $$i.log; done`; \
1387 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1388 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1389 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1390 exit $$?;
1391 recheck: all $(check_PROGRAMS)
1392 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1393 @set +e; $(am__set_TESTS_bases); \
1394 bases=`for i in $$bases; do echo $$i; done \
1395 | $(am__list_recheck_tests)` || exit 1; \
1396 log_list=`for i in $$bases; do echo $$i.log; done`; \
1397 log_list=`echo $$log_list`; \
1398 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1399 am__force_recheck=am--force-recheck \
1400 TEST_LOGS="$$log_list"; \
1401 exit $$?
1402 test-pngtest.sh.log: test-pngtest.sh
1403 @p='test-pngtest.sh'; \
1404 b='test-pngtest.sh'; \
1405 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1406 --log-file $$b.log --trs-file $$b.trs \
1407 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1408 "$$tst" $(AM_TESTS_FD_REDIRECT)
1409 .test.log:
1410 @p='$<'; \
1411 $(am__set_b); \
1412 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1413 --log-file $$b.log --trs-file $$b.trs \
1414 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1415 "$$tst" $(AM_TESTS_FD_REDIRECT)
1416 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1417 @am__EXEEXT_TRUE@ @p='$<'; \
1418 @am__EXEEXT_TRUE@ $(am__set_b); \
1419 @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1420 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
1421 @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1422 @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
1424 distdir: $(DISTFILES)
1425 $(am__remove_distdir)
1426 test -d "$(distdir)" || mkdir "$(distdir)"
1427 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1428 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1429 list='$(DISTFILES)'; \
1430 dist_files=`for file in $$list; do echo $$file; done | \
1431 sed -e "s|^$$srcdirstrip/||;t" \
1432 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1433 case $$dist_files in \
1434 */*) $(MKDIR_P) `echo "$$dist_files" | \
1435 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1436 sort -u` ;; \
1437 esac; \
1438 for file in $$dist_files; do \
1439 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1440 if test -d $$d/$$file; then \
1441 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1442 if test -d "$(distdir)/$$file"; then \
1443 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1444 fi; \
1445 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1446 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1447 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1448 fi; \
1449 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1450 else \
1451 test -f "$(distdir)/$$file" \
1452 || cp -p $$d/$$file "$(distdir)/$$file" \
1453 || exit 1; \
1454 fi; \
1455 done
1456 -test -n "$(am__skip_mode_fix)" \
1457 || find "$(distdir)" -type d ! -perm -755 \
1458 -exec chmod u+rwx,go+rx {} \; -o \
1459 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1460 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1461 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1462 || chmod -R a+r "$(distdir)"
1463 dist-gzip: distdir
1464 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1465 $(am__post_remove_distdir)
1467 dist-bzip2: distdir
1468 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1469 $(am__post_remove_distdir)
1471 dist-lzip: distdir
1472 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1473 $(am__post_remove_distdir)
1475 dist-xz: distdir
1476 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1477 $(am__post_remove_distdir)
1479 dist-tarZ: distdir
1480 @echo WARNING: "Support for shar distribution archives is" \
1481 "deprecated." >&2
1482 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1483 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1484 $(am__post_remove_distdir)
1486 dist-shar: distdir
1487 @echo WARNING: "Support for distribution archives compressed with" \
1488 "legacy program 'compress' is deprecated." >&2
1489 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1490 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1491 $(am__post_remove_distdir)
1493 dist-zip: distdir
1494 -rm -f $(distdir).zip
1495 zip -rq $(distdir).zip $(distdir)
1496 $(am__post_remove_distdir)
1498 dist dist-all:
1499 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1500 $(am__post_remove_distdir)
1502 # This target untars the dist file and tries a VPATH configuration. Then
1503 # it guarantees that the distribution is self-contained by making another
1504 # tarfile.
1505 distcheck: dist
1506 case '$(DIST_ARCHIVES)' in \
1507 *.tar.gz*) \
1508 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1509 *.tar.bz2*) \
1510 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1511 *.tar.lz*) \
1512 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1513 *.tar.xz*) \
1514 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1515 *.tar.Z*) \
1516 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1517 *.shar.gz*) \
1518 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1519 *.zip*) \
1520 unzip $(distdir).zip ;;\
1521 esac
1522 chmod -R a-w $(distdir)
1523 chmod u+w $(distdir)
1524 mkdir $(distdir)/_build $(distdir)/_inst
1525 chmod a-w $(distdir)
1526 test -d $(distdir)/_build || exit 0; \
1527 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1528 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1529 && am__cwd=`pwd` \
1530 && $(am__cd) $(distdir)/_build \
1531 && ../configure \
1532 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1533 $(DISTCHECK_CONFIGURE_FLAGS) \
1534 --srcdir=.. --prefix="$$dc_install_base" \
1535 && $(MAKE) $(AM_MAKEFLAGS) \
1536 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1537 && $(MAKE) $(AM_MAKEFLAGS) check \
1538 && $(MAKE) $(AM_MAKEFLAGS) install \
1539 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1540 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1541 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1542 distuninstallcheck \
1543 && chmod -R a-w "$$dc_install_base" \
1544 && ({ \
1545 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1546 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1547 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1548 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1549 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1550 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1551 && rm -rf "$$dc_destdir" \
1552 && $(MAKE) $(AM_MAKEFLAGS) dist \
1553 && rm -rf $(DIST_ARCHIVES) \
1554 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1555 && cd "$$am__cwd" \
1556 || exit 1
1557 $(am__post_remove_distdir)
1558 @(echo "$(distdir) archives ready for distribution: "; \
1559 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1560 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1561 distuninstallcheck:
1562 @test -n '$(distuninstallcheck_dir)' || { \
1563 echo 'ERROR: trying to run $@ with an empty' \
1564 '$$(distuninstallcheck_dir)' >&2; \
1565 exit 1; \
1566 }; \
1567 $(am__cd) '$(distuninstallcheck_dir)' || { \
1568 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1569 exit 1; \
1570 }; \
1571 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1572 || { echo "ERROR: files left after uninstall:" ; \
1573 if test -n "$(DESTDIR)"; then \
1574 echo " (check DESTDIR support)"; \
1575 fi ; \
1576 $(distuninstallcheck_listfiles) ; \
1577 exit 1; } >&2
1578 distcleancheck: distclean
1579 @if test '$(srcdir)' = . ; then \
1580 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1581 exit 1 ; \
1583 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1584 || { echo "ERROR: files left in build directory after distclean:" ; \
1585 $(distcleancheck_listfiles) ; \
1586 exit 1; } >&2
1587 check-am: all-am
1588 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1589 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1590 check: check-am
1591 all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) $(HEADERS) \
1592 config.h
1593 installdirs:
1594 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)"; do \
1595 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1596 done
1597 install: install-am
1598 install-exec: install-exec-am
1599 install-data: install-data-am
1600 uninstall: uninstall-am
1602 install-am: all-am
1603 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1605 installcheck: installcheck-am
1606 install-strip:
1607 if test -z '$(STRIP)'; then \
1608 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1609 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1610 install; \
1611 else \
1612 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1613 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1614 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1616 mostlyclean-generic:
1617 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1618 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1619 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1621 clean-generic:
1622 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1624 distclean-generic:
1625 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1626 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1628 maintainer-clean-generic:
1629 @echo "This command is intended for maintainers to use"
1630 @echo "it deletes files that may require special tools to rebuild."
1631 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1632 clean: clean-am
1634 clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
1635 clean-libtool mostlyclean-am
1637 distclean: distclean-am
1638 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1639 -rm -rf ./$(DEPDIR)
1640 -rm -f Makefile
1641 distclean-am: clean-am distclean-compile distclean-generic \
1642 distclean-hdr distclean-libtool distclean-tags
1644 dvi: dvi-am
1646 dvi-am:
1648 html: html-am
1650 html-am:
1652 info: info-am
1654 info-am:
1656 install-data-am: install-man install-pkgconfigDATA \
1657 install-pkgincludeHEADERS
1658 @$(NORMAL_INSTALL)
1659 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
1660 install-dvi: install-dvi-am
1662 install-dvi-am:
1664 install-exec-am: install-binSCRIPTS install-libLTLIBRARIES
1665 @$(NORMAL_INSTALL)
1666 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1667 install-html: install-html-am
1669 install-html-am:
1671 install-info: install-info-am
1673 install-info-am:
1675 install-man: install-man3 install-man5
1677 install-pdf: install-pdf-am
1679 install-pdf-am:
1681 install-ps: install-ps-am
1683 install-ps-am:
1685 installcheck-am:
1687 maintainer-clean: maintainer-clean-am
1688 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1689 -rm -rf $(top_srcdir)/autom4te.cache
1690 -rm -rf ./$(DEPDIR)
1691 -rm -f Makefile
1692 maintainer-clean-am: distclean-am maintainer-clean-generic
1694 mostlyclean: mostlyclean-am
1696 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1697 mostlyclean-libtool
1699 pdf: pdf-am
1701 pdf-am:
1703 ps: ps-am
1705 ps-am:
1707 uninstall-am: uninstall-binSCRIPTS uninstall-libLTLIBRARIES \
1708 uninstall-man uninstall-pkgconfigDATA \
1709 uninstall-pkgincludeHEADERS
1710 @$(NORMAL_INSTALL)
1711 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
1712 uninstall-man: uninstall-man3 uninstall-man5
1714 .MAKE: all check-am install-am install-data-am install-exec-am \
1715 install-strip uninstall-am
1717 .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS \
1718 check-am clean clean-checkPROGRAMS clean-cscope clean-generic \
1719 clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
1720 ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
1721 dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
1722 distclean-compile distclean-generic distclean-hdr \
1723 distclean-libtool distclean-tags distcleancheck distdir \
1724 distuninstallcheck dvi dvi-am html html-am info info-am \
1725 install install-am install-binSCRIPTS install-data \
1726 install-data-am install-data-hook install-dvi install-dvi-am \
1727 install-exec install-exec-am install-exec-hook install-html \
1728 install-html-am install-info install-info-am \
1729 install-libLTLIBRARIES install-man install-man3 install-man5 \
1730 install-pdf install-pdf-am install-pkgconfigDATA \
1731 install-pkgincludeHEADERS install-ps install-ps-am \
1732 install-strip installcheck installcheck-am installdirs \
1733 maintainer-clean maintainer-clean-generic mostlyclean \
1734 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1735 pdf pdf-am ps ps-am recheck tags tags-am uninstall \
1736 uninstall-am uninstall-binSCRIPTS uninstall-hook \
1737 uninstall-libLTLIBRARIES uninstall-man uninstall-man3 \
1738 uninstall-man5 uninstall-pkgconfigDATA \
1739 uninstall-pkgincludeHEADERS
1742 @HAVE_LD_VERSION_SCRIPT_TRUE@ # Versioned symbols and restricted exports
1743 @HAVE_LD_VERSION_SCRIPT_FALSE@ # Only restricted exports when possible
1745 $(PNGLIB_BASENAME).pc: libpng.pc
1746 cp libpng.pc $@
1748 $(PNGLIB_BASENAME)-config: libpng-config
1749 cp libpng-config $@
1751 libpng.sym: png.h pngconf.h
1752 rm -f $@ $@.new
1753 $(CPP) @LIBPNG_DEFINES@ $(CPPFLAGS) -DPNG_BUILDSYMS $(srcdir)/png.h | \
1754 $(SED) -n -e \
1755 's|^.*PNG_FUNCTION_EXPORT[ ]*\([$(AN)]*\).*$$|$(SYMBOL_PREFIX)\1|p' \
1756 -e 's|^.*PNG_DATA_EXPORT[ ]*\([$(AN)]*\).*$$|$(SYMBOL_PREFIX)\1|p' \
1757 >$@.new
1758 mv $@.new $@
1760 libpng.vers: libpng.sym
1761 rm -f $@ $@.new
1762 echo PNG@PNGLIB_MAJOR@@PNGLIB_MINOR@_0 '{global:' > $@.new
1763 $(SED) s/$$/\;/ libpng.sym >> $@.new
1764 echo 'local: *; };' >> $@.new
1765 mv $@.new $@
1767 test: check
1769 # install the .../include headers as links to the new ones
1770 install-data-hook:
1771 cd $(DESTDIR)$(includedir); rm -f png.h pngconf.h
1772 cd $(DESTDIR)$(includedir); $(LN_S) $(PNGLIB_BASENAME)/png.h png.h
1773 cd $(DESTDIR)$(includedir); $(LN_S) $(PNGLIB_BASENAME)/pngconf.h pngconf.h
1774 cd $(DESTDIR)$(pkgconfigdir); rm -f libpng.pc
1775 cd $(DESTDIR)$(pkgconfigdir); $(LN_S) $(PNGLIB_BASENAME).pc libpng.pc
1777 # do evil things to libpng to cause libpng12 to be used
1778 install-exec-hook:
1779 cd $(DESTDIR)$(bindir); rm -f libpng-config
1780 cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
1781 @set -x;\
1782 cd $(DESTDIR)$(libdir);\
1783 for ext in a la so sl dylib; do\
1784 rm -f libpng.$$ext;\
1785 if test -f $(PNGLIB_BASENAME).$$ext; then\
1786 $(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\
1787 fi;\
1788 done
1790 uninstall-hook:
1791 cd $(DESTDIR)$(includedir); rm -f png.h pngconf.h
1792 rm -f $(DESTDIR)$(pkgconfigdir)/libpng.pc
1793 rm -f $(DESTDIR)$(bindir)/libpng-config
1794 @if test -n "@compatlib@"; then\
1795 set -x;\
1796 cd $(DESTDIR)$(libdir);\
1797 for ext in a la so sl dylib; do\
1798 rm -f libpng.$$ext;\
1799 done;\
1802 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1803 # Otherwise a system limit (for SysV at least) may be exceeded.
1804 .NOEXPORT: