1# Makefile.in generated by automake 1.11 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18# Makefile.am: 19# Source file for Makefile.in (and hence Makefile) 20# 21# Makefile.am need only be changed on a major version number 22# change (e.g. libpng12 --> libpng14). In that case seach 23# this file for every instance of the old base name (libpng12) 24# and change to the new one (libpng14), then change the 25# -version-number settings below so that the new values have 26# the correct major part (first field). 27 28 29 30 31VPATH = @srcdir@ 32pkgdatadir = $(datadir)/@PACKAGE@ 33pkglibdir = $(libdir)/@PACKAGE@ 34pkglibexecdir = $(libexecdir)/@PACKAGE@ 35am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 36install_sh_DATA = $(install_sh) -c -m 644 37install_sh_PROGRAM = $(install_sh) -c 38install_sh_SCRIPT = $(install_sh) -c 39INSTALL_HEADER = $(INSTALL_DATA) 40transform = $(program_transform_name) 41NORMAL_INSTALL = : 42PRE_INSTALL = : 43POST_INSTALL = : 44NORMAL_UNINSTALL = : 45PRE_UNINSTALL = : 46POST_UNINSTALL = : 47build_triplet = @build@ 48host_triplet = @host@ 49check_PROGRAMS = pngtest$(EXEEXT) 50@HAVE_LD_VERSION_SCRIPT_TRUE@am__append_1 = -Wl,--version-script=libpng.vers 51@HAVE_LD_VERSION_SCRIPT_FALSE@am__append_2 = -export-symbols libpng.sym 52subdir = . 53DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \ 54 $(pkginclude_HEADERS) $(srcdir)/Makefile.am \ 55 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 56 $(top_srcdir)/configure $(top_srcdir)/scripts/libpng-config.in \ 57 $(top_srcdir)/scripts/libpng.pc-configure.in INSTALL TODO \ 58 config.guess config.sub depcomp install-sh ltmain.sh missing \ 59 mkinstalldirs 60ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 61am__aclocal_m4_deps = $(top_srcdir)/configure.ac 62am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 63 $(ACLOCAL_M4) 64am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 65 configure.lineno config.status.lineno 66mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 67CONFIG_HEADER = config.h 68CONFIG_CLEAN_FILES = libpng.pc libpng-config 69CONFIG_CLEAN_VPATH_FILES = 70am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 71am__vpath_adj = case $$p in \ 72 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 73 *) f=$$p;; \ 74 esac; 75am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 76am__install_max = 40 77am__nobase_strip_setup = \ 78 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 79am__nobase_strip = \ 80 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 81am__nobase_list = $(am__nobase_strip_setup); \ 82 for p in $$list; do echo "$$p $$p"; done | \ 83 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 84 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 85 if (++n[$$2] == $(am__install_max)) \ 86 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 87 END { for (dir in files) print dir, files[dir] }' 88am__base_list = \ 89 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 90 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 91am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ 92 "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man5dir)" \ 93 "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)" 94LTLIBRARIES = $(lib_LTLIBRARIES) 95libpng_la_LIBADD = 96am__objects_1 = libpng_la-png.lo libpng_la-pngset.lo \ 97 libpng_la-pngget.lo libpng_la-pngrutil.lo \ 98 libpng_la-pngtrans.lo libpng_la-pngwutil.lo \ 99 libpng_la-pngread.lo libpng_la-pngrio.lo libpng_la-pngwio.lo \ 100 libpng_la-pngwrite.lo libpng_la-pngrtran.lo \ 101 libpng_la-pngwtran.lo libpng_la-pngmem.lo \ 102 libpng_la-pngerror.lo libpng_la-pngpread.lo 103am_libpng_la_OBJECTS = $(am__objects_1) 104libpng_la_OBJECTS = $(am_libpng_la_OBJECTS) 105libpng_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 106 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 107 $(libpng_la_LDFLAGS) $(LDFLAGS) -o $@ 108libpng12_la_LIBADD = 109am_libpng12_la_OBJECTS = libpng12_la-png.lo libpng12_la-pngset.lo \ 110 libpng12_la-pngget.lo libpng12_la-pngrutil.lo \ 111 libpng12_la-pngtrans.lo libpng12_la-pngwutil.lo \ 112 libpng12_la-pngread.lo libpng12_la-pngrio.lo \ 113 libpng12_la-pngwio.lo libpng12_la-pngwrite.lo \ 114 libpng12_la-pngrtran.lo libpng12_la-pngwtran.lo \ 115 libpng12_la-pngmem.lo libpng12_la-pngerror.lo \ 116 libpng12_la-pngpread.lo 117libpng12_la_OBJECTS = $(am_libpng12_la_OBJECTS) 118libpng12_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 119 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 120 $(libpng12_la_LDFLAGS) $(LDFLAGS) -o $@ 121am_pngtest_OBJECTS = pngtest.$(OBJEXT) 122pngtest_OBJECTS = $(am_pngtest_OBJECTS) 123pngtest_DEPENDENCIES = libpng12.la 124SCRIPTS = $(bin_SCRIPTS) 125DEFAULT_INCLUDES = -I.@am__isrc@ 126depcomp = $(SHELL) $(top_srcdir)/depcomp 127am__depfiles_maybe = depfiles 128am__mv = mv -f 129COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 130 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 131LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 132 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 133 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 134CCLD = $(CC) 135LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 136 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 137 $(LDFLAGS) -o $@ 138SOURCES = $(libpng_la_SOURCES) $(libpng12_la_SOURCES) \ 139 $(pngtest_SOURCES) 140DIST_SOURCES = $(libpng_la_SOURCES) $(libpng12_la_SOURCES) \ 141 $(pngtest_SOURCES) 142man3dir = $(mandir)/man3 143man5dir = $(mandir)/man5 144NROFF = nroff 145MANS = $(dist_man_MANS) 146DATA = $(pkgconfig_DATA) 147HEADERS = $(pkginclude_HEADERS) 148ETAGS = etags 149CTAGS = ctags 150am__tty_colors = \ 151red=; grn=; lgn=; blu=; std= 152DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 153distdir = $(PACKAGE)-$(VERSION) 154top_distdir = $(distdir) 155am__remove_distdir = \ 156 { test ! -d "$(distdir)" \ 157 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 158 && rm -fr "$(distdir)"; }; } 159DIST_ARCHIVES = $(distdir).tar.gz 160GZIP_ENV = --best 161distuninstallcheck_listfiles = find . -type f -print 162distcleancheck_listfiles = find . -type f -print 163 164#distribute headers in /usr/include/libpng/* 165pkgincludedir = $(includedir)/$(PNGLIB_BASENAME) 166ACLOCAL = @ACLOCAL@ 167AMTAR = @AMTAR@ 168AR = @AR@ 169AS = @AS@ 170AUTOCONF = @AUTOCONF@ 171AUTOHEADER = @AUTOHEADER@ 172AUTOMAKE = @AUTOMAKE@ 173AWK = @AWK@ 174CC = @CC@ 175CCDEPMODE = @CCDEPMODE@ 176CFLAGS = @CFLAGS@ 177CPP = @CPP@ 178CPPFLAGS = @CPPFLAGS@ 179CYGPATH_W = @CYGPATH_W@ 180DEFS = @DEFS@ 181DEPDIR = @DEPDIR@ 182DLLTOOL = @DLLTOOL@ 183DSYMUTIL = @DSYMUTIL@ 184DUMPBIN = @DUMPBIN@ 185ECHO_C = @ECHO_C@ 186ECHO_N = @ECHO_N@ 187ECHO_T = @ECHO_T@ 188EGREP = @EGREP@ 189EXEEXT = @EXEEXT@ 190FGREP = @FGREP@ 191GREP = @GREP@ 192INSTALL = @INSTALL@ 193INSTALL_DATA = @INSTALL_DATA@ 194INSTALL_PROGRAM = @INSTALL_PROGRAM@ 195INSTALL_SCRIPT = @INSTALL_SCRIPT@ 196INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 197LD = @LD@ 198LDFLAGS = @LDFLAGS@ 199LIBOBJS = @LIBOBJS@ 200LIBPNG_DEFINES = @LIBPNG_DEFINES@ 201LIBPNG_NO_MMX = @LIBPNG_NO_MMX@ 202LIBS = @LIBS@ 203LIBTOOL = @LIBTOOL@ 204LIPO = @LIPO@ 205LN_S = @LN_S@ 206LTLIBOBJS = @LTLIBOBJS@ 207MAINT = @MAINT@ 208MAKEINFO = @MAKEINFO@ 209MKDIR_P = @MKDIR_P@ 210NM = @NM@ 211NMEDIT = @NMEDIT@ 212OBJDUMP = @OBJDUMP@ 213OBJEXT = @OBJEXT@ 214OTOOL = @OTOOL@ 215OTOOL64 = @OTOOL64@ 216PACKAGE = @PACKAGE@ 217PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 218PACKAGE_NAME = @PACKAGE_NAME@ 219PACKAGE_STRING = @PACKAGE_STRING@ 220PACKAGE_TARNAME = @PACKAGE_TARNAME@ 221PACKAGE_URL = @PACKAGE_URL@ 222PACKAGE_VERSION = @PACKAGE_VERSION@ 223PATH_SEPARATOR = @PATH_SEPARATOR@ 224PNGLIB_MAJOR = @PNGLIB_MAJOR@ 225PNGLIB_MINOR = @PNGLIB_MINOR@ 226PNGLIB_RELEASE = @PNGLIB_RELEASE@ 227PNGLIB_VERSION = @PNGLIB_VERSION@ 228POW_LIB = @POW_LIB@ 229RANLIB = @RANLIB@ 230SED = @SED@ 231SET_MAKE = @SET_MAKE@ 232SHELL = @SHELL@ 233STRIP = @STRIP@ 234SYMBOL_PREFIX = @SYMBOL_PREFIX@ 235VERSION = @VERSION@ 236abs_builddir = @abs_builddir@ 237abs_srcdir = @abs_srcdir@ 238abs_top_builddir = @abs_top_builddir@ 239abs_top_srcdir = @abs_top_srcdir@ 240ac_ct_CC = @ac_ct_CC@ 241ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 242am__include = @am__include@ 243am__leading_dot = @am__leading_dot@ 244am__quote = @am__quote@ 245am__tar = @am__tar@ 246am__untar = @am__untar@ 247 248# generate the -config scripts if required 249binconfigs = libpng12-config 250bindir = @bindir@ 251build = @build@ 252build_alias = @build_alias@ 253build_cpu = @build_cpu@ 254build_os = @build_os@ 255build_vendor = @build_vendor@ 256builddir = @builddir@ 257compatlib = @compatlib@ 258datadir = @datadir@ 259datarootdir = @datarootdir@ 260docdir = @docdir@ 261dvidir = @dvidir@ 262exec_prefix = @exec_prefix@ 263host = @host@ 264host_alias = @host_alias@ 265host_cpu = @host_cpu@ 266host_os = @host_os@ 267host_vendor = @host_vendor@ 268htmldir = @htmldir@ 269includedir = @includedir@ 270infodir = @infodir@ 271install_sh = @install_sh@ 272libdir = @libdir@ 273libexecdir = @libexecdir@ 274localedir = @localedir@ 275localstatedir = @localstatedir@ 276lt_ECHO = @lt_ECHO@ 277mandir = @mandir@ 278mkdir_p = @mkdir_p@ 279oldincludedir = @oldincludedir@ 280pdfdir = @pdfdir@ 281 282# pkg-config stuff, note that libpng.pc is always required in order 283# to get the correct library 284pkgconfigdir = @pkgconfigdir@ 285prefix = @prefix@ 286program_transform_name = @program_transform_name@ 287psdir = @psdir@ 288sbindir = @sbindir@ 289sharedstatedir = @sharedstatedir@ 290srcdir = @srcdir@ 291sysconfdir = @sysconfdir@ 292target_alias = @target_alias@ 293top_build_prefix = @top_build_prefix@ 294top_builddir = @top_builddir@ 295top_srcdir = @top_srcdir@ 296PNGLIB_BASENAME = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ 297 298# libpng does not follow GNU file name conventions 299AUTOMAKE_OPTIONS = foreign 300pngtest_SOURCES = pngtest.c 301pngtest_LDADD = libpng12.la 302TESTS = test-pngtest.sh 303TESTS_ENVIRONMENT = srcdir=$(srcdir) 304 305# man pages 306dist_man_MANS = libpng.3 libpngpf.3 png.5 307EXTRA_SCRIPTS = libpng-config libpng12-config 308bin_SCRIPTS = @binconfigs@ 309 310# rules to build libpng, only build the old library on request 311lib_LTLIBRARIES = libpng12.la @compatlib@ 312EXTRA_LTLIBRARIES = libpng.la 313libpng12_la_SOURCES = png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \ 314 pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \ 315 pngwtran.c pngmem.c pngerror.c pngpread.c \ 316 png.h pngconf.h 317 318libpng_la_SOURCES = $(libpng12_la_SOURCES) 319libpng_la_CPPFLAGS = @LIBPNG_DEFINES@ 320libpng12_la_CPPFLAGS = @LIBPNG_DEFINES@ 321 322# MAJOR UPGRADE: the version-number settings below must be changed. 323libpng12_la_LDFLAGS = -no-undefined -export-dynamic -version-number \ 324 0:@PNGLIB_RELEASE@:0 $(am__append_1) $(am__append_2) 325# -rpath is needed as automake doesn't know the directory 326libpng_la_LDFLAGS = -rpath '$(libdir)' -no-undefined -export-dynamic \ 327 -version-number 3:@PNGLIB_RELEASE@:0 328 329@HAVE_LD_VERSION_SCRIPT_FALSE@libpng12_la_DEPENDENCIES = libpng.sym 330@HAVE_LD_VERSION_SCRIPT_TRUE@libpng12_la_DEPENDENCIES = libpng.vers 331libpng_la_DEPENDENCIES = $(libpng12_la_DEPENDENCIES) 332 333# Avoid depending upon Character Ranges. 334AN = '_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789' 335pkginclude_HEADERS = png.h pngconf.h 336pkgconfig_DATA = libpng12.pc 337 338#extra source distribution files. 339EXTRA_DIST = \ 340 ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO \ 341 CMakeLists.txt \ 342 pngtest.png pngbar.png pngnow.png pngbar.jpg autogen.sh \ 343 ${srcdir}/projects/cbuilder5/* \ 344 ${srcdir}/projects/beos/* \ 345 ${srcdir}/projects/visualc6/* \ 346 ${srcdir}/projects/visualc71/* \ 347 ${srcdir}/projects/wince.txt \ 348 ${srcdir}/projects/xcode/* \ 349 ${srcdir}/projects/netware.txt \ 350 ${srcdir}/scripts/* \ 351 ${srcdir}/contrib/gregbook/* \ 352 ${srcdir}/contrib/pngminim/* \ 353 ${srcdir}/contrib/pngminus/* \ 354 ${srcdir}/contrib/pngsuite/* \ 355 ${srcdir}/contrib/visupng/* \ 356 $(TESTS) \ 357 example.c libpng-1.2.46.txt pnggccrd.c pngvcrd.c 358 359CLEANFILES = pngout.png libpng12.pc libpng12-config libpng.vers \ 360libpng.sym 361 362MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \ 363config.sub configure depcomp install-sh ltmain.sh missing 364 365all: config.h 366 $(MAKE) $(AM_MAKEFLAGS) all-am 367 368.SUFFIXES: 369.SUFFIXES: .c .lo .o .obj 370am--refresh: 371 @: 372$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 373 @for dep in $?; do \ 374 case '$(am__configure_deps)' in \ 375 *$$dep*) \ 376 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 377 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 378 && exit 0; \ 379 exit 1;; \ 380 esac; \ 381 done; \ 382 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 383 $(am__cd) $(top_srcdir) && \ 384 $(AUTOMAKE) --foreign Makefile 385.PRECIOUS: Makefile 386Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 387 @case '$?' in \ 388 *config.status*) \ 389 echo ' $(SHELL) ./config.status'; \ 390 $(SHELL) ./config.status;; \ 391 *) \ 392 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 393 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 394 esac; 395 396$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 397 $(SHELL) ./config.status --recheck 398 399$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 400 $(am__cd) $(srcdir) && $(AUTOCONF) 401$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 402 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 403$(am__aclocal_m4_deps): 404 405config.h: stamp-h1 406 @if test ! -f $@; then \ 407 rm -f stamp-h1; \ 408 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 409 else :; fi 410 411stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 412 @rm -f stamp-h1 413 cd $(top_builddir) && $(SHELL) ./config.status config.h 414$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 415 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 416 rm -f stamp-h1 417 touch $@ 418 419distclean-hdr: 420 -rm -f config.h stamp-h1 421libpng.pc: $(top_builddir)/config.status $(top_srcdir)/scripts/libpng.pc-configure.in 422 cd $(top_builddir) && $(SHELL) ./config.status $@ 423libpng-config: $(top_builddir)/config.status $(top_srcdir)/scripts/libpng-config.in 424 cd $(top_builddir) && $(SHELL) ./config.status $@ 425install-libLTLIBRARIES: $(lib_LTLIBRARIES) 426 @$(NORMAL_INSTALL) 427 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" 428 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 429 list2=; for p in $$list; do \ 430 if test -f $$p; then \ 431 list2="$$list2 $$p"; \ 432 else :; fi; \ 433 done; \ 434 test -z "$$list2" || { \ 435 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 436 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 437 } 438 439uninstall-libLTLIBRARIES: 440 @$(NORMAL_UNINSTALL) 441 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 442 for p in $$list; do \ 443 $(am__strip_dir) \ 444 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 445 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 446 done 447 448clean-libLTLIBRARIES: 449 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 450 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 451 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 452 test "$$dir" != "$$p" || dir=.; \ 453 echo "rm -f \"$${dir}/so_locations\""; \ 454 rm -f "$${dir}/so_locations"; \ 455 done 456libpng.la: $(libpng_la_OBJECTS) $(libpng_la_DEPENDENCIES) 457 $(libpng_la_LINK) $(libpng_la_OBJECTS) $(libpng_la_LIBADD) $(LIBS) 458libpng12.la: $(libpng12_la_OBJECTS) $(libpng12_la_DEPENDENCIES) 459 $(libpng12_la_LINK) -rpath $(libdir) $(libpng12_la_OBJECTS) $(libpng12_la_LIBADD) $(LIBS) 460 461clean-checkPROGRAMS: 462 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ 463 echo " rm -f" $$list; \ 464 rm -f $$list || exit $$?; \ 465 test -n "$(EXEEXT)" || exit 0; \ 466 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 467 echo " rm -f" $$list; \ 468 rm -f $$list 469pngtest$(EXEEXT): $(pngtest_OBJECTS) $(pngtest_DEPENDENCIES) 470 @rm -f pngtest$(EXEEXT) 471 $(LINK) $(pngtest_OBJECTS) $(pngtest_LDADD) $(LIBS) 472install-binSCRIPTS: $(bin_SCRIPTS) 473 @$(NORMAL_INSTALL) 474 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 475 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ 476 for p in $$list; do \ 477 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 478 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ 479 done | \ 480 sed -e 'p;s,.*/,,;n' \ 481 -e 'h;s|.*|.|' \ 482 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ 483 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ 484 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 485 if ($$2 == $$4) { files[d] = files[d] " " $$1; \ 486 if (++n[d] == $(am__install_max)) { \ 487 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ 488 else { print "f", d "/" $$4, $$1 } } \ 489 END { for (d in files) print "f", d, files[d] }' | \ 490 while read type dir files; do \ 491 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 492 test -z "$$files" || { \ 493 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 494 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 495 } \ 496 ; done 497 498uninstall-binSCRIPTS: 499 @$(NORMAL_UNINSTALL) 500 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ 501 files=`for p in $$list; do echo "$$p"; done | \ 502 sed -e 's,.*/,,;$(transform)'`; \ 503 test -n "$$list" || exit 0; \ 504 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 505 cd "$(DESTDIR)$(bindir)" && rm -f $$files 506 507mostlyclean-compile: 508 -rm -f *.$(OBJEXT) 509 510distclean-compile: 511 -rm -f *.tab.c 512 513@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-png.Plo@am__quote@ 514@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngerror.Plo@am__quote@ 515@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngget.Plo@am__quote@ 516@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngmem.Plo@am__quote@ 517@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngpread.Plo@am__quote@ 518@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngread.Plo@am__quote@ 519@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngrio.Plo@am__quote@ 520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngrtran.Plo@am__quote@ 521@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngrutil.Plo@am__quote@ 522@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngset.Plo@am__quote@ 523@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngtrans.Plo@am__quote@ 524@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngwio.Plo@am__quote@ 525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngwrite.Plo@am__quote@ 526@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngwtran.Plo@am__quote@ 527@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngwutil.Plo@am__quote@ 528@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-png.Plo@am__quote@ 529@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngerror.Plo@am__quote@ 530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngget.Plo@am__quote@ 531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngmem.Plo@am__quote@ 532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngpread.Plo@am__quote@ 533@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngread.Plo@am__quote@ 534@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngrio.Plo@am__quote@ 535@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngrtran.Plo@am__quote@ 536@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngrutil.Plo@am__quote@ 537@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngset.Plo@am__quote@ 538@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngtrans.Plo@am__quote@ 539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngwio.Plo@am__quote@ 540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngwrite.Plo@am__quote@ 541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngwtran.Plo@am__quote@ 542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngwutil.Plo@am__quote@ 543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngtest.Po@am__quote@ 544 545.c.o: 546@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 547@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 548@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 549@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 550@am__fastdepCC_FALSE@ $(COMPILE) -c $< 551 552.c.obj: 553@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 554@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 555@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 556@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 557@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 558 559.c.lo: 560@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 561@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 562@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 563@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 564@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 565 566libpng_la-png.lo: png.c 567@am__fastdepCC_TRUE@ $(LIBTOOL) --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 568@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng_la-png.Tpo $(DEPDIR)/libpng_la-png.Plo 569@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='png.c' object='libpng_la-png.lo' libtool=yes @AMDEPBACKSLASH@ 570@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 571@am__fastdepCC_FALSE@ $(LIBTOOL) --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 572 573libpng_la-pngset.lo: pngset.c 574@am__fastdepCC_TRUE@ $(LIBTOOL) --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 575@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng_la-pngset.Tpo $(DEPDIR)/libpng_la-pngset.Plo 576@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngset.c' object='libpng_la-pngset.lo' libtool=yes @AMDEPBACKSLASH@ 577@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 578@am__fastdepCC_FALSE@ $(LIBTOOL) --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 579 580libpng_la-pngget.lo: pngget.c 581@am__fastdepCC_TRUE@ $(LIBTOOL) --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 582@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng_la-pngget.Tpo $(DEPDIR)/libpng_la-pngget.Plo 583@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngget.c' object='libpng_la-pngget.lo' libtool=yes @AMDEPBACKSLASH@ 584@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 585@am__fastdepCC_FALSE@ $(LIBTOOL) --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 586 587libpng_la-pngrutil.lo: pngrutil.c 588@am__fastdepCC_TRUE@ $(LIBTOOL) --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 589@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng_la-pngrutil.Tpo $(DEPDIR)/libpng_la-pngrutil.Plo 590@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngrutil.c' object='libpng_la-pngrutil.lo' libtool=yes @AMDEPBACKSLASH@ 591@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 592@am__fastdepCC_FALSE@ $(LIBTOOL) --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 593 594libpng_la-pngtrans.lo: pngtrans.c 595@am__fastdepCC_TRUE@ $(LIBTOOL) --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 596@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng_la-pngtrans.Tpo $(DEPDIR)/libpng_la-pngtrans.Plo 597@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngtrans.c' object='libpng_la-pngtrans.lo' libtool=yes @AMDEPBACKSLASH@ 598@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 599@am__fastdepCC_FALSE@ $(LIBTOOL) --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 600 601libpng_la-pngwutil.lo: pngwutil.c 602@am__fastdepCC_TRUE@ $(LIBTOOL) --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 603@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng_la-pngwutil.Tpo $(DEPDIR)/libpng_la-pngwutil.Plo 604@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngwutil.c' object='libpng_la-pngwutil.lo' libtool=yes @AMDEPBACKSLASH@ 605@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 606@am__fastdepCC_FALSE@ $(LIBTOOL) --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 607 608libpng_la-pngread.lo: pngread.c 609@am__fastdepCC_TRUE@ $(LIBTOOL) --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 610@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng_la-pngread.Tpo $(DEPDIR)/libpng_la-pngread.Plo 611@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngread.c' object='libpng_la-pngread.lo' libtool=yes @AMDEPBACKSLASH@ 612@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 613@am__fastdepCC_FALSE@ $(LIBTOOL) --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 614 615libpng_la-pngrio.lo: pngrio.c 616@am__fastdepCC_TRUE@ $(LIBTOOL) --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 617@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng_la-pngrio.Tpo $(DEPDIR)/libpng_la-pngrio.Plo 618@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngrio.c' object='libpng_la-pngrio.lo' libtool=yes @AMDEPBACKSLASH@ 619@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 620@am__fastdepCC_FALSE@ $(LIBTOOL) --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 621 622libpng_la-pngwio.lo: pngwio.c 623@am__fastdepCC_TRUE@ $(LIBTOOL) --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 624@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng_la-pngwio.Tpo $(DEPDIR)/libpng_la-pngwio.Plo 625@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngwio.c' object='libpng_la-pngwio.lo' libtool=yes @AMDEPBACKSLASH@ 626@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 627@am__fastdepCC_FALSE@ $(LIBTOOL) --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 628 629libpng_la-pngwrite.lo: pngwrite.c 630@am__fastdepCC_TRUE@ $(LIBTOOL) --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 631@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng_la-pngwrite.Tpo $(DEPDIR)/libpng_la-pngwrite.Plo 632@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngwrite.c' object='libpng_la-pngwrite.lo' libtool=yes @AMDEPBACKSLASH@ 633@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 634@am__fastdepCC_FALSE@ $(LIBTOOL) --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 635 636libpng_la-pngrtran.lo: pngrtran.c 637@am__fastdepCC_TRUE@ $(LIBTOOL) --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 638@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng_la-pngrtran.Tpo $(DEPDIR)/libpng_la-pngrtran.Plo 639@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngrtran.c' object='libpng_la-pngrtran.lo' libtool=yes @AMDEPBACKSLASH@ 640@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 641@am__fastdepCC_FALSE@ $(LIBTOOL) --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 642 643libpng_la-pngwtran.lo: pngwtran.c 644@am__fastdepCC_TRUE@ $(LIBTOOL) --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 645@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng_la-pngwtran.Tpo $(DEPDIR)/libpng_la-pngwtran.Plo 646@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngwtran.c' object='libpng_la-pngwtran.lo' libtool=yes @AMDEPBACKSLASH@ 647@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 648@am__fastdepCC_FALSE@ $(LIBTOOL) --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 649 650libpng_la-pngmem.lo: pngmem.c 651@am__fastdepCC_TRUE@ $(LIBTOOL) --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 652@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng_la-pngmem.Tpo $(DEPDIR)/libpng_la-pngmem.Plo 653@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngmem.c' object='libpng_la-pngmem.lo' libtool=yes @AMDEPBACKSLASH@ 654@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 655@am__fastdepCC_FALSE@ $(LIBTOOL) --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 656 657libpng_la-pngerror.lo: pngerror.c 658@am__fastdepCC_TRUE@ $(LIBTOOL) --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 659@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng_la-pngerror.Tpo $(DEPDIR)/libpng_la-pngerror.Plo 660@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngerror.c' object='libpng_la-pngerror.lo' libtool=yes @AMDEPBACKSLASH@ 661@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 662@am__fastdepCC_FALSE@ $(LIBTOOL) --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 663 664libpng_la-pngpread.lo: pngpread.c 665@am__fastdepCC_TRUE@ $(LIBTOOL) --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 666@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng_la-pngpread.Tpo $(DEPDIR)/libpng_la-pngpread.Plo 667@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngpread.c' object='libpng_la-pngpread.lo' libtool=yes @AMDEPBACKSLASH@ 668@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 669@am__fastdepCC_FALSE@ $(LIBTOOL) --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 670 671libpng12_la-png.lo: png.c 672@am__fastdepCC_TRUE@ $(LIBTOOL) --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 673@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng12_la-png.Tpo $(DEPDIR)/libpng12_la-png.Plo 674@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='png.c' object='libpng12_la-png.lo' libtool=yes @AMDEPBACKSLASH@ 675@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 676@am__fastdepCC_FALSE@ $(LIBTOOL) --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 677 678libpng12_la-pngset.lo: pngset.c 679@am__fastdepCC_TRUE@ $(LIBTOOL) --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 680@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng12_la-pngset.Tpo $(DEPDIR)/libpng12_la-pngset.Plo 681@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngset.c' object='libpng12_la-pngset.lo' libtool=yes @AMDEPBACKSLASH@ 682@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 683@am__fastdepCC_FALSE@ $(LIBTOOL) --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 684 685libpng12_la-pngget.lo: pngget.c 686@am__fastdepCC_TRUE@ $(LIBTOOL) --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 687@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng12_la-pngget.Tpo $(DEPDIR)/libpng12_la-pngget.Plo 688@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngget.c' object='libpng12_la-pngget.lo' libtool=yes @AMDEPBACKSLASH@ 689@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 690@am__fastdepCC_FALSE@ $(LIBTOOL) --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 691 692libpng12_la-pngrutil.lo: pngrutil.c 693@am__fastdepCC_TRUE@ $(LIBTOOL) --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 694@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng12_la-pngrutil.Tpo $(DEPDIR)/libpng12_la-pngrutil.Plo 695@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngrutil.c' object='libpng12_la-pngrutil.lo' libtool=yes @AMDEPBACKSLASH@ 696@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 697@am__fastdepCC_FALSE@ $(LIBTOOL) --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 698 699libpng12_la-pngtrans.lo: pngtrans.c 700@am__fastdepCC_TRUE@ $(LIBTOOL) --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 701@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng12_la-pngtrans.Tpo $(DEPDIR)/libpng12_la-pngtrans.Plo 702@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngtrans.c' object='libpng12_la-pngtrans.lo' libtool=yes @AMDEPBACKSLASH@ 703@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 704@am__fastdepCC_FALSE@ $(LIBTOOL) --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 705 706libpng12_la-pngwutil.lo: pngwutil.c 707@am__fastdepCC_TRUE@ $(LIBTOOL) --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 708@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng12_la-pngwutil.Tpo $(DEPDIR)/libpng12_la-pngwutil.Plo 709@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngwutil.c' object='libpng12_la-pngwutil.lo' libtool=yes @AMDEPBACKSLASH@ 710@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 711@am__fastdepCC_FALSE@ $(LIBTOOL) --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 712 713libpng12_la-pngread.lo: pngread.c 714@am__fastdepCC_TRUE@ $(LIBTOOL) --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 715@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng12_la-pngread.Tpo $(DEPDIR)/libpng12_la-pngread.Plo 716@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngread.c' object='libpng12_la-pngread.lo' libtool=yes @AMDEPBACKSLASH@ 717@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 718@am__fastdepCC_FALSE@ $(LIBTOOL) --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 719 720libpng12_la-pngrio.lo: pngrio.c 721@am__fastdepCC_TRUE@ $(LIBTOOL) --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 722@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng12_la-pngrio.Tpo $(DEPDIR)/libpng12_la-pngrio.Plo 723@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngrio.c' object='libpng12_la-pngrio.lo' libtool=yes @AMDEPBACKSLASH@ 724@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 725@am__fastdepCC_FALSE@ $(LIBTOOL) --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 726 727libpng12_la-pngwio.lo: pngwio.c 728@am__fastdepCC_TRUE@ $(LIBTOOL) --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 729@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng12_la-pngwio.Tpo $(DEPDIR)/libpng12_la-pngwio.Plo 730@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngwio.c' object='libpng12_la-pngwio.lo' libtool=yes @AMDEPBACKSLASH@ 731@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 732@am__fastdepCC_FALSE@ $(LIBTOOL) --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 733 734libpng12_la-pngwrite.lo: pngwrite.c 735@am__fastdepCC_TRUE@ $(LIBTOOL) --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 736@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng12_la-pngwrite.Tpo $(DEPDIR)/libpng12_la-pngwrite.Plo 737@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngwrite.c' object='libpng12_la-pngwrite.lo' libtool=yes @AMDEPBACKSLASH@ 738@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 739@am__fastdepCC_FALSE@ $(LIBTOOL) --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 740 741libpng12_la-pngrtran.lo: pngrtran.c 742@am__fastdepCC_TRUE@ $(LIBTOOL) --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 743@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng12_la-pngrtran.Tpo $(DEPDIR)/libpng12_la-pngrtran.Plo 744@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngrtran.c' object='libpng12_la-pngrtran.lo' libtool=yes @AMDEPBACKSLASH@ 745@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 746@am__fastdepCC_FALSE@ $(LIBTOOL) --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 747 748libpng12_la-pngwtran.lo: pngwtran.c 749@am__fastdepCC_TRUE@ $(LIBTOOL) --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 750@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng12_la-pngwtran.Tpo $(DEPDIR)/libpng12_la-pngwtran.Plo 751@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngwtran.c' object='libpng12_la-pngwtran.lo' libtool=yes @AMDEPBACKSLASH@ 752@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 753@am__fastdepCC_FALSE@ $(LIBTOOL) --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 754 755libpng12_la-pngmem.lo: pngmem.c 756@am__fastdepCC_TRUE@ $(LIBTOOL) --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 757@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng12_la-pngmem.Tpo $(DEPDIR)/libpng12_la-pngmem.Plo 758@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngmem.c' object='libpng12_la-pngmem.lo' libtool=yes @AMDEPBACKSLASH@ 759@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 760@am__fastdepCC_FALSE@ $(LIBTOOL) --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 761 762libpng12_la-pngerror.lo: pngerror.c 763@am__fastdepCC_TRUE@ $(LIBTOOL) --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 764@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng12_la-pngerror.Tpo $(DEPDIR)/libpng12_la-pngerror.Plo 765@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngerror.c' object='libpng12_la-pngerror.lo' libtool=yes @AMDEPBACKSLASH@ 766@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 767@am__fastdepCC_FALSE@ $(LIBTOOL) --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 768 769libpng12_la-pngpread.lo: pngpread.c 770@am__fastdepCC_TRUE@ $(LIBTOOL) --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 771@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libpng12_la-pngpread.Tpo $(DEPDIR)/libpng12_la-pngpread.Plo 772@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pngpread.c' object='libpng12_la-pngpread.lo' libtool=yes @AMDEPBACKSLASH@ 773@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 774@am__fastdepCC_FALSE@ $(LIBTOOL) --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 775 776mostlyclean-libtool: 777 -rm -f *.lo 778 779clean-libtool: 780 -rm -rf .libs _libs 781 782distclean-libtool: 783 -rm -f libtool config.lt 784install-man3: $(dist_man_MANS) 785 @$(NORMAL_INSTALL) 786 test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)" 787 @list=''; test -n "$(man3dir)" || exit 0; \ 788 { for i in $$list; do echo "$$i"; done; \ 789 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 790 sed -n '/\.3[a-z]*$$/p'; \ 791 } | while read p; do \ 792 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 793 echo "$$d$$p"; echo "$$p"; \ 794 done | \ 795 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ 796 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 797 sed 'N;N;s,\n, ,g' | { \ 798 list=; while read file base inst; do \ 799 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 800 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ 801 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \ 802 fi; \ 803 done; \ 804 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 805 while read files; do \ 806 test -z "$$files" || { \ 807 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \ 808 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \ 809 done; } 810 811uninstall-man3: 812 @$(NORMAL_UNINSTALL) 813 @list=''; test -n "$(man3dir)" || exit 0; \ 814 files=`{ for i in $$list; do echo "$$i"; done; \ 815 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 816 sed -n '/\.3[a-z]*$$/p'; \ 817 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ 818 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 819 test -z "$$files" || { \ 820 echo " ( cd '$(DESTDIR)$(man3dir)' && rm -f" $$files ")"; \ 821 cd "$(DESTDIR)$(man3dir)" && rm -f $$files; } 822install-man5: $(dist_man_MANS) 823 @$(NORMAL_INSTALL) 824 test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)" 825 @list=''; test -n "$(man5dir)" || exit 0; \ 826 { for i in $$list; do echo "$$i"; done; \ 827 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 828 sed -n '/\.5[a-z]*$$/p'; \ 829 } | while read p; do \ 830 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 831 echo "$$d$$p"; echo "$$p"; \ 832 done | \ 833 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ 834 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 835 sed 'N;N;s,\n, ,g' | { \ 836 list=; while read file base inst; do \ 837 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 838 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \ 839 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \ 840 fi; \ 841 done; \ 842 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 843 while read files; do \ 844 test -z "$$files" || { \ 845 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \ 846 $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \ 847 done; } 848 849uninstall-man5: 850 @$(NORMAL_UNINSTALL) 851 @list=''; test -n "$(man5dir)" || exit 0; \ 852 files=`{ for i in $$list; do echo "$$i"; done; \ 853 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 854 sed -n '/\.5[a-z]*$$/p'; \ 855 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ 856 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 857 test -z "$$files" || { \ 858 echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \ 859 cd "$(DESTDIR)$(man5dir)" && rm -f $$files; } 860install-pkgconfigDATA: $(pkgconfig_DATA) 861 @$(NORMAL_INSTALL) 862 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" 863 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 864 for p in $$list; do \ 865 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 866 echo "$$d$$p"; \ 867 done | $(am__base_list) | \ 868 while read files; do \ 869 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 870 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 871 done 872 873uninstall-pkgconfigDATA: 874 @$(NORMAL_UNINSTALL) 875 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 876 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 877 test -n "$$files" || exit 0; \ 878 echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ 879 cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files 880install-pkgincludeHEADERS: $(pkginclude_HEADERS) 881 @$(NORMAL_INSTALL) 882 test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" 883 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ 884 for p in $$list; do \ 885 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 886 echo "$$d$$p"; \ 887 done | $(am__base_list) | \ 888 while read files; do \ 889 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \ 890 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \ 891 done 892 893uninstall-pkgincludeHEADERS: 894 @$(NORMAL_UNINSTALL) 895 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ 896 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 897 test -n "$$files" || exit 0; \ 898 echo " ( cd '$(DESTDIR)$(pkgincludedir)' && rm -f" $$files ")"; \ 899 cd "$(DESTDIR)$(pkgincludedir)" && rm -f $$files 900 901ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 902 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 903 unique=`for i in $$list; do \ 904 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 905 done | \ 906 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 907 END { if (nonempty) { for (i in files) print i; }; }'`; \ 908 mkid -fID $$unique 909tags: TAGS 910 911TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 912 $(TAGS_FILES) $(LISP) 913 set x; \ 914 here=`pwd`; \ 915 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 916 unique=`for i in $$list; do \ 917 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 918 done | \ 919 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 920 END { if (nonempty) { for (i in files) print i; }; }'`; \ 921 shift; \ 922 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 923 test -n "$$unique" || unique=$$empty_fix; \ 924 if test $$# -gt 0; then \ 925 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 926 "$$@" $$unique; \ 927 else \ 928 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 929 $$unique; \ 930 fi; \ 931 fi 932ctags: CTAGS 933CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 934 $(TAGS_FILES) $(LISP) 935 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 936 unique=`for i in $$list; do \ 937 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 938 done | \ 939 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 940 END { if (nonempty) { for (i in files) print i; }; }'`; \ 941 test -z "$(CTAGS_ARGS)$$unique" \ 942 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 943 $$unique 944 945GTAGS: 946 here=`$(am__cd) $(top_builddir) && pwd` \ 947 && $(am__cd) $(top_srcdir) \ 948 && gtags -i $(GTAGS_ARGS) "$$here" 949 950distclean-tags: 951 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 952 953check-TESTS: $(TESTS) 954 @failed=0; all=0; xfail=0; xpass=0; skip=0; \ 955 srcdir=$(srcdir); export srcdir; \ 956 list=' $(TESTS) '; \ 957 $(am__tty_colors); \ 958 if test -n "$$list"; then \ 959 for tst in $$list; do \ 960 if test -f ./$$tst; then dir=./; \ 961 elif test -f $$tst; then dir=; \ 962 else dir="$(srcdir)/"; fi; \ 963 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ 964 all=`expr $$all + 1`; \ 965 case " $(XFAIL_TESTS) " in \ 966 *[\ \ ]$$tst[\ \ ]*) \ 967 xpass=`expr $$xpass + 1`; \ 968 failed=`expr $$failed + 1`; \ 969 col=$$red; res=XPASS; \ 970 ;; \ 971 *) \ 972 col=$$grn; res=PASS; \ 973 ;; \ 974 esac; \ 975 elif test $$? -ne 77; then \ 976 all=`expr $$all + 1`; \ 977 case " $(XFAIL_TESTS) " in \ 978 *[\ \ ]$$tst[\ \ ]*) \ 979 xfail=`expr $$xfail + 1`; \ 980 col=$$lgn; res=XFAIL; \ 981 ;; \ 982 *) \ 983 failed=`expr $$failed + 1`; \ 984 col=$$red; res=FAIL; \ 985 ;; \ 986 esac; \ 987 else \ 988 skip=`expr $$skip + 1`; \ 989 col=$$blu; res=SKIP; \ 990 fi; \ 991 echo "$${col}$$res$${std}: $$tst"; \ 992 done; \ 993 if test "$$all" -eq 1; then \ 994 tests="test"; \ 995 All=""; \ 996 else \ 997 tests="tests"; \ 998 All="All "; \ 999 fi; \ 1000 if test "$$failed" -eq 0; then \ 1001 if test "$$xfail" -eq 0; then \ 1002 banner="$$All$$all $$tests passed"; \ 1003 else \ 1004 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ 1005 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ 1006 fi; \ 1007 else \ 1008 if test "$$xpass" -eq 0; then \ 1009 banner="$$failed of $$all $$tests failed"; \ 1010 else \ 1011 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ 1012 banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ 1013 fi; \ 1014 fi; \ 1015 dashes="$$banner"; \ 1016 skipped=""; \ 1017 if test "$$skip" -ne 0; then \ 1018 if test "$$skip" -eq 1; then \ 1019 skipped="($$skip test was not run)"; \ 1020 else \ 1021 skipped="($$skip tests were not run)"; \ 1022 fi; \ 1023 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 1024 dashes="$$skipped"; \ 1025 fi; \ 1026 report=""; \ 1027 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ 1028 report="Please report to $(PACKAGE_BUGREPORT)"; \ 1029 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 1030 dashes="$$report"; \ 1031 fi; \ 1032 dashes=`echo "$$dashes" | sed s/./=/g`; \ 1033 if test "$$failed" -eq 0; then \ 1034 echo "$$grn$$dashes"; \ 1035 else \ 1036 echo "$$red$$dashes"; \ 1037 fi; \ 1038 echo "$$banner"; \ 1039 test -z "$$skipped" || echo "$$skipped"; \ 1040 test -z "$$report" || echo "$$report"; \ 1041 echo "$$dashes$$std"; \ 1042 test "$$failed" -eq 0; \ 1043 else :; fi 1044 1045distdir: $(DISTFILES) 1046 @list='$(MANS)'; if test -n "$$list"; then \ 1047 list=`for p in $$list; do \ 1048 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 1049 if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ 1050 if test -n "$$list" && \ 1051 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ 1052 echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ 1053 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ 1054 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ 1055 echo " typically \`make maintainer-clean' will remove them" >&2; \ 1056 exit 1; \ 1057 else :; fi; \ 1058 else :; fi 1059 $(am__remove_distdir) 1060 test -d "$(distdir)" || mkdir "$(distdir)" 1061 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1062 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1063 list='$(DISTFILES)'; \ 1064 dist_files=`for file in $$list; do echo $$file; done | \ 1065 sed -e "s|^$$srcdirstrip/||;t" \ 1066 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1067 case $$dist_files in \ 1068 */*) $(MKDIR_P) `echo "$$dist_files" | \ 1069 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1070 sort -u` ;; \ 1071 esac; \ 1072 for file in $$dist_files; do \ 1073 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1074 if test -d $$d/$$file; then \ 1075 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1076 if test -d "$(distdir)/$$file"; then \ 1077 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1078 fi; \ 1079 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1080 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1081 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1082 fi; \ 1083 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1084 else \ 1085 test -f "$(distdir)/$$file" \ 1086 || cp -p $$d/$$file "$(distdir)/$$file" \ 1087 || exit 1; \ 1088 fi; \ 1089 done 1090 -test -n "$(am__skip_mode_fix)" \ 1091 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 1092 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 1093 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 1094 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 1095 || chmod -R a+r "$(distdir)" 1096dist-gzip: distdir 1097 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 1098 $(am__remove_distdir) 1099 1100dist-bzip2: distdir 1101 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 1102 $(am__remove_distdir) 1103 1104dist-lzma: distdir 1105 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 1106 $(am__remove_distdir) 1107 1108dist-xz: distdir 1109 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 1110 $(am__remove_distdir) 1111 1112dist-tarZ: distdir 1113 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 1114 $(am__remove_distdir) 1115 1116dist-shar: distdir 1117 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 1118 $(am__remove_distdir) 1119 1120dist-zip: distdir 1121 -rm -f $(distdir).zip 1122 zip -rq $(distdir).zip $(distdir) 1123 $(am__remove_distdir) 1124 1125dist dist-all: distdir 1126 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 1127 $(am__remove_distdir) 1128 1129# This target untars the dist file and tries a VPATH configuration. Then 1130# it guarantees that the distribution is self-contained by making another 1131# tarfile. 1132distcheck: dist 1133 case '$(DIST_ARCHIVES)' in \ 1134 *.tar.gz*) \ 1135 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 1136 *.tar.bz2*) \ 1137 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 1138 *.tar.lzma*) \ 1139 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 1140 *.tar.xz*) \ 1141 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 1142 *.tar.Z*) \ 1143 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 1144 *.shar.gz*) \ 1145 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 1146 *.zip*) \ 1147 unzip $(distdir).zip ;;\ 1148 esac 1149 chmod -R a-w $(distdir); chmod a+w $(distdir) 1150 mkdir $(distdir)/_build 1151 mkdir $(distdir)/_inst 1152 chmod a-w $(distdir) 1153 test -d $(distdir)/_build || exit 0; \ 1154 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 1155 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 1156 && am__cwd=`pwd` \ 1157 && $(am__cd) $(distdir)/_build \ 1158 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 1159 $(DISTCHECK_CONFIGURE_FLAGS) \ 1160 && $(MAKE) $(AM_MAKEFLAGS) \ 1161 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 1162 && $(MAKE) $(AM_MAKEFLAGS) check \ 1163 && $(MAKE) $(AM_MAKEFLAGS) install \ 1164 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 1165 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 1166 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 1167 distuninstallcheck \ 1168 && chmod -R a-w "$$dc_install_base" \ 1169 && ({ \ 1170 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 1171 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 1172 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 1173 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 1174 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 1175 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 1176 && rm -rf "$$dc_destdir" \ 1177 && $(MAKE) $(AM_MAKEFLAGS) dist \ 1178 && rm -rf $(DIST_ARCHIVES) \ 1179 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 1180 && cd "$$am__cwd" \ 1181 || exit 1 1182 $(am__remove_distdir) 1183 @(echo "$(distdir) archives ready for distribution: "; \ 1184 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 1185 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 1186distuninstallcheck: 1187 @$(am__cd) '$(distuninstallcheck_dir)' \ 1188 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 1189 || { echo "ERROR: files left after uninstall:" ; \ 1190 if test -n "$(DESTDIR)"; then \ 1191 echo " (check DESTDIR support)"; \ 1192 fi ; \ 1193 $(distuninstallcheck_listfiles) ; \ 1194 exit 1; } >&2 1195distcleancheck: distclean 1196 @if test '$(srcdir)' = . ; then \ 1197 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 1198 exit 1 ; \ 1199 fi 1200 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 1201 || { echo "ERROR: files left in build directory after distclean:" ; \ 1202 $(distcleancheck_listfiles) ; \ 1203 exit 1; } >&2 1204check-am: all-am 1205 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 1206 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 1207check: check-am 1208all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) $(HEADERS) \ 1209 config.h 1210installdirs: 1211 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)"; do \ 1212 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 1213 done 1214install: install-am 1215install-exec: install-exec-am 1216install-data: install-data-am 1217uninstall: uninstall-am 1218 1219install-am: all-am 1220 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1221 1222installcheck: installcheck-am 1223install-strip: 1224 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1225 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1226 `test -z '$(STRIP)' || \ 1227 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 1228mostlyclean-generic: 1229 1230clean-generic: 1231 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 1232 1233distclean-generic: 1234 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1235 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1236 1237maintainer-clean-generic: 1238 @echo "This command is intended for maintainers to use" 1239 @echo "it deletes files that may require special tools to rebuild." 1240 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 1241clean: clean-am 1242 1243clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \ 1244 clean-libtool mostlyclean-am 1245 1246distclean: distclean-am 1247 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1248 -rm -rf ./$(DEPDIR) 1249 -rm -f Makefile 1250distclean-am: clean-am distclean-compile distclean-generic \ 1251 distclean-hdr distclean-libtool distclean-tags 1252 1253dvi: dvi-am 1254 1255dvi-am: 1256 1257html: html-am 1258 1259html-am: 1260 1261info: info-am 1262 1263info-am: 1264 1265install-data-am: install-man install-pkgconfigDATA \ 1266 install-pkgincludeHEADERS 1267 @$(NORMAL_INSTALL) 1268 $(MAKE) $(AM_MAKEFLAGS) install-data-hook 1269install-dvi: install-dvi-am 1270 1271install-dvi-am: 1272 1273install-exec-am: install-binSCRIPTS install-libLTLIBRARIES 1274 @$(NORMAL_INSTALL) 1275 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook 1276install-html: install-html-am 1277 1278install-html-am: 1279 1280install-info: install-info-am 1281 1282install-info-am: 1283 1284install-man: install-man3 install-man5 1285 1286install-pdf: install-pdf-am 1287 1288install-pdf-am: 1289 1290install-ps: install-ps-am 1291 1292install-ps-am: 1293 1294installcheck-am: 1295 1296maintainer-clean: maintainer-clean-am 1297 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1298 -rm -rf $(top_srcdir)/autom4te.cache 1299 -rm -rf ./$(DEPDIR) 1300 -rm -f Makefile 1301maintainer-clean-am: distclean-am maintainer-clean-generic 1302 1303mostlyclean: mostlyclean-am 1304 1305mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1306 mostlyclean-libtool 1307 1308pdf: pdf-am 1309 1310pdf-am: 1311 1312ps: ps-am 1313 1314ps-am: 1315 1316uninstall-am: uninstall-binSCRIPTS uninstall-libLTLIBRARIES \ 1317 uninstall-man uninstall-pkgconfigDATA \ 1318 uninstall-pkgincludeHEADERS 1319 @$(NORMAL_INSTALL) 1320 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook 1321uninstall-man: uninstall-man3 uninstall-man5 1322 1323.MAKE: all check-am install-am install-data-am install-exec-am \ 1324 install-strip uninstall-am 1325 1326.PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \ 1327 clean clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \ 1328 clean-libtool ctags dist dist-all dist-bzip2 dist-gzip \ 1329 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \ 1330 distclean distclean-compile distclean-generic distclean-hdr \ 1331 distclean-libtool distclean-tags distcleancheck distdir \ 1332 distuninstallcheck dvi dvi-am html html-am info info-am \ 1333 install install-am install-binSCRIPTS install-data \ 1334 install-data-am install-data-hook install-dvi install-dvi-am \ 1335 install-exec install-exec-am install-exec-hook install-html \ 1336 install-html-am install-info install-info-am \ 1337 install-libLTLIBRARIES install-man install-man3 install-man5 \ 1338 install-pdf install-pdf-am install-pkgconfigDATA \ 1339 install-pkgincludeHEADERS install-ps install-ps-am \ 1340 install-strip installcheck installcheck-am installdirs \ 1341 maintainer-clean maintainer-clean-generic mostlyclean \ 1342 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 1343 pdf pdf-am ps ps-am tags uninstall uninstall-am \ 1344 uninstall-binSCRIPTS uninstall-hook uninstall-libLTLIBRARIES \ 1345 uninstall-man uninstall-man3 uninstall-man5 \ 1346 uninstall-pkgconfigDATA uninstall-pkgincludeHEADERS 1347 1348 1349@HAVE_LD_VERSION_SCRIPT_TRUE@ # Versioned symbols and restricted exports 1350@HAVE_LD_VERSION_SCRIPT_FALSE@ # Only restricted exports when possible 1351 1352$(PNGLIB_BASENAME).pc: libpng.pc 1353 cp libpng.pc $@ 1354 1355$(PNGLIB_BASENAME)-config: libpng-config 1356 cp libpng-config $@ 1357 1358libpng.sym: png.h pngconf.h 1359 rm -f $@ $@.new 1360 $(CPP) @LIBPNG_DEFINES@ $(CPPFLAGS) -DPNG_BUILDSYMS $(srcdir)/png.h | \ 1361 $(SED) -n -e \ 1362 's|^.*PNG_FUNCTION_EXPORT[ ]*\([$(AN)]*\).*$$|$(SYMBOL_PREFIX)\1|p' \ 1363 -e 's|^.*PNG_DATA_EXPORT[ ]*\([$(AN)]*\).*$$|$(SYMBOL_PREFIX)\1|p' \ 1364 >$@.new 1365 mv $@.new $@ 1366 1367libpng.vers: libpng.sym 1368 rm -f $@ $@.new 1369 echo PNG@PNGLIB_MAJOR@@PNGLIB_MINOR@_0 '{global:' > $@.new 1370 $(SED) s/$$/\;/ libpng.sym >> $@.new 1371 echo 'local: *; };' >> $@.new 1372 mv $@.new $@ 1373 1374test: check 1375 1376# install the .../include headers as links to the new ones 1377install-data-hook: 1378 cd $(DESTDIR)$(includedir); rm -f png.h pngconf.h 1379 cd $(DESTDIR)$(includedir); $(LN_S) $(PNGLIB_BASENAME)/png.h png.h 1380 cd $(DESTDIR)$(includedir); $(LN_S) $(PNGLIB_BASENAME)/pngconf.h pngconf.h 1381 cd $(DESTDIR)$(pkgconfigdir); rm -f libpng.pc 1382 cd $(DESTDIR)$(pkgconfigdir); $(LN_S) $(PNGLIB_BASENAME).pc libpng.pc 1383 1384# do evil things to libpng to cause libpng12 to be used 1385install-exec-hook: 1386 cd $(DESTDIR)$(bindir); rm -f libpng-config 1387 cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config 1388 @set -x;\ 1389 cd $(DESTDIR)$(libdir);\ 1390 for ext in a la so sl dylib; do\ 1391 rm -f libpng.$$ext;\ 1392 if test -f $(PNGLIB_BASENAME).$$ext; then\ 1393 $(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\ 1394 fi;\ 1395 done 1396 1397uninstall-hook: 1398 cd $(DESTDIR)$(includedir); rm -f png.h pngconf.h 1399 rm -f $(DESTDIR)$(pkgconfigdir)/libpng.pc 1400 rm -f $(DESTDIR)$(bindir)/libpng-config 1401 @if test -n "@compatlib@"; then\ 1402 set -x;\ 1403 cd $(DESTDIR)$(libdir);\ 1404 for ext in a la so sl dylib; do\ 1405 rm -f libpng.$$ext;\ 1406 done;\ 1407 fi 1408 1409# Tell versions [3.59,3.63) of GNU make to not export all variables. 1410# Otherwise a system limit (for SysV at least) may be exceeded. 1411.NOEXPORT: 1412