~ubuntu-branches/debian/sid/libpng/sid

« back to all changes in this revision

Viewing changes to .pc/02-681408-CVE-2012-3386-Makefile.in.patch/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Anibal Monsalve Salazar
  • Date: 2012-07-13 12:31:39 UTC
  • Revision ID: package-import@ubuntu.com-20120713123139-e47p56k3bg1rt6yu
Tags: 1.2.49-2
Change "a+w" to "u+w" in Makefile.in to fix CVE-2012-3386
Add 02-681408-CVE-2012-3386-Makefile.in.patch
Closes: #681408

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
        CMakeLists.txt \
 
342
        pngtest.png pngbar.png pngnow.png pngbar.jpg autogen.sh \
 
343
        ${srcdir}/projects/cbuilder5/* \
 
344
        ${srcdir}/projects/beos/* \
 
345
        ${srcdir}/projects/visualc6/* \
 
346
        ${srcdir}/projects/visualc71/* \
 
347
        ${srcdir}/projects/wince.txt \
 
348
        ${srcdir}/projects/xcode/* \
 
349
        ${srcdir}/projects/netware.txt \
 
350
        ${srcdir}/scripts/* \
 
351
        ${srcdir}/contrib/gregbook/* \
 
352
        ${srcdir}/contrib/pngminim/* \
 
353
        ${srcdir}/contrib/pngminus/* \
 
354
        ${srcdir}/contrib/pngsuite/* \
 
355
        ${srcdir}/contrib/visupng/* \
 
356
        $(TESTS) \
 
357
        example.c libpng-1.2.49.txt pnggccrd.c pngvcrd.c
 
358
 
 
359
CLEANFILES = pngout.png libpng12.pc libpng12-config libpng.vers \
 
360
libpng.sym
 
361
 
 
362
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
 
363
config.sub configure depcomp install-sh ltmain.sh missing
 
364
 
 
365
all: config.h
 
366
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
367
 
 
368
.SUFFIXES:
 
369
.SUFFIXES: .c .lo .o .obj
 
370
am--refresh:
 
371
        @:
 
372
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
373
        @for dep in $?; do \
 
374
          case '$(am__configure_deps)' in \
 
375
            *$$dep*) \
 
376
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
377
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
 
378
                && exit 0; \
 
379
              exit 1;; \
 
380
          esac; \
 
381
        done; \
 
382
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
383
        $(am__cd) $(top_srcdir) && \
 
384
          $(AUTOMAKE) --foreign Makefile
 
385
.PRECIOUS: Makefile
 
386
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
387
        @case '$?' in \
 
388
          *config.status*) \
 
389
            echo ' $(SHELL) ./config.status'; \
 
390
            $(SHELL) ./config.status;; \
 
391
          *) \
 
392
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
393
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
394
        esac;
 
395
 
 
396
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
397
        $(SHELL) ./config.status --recheck
 
398
 
 
399
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
400
        $(am__cd) $(srcdir) && $(AUTOCONF)
 
401
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
402
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
403
$(am__aclocal_m4_deps):
 
404
 
 
405
config.h: stamp-h1
 
406
        @if test ! -f $@; then \
 
407
          rm -f stamp-h1; \
 
408
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
409
        else :; fi
 
410
 
 
411
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
412
        @rm -f stamp-h1
 
413
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
414
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
415
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 
416
        rm -f stamp-h1
 
417
        touch $@
 
418
 
 
419
distclean-hdr:
 
420
        -rm -f config.h stamp-h1
 
421
libpng.pc: $(top_builddir)/config.status $(top_srcdir)/scripts/libpng.pc-configure.in
 
422
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
423
libpng-config: $(top_builddir)/config.status $(top_srcdir)/scripts/libpng-config.in
 
424
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
425
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
426
        @$(NORMAL_INSTALL)
 
427
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
 
428
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
429
        list2=; for p in $$list; do \
 
430
          if test -f $$p; then \
 
431
            list2="$$list2 $$p"; \
 
432
          else :; fi; \
 
433
        done; \
 
434
        test -z "$$list2" || { \
 
435
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
436
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
437
        }
 
438
 
 
439
uninstall-libLTLIBRARIES:
 
440
        @$(NORMAL_UNINSTALL)
 
441
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
442
        for p in $$list; do \
 
443
          $(am__strip_dir) \
 
444
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
445
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
 
446
        done
 
447
 
 
448
clean-libLTLIBRARIES:
 
449
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
450
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
451
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
452
          test "$$dir" != "$$p" || dir=.; \
 
453
          echo "rm -f \"$${dir}/so_locations\""; \
 
454
          rm -f "$${dir}/so_locations"; \
 
455
        done
 
456
libpng.la: $(libpng_la_OBJECTS) $(libpng_la_DEPENDENCIES)
 
457
        $(libpng_la_LINK)  $(libpng_la_OBJECTS) $(libpng_la_LIBADD) $(LIBS)
 
458
libpng12.la: $(libpng12_la_OBJECTS) $(libpng12_la_DEPENDENCIES)
 
459
        $(libpng12_la_LINK) -rpath $(libdir) $(libpng12_la_OBJECTS) $(libpng12_la_LIBADD) $(LIBS)
 
460
 
 
461
clean-checkPROGRAMS:
 
462
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
463
        echo " rm -f" $$list; \
 
464
        rm -f $$list || exit $$?; \
 
465
        test -n "$(EXEEXT)" || exit 0; \
 
466
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
467
        echo " rm -f" $$list; \
 
468
        rm -f $$list
 
469
pngtest$(EXEEXT): $(pngtest_OBJECTS) $(pngtest_DEPENDENCIES)
 
470
        @rm -f pngtest$(EXEEXT)
 
471
        $(LINK) $(pngtest_OBJECTS) $(pngtest_LDADD) $(LIBS)
 
472
install-binSCRIPTS: $(bin_SCRIPTS)
 
473
        @$(NORMAL_INSTALL)
 
474
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
475
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
 
476
        for p in $$list; do \
 
477
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
478
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 
479
        done | \
 
480
        sed -e 'p;s,.*/,,;n' \
 
481
            -e 'h;s|.*|.|' \
 
482
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
 
483
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 
484
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
485
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
 
486
              if (++n[d] == $(am__install_max)) { \
 
487
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
 
488
            else { print "f", d "/" $$4, $$1 } } \
 
489
          END { for (d in files) print "f", d, files[d] }' | \
 
490
        while read type dir files; do \
 
491
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
492
             test -z "$$files" || { \
 
493
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
494
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
495
             } \
 
496
        ; done
 
497
 
 
498
uninstall-binSCRIPTS:
 
499
        @$(NORMAL_UNINSTALL)
 
500
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
 
501
        files=`for p in $$list; do echo "$$p"; done | \
 
502
               sed -e 's,.*/,,;$(transform)'`; \
 
503
        test -n "$$list" || exit 0; \
 
504
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
505
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
506
 
 
507
mostlyclean-compile:
 
508
        -rm -f *.$(OBJEXT)
 
509
 
 
510
distclean-compile:
 
511
        -rm -f *.tab.c
 
512
 
 
513
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-png.Plo@am__quote@
 
514
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngerror.Plo@am__quote@
 
515
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngget.Plo@am__quote@
 
516
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngmem.Plo@am__quote@
 
517
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngpread.Plo@am__quote@
 
518
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngread.Plo@am__quote@
 
519
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngrio.Plo@am__quote@
 
520
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngrtran.Plo@am__quote@
 
521
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngrutil.Plo@am__quote@
 
522
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngset.Plo@am__quote@
 
523
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngtrans.Plo@am__quote@
 
524
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngwio.Plo@am__quote@
 
525
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngwrite.Plo@am__quote@
 
526
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngwtran.Plo@am__quote@
 
527
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngwutil.Plo@am__quote@
 
528
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-png.Plo@am__quote@
 
529
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngerror.Plo@am__quote@
 
530
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngget.Plo@am__quote@
 
531
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngmem.Plo@am__quote@
 
532
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngpread.Plo@am__quote@
 
533
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngread.Plo@am__quote@
 
534
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngrio.Plo@am__quote@
 
535
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngrtran.Plo@am__quote@
 
536
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngrutil.Plo@am__quote@
 
537
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngset.Plo@am__quote@
 
538
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngtrans.Plo@am__quote@
 
539
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngwio.Plo@am__quote@
 
540
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngwrite.Plo@am__quote@
 
541
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngwtran.Plo@am__quote@
 
542
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngwutil.Plo@am__quote@
 
543
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngtest.Po@am__quote@
 
544
 
 
545
.c.o:
 
546
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
547
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
548
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
549
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
550
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
551
 
 
552
.c.obj:
 
553
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
554
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
555
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
556
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
557
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
558
 
 
559
.c.lo:
 
560
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
561
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
562
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
563
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
564
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
565
 
 
566
libpng_la-png.lo: png.c
 
567
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-png.lo -MD -MP -MF $(DEPDIR)/libpng_la-png.Tpo -c -o libpng_la-png.lo `test -f 'png.c' || echo '$(srcdir)/'`png.c
 
568
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng_la-png.Tpo $(DEPDIR)/libpng_la-png.Plo
 
569
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='png.c' object='libpng_la-png.lo' libtool=yes @AMDEPBACKSLASH@
 
570
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
571
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-png.lo `test -f 'png.c' || echo '$(srcdir)/'`png.c
 
572
 
 
573
libpng_la-pngset.lo: pngset.c
 
574
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngset.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngset.Tpo -c -o libpng_la-pngset.lo `test -f 'pngset.c' || echo '$(srcdir)/'`pngset.c
 
575
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng_la-pngset.Tpo $(DEPDIR)/libpng_la-pngset.Plo
 
576
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngset.c' object='libpng_la-pngset.lo' libtool=yes @AMDEPBACKSLASH@
 
577
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
578
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngset.lo `test -f 'pngset.c' || echo '$(srcdir)/'`pngset.c
 
579
 
 
580
libpng_la-pngget.lo: pngget.c
 
581
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngget.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngget.Tpo -c -o libpng_la-pngget.lo `test -f 'pngget.c' || echo '$(srcdir)/'`pngget.c
 
582
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng_la-pngget.Tpo $(DEPDIR)/libpng_la-pngget.Plo
 
583
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngget.c' object='libpng_la-pngget.lo' libtool=yes @AMDEPBACKSLASH@
 
584
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
585
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngget.lo `test -f 'pngget.c' || echo '$(srcdir)/'`pngget.c
 
586
 
 
587
libpng_la-pngrutil.lo: pngrutil.c
 
588
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngrutil.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngrutil.Tpo -c -o libpng_la-pngrutil.lo `test -f 'pngrutil.c' || echo '$(srcdir)/'`pngrutil.c
 
589
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng_la-pngrutil.Tpo $(DEPDIR)/libpng_la-pngrutil.Plo
 
590
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngrutil.c' object='libpng_la-pngrutil.lo' libtool=yes @AMDEPBACKSLASH@
 
591
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
592
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngrutil.lo `test -f 'pngrutil.c' || echo '$(srcdir)/'`pngrutil.c
 
593
 
 
594
libpng_la-pngtrans.lo: pngtrans.c
 
595
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngtrans.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngtrans.Tpo -c -o libpng_la-pngtrans.lo `test -f 'pngtrans.c' || echo '$(srcdir)/'`pngtrans.c
 
596
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng_la-pngtrans.Tpo $(DEPDIR)/libpng_la-pngtrans.Plo
 
597
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngtrans.c' object='libpng_la-pngtrans.lo' libtool=yes @AMDEPBACKSLASH@
 
598
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
599
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngtrans.lo `test -f 'pngtrans.c' || echo '$(srcdir)/'`pngtrans.c
 
600
 
 
601
libpng_la-pngwutil.lo: pngwutil.c
 
602
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngwutil.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngwutil.Tpo -c -o libpng_la-pngwutil.lo `test -f 'pngwutil.c' || echo '$(srcdir)/'`pngwutil.c
 
603
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng_la-pngwutil.Tpo $(DEPDIR)/libpng_la-pngwutil.Plo
 
604
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngwutil.c' object='libpng_la-pngwutil.lo' libtool=yes @AMDEPBACKSLASH@
 
605
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
606
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngwutil.lo `test -f 'pngwutil.c' || echo '$(srcdir)/'`pngwutil.c
 
607
 
 
608
libpng_la-pngread.lo: pngread.c
 
609
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngread.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngread.Tpo -c -o libpng_la-pngread.lo `test -f 'pngread.c' || echo '$(srcdir)/'`pngread.c
 
