blob: 29e663263f4ba5e0974f86d299e5449a2b8bab0b [file] [log] [blame]
Chris Craikb50c2172013-07-29 15:28:30 -07001# Makefile.in generated by automake 1.13 from Makefile.am.
The Android Open Source Project893912b2009-03-03 19:30:05 -08002# @configure_input@
3
Chris Craikb50c2172013-07-29 15:28:30 -07004# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
The Android Open Source Project893912b2009-03-03 19:30:05 -08006# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Makefile.am:
18# Source file for Makefile.in (and hence Makefile)
19#
Chris Craikb50c2172013-07-29 15:28:30 -070020
The Android Open Source Project893912b2009-03-03 19:30:05 -080021
22
23
24
25VPATH = @srcdir@
Chris Craikb50c2172013-07-29 15:28:30 -070026am__make_dryrun = \
27 { \
28 am__dry=no; \
29 case $$MAKEFLAGS in \
30 *\\[\ \ ]*) \
31 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
32 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
33 *) \
34 for am__flg in $$MAKEFLAGS; do \
35 case $$am__flg in \
36 *=*|--*) ;; \
37 *n*) am__dry=yes; break;; \
38 esac; \
39 done;; \
40 esac; \
41 test $$am__dry = yes; \
42 }
The Android Open Source Project893912b2009-03-03 19:30:05 -080043pkgdatadir = $(datadir)/@PACKAGE@
44pkglibdir = $(libdir)/@PACKAGE@
Patrick Scott5f6bd842010-06-28 16:55:16 -040045pkglibexecdir = $(libexecdir)/@PACKAGE@
The Android Open Source Project893912b2009-03-03 19:30:05 -080046am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47install_sh_DATA = $(install_sh) -c -m 644
48install_sh_PROGRAM = $(install_sh) -c
49install_sh_SCRIPT = $(install_sh) -c
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = $(program_transform_name)
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58build_triplet = @build@
59host_triplet = @host@
Chris Craikb50c2172013-07-29 15:28:30 -070060check_PROGRAMS = pngtest$(EXEEXT) pngunknown$(EXEEXT) \
61 pngstest$(EXEEXT) pngvalid$(EXEEXT)
62bin_PROGRAMS = pngfix$(EXEEXT) png-fix-itxt$(EXEEXT)
63@PNG_ARM_NEON_TRUE@am__append_1 = arm/arm_init.c\
64@PNG_ARM_NEON_TRUE@ arm/filter_neon.S
65
66
67# Versioned symbols and restricted exports
68@HAVE_LD_VERSION_SCRIPT_TRUE@@HAVE_SOLARIS_LD_TRUE@am__append_2 = -Wl,-M -Wl,libpng.vers
69@HAVE_LD_VERSION_SCRIPT_TRUE@@HAVE_SOLARIS_LD_FALSE@am__append_3 = -Wl,--version-script=libpng.vers
70# Only restricted exports when possible
71@HAVE_LD_VERSION_SCRIPT_FALSE@am__append_4 = -export-symbols libpng.sym
72@DO_PNG_PREFIX_TRUE@am__append_5 = -DPNG_PREFIX='@PNG_PREFIX@'
The Android Open Source Project893912b2009-03-03 19:30:05 -080073subdir = .
Chris Craikb50c2172013-07-29 15:28:30 -070074DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
75 $(top_srcdir)/configure $(am__configure_deps) \
76 $(srcdir)/config.h.in $(srcdir)/libpng.pc.in \
77 $(srcdir)/libpng-config.in depcomp $(dist_man_MANS) \
78 $(pkginclude_HEADERS) test-driver INSTALL README TODO \
79 config.guess config.sub install-sh missing ltmain.sh
The Android Open Source Project893912b2009-03-03 19:30:05 -080080ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Chris Craikb50c2172013-07-29 15:28:30 -070081am__aclocal_m4_deps = $(top_srcdir)/scripts/libtool.m4 \
82 $(top_srcdir)/scripts/ltoptions.m4 \
83 $(top_srcdir)/scripts/ltsugar.m4 \
84 $(top_srcdir)/scripts/ltversion.m4 \
85 $(top_srcdir)/scripts/lt~obsolete.m4 \
86 $(top_srcdir)/configure.ac
The Android Open Source Project893912b2009-03-03 19:30:05 -080087am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88 $(ACLOCAL_M4)
89am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
90 configure.lineno config.status.lineno
Chris Craikb50c2172013-07-29 15:28:30 -070091mkinstalldirs = $(install_sh) -d
The Android Open Source Project893912b2009-03-03 19:30:05 -080092CONFIG_HEADER = config.h
93CONFIG_CLEAN_FILES = libpng.pc libpng-config
Patrick Scott5f6bd842010-06-28 16:55:16 -040094CONFIG_CLEAN_VPATH_FILES =
The Android Open Source Project893912b2009-03-03 19:30:05 -080095am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
96am__vpath_adj = case $$p in \
97 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
98 *) f=$$p;; \
99 esac;
Patrick Scott5f6bd842010-06-28 16:55:16 -0400100am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
101am__install_max = 40
102am__nobase_strip_setup = \
103 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
104am__nobase_strip = \
105 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
106am__nobase_list = $(am__nobase_strip_setup); \
107 for p in $$list; do echo "$$p $$p"; done | \
108 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
109 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
110 if (++n[$$2] == $(am__install_max)) \
111 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
112 END { for (dir in files) print dir, files[dir] }'
113am__base_list = \
114 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
115 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Chris Craikb50c2172013-07-29 15:28:30 -0700116am__uninstall_files_from_dir = { \
117 test -z "$$files" \
118 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
119 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
120 $(am__cd) "$$dir" && rm -f $$files; }; \
121 }
The Android Open Source Project893912b2009-03-03 19:30:05 -0800122am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
Chris Craikb50c2172013-07-29 15:28:30 -0700123 "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man3dir)" \
124 "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(pkgconfigdir)" \
125 "$(DESTDIR)$(pkgincludedir)" "$(DESTDIR)$(pkgincludedir)"
The Android Open Source Project893912b2009-03-03 19:30:05 -0800126LTLIBRARIES = $(lib_LTLIBRARIES)
Chris Craikb50c2172013-07-29 15:28:30 -0700127libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LIBADD =
128am__libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES_DIST = png.c \
129 pngerror.c pngget.c pngmem.c pngpread.c pngread.c pngrio.c \
130 pngrtran.c pngrutil.c pngset.c pngtrans.c pngwio.c pngwrite.c \
131 pngwtran.c pngwutil.c png.h pngconf.h pngdebug.h pnginfo.h \
132 pngpriv.h pngstruct.h pngusr.dfa arm/arm_init.c \
133 arm/filter_neon.S
134@PNG_ARM_NEON_TRUE@am__objects_1 = arm_init.lo filter_neon.lo
135am_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_OBJECTS = png.lo pngerror.lo \
136 pngget.lo pngmem.lo pngpread.lo pngread.lo pngrio.lo \
137 pngrtran.lo pngrutil.lo pngset.lo pngtrans.lo pngwio.lo \
138 pngwrite.lo pngwtran.lo pngwutil.lo $(am__objects_1)
139nodist_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_OBJECTS =
140libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_OBJECTS = \
141 $(am_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_OBJECTS) \
142 $(nodist_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_OBJECTS)
143AM_V_lt = $(am__v_lt_@AM_V@)
144am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
145am__v_lt_0 = --silent
146am__v_lt_1 =
147libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LINK = $(LIBTOOL) $(AM_V_lt) \
148 --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
149 $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
150 $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS) $(LDFLAGS) -o \
151 $@
152PROGRAMS = $(bin_PROGRAMS)
153am_png_fix_itxt_OBJECTS = png-fix-itxt.$(OBJEXT)
154png_fix_itxt_OBJECTS = $(am_png_fix_itxt_OBJECTS)
155png_fix_itxt_LDADD = $(LDADD)
156am_pngfix_OBJECTS = pngfix.$(OBJEXT)
157pngfix_OBJECTS = $(am_pngfix_OBJECTS)
158pngfix_DEPENDENCIES = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
159am_pngstest_OBJECTS = pngstest.$(OBJEXT)
160pngstest_OBJECTS = $(am_pngstest_OBJECTS)
161pngstest_DEPENDENCIES = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
The Android Open Source Project893912b2009-03-03 19:30:05 -0800162am_pngtest_OBJECTS = pngtest.$(OBJEXT)
163pngtest_OBJECTS = $(am_pngtest_OBJECTS)
Chris Craikb50c2172013-07-29 15:28:30 -0700164pngtest_DEPENDENCIES = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
165am_pngunknown_OBJECTS = pngunknown.$(OBJEXT)
166pngunknown_OBJECTS = $(am_pngunknown_OBJECTS)
167pngunknown_DEPENDENCIES = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
168am_pngvalid_OBJECTS = pngvalid.$(OBJEXT)
169pngvalid_OBJECTS = $(am_pngvalid_OBJECTS)
170pngvalid_DEPENDENCIES = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
The Android Open Source Project893912b2009-03-03 19:30:05 -0800171SCRIPTS = $(bin_SCRIPTS)
Chris Craikb50c2172013-07-29 15:28:30 -0700172AM_V_P = $(am__v_P_@AM_V@)
173am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
174am__v_P_0 = false
175am__v_P_1 = :
176AM_V_GEN = $(am__v_GEN_@AM_V@)
177am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
178am__v_GEN_0 = @echo " GEN " $@;
179am__v_GEN_1 =
180AM_V_at = $(am__v_at_@AM_V@)
181am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
182am__v_at_0 = @
183am__v_at_1 =
The Android Open Source Project893912b2009-03-03 19:30:05 -0800184DEFAULT_INCLUDES = -I.@am__isrc@
185depcomp = $(SHELL) $(top_srcdir)/depcomp
186am__depfiles_maybe = depfiles
Patrick Scott5f6bd842010-06-28 16:55:16 -0400187am__mv = mv -f
Chris Craikb50c2172013-07-29 15:28:30 -0700188CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
189 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
190LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
191 $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
192 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
193 $(AM_CCASFLAGS) $(CCASFLAGS)
194AM_V_CPPAS = $(am__v_CPPAS_@AM_V@)
195am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@)
196am__v_CPPAS_0 = @echo " CPPAS " $@;
197am__v_CPPAS_1 =
The Android Open Source Project893912b2009-03-03 19:30:05 -0800198COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
199 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Chris Craikb50c2172013-07-29 15:28:30 -0700200LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
201 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
202 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
203 $(AM_CFLAGS) $(CFLAGS)
204AM_V_CC = $(am__v_CC_@AM_V@)
205am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
206am__v_CC_0 = @echo " CC " $@;
207am__v_CC_1 =
The Android Open Source Project893912b2009-03-03 19:30:05 -0800208CCLD = $(CC)
Chris Craikb50c2172013-07-29 15:28:30 -0700209LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
210 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
211 $(AM_LDFLAGS) $(LDFLAGS) -o $@
212AM_V_CCLD = $(am__v_CCLD_@AM_V@)
213am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
214am__v_CCLD_0 = @echo " CCLD " $@;
215am__v_CCLD_1 =
216SOURCES = $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES) \
217 $(nodist_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES) \
218 $(png_fix_itxt_SOURCES) $(pngfix_SOURCES) $(pngstest_SOURCES) \
219 $(pngtest_SOURCES) $(pngunknown_SOURCES) $(pngvalid_SOURCES)
220DIST_SOURCES = \
221 $(am__libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES_DIST) \
222 $(png_fix_itxt_SOURCES) $(pngfix_SOURCES) $(pngstest_SOURCES) \
223 $(pngtest_SOURCES) $(pngunknown_SOURCES) $(pngvalid_SOURCES)
224am__can_run_installinfo = \
225 case $$AM_UPDATE_INFO_DIR in \
226 n|no|NO) false;; \
227 *) (install-info --version) >/dev/null 2>&1;; \
228 esac
The Android Open Source Project893912b2009-03-03 19:30:05 -0800229man3dir = $(mandir)/man3
230man5dir = $(mandir)/man5
231NROFF = nroff
232MANS = $(dist_man_MANS)
The Android Open Source Project893912b2009-03-03 19:30:05 -0800233DATA = $(pkgconfig_DATA)
Chris Craikb50c2172013-07-29 15:28:30 -0700234HEADERS = $(nodist_pkginclude_HEADERS) $(pkginclude_HEADERS)
235am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
236 $(LISP)config.h.in
237# Read a list of newline-separated strings from the standard input,
238# and print each of them once, without duplicates. Input order is
239# *not* preserved.
240am__uniquify_input = $(AWK) '\
241 BEGIN { nonempty = 0; } \
242 { items[$$0] = 1; nonempty = 1; } \
243 END { if (nonempty) { for (i in items) print i; }; } \
244'
245# Make sure the list of sources is unique. This is necessary because,
246# e.g., the same source file might be shared among _SOURCES variables
247# for different programs/libraries.
248am__define_uniq_tagged_files = \
249 list='$(am__tagged_files)'; \
250 unique=`for i in $$list; do \
251 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
252 done | $(am__uniquify_input)`
The Android Open Source Project893912b2009-03-03 19:30:05 -0800253ETAGS = etags
254CTAGS = ctags
Chris Craikb50c2172013-07-29 15:28:30 -0700255CSCOPE = cscope
256AM_RECURSIVE_TARGETS = cscope check recheck
257am__tty_colors_dummy = \
258 mgn= red= grn= lgn= blu= brg= std=; \
259 am__color_tests=no
260am__tty_colors = { \
261 $(am__tty_colors_dummy); \
262 if test "X$(AM_COLOR_TESTS)" = Xno; then \
263 am__color_tests=no; \
264 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
265 am__color_tests=yes; \
266 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
267 am__color_tests=yes; \
268 fi; \
269 if test $$am__color_tests = yes; then \
270 red=''; \
271 grn=''; \
272 lgn=''; \
273 blu=''; \
274 mgn=''; \
275 brg=''; \
276 std=''; \
277 fi; \
278}
279am__recheck_rx = ^[ ]*:recheck:[ ]*
280am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
281am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
282# A command that, given a newline-separated list of test names on the
283# standard input, print the name of the tests that are to be re-run
284# upon "make recheck".
285am__list_recheck_tests = $(AWK) '{ \
286 recheck = 1; \
287 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
288 { \
289 if (rc < 0) \
290 { \
291 if ((getline line2 < ($$0 ".log")) < 0) \
292 recheck = 0; \
293 break; \
294 } \
295 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
296 { \
297 recheck = 0; \
298 break; \
299 } \
300 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
301 { \
302 break; \
303 } \
304 }; \
305 if (recheck) \
306 print $$0; \
307 close ($$0 ".trs"); \
308 close ($$0 ".log"); \
309}'
310# A command that, given a newline-separated list of test names on the
311# standard input, create the global log from their .trs and .log files.
312am__create_global_log = $(AWK) ' \
313function fatal(msg) \
314{ \
315 print "fatal: making $@: " msg | "cat >&2"; \
316 exit 1; \
317} \
318function rst_section(header) \
319{ \
320 print header; \
321 len = length(header); \
322 for (i = 1; i <= len; i = i + 1) \
323 printf "="; \
324 printf "\n\n"; \
325} \
326{ \
327 copy_in_global_log = 1; \
328 global_test_result = "RUN"; \
329 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
330 { \
331 if (rc < 0) \
332 fatal("failed to read from " $$0 ".trs"); \
333 if (line ~ /$(am__global_test_result_rx)/) \
334 { \
335 sub("$(am__global_test_result_rx)", "", line); \
336 sub("[ ]*$$", "", line); \
337 global_test_result = line; \
338 } \
339 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
340 copy_in_global_log = 0; \
341 }; \
342 if (copy_in_global_log) \
343 { \
344 rst_section(global_test_result ": " $$0); \
345 while ((rc = (getline line < ($$0 ".log"))) != 0) \
346 { \
347 if (rc < 0) \
348 fatal("failed to read from " $$0 ".log"); \
349 print line; \
350 }; \
351 printf "\n"; \
352 }; \
353 close ($$0 ".trs"); \
354 close ($$0 ".log"); \
355}'
356# Restructured Text title.
357am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
358# Solaris 10 'make', and several other traditional 'make' implementations,
359# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
360# by disabling -e (using the XSI extension "set +e") if it's set.
361am__sh_e_setup = case $$- in *e*) set +e;; esac
362# Default flags passed to test drivers.
363am__common_driver_flags = \
364 --color-tests "$$am__color_tests" \
365 --enable-hard-errors "$$am__enable_hard_errors" \
366 --expect-failure "$$am__expect_failure"
367# To be inserted before the command running the test. Creates the
368# directory for the log if needed. Stores in $dir the directory
369# containing $f, in $tst the test, in $log the log. Executes the
370# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
371# passes TESTS_ENVIRONMENT. Set up options for the wrapper that
372# will run the test scripts (or their associated LOG_COMPILER, if
373# thy have one).
374am__check_pre = \
375$(am__sh_e_setup); \
376$(am__vpath_adj_setup) $(am__vpath_adj) \
377$(am__tty_colors); \
378srcdir=$(srcdir); export srcdir; \
379case "$@" in \
380 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
381 *) am__odir=.;; \
382esac; \
383test "x$$am__odir" = x"." || test -d "$$am__odir" \
384 || $(MKDIR_P) "$$am__odir" || exit $$?; \
385if test -f "./$$f"; then dir=./; \
386elif test -f "$$f"; then dir=; \
387else dir="$(srcdir)/"; fi; \
388tst=$$dir$$f; log='$@'; \
389if test -n '$(DISABLE_HARD_ERRORS)'; then \
390 am__enable_hard_errors=no; \
391else \
392 am__enable_hard_errors=yes; \
393fi; \
394case " $(XFAIL_TESTS) " in \
395 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
396 am__expect_failure=yes;; \
397 *) \
398 am__expect_failure=no;; \
399esac; \
400$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
401# A shell command to get the names of the tests scripts with any registered
402# extension removed (i.e., equivalently, the names of the test logs, with
403# the '.log' extension removed). The result is saved in the shell variable
404# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
405# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
406# since that might cause problem with VPATH rewrites for suffix-less tests.
407# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
408am__set_TESTS_bases = \
409 bases='$(TEST_LOGS)'; \
410 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
411 bases=`echo $$bases`
412RECHECK_LOGS = $(TEST_LOGS)
413TEST_SUITE_LOG = test-suite.log
414TEST_EXTENSIONS = @EXEEXT@ .test
415LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
416LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
417am__set_b = \
418 case '$@' in \
419 */*) \
420 case '$*' in \
421 */*) b='$*';; \
422 *) b=`echo '$@' | sed 's/\.log$$//'`; \
423 esac;; \
424 *) \
425 b='$*';; \
426 esac
427am__test_logs1 = $(TESTS:=.log)
428am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
429TEST_LOGS = $(am__test_logs2:.test.log=.log)
430TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
431TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
432 $(TEST_LOG_FLAGS)
The Android Open Source Project893912b2009-03-03 19:30:05 -0800433DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
434distdir = $(PACKAGE)-$(VERSION)
435top_distdir = $(distdir)
436am__remove_distdir = \
Chris Craikb50c2172013-07-29 15:28:30 -0700437 if test -d "$(distdir)"; then \
438 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
439 && rm -rf "$(distdir)" \
440 || { sleep 5 && rm -rf "$(distdir)"; }; \
441 else :; fi
442am__post_remove_distdir = $(am__remove_distdir)
443DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
The Android Open Source Project893912b2009-03-03 19:30:05 -0800444GZIP_ENV = --best
Chris Craikb50c2172013-07-29 15:28:30 -0700445DIST_TARGETS = dist-xz dist-gzip
The Android Open Source Project893912b2009-03-03 19:30:05 -0800446distuninstallcheck_listfiles = find . -type f -print
Chris Craikb50c2172013-07-29 15:28:30 -0700447am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
448 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
The Android Open Source Project893912b2009-03-03 19:30:05 -0800449distcleancheck_listfiles = find . -type f -print
450
451#distribute headers in /usr/include/libpng/*
452pkgincludedir = $(includedir)/$(PNGLIB_BASENAME)
453ACLOCAL = @ACLOCAL@
454AMTAR = @AMTAR@
Chris Craikb50c2172013-07-29 15:28:30 -0700455AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
The Android Open Source Project893912b2009-03-03 19:30:05 -0800456AR = @AR@
457AS = @AS@
458AUTOCONF = @AUTOCONF@
459AUTOHEADER = @AUTOHEADER@
460AUTOMAKE = @AUTOMAKE@
461AWK = @AWK@
462CC = @CC@
Chris Craikb50c2172013-07-29 15:28:30 -0700463CCAS = @CCAS@
464CCASDEPMODE = @CCASDEPMODE@
465CCASFLAGS = @CCASFLAGS@
The Android Open Source Project893912b2009-03-03 19:30:05 -0800466CCDEPMODE = @CCDEPMODE@
467CFLAGS = @CFLAGS@
468CPP = @CPP@
469CPPFLAGS = @CPPFLAGS@
470CYGPATH_W = @CYGPATH_W@
471DEFS = @DEFS@
472DEPDIR = @DEPDIR@
Chris Craikb50c2172013-07-29 15:28:30 -0700473
474# DFNCPP is normally just CPP - the C preprocessor - but on Solaris and maybe
475# other operating systems (NeXT?) the C preprocessor selected by configure
476# checks input tokens for validity - effectively it performs part of the ANSI-C
477# parsing - and therefore fails with the .df files. configure.ac has special
478# checks for this and sets DFNCPP appropriately.
479DFNCPP = @DFNCPP@
The Android Open Source Project893912b2009-03-03 19:30:05 -0800480DLLTOOL = @DLLTOOL@
481DSYMUTIL = @DSYMUTIL@
482DUMPBIN = @DUMPBIN@
483ECHO_C = @ECHO_C@
484ECHO_N = @ECHO_N@
485ECHO_T = @ECHO_T@
486EGREP = @EGREP@
487EXEEXT = @EXEEXT@
488FGREP = @FGREP@
489GREP = @GREP@
490INSTALL = @INSTALL@
491INSTALL_DATA = @INSTALL_DATA@
492INSTALL_PROGRAM = @INSTALL_PROGRAM@
493INSTALL_SCRIPT = @INSTALL_SCRIPT@
494INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
495LD = @LD@
496LDFLAGS = @LDFLAGS@
497LIBOBJS = @LIBOBJS@
The Android Open Source Project893912b2009-03-03 19:30:05 -0800498LIBS = @LIBS@
499LIBTOOL = @LIBTOOL@
500LIPO = @LIPO@
501LN_S = @LN_S@
502LTLIBOBJS = @LTLIBOBJS@
503MAINT = @MAINT@
504MAKEINFO = @MAKEINFO@
Chris Craikb50c2172013-07-29 15:28:30 -0700505MANIFEST_TOOL = @MANIFEST_TOOL@
The Android Open Source Project893912b2009-03-03 19:30:05 -0800506MKDIR_P = @MKDIR_P@
507NM = @NM@
508NMEDIT = @NMEDIT@
509OBJDUMP = @OBJDUMP@
510OBJEXT = @OBJEXT@
Patrick Scott5f6bd842010-06-28 16:55:16 -0400511OTOOL = @OTOOL@
512OTOOL64 = @OTOOL64@
The Android Open Source Project893912b2009-03-03 19:30:05 -0800513PACKAGE = @PACKAGE@
514PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
515PACKAGE_NAME = @PACKAGE_NAME@
516PACKAGE_STRING = @PACKAGE_STRING@
517PACKAGE_TARNAME = @PACKAGE_TARNAME@
Patrick Scott5f6bd842010-06-28 16:55:16 -0400518PACKAGE_URL = @PACKAGE_URL@
The Android Open Source Project893912b2009-03-03 19:30:05 -0800519PACKAGE_VERSION = @PACKAGE_VERSION@
520PATH_SEPARATOR = @PATH_SEPARATOR@
521PNGLIB_MAJOR = @PNGLIB_MAJOR@
522PNGLIB_MINOR = @PNGLIB_MINOR@
523PNGLIB_RELEASE = @PNGLIB_RELEASE@
524PNGLIB_VERSION = @PNGLIB_VERSION@
Chris Craikb50c2172013-07-29 15:28:30 -0700525
526# PNG_COPTS give extra options for the C compiler to be used on all compilation
527# steps (unless targe_CFLAGS is specified; that will take precedence over
528# AM_CFLAGS)
529PNG_COPTS = @PNG_COPTS@
530PNG_PREFIX = @PNG_PREFIX@
The Android Open Source Project893912b2009-03-03 19:30:05 -0800531POW_LIB = @POW_LIB@
532RANLIB = @RANLIB@
533SED = @SED@
534SET_MAKE = @SET_MAKE@
535SHELL = @SHELL@
536STRIP = @STRIP@
537SYMBOL_PREFIX = @SYMBOL_PREFIX@
538VERSION = @VERSION@
539abs_builddir = @abs_builddir@
540abs_srcdir = @abs_srcdir@
541abs_top_builddir = @abs_top_builddir@
542abs_top_srcdir = @abs_top_srcdir@
Chris Craikb50c2172013-07-29 15:28:30 -0700543ac_ct_AR = @ac_ct_AR@
The Android Open Source Project893912b2009-03-03 19:30:05 -0800544ac_ct_CC = @ac_ct_CC@
545ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
546am__include = @am__include@
547am__leading_dot = @am__leading_dot@
548am__quote = @am__quote@
549am__tar = @am__tar@
550am__untar = @am__untar@
551
552# generate the -config scripts if required
Chris Craikb50c2172013-07-29 15:28:30 -0700553binconfigs = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config
The Android Open Source Project893912b2009-03-03 19:30:05 -0800554bindir = @bindir@
555build = @build@
556build_alias = @build_alias@
557build_cpu = @build_cpu@
558build_os = @build_os@
559build_vendor = @build_vendor@
560builddir = @builddir@
The Android Open Source Project893912b2009-03-03 19:30:05 -0800561datadir = @datadir@
562datarootdir = @datarootdir@
563docdir = @docdir@
564dvidir = @dvidir@
565exec_prefix = @exec_prefix@
566host = @host@
567host_alias = @host_alias@
568host_cpu = @host_cpu@
569host_os = @host_os@
570host_vendor = @host_vendor@
571htmldir = @htmldir@
572includedir = @includedir@
573infodir = @infodir@
574install_sh = @install_sh@
575libdir = @libdir@
576libexecdir = @libexecdir@
577localedir = @localedir@
578localstatedir = @localstatedir@
The Android Open Source Project893912b2009-03-03 19:30:05 -0800579mandir = @mandir@
580mkdir_p = @mkdir_p@
581oldincludedir = @oldincludedir@
582pdfdir = @pdfdir@
583
584# pkg-config stuff, note that libpng.pc is always required in order
585# to get the correct library
586pkgconfigdir = @pkgconfigdir@
587prefix = @prefix@
588program_transform_name = @program_transform_name@
589psdir = @psdir@
590sbindir = @sbindir@
591sharedstatedir = @sharedstatedir@
592srcdir = @srcdir@
593sysconfdir = @sysconfdir@
594target_alias = @target_alias@
595top_build_prefix = @top_build_prefix@
596top_builddir = @top_builddir@
597top_srcdir = @top_srcdir@
598PNGLIB_BASENAME = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
Chris Craikb50c2172013-07-29 15:28:30 -0700599ACLOCAL_AMFLAGS = -I scripts
The Android Open Source Project893912b2009-03-03 19:30:05 -0800600pngtest_SOURCES = pngtest.c
Chris Craikb50c2172013-07-29 15:28:30 -0700601pngtest_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
602pngvalid_SOURCES = contrib/libtests/pngvalid.c
603pngvalid_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
604pngstest_SOURCES = contrib/libtests/pngstest.c
605pngstest_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
606pngunknown_SOURCES = contrib/libtests/pngunknown.c
607pngunknown_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
608pngfix_SOURCES = contrib/tools/pngfix.c
609pngfix_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
610png_fix_itxt_SOURCES = contrib/tools/png-fix-itxt.c
611
612# Generally these are single line shell scripts to run a test with a particular
613# set of parameters:
614TESTS = \
615 tests/pngtest\
616 tests/pngvalid-gamma-16-to-8 tests/pngvalid-gamma-alpha-mode\
617 tests/pngvalid-gamma-background tests/pngvalid-gamma-expand16-alpha-mode\
618 tests/pngvalid-gamma-expand16-background\
619 tests/pngvalid-gamma-expand16-transform tests/pngvalid-gamma-sbit\
620 tests/pngvalid-gamma-threshold tests/pngvalid-gamma-transform\
621 tests/pngvalid-progressive-interlace-size\
622 tests/pngvalid-progressive-interlace-standard\
623 tests/pngvalid-progressive-interlace-transform\
624 tests/pngvalid-progressive-standard tests/pngvalid-standard\
625 tests/pngstest-0g01 tests/pngstest-0g02 tests/pngstest-0g04\
626 tests/pngstest-0g08 tests/pngstest-0g16 tests/pngstest-2c08\
627 tests/pngstest-2c16 tests/pngstest-3p01 tests/pngstest-3p02\
628 tests/pngstest-3p04 tests/pngstest-3p08 tests/pngstest-4a08\
629 tests/pngstest-4a16 tests/pngstest-6a08 tests/pngstest-6a16\
630 tests/pngstest-error tests/pngunknown-IDAT\
631 tests/pngunknown-discard tests/pngunknown-if-safe tests/pngunknown-sAPI\
632 tests/pngunknown-sTER tests/pngunknown-save tests/pngunknown-vpAg
633
634
635# These tests are expected, and required, to fail:
636XFAIL_TESTS = tests/pngstest-error
The Android Open Source Project893912b2009-03-03 19:30:05 -0800637
638# man pages
639dist_man_MANS = libpng.3 libpngpf.3 png.5
Chris Craikb50c2172013-07-29 15:28:30 -0700640EXTRA_SCRIPTS = libpng-config libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config
The Android Open Source Project893912b2009-03-03 19:30:05 -0800641bin_SCRIPTS = @binconfigs@
642
643# rules to build libpng, only build the old library on request
Chris Craikb50c2172013-07-29 15:28:30 -0700644lib_LTLIBRARIES = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
645# EXTRA_LTLIBRARIES= libpng.la
646libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES = png.c pngerror.c \
647 pngget.c pngmem.c pngpread.c pngread.c pngrio.c pngrtran.c \
648 pngrutil.c pngset.c pngtrans.c pngwio.c pngwrite.c pngwtran.c \
649 pngwutil.c png.h pngconf.h pngdebug.h pnginfo.h pngpriv.h \
650 pngstruct.h pngusr.dfa $(am__append_1)
651nodist_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES = pnglibconf.h
652libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS = -no-undefined \
653 -export-dynamic -version-number \
654 @PNGLIB_MAJOR@@PNGLIB_MINOR@:@PNGLIB_RELEASE@:0 \
655 $(am__append_2) $(am__append_3) $(am__append_4)
656@HAVE_LD_VERSION_SCRIPT_FALSE@libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_DEPENDENCIES = libpng.sym
657@HAVE_LD_VERSION_SCRIPT_TRUE@libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_DEPENDENCIES = libpng.vers
The Android Open Source Project893912b2009-03-03 19:30:05 -0800658pkginclude_HEADERS = png.h pngconf.h
Chris Craikb50c2172013-07-29 15:28:30 -0700659nodist_pkginclude_HEADERS = pnglibconf.h
660pkgconfig_DATA = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.pc
The Android Open Source Project893912b2009-03-03 19:30:05 -0800661
Chris Craikb50c2172013-07-29 15:28:30 -0700662# Extra source distribution files, '${srcdir}' is used below to stop build files
663# from those directories being included. This only works if the configure is
664# not done in the source directory!
The Android Open Source Project893912b2009-03-03 19:30:05 -0800665EXTRA_DIST = \
Chris Craikb50c2172013-07-29 15:28:30 -0700666 ANNOUNCE CHANGES INSTALL LICENSE README TODO \
The Android Open Source Project893912b2009-03-03 19:30:05 -0800667 pngtest.png pngbar.png pngnow.png pngbar.jpg autogen.sh \
Chris Craikb50c2172013-07-29 15:28:30 -0700668 ${srcdir}/contrib ${srcdir}/projects ${srcdir}/scripts \
669 $(TESTS) $(XFAIL_TESTS) tests/pngstest \
670 CMakeLists.txt example.c libpng-manual.txt
The Android Open Source Project893912b2009-03-03 19:30:05 -0800671
Chris Craikb50c2172013-07-29 15:28:30 -0700672SCRIPT_CLEANFILES = scripts/*.out scripts/*.chk scripts/pnglibconf.dfn
673CLEANFILES = *.tf? pngout.png libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.pc \
674 libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config libpng.vers libpng.sym \
675 check.new pnglibconf.* pngprefix.h symbols.new pngtest-log.txt \
676 $(SCRIPT_CLEANFILES)
The Android Open Source Project893912b2009-03-03 19:30:05 -0800677
678MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
679config.sub configure depcomp install-sh ltmain.sh missing
680
Chris Craikb50c2172013-07-29 15:28:30 -0700681AM_CFLAGS = ${PNG_COPTS}
682SUFFIXES = .chk .dfn .out
683
684# We must use -DPNG_NO_USE_READ_MACROS here even when the library may actually
685# be built with PNG_USE_READ_MACROS; this prevents the read macros from
686# interfering with the symbol file format.
687SYMBOL_CFLAGS = -DPNGLIB_LIBNAME='PNG@PNGLIB_MAJOR@@PNGLIB_MINOR@_0' \
688 -DPNGLIB_VERSION='@PNGLIB_VERSION@' \
689 -DSYMBOL_PREFIX='$(SYMBOL_PREFIX)' -DPNG_NO_USE_READ_MACROS \
690 -DPNG_BUILDING_SYMBOL_TABLE $(am__append_5)
The Android Open Source Project893912b2009-03-03 19:30:05 -0800691all: config.h
692 $(MAKE) $(AM_MAKEFLAGS) all-am
693
694.SUFFIXES:
Chris Craikb50c2172013-07-29 15:28:30 -0700695.SUFFIXES: .chk .dfn .out .S .c .lo .log .o .obj .test .test$(EXEEXT) .trs
696am--refresh: Makefile
The Android Open Source Project893912b2009-03-03 19:30:05 -0800697 @:
698$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
699 @for dep in $?; do \
700 case '$(am__configure_deps)' in \
701 *$$dep*) \
Patrick Scott5f6bd842010-06-28 16:55:16 -0400702 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
703 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
The Android Open Source Project893912b2009-03-03 19:30:05 -0800704 && exit 0; \
705 exit 1;; \
706 esac; \
707 done; \
Patrick Scott5f6bd842010-06-28 16:55:16 -0400708 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
709 $(am__cd) $(top_srcdir) && \
710 $(AUTOMAKE) --foreign Makefile
The Android Open Source Project893912b2009-03-03 19:30:05 -0800711.PRECIOUS: Makefile
712Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
713 @case '$?' in \
714 *config.status*) \
715 echo ' $(SHELL) ./config.status'; \
716 $(SHELL) ./config.status;; \
717 *) \
718 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
719 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
720 esac;
721
722$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
723 $(SHELL) ./config.status --recheck
724
725$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Patrick Scott5f6bd842010-06-28 16:55:16 -0400726 $(am__cd) $(srcdir) && $(AUTOCONF)
The Android Open Source Project893912b2009-03-03 19:30:05 -0800727$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Patrick Scott5f6bd842010-06-28 16:55:16 -0400728 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
729$(am__aclocal_m4_deps):
The Android Open Source Project893912b2009-03-03 19:30:05 -0800730
731config.h: stamp-h1
Chris Craikb50c2172013-07-29 15:28:30 -0700732 @if test ! -f $@; then rm -f stamp-h1; else :; fi
733 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
The Android Open Source Project893912b2009-03-03 19:30:05 -0800734
735stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
736 @rm -f stamp-h1
737 cd $(top_builddir) && $(SHELL) ./config.status config.h
Chris Craikb50c2172013-07-29 15:28:30 -0700738$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Patrick Scott5f6bd842010-06-28 16:55:16 -0400739 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
The Android Open Source Project893912b2009-03-03 19:30:05 -0800740 rm -f stamp-h1
741 touch $@
742
743distclean-hdr:
744 -rm -f config.h stamp-h1
Chris Craikb50c2172013-07-29 15:28:30 -0700745libpng.pc: $(top_builddir)/config.status $(srcdir)/libpng.pc.in
The Android Open Source Project893912b2009-03-03 19:30:05 -0800746 cd $(top_builddir) && $(SHELL) ./config.status $@
Chris Craikb50c2172013-07-29 15:28:30 -0700747libpng-config: $(top_builddir)/config.status $(srcdir)/libpng-config.in
The Android Open Source Project893912b2009-03-03 19:30:05 -0800748 cd $(top_builddir) && $(SHELL) ./config.status $@
Chris Craikb50c2172013-07-29 15:28:30 -0700749
The Android Open Source Project893912b2009-03-03 19:30:05 -0800750install-libLTLIBRARIES: $(lib_LTLIBRARIES)
751 @$(NORMAL_INSTALL)
Patrick Scott5f6bd842010-06-28 16:55:16 -0400752 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
753 list2=; for p in $$list; do \
The Android Open Source Project893912b2009-03-03 19:30:05 -0800754 if test -f $$p; then \
Patrick Scott5f6bd842010-06-28 16:55:16 -0400755 list2="$$list2 $$p"; \
The Android Open Source Project893912b2009-03-03 19:30:05 -0800756 else :; fi; \
Patrick Scott5f6bd842010-06-28 16:55:16 -0400757 done; \
758 test -z "$$list2" || { \
Chris Craikb50c2172013-07-29 15:28:30 -0700759 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
760 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
Patrick Scott5f6bd842010-06-28 16:55:16 -0400761 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
762 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
763 }
The Android Open Source Project893912b2009-03-03 19:30:05 -0800764
765uninstall-libLTLIBRARIES:
766 @$(NORMAL_UNINSTALL)
Patrick Scott5f6bd842010-06-28 16:55:16 -0400767 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
768 for p in $$list; do \
769 $(am__strip_dir) \
770 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
771 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
The Android Open Source Project893912b2009-03-03 19:30:05 -0800772 done
773
774clean-libLTLIBRARIES:
775 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
Chris Craikb50c2172013-07-29 15:28:30 -0700776 @list='$(lib_LTLIBRARIES)'; \
777 locs=`for p in $$list; do echo $$p; done | \
778 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
779 sort -u`; \
780 test -z "$$locs" || { \
781 echo rm -f $${locs}; \
782 rm -f $${locs}; \
783 }
784libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la: $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_OBJECTS) $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_DEPENDENCIES) $(EXTRA_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_DEPENDENCIES)
785 $(AM_V_CCLD)$(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LINK) -rpath $(libdir) $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_OBJECTS) $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LIBADD) $(LIBS)
786install-binPROGRAMS: $(bin_PROGRAMS)
787 @$(NORMAL_INSTALL)
788 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
789 if test -n "$$list"; then \
790 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
791 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
792 fi; \
793 for p in $$list; do echo "$$p $$p"; done | \
794 sed 's/$(EXEEXT)$$//' | \
795 while read p p1; do if test -f $$p \
796 || test -f $$p1 \
797 ; then echo "$$p"; echo "$$p"; else :; fi; \
798 done | \
799 sed -e 'p;s,.*/,,;n;h' \
800 -e 's|.*|.|' \
801 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
802 sed 'N;N;N;s,\n, ,g' | \
803 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
804 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
805 if ($$2 == $$4) files[d] = files[d] " " $$1; \
806 else { print "f", $$3 "/" $$4, $$1; } } \
807 END { for (d in files) print "f", d, files[d] }' | \
808 while read type dir files; do \
809 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
810 test -z "$$files" || { \
811 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
812 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
813 } \
814 ; done
815
816uninstall-binPROGRAMS:
817 @$(NORMAL_UNINSTALL)
818 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
819 files=`for p in $$list; do echo "$$p"; done | \
820 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
821 -e 's/$$/$(EXEEXT)/' \
822 `; \
823 test -n "$$list" || exit 0; \
824 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
825 cd "$(DESTDIR)$(bindir)" && rm -f $$files
826
827clean-binPROGRAMS:
828 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
829 echo " rm -f" $$list; \
830 rm -f $$list || exit $$?; \
831 test -n "$(EXEEXT)" || exit 0; \
832 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
833 echo " rm -f" $$list; \
834 rm -f $$list
The Android Open Source Project893912b2009-03-03 19:30:05 -0800835
836clean-checkPROGRAMS:
Patrick Scott5f6bd842010-06-28 16:55:16 -0400837 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
838 echo " rm -f" $$list; \
839 rm -f $$list || exit $$?; \
840 test -n "$(EXEEXT)" || exit 0; \
841 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
842 echo " rm -f" $$list; \
843 rm -f $$list
Chris Craikb50c2172013-07-29 15:28:30 -0700844png-fix-itxt$(EXEEXT): $(png_fix_itxt_OBJECTS) $(png_fix_itxt_DEPENDENCIES) $(EXTRA_png_fix_itxt_DEPENDENCIES)
845 @rm -f png-fix-itxt$(EXEEXT)
846 $(AM_V_CCLD)$(LINK) $(png_fix_itxt_OBJECTS) $(png_fix_itxt_LDADD) $(LIBS)
847pngfix$(EXEEXT): $(pngfix_OBJECTS) $(pngfix_DEPENDENCIES) $(EXTRA_pngfix_DEPENDENCIES)
848 @rm -f pngfix$(EXEEXT)
849 $(AM_V_CCLD)$(LINK) $(pngfix_OBJECTS) $(pngfix_LDADD) $(LIBS)
850pngstest$(EXEEXT): $(pngstest_OBJECTS) $(pngstest_DEPENDENCIES) $(EXTRA_pngstest_DEPENDENCIES)
851 @rm -f pngstest$(EXEEXT)
852 $(AM_V_CCLD)$(LINK) $(pngstest_OBJECTS) $(pngstest_LDADD) $(LIBS)
853pngtest$(EXEEXT): $(pngtest_OBJECTS) $(pngtest_DEPENDENCIES) $(EXTRA_pngtest_DEPENDENCIES)
The Android Open Source Project893912b2009-03-03 19:30:05 -0800854 @rm -f pngtest$(EXEEXT)
Chris Craikb50c2172013-07-29 15:28:30 -0700855 $(AM_V_CCLD)$(LINK) $(pngtest_OBJECTS) $(pngtest_LDADD) $(LIBS)
856pngunknown$(EXEEXT): $(pngunknown_OBJECTS) $(pngunknown_DEPENDENCIES) $(EXTRA_pngunknown_DEPENDENCIES)
857 @rm -f pngunknown$(EXEEXT)
858 $(AM_V_CCLD)$(LINK) $(pngunknown_OBJECTS) $(pngunknown_LDADD) $(LIBS)
859pngvalid$(EXEEXT): $(pngvalid_OBJECTS) $(pngvalid_DEPENDENCIES) $(EXTRA_pngvalid_DEPENDENCIES)
860 @rm -f pngvalid$(EXEEXT)
861 $(AM_V_CCLD)$(LINK) $(pngvalid_OBJECTS) $(pngvalid_LDADD) $(LIBS)
The Android Open Source Project893912b2009-03-03 19:30:05 -0800862install-binSCRIPTS: $(bin_SCRIPTS)
863 @$(NORMAL_INSTALL)
Patrick Scott5f6bd842010-06-28 16:55:16 -0400864 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
Chris Craikb50c2172013-07-29 15:28:30 -0700865 if test -n "$$list"; then \
866 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
867 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
868 fi; \
Patrick Scott5f6bd842010-06-28 16:55:16 -0400869 for p in $$list; do \
The Android Open Source Project893912b2009-03-03 19:30:05 -0800870 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Patrick Scott5f6bd842010-06-28 16:55:16 -0400871 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
872 done | \
873 sed -e 'p;s,.*/,,;n' \
874 -e 'h;s|.*|.|' \
875 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
876 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
877 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
878 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
879 if (++n[d] == $(am__install_max)) { \
880 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
881 else { print "f", d "/" $$4, $$1 } } \
882 END { for (d in files) print "f", d, files[d] }' | \
883 while read type dir files; do \
884 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
885 test -z "$$files" || { \
886 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
887 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
888 } \
889 ; done
The Android Open Source Project893912b2009-03-03 19:30:05 -0800890
891uninstall-binSCRIPTS:
892 @$(NORMAL_UNINSTALL)
Patrick Scott5f6bd842010-06-28 16:55:16 -0400893 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
894 files=`for p in $$list; do echo "$$p"; done | \
895 sed -e 's,.*/,,;$(transform)'`; \
Chris Craikb50c2172013-07-29 15:28:30 -0700896 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
The Android Open Source Project893912b2009-03-03 19:30:05 -0800897
898mostlyclean-compile:
899 -rm -f *.$(OBJEXT)
900
901distclean-compile:
902 -rm -f *.tab.c
903
Chris Craikb50c2172013-07-29 15:28:30 -0700904@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm_init.Plo@am__quote@
905@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter_neon.Plo@am__quote@
906@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/png-fix-itxt.Po@am__quote@
907@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/png.Plo@am__quote@
908@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngerror.Plo@am__quote@
909@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngfix.Po@am__quote@
910@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngget.Plo@am__quote@
911@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngmem.Plo@am__quote@
912@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngpread.Plo@am__quote@
913@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngread.Plo@am__quote@
914@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngrio.Plo@am__quote@
915@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngrtran.Plo@am__quote@
916@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngrutil.Plo@am__quote@
917@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngset.Plo@am__quote@
918@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngstest.Po@am__quote@
The Android Open Source Project893912b2009-03-03 19:30:05 -0800919@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngtest.Po@am__quote@
Chris Craikb50c2172013-07-29 15:28:30 -0700920@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngtrans.Plo@am__quote@
921@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngunknown.Po@am__quote@
922@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngvalid.Po@am__quote@
923@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngwio.Plo@am__quote@
924@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngwrite.Plo@am__quote@
925@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngwtran.Plo@am__quote@
926@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngwutil.Plo@am__quote@
927
928.S.o:
929@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
930@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
931@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
932@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
933@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $<
934
935.S.obj:
936@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
937@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
938@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
939@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
940@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
941
942.S.lo:
943@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
944@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
945@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
946@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
947@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $<
948
949filter_neon.lo: arm/filter_neon.S
950@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT filter_neon.lo -MD -MP -MF $(DEPDIR)/filter_neon.Tpo -c -o filter_neon.lo `test -f 'arm/filter_neon.S' || echo '$(srcdir)/'`arm/filter_neon.S
951@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/filter_neon.Tpo $(DEPDIR)/filter_neon.Plo
952@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='arm/filter_neon.S' object='filter_neon.lo' libtool=yes @AMDEPBACKSLASH@
953@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
954@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o filter_neon.lo `test -f 'arm/filter_neon.S' || echo '$(srcdir)/'`arm/filter_neon.S
The Android Open Source Project893912b2009-03-03 19:30:05 -0800955
956.c.o:
Chris Craikb50c2172013-07-29 15:28:30 -0700957@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
958@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
959@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
The Android Open Source Project893912b2009-03-03 19:30:05 -0800960@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris Craikb50c2172013-07-29 15:28:30 -0700961@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
The Android Open Source Project893912b2009-03-03 19:30:05 -0800962
963.c.obj:
Chris Craikb50c2172013-07-29 15:28:30 -0700964@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
965@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
966@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
The Android Open Source Project893912b2009-03-03 19:30:05 -0800967@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris Craikb50c2172013-07-29 15:28:30 -0700968@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
The Android Open Source Project893912b2009-03-03 19:30:05 -0800969
970.c.lo:
Chris Craikb50c2172013-07-29 15:28:30 -0700971@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
972@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
973@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
The Android Open Source Project893912b2009-03-03 19:30:05 -0800974@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris Craikb50c2172013-07-29 15:28:30 -0700975@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
The Android Open Source Project893912b2009-03-03 19:30:05 -0800976
Chris Craikb50c2172013-07-29 15:28:30 -0700977arm_init.lo: arm/arm_init.c
978@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arm_init.lo -MD -MP -MF $(DEPDIR)/arm_init.Tpo -c -o arm_init.lo `test -f 'arm/arm_init.c' || echo '$(srcdir)/'`arm/arm_init.c
979@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/arm_init.Tpo $(DEPDIR)/arm_init.Plo
980@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arm/arm_init.c' object='arm_init.lo' libtool=yes @AMDEPBACKSLASH@
The Android Open Source Project893912b2009-03-03 19:30:05 -0800981@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris Craikb50c2172013-07-29 15:28:30 -0700982@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arm_init.lo `test -f 'arm/arm_init.c' || echo '$(srcdir)/'`arm/arm_init.c
The Android Open Source Project893912b2009-03-03 19:30:05 -0800983
Chris Craikb50c2172013-07-29 15:28:30 -0700984png-fix-itxt.o: contrib/tools/png-fix-itxt.c
985@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT png-fix-itxt.o -MD -MP -MF $(DEPDIR)/png-fix-itxt.Tpo -c -o png-fix-itxt.o `test -f 'contrib/tools/png-fix-itxt.c' || echo '$(srcdir)/'`contrib/tools/png-fix-itxt.c
986@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/png-fix-itxt.Tpo $(DEPDIR)/png-fix-itxt.Po
987@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='contrib/tools/png-fix-itxt.c' object='png-fix-itxt.o' libtool=no @AMDEPBACKSLASH@
The Android Open Source Project893912b2009-03-03 19:30:05 -0800988@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris Craikb50c2172013-07-29 15:28:30 -0700989@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o png-fix-itxt.o `test -f 'contrib/tools/png-fix-itxt.c' || echo '$(srcdir)/'`contrib/tools/png-fix-itxt.c
The Android Open Source Project893912b2009-03-03 19:30:05 -0800990
Chris Craikb50c2172013-07-29 15:28:30 -0700991png-fix-itxt.obj: contrib/tools/png-fix-itxt.c
992@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT png-fix-itxt.obj -MD -MP -MF $(DEPDIR)/png-fix-itxt.Tpo -c -o png-fix-itxt.obj `if test -f 'contrib/tools/png-fix-itxt.c'; then $(CYGPATH_W) 'contrib/tools/png-fix-itxt.c'; else $(CYGPATH_W) '$(srcdir)/contrib/tools/png-fix-itxt.c'; fi`
993@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/png-fix-itxt.Tpo $(DEPDIR)/png-fix-itxt.Po
994@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='contrib/tools/png-fix-itxt.c' object='png-fix-itxt.obj' libtool=no @AMDEPBACKSLASH@
The Android Open Source Project893912b2009-03-03 19:30:05 -0800995@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris Craikb50c2172013-07-29 15:28:30 -0700996@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o png-fix-itxt.obj `if test -f 'contrib/tools/png-fix-itxt.c'; then $(CYGPATH_W) 'contrib/tools/png-fix-itxt.c'; else $(CYGPATH_W) '$(srcdir)/contrib/tools/png-fix-itxt.c'; fi`
The Android Open Source Project893912b2009-03-03 19:30:05 -0800997
Chris Craikb50c2172013-07-29 15:28:30 -0700998pngfix.o: contrib/tools/pngfix.c
999@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pngfix.o -MD -MP -MF $(DEPDIR)/pngfix.Tpo -c -o pngfix.o `test -f 'contrib/tools/pngfix.c' || echo '$(srcdir)/'`contrib/tools/pngfix.c
1000@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pngfix.Tpo $(DEPDIR)/pngfix.Po
1001@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='contrib/tools/pngfix.c' object='pngfix.o' libtool=no @AMDEPBACKSLASH@
The Android Open Source Project893912b2009-03-03 19:30:05 -08001002@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris Craikb50c2172013-07-29 15:28:30 -07001003@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pngfix.o `test -f 'contrib/tools/pngfix.c' || echo '$(srcdir)/'`contrib/tools/pngfix.c
The Android Open Source Project893912b2009-03-03 19:30:05 -08001004
Chris Craikb50c2172013-07-29 15:28:30 -07001005pngfix.obj: contrib/tools/pngfix.c
1006@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pngfix.obj -MD -MP -MF $(DEPDIR)/pngfix.Tpo -c -o pngfix.obj `if test -f 'contrib/tools/pngfix.c'; then $(CYGPATH_W) 'contrib/tools/pngfix.c'; else $(CYGPATH_W) '$(srcdir)/contrib/tools/pngfix.c'; fi`
1007@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pngfix.Tpo $(DEPDIR)/pngfix.Po
1008@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='contrib/tools/pngfix.c' object='pngfix.obj' libtool=no @AMDEPBACKSLASH@
The Android Open Source Project893912b2009-03-03 19:30:05 -08001009@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris Craikb50c2172013-07-29 15:28:30 -07001010@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pngfix.obj `if test -f 'contrib/tools/pngfix.c'; then $(CYGPATH_W) 'contrib/tools/pngfix.c'; else $(CYGPATH_W) '$(srcdir)/contrib/tools/pngfix.c'; fi`
The Android Open Source Project893912b2009-03-03 19:30:05 -08001011
Chris Craikb50c2172013-07-29 15:28:30 -07001012pngstest.o: contrib/libtests/pngstest.c
1013@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pngstest.o -MD -MP -MF $(DEPDIR)/pngstest.Tpo -c -o pngstest.o `test -f 'contrib/libtests/pngstest.c' || echo '$(srcdir)/'`contrib/libtests/pngstest.c
1014@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pngstest.Tpo $(DEPDIR)/pngstest.Po
1015@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='contrib/libtests/pngstest.c' object='pngstest.o' libtool=no @AMDEPBACKSLASH@
The Android Open Source Project893912b2009-03-03 19:30:05 -08001016@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris Craikb50c2172013-07-29 15:28:30 -07001017@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pngstest.o `test -f 'contrib/libtests/pngstest.c' || echo '$(srcdir)/'`contrib/libtests/pngstest.c
The Android Open Source Project893912b2009-03-03 19:30:05 -08001018
Chris Craikb50c2172013-07-29 15:28:30 -07001019pngstest.obj: contrib/libtests/pngstest.c
1020@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pngstest.obj -MD -MP -MF $(DEPDIR)/pngstest.Tpo -c -o pngstest.obj `if test -f 'contrib/libtests/pngstest.c'; then $(CYGPATH_W) 'contrib/libtests/pngstest.c'; else $(CYGPATH_W) '$(srcdir)/contrib/libtests/pngstest.c'; fi`
1021@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pngstest.Tpo $(DEPDIR)/pngstest.Po
1022@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='contrib/libtests/pngstest.c' object='pngstest.obj' libtool=no @AMDEPBACKSLASH@
The Android Open Source Project893912b2009-03-03 19:30:05 -08001023@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris Craikb50c2172013-07-29 15:28:30 -07001024@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pngstest.obj `if test -f 'contrib/libtests/pngstest.c'; then $(CYGPATH_W) 'contrib/libtests/pngstest.c'; else $(CYGPATH_W) '$(srcdir)/contrib/libtests/pngstest.c'; fi`
The Android Open Source Project893912b2009-03-03 19:30:05 -08001025
Chris Craikb50c2172013-07-29 15:28:30 -07001026pngunknown.o: contrib/libtests/pngunknown.c
1027@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pngunknown.o -MD -MP -MF $(DEPDIR)/pngunknown.Tpo -c -o pngunknown.o `test -f 'contrib/libtests/pngunknown.c' || echo '$(srcdir)/'`contrib/libtests/pngunknown.c
1028@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pngunknown.Tpo $(DEPDIR)/pngunknown.Po
1029@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='contrib/libtests/pngunknown.c' object='pngunknown.o' libtool=no @AMDEPBACKSLASH@
The Android Open Source Project893912b2009-03-03 19:30:05 -08001030@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris Craikb50c2172013-07-29 15:28:30 -07001031@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pngunknown.o `test -f 'contrib/libtests/pngunknown.c' || echo '$(srcdir)/'`contrib/libtests/pngunknown.c
The Android Open Source Project893912b2009-03-03 19:30:05 -08001032
Chris Craikb50c2172013-07-29 15:28:30 -07001033pngunknown.obj: contrib/libtests/pngunknown.c
1034@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pngunknown.obj -MD -MP -MF $(DEPDIR)/pngunknown.Tpo -c -o pngunknown.obj `if test -f 'contrib/libtests/pngunknown.c'; then $(CYGPATH_W) 'contrib/libtests/pngunknown.c'; else $(CYGPATH_W) '$(srcdir)/contrib/libtests/pngunknown.c'; fi`
1035@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pngunknown.Tpo $(DEPDIR)/pngunknown.Po
1036@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='contrib/libtests/pngunknown.c' object='pngunknown.obj' libtool=no @AMDEPBACKSLASH@
The Android Open Source Project893912b2009-03-03 19:30:05 -08001037@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris Craikb50c2172013-07-29 15:28:30 -07001038@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pngunknown.obj `if test -f 'contrib/libtests/pngunknown.c'; then $(CYGPATH_W) 'contrib/libtests/pngunknown.c'; else $(CYGPATH_W) '$(srcdir)/contrib/libtests/pngunknown.c'; fi`
The Android Open Source Project893912b2009-03-03 19:30:05 -08001039
Chris Craikb50c2172013-07-29 15:28:30 -07001040pngvalid.o: contrib/libtests/pngvalid.c
1041@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pngvalid.o -MD -MP -MF $(DEPDIR)/pngvalid.Tpo -c -o pngvalid.o `test -f 'contrib/libtests/pngvalid.c' || echo '$(srcdir)/'`contrib/libtests/pngvalid.c
1042@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pngvalid.Tpo $(DEPDIR)/pngvalid.Po
1043@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='contrib/libtests/pngvalid.c' object='pngvalid.o' libtool=no @AMDEPBACKSLASH@
The Android Open Source Project893912b2009-03-03 19:30:05 -08001044@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris Craikb50c2172013-07-29 15:28:30 -07001045@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pngvalid.o `test -f 'contrib/libtests/pngvalid.c' || echo '$(srcdir)/'`contrib/libtests/pngvalid.c
The Android Open Source Project893912b2009-03-03 19:30:05 -08001046
Chris Craikb50c2172013-07-29 15:28:30 -07001047pngvalid.obj: contrib/libtests/pngvalid.c
1048@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pngvalid.obj -MD -MP -MF $(DEPDIR)/pngvalid.Tpo -c -o pngvalid.obj `if test -f 'contrib/libtests/pngvalid.c'; then $(CYGPATH_W) 'contrib/libtests/pngvalid.c'; else $(CYGPATH_W) '$(srcdir)/contrib/libtests/pngvalid.c'; fi`
1049@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pngvalid.Tpo $(DEPDIR)/pngvalid.Po
1050@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='contrib/libtests/pngvalid.c' object='pngvalid.obj' libtool=no @AMDEPBACKSLASH@
The Android Open Source Project893912b2009-03-03 19:30:05 -08001051@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris Craikb50c2172013-07-29 15:28:30 -07001052@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pngvalid.obj `if test -f 'contrib/libtests/pngvalid.c'; then $(CYGPATH_W) 'contrib/libtests/pngvalid.c'; else $(CYGPATH_W) '$(srcdir)/contrib/libtests/pngvalid.c'; fi`
The Android Open Source Project893912b2009-03-03 19:30:05 -08001053
1054mostlyclean-libtool:
1055 -rm -f *.lo
1056
1057clean-libtool:
1058 -rm -rf .libs _libs
1059
1060distclean-libtool:
Patrick Scott5f6bd842010-06-28 16:55:16 -04001061 -rm -f libtool config.lt
1062install-man3: $(dist_man_MANS)
The Android Open Source Project893912b2009-03-03 19:30:05 -08001063 @$(NORMAL_INSTALL)
Chris Craikb50c2172013-07-29 15:28:30 -07001064 @list1=''; \
1065 list2='$(dist_man_MANS)'; \
1066 test -n "$(man3dir)" \
1067 && test -n "`echo $$list1$$list2`" \
1068 || exit 0; \
1069 echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
1070 $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
1071 { for i in $$list1; do echo "$$i"; done; \
1072 if test -n "$$list2"; then \
1073 for i in $$list2; do echo "$$i"; done \
1074 | sed -n '/\.3[a-z]*$$/p'; \
1075 fi; \
Patrick Scott5f6bd842010-06-28 16:55:16 -04001076 } | while read p; do \
1077 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1078 echo "$$d$$p"; echo "$$p"; \
1079 done | \
1080 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
1081 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
1082 sed 'N;N;s,\n, ,g' | { \
1083 list=; while read file base inst; do \
1084 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1085 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
1086 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
1087 fi; \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001088 done; \
Patrick Scott5f6bd842010-06-28 16:55:16 -04001089 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1090 while read files; do \
1091 test -z "$$files" || { \
1092 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
1093 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
1094 done; }
1095
The Android Open Source Project893912b2009-03-03 19:30:05 -08001096uninstall-man3:
1097 @$(NORMAL_UNINSTALL)
Patrick Scott5f6bd842010-06-28 16:55:16 -04001098 @list=''; test -n "$(man3dir)" || exit 0; \
1099 files=`{ for i in $$list; do echo "$$i"; done; \
1100 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1101 sed -n '/\.3[a-z]*$$/p'; \
1102 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
1103 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
Chris Craikb50c2172013-07-29 15:28:30 -07001104 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
Patrick Scott5f6bd842010-06-28 16:55:16 -04001105install-man5: $(dist_man_MANS)
The Android Open Source Project893912b2009-03-03 19:30:05 -08001106 @$(NORMAL_INSTALL)
Chris Craikb50c2172013-07-29 15:28:30 -07001107 @list1=''; \
1108 list2='$(dist_man_MANS)'; \
1109 test -n "$(man5dir)" \
1110 && test -n "`echo $$list1$$list2`" \
1111 || exit 0; \
1112 echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
1113 $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
1114 { for i in $$list1; do echo "$$i"; done; \
1115 if test -n "$$list2"; then \
1116 for i in $$list2; do echo "$$i"; done \
1117 | sed -n '/\.5[a-z]*$$/p'; \
1118 fi; \
Patrick Scott5f6bd842010-06-28 16:55:16 -04001119 } | while read p; do \
1120 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1121 echo "$$d$$p"; echo "$$p"; \
1122 done | \
1123 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
1124 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
1125 sed 'N;N;s,\n, ,g' | { \
1126 list=; while read file base inst; do \
1127 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1128 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
1129 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
1130 fi; \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001131 done; \
Patrick Scott5f6bd842010-06-28 16:55:16 -04001132 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1133 while read files; do \
1134 test -z "$$files" || { \
1135 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
1136 $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
1137 done; }
1138
The Android Open Source Project893912b2009-03-03 19:30:05 -08001139uninstall-man5:
1140 @$(NORMAL_UNINSTALL)
Patrick Scott5f6bd842010-06-28 16:55:16 -04001141 @list=''; test -n "$(man5dir)" || exit 0; \
1142 files=`{ for i in $$list; do echo "$$i"; done; \
1143 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1144 sed -n '/\.5[a-z]*$$/p'; \
1145 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
1146 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
Chris Craikb50c2172013-07-29 15:28:30 -07001147 dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
The Android Open Source Project893912b2009-03-03 19:30:05 -08001148install-pkgconfigDATA: $(pkgconfig_DATA)
1149 @$(NORMAL_INSTALL)
Patrick Scott5f6bd842010-06-28 16:55:16 -04001150 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
Chris Craikb50c2172013-07-29 15:28:30 -07001151 if test -n "$$list"; then \
1152 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
1153 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
1154 fi; \
Patrick Scott5f6bd842010-06-28 16:55:16 -04001155 for p in $$list; do \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001156 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Patrick Scott5f6bd842010-06-28 16:55:16 -04001157 echo "$$d$$p"; \
1158 done | $(am__base_list) | \
1159 while read files; do \
1160 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
1161 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001162 done
1163
1164uninstall-pkgconfigDATA:
1165 @$(NORMAL_UNINSTALL)
Patrick Scott5f6bd842010-06-28 16:55:16 -04001166 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1167 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Chris Craikb50c2172013-07-29 15:28:30 -07001168 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
1169install-nodist_pkgincludeHEADERS: $(nodist_pkginclude_HEADERS)
1170 @$(NORMAL_INSTALL)
1171 @list='$(nodist_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
1172 if test -n "$$list"; then \
1173 echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
1174 $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
1175 fi; \
1176 for p in $$list; do \
1177 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1178 echo "$$d$$p"; \
1179 done | $(am__base_list) | \
1180 while read files; do \
1181 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
1182 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
1183 done
1184
1185uninstall-nodist_pkgincludeHEADERS:
1186 @$(NORMAL_UNINSTALL)
1187 @list='$(nodist_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
1188 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1189 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
The Android Open Source Project893912b2009-03-03 19:30:05 -08001190install-pkgincludeHEADERS: $(pkginclude_HEADERS)
1191 @$(NORMAL_INSTALL)
Patrick Scott5f6bd842010-06-28 16:55:16 -04001192 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
Chris Craikb50c2172013-07-29 15:28:30 -07001193 if test -n "$$list"; then \
1194 echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
1195 $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
1196 fi; \
Patrick Scott5f6bd842010-06-28 16:55:16 -04001197 for p in $$list; do \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001198 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Patrick Scott5f6bd842010-06-28 16:55:16 -04001199 echo "$$d$$p"; \
1200 done | $(am__base_list) | \
1201 while read files; do \
1202 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
1203 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001204 done
1205
1206uninstall-pkgincludeHEADERS:
1207 @$(NORMAL_UNINSTALL)
Patrick Scott5f6bd842010-06-28 16:55:16 -04001208 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
1209 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Chris Craikb50c2172013-07-29 15:28:30 -07001210 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
The Android Open Source Project893912b2009-03-03 19:30:05 -08001211
Chris Craikb50c2172013-07-29 15:28:30 -07001212ID: $(am__tagged_files)
1213 $(am__define_uniq_tagged_files); mkid -fID $$unique
1214tags: tags-am
1215TAGS: tags
The Android Open Source Project893912b2009-03-03 19:30:05 -08001216
Chris Craikb50c2172013-07-29 15:28:30 -07001217tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Patrick Scott5f6bd842010-06-28 16:55:16 -04001218 set x; \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001219 here=`pwd`; \
Chris Craikb50c2172013-07-29 15:28:30 -07001220 $(am__define_uniq_tagged_files); \
Patrick Scott5f6bd842010-06-28 16:55:16 -04001221 shift; \
1222 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001223 test -n "$$unique" || unique=$$empty_fix; \
Patrick Scott5f6bd842010-06-28 16:55:16 -04001224 if test $$# -gt 0; then \
1225 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1226 "$$@" $$unique; \
1227 else \
1228 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1229 $$unique; \
1230 fi; \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001231 fi
Chris Craikb50c2172013-07-29 15:28:30 -07001232ctags: ctags-am
1233
1234CTAGS: ctags
1235ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1236 $(am__define_uniq_tagged_files); \
Patrick Scott5f6bd842010-06-28 16:55:16 -04001237 test -z "$(CTAGS_ARGS)$$unique" \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001238 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Patrick Scott5f6bd842010-06-28 16:55:16 -04001239 $$unique
The Android Open Source Project893912b2009-03-03 19:30:05 -08001240
1241GTAGS:
1242 here=`$(am__cd) $(top_builddir) && pwd` \
Patrick Scott5f6bd842010-06-28 16:55:16 -04001243 && $(am__cd) $(top_srcdir) \
1244 && gtags -i $(GTAGS_ARGS) "$$here"
Chris Craikb50c2172013-07-29 15:28:30 -07001245cscope: cscope.files
1246 test ! -s cscope.files \
1247 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1248clean-cscope:
1249 -rm -f cscope.files
1250cscope.files: clean-cscope cscopelist
1251cscopelist: cscopelist-am
1252
1253cscopelist-am: $(am__tagged_files)
1254 list='$(am__tagged_files)'; \
1255 case "$(srcdir)" in \
1256 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1257 *) sdir=$(subdir)/$(srcdir) ;; \
1258 esac; \
1259 for i in $$list; do \
1260 if test -f "$$i"; then \
1261 echo "$(subdir)/$$i"; \
1262 else \
1263 echo "$$sdir/$$i"; \
1264 fi; \
1265 done >> $(top_builddir)/cscope.files
The Android Open Source Project893912b2009-03-03 19:30:05 -08001266
1267distclean-tags:
1268 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Chris Craikb50c2172013-07-29 15:28:30 -07001269 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
The Android Open Source Project893912b2009-03-03 19:30:05 -08001270
Chris Craikb50c2172013-07-29 15:28:30 -07001271# Recover from deleted '.trs' file; this should ensure that
1272# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1273# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
1274# to avoid problems with "make -n".
1275.log.trs:
1276 rm -f $< $@
1277 $(MAKE) $(AM_MAKEFLAGS) $<
1278
1279# Leading 'am--fnord' is there to ensure the list of targets does not
1280# exand to empty, as could happen e.g. with make check TESTS=''.
1281am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1282am--force-recheck:
1283 @:
1284
1285$(TEST_SUITE_LOG): $(TEST_LOGS)
1286 @$(am__set_TESTS_bases); \
1287 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1288 redo_bases=`for i in $$bases; do \
1289 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1290 done`; \
1291 if test -n "$$redo_bases"; then \
1292 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1293 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1294 if $(am__make_dryrun); then :; else \
1295 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1296 fi; \
1297 fi; \
1298 if test -n "$$am__remaking_logs"; then \
1299 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1300 "recursion detected" >&2; \
1301 else \
1302 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1303 fi; \
1304 if $(am__make_dryrun); then :; else \
1305 st=0; \
1306 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1307 for i in $$redo_bases; do \
1308 test -f $$i.trs && test -r $$i.trs \
1309 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1310 test -f $$i.log && test -r $$i.log \
1311 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001312 done; \
Chris Craikb50c2172013-07-29 15:28:30 -07001313 test $$st -eq 0 || exit 1; \
1314 fi
1315 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1316 ws='[ ]'; \
1317 results=`for b in $$bases; do echo $$b.trs; done`; \
1318 test -n "$$results" || results=/dev/null; \
1319 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
1320 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
1321 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
1322 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
1323 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1324 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1325 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1326 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1327 success=true; \
1328 else \
1329 success=false; \
1330 fi; \
1331 br='==================='; br=$$br$$br$$br$$br; \
1332 result_count () \
1333 { \
1334 if test x"$$1" = x"--maybe-color"; then \
1335 maybe_colorize=yes; \
1336 elif test x"$$1" = x"--no-color"; then \
1337 maybe_colorize=no; \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001338 else \
Chris Craikb50c2172013-07-29 15:28:30 -07001339 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001340 fi; \
Chris Craikb50c2172013-07-29 15:28:30 -07001341 shift; \
1342 desc=$$1 count=$$2; \
1343 if test $$maybe_colorize = yes && test $$count -gt 0; then \
1344 color_start=$$3 color_end=$$std; \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001345 else \
Chris Craikb50c2172013-07-29 15:28:30 -07001346 color_start= color_end=; \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001347 fi; \
Chris Craikb50c2172013-07-29 15:28:30 -07001348 echo "$${color_start}# $$desc $$count$${color_end}"; \
1349 }; \
1350 create_testsuite_report () \
1351 { \
1352 result_count $$1 "TOTAL:" $$all "$$brg"; \
1353 result_count $$1 "PASS: " $$pass "$$grn"; \
1354 result_count $$1 "SKIP: " $$skip "$$blu"; \
1355 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1356 result_count $$1 "FAIL: " $$fail "$$red"; \
1357 result_count $$1 "XPASS:" $$xpass "$$red"; \
1358 result_count $$1 "ERROR:" $$error "$$mgn"; \
1359 }; \
1360 { \
1361 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
1362 $(am__rst_title); \
1363 create_testsuite_report --no-color; \
1364 echo; \
1365 echo ".. contents:: :depth: 2"; \
1366 echo; \
1367 for b in $$bases; do echo $$b; done \
1368 | $(am__create_global_log); \
1369 } >$(TEST_SUITE_LOG).tmp || exit 1; \
1370 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
1371 if $$success; then \
1372 col="$$grn"; \
1373 else \
1374 col="$$red"; \
1375 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
1376 fi; \
1377 echo "$${col}$$br$${std}"; \
1378 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
1379 echo "$${col}$$br$${std}"; \
1380 create_testsuite_report --maybe-color; \
1381 echo "$$col$$br$$std"; \
1382 if $$success; then :; else \
1383 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
1384 if test -n "$(PACKAGE_BUGREPORT)"; then \
1385 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
1386 fi; \
1387 echo "$$col$$br$$std"; \
1388 fi; \
1389 $$success || exit 1
1390
1391check-TESTS:
1392 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
1393 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1394 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1395 @set +e; $(am__set_TESTS_bases); \
1396 log_list=`for i in $$bases; do echo $$i.log; done`; \
1397 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1398 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1399 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1400 exit $$?;
1401recheck: all $(check_PROGRAMS)
1402 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1403 @set +e; $(am__set_TESTS_bases); \
1404 bases=`for i in $$bases; do echo $$i; done \
1405 | $(am__list_recheck_tests)` || exit 1; \
1406 log_list=`for i in $$bases; do echo $$i.log; done`; \
1407 log_list=`echo $$log_list`; \
1408 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1409 am__force_recheck=am--force-recheck \
1410 TEST_LOGS="$$log_list"; \
1411 exit $$?
1412tests/pngtest.log: tests/pngtest
1413 @p='tests/pngtest'; \
1414 b='tests/pngtest'; \
1415 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1416 --log-file $$b.log --trs-file $$b.trs \
1417 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1418 "$$tst" $(AM_TESTS_FD_REDIRECT)
1419tests/pngvalid-gamma-16-to-8.log: tests/pngvalid-gamma-16-to-8
1420 @p='tests/pngvalid-gamma-16-to-8'; \
1421 b='tests/pngvalid-gamma-16-to-8'; \
1422 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1423 --log-file $$b.log --trs-file $$b.trs \
1424 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1425 "$$tst" $(AM_TESTS_FD_REDIRECT)
1426tests/pngvalid-gamma-alpha-mode.log: tests/pngvalid-gamma-alpha-mode
1427 @p='tests/pngvalid-gamma-alpha-mode'; \
1428 b='tests/pngvalid-gamma-alpha-mode'; \
1429 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1430 --log-file $$b.log --trs-file $$b.trs \
1431 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1432 "$$tst" $(AM_TESTS_FD_REDIRECT)
1433tests/pngvalid-gamma-background.log: tests/pngvalid-gamma-background
1434 @p='tests/pngvalid-gamma-background'; \
1435 b='tests/pngvalid-gamma-background'; \
1436 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1437 --log-file $$b.log --trs-file $$b.trs \
1438 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1439 "$$tst" $(AM_TESTS_FD_REDIRECT)
1440tests/pngvalid-gamma-expand16-alpha-mode.log: tests/pngvalid-gamma-expand16-alpha-mode
1441 @p='tests/pngvalid-gamma-expand16-alpha-mode'; \
1442 b='tests/pngvalid-gamma-expand16-alpha-mode'; \
1443 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1444 --log-file $$b.log --trs-file $$b.trs \
1445 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1446 "$$tst" $(AM_TESTS_FD_REDIRECT)
1447tests/pngvalid-gamma-expand16-background.log: tests/pngvalid-gamma-expand16-background
1448 @p='tests/pngvalid-gamma-expand16-background'; \
1449 b='tests/pngvalid-gamma-expand16-background'; \
1450 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1451 --log-file $$b.log --trs-file $$b.trs \
1452 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1453 "$$tst" $(AM_TESTS_FD_REDIRECT)
1454tests/pngvalid-gamma-expand16-transform.log: tests/pngvalid-gamma-expand16-transform
1455 @p='tests/pngvalid-gamma-expand16-transform'; \
1456 b='tests/pngvalid-gamma-expand16-transform'; \
1457 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1458 --log-file $$b.log --trs-file $$b.trs \
1459 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1460 "$$tst" $(AM_TESTS_FD_REDIRECT)
1461tests/pngvalid-gamma-sbit.log: tests/pngvalid-gamma-sbit
1462 @p='tests/pngvalid-gamma-sbit'; \
1463 b='tests/pngvalid-gamma-sbit'; \
1464 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1465 --log-file $$b.log --trs-file $$b.trs \
1466 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1467 "$$tst" $(AM_TESTS_FD_REDIRECT)
1468tests/pngvalid-gamma-threshold.log: tests/pngvalid-gamma-threshold
1469 @p='tests/pngvalid-gamma-threshold'; \
1470 b='tests/pngvalid-gamma-threshold'; \
1471 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1472 --log-file $$b.log --trs-file $$b.trs \
1473 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1474 "$$tst" $(AM_TESTS_FD_REDIRECT)
1475tests/pngvalid-gamma-transform.log: tests/pngvalid-gamma-transform
1476 @p='tests/pngvalid-gamma-transform'; \
1477 b='tests/pngvalid-gamma-transform'; \
1478 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1479 --log-file $$b.log --trs-file $$b.trs \
1480 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1481 "$$tst" $(AM_TESTS_FD_REDIRECT)
1482tests/pngvalid-progressive-interlace-size.log: tests/pngvalid-progressive-interlace-size
1483 @p='tests/pngvalid-progressive-interlace-size'; \
1484 b='tests/pngvalid-progressive-interlace-size'; \
1485 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1486 --log-file $$b.log --trs-file $$b.trs \
1487 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1488 "$$tst" $(AM_TESTS_FD_REDIRECT)
1489tests/pngvalid-progressive-interlace-standard.log: tests/pngvalid-progressive-interlace-standard
1490 @p='tests/pngvalid-progressive-interlace-standard'; \
1491 b='tests/pngvalid-progressive-interlace-standard'; \
1492 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1493 --log-file $$b.log --trs-file $$b.trs \
1494 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1495 "$$tst" $(AM_TESTS_FD_REDIRECT)
1496tests/pngvalid-progressive-interlace-transform.log: tests/pngvalid-progressive-interlace-transform
1497 @p='tests/pngvalid-progressive-interlace-transform'; \
1498 b='tests/pngvalid-progressive-interlace-transform'; \
1499 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1500 --log-file $$b.log --trs-file $$b.trs \
1501 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1502 "$$tst" $(AM_TESTS_FD_REDIRECT)
1503tests/pngvalid-progressive-standard.log: tests/pngvalid-progressive-standard
1504 @p='tests/pngvalid-progressive-standard'; \
1505 b='tests/pngvalid-progressive-standard'; \
1506 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1507 --log-file $$b.log --trs-file $$b.trs \
1508 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1509 "$$tst" $(AM_TESTS_FD_REDIRECT)
1510tests/pngvalid-standard.log: tests/pngvalid-standard
1511 @p='tests/pngvalid-standard'; \
1512 b='tests/pngvalid-standard'; \
1513 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1514 --log-file $$b.log --trs-file $$b.trs \
1515 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1516 "$$tst" $(AM_TESTS_FD_REDIRECT)
1517tests/pngstest-0g01.log: tests/pngstest-0g01
1518 @p='tests/pngstest-0g01'; \
1519 b='tests/pngstest-0g01'; \
1520 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1521 --log-file $$b.log --trs-file $$b.trs \
1522 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1523 "$$tst" $(AM_TESTS_FD_REDIRECT)
1524tests/pngstest-0g02.log: tests/pngstest-0g02
1525 @p='tests/pngstest-0g02'; \
1526 b='tests/pngstest-0g02'; \
1527 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1528 --log-file $$b.log --trs-file $$b.trs \
1529 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1530 "$$tst" $(AM_TESTS_FD_REDIRECT)
1531tests/pngstest-0g04.log: tests/pngstest-0g04
1532 @p='tests/pngstest-0g04'; \
1533 b='tests/pngstest-0g04'; \
1534 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1535 --log-file $$b.log --trs-file $$b.trs \
1536 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1537 "$$tst" $(AM_TESTS_FD_REDIRECT)
1538tests/pngstest-0g08.log: tests/pngstest-0g08
1539 @p='tests/pngstest-0g08'; \
1540 b='tests/pngstest-0g08'; \
1541 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1542 --log-file $$b.log --trs-file $$b.trs \
1543 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1544 "$$tst" $(AM_TESTS_FD_REDIRECT)
1545tests/pngstest-0g16.log: tests/pngstest-0g16
1546 @p='tests/pngstest-0g16'; \
1547 b='tests/pngstest-0g16'; \
1548 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1549 --log-file $$b.log --trs-file $$b.trs \
1550 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1551 "$$tst" $(AM_TESTS_FD_REDIRECT)
1552tests/pngstest-2c08.log: tests/pngstest-2c08
1553 @p='tests/pngstest-2c08'; \
1554 b='tests/pngstest-2c08'; \
1555 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1556 --log-file $$b.log --trs-file $$b.trs \
1557 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1558 "$$tst" $(AM_TESTS_FD_REDIRECT)
1559tests/pngstest-2c16.log: tests/pngstest-2c16
1560 @p='tests/pngstest-2c16'; \
1561 b='tests/pngstest-2c16'; \
1562 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1563 --log-file $$b.log --trs-file $$b.trs \
1564 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1565 "$$tst" $(AM_TESTS_FD_REDIRECT)
1566tests/pngstest-3p01.log: tests/pngstest-3p01
1567 @p='tests/pngstest-3p01'; \
1568 b='tests/pngstest-3p01'; \
1569 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1570 --log-file $$b.log --trs-file $$b.trs \
1571 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1572 "$$tst" $(AM_TESTS_FD_REDIRECT)
1573tests/pngstest-3p02.log: tests/pngstest-3p02
1574 @p='tests/pngstest-3p02'; \
1575 b='tests/pngstest-3p02'; \
1576 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1577 --log-file $$b.log --trs-file $$b.trs \
1578 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1579 "$$tst" $(AM_TESTS_FD_REDIRECT)
1580tests/pngstest-3p04.log: tests/pngstest-3p04
1581 @p='tests/pngstest-3p04'; \
1582 b='tests/pngstest-3p04'; \
1583 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1584 --log-file $$b.log --trs-file $$b.trs \
1585 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1586 "$$tst" $(AM_TESTS_FD_REDIRECT)
1587tests/pngstest-3p08.log: tests/pngstest-3p08
1588 @p='tests/pngstest-3p08'; \
1589 b='tests/pngstest-3p08'; \
1590 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1591 --log-file $$b.log --trs-file $$b.trs \
1592 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1593 "$$tst" $(AM_TESTS_FD_REDIRECT)
1594tests/pngstest-4a08.log: tests/pngstest-4a08
1595 @p='tests/pngstest-4a08'; \
1596 b='tests/pngstest-4a08'; \
1597 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1598 --log-file $$b.log --trs-file $$b.trs \
1599 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1600 "$$tst" $(AM_TESTS_FD_REDIRECT)
1601tests/pngstest-4a16.log: tests/pngstest-4a16
1602 @p='tests/pngstest-4a16'; \
1603 b='tests/pngstest-4a16'; \
1604 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1605 --log-file $$b.log --trs-file $$b.trs \
1606 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1607 "$$tst" $(AM_TESTS_FD_REDIRECT)
1608tests/pngstest-6a08.log: tests/pngstest-6a08
1609 @p='tests/pngstest-6a08'; \
1610 b='tests/pngstest-6a08'; \
1611 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1612 --log-file $$b.log --trs-file $$b.trs \
1613 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1614 "$$tst" $(AM_TESTS_FD_REDIRECT)
1615tests/pngstest-6a16.log: tests/pngstest-6a16
1616 @p='tests/pngstest-6a16'; \
1617 b='tests/pngstest-6a16'; \
1618 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1619 --log-file $$b.log --trs-file $$b.trs \
1620 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1621 "$$tst" $(AM_TESTS_FD_REDIRECT)
1622tests/pngstest-error.log: tests/pngstest-error
1623 @p='tests/pngstest-error'; \
1624 b='tests/pngstest-error'; \
1625 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1626 --log-file $$b.log --trs-file $$b.trs \
1627 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1628 "$$tst" $(AM_TESTS_FD_REDIRECT)
1629tests/pngunknown-IDAT.log: tests/pngunknown-IDAT
1630 @p='tests/pngunknown-IDAT'; \
1631 b='tests/pngunknown-IDAT'; \
1632 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1633 --log-file $$b.log --trs-file $$b.trs \
1634 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1635 "$$tst" $(AM_TESTS_FD_REDIRECT)
1636tests/pngunknown-discard.log: tests/pngunknown-discard
1637 @p='tests/pngunknown-discard'; \
1638 b='tests/pngunknown-discard'; \
1639 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1640 --log-file $$b.log --trs-file $$b.trs \
1641 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1642 "$$tst" $(AM_TESTS_FD_REDIRECT)
1643tests/pngunknown-if-safe.log: tests/pngunknown-if-safe
1644 @p='tests/pngunknown-if-safe'; \
1645 b='tests/pngunknown-if-safe'; \
1646 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1647 --log-file $$b.log --trs-file $$b.trs \
1648 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1649 "$$tst" $(AM_TESTS_FD_REDIRECT)
1650tests/pngunknown-sAPI.log: tests/pngunknown-sAPI
1651 @p='tests/pngunknown-sAPI'; \
1652 b='tests/pngunknown-sAPI'; \
1653 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1654 --log-file $$b.log --trs-file $$b.trs \
1655 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1656 "$$tst" $(AM_TESTS_FD_REDIRECT)
1657tests/pngunknown-sTER.log: tests/pngunknown-sTER
1658 @p='tests/pngunknown-sTER'; \
1659 b='tests/pngunknown-sTER'; \
1660 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1661 --log-file $$b.log --trs-file $$b.trs \
1662 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1663 "$$tst" $(AM_TESTS_FD_REDIRECT)
1664tests/pngunknown-save.log: tests/pngunknown-save
1665 @p='tests/pngunknown-save'; \
1666 b='tests/pngunknown-save'; \
1667 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1668 --log-file $$b.log --trs-file $$b.trs \
1669 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1670 "$$tst" $(AM_TESTS_FD_REDIRECT)
1671tests/pngunknown-vpAg.log: tests/pngunknown-vpAg
1672 @p='tests/pngunknown-vpAg'; \
1673 b='tests/pngunknown-vpAg'; \
1674 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1675 --log-file $$b.log --trs-file $$b.trs \
1676 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1677 "$$tst" $(AM_TESTS_FD_REDIRECT)
1678.test.log:
1679 @p='$<'; \
1680 $(am__set_b); \
1681 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1682 --log-file $$b.log --trs-file $$b.trs \
1683 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1684 "$$tst" $(AM_TESTS_FD_REDIRECT)
1685@am__EXEEXT_TRUE@.test$(EXEEXT).log:
1686@am__EXEEXT_TRUE@ @p='$<'; \
1687@am__EXEEXT_TRUE@ $(am__set_b); \
1688@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1689@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
1690@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1691@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
The Android Open Source Project893912b2009-03-03 19:30:05 -08001692
1693distdir: $(DISTFILES)
1694 $(am__remove_distdir)
Patrick Scott5f6bd842010-06-28 16:55:16 -04001695 test -d "$(distdir)" || mkdir "$(distdir)"
The Android Open Source Project893912b2009-03-03 19:30:05 -08001696 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1697 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1698 list='$(DISTFILES)'; \
1699 dist_files=`for file in $$list; do echo $$file; done | \
1700 sed -e "s|^$$srcdirstrip/||;t" \
1701 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1702 case $$dist_files in \
1703 */*) $(MKDIR_P) `echo "$$dist_files" | \
1704 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1705 sort -u` ;; \
1706 esac; \
1707 for file in $$dist_files; do \
1708 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1709 if test -d $$d/$$file; then \
1710 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Patrick Scott5f6bd842010-06-28 16:55:16 -04001711 if test -d "$(distdir)/$$file"; then \
1712 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001713 fi; \
Patrick Scott5f6bd842010-06-28 16:55:16 -04001714 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1715 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1716 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1717 fi; \
1718 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001719 else \
Patrick Scott5f6bd842010-06-28 16:55:16 -04001720 test -f "$(distdir)/$$file" \
1721 || cp -p $$d/$$file "$(distdir)/$$file" \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001722 || exit 1; \
1723 fi; \
1724 done
Chris Craikb50c2172013-07-29 15:28:30 -07001725 $(MAKE) $(AM_MAKEFLAGS) \
1726 top_distdir="$(top_distdir)" distdir="$(distdir)" \
1727 dist-hook
Patrick Scott5f6bd842010-06-28 16:55:16 -04001728 -test -n "$(am__skip_mode_fix)" \
Chris Craikb50c2172013-07-29 15:28:30 -07001729 || find "$(distdir)" -type d ! -perm -755 \
1730 -exec chmod u+rwx,go+rx {} \; -o \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001731 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1732 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1733 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
Patrick Scott5f6bd842010-06-28 16:55:16 -04001734 || chmod -R a+r "$(distdir)"
The Android Open Source Project893912b2009-03-03 19:30:05 -08001735dist-gzip: distdir
1736 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
Chris Craikb50c2172013-07-29 15:28:30 -07001737 $(am__post_remove_distdir)
The Android Open Source Project893912b2009-03-03 19:30:05 -08001738
1739dist-bzip2: distdir
Chris Craikb50c2172013-07-29 15:28:30 -07001740 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1741 $(am__post_remove_distdir)
The Android Open Source Project893912b2009-03-03 19:30:05 -08001742
Chris Craikb50c2172013-07-29 15:28:30 -07001743dist-lzip: distdir
1744 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1745 $(am__post_remove_distdir)
Patrick Scott5f6bd842010-06-28 16:55:16 -04001746dist-xz: distdir
Chris Craikb50c2172013-07-29 15:28:30 -07001747 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1748 $(am__post_remove_distdir)
Patrick Scott5f6bd842010-06-28 16:55:16 -04001749
The Android Open Source Project893912b2009-03-03 19:30:05 -08001750dist-tarZ: distdir
1751 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Chris Craikb50c2172013-07-29 15:28:30 -07001752 $(am__post_remove_distdir)
The Android Open Source Project893912b2009-03-03 19:30:05 -08001753
1754dist-shar: distdir
1755 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
Chris Craikb50c2172013-07-29 15:28:30 -07001756 $(am__post_remove_distdir)
The Android Open Source Project893912b2009-03-03 19:30:05 -08001757
1758dist-zip: distdir
1759 -rm -f $(distdir).zip
1760 zip -rq $(distdir).zip $(distdir)
Chris Craikb50c2172013-07-29 15:28:30 -07001761 $(am__post_remove_distdir)
The Android Open Source Project893912b2009-03-03 19:30:05 -08001762
Chris Craikb50c2172013-07-29 15:28:30 -07001763dist dist-all:
1764 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1765 $(am__post_remove_distdir)
The Android Open Source Project893912b2009-03-03 19:30:05 -08001766
1767# This target untars the dist file and tries a VPATH configuration. Then
1768# it guarantees that the distribution is self-contained by making another
1769# tarfile.
1770distcheck: dist
1771 case '$(DIST_ARCHIVES)' in \
1772 *.tar.gz*) \
Chris Craikb50c2172013-07-29 15:28:30 -07001773 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
The Android Open Source Project893912b2009-03-03 19:30:05 -08001774 *.tar.bz2*) \
Chris Craikb50c2172013-07-29 15:28:30 -07001775 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1776 *.tar.lz*) \
1777 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
Patrick Scott5f6bd842010-06-28 16:55:16 -04001778 *.tar.xz*) \
1779 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
The Android Open Source Project893912b2009-03-03 19:30:05 -08001780 *.tar.Z*) \
1781 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1782 *.shar.gz*) \
Chris Craikb50c2172013-07-29 15:28:30 -07001783 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
The Android Open Source Project893912b2009-03-03 19:30:05 -08001784 *.zip*) \
1785 unzip $(distdir).zip ;;\
1786 esac
Chris Craikb50c2172013-07-29 15:28:30 -07001787 chmod -R a-w $(distdir)
1788 chmod u+w $(distdir)
1789 mkdir $(distdir)/_build $(distdir)/_inst
The Android Open Source Project893912b2009-03-03 19:30:05 -08001790 chmod a-w $(distdir)
Patrick Scott5f6bd842010-06-28 16:55:16 -04001791 test -d $(distdir)/_build || exit 0; \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001792 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1793 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
Patrick Scott5f6bd842010-06-28 16:55:16 -04001794 && am__cwd=`pwd` \
1795 && $(am__cd) $(distdir)/_build \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001796 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
Chris Craikb50c2172013-07-29 15:28:30 -07001797 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001798 $(DISTCHECK_CONFIGURE_FLAGS) \
1799 && $(MAKE) $(AM_MAKEFLAGS) \
1800 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1801 && $(MAKE) $(AM_MAKEFLAGS) check \
1802 && $(MAKE) $(AM_MAKEFLAGS) install \
1803 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1804 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1805 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1806 distuninstallcheck \
1807 && chmod -R a-w "$$dc_install_base" \
1808 && ({ \
1809 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1810 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1811 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1812 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1813 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1814 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1815 && rm -rf "$$dc_destdir" \
1816 && $(MAKE) $(AM_MAKEFLAGS) dist \
1817 && rm -rf $(DIST_ARCHIVES) \
Patrick Scott5f6bd842010-06-28 16:55:16 -04001818 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1819 && cd "$$am__cwd" \
1820 || exit 1
Chris Craikb50c2172013-07-29 15:28:30 -07001821 $(am__post_remove_distdir)
The Android Open Source Project893912b2009-03-03 19:30:05 -08001822 @(echo "$(distdir) archives ready for distribution: "; \
1823 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1824 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1825distuninstallcheck:
Chris Craikb50c2172013-07-29 15:28:30 -07001826 @test -n '$(distuninstallcheck_dir)' || { \
1827 echo 'ERROR: trying to run $@ with an empty' \
1828 '$$(distuninstallcheck_dir)' >&2; \
1829 exit 1; \
1830 }; \
1831 $(am__cd) '$(distuninstallcheck_dir)' || { \
1832 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1833 exit 1; \
1834 }; \
1835 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001836 || { echo "ERROR: files left after uninstall:" ; \
1837 if test -n "$(DESTDIR)"; then \
1838 echo " (check DESTDIR support)"; \
1839 fi ; \
1840 $(distuninstallcheck_listfiles) ; \
1841 exit 1; } >&2
1842distcleancheck: distclean
1843 @if test '$(srcdir)' = . ; then \
1844 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1845 exit 1 ; \
1846 fi
1847 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1848 || { echo "ERROR: files left in build directory after distclean:" ; \
1849 $(distcleancheck_listfiles) ; \
1850 exit 1; } >&2
1851check-am: all-am
1852 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1853 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1854check: check-am
Chris Craikb50c2172013-07-29 15:28:30 -07001855all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
1856 $(HEADERS) config.h
1857install-binPROGRAMS: install-libLTLIBRARIES
1858
The Android Open Source Project893912b2009-03-03 19:30:05 -08001859installdirs:
Chris Craikb50c2172013-07-29 15:28:30 -07001860 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)" "$(DESTDIR)$(pkgincludedir)"; do \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001861 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1862 done
1863install: install-am
1864install-exec: install-exec-am
1865install-data: install-data-am
1866uninstall: uninstall-am
1867
1868install-am: all-am
1869 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1870
1871installcheck: installcheck-am
1872install-strip:
Chris Craikb50c2172013-07-29 15:28:30 -07001873 if test -z '$(STRIP)'; then \
1874 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1875 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1876 install; \
1877 else \
1878 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1879 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1880 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1881 fi
The Android Open Source Project893912b2009-03-03 19:30:05 -08001882mostlyclean-generic:
Chris Craikb50c2172013-07-29 15:28:30 -07001883 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1884 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1885 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
The Android Open Source Project893912b2009-03-03 19:30:05 -08001886
1887clean-generic:
1888 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1889
1890distclean-generic:
1891 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Patrick Scott5f6bd842010-06-28 16:55:16 -04001892 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
The Android Open Source Project893912b2009-03-03 19:30:05 -08001893
1894maintainer-clean-generic:
1895 @echo "This command is intended for maintainers to use"
1896 @echo "it deletes files that may require special tools to rebuild."
1897 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1898clean: clean-am
1899
Chris Craikb50c2172013-07-29 15:28:30 -07001900clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
1901 clean-libLTLIBRARIES clean-libtool mostlyclean-am
The Android Open Source Project893912b2009-03-03 19:30:05 -08001902
1903distclean: distclean-am
1904 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1905 -rm -rf ./$(DEPDIR)
1906 -rm -f Makefile
1907distclean-am: clean-am distclean-compile distclean-generic \
1908 distclean-hdr distclean-libtool distclean-tags
1909
1910dvi: dvi-am
1911
1912dvi-am:
1913
1914html: html-am
1915
Patrick Scott5f6bd842010-06-28 16:55:16 -04001916html-am:
1917
The Android Open Source Project893912b2009-03-03 19:30:05 -08001918info: info-am
1919
1920info-am:
1921
Chris Craikb50c2172013-07-29 15:28:30 -07001922install-data-am: install-man install-nodist_pkgincludeHEADERS \
1923 install-pkgconfigDATA install-pkgincludeHEADERS
The Android Open Source Project893912b2009-03-03 19:30:05 -08001924 @$(NORMAL_INSTALL)
1925 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
The Android Open Source Project893912b2009-03-03 19:30:05 -08001926install-dvi: install-dvi-am
1927
Patrick Scott5f6bd842010-06-28 16:55:16 -04001928install-dvi-am:
1929
Chris Craikb50c2172013-07-29 15:28:30 -07001930install-exec-am: install-binPROGRAMS install-binSCRIPTS \
1931 install-libLTLIBRARIES
The Android Open Source Project893912b2009-03-03 19:30:05 -08001932 @$(NORMAL_INSTALL)
1933 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
The Android Open Source Project893912b2009-03-03 19:30:05 -08001934install-html: install-html-am
1935
Patrick Scott5f6bd842010-06-28 16:55:16 -04001936install-html-am:
1937
The Android Open Source Project893912b2009-03-03 19:30:05 -08001938install-info: install-info-am
1939
Patrick Scott5f6bd842010-06-28 16:55:16 -04001940install-info-am:
1941
The Android Open Source Project893912b2009-03-03 19:30:05 -08001942install-man: install-man3 install-man5
1943
1944install-pdf: install-pdf-am
1945
Patrick Scott5f6bd842010-06-28 16:55:16 -04001946install-pdf-am:
1947
The Android Open Source Project893912b2009-03-03 19:30:05 -08001948install-ps: install-ps-am
1949
Patrick Scott5f6bd842010-06-28 16:55:16 -04001950install-ps-am:
1951
The Android Open Source Project893912b2009-03-03 19:30:05 -08001952installcheck-am:
1953
1954maintainer-clean: maintainer-clean-am
1955 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1956 -rm -rf $(top_srcdir)/autom4te.cache
1957 -rm -rf ./$(DEPDIR)
1958 -rm -f Makefile
1959maintainer-clean-am: distclean-am maintainer-clean-generic
1960
1961mostlyclean: mostlyclean-am
1962
1963mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1964 mostlyclean-libtool
1965
1966pdf: pdf-am
1967
1968pdf-am:
1969
1970ps: ps-am
1971
1972ps-am:
1973
Chris Craikb50c2172013-07-29 15:28:30 -07001974uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
1975 uninstall-libLTLIBRARIES uninstall-man \
1976 uninstall-nodist_pkgincludeHEADERS uninstall-pkgconfigDATA \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001977 uninstall-pkgincludeHEADERS
1978 @$(NORMAL_INSTALL)
1979 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
The Android Open Source Project893912b2009-03-03 19:30:05 -08001980uninstall-man: uninstall-man3 uninstall-man5
1981
Patrick Scott5f6bd842010-06-28 16:55:16 -04001982.MAKE: all check-am install-am install-data-am install-exec-am \
1983 install-strip uninstall-am
The Android Open Source Project893912b2009-03-03 19:30:05 -08001984
Chris Craikb50c2172013-07-29 15:28:30 -07001985.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS \
1986 check-am clean clean-binPROGRAMS clean-checkPROGRAMS \
1987 clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
1988 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1989 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
1990 dist-zip distcheck distclean distclean-compile \
1991 distclean-generic distclean-hdr distclean-libtool \
1992 distclean-tags distcleancheck distdir distuninstallcheck dvi \
1993 dvi-am html html-am info info-am install install-am \
1994 install-binPROGRAMS install-binSCRIPTS install-data \
The Android Open Source Project893912b2009-03-03 19:30:05 -08001995 install-data-am install-data-hook install-dvi install-dvi-am \
1996 install-exec install-exec-am install-exec-hook install-html \
1997 install-html-am install-info install-info-am \
1998 install-libLTLIBRARIES install-man install-man3 install-man5 \
Chris Craikb50c2172013-07-29 15:28:30 -07001999 install-nodist_pkgincludeHEADERS install-pdf install-pdf-am \
2000 install-pkgconfigDATA install-pkgincludeHEADERS install-ps \
2001 install-ps-am install-strip installcheck installcheck-am \
2002 installdirs maintainer-clean maintainer-clean-generic \
2003 mostlyclean mostlyclean-compile mostlyclean-generic \
2004 mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \
2005 uninstall uninstall-am uninstall-binPROGRAMS \
The Android Open Source Project893912b2009-03-03 19:30:05 -08002006 uninstall-binSCRIPTS uninstall-hook uninstall-libLTLIBRARIES \
2007 uninstall-man uninstall-man3 uninstall-man5 \
Chris Craikb50c2172013-07-29 15:28:30 -07002008 uninstall-nodist_pkgincludeHEADERS uninstall-pkgconfigDATA \
2009 uninstall-pkgincludeHEADERS
The Android Open Source Project893912b2009-03-03 19:30:05 -08002010
2011
The Android Open Source Project893912b2009-03-03 19:30:05 -08002012$(PNGLIB_BASENAME).pc: libpng.pc
2013 cp libpng.pc $@
2014
2015$(PNGLIB_BASENAME)-config: libpng-config
2016 cp libpng-config $@
2017
Chris Craikb50c2172013-07-29 15:28:30 -07002018scripts/sym.out scripts/vers.out: png.h pngconf.h pnglibconf.h
2019scripts/prefix.out: png.h pngconf.h pnglibconf.out
2020scripts/symbols.out: png.h pngconf.h $(srcdir)/scripts/pnglibconf.h.prebuilt
2021scripts/intprefix.out: pnglibconf.h
The Android Open Source Project893912b2009-03-03 19:30:05 -08002022
Chris Craikb50c2172013-07-29 15:28:30 -07002023libpng.sym: scripts/sym.out
2024 rm -f $@
2025 cp $? $@
2026libpng.vers: scripts/vers.out
2027 rm -f $@
2028 cp $? $@
The Android Open Source Project893912b2009-03-03 19:30:05 -08002029
Chris Craikb50c2172013-07-29 15:28:30 -07002030# Rename functions in scripts/prefix.out with a PNG_PREFIX prefix.
2031# Rename macros in scripts/macro.lst from PNG_PREFIXpng_ to PNG_ (the actual
2032# implementation of the macro).
2033@DO_PNG_PREFIX_TRUE@pnglibconf.h: pnglibconf.out scripts/prefix.out scripts/macro.lst
2034@DO_PNG_PREFIX_TRUE@ rm -f $@
2035@DO_PNG_PREFIX_TRUE@ $(AWK) 's==0 && NR>1{print prev}\
2036@DO_PNG_PREFIX_TRUE@ s==0{prev=$$0}\
2037@DO_PNG_PREFIX_TRUE@ s==1{print "#define", $$1, "@PNG_PREFIX@" $$1}\
2038@DO_PNG_PREFIX_TRUE@ s==2{print "#define @PNG_PREFIX@png_" $$1, "PNG_" $$1}\
2039@DO_PNG_PREFIX_TRUE@ END{print prev}' s=0 pnglibconf.out s=1 scripts/prefix.out\
2040@DO_PNG_PREFIX_TRUE@ s=2 ${srcdir}/scripts/macro.lst >pnglibconf.tf8
2041@DO_PNG_PREFIX_TRUE@ mv pnglibconf.tf8 $@
2042
2043@DO_PNG_PREFIX_TRUE@pngprefix.h: scripts/intprefix.out
2044@DO_PNG_PREFIX_TRUE@ rm -f pngprefix.tf1
2045@DO_PNG_PREFIX_TRUE@ $(AWK) '{print "#define", $$1, "@PNG_PREFIX@" $$1}' $? >pngprefix.tf1
2046@DO_PNG_PREFIX_TRUE@ mv pngprefix.tf1 $@
2047@DO_PNG_PREFIX_FALSE@pnglibconf.h: pnglibconf.out
2048@DO_PNG_PREFIX_FALSE@ rm -f $@
2049@DO_PNG_PREFIX_FALSE@ cp $? $@
2050
2051@DO_PNG_PREFIX_FALSE@pngprefix.h: # is empty
2052@DO_PNG_PREFIX_FALSE@ :>$@
2053
2054$(srcdir)/scripts/pnglibconf.h.prebuilt:
2055 @echo "Attempting to build $@" >&2
2056 @echo "This is a machine generated file, but if you want to make" >&2
2057 @echo "a new one simply make 'scripts/pnglibconf.out', copy that" >&2
2058 @echo "AND set PNG_ZLIB_VERNUM to 0 (you MUST do this)" >&2
2059 @exit 1
2060
2061# The following is necessary to ensure that the local pnglibconf.h is used, not
2062# an installed one (this can happen immediately after on a clean system if
2063# 'make test' is the first thing the user does.)
2064pngstest.o pngvalid.o pngtest.o pngunknown.o timepng.o: pnglibconf.h
2065pngfix.o png-fix-itxt.o: pnglibconf.h
2066
2067.dfn.out:
2068 rm -f $@ $*.c $*.tf[12]
2069 test -d scripts || mkdir scripts || test -d scripts
2070 echo '#include "$<"' >$*.c
2071 $(DFNCPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)\
2072 $(CPPFLAGS) $(SYMBOL_CFLAGS) $*.c > $*.tf1
2073 $(AWK) -f "${srcdir}/scripts/dfn.awk" out="$*.tf2" $*.tf1 1>&2
2074 rm -f $*.c $*.tf1
2075 mv $*.tf2 $@
2076
2077# The .dfn file for pnglibconf.h is machine generated
2078pnglibconf.dfn: scripts/pnglibconf.dfa scripts/options.awk pngconf.h pngusr.dfa $(DFA_XTRA)
2079 rm -f $@ $*.tf[45]
2080 $(AWK) -f ${srcdir}/scripts/options.awk out=$*.tf4 version=search\
2081 ${srcdir}/pngconf.h ${srcdir}/scripts/pnglibconf.dfa\
2082 ${srcdir}/pngusr.dfa $(DFA_XTRA) 1>&2
2083 $(AWK) -f ${srcdir}/scripts/options.awk out=$*.tf5 $*.tf4 1>&2
2084 rm $*.tf4
2085 mv $*.tf5 $@
2086
2087# Symbol checks (.def and .out files should match)
2088scripts/symbols.chk: scripts/checksym.awk scripts/symbols.def scripts/symbols.out
2089
2090.out.chk:
2091 rm -f $@ $*.new
2092 $(AWK) -f ${srcdir}/scripts/checksym.awk ${srcdir}/scripts/${*F}.def\
2093 of="$*.new" $< >&2
2094 mv $*.new $@
2095
2096# used on demand to regenerate the standard header, CPPFLAGS should
2097# be empty - no non-standard defines
2098scripts/pnglibconf.dfn: scripts/pnglibconf.dfa scripts/options.awk pngconf.h
2099 rm -f $@ pnglibconf.tf[67]
2100 test -z "$(CPPFLAGS)"
2101 echo "com @PNGLIB_VERSION@ STANDARD API DEFINITION" |\
2102 $(AWK) -f ${srcdir}/scripts/options.awk out=pnglibconf.tf6\
2103 logunsupported=1 version=search ${srcdir}/pngconf.h -\
2104 ${srcdir}/scripts/pnglibconf.dfa 1>&2
2105 $(AWK) -f ${srcdir}/scripts/options.awk out=pnglibconf.tf7\
2106 pnglibconf.tf6 1>&2
2107 rm pnglibconf.tf6
2108 mv pnglibconf.tf7 $@
2109
2110$(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_OBJECTS): png.h pngconf.h \
2111 pnglibconf.h pngpriv.h pngdebug.h pnginfo.h pngstruct.h pngprefix.h
2112
2113test: check-am
2114
2115# Extra checks
2116check: scripts/symbols.chk
2117
2118# Don't distribute the generated script files
2119dist-hook:
2120 cd '$(top_distdir)'; rm -f $(SCRIPT_CLEANFILES)
The Android Open Source Project893912b2009-03-03 19:30:05 -08002121
2122# install the .../include headers as links to the new ones
2123install-data-hook:
Chris Craikb50c2172013-07-29 15:28:30 -07002124 cd '$(DESTDIR)$(includedir)'; rm -f png.h pngconf.h pnglibconf.h
2125 cd '$(DESTDIR)$(includedir)'; $(LN_S) $(PNGLIB_BASENAME)/png.h png.h
2126 cd '$(DESTDIR)$(includedir)'; $(LN_S) $(PNGLIB_BASENAME)/pngconf.h \
2127 pngconf.h
2128 cd '$(DESTDIR)$(includedir)'; $(LN_S) $(PNGLIB_BASENAME)/pnglibconf.h \
2129 pnglibconf.h
2130 cd '$(DESTDIR)$(pkgconfigdir)'; rm -f libpng.pc
2131 cd '$(DESTDIR)$(pkgconfigdir)'; $(LN_S) $(PNGLIB_BASENAME).pc libpng.pc
The Android Open Source Project893912b2009-03-03 19:30:05 -08002132
Chris Craikb50c2172013-07-29 15:28:30 -07002133# do evil things to libpng to cause libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ to be used
The Android Open Source Project893912b2009-03-03 19:30:05 -08002134install-exec-hook:
Chris Craikb50c2172013-07-29 15:28:30 -07002135 cd '$(DESTDIR)$(bindir)'; rm -f libpng-config
2136 cd '$(DESTDIR)$(bindir)';\
2137 $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
The Android Open Source Project893912b2009-03-03 19:30:05 -08002138 @set -x;\
Chris Craikb50c2172013-07-29 15:28:30 -07002139 cd '$(DESTDIR)$(libdir)';\
2140 for ext in a la so so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@\
2141 sl dylib dll.a; do\
The Android Open Source Project893912b2009-03-03 19:30:05 -08002142 rm -f libpng.$$ext;\
2143 if test -f $(PNGLIB_BASENAME).$$ext; then\
2144 $(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\
2145 fi;\
2146 done
2147
2148uninstall-hook:
Chris Craikb50c2172013-07-29 15:28:30 -07002149 cd '$(DESTDIR)$(includedir)'; rm -f png.h pngconf.h pnglibconf.h
2150 rm -f '$(DESTDIR)$(pkgconfigdir)/libpng.pc'
2151 rm -f '$(DESTDIR)$(bindir)/libpng-config'
2152 rm -f '$(DESTDIR)$(libdir)/libpng.a'
2153 rm -f '$(DESTDIR)$(libdir)/libpng.la'
2154 rm -f '$(DESTDIR)$(libdir)/libpng.so'
2155 rm -f '$(DESTDIR)$(libdir)/libpng.so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@'
2156 rm -f '$(DESTDIR)$(libdir)/libpng.sl'
2157 rm -f '$(DESTDIR)$(libdir)/libpng.dylib'
2158 rm -f '$(DESTDIR)$(libdir)/libpng.dll.a'
Patrick Scott5f6bd842010-06-28 16:55:16 -04002159
The Android Open Source Project893912b2009-03-03 19:30:05 -08002160# Tell versions [3.59,3.63) of GNU make to not export all variables.
2161# Otherwise a system limit (for SysV at least) may be exceeded.
2162.NOEXPORT: