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