610
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng_la-pngread.Tpo $(DEPDIR)/libpng_la-pngread.Plo
 
611
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngread.c' object='libpng_la-pngread.lo' libtool=yes @AMDEPBACKSLASH@
 
612
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
613
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngread.lo `test -f 'pngread.c' || echo '$(srcdir)/'`pngread.c
 
614
 
 
615
libpng_la-pngrio.lo: pngrio.c
 
616
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngrio.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngrio.Tpo -c -o libpng_la-pngrio.lo `test -f 'pngrio.c' || echo '$(srcdir)/'`pngrio.c
 
617
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng_la-pngrio.Tpo $(DEPDIR)/libpng_la-pngrio.Plo
 
618
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngrio.c' object='libpng_la-pngrio.lo' libtool=yes @AMDEPBACKSLASH@
 
619
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
620
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngrio.lo `test -f 'pngrio.c' || echo '$(srcdir)/'`pngrio.c
 
621
 
 
622
libpng_la-pngwio.lo: pngwio.c
 
623
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngwio.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngwio.Tpo -c -o libpng_la-pngwio.lo `test -f 'pngwio.c' || echo '$(srcdir)/'`pngwio.c
 
624
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng_la-pngwio.Tpo $(DEPDIR)/libpng_la-pngwio.Plo
 
625
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngwio.c' object='libpng_la-pngwio.lo' libtool=yes @AMDEPBACKSLASH@
 
626
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
627
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngwio.lo `test -f 'pngwio.c' || echo '$(srcdir)/'`pngwio.c
 
628
 
 
629
libpng_la-pngwrite.lo: pngwrite.c
 
630
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngwrite.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngwrite.Tpo -c -o libpng_la-pngwrite.lo `test -f 'pngwrite.c' || echo '$(srcdir)/'`pngwrite.c
 
631
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng_la-pngwrite.Tpo $(DEPDIR)/libpng_la-pngwrite.Plo
 
632
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngwrite.c' object='libpng_la-pngwrite.lo' libtool=yes @AMDEPBACKSLASH@
 
633
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
634
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngwrite.lo `test -f 'pngwrite.c' || echo '$(srcdir)/'`pngwrite.c
 
635
 
 
636
libpng_la-pngrtran.lo: pngrtran.c
 
637
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngrtran.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngrtran.Tpo -c -o libpng_la-pngrtran.lo `test -f 'pngrtran.c' || echo '$(srcdir)/'`pngrtran.c
 
638
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng_la-pngrtran.Tpo $(DEPDIR)/libpng_la-pngrtran.Plo
 
639
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngrtran.c' object='libpng_la-pngrtran.lo' libtool=yes @AMDEPBACKSLASH@
 
640
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
641
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngrtran.lo `test -f 'pngrtran.c' || echo '$(srcdir)/'`pngrtran.c
 
642
 
 
643
libpng_la-pngwtran.lo: pngwtran.c
 
644
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngwtran.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngwtran.Tpo -c -o libpng_la-pngwtran.lo `test -f 'pngwtran.c' || echo '$(srcdir)/'`pngwtran.c
 
645
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng_la-pngwtran.Tpo $(DEPDIR)/libpng_la-pngwtran.Plo
 
646
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngwtran.c' object='libpng_la-pngwtran.lo' libtool=yes @AMDEPBACKSLASH@
 
647
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
648
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngwtran.lo `test -f 'pngwtran.c' || echo '$(srcdir)/'`pngwtran.c
 
649
 
 
650
libpng_la-pngmem.lo: pngmem.c
 
651
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngmem.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngmem.Tpo -c -o libpng_la-pngmem.lo `test -f 'pngmem.c' || echo '$(srcdir)/'`pngmem.c
 
652
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng_la-pngmem.Tpo $(DEPDIR)/libpng_la-pngmem.Plo
 
653
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngmem.c' object='libpng_la-pngmem.lo' libtool=yes @AMDEPBACKSLASH@
 
654
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
655
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngmem.lo `test -f 'pngmem.c' || echo '$(srcdir)/'`pngmem.c
 
656
 
 
657
libpng_la-pngerror.lo: pngerror.c
 
658
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngerror.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngerror.Tpo -c -o libpng_la-pngerror.lo `test -f 'pngerror.c' || echo '$(srcdir)/'`pngerror.c
 
659
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng_la-pngerror.Tpo $(DEPDIR)/libpng_la-pngerror.Plo
 
660
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngerror.c' object='libpng_la-pngerror.lo' libtool=yes @AMDEPBACKSLASH@
 
661
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
662
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngerror.lo `test -f 'pngerror.c' || echo '$(srcdir)/'`pngerror.c
 
663
 
 
664
libpng_la-pngpread.lo: pngpread.c
 
665
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngpread.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngpread.Tpo -c -o libpng_la-pngpread.lo `test -f 'pngpread.c' || echo '$(srcdir)/'`pngpread.c
 
666
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng_la-pngpread.Tpo $(DEPDIR)/libpng_la-pngpread.Plo
 
667
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngpread.c' object='libpng_la-pngpread.lo' libtool=yes @AMDEPBACKSLASH@
 
668
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
669
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngpread.lo `test -f 'pngpread.c' || echo '$(srcdir)/'`pngpread.c
 
670
 
 
671
libpng12_la-png.lo: png.c
 
672
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-png.lo -MD -MP -MF $(DEPDIR)/libpng12_la-png.Tpo -c -o libpng12_la-png.lo `test -f 'png.c' || echo '$(srcdir)/'`png.c
 
673
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng12_la-png.Tpo $(DEPDIR)/libpng12_la-png.Plo
 
674
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='png.c' object='libpng12_la-png.lo' libtool=yes @AMDEPBACKSLASH@
 
675
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
676
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-png.lo `test -f 'png.c' || echo '$(srcdir)/'`png.c
 
677
 
 
678
libpng12_la-pngset.lo: pngset.c
 
679
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngset.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngset.Tpo -c -o libpng12_la-pngset.lo `test -f 'pngset.c' || echo '$(srcdir)/'`pngset.c
 
680
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng12_la-pngset.Tpo $(DEPDIR)/libpng12_la-pngset.Plo
 
681
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngset.c' object='libpng12_la-pngset.lo' libtool=yes @AMDEPBACKSLASH@
 
