~ubuntu-branches/ubuntu/wily/luatex/wily

« back to all changes in this revision

Viewing changes to source/libs/libpng/libpng-1.2.40/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2010-04-29 00:47:19 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100429004719-o42etkqe90n97b9e
Tags: 0.60.1-1
* new upstream release, adapt build-script patch
* disable patch: upstream-epstopdf_cc_no_xpdf_patching, included upstream
* disable patch: libpoppler-0.12, not needed anymore

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