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