682
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
683
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngset.lo `test -f 'pngset.c' || echo '$(srcdir)/'`pngset.c
 
684
 
 
685
libpng12_la-pngget.lo: pngget.c
 
686
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngget.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngget.Tpo -c -o libpng12_la-pngget.lo `test -f 'pngget.c' || echo '$(srcdir)/'`pngget.c
 
687
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng12_la-pngget.Tpo $(DEPDIR)/libpng12_la-pngget.Plo
 
688
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngget.c' object='libpng12_la-pngget.lo' libtool=yes @AMDEPBACKSLASH@
 
689
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
690
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngget.lo `test -f 'pngget.c' || echo '$(srcdir)/'`pngget.c
 
691
 
 
692
libpng12_la-pngrutil.lo: pngrutil.c
 
693
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngrutil.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngrutil.Tpo -c -o libpng12_la-pngrutil.lo `test -f 'pngrutil.c' || echo '$(srcdir)/'`pngrutil.c
 
694
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng12_la-pngrutil.Tpo $(DEPDIR)/libpng12_la-pngrutil.Plo
 
695
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngrutil.c' object='libpng12_la-pngrutil.lo' libtool=yes @AMDEPBACKSLASH@
 
696
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
697
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngrutil.lo `test -f 'pngrutil.c' || echo '$(srcdir)/'`pngrutil.c
 
698
 
 
699
libpng12_la-pngtrans.lo: pngtrans.c
 
700
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngtrans.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngtrans.Tpo -c -o libpng12_la-pngtrans.lo `test -f 'pngtrans.c' || echo '$(srcdir)/'`pngtrans.c
 
701
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng12_la-pngtrans.Tpo $(DEPDIR)/libpng12_la-pngtrans.Plo
 
702
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngtrans.c' object='libpng12_la-pngtrans.lo' libtool=yes @AMDEPBACKSLASH@
 
703
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
704
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngtrans.lo `test -f 'pngtrans.c' || echo '$(srcdir)/'`pngtrans.c
 
705
 
 
706
libpng12_la-pngwutil.lo: pngwutil.c
 
707
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngwutil.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngwutil.Tpo -c -o libpng12_la-pngwutil.lo `test -f 'pngwutil.c' || echo '$(srcdir)/'`pngwutil.c
 
708
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng12_la-pngwutil.Tpo $(DEPDIR)/libpng12_la-pngwutil.Plo
 
709
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngwutil.c' object='libpng12_la-pngwutil.lo' libtool=yes @AMDEPBACKSLASH@
 
710
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
711
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngwutil.lo `test -f 'pngwutil.c' || echo '$(srcdir)/'`pngwutil.c
 
712
 
 
713
libpng12_la-pngread.lo: pngread.c
 
714
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngread.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngread.Tpo -c -o libpng12_la-pngread.lo `test -f 'pngread.c' || echo '$(srcdir)/'`pngread.c
 
715
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng12_la-pngread.Tpo $(DEPDIR)/libpng12_la-pngread.Plo
 
716
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngread.c' object='libpng12_la-pngread.lo' libtool=yes @AMDEPBACKSLASH@
 
717
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
718
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngread.lo `test -f 'pngread.c' || echo '$(srcdir)/'`pngread.c
 
719
 
 
720
libpng12_la-pngrio.lo: pngrio.c
 
721
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngrio.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngrio.Tpo -c -o libpng12_la-pngrio.lo `test -f 'pngrio.c' || echo '$(srcdir)/'`pngrio.c
 
722
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng12_la-pngrio.Tpo $(DEPDIR)/libpng12_la-pngrio.Plo
 
723
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngrio.c' object='libpng12_la-pngrio.lo' libtool=yes @AMDEPBACKSLASH@
 
724
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
725
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngrio.lo `test -f 'pngrio.c' || echo '$(srcdir)/'`pngrio.c
 
726
 
 
727
libpng12_la-pngwio.lo: pngwio.c
 
728
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngwio.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngwio.Tpo -c -o libpng12_la-pngwio.lo `test -f 'pngwio.c' || echo '$(srcdir)/'`pngwio.c
 
729
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng12_la-pngwio.Tpo $(DEPDIR)/libpng12_la-pngwio.Plo
 
730
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngwio.c' object='libpng12_la-pngwio.lo' libtool=yes @AMDEPBACKSLASH@
 
731
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
732
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngwio.lo `test -f 'pngwio.c' || echo '$(srcdir)/'`pngwio.c
 
733
 
 
734
libpng12_la-pngwrite.lo: pngwrite.c
 
735
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngwrite.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngwrite.Tpo -c -o libpng12_la-pngwrite.lo `test -f 'pngwrite.c' || echo '$(srcdir)/'`pngwrite.c
 
736
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng12_la-pngwrite.Tpo $(DEPDIR)/libpng12_la-pngwrite.Plo
 
737
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngwrite.c' object='libpng12_la-pngwrite.lo' libtool=yes @AMDEPBACKSLASH@
 
738
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
739
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngwrite.lo `test -f 'pngwrite.c' || echo '$(srcdir)/'`pngwrite.c
 
740
 
 
741
libpng12_la-pngrtran.lo: pngrtran.c
 
742
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngrtran.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngrtran.Tpo -c -o libpng12_la-pngrtran.lo `test -f 'pngrtran.c' || echo '$(srcdir)/'`pngrtran.c
 
743
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng12_la-pngrtran.Tpo $(DEPDIR)/libpng12_la-pngrtran.Plo
 
744
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngrtran.c' object='libpng12_la-pngrtran.lo' libtool=yes @AMDEPBACKSLASH@
 
745
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
746
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngrtran.lo `test -f 'pngrtran.c' || echo '$(srcdir)/'`pngrtran.c
 
747
 
 
748
libpng12_la-pngwtran.lo: pngwtran.c
 
749
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngwtran.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngwtran.Tpo -c -o libpng12_la-pngwtran.lo `test -f 'pngwtran.c' || echo '$(srcdir)/'`pngwtran.c
 
750
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng12_la-pngwtran.Tpo $(DEPDIR)/libpng12_la-pngwtran.Plo
 
751
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngwtran.c' object='libpng12_la-pngwtran.lo' libtool=yes @AMDEPBACKSLASH@
 
752
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
753
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngwtran.lo `test -f 'pngwtran.c' || echo '$(srcdir)/'`pngwtran.c
 
754
 
 
755
libpng12_la-pngmem.lo: pngmem.c
 
756
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngmem.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngmem.Tpo -c -o libpng12_la-pngmem.lo `test -f 'pngmem.c' || echo '$(srcdir)/'`pngmem.c
 
757
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng12_la-pngmem.Tpo $(DEPDIR)/libpng12_la-pngmem.Plo
 
758
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngmem.c' object='libpng12_la-pngmem.lo' libtool=yes @AMDEPBACKSLASH@
 
759
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
760
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngmem.lo `test -f 'pngmem.c' || echo '$(srcdir)/'`pngmem.c
 
761
 
 
762
libpng12_la-pngerror.lo: pngerror.c
 
763
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngerror.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngerror.Tpo -c -o libpng12_la-pngerror.lo `test -f 'pngerror.c' || echo '$(srcdir)/'`pngerror.c
 
764
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng12_la-pngerror.Tpo $(DEPDIR)/libpng12_la-pngerror.Plo
 
765
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngerror.c' object='libpng12_la-pngerror.lo' libtool=yes @AMDEPBACKSLASH@
 
766
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
767
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngerror.lo `test -f 'pngerror.c' || echo '$(srcdir)/'`pngerror.c
 
768
 
 
769
libpng12_la-pngpread.lo: pngpread.c
 
770
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngpread.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngpread.Tpo -c -o libpng12_la-pngpread.lo `test -f 'pngpread.c' || echo '$(srcdir)/'`pngpread.c
 
771
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpng12_la-pngpread.Tpo $(DEPDIR)/libpng12_la-pngpread.Plo
 
772
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pngpread.c' object='libpng12_la-pngpread.lo' libtool=yes @AMDEPBACKSLASH@
 
773
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
774
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngpread.lo `test -f 'pngpread.c' || echo '$(srcdir)/'`pngpread.c
 
775
 
 
776
mostlyclean-libtool:
 
777
        -rm -f *.lo
 
778
 
 
779
clean-libtool:
 
780
        -rm -rf .libs _libs
 
781
 
 
782
distclean-libtool:
 
783
        -rm -f libtool config.lt
 
784
install-man3: $(dist_man_MANS)
 
785
        @$(NORMAL_INSTALL)
 
786
        test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
 
787
        @list=''; test -n "$(man3dir)" || exit 0; \
 
788
        { for i in $$list; do echo "$$i"; done; \
 
789
        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
790
          sed -n '/\.3[a-z]*$$/p'; \
 
791
        } | while read p; do \
 
792
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
793
          echo "$$d$$p"; echo "$$p"; \
 
794
        done | \
 
795
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
 
796
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
797
        sed 'N;N;s,\n, ,g' | { \
 
798
        list=; while read file base inst; do \
 
799
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
800
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
 
801
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
 
802
          fi; \
 
803
        done; \
 
804
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
805
        while read files; do \
 
806
          test -z "$$files" || { \
 
807
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
 
808
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
 
809
        done; }
 
810
 
 
811
uninstall-man3:
 
812
        @$(NORMAL_UNINSTALL)
 
813
        @list=''; test -n "$(man3dir)" || exit 0; \
 
814
        files=`{ for i in $$list; do echo "$$i"; done; \
 
815
        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
816
          sed -n '/\.3[a-z]*$$/p'; \
 
817
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
 
818
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
819
        test -z "$$files" || { \
 
820
          echo " ( cd '$(DESTDIR)$(man3dir)' && rm -f" $$files ")"; \
 
821
          cd "$(DESTDIR)$(man3dir)" && rm -f $$files; }
 
822
install-man5: $(dist_man_MANS)
 
823
        @$(NORMAL_INSTALL)
 
824
        test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
 
825
        @list=''; test -n "$(man5dir)" || exit 0; \
 
826
        { for i in $$list; do echo "$$i"; done; \
 
827
        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
828
          sed -n '/\.5[a-z]*$$/p'; \
 
829
        } | while read p; do \
 
830
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
831
          echo "$$d$$p"; echo "$$p"; \
 
832
        done | \
 
833
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
 
834
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
835
        sed 'N;N;s,\n, ,g' | { \
 
836
        list=; while read file base inst; do \
 
837
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
838
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
 
839
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
 
840
          fi; \
 
841
        done; \
 
842
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
843
        while read files; do \
 
844
          test -z "$$files" || { \
 
845
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
 
846
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
 
847
        done; }
 
848
 
 
849
uninstall-man5:
 
850
        @$(NORMAL_UNINSTALL)
 
851
        @list=''; test -n "$(man5dir)" || exit 0; \
 
852
        files=`{ for i in $$list; do echo "$$i"; done; \
 
853
        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
854
          sed -n '/\.5[a-z]*$$/p'; \
 
855
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
 
856
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
857
        test -z "$$files" || { \
 
858
          echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
 
859
          cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
 
860
install-pkgconfigDATA: $(pkgconfig_DATA)
 
861
        @$(NORMAL_INSTALL)
 
862
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
 
863
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
864
        for p in $$list; do \
 
865
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
866
          echo "$$d$$p"; \
 
867
        done | $(am__base_list) | \
 
868
        while read files; do \
 
869
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
870
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
 
871
        done
 
872
 
 
873
uninstall-pkgconfigDATA:
 
874
        @$(NORMAL_UNINSTALL)
 
875
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
876
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
877
        test -n "$$files" || exit 0; \
 
878
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
879
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
 
880
install-pkgincludeHEADERS: $(pkginclude_HEADERS)
 
881
        @$(NORMAL_INSTALL)
 
882
        test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
 
883
        @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
 
884
        for p in $$list; do \
 
885
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
886
          echo "$$d$$p"; \
 
887
        done | $(am__base_list) | \
 
888
        while read files; do \
 
889
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
 
890
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
 
891
        done
 
892
 
 
893
uninstall-pkgincludeHEADERS:
 
894
        @$(NORMAL_UNINSTALL)
 
895
        @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
 
896
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
897
        test -n "$$files" || exit 0; \
 
898
        echo " ( cd '$(DESTDIR)$(pkgincludedir)' && rm -f" $$files ")"; \
 
899
        cd "$(DESTDIR)$(pkgincludedir)" && rm -f $$files
 
900
 
 
901
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
902
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
903
        unique=`for i in $$list; do \
 
904
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
905
          done | \
 
906
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
907
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
908
        mkid -fID $$unique
 
909
tags: TAGS
 
910
 
 
911
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
912
                $(TAGS_FILES) $(LISP)
 
913
        set x; \
 
914
        here=`pwd`; \
 
915
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
916
        unique=`for i in $$list; do \
 
917
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
918
          done | \
 
919
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
920
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
921
        shift; \
 
922
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
923
          test -n "$$unique" || unique=$$empty_fix; \
 
924
          if test $$# -gt 0; then \
 
925
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
926
              "$$@" $$unique; \
 
927
          else \
 
928
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
929
              $$unique; \
 
930
          fi; \
 
931
        fi
 
932
ctags: CTAGS
 
933
CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
934
                $(TAGS_FILES) $(LISP)
 
935
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
936
        unique=`for i in $$list; do \
 
937
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
938
          done | \
 
939
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
940
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
941
        test -z "$(CTAGS_ARGS)$$unique" \
 
942
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
943
             $$unique
 
944
 
 
945
GTAGS:
 
946
        here=`$(am__cd) $(top_builddir) && pwd` \
 
947
          && $(am__cd) $(top_srcdir) \
 
948
          && gtags -i $(GTAGS_ARGS) "$$here"
 
949
 
 
950
distclean-tags:
 
951
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
952
 
 
953
check-TESTS: $(TESTS)
 
954
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
955
        srcdir=$(srcdir); export srcdir; \
 
956
        list=' $(TESTS) '; \
 
957
        $(am__tty_colors); \
 
958
        if test -n "$$list"; then \
 
959
          for tst in $$list; do \
 
960
            if test -f ./$$tst; then dir=./; \
 
961
            elif test -f $$tst; then dir=; \
 
962
            else dir="$(srcdir)/"; fi; \
 
963
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
964
              all=`expr $$all + 1`; \
 
965
              case " $(XFAIL_TESTS) " in \
 
966
              *[\ \     ]$$tst[\ \      ]*) \
 
967
                xpass=`expr $$xpass + 1`; \
 
968
                failed=`expr $$failed + 1`; \
 
969
                col=$$red; res=XPASS; \
 
970
              ;; \
 
971
              *) \
 
972
                col=$$grn; res=PASS; \
 
973
              ;; \
 
974
              esac; \
 
975
            elif test $$? -ne 77; then \
 
976
              all=`expr $$all + 1`; \
 
977
              case " $(XFAIL_TESTS) " in \
 
978
              *[\ \     ]$$tst[\ \      ]*) \
 
979
                xfail=`expr $$xfail + 1`; \
 
980
                col=$$lgn; res=XFAIL; \
 
981
              ;; \
 
982
              *) \
 
983
                failed=`expr $$failed + 1`; \
 
984
                col=$$red; res=FAIL; \
 
985
              ;; \
 
986
              esac; \
 
987
            else \
 
988
              skip=`expr $$skip + 1`; \
 
989
              col=$$blu; res=SKIP; \
 
990
            fi; \
 
991
            echo "$${col}$$res$${std}: $$tst"; \
 
992
          done; \
 
993
          if test "$$all" -eq 1; then \
 
994
            tests="test"; \
 
995
            All=""; \
 
996
          else \
 
997
            tests="tests"; \
 
998
            All="All "; \
 
999
          fi; \
 
1000
          if test "$$failed" -eq 0; then \
 
1001
            if test "$$xfail" -eq 0; then \
 
1002
              banner="$$All$$all $$tests passed"; \
 
1003
            else \
 
1004
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
1005
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
 
1006
            fi; \
 
1007
          else \
 
1008
            if test "$$xpass" -eq 0; then \
 
1009
              banner="$$failed of $$all $$tests failed"; \
 
1010
            else \
 
1011
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
1012
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
 
1013
            fi; \
 
1014
          fi; \
 
1015
          dashes="$$banner"; \
 
1016
          skipped=""; \
 
1017
          if test "$$skip" -ne 0; then \
 
1018
            if test "$$skip" -eq 1; then \
 
1019
              skipped="($$skip test was not run)"; \
 
1020
            else \
 
1021
              skipped="($$skip tests were not run)"; \
 
1022
            fi; \
 
1023
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
1024
              dashes="$$skipped"; \
 
1025
          fi; \
 
1026
          report=""; \
 
1027
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
1028
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
1029
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
1030
              dashes="$$report"; \
 
1031
          fi; \
 
1032
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
1033
          if test "$$failed" -eq 0; then \
 
1034
            echo "$$grn$$dashes"; \
 
1035
          else \
 
1036
            echo "$$red$$dashes"; \
 
1037
          fi; \
 
1038
          echo "$$banner"; \
 
1039
          test -z "$$skipped" || echo "$$skipped"; \
 
1040
          test -z "$$report" || echo "$$report"; \
 
1041
          echo "$$dashes$$std"; \
 
1042
          test "$$failed" -eq 0; \
 
1043
        else :; fi
 
1044
 
 
1045
distdir: $(DISTFILES)
 
1046
        @list='$(MANS)'; if test -n "$$list"; then \
 
1047
          list=`for p in $$list; do \
 
1048
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
1049
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
 
1050
          if test -n "$$list" && \
 
1051
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
 
1052
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
1053
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
 
1054
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
 
1055
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
1056
            exit 1; \
 
1057
          else :; fi; \
 
1058
        else :; fi
 
1059
        $(am__remove_distdir)
 
1060
        test -d "$(distdir)" || mkdir "$(distdir)"
 
1061
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1062
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1063
        list='$(DISTFILES)'; \
 
1064
          dist_files=`for file in $$list; do echo $$file; done | \
 
1065
          sed -e "s|^$$srcdirstrip/||;t" \
 
1066
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
1067
        case $$dist_files in \
 
1068
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
1069
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
1070
                           sort -u` ;; \
 
1071
        esac; \
 
1072
        for file in $$dist_files; do \
 
1073
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
1074
          if test -d $$d/$$file; then \
 
1075
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1076
            if test -d "$(distdir)/$$file"; then \
 
1077
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1078
            fi; \
 
1079
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
1080
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
1081
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1082
            fi; \
 
1083
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
1084
          else \
 
1085
            test -f "$(distdir)/$$file" \
 
1086
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
1087
            || exit 1; \
 
1088
          fi; \
 
1089
        done
 
1090
        -test -n "$(am__skip_mode_fix)" \
 
1091
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
1092
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
1093
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
1094
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
1095
        || chmod -R a+r "$(distdir)"
 
1096
dist-gzip: distdir
 
1097
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
1098
        $(am__remove_distdir)
 
1099
 
 
1100
dist-bzip2: distdir
 
1101
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
1102
        $(am__remove_distdir)
 
1103
 
 
1104
dist-lzma: distdir
 
1105
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
1106
        $(am__remove_distdir)
 
1107
 
 
1108
dist-xz: distdir
 
1109
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
1110
        $(am__remove_distdir)
 
1111
 
 
1112
dist-tarZ: distdir
 
1113
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
1114
        $(am__remove_distdir)
 
1115
 
 
1116
dist-shar: distdir
 
1117
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
1118
        $(am__remove_distdir)
 
1119
 
 
1120
dist-zip: distdir
 
1121
        -rm -f $(distdir).zip
 
1122
        zip -rq $(distdir).zip $(distdir)
 
1123
        $(am__remove_distdir)
 
1124
 
 
1125
dist dist-all: distdir
 
1126
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
1127
        $(am__remove_distdir)
 
1128
 
 
1129
# This target untars the dist file and tries a VPATH configuration.  Then
 
1130
# it guarantees that the distribution is self-contained by making another
 
1131
# tarfile.
 
1132
distcheck: dist
 
1133
        case '$(DIST_ARCHIVES)' in \
 
1134
        *.tar.gz*) \
 
1135
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
1136
        *.tar.bz2*) \
 
1137
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
1138
        *.tar.lzma*) \
 
1139
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
1140
        *.tar.xz*) \
 
1141
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
1142
        *.tar.Z*) \
 
1143
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
1144
        *.shar.gz*) \
 
1145
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
1146
        *.zip*) \
 
1147
          unzip $(distdir).zip ;;\
 
1148
        esac
 
1149
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
1150
        mkdir $(distdir)/_build
 
1151
        mkdir $(distdir)/_inst
 
1152
        chmod a-w $(distdir)
 
1153
        test -d $(distdir)/_build || exit 0; \
 
1154
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
1155
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
1156
          && am__cwd=`pwd` \
 
1157
          && $(am__cd) $(distdir)/_build \
 
1158
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
1159
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
1160
          && $(MAKE) $(AM_MAKEFLAGS) \
 
1161
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
1162
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
1163
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
1164
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
1165
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
1166
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
1167
                distuninstallcheck \
 
1168
          && chmod -R a-w "$$dc_install_base" \
 
1169
          && ({ \
 
1170
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
1171
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
1172
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
1173
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
1174
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
1175
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
1176
          && rm -rf "$$dc_destdir" \
 
1177
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
1178
          && rm -rf $(DIST_ARCHIVES) \
 
1179
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
1180
          && cd "$$am__cwd" \
 
1181
          || exit 1
 
1182
        $(am__remove_distdir)
 
1183
        @(echo "$(distdir) archives ready for distribution: "; \
 
1184
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
1185
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
1186
distuninstallcheck:
 
1187
        @$(am__cd) '$(distuninstallcheck_dir)' \
 
1188
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
1189
           || { echo "ERROR: files left after uninstall:" ; \
 
1190
                if test -n "$(DESTDIR)"; then \
 
1191
                  echo "  (check DESTDIR support)"; \
 
1192
                fi ; \
 
1193
                $(distuninstallcheck_listfiles) ; \
 
1194
                exit 1; } >&2
 
1195
distcleancheck: distclean
 
1196
        @if test '$(srcdir)' = . ; then \
 
1197
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
1198
          exit 1 ; \
 
1199
        fi
 
1200
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
1201
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
1202
               $(distcleancheck_listfiles) ; \
 
1203
               exit 1; } >&2
 
1204
check-am: all-am
 
1205
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 
1206
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
1207
check: check-am
 
1208
all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) $(HEADERS) \
 
1209
                config.h
 
1210
installdirs:
 
1211
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)"; do \
 
1212
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
1213
        done
 
1214
install: install-am
 
1215
install-exec: install-exec-am
 
1216
install-data: install-data-am
 
1217
uninstall: uninstall-am
 
1218
 
 
1219
install-am: all-am
 
1220
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
1221
 
 
1222
installcheck: installcheck-am
 
1223
install-strip:
 
1224
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1225
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1226
          `test -z '$(STRIP)' || \
 
1227
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
1228
mostlyclean-generic:
 
1229
 
 
1230
clean-generic:
 
1231
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
1232
 
 
1233
distclean-generic:
 
1234
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1235
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
1236
 
 
1237
maintainer-clean-generic:
 
1238
        @echo "This command is intended for maintainers to use"
 
1239
        @echo "it deletes files that may require special tools to rebuild."
 
1240
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
1241
clean: clean-am
 
1242
 
 
1243
clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
 
1244
        clean-libtool mostlyclean-am
 
1245
 
 
1246
distclean: distclean-am
 
1247
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
1248
        -rm -rf ./$(DEPDIR)
 
1249
        -rm -f Makefile
 
1250
distclean-am: clean-am distclean-compile distclean-generic \
 
1251
        distclean-hdr distclean-libtool distclean-tags
 
1252
 
 
1253
dvi: dvi-am
 
1254
 
 
1255
dvi-am:
 
1256
 
 
1257
html: html-am
 
1258
 
 
1259
html-am:
 
1260
 
 
1261
info: info-am
 
1262
 
 
1263
info-am:
 
1264
 
 
1265
install-data-am: install-man install-pkgconfigDATA \
 
1266
        install-pkgincludeHEADERS
 
1267
        @$(NORMAL_INSTALL)
 
1268
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
 
1269
install-dvi: install-dvi-am
 
1270
 
 
1271
install-dvi-am:
 
1272
 
 
1273
install-exec-am: install-binSCRIPTS install-libLTLIBRARIES
 
1274
        @$(NORMAL_INSTALL)
 
1275
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
 
1276
install-html: install-html-am
 
1277
 
 
1278
install-html-am:
 
1279
 
 
1280
install-info: install-info-am
 
1281
 
 
1282
install-info-am:
 
1283
 
 
1284
install-man: install-man3 install-man5
 
1285
 
 
1286
install-pdf: install-pdf-am
 
1287
 
 
1288
install-pdf-am:
 
1289
 
 
1290
install-ps: install-ps-am
 
1291
 
 
1292
install-ps-am:
 
1293
 
 
1294
installcheck-am:
 
1295
 
 
1296
maintainer-clean: maintainer-clean-am
 
1297
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
1298
        -rm -rf $(top_srcdir)/autom4te.cache
 
1299
        -rm -rf ./$(DEPDIR)
 
1300
        -rm -f Makefile
 
1301
maintainer-clean-am: distclean-am maintainer-clean-generic
 
1302
 
 
1303
mostlyclean: mostlyclean-am
 
1304
 
 
1305
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
1306
        mostlyclean-libtool
 
1307
 
 
1308
pdf: pdf-am
 
1309
 
 
1310
pdf-am:
 
1311
 
 
1312
ps: ps-am
 
1313
 
 
1314
ps-am:
 
1315
 
 
1316
uninstall-am: uninstall-binSCRIPTS uninstall-libLTLIBRARIES \
 
1317
        uninstall-man uninstall-pkgconfigDATA \
 
1318
        uninstall-pkgincludeHEADERS
 
1319
        @$(NORMAL_INSTALL)
 
1320
        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
 
1321
uninstall-man: uninstall-man3 uninstall-man5
 
1322
 
 
1323
.MAKE: all check-am install-am install-data-am install-exec-am \
 
1324
        install-strip uninstall-am
 
1325
 
 
1326
.PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \
 
1327
        clean clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
 
1328
        clean-libtool ctags dist dist-all dist-bzip2 dist-gzip \
 
1329
        dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
 
1330
        distclean distclean-compile distclean-generic distclean-hdr \
 
1331
        distclean-libtool distclean-tags distcleancheck distdir \
 
1332
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
1333
        install install-am install-binSCRIPTS install-data \
 
1334
        install-data-am install-data-hook install-dvi install-dvi-am \
 
1335
        install-exec install-exec-am install-exec-hook install-html \
 
1336
        install-html-am install-info install-info-am \
 
1337
        install-libLTLIBRARIES install-man install-man3 install-man5 \
 
1338
        install-pdf install-pdf-am install-pkgconfigDATA \
 
1339
        install-pkgincludeHEADERS install-ps install-ps-am \
 
1340
        install-strip installcheck installcheck-am installdirs \
 
1341
        maintainer-clean maintainer-clean-generic mostlyclean \
 
1342
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
1343
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
1344
        uninstall-binSCRIPTS uninstall-hook uninstall-libLTLIBRARIES \
 
1345
        uninstall-man uninstall-man3 uninstall-man5 \
 
1346
        uninstall-pkgconfigDATA uninstall-pkgincludeHEADERS
 
1347
 
 
1348
 
 
1349
@HAVE_LD_VERSION_SCRIPT_TRUE@  # Versioned symbols and restricted exports
 
1350
@HAVE_LD_VERSION_SCRIPT_FALSE@  # Only restricted exports when possible
 
1351
 
 
1352
$(PNGLIB_BASENAME).pc: libpng.pc
 
1353
        cp libpng.pc $@
 
1354
 
 
1355
$(PNGLIB_BASENAME)-config: libpng-config
 
1356
        cp libpng-config $@
 
1357
 
 
1358
libpng.sym: png.h pngconf.h
 
1359
        rm -f $@ $@.new
 
1360
        $(CPP) @LIBPNG_DEFINES@ $(CPPFLAGS) -DPNG_BUILDSYMS $(srcdir)/png.h | \
 
1361
                $(SED) -n -e \
 
1362
                's|^.*PNG_FUNCTION_EXPORT[      ]*\([$(AN)]*\).*$$|$(SYMBOL_PREFIX)\1|p' \
 
1363
                -e 's|^.*PNG_DATA_EXPORT[       ]*\([$(AN)]*\).*$$|$(SYMBOL_PREFIX)\1|p' \
 
1364
                        >$@.new
 
1365
        mv $@.new $@
 
1366
 
 
1367
libpng.vers: libpng.sym
 
1368
        rm -f $@ $@.new
 
1369
        echo PNG@PNGLIB_MAJOR@@PNGLIB_MINOR@_0 '{global:' > $@.new
 
1370
        $(SED) s/$$/\;/ libpng.sym >> $@.new
 
1371
        echo 'local: *; };' >> $@.new
 
1372
        mv $@.new $@
 
1373
 
 
1374
test: check
 
1375
 
 
1376
# install the .../include headers as links to the new ones
 
1377
install-data-hook:
 
1378
        cd $(DESTDIR)$(includedir); rm -f png.h pngconf.h
 
1379
        cd $(DESTDIR)$(includedir); $(LN_S) $(PNGLIB_BASENAME)/png.h png.h
 
1380
        cd $(DESTDIR)$(includedir); $(LN_S) $(PNGLIB_BASENAME)/pngconf.h pngconf.h
 
1381
        cd $(DESTDIR)$(pkgconfigdir); rm -f libpng.pc
 
1382
        cd $(DESTDIR)$(pkgconfigdir); $(LN_S) $(PNGLIB_BASENAME).pc libpng.pc
 
1383
 
 
1384
# do evil things to libpng to cause libpng12 to be used
 
1385
install-exec-hook:
 
1386
        cd $(DESTDIR)$(bindir); rm -f libpng-config
 
1387
        cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
 
1388
        @set -x;\
 
1389
        cd $(DESTDIR)$(libdir);\
 
1390
        for ext in a la so sl dylib; do\
 
1391
                rm -f libpng.$$ext;\
 
1392
                if test -f $(PNGLIB_BASENAME).$$ext; then\
 
1393
                       $(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\
 
1394
                fi;\
 
1395
        done
 
1396
 
 
1397
uninstall-hook:
 
1398
        cd $(DESTDIR)$(includedir); rm -f png.h pngconf.h
 
1399
        rm -f $(DESTDIR)$(pkgconfigdir)/libpng.pc
 
1400
        rm -f $(DESTDIR)$(bindir)/libpng-config
 
1401
        @if test -n "@compatlib@"; then\
 
1402
                set -x;\
 
1403
                cd $(DESTDIR)$(libdir);\
 
1404
                for ext in a la so sl dylib; do\
 
1405
                        rm -f libpng.$$ext;\
 
1406
                done;\
 
1407
        fi
 
1408
 
 
1409
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
1410
# Otherwise a system limit (for SysV at least) may be exceeded.
 
1411
.NOEXPORT: