1 | # Makefile.in generated by automake 1.15 from Makefile.am.
|
---|
2 | # @configure_input@
|
---|
3 |
|
---|
4 | # Copyright (C) 1994-2014 Free Software Foundation, Inc.
|
---|
5 |
|
---|
6 | # This Makefile.in is free software; the Free Software Foundation
|
---|
7 | # gives unlimited permission to copy and/or distribute it,
|
---|
8 | # with or without modifications, as long as this notice is preserved.
|
---|
9 |
|
---|
10 | # This program is distributed in the hope that it will be useful,
|
---|
11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
---|
12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
---|
13 | # PARTICULAR PURPOSE.
|
---|
14 |
|
---|
15 | @SET_MAKE@
|
---|
16 |
|
---|
17 | # Makefile.am:
|
---|
18 | # Source file for Makefile.in (and hence Makefile)
|
---|
19 | #
|
---|
20 | # Makefile.am need only be changed on a major version number
|
---|
21 | # change (e.g. libpng12 --> libpng14). In that case seach
|
---|
22 | # this file for every instance of the old base name (libpng12)
|
---|
23 | # and change to the new one (libpng14), then change the
|
---|
24 | # -version-number settings below so that the new values have
|
---|
25 | # the correct major part (first field).
|
---|
26 |
|
---|
27 |
|
---|
28 |
|
---|
29 |
|
---|
30 | VPATH = @srcdir@
|
---|
31 | am__is_gnu_make = { \
|
---|
32 | if test -z '$(MAKELEVEL)'; then \
|
---|
33 | false; \
|
---|
34 | elif test -n '$(MAKE_HOST)'; then \
|
---|
35 | true; \
|
---|
36 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
---|
37 | true; \
|
---|
38 | else \
|
---|
39 | false; \
|
---|
40 | fi; \
|
---|
41 | }
|
---|
42 | am__make_running_with_option = \
|
---|
43 | case $${target_option-} in \
|
---|
44 | ?) ;; \
|
---|
45 | *) echo "am__make_running_with_option: internal error: invalid" \
|
---|
46 | "target option '$${target_option-}' specified" >&2; \
|
---|
47 | exit 1;; \
|
---|
48 | esac; \
|
---|
49 | has_opt=no; \
|
---|
50 | sane_makeflags=$$MAKEFLAGS; \
|
---|
51 | if $(am__is_gnu_make); then \
|
---|
52 | sane_makeflags=$$MFLAGS; \
|
---|
53 | else \
|
---|
54 | case $$MAKEFLAGS in \
|
---|
55 | *\\[\ \ ]*) \
|
---|
56 | bs=\\; \
|
---|
57 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
---|
58 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
---|
59 | esac; \
|
---|
60 | fi; \
|
---|
61 | skip_next=no; \
|
---|
62 | strip_trailopt () \
|
---|
63 | { \
|
---|
64 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
---|
65 | }; \
|
---|
66 | for flg in $$sane_makeflags; do \
|
---|
67 | test $$skip_next = yes && { skip_next=no; continue; }; \
|
---|
68 | case $$flg in \
|
---|
69 | *=*|--*) continue;; \
|
---|
70 | -*I) strip_trailopt 'I'; skip_next=yes;; \
|
---|
71 | -*I?*) strip_trailopt 'I';; \
|
---|
72 | -*O) strip_trailopt 'O'; skip_next=yes;; \
|
---|
73 | -*O?*) strip_trailopt 'O';; \
|
---|
74 | -*l) strip_trailopt 'l'; skip_next=yes;; \
|
---|
75 | -*l?*) strip_trailopt 'l';; \
|
---|
76 | -[dEDm]) skip_next=yes;; \
|
---|
77 | -[JT]) skip_next=yes;; \
|
---|
78 | esac; \
|
---|
79 | case $$flg in \
|
---|
80 | *$$target_option*) has_opt=yes; break;; \
|
---|
81 | esac; \
|
---|
82 | done; \
|
---|
83 | test $$has_opt = yes
|
---|
84 | am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
---|
85 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
---|
86 | pkgdatadir = $(datadir)/@PACKAGE@
|
---|
87 | pkglibdir = $(libdir)/@PACKAGE@
|
---|
88 | pkglibexecdir = $(libexecdir)/@PACKAGE@
|
---|
89 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
---|
90 | install_sh_DATA = $(install_sh) -c -m 644
|
---|
91 | install_sh_PROGRAM = $(install_sh) -c
|
---|
92 | install_sh_SCRIPT = $(install_sh) -c
|
---|
93 | INSTALL_HEADER = $(INSTALL_DATA)
|
---|
94 | transform = $(program_transform_name)
|
---|
95 | NORMAL_INSTALL = :
|
---|
96 | PRE_INSTALL = :
|
---|
97 | POST_INSTALL = :
|
---|
98 | NORMAL_UNINSTALL = :
|
---|
99 | PRE_UNINSTALL = :
|
---|
100 | POST_UNINSTALL = :
|
---|
101 | build_triplet = @build@
|
---|
102 | host_triplet = @host@
|
---|
103 | check_PROGRAMS = pngtest$(EXEEXT)
|
---|
104 | @HAVE_LD_VERSION_SCRIPT_TRUE@am__append_1 = -Wl,--version-script=libpng.vers
|
---|
105 | @HAVE_LD_VERSION_SCRIPT_FALSE@am__append_2 = -export-symbols libpng.sym
|
---|
106 | subdir = .
|
---|
107 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
---|
108 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
---|
109 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
---|
110 | $(ACLOCAL_M4)
|
---|
111 | DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
|
---|
112 | $(am__configure_deps) $(pkginclude_HEADERS) $(am__DIST_COMMON)
|
---|
113 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
---|
114 | configure.lineno config.status.lineno
|
---|
115 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
---|
116 | CONFIG_HEADER = config.h
|
---|
117 | CONFIG_CLEAN_FILES = libpng.pc libpng-config
|
---|
118 | CONFIG_CLEAN_VPATH_FILES =
|
---|
119 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
---|
120 | am__vpath_adj = case $$p in \
|
---|
121 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
---|
122 | *) f=$$p;; \
|
---|
123 | esac;
|
---|
124 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
---|
125 | am__install_max = 40
|
---|
126 | am__nobase_strip_setup = \
|
---|
127 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
---|
128 | am__nobase_strip = \
|
---|
129 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
---|
130 | am__nobase_list = $(am__nobase_strip_setup); \
|
---|
131 | for p in $$list; do echo "$$p $$p"; done | \
|
---|
132 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
---|
133 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
---|
134 | if (++n[$$2] == $(am__install_max)) \
|
---|
135 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
---|
136 | END { for (dir in files) print dir, files[dir] }'
|
---|
137 | am__base_list = \
|
---|
138 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
---|
139 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
---|
140 | am__uninstall_files_from_dir = { \
|
---|
141 | test -z "$$files" \
|
---|
142 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
---|
143 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
---|
144 | $(am__cd) "$$dir" && rm -f $$files; }; \
|
---|
145 | }
|
---|
146 | am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
|
---|
147 | "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man5dir)" \
|
---|
148 | "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)"
|
---|
149 | LTLIBRARIES = $(lib_LTLIBRARIES)
|
---|
150 | libpng_la_LIBADD =
|
---|
151 | am__objects_1 = libpng_la-png.lo libpng_la-pngset.lo \
|
---|
152 | libpng_la-pngget.lo libpng_la-pngrutil.lo \
|
---|
153 | libpng_la-pngtrans.lo libpng_la-pngwutil.lo \
|
---|
154 | libpng_la-pngread.lo libpng_la-pngrio.lo libpng_la-pngwio.lo \
|
---|
155 | libpng_la-pngwrite.lo libpng_la-pngrtran.lo \
|
---|
156 | libpng_la-pngwtran.lo libpng_la-pngmem.lo \
|
---|
157 | libpng_la-pngerror.lo libpng_la-pngpread.lo
|
---|
158 | am_libpng_la_OBJECTS = $(am__objects_1)
|
---|
159 | libpng_la_OBJECTS = $(am_libpng_la_OBJECTS)
|
---|
160 | AM_V_lt = $(am__v_lt_@AM_V@)
|
---|
161 | am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
|
---|
162 | am__v_lt_0 = --silent
|
---|
163 | am__v_lt_1 =
|
---|
164 | libpng_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
---|
165 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
---|
166 | $(libpng_la_LDFLAGS) $(LDFLAGS) -o $@
|
---|
167 | libpng12_la_LIBADD =
|
---|
168 | am_libpng12_la_OBJECTS = libpng12_la-png.lo libpng12_la-pngset.lo \
|
---|
169 | libpng12_la-pngget.lo libpng12_la-pngrutil.lo \
|
---|
170 | libpng12_la-pngtrans.lo libpng12_la-pngwutil.lo \
|
---|
171 | libpng12_la-pngread.lo libpng12_la-pngrio.lo \
|
---|
172 | libpng12_la-pngwio.lo libpng12_la-pngwrite.lo \
|
---|
173 | libpng12_la-pngrtran.lo libpng12_la-pngwtran.lo \
|
---|
174 | libpng12_la-pngmem.lo libpng12_la-pngerror.lo \
|
---|
175 | libpng12_la-pngpread.lo
|
---|
176 | libpng12_la_OBJECTS = $(am_libpng12_la_OBJECTS)
|
---|
177 | libpng12_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
---|
178 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
---|
179 | $(libpng12_la_LDFLAGS) $(LDFLAGS) -o $@
|
---|
180 | am_pngtest_OBJECTS = pngtest.$(OBJEXT)
|
---|
181 | pngtest_OBJECTS = $(am_pngtest_OBJECTS)
|
---|
182 | pngtest_DEPENDENCIES = libpng12.la
|
---|
183 | SCRIPTS = $(bin_SCRIPTS)
|
---|
184 | AM_V_P = $(am__v_P_@AM_V@)
|
---|
185 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
---|
186 | am__v_P_0 = false
|
---|
187 | am__v_P_1 = :
|
---|
188 | AM_V_GEN = $(am__v_GEN_@AM_V@)
|
---|
189 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
---|
190 | am__v_GEN_0 = @echo " GEN " $@;
|
---|
191 | am__v_GEN_1 =
|
---|
192 | AM_V_at = $(am__v_at_@AM_V@)
|
---|
193 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
---|
194 | am__v_at_0 = @
|
---|
195 | am__v_at_1 =
|
---|
196 | DEFAULT_INCLUDES = -I.@am__isrc@
|
---|
197 | depcomp = $(SHELL) $(top_srcdir)/depcomp
|
---|
198 | am__depfiles_maybe = depfiles
|
---|
199 | am__mv = mv -f
|
---|
200 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
---|
201 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
---|
202 | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
---|
203 | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
|
---|
204 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
---|
205 | $(AM_CFLAGS) $(CFLAGS)
|
---|
206 | AM_V_CC = $(am__v_CC_@AM_V@)
|
---|
207 | am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
|
---|
208 | am__v_CC_0 = @echo " CC " $@;
|
---|
209 | am__v_CC_1 =
|
---|
210 | CCLD = $(CC)
|
---|
211 | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
---|
212 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
---|
213 | $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
---|
214 | AM_V_CCLD = $(am__v_CCLD_@AM_V@)
|
---|
215 | am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
|
---|
216 | am__v_CCLD_0 = @echo " CCLD " $@;
|
---|
217 | am__v_CCLD_1 =
|
---|
218 | SOURCES = $(libpng_la_SOURCES) $(libpng12_la_SOURCES) \
|
---|
219 | $(pngtest_SOURCES)
|
---|
220 | DIST_SOURCES = $(libpng_la_SOURCES) $(libpng12_la_SOURCES) \
|
---|
221 | $(pngtest_SOURCES)
|
---|
222 | am__can_run_installinfo = \
|
---|
223 | case $$AM_UPDATE_INFO_DIR in \
|
---|
224 | n|no|NO) false;; \
|
---|
225 | *) (install-info --version) >/dev/null 2>&1;; \
|
---|
226 | esac
|
---|
227 | man3dir = $(mandir)/man3
|
---|
228 | man5dir = $(mandir)/man5
|
---|
229 | NROFF = nroff
|
---|
230 | MANS = $(dist_man_MANS)
|
---|
231 | DATA = $(pkgconfig_DATA)
|
---|
232 | HEADERS = $(pkginclude_HEADERS)
|
---|
233 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
|
---|
234 | $(LISP)config.h.in
|
---|
235 | # Read a list of newline-separated strings from the standard input,
|
---|
236 | # and print each of them once, without duplicates. Input order is
|
---|
237 | # *not* preserved.
|
---|
238 | am__uniquify_input = $(AWK) '\
|
---|
239 | BEGIN { nonempty = 0; } \
|
---|
240 | { items[$$0] = 1; nonempty = 1; } \
|
---|
241 | END { if (nonempty) { for (i in items) print i; }; } \
|
---|
242 | '
|
---|
243 | # Make sure the list of sources is unique. This is necessary because,
|
---|
244 | # e.g., the same source file might be shared among _SOURCES variables
|
---|
245 | # for different programs/libraries.
|
---|
246 | am__define_uniq_tagged_files = \
|
---|
247 | list='$(am__tagged_files)'; \
|
---|
248 | unique=`for i in $$list; do \
|
---|
249 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
---|
250 | done | $(am__uniquify_input)`
|
---|
251 | ETAGS = etags
|
---|
252 | CTAGS = ctags
|
---|
253 | CSCOPE = cscope
|
---|
254 | AM_RECURSIVE_TARGETS = cscope check recheck
|
---|
255 | am__tty_colors_dummy = \
|
---|
256 | mgn= red= grn= lgn= blu= brg= std=; \
|
---|
257 | am__color_tests=no
|
---|
258 | am__tty_colors = { \
|
---|
259 | $(am__tty_colors_dummy); \
|
---|
260 | if test "X$(AM_COLOR_TESTS)" = Xno; then \
|
---|
261 | am__color_tests=no; \
|
---|
262 | elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
|
---|
263 | am__color_tests=yes; \
|
---|
264 | elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
|
---|
265 | am__color_tests=yes; \
|
---|
266 | fi; \
|
---|
267 | if test $$am__color_tests = yes; then \
|
---|
268 | red='[0;31m'; \
|
---|
269 | grn='[0;32m'; \
|
---|
270 | lgn='[1;32m'; \
|
---|
271 | blu='[1;34m'; \
|
---|
272 | mgn='[0;35m'; \
|
---|
273 | brg='[1m'; \
|
---|
274 | std='[m'; \
|
---|
275 | fi; \
|
---|
276 | }
|
---|
277 | am__recheck_rx = ^[ ]*:recheck:[ ]*
|
---|
278 | am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
|
---|
279 | am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
|
---|
280 | # A command that, given a newline-separated list of test names on the
|
---|
281 | # standard input, print the name of the tests that are to be re-run
|
---|
282 | # upon "make recheck".
|
---|
283 | am__list_recheck_tests = $(AWK) '{ \
|
---|
284 | recheck = 1; \
|
---|
285 | while ((rc = (getline line < ($$0 ".trs"))) != 0) \
|
---|
286 | { \
|
---|
287 | if (rc < 0) \
|
---|
288 | { \
|
---|
289 | if ((getline line2 < ($$0 ".log")) < 0) \
|
---|
290 | recheck = 0; \
|
---|
291 | break; \
|
---|
292 | } \
|
---|
293 | else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
|
---|
294 | { \
|
---|
295 | recheck = 0; \
|
---|
296 | break; \
|
---|
297 | } \
|
---|
298 | else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
|
---|
299 | { \
|
---|
300 | break; \
|
---|
301 | } \
|
---|
302 | }; \
|
---|
303 | if (recheck) \
|
---|
304 | print $$0; \
|
---|
305 | close ($$0 ".trs"); \
|
---|
306 | close ($$0 ".log"); \
|
---|
307 | }'
|
---|
308 | # A command that, given a newline-separated list of test names on the
|
---|
309 | # standard input, create the global log from their .trs and .log files.
|
---|
310 | am__create_global_log = $(AWK) ' \
|
---|
311 | function fatal(msg) \
|
---|
312 | { \
|
---|
313 | print "fatal: making $@: " msg | "cat >&2"; \
|
---|
314 | exit 1; \
|
---|
315 | } \
|
---|
316 | function rst_section(header) \
|
---|
317 | { \
|
---|
318 | print header; \
|
---|
319 | len = length(header); \
|
---|
320 | for (i = 1; i <= len; i = i + 1) \
|
---|
321 | printf "="; \
|
---|
322 | printf "\n\n"; \
|
---|
323 | } \
|
---|
324 | { \
|
---|
325 | copy_in_global_log = 1; \
|
---|
326 | global_test_result = "RUN"; \
|
---|
327 | while ((rc = (getline line < ($$0 ".trs"))) != 0) \
|
---|
328 | { \
|
---|
329 | if (rc < 0) \
|
---|
330 | fatal("failed to read from " $$0 ".trs"); \
|
---|
331 | if (line ~ /$(am__global_test_result_rx)/) \
|
---|
332 | { \
|
---|
333 | sub("$(am__global_test_result_rx)", "", line); \
|
---|
334 | sub("[ ]*$$", "", line); \
|
---|
335 | global_test_result = line; \
|
---|
336 | } \
|
---|
337 | else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
|
---|
338 | copy_in_global_log = 0; \
|
---|
339 | }; \
|
---|
340 | if (copy_in_global_log) \
|
---|
341 | { \
|
---|
342 | rst_section(global_test_result ": " $$0); \
|
---|
343 | while ((rc = (getline line < ($$0 ".log"))) != 0) \
|
---|
344 | { \
|
---|
345 | if (rc < 0) \
|
---|
346 | fatal("failed to read from " $$0 ".log"); \
|
---|
347 | print line; \
|
---|
348 | }; \
|
---|
349 | printf "\n"; \
|
---|
350 | }; \
|
---|
351 | close ($$0 ".trs"); \
|
---|
352 | close ($$0 ".log"); \
|
---|
353 | }'
|
---|
354 | # Restructured Text title.
|
---|
355 | am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
|
---|
356 | # Solaris 10 'make', and several other traditional 'make' implementations,
|
---|
357 | # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
|
---|
358 | # by disabling -e (using the XSI extension "set +e") if it's set.
|
---|
359 | am__sh_e_setup = case $$- in *e*) set +e;; esac
|
---|
360 | # Default flags passed to test drivers.
|
---|
361 | am__common_driver_flags = \
|
---|
362 | --color-tests "$$am__color_tests" \
|
---|
363 | --enable-hard-errors "$$am__enable_hard_errors" \
|
---|
364 | --expect-failure "$$am__expect_failure"
|
---|
365 | # To be inserted before the command running the test. Creates the
|
---|
366 | # directory for the log if needed. Stores in $dir the directory
|
---|
367 | # containing $f, in $tst the test, in $log the log. Executes the
|
---|
368 | # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
|
---|
369 | # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
|
---|
370 | # will run the test scripts (or their associated LOG_COMPILER, if
|
---|
371 | # thy have one).
|
---|
372 | am__check_pre = \
|
---|
373 | $(am__sh_e_setup); \
|
---|
374 | $(am__vpath_adj_setup) $(am__vpath_adj) \
|
---|
375 | $(am__tty_colors); \
|
---|
376 | srcdir=$(srcdir); export srcdir; \
|
---|
377 | case "$@" in \
|
---|
378 | */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
|
---|
379 | *) am__odir=.;; \
|
---|
380 | esac; \
|
---|
381 | test "x$$am__odir" = x"." || test -d "$$am__odir" \
|
---|
382 | || $(MKDIR_P) "$$am__odir" || exit $$?; \
|
---|
383 | if test -f "./$$f"; then dir=./; \
|
---|
384 | elif test -f "$$f"; then dir=; \
|
---|
385 | else dir="$(srcdir)/"; fi; \
|
---|
386 | tst=$$dir$$f; log='$@'; \
|
---|
387 | if test -n '$(DISABLE_HARD_ERRORS)'; then \
|
---|
388 | am__enable_hard_errors=no; \
|
---|
389 | else \
|
---|
390 | am__enable_hard_errors=yes; \
|
---|
391 | fi; \
|
---|
392 | case " $(XFAIL_TESTS) " in \
|
---|
393 | *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
|
---|
394 | am__expect_failure=yes;; \
|
---|
395 | *) \
|
---|
396 | am__expect_failure=no;; \
|
---|
397 | esac; \
|
---|
398 | $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
|
---|
399 | # A shell command to get the names of the tests scripts with any registered
|
---|
400 | # extension removed (i.e., equivalently, the names of the test logs, with
|
---|
401 | # the '.log' extension removed). The result is saved in the shell variable
|
---|
402 | # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
|
---|
403 | # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
|
---|
404 | # since that might cause problem with VPATH rewrites for suffix-less tests.
|
---|
405 | # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
|
---|
406 | am__set_TESTS_bases = \
|
---|
407 | bases='$(TEST_LOGS)'; \
|
---|
408 | bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
|
---|
409 | bases=`echo $$bases`
|
---|
410 | RECHECK_LOGS = $(TEST_LOGS)
|
---|
411 | TEST_SUITE_LOG = test-suite.log
|
---|
412 | TEST_EXTENSIONS = @EXEEXT@ .test
|
---|
413 | LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
|
---|
414 | LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
|
---|
415 | am__set_b = \
|
---|
416 | case '$@' in \
|
---|
417 | */*) \
|
---|
418 | case '$*' in \
|
---|
419 | */*) b='$*';; \
|
---|
420 | *) b=`echo '$@' | sed 's/\.log$$//'`; \
|
---|
421 | esac;; \
|
---|
422 | *) \
|
---|
423 | b='$*';; \
|
---|
424 | esac
|
---|
425 | am__test_logs1 = $(TESTS:=.log)
|
---|
426 | am__test_logs2 = $(am__test_logs1:@[email protected]=.log)
|
---|
427 | TEST_LOGS = $(am__test_logs2:.test.log=.log)
|
---|
428 | TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
|
---|
429 | TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
|
---|
430 | $(TEST_LOG_FLAGS)
|
---|
431 | am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
|
---|
432 | $(srcdir)/config.h.in $(top_srcdir)/scripts/libpng-config.in \
|
---|
433 | $(top_srcdir)/scripts/libpng.pc-configure.in INSTALL README \
|
---|
434 | TODO compile config.guess config.sub depcomp install-sh \
|
---|
435 | ltmain.sh missing mkinstalldirs test-driver
|
---|
436 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
---|
437 | distdir = $(PACKAGE)-$(VERSION)
|
---|
438 | top_distdir = $(distdir)
|
---|
439 | am__remove_distdir = \
|
---|
440 | if test -d "$(distdir)"; then \
|
---|
441 | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
---|
442 | && rm -rf "$(distdir)" \
|
---|
443 | || { sleep 5 && rm -rf "$(distdir)"; }; \
|
---|
444 | else :; fi
|
---|
445 | am__post_remove_distdir = $(am__remove_distdir)
|
---|
446 | DIST_ARCHIVES = $(distdir).tar.gz
|
---|
447 | GZIP_ENV = --best
|
---|
448 | DIST_TARGETS = dist-gzip
|
---|
449 | distuninstallcheck_listfiles = find . -type f -print
|
---|
450 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
|
---|
451 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
|
---|
452 | distcleancheck_listfiles = find . -type f -print
|
---|
453 |
|
---|
454 | #distribute headers in /usr/include/libpng/*
|
---|
455 | pkgincludedir = $(includedir)/$(PNGLIB_BASENAME)
|
---|
456 | ACLOCAL = @ACLOCAL@
|
---|
457 | AMTAR = @AMTAR@
|
---|
458 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
---|
459 | AR = @AR@
|
---|
460 | AS = @AS@
|
---|
461 | AUTOCONF = @AUTOCONF@
|
---|
462 | AUTOHEADER = @AUTOHEADER@
|
---|
463 | AUTOMAKE = @AUTOMAKE@
|
---|
464 | AWK = @AWK@
|
---|
465 | CC = @CC@
|
---|
466 | CCDEPMODE = @CCDEPMODE@
|
---|
467 | CFLAGS = @CFLAGS@
|
---|
468 | CPP = @CPP@
|
---|
469 | CPPFLAGS = @CPPFLAGS@
|
---|
470 | CYGPATH_W = @CYGPATH_W@
|
---|
471 | DEFS = @DEFS@
|
---|
472 | DEPDIR = @DEPDIR@
|
---|
473 | DLLTOOL = @DLLTOOL@
|
---|
474 | DSYMUTIL = @DSYMUTIL@
|
---|
475 | DUMPBIN = @DUMPBIN@
|
---|
476 | ECHO_C = @ECHO_C@
|
---|
477 | ECHO_N = @ECHO_N@
|
---|
478 | ECHO_T = @ECHO_T@
|
---|
479 | EGREP = @EGREP@
|
---|
480 | EXEEXT = @EXEEXT@
|
---|
481 | FGREP = @FGREP@
|
---|
482 | GREP = @GREP@
|
---|
483 | INSTALL = @INSTALL@
|
---|
484 | INSTALL_DATA = @INSTALL_DATA@
|
---|
485 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
---|
486 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
---|
487 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
---|
488 | LD = @LD@
|
---|
489 | LDFLAGS = @LDFLAGS@
|
---|
490 | LIBOBJS = @LIBOBJS@
|
---|
491 | LIBPNG_DEFINES = @LIBPNG_DEFINES@
|
---|
492 | LIBPNG_NO_MMX = @LIBPNG_NO_MMX@
|
---|
493 | LIBS = @LIBS@
|
---|
494 | LIBTOOL = @LIBTOOL@
|
---|
495 | LIPO = @LIPO@
|
---|
496 | LN_S = @LN_S@
|
---|
497 | LTLIBOBJS = @LTLIBOBJS@
|
---|
498 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
|
---|
499 | MAINT = @MAINT@
|
---|
500 | MAKEINFO = @MAKEINFO@
|
---|
501 | MANIFEST_TOOL = @MANIFEST_TOOL@
|
---|
502 | MKDIR_P = @MKDIR_P@
|
---|
503 | NM = @NM@
|
---|
504 | NMEDIT = @NMEDIT@
|
---|
505 | OBJDUMP = @OBJDUMP@
|
---|
506 | OBJEXT = @OBJEXT@
|
---|
507 | OTOOL = @OTOOL@
|
---|
508 | OTOOL64 = @OTOOL64@
|
---|
509 | PACKAGE = @PACKAGE@
|
---|
510 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
---|
511 | PACKAGE_NAME = @PACKAGE_NAME@
|
---|
512 | PACKAGE_STRING = @PACKAGE_STRING@
|
---|
513 | PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
---|
514 | PACKAGE_URL = @PACKAGE_URL@
|
---|
515 | PACKAGE_VERSION = @PACKAGE_VERSION@
|
---|
516 | PATH_SEPARATOR = @PATH_SEPARATOR@
|
---|
517 | PNGLIB_MAJOR = @PNGLIB_MAJOR@
|
---|
518 | PNGLIB_MINOR = @PNGLIB_MINOR@
|
---|
519 | PNGLIB_RELEASE = @PNGLIB_RELEASE@
|
---|
520 | PNGLIB_VERSION = @PNGLIB_VERSION@
|
---|
521 | POW_LIB = @POW_LIB@
|
---|
522 | RANLIB = @RANLIB@
|
---|
523 | SED = @SED@
|
---|
524 | SET_MAKE = @SET_MAKE@
|
---|
525 | SHELL = @SHELL@
|
---|
526 | STRIP = @STRIP@
|
---|
527 | SYMBOL_PREFIX = @SYMBOL_PREFIX@
|
---|
528 | VERSION = @VERSION@
|
---|
529 | abs_builddir = @abs_builddir@
|
---|
530 | abs_srcdir = @abs_srcdir@
|
---|
531 | abs_top_builddir = @abs_top_builddir@
|
---|
532 | abs_top_srcdir = @abs_top_srcdir@
|
---|
533 | ac_ct_AR = @ac_ct_AR@
|
---|
534 | ac_ct_CC = @ac_ct_CC@
|
---|
535 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
---|
536 | am__include = @am__include@
|
---|
537 | am__leading_dot = @am__leading_dot@
|
---|
538 | am__quote = @am__quote@
|
---|
539 | am__tar = @am__tar@
|
---|
540 | am__untar = @am__untar@
|
---|
541 |
|
---|
542 | # generate the -config scripts if required
|
---|
543 | binconfigs = libpng12-config
|
---|
544 | bindir = @bindir@
|
---|
545 | build = @build@
|
---|
546 | build_alias = @build_alias@
|
---|
547 | build_cpu = @build_cpu@
|
---|
548 | build_os = @build_os@
|
---|
549 | build_vendor = @build_vendor@
|
---|
550 | builddir = @builddir@
|
---|
551 | compatlib = @compatlib@
|
---|
552 | datadir = @datadir@
|
---|
553 | datarootdir = @datarootdir@
|
---|
554 | docdir = @docdir@
|
---|
555 | dvidir = @dvidir@
|
---|
556 | exec_prefix = @exec_prefix@
|
---|
557 | host = @host@
|
---|
558 | host_alias = @host_alias@
|
---|
559 | host_cpu = @host_cpu@
|
---|
560 | host_os = @host_os@
|
---|
561 | host_vendor = @host_vendor@
|
---|
562 | htmldir = @htmldir@
|
---|
563 | includedir = @includedir@
|
---|
564 | infodir = @infodir@
|
---|
565 | install_sh = @install_sh@
|
---|
566 | libdir = @libdir@
|
---|
567 | libexecdir = @libexecdir@
|
---|
568 | localedir = @localedir@
|
---|
569 | localstatedir = @localstatedir@
|
---|
570 | mandir = @mandir@
|
---|
571 | mkdir_p = @mkdir_p@
|
---|
572 | oldincludedir = @oldincludedir@
|
---|
573 | pdfdir = @pdfdir@
|
---|
574 |
|
---|
575 | # pkg-config stuff, note that libpng.pc is always required in order
|
---|
576 | # to get the correct library
|
---|
577 | pkgconfigdir = @pkgconfigdir@
|
---|
578 | prefix = @prefix@
|
---|
579 | program_transform_name = @program_transform_name@
|
---|
580 | psdir = @psdir@
|
---|
581 | sbindir = @sbindir@
|
---|
582 | sharedstatedir = @sharedstatedir@
|
---|
583 | srcdir = @srcdir@
|
---|
584 | sysconfdir = @sysconfdir@
|
---|
585 | target_alias = @target_alias@
|
---|
586 | top_build_prefix = @top_build_prefix@
|
---|
587 | top_builddir = @top_builddir@
|
---|
588 | top_srcdir = @top_srcdir@
|
---|
589 | PNGLIB_BASENAME = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
|
---|
590 |
|
---|
591 | # libpng does not follow GNU file name conventions
|
---|
592 | AUTOMAKE_OPTIONS = foreign
|
---|
593 | pngtest_SOURCES = pngtest.c
|
---|
594 | pngtest_LDADD = libpng12.la
|
---|
595 | TESTS = test-pngtest.sh
|
---|
596 | TESTS_ENVIRONMENT = srcdir=$(srcdir)
|
---|
597 |
|
---|
598 | # man pages
|
---|
599 | dist_man_MANS = libpng.3 libpngpf.3 png.5
|
---|
600 | EXTRA_SCRIPTS = libpng-config libpng12-config
|
---|
601 | bin_SCRIPTS = @binconfigs@
|
---|
602 |
|
---|
603 | # rules to build libpng, only build the old library on request
|
---|
604 | lib_LTLIBRARIES = libpng12.la @compatlib@
|
---|
605 | EXTRA_LTLIBRARIES = libpng.la
|
---|
606 | libpng12_la_SOURCES = png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \
|
---|
607 | pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \
|
---|
608 | pngwtran.c pngmem.c pngerror.c pngpread.c \
|
---|
609 | png.h pngconf.h
|
---|
610 |
|
---|
611 | libpng_la_SOURCES = $(libpng12_la_SOURCES)
|
---|
612 | libpng_la_CPPFLAGS = @LIBPNG_DEFINES@
|
---|
613 | libpng12_la_CPPFLAGS = @LIBPNG_DEFINES@
|
---|
614 |
|
---|
615 | # MAJOR UPGRADE: the version-number settings below must be changed.
|
---|
616 | libpng12_la_LDFLAGS = -no-undefined -export-dynamic -version-number \
|
---|
617 | 0:@PNGLIB_RELEASE@:0 $(am__append_1) $(am__append_2)
|
---|
618 | # -rpath is needed as automake doesn't know the directory
|
---|
619 | libpng_la_LDFLAGS = -rpath '$(libdir)' -no-undefined -export-dynamic \
|
---|
620 | -version-number 3:@PNGLIB_RELEASE@:0
|
---|
621 |
|
---|
622 | @HAVE_LD_VERSION_SCRIPT_FALSE@libpng12_la_DEPENDENCIES = libpng.sym
|
---|
623 | @HAVE_LD_VERSION_SCRIPT_TRUE@libpng12_la_DEPENDENCIES = libpng.vers
|
---|
624 | libpng_la_DEPENDENCIES = $(libpng12_la_DEPENDENCIES)
|
---|
625 |
|
---|
626 | # Avoid depending upon Character Ranges.
|
---|
627 | AN = '_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'
|
---|
628 | pkginclude_HEADERS = png.h pngconf.h
|
---|
629 | pkgconfig_DATA = libpng12.pc
|
---|
630 |
|
---|
631 | #extra source distribution files.
|
---|
632 | EXTRA_DIST = \
|
---|
633 | ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO \
|
---|
634 | pngtest.png pngbar.png pngnow.png pngbar.jpg autogen.sh \
|
---|
635 | CMakeLists.txt \
|
---|
636 | ${srcdir}/projects/cbuilder5/* \
|
---|
637 | ${srcdir}/projects/beos/* \
|
---|
638 | ${srcdir}/projects/visualc6/* \
|
---|
639 | ${srcdir}/projects/visualc71/* \
|
---|
640 | ${srcdir}/projects/wince.txt \
|
---|
641 | ${srcdir}/projects/netware.txt \
|
---|
642 | ${srcdir}/projects/xcode/* \
|
---|
643 | ${srcdir}/scripts/* \
|
---|
644 | ${srcdir}/contrib/gregbook/* \
|
---|
645 | ${srcdir}/contrib/pngminim/* \
|
---|
646 | ${srcdir}/contrib/pngminus/* \
|
---|
647 | ${srcdir}/contrib/pngsuite/* \
|
---|
648 | ${srcdir}/contrib/visupng/* \
|
---|
649 | $(TESTS) \
|
---|
650 | example.c libpng-1.2.54.txt pnggccrd.c pngvcrd.c
|
---|
651 |
|
---|
652 | CLEANFILES = pngout.png libpng12.pc libpng12-config libpng.vers \
|
---|
653 | libpng.sym
|
---|
654 |
|
---|
655 | MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
|
---|
656 | config.sub configure depcomp install-sh ltmain.sh missing
|
---|
657 |
|
---|
658 | all: config.h
|
---|
659 | $(MAKE) $(AM_MAKEFLAGS) all-am
|
---|
660 |
|
---|
661 | .SUFFIXES:
|
---|
662 | .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
|
---|
663 | am--refresh: Makefile
|
---|
664 | @:
|
---|
665 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
---|
666 | @for dep in $?; do \
|
---|
667 | case '$(am__configure_deps)' in \
|
---|
668 | *$$dep*) \
|
---|
669 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
|
---|
670 | $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
|
---|
671 | && exit 0; \
|
---|
672 | exit 1;; \
|
---|
673 | esac; \
|
---|
674 | done; \
|
---|
675 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
---|
676 | $(am__cd) $(top_srcdir) && \
|
---|
677 | $(AUTOMAKE) --foreign Makefile
|
---|
678 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
---|
679 | @case '$?' in \
|
---|
680 | *config.status*) \
|
---|
681 | echo ' $(SHELL) ./config.status'; \
|
---|
682 | $(SHELL) ./config.status;; \
|
---|
683 | *) \
|
---|
684 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
---|
685 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
---|
686 | esac;
|
---|
687 |
|
---|
688 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
---|
689 | $(SHELL) ./config.status --recheck
|
---|
690 |
|
---|
691 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
---|
692 | $(am__cd) $(srcdir) && $(AUTOCONF)
|
---|
693 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
---|
694 | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
---|
695 | $(am__aclocal_m4_deps):
|
---|
696 |
|
---|
697 | config.h: stamp-h1
|
---|
698 | @test -f $@ || rm -f stamp-h1
|
---|
699 | @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
|
---|
700 |
|
---|
701 | stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
---|
702 | @rm -f stamp-h1
|
---|
703 | cd $(top_builddir) && $(SHELL) ./config.status config.h
|
---|
704 | $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
---|
705 | ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
|
---|
706 | rm -f stamp-h1
|
---|
707 | touch $@
|
---|
708 |
|
---|
709 | distclean-hdr:
|
---|
710 | -rm -f config.h stamp-h1
|
---|
711 | libpng.pc: $(top_builddir)/config.status $(top_srcdir)/scripts/libpng.pc-configure.in
|
---|
712 | cd $(top_builddir) && $(SHELL) ./config.status $@
|
---|
713 | libpng-config: $(top_builddir)/config.status $(top_srcdir)/scripts/libpng-config.in
|
---|
714 | cd $(top_builddir) && $(SHELL) ./config.status $@
|
---|
715 |
|
---|
716 | install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
---|
717 | @$(NORMAL_INSTALL)
|
---|
718 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
---|
719 | list2=; for p in $$list; do \
|
---|
720 | if test -f $$p; then \
|
---|
721 | list2="$$list2 $$p"; \
|
---|
722 | else :; fi; \
|
---|
723 | done; \
|
---|
724 | test -z "$$list2" || { \
|
---|
725 | echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
|
---|
726 | $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
|
---|
727 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
|
---|
728 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
|
---|
729 | }
|
---|
730 |
|
---|
731 | uninstall-libLTLIBRARIES:
|
---|
732 | @$(NORMAL_UNINSTALL)
|
---|
733 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
---|
734 | for p in $$list; do \
|
---|
735 | $(am__strip_dir) \
|
---|
736 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
|
---|
737 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
|
---|
738 | done
|
---|
739 |
|
---|
740 | clean-libLTLIBRARIES:
|
---|
741 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
---|
742 | @list='$(lib_LTLIBRARIES)'; \
|
---|
743 | locs=`for p in $$list; do echo $$p; done | \
|
---|
744 | sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
|
---|
745 | sort -u`; \
|
---|
746 | test -z "$$locs" || { \
|
---|
747 | echo rm -f $${locs}; \
|
---|
748 | rm -f $${locs}; \
|
---|
749 | }
|
---|
750 |
|
---|
751 | libpng.la: $(libpng_la_OBJECTS) $(libpng_la_DEPENDENCIES) $(EXTRA_libpng_la_DEPENDENCIES)
|
---|
752 | $(AM_V_CCLD)$(libpng_la_LINK) $(libpng_la_OBJECTS) $(libpng_la_LIBADD) $(LIBS)
|
---|
753 |
|
---|
754 | libpng12.la: $(libpng12_la_OBJECTS) $(libpng12_la_DEPENDENCIES) $(EXTRA_libpng12_la_DEPENDENCIES)
|
---|
755 | $(AM_V_CCLD)$(libpng12_la_LINK) -rpath $(libdir) $(libpng12_la_OBJECTS) $(libpng12_la_LIBADD) $(LIBS)
|
---|
756 |
|
---|
757 | clean-checkPROGRAMS:
|
---|
758 | @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
|
---|
759 | echo " rm -f" $$list; \
|
---|
760 | rm -f $$list || exit $$?; \
|
---|
761 | test -n "$(EXEEXT)" || exit 0; \
|
---|
762 | list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
---|
763 | echo " rm -f" $$list; \
|
---|
764 | rm -f $$list
|
---|
765 |
|
---|
766 | pngtest$(EXEEXT): $(pngtest_OBJECTS) $(pngtest_DEPENDENCIES) $(EXTRA_pngtest_DEPENDENCIES)
|
---|
767 | @rm -f pngtest$(EXEEXT)
|
---|
768 | $(AM_V_CCLD)$(LINK) $(pngtest_OBJECTS) $(pngtest_LDADD) $(LIBS)
|
---|
769 | install-binSCRIPTS: $(bin_SCRIPTS)
|
---|
770 | @$(NORMAL_INSTALL)
|
---|
771 | @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
|
---|
772 | if test -n "$$list"; then \
|
---|
773 | echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
|
---|
774 | $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
|
---|
775 | fi; \
|
---|
776 | for p in $$list; do \
|
---|
777 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
---|
778 | if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
|
---|
779 | done | \
|
---|
780 | sed -e 'p;s,.*/,,;n' \
|
---|
781 | -e 'h;s|.*|.|' \
|
---|
782 | -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
|
---|
783 | $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
|
---|
784 | { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
---|
785 | if ($$2 == $$4) { files[d] = files[d] " " $$1; \
|
---|
786 | if (++n[d] == $(am__install_max)) { \
|
---|
787 | print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
|
---|
788 | else { print "f", d "/" $$4, $$1 } } \
|
---|
789 | END { for (d in files) print "f", d, files[d] }' | \
|
---|
790 | while read type dir files; do \
|
---|
791 | if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
---|
792 | test -z "$$files" || { \
|
---|
793 | echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
|
---|
794 | $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
|
---|
795 | } \
|
---|
796 | ; done
|
---|
797 |
|
---|
798 | uninstall-binSCRIPTS:
|
---|
799 | @$(NORMAL_UNINSTALL)
|
---|
800 | @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
|
---|
801 | files=`for p in $$list; do echo "$$p"; done | \
|
---|
802 | sed -e 's,.*/,,;$(transform)'`; \
|
---|
803 | dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
|
---|
804 |
|
---|
805 | mostlyclean-compile:
|
---|
806 | -rm -f *.$(OBJEXT)
|
---|
807 |
|
---|
808 | distclean-compile:
|
---|
809 | -rm -f *.tab.c
|
---|
810 |
|
---|
811 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-png.Plo@am__quote@
|
---|
812 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngerror.Plo@am__quote@
|
---|
813 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngget.Plo@am__quote@
|
---|
814 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngmem.Plo@am__quote@
|
---|
815 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngpread.Plo@am__quote@
|
---|
816 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngread.Plo@am__quote@
|
---|
817 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngrio.Plo@am__quote@
|
---|
818 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngrtran.Plo@am__quote@
|
---|
819 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngrutil.Plo@am__quote@
|
---|
820 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngset.Plo@am__quote@
|
---|
821 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngtrans.Plo@am__quote@
|
---|
822 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngwio.Plo@am__quote@
|
---|
823 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngwrite.Plo@am__quote@
|
---|
824 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngwtran.Plo@am__quote@
|
---|
825 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng12_la-pngwutil.Plo@am__quote@
|
---|
826 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-png.Plo@am__quote@
|
---|
827 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngerror.Plo@am__quote@
|
---|
828 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngget.Plo@am__quote@
|
---|
829 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngmem.Plo@am__quote@
|
---|
830 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngpread.Plo@am__quote@
|
---|
831 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngread.Plo@am__quote@
|
---|
832 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngrio.Plo@am__quote@
|
---|
833 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngrtran.Plo@am__quote@
|
---|
834 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngrutil.Plo@am__quote@
|
---|
835 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngset.Plo@am__quote@
|
---|
836 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngtrans.Plo@am__quote@
|
---|
837 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngwio.Plo@am__quote@
|
---|
838 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngwrite.Plo@am__quote@
|
---|
839 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngwtran.Plo@am__quote@
|
---|
840 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng_la-pngwutil.Plo@am__quote@
|
---|
841 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngtest.Po@am__quote@
|
---|
842 |
|
---|
843 | .c.o:
|
---|
844 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
---|
845 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
---|
846 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
---|
847 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
848 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
|
---|
849 |
|
---|
850 | .c.obj:
|
---|
851 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
---|
852 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
---|
853 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
---|
854 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
855 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
---|
856 |
|
---|
857 | .c.lo:
|
---|
858 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
---|
859 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
---|
860 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
---|
861 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
862 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
|
---|
863 |
|
---|
864 | libpng_la-png.lo: png.c
|
---|
865 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-png.lo -MD -MP -MF $(DEPDIR)/libpng_la-png.Tpo -c -o libpng_la-png.lo `test -f 'png.c' || echo '$(srcdir)/'`png.c
|
---|
866 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-png.Tpo $(DEPDIR)/libpng_la-png.Plo
|
---|
867 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='png.c' object='libpng_la-png.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
868 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
869 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-png.lo `test -f 'png.c' || echo '$(srcdir)/'`png.c
|
---|
870 |
|
---|
871 | libpng_la-pngset.lo: pngset.c
|
---|
872 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngset.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngset.Tpo -c -o libpng_la-pngset.lo `test -f 'pngset.c' || echo '$(srcdir)/'`pngset.c
|
---|
873 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngset.Tpo $(DEPDIR)/libpng_la-pngset.Plo
|
---|
874 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngset.c' object='libpng_la-pngset.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
875 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
876 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngset.lo `test -f 'pngset.c' || echo '$(srcdir)/'`pngset.c
|
---|
877 |
|
---|
878 | libpng_la-pngget.lo: pngget.c
|
---|
879 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngget.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngget.Tpo -c -o libpng_la-pngget.lo `test -f 'pngget.c' || echo '$(srcdir)/'`pngget.c
|
---|
880 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngget.Tpo $(DEPDIR)/libpng_la-pngget.Plo
|
---|
881 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngget.c' object='libpng_la-pngget.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
882 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
883 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngget.lo `test -f 'pngget.c' || echo '$(srcdir)/'`pngget.c
|
---|
884 |
|
---|
885 | libpng_la-pngrutil.lo: pngrutil.c
|
---|
886 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngrutil.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngrutil.Tpo -c -o libpng_la-pngrutil.lo `test -f 'pngrutil.c' || echo '$(srcdir)/'`pngrutil.c
|
---|
887 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngrutil.Tpo $(DEPDIR)/libpng_la-pngrutil.Plo
|
---|
888 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngrutil.c' object='libpng_la-pngrutil.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
889 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
890 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngrutil.lo `test -f 'pngrutil.c' || echo '$(srcdir)/'`pngrutil.c
|
---|
891 |
|
---|
892 | libpng_la-pngtrans.lo: pngtrans.c
|
---|
893 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngtrans.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngtrans.Tpo -c -o libpng_la-pngtrans.lo `test -f 'pngtrans.c' || echo '$(srcdir)/'`pngtrans.c
|
---|
894 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngtrans.Tpo $(DEPDIR)/libpng_la-pngtrans.Plo
|
---|
895 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngtrans.c' object='libpng_la-pngtrans.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
896 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
897 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngtrans.lo `test -f 'pngtrans.c' || echo '$(srcdir)/'`pngtrans.c
|
---|
898 |
|
---|
899 | libpng_la-pngwutil.lo: pngwutil.c
|
---|
900 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngwutil.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngwutil.Tpo -c -o libpng_la-pngwutil.lo `test -f 'pngwutil.c' || echo '$(srcdir)/'`pngwutil.c
|
---|
901 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngwutil.Tpo $(DEPDIR)/libpng_la-pngwutil.Plo
|
---|
902 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngwutil.c' object='libpng_la-pngwutil.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
903 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
904 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngwutil.lo `test -f 'pngwutil.c' || echo '$(srcdir)/'`pngwutil.c
|
---|
905 |
|
---|
906 | libpng_la-pngread.lo: pngread.c
|
---|
907 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngread.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngread.Tpo -c -o libpng_la-pngread.lo `test -f 'pngread.c' || echo '$(srcdir)/'`pngread.c
|
---|
908 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngread.Tpo $(DEPDIR)/libpng_la-pngread.Plo
|
---|
909 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngread.c' object='libpng_la-pngread.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
910 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
911 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngread.lo `test -f 'pngread.c' || echo '$(srcdir)/'`pngread.c
|
---|
912 |
|
---|
913 | libpng_la-pngrio.lo: pngrio.c
|
---|
914 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngrio.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngrio.Tpo -c -o libpng_la-pngrio.lo `test -f 'pngrio.c' || echo '$(srcdir)/'`pngrio.c
|
---|
915 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngrio.Tpo $(DEPDIR)/libpng_la-pngrio.Plo
|
---|
916 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngrio.c' object='libpng_la-pngrio.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
917 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
918 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngrio.lo `test -f 'pngrio.c' || echo '$(srcdir)/'`pngrio.c
|
---|
919 |
|
---|
920 | libpng_la-pngwio.lo: pngwio.c
|
---|
921 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngwio.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngwio.Tpo -c -o libpng_la-pngwio.lo `test -f 'pngwio.c' || echo '$(srcdir)/'`pngwio.c
|
---|
922 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngwio.Tpo $(DEPDIR)/libpng_la-pngwio.Plo
|
---|
923 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngwio.c' object='libpng_la-pngwio.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
924 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
925 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngwio.lo `test -f 'pngwio.c' || echo '$(srcdir)/'`pngwio.c
|
---|
926 |
|
---|
927 | libpng_la-pngwrite.lo: pngwrite.c
|
---|
928 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngwrite.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngwrite.Tpo -c -o libpng_la-pngwrite.lo `test -f 'pngwrite.c' || echo '$(srcdir)/'`pngwrite.c
|
---|
929 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngwrite.Tpo $(DEPDIR)/libpng_la-pngwrite.Plo
|
---|
930 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngwrite.c' object='libpng_la-pngwrite.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
931 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
932 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngwrite.lo `test -f 'pngwrite.c' || echo '$(srcdir)/'`pngwrite.c
|
---|
933 |
|
---|
934 | libpng_la-pngrtran.lo: pngrtran.c
|
---|
935 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngrtran.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngrtran.Tpo -c -o libpng_la-pngrtran.lo `test -f 'pngrtran.c' || echo '$(srcdir)/'`pngrtran.c
|
---|
936 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngrtran.Tpo $(DEPDIR)/libpng_la-pngrtran.Plo
|
---|
937 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngrtran.c' object='libpng_la-pngrtran.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
938 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
939 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngrtran.lo `test -f 'pngrtran.c' || echo '$(srcdir)/'`pngrtran.c
|
---|
940 |
|
---|
941 | libpng_la-pngwtran.lo: pngwtran.c
|
---|
942 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngwtran.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngwtran.Tpo -c -o libpng_la-pngwtran.lo `test -f 'pngwtran.c' || echo '$(srcdir)/'`pngwtran.c
|
---|
943 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngwtran.Tpo $(DEPDIR)/libpng_la-pngwtran.Plo
|
---|
944 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngwtran.c' object='libpng_la-pngwtran.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
945 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
946 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngwtran.lo `test -f 'pngwtran.c' || echo '$(srcdir)/'`pngwtran.c
|
---|
947 |
|
---|
948 | libpng_la-pngmem.lo: pngmem.c
|
---|
949 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngmem.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngmem.Tpo -c -o libpng_la-pngmem.lo `test -f 'pngmem.c' || echo '$(srcdir)/'`pngmem.c
|
---|
950 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngmem.Tpo $(DEPDIR)/libpng_la-pngmem.Plo
|
---|
951 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngmem.c' object='libpng_la-pngmem.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
952 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
953 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngmem.lo `test -f 'pngmem.c' || echo '$(srcdir)/'`pngmem.c
|
---|
954 |
|
---|
955 | libpng_la-pngerror.lo: pngerror.c
|
---|
956 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngerror.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngerror.Tpo -c -o libpng_la-pngerror.lo `test -f 'pngerror.c' || echo '$(srcdir)/'`pngerror.c
|
---|
957 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngerror.Tpo $(DEPDIR)/libpng_la-pngerror.Plo
|
---|
958 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngerror.c' object='libpng_la-pngerror.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
959 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
960 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngerror.lo `test -f 'pngerror.c' || echo '$(srcdir)/'`pngerror.c
|
---|
961 |
|
---|
962 | libpng_la-pngpread.lo: pngpread.c
|
---|
963 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngpread.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngpread.Tpo -c -o libpng_la-pngpread.lo `test -f 'pngpread.c' || echo '$(srcdir)/'`pngpread.c
|
---|
964 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng_la-pngpread.Tpo $(DEPDIR)/libpng_la-pngpread.Plo
|
---|
965 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngpread.c' object='libpng_la-pngpread.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
966 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
967 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngpread.lo `test -f 'pngpread.c' || echo '$(srcdir)/'`pngpread.c
|
---|
968 |
|
---|
969 | libpng12_la-png.lo: png.c
|
---|
970 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-png.lo -MD -MP -MF $(DEPDIR)/libpng12_la-png.Tpo -c -o libpng12_la-png.lo `test -f 'png.c' || echo '$(srcdir)/'`png.c
|
---|
971 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-png.Tpo $(DEPDIR)/libpng12_la-png.Plo
|
---|
972 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='png.c' object='libpng12_la-png.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
973 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
974 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-png.lo `test -f 'png.c' || echo '$(srcdir)/'`png.c
|
---|
975 |
|
---|
976 | libpng12_la-pngset.lo: pngset.c
|
---|
977 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngset.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngset.Tpo -c -o libpng12_la-pngset.lo `test -f 'pngset.c' || echo '$(srcdir)/'`pngset.c
|
---|
978 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngset.Tpo $(DEPDIR)/libpng12_la-pngset.Plo
|
---|
979 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngset.c' object='libpng12_la-pngset.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
980 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
981 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngset.lo `test -f 'pngset.c' || echo '$(srcdir)/'`pngset.c
|
---|
982 |
|
---|
983 | libpng12_la-pngget.lo: pngget.c
|
---|
984 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngget.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngget.Tpo -c -o libpng12_la-pngget.lo `test -f 'pngget.c' || echo '$(srcdir)/'`pngget.c
|
---|
985 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngget.Tpo $(DEPDIR)/libpng12_la-pngget.Plo
|
---|
986 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngget.c' object='libpng12_la-pngget.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
987 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
988 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngget.lo `test -f 'pngget.c' || echo '$(srcdir)/'`pngget.c
|
---|
989 |
|
---|
990 | libpng12_la-pngrutil.lo: pngrutil.c
|
---|
991 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngrutil.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngrutil.Tpo -c -o libpng12_la-pngrutil.lo `test -f 'pngrutil.c' || echo '$(srcdir)/'`pngrutil.c
|
---|
992 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngrutil.Tpo $(DEPDIR)/libpng12_la-pngrutil.Plo
|
---|
993 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngrutil.c' object='libpng12_la-pngrutil.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
994 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
995 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngrutil.lo `test -f 'pngrutil.c' || echo '$(srcdir)/'`pngrutil.c
|
---|
996 |
|
---|
997 | libpng12_la-pngtrans.lo: pngtrans.c
|
---|
998 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngtrans.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngtrans.Tpo -c -o libpng12_la-pngtrans.lo `test -f 'pngtrans.c' || echo '$(srcdir)/'`pngtrans.c
|
---|
999 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngtrans.Tpo $(DEPDIR)/libpng12_la-pngtrans.Plo
|
---|
1000 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngtrans.c' object='libpng12_la-pngtrans.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
1001 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
1002 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngtrans.lo `test -f 'pngtrans.c' || echo '$(srcdir)/'`pngtrans.c
|
---|
1003 |
|
---|
1004 | libpng12_la-pngwutil.lo: pngwutil.c
|
---|
1005 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngwutil.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngwutil.Tpo -c -o libpng12_la-pngwutil.lo `test -f 'pngwutil.c' || echo '$(srcdir)/'`pngwutil.c
|
---|
1006 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngwutil.Tpo $(DEPDIR)/libpng12_la-pngwutil.Plo
|
---|
1007 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngwutil.c' object='libpng12_la-pngwutil.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
1008 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
1009 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngwutil.lo `test -f 'pngwutil.c' || echo '$(srcdir)/'`pngwutil.c
|
---|
1010 |
|
---|
1011 | libpng12_la-pngread.lo: pngread.c
|
---|
1012 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngread.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngread.Tpo -c -o libpng12_la-pngread.lo `test -f 'pngread.c' || echo '$(srcdir)/'`pngread.c
|
---|
1013 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngread.Tpo $(DEPDIR)/libpng12_la-pngread.Plo
|
---|
1014 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngread.c' object='libpng12_la-pngread.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
1015 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
1016 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngread.lo `test -f 'pngread.c' || echo '$(srcdir)/'`pngread.c
|
---|
1017 |
|
---|
1018 | libpng12_la-pngrio.lo: pngrio.c
|
---|
1019 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngrio.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngrio.Tpo -c -o libpng12_la-pngrio.lo `test -f 'pngrio.c' || echo '$(srcdir)/'`pngrio.c
|
---|
1020 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngrio.Tpo $(DEPDIR)/libpng12_la-pngrio.Plo
|
---|
1021 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngrio.c' object='libpng12_la-pngrio.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
1022 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
1023 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngrio.lo `test -f 'pngrio.c' || echo '$(srcdir)/'`pngrio.c
|
---|
1024 |
|
---|
1025 | libpng12_la-pngwio.lo: pngwio.c
|
---|
1026 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngwio.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngwio.Tpo -c -o libpng12_la-pngwio.lo `test -f 'pngwio.c' || echo '$(srcdir)/'`pngwio.c
|
---|
1027 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngwio.Tpo $(DEPDIR)/libpng12_la-pngwio.Plo
|
---|
1028 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngwio.c' object='libpng12_la-pngwio.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
1029 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
1030 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngwio.lo `test -f 'pngwio.c' || echo '$(srcdir)/'`pngwio.c
|
---|
1031 |
|
---|
1032 | libpng12_la-pngwrite.lo: pngwrite.c
|
---|
1033 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngwrite.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngwrite.Tpo -c -o libpng12_la-pngwrite.lo `test -f 'pngwrite.c' || echo '$(srcdir)/'`pngwrite.c
|
---|
1034 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngwrite.Tpo $(DEPDIR)/libpng12_la-pngwrite.Plo
|
---|
1035 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngwrite.c' object='libpng12_la-pngwrite.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
1036 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
1037 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngwrite.lo `test -f 'pngwrite.c' || echo '$(srcdir)/'`pngwrite.c
|
---|
1038 |
|
---|
1039 | libpng12_la-pngrtran.lo: pngrtran.c
|
---|
1040 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngrtran.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngrtran.Tpo -c -o libpng12_la-pngrtran.lo `test -f 'pngrtran.c' || echo '$(srcdir)/'`pngrtran.c
|
---|
1041 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngrtran.Tpo $(DEPDIR)/libpng12_la-pngrtran.Plo
|
---|
1042 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngrtran.c' object='libpng12_la-pngrtran.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
1043 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
1044 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngrtran.lo `test -f 'pngrtran.c' || echo '$(srcdir)/'`pngrtran.c
|
---|
1045 |
|
---|
1046 | libpng12_la-pngwtran.lo: pngwtran.c
|
---|
1047 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngwtran.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngwtran.Tpo -c -o libpng12_la-pngwtran.lo `test -f 'pngwtran.c' || echo '$(srcdir)/'`pngwtran.c
|
---|
1048 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngwtran.Tpo $(DEPDIR)/libpng12_la-pngwtran.Plo
|
---|
1049 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngwtran.c' object='libpng12_la-pngwtran.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
1050 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
1051 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngwtran.lo `test -f 'pngwtran.c' || echo '$(srcdir)/'`pngwtran.c
|
---|
1052 |
|
---|
1053 | libpng12_la-pngmem.lo: pngmem.c
|
---|
1054 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngmem.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngmem.Tpo -c -o libpng12_la-pngmem.lo `test -f 'pngmem.c' || echo '$(srcdir)/'`pngmem.c
|
---|
1055 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngmem.Tpo $(DEPDIR)/libpng12_la-pngmem.Plo
|
---|
1056 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngmem.c' object='libpng12_la-pngmem.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
1057 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
1058 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngmem.lo `test -f 'pngmem.c' || echo '$(srcdir)/'`pngmem.c
|
---|
1059 |
|
---|
1060 | libpng12_la-pngerror.lo: pngerror.c
|
---|
1061 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngerror.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngerror.Tpo -c -o libpng12_la-pngerror.lo `test -f 'pngerror.c' || echo '$(srcdir)/'`pngerror.c
|
---|
1062 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngerror.Tpo $(DEPDIR)/libpng12_la-pngerror.Plo
|
---|
1063 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngerror.c' object='libpng12_la-pngerror.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
1064 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
1065 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngerror.lo `test -f 'pngerror.c' || echo '$(srcdir)/'`pngerror.c
|
---|
1066 |
|
---|
1067 | libpng12_la-pngpread.lo: pngpread.c
|
---|
1068 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng12_la-pngpread.lo -MD -MP -MF $(DEPDIR)/libpng12_la-pngpread.Tpo -c -o libpng12_la-pngpread.lo `test -f 'pngpread.c' || echo '$(srcdir)/'`pngpread.c
|
---|
1069 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpng12_la-pngpread.Tpo $(DEPDIR)/libpng12_la-pngpread.Plo
|
---|
1070 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pngpread.c' object='libpng12_la-pngpread.lo' libtool=yes @AMDEPBACKSLASH@
|
---|
1071 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
1072 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng12_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng12_la-pngpread.lo `test -f 'pngpread.c' || echo '$(srcdir)/'`pngpread.c
|
---|
1073 |
|
---|
1074 | mostlyclean-libtool:
|
---|
1075 | -rm -f *.lo
|
---|
1076 |
|
---|
1077 | clean-libtool:
|
---|
1078 | -rm -rf .libs _libs
|
---|
1079 |
|
---|
1080 | distclean-libtool:
|
---|
1081 | -rm -f libtool config.lt
|
---|
1082 | install-man3: $(dist_man_MANS)
|
---|
1083 | @$(NORMAL_INSTALL)
|
---|
1084 | @list1=''; \
|
---|
1085 | list2='$(dist_man_MANS)'; \
|
---|
1086 | test -n "$(man3dir)" \
|
---|
1087 | && test -n "`echo $$list1$$list2`" \
|
---|
1088 | || exit 0; \
|
---|
1089 | echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
|
---|
1090 | $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
|
---|
1091 | { for i in $$list1; do echo "$$i"; done; \
|
---|
1092 | if test -n "$$list2"; then \
|
---|
1093 | for i in $$list2; do echo "$$i"; done \
|
---|
1094 | | sed -n '/\.3[a-z]*$$/p'; \
|
---|
1095 | fi; \
|
---|
1096 | } | while read p; do \
|
---|
1097 | if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
|
---|
1098 | echo "$$d$$p"; echo "$$p"; \
|
---|
1099 | done | \
|
---|
1100 | sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
|
---|
1101 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
|
---|
1102 | sed 'N;N;s,\n, ,g' | { \
|
---|
1103 | list=; while read file base inst; do \
|
---|
1104 | if test "$$base" = "$$inst"; then list="$$list $$file"; else \
|
---|
1105 | echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
|
---|
1106 | $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
|
---|
1107 | fi; \
|
---|
1108 | done; \
|
---|
1109 | for i in $$list; do echo "$$i"; done | $(am__base_list) | \
|
---|
1110 | while read files; do \
|
---|
1111 | test -z "$$files" || { \
|
---|
1112 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
|
---|
1113 | $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
|
---|
1114 | done; }
|
---|
1115 |
|
---|
1116 | uninstall-man3:
|
---|
1117 | @$(NORMAL_UNINSTALL)
|
---|
1118 | @list=''; test -n "$(man3dir)" || exit 0; \
|
---|
1119 | files=`{ for i in $$list; do echo "$$i"; done; \
|
---|
1120 | l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
|
---|
1121 | sed -n '/\.3[a-z]*$$/p'; \
|
---|
1122 | } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
|
---|
1123 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
|
---|
1124 | dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
|
---|
1125 | install-man5: $(dist_man_MANS)
|
---|
1126 | @$(NORMAL_INSTALL)
|
---|
1127 | @list1=''; \
|
---|
1128 | list2='$(dist_man_MANS)'; \
|
---|
1129 | test -n "$(man5dir)" \
|
---|
1130 | && test -n "`echo $$list1$$list2`" \
|
---|
1131 | || exit 0; \
|
---|
1132 | echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
|
---|
1133 | $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
|
---|
1134 | { for i in $$list1; do echo "$$i"; done; \
|
---|
1135 | if test -n "$$list2"; then \
|
---|
1136 | for i in $$list2; do echo "$$i"; done \
|
---|
1137 | | sed -n '/\.5[a-z]*$$/p'; \
|
---|
1138 | fi; \
|
---|
1139 | } | while read p; do \
|
---|
1140 | if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
|
---|
1141 | echo "$$d$$p"; echo "$$p"; \
|
---|
1142 | done | \
|
---|
1143 | sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
|
---|
1144 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
|
---|
1145 | sed 'N;N;s,\n, ,g' | { \
|
---|
1146 | list=; while read file base inst; do \
|
---|
1147 | if test "$$base" = "$$inst"; then list="$$list $$file"; else \
|
---|
1148 | echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
|
---|
1149 | $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
|
---|
1150 | fi; \
|
---|
1151 | done; \
|
---|
1152 | for i in $$list; do echo "$$i"; done | $(am__base_list) | \
|
---|
1153 | while read files; do \
|
---|
1154 | test -z "$$files" || { \
|
---|
1155 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
|
---|
1156 | $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
|
---|
1157 | done; }
|
---|
1158 |
|
---|
1159 | uninstall-man5:
|
---|
1160 | @$(NORMAL_UNINSTALL)
|
---|
1161 | @list=''; test -n "$(man5dir)" || exit 0; \
|
---|
1162 | files=`{ for i in $$list; do echo "$$i"; done; \
|
---|
1163 | l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
|
---|
1164 | sed -n '/\.5[a-z]*$$/p'; \
|
---|
1165 | } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
|
---|
1166 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
|
---|
1167 | dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
|
---|
1168 | install-pkgconfigDATA: $(pkgconfig_DATA)
|
---|
1169 | @$(NORMAL_INSTALL)
|
---|
1170 | @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
|
---|
1171 | if test -n "$$list"; then \
|
---|
1172 | echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
|
---|
1173 | $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
|
---|
1174 | fi; \
|
---|
1175 | for p in $$list; do \
|
---|
1176 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
---|
1177 | echo "$$d$$p"; \
|
---|
1178 | done | $(am__base_list) | \
|
---|
1179 | while read files; do \
|
---|
1180 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
|
---|
1181 | $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
|
---|
1182 | done
|
---|
1183 |
|
---|
1184 | uninstall-pkgconfigDATA:
|
---|
1185 | @$(NORMAL_UNINSTALL)
|
---|
1186 | @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
|
---|
1187 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
---|
1188 | dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
|
---|
1189 | install-pkgincludeHEADERS: $(pkginclude_HEADERS)
|
---|
1190 | @$(NORMAL_INSTALL)
|
---|
1191 | @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
|
---|
1192 | if test -n "$$list"; then \
|
---|
1193 | echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
|
---|
1194 | $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
|
---|
1195 | fi; \
|
---|
1196 | for p in $$list; do \
|
---|
1197 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
---|
1198 | echo "$$d$$p"; \
|
---|
1199 | done | $(am__base_list) | \
|
---|
1200 | while read files; do \
|
---|
1201 | echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
|
---|
1202 | $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
|
---|
1203 | done
|
---|
1204 |
|
---|
1205 | uninstall-pkgincludeHEADERS:
|
---|
1206 | @$(NORMAL_UNINSTALL)
|
---|
1207 | @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
|
---|
1208 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
---|
1209 | dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
|
---|
1210 |
|
---|
1211 | ID: $(am__tagged_files)
|
---|
1212 | $(am__define_uniq_tagged_files); mkid -fID $$unique
|
---|
1213 | tags: tags-am
|
---|
1214 | TAGS: tags
|
---|
1215 |
|
---|
1216 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
---|
1217 | set x; \
|
---|
1218 | here=`pwd`; \
|
---|
1219 | $(am__define_uniq_tagged_files); \
|
---|
1220 | shift; \
|
---|
1221 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
---|
1222 | test -n "$$unique" || unique=$$empty_fix; \
|
---|
1223 | if test $$# -gt 0; then \
|
---|
1224 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
---|
1225 | "$$@" $$unique; \
|
---|
1226 | else \
|
---|
1227 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
---|
1228 | $$unique; \
|
---|
1229 | fi; \
|
---|
1230 | fi
|
---|
1231 | ctags: ctags-am
|
---|
1232 |
|
---|
1233 | CTAGS: ctags
|
---|
1234 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
---|
1235 | $(am__define_uniq_tagged_files); \
|
---|
1236 | test -z "$(CTAGS_ARGS)$$unique" \
|
---|
1237 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
---|
1238 | $$unique
|
---|
1239 |
|
---|
1240 | GTAGS:
|
---|
1241 | here=`$(am__cd) $(top_builddir) && pwd` \
|
---|
1242 | && $(am__cd) $(top_srcdir) \
|
---|
1243 | && gtags -i $(GTAGS_ARGS) "$$here"
|
---|
1244 | cscope: cscope.files
|
---|
1245 | test ! -s cscope.files \
|
---|
1246 | || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
|
---|
1247 | clean-cscope:
|
---|
1248 | -rm -f cscope.files
|
---|
1249 | cscope.files: clean-cscope cscopelist
|
---|
1250 | cscopelist: cscopelist-am
|
---|
1251 |
|
---|
1252 | cscopelist-am: $(am__tagged_files)
|
---|
1253 | list='$(am__tagged_files)'; \
|
---|
1254 | case "$(srcdir)" in \
|
---|
1255 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
---|
1256 | *) sdir=$(subdir)/$(srcdir) ;; \
|
---|
1257 | esac; \
|
---|
1258 | for i in $$list; do \
|
---|
1259 | if test -f "$$i"; then \
|
---|
1260 | echo "$(subdir)/$$i"; \
|
---|
1261 | else \
|
---|
1262 | echo "$$sdir/$$i"; \
|
---|
1263 | fi; \
|
---|
1264 | done >> $(top_builddir)/cscope.files
|
---|
1265 |
|
---|
1266 | distclean-tags:
|
---|
1267 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
---|
1268 | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
|
---|
1269 |
|
---|
1270 | # Recover from deleted '.trs' file; this should ensure that
|
---|
1271 | # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
|
---|
1272 | # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
|
---|
1273 | # to avoid problems with "make -n".
|
---|
1274 | .log.trs:
|
---|
1275 | rm -f $< $@
|
---|
1276 | $(MAKE) $(AM_MAKEFLAGS) $<
|
---|
1277 |
|
---|
1278 | # Leading 'am--fnord' is there to ensure the list of targets does not
|
---|
1279 | # expand to empty, as could happen e.g. with make check TESTS=''.
|
---|
1280 | am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
|
---|
1281 | am--force-recheck:
|
---|
1282 | @:
|
---|
1283 |
|
---|
1284 | $(TEST_SUITE_LOG): $(TEST_LOGS)
|
---|
1285 | @$(am__set_TESTS_bases); \
|
---|
1286 | am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
|
---|
1287 | redo_bases=`for i in $$bases; do \
|
---|
1288 | am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
|
---|
1289 | done`; \
|
---|
1290 | if test -n "$$redo_bases"; then \
|
---|
1291 | redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
|
---|
1292 | redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
|
---|
1293 | if $(am__make_dryrun); then :; else \
|
---|
1294 | rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
|
---|
1295 | fi; \
|
---|
1296 | fi; \
|
---|
1297 | if test -n "$$am__remaking_logs"; then \
|
---|
1298 | echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
|
---|
1299 | "recursion detected" >&2; \
|
---|
1300 | elif test -n "$$redo_logs"; then \
|
---|
1301 | am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
|
---|
1302 | fi; \
|
---|
1303 | if $(am__make_dryrun); then :; else \
|
---|
1304 | st=0; \
|
---|
1305 | errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
|
---|
1306 | for i in $$redo_bases; do \
|
---|
1307 | test -f $$i.trs && test -r $$i.trs \
|
---|
1308 | || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
|
---|
1309 | test -f $$i.log && test -r $$i.log \
|
---|
1310 | || { echo "$$errmsg $$i.log" >&2; st=1; }; \
|
---|
1311 | done; \
|
---|
1312 | test $$st -eq 0 || exit 1; \
|
---|
1313 | fi
|
---|
1314 | @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
|
---|
1315 | ws='[ ]'; \
|
---|
1316 | results=`for b in $$bases; do echo $$b.trs; done`; \
|
---|
1317 | test -n "$$results" || results=/dev/null; \
|
---|
1318 | all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
|
---|
1319 | pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
|
---|
1320 | fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
|
---|
1321 | skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
|
---|
1322 | xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
|
---|
1323 | xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
|
---|
1324 | error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
|
---|
1325 | if test `expr $$fail + $$xpass + $$error` -eq 0; then \
|
---|
1326 | success=true; \
|
---|
1327 | else \
|
---|
1328 | success=false; \
|
---|
1329 | fi; \
|
---|
1330 | br='==================='; br=$$br$$br$$br$$br; \
|
---|
1331 | result_count () \
|
---|
1332 | { \
|
---|
1333 | if test x"$$1" = x"--maybe-color"; then \
|
---|
1334 | maybe_colorize=yes; \
|
---|
1335 | elif test x"$$1" = x"--no-color"; then \
|
---|
1336 | maybe_colorize=no; \
|
---|
1337 | else \
|
---|
1338 | echo "$@: invalid 'result_count' usage" >&2; exit 4; \
|
---|
1339 | fi; \
|
---|
1340 | shift; \
|
---|
1341 | desc=$$1 count=$$2; \
|
---|
1342 | if test $$maybe_colorize = yes && test $$count -gt 0; then \
|
---|
1343 | color_start=$$3 color_end=$$std; \
|
---|
1344 | else \
|
---|
1345 | color_start= color_end=; \
|
---|
1346 | fi; \
|
---|
1347 | echo "$${color_start}# $$desc $$count$${color_end}"; \
|
---|
1348 | }; \
|
---|
1349 | create_testsuite_report () \
|
---|
1350 | { \
|
---|
1351 | result_count $$1 "TOTAL:" $$all "$$brg"; \
|
---|
1352 | result_count $$1 "PASS: " $$pass "$$grn"; \
|
---|
1353 | result_count $$1 "SKIP: " $$skip "$$blu"; \
|
---|
1354 | result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
|
---|
1355 | result_count $$1 "FAIL: " $$fail "$$red"; \
|
---|
1356 | result_count $$1 "XPASS:" $$xpass "$$red"; \
|
---|
1357 | result_count $$1 "ERROR:" $$error "$$mgn"; \
|
---|
1358 | }; \
|
---|
1359 | { \
|
---|
1360 | echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
|
---|
1361 | $(am__rst_title); \
|
---|
1362 | create_testsuite_report --no-color; \
|
---|
1363 | echo; \
|
---|
1364 | echo ".. contents:: :depth: 2"; \
|
---|
1365 | echo; \
|
---|
1366 | for b in $$bases; do echo $$b; done \
|
---|
1367 | | $(am__create_global_log); \
|
---|
1368 | } >$(TEST_SUITE_LOG).tmp || exit 1; \
|
---|
1369 | mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
|
---|
1370 | if $$success; then \
|
---|
1371 | col="$$grn"; \
|
---|
1372 | else \
|
---|
1373 | col="$$red"; \
|
---|
1374 | test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
|
---|
1375 | fi; \
|
---|
1376 | echo "$${col}$$br$${std}"; \
|
---|
1377 | echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
|
---|
1378 | echo "$${col}$$br$${std}"; \
|
---|
1379 | create_testsuite_report --maybe-color; \
|
---|
1380 | echo "$$col$$br$$std"; \
|
---|
1381 | if $$success; then :; else \
|
---|
1382 | echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
|
---|
1383 | if test -n "$(PACKAGE_BUGREPORT)"; then \
|
---|
1384 | echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
|
---|
1385 | fi; \
|
---|
1386 | echo "$$col$$br$$std"; \
|
---|
1387 | fi; \
|
---|
1388 | $$success || exit 1
|
---|
1389 |
|
---|
1390 | check-TESTS:
|
---|
1391 | @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
|
---|
1392 | @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
|
---|
1393 | @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
---|
1394 | @set +e; $(am__set_TESTS_bases); \
|
---|
1395 | log_list=`for i in $$bases; do echo $$i.log; done`; \
|
---|
1396 | trs_list=`for i in $$bases; do echo $$i.trs; done`; \
|
---|
1397 | log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
|
---|
1398 | $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
|
---|
1399 | exit $$?;
|
---|
1400 | recheck: all $(check_PROGRAMS)
|
---|
1401 | @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
---|
1402 | @set +e; $(am__set_TESTS_bases); \
|
---|
1403 | bases=`for i in $$bases; do echo $$i; done \
|
---|
1404 | | $(am__list_recheck_tests)` || exit 1; \
|
---|
1405 | log_list=`for i in $$bases; do echo $$i.log; done`; \
|
---|
1406 | log_list=`echo $$log_list`; \
|
---|
1407 | $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
|
---|
1408 | am__force_recheck=am--force-recheck \
|
---|
1409 | TEST_LOGS="$$log_list"; \
|
---|
1410 | exit $$?
|
---|
1411 | test-pngtest.sh.log: test-pngtest.sh
|
---|
1412 | @p='test-pngtest.sh'; \
|
---|
1413 | b='test-pngtest.sh'; \
|
---|
1414 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
---|
1415 | --log-file $$b.log --trs-file $$b.trs \
|
---|
1416 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
---|
1417 | "$$tst" $(AM_TESTS_FD_REDIRECT)
|
---|
1418 | .test.log:
|
---|
1419 | @p='$<'; \
|
---|
1420 | $(am__set_b); \
|
---|
1421 | $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
|
---|
1422 | --log-file $$b.log --trs-file $$b.trs \
|
---|
1423 | $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
|
---|
1424 | "$$tst" $(AM_TESTS_FD_REDIRECT)
|
---|
1425 | @[email protected]$(EXEEXT).log:
|
---|
1426 | @am__EXEEXT_TRUE@ @p='$<'; \
|
---|
1427 | @am__EXEEXT_TRUE@ $(am__set_b); \
|
---|
1428 | @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
|
---|
1429 | @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
|
---|
1430 | @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
|
---|
1431 | @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
|
---|
1432 |
|
---|
1433 | distdir: $(DISTFILES)
|
---|
1434 | $(am__remove_distdir)
|
---|
1435 | test -d "$(distdir)" || mkdir "$(distdir)"
|
---|
1436 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
---|
1437 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
---|
1438 | list='$(DISTFILES)'; \
|
---|
1439 | dist_files=`for file in $$list; do echo $$file; done | \
|
---|
1440 | sed -e "s|^$$srcdirstrip/||;t" \
|
---|
1441 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
---|
1442 | case $$dist_files in \
|
---|
1443 | */*) $(MKDIR_P) `echo "$$dist_files" | \
|
---|
1444 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
---|
1445 | sort -u` ;; \
|
---|
1446 | esac; \
|
---|
1447 | for file in $$dist_files; do \
|
---|
1448 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
---|
1449 | if test -d $$d/$$file; then \
|
---|
1450 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
---|
1451 | if test -d "$(distdir)/$$file"; then \
|
---|
1452 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
---|
1453 | fi; \
|
---|
1454 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
---|
1455 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
---|
1456 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
---|
1457 | fi; \
|
---|
1458 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
---|
1459 | else \
|
---|
1460 | test -f "$(distdir)/$$file" \
|
---|
1461 | || cp -p $$d/$$file "$(distdir)/$$file" \
|
---|
1462 | || exit 1; \
|
---|
1463 | fi; \
|
---|
1464 | done
|
---|
1465 | -test -n "$(am__skip_mode_fix)" \
|
---|
1466 | || find "$(distdir)" -type d ! -perm -755 \
|
---|
1467 | -exec chmod u+rwx,go+rx {} \; -o \
|
---|
1468 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
---|
1469 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
---|
1470 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
---|
1471 | || chmod -R a+r "$(distdir)"
|
---|
1472 | dist-gzip: distdir
|
---|
1473 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
---|
1474 | $(am__post_remove_distdir)
|
---|
1475 |
|
---|
1476 | dist-bzip2: distdir
|
---|
1477 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
|
---|
1478 | $(am__post_remove_distdir)
|
---|
1479 |
|
---|
1480 | dist-lzip: distdir
|
---|
1481 | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
|
---|
1482 | $(am__post_remove_distdir)
|
---|
1483 |
|
---|
1484 | dist-xz: distdir
|
---|
1485 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
|
---|
1486 | $(am__post_remove_distdir)
|
---|
1487 |
|
---|
1488 | dist-tarZ: distdir
|
---|
1489 | @echo WARNING: "Support for distribution archives compressed with" \
|
---|
1490 | "legacy program 'compress' is deprecated." >&2
|
---|
1491 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
---|
1492 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
---|
1493 | $(am__post_remove_distdir)
|
---|
1494 |
|
---|
1495 | dist-shar: distdir
|
---|
1496 | @echo WARNING: "Support for shar distribution archives is" \
|
---|
1497 | "deprecated." >&2
|
---|
1498 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
---|
1499 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
---|
1500 | $(am__post_remove_distdir)
|
---|
1501 |
|
---|
1502 | dist-zip: distdir
|
---|
1503 | -rm -f $(distdir).zip
|
---|
1504 | zip -rq $(distdir).zip $(distdir)
|
---|
1505 | $(am__post_remove_distdir)
|
---|
1506 |
|
---|
1507 | dist dist-all:
|
---|
1508 | $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
|
---|
1509 | $(am__post_remove_distdir)
|
---|
1510 |
|
---|
1511 | # This target untars the dist file and tries a VPATH configuration. Then
|
---|
1512 | # it guarantees that the distribution is self-contained by making another
|
---|
1513 | # tarfile.
|
---|
1514 | distcheck: dist
|
---|
1515 | case '$(DIST_ARCHIVES)' in \
|
---|
1516 | *.tar.gz*) \
|
---|
1517 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
|
---|
1518 | *.tar.bz2*) \
|
---|
1519 | bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
---|
1520 | *.tar.lz*) \
|
---|
1521 | lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
|
---|
1522 | *.tar.xz*) \
|
---|
1523 | xz -dc $(distdir).tar.xz | $(am__untar) ;;\
|
---|
1524 | *.tar.Z*) \
|
---|
1525 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
---|
1526 | *.shar.gz*) \
|
---|
1527 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
|
---|
1528 | *.zip*) \
|
---|
1529 | unzip $(distdir).zip ;;\
|
---|
1530 | esac
|
---|
1531 | chmod -R a-w $(distdir)
|
---|
1532 | chmod u+w $(distdir)
|
---|
1533 | mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
|
---|
1534 | chmod a-w $(distdir)
|
---|
1535 | test -d $(distdir)/_build || exit 0; \
|
---|
1536 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
---|
1537 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
---|
1538 | && am__cwd=`pwd` \
|
---|
1539 | && $(am__cd) $(distdir)/_build/sub \
|
---|
1540 | && ../../configure \
|
---|
1541 | $(AM_DISTCHECK_CONFIGURE_FLAGS) \
|
---|
1542 | $(DISTCHECK_CONFIGURE_FLAGS) \
|
---|
1543 | --srcdir=../.. --prefix="$$dc_install_base" \
|
---|
1544 | && $(MAKE) $(AM_MAKEFLAGS) \
|
---|
1545 | && $(MAKE) $(AM_MAKEFLAGS) dvi \
|
---|
1546 | && $(MAKE) $(AM_MAKEFLAGS) check \
|
---|
1547 | && $(MAKE) $(AM_MAKEFLAGS) install \
|
---|
1548 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
---|
1549 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
---|
1550 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
---|
1551 | distuninstallcheck \
|
---|
1552 | && chmod -R a-w "$$dc_install_base" \
|
---|
1553 | && ({ \
|
---|
1554 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
---|
1555 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
---|
1556 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
---|
1557 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
---|
1558 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
---|
1559 | } || { rm -rf "$$dc_destdir"; exit 1; }) \
|
---|
1560 | && rm -rf "$$dc_destdir" \
|
---|
1561 | && $(MAKE) $(AM_MAKEFLAGS) dist \
|
---|
1562 | && rm -rf $(DIST_ARCHIVES) \
|
---|
1563 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
|
---|
1564 | && cd "$$am__cwd" \
|
---|
1565 | || exit 1
|
---|
1566 | $(am__post_remove_distdir)
|
---|
1567 | @(echo "$(distdir) archives ready for distribution: "; \
|
---|
1568 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
---|
1569 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
---|
1570 | distuninstallcheck:
|
---|
1571 | @test -n '$(distuninstallcheck_dir)' || { \
|
---|
1572 | echo 'ERROR: trying to run $@ with an empty' \
|
---|
1573 | '$$(distuninstallcheck_dir)' >&2; \
|
---|
1574 | exit 1; \
|
---|
1575 | }; \
|
---|
1576 | $(am__cd) '$(distuninstallcheck_dir)' || { \
|
---|
1577 | echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
|
---|
1578 | exit 1; \
|
---|
1579 | }; \
|
---|
1580 | test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
|
---|
1581 | || { echo "ERROR: files left after uninstall:" ; \
|
---|
1582 | if test -n "$(DESTDIR)"; then \
|
---|
1583 | echo " (check DESTDIR support)"; \
|
---|
1584 | fi ; \
|
---|
1585 | $(distuninstallcheck_listfiles) ; \
|
---|
1586 | exit 1; } >&2
|
---|
1587 | distcleancheck: distclean
|
---|
1588 | @if test '$(srcdir)' = . ; then \
|
---|
1589 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
---|
1590 | exit 1 ; \
|
---|
1591 | fi
|
---|
1592 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
---|
1593 | || { echo "ERROR: files left in build directory after distclean:" ; \
|
---|
1594 | $(distcleancheck_listfiles) ; \
|
---|
1595 | exit 1; } >&2
|
---|
1596 | check-am: all-am
|
---|
1597 | $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
|
---|
1598 | $(MAKE) $(AM_MAKEFLAGS) check-TESTS
|
---|
1599 | check: check-am
|
---|
1600 | all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) $(HEADERS) \
|
---|
1601 | config.h
|
---|
1602 | installdirs:
|
---|
1603 | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)"; do \
|
---|
1604 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
---|
1605 | done
|
---|
1606 | install: install-am
|
---|
1607 | install-exec: install-exec-am
|
---|
1608 | install-data: install-data-am
|
---|
1609 | uninstall: uninstall-am
|
---|
1610 |
|
---|
1611 | install-am: all-am
|
---|
1612 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
---|
1613 |
|
---|
1614 | installcheck: installcheck-am
|
---|
1615 | install-strip:
|
---|
1616 | if test -z '$(STRIP)'; then \
|
---|
1617 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
1618 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
---|
1619 | install; \
|
---|
1620 | else \
|
---|
1621 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
1622 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
---|
1623 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
---|
1624 | fi
|
---|
1625 | mostlyclean-generic:
|
---|
1626 | -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
|
---|
1627 | -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
|
---|
1628 | -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
---|
1629 |
|
---|
1630 | clean-generic:
|
---|
1631 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
---|
1632 |
|
---|
1633 | distclean-generic:
|
---|
1634 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
---|
1635 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
---|
1636 |
|
---|
1637 | maintainer-clean-generic:
|
---|
1638 | @echo "This command is intended for maintainers to use"
|
---|
1639 | @echo "it deletes files that may require special tools to rebuild."
|
---|
1640 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
---|
1641 | clean: clean-am
|
---|
1642 |
|
---|
1643 | clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
|
---|
1644 | clean-libtool mostlyclean-am
|
---|
1645 |
|
---|
1646 | distclean: distclean-am
|
---|
1647 | -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
---|
1648 | -rm -rf ./$(DEPDIR)
|
---|
1649 | -rm -f Makefile
|
---|
1650 | distclean-am: clean-am distclean-compile distclean-generic \
|
---|
1651 | distclean-hdr distclean-libtool distclean-tags
|
---|
1652 |
|
---|
1653 | dvi: dvi-am
|
---|
1654 |
|
---|
1655 | dvi-am:
|
---|
1656 |
|
---|
1657 | html: html-am
|
---|
1658 |
|
---|
1659 | html-am:
|
---|
1660 |
|
---|
1661 | info: info-am
|
---|
1662 |
|
---|
1663 | info-am:
|
---|
1664 |
|
---|
1665 | install-data-am: install-man install-pkgconfigDATA \
|
---|
1666 | install-pkgincludeHEADERS
|
---|
1667 | @$(NORMAL_INSTALL)
|
---|
1668 | $(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
---|
1669 | install-dvi: install-dvi-am
|
---|
1670 |
|
---|
1671 | install-dvi-am:
|
---|
1672 |
|
---|
1673 | install-exec-am: install-binSCRIPTS install-libLTLIBRARIES
|
---|
1674 | @$(NORMAL_INSTALL)
|
---|
1675 | $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
---|
1676 | install-html: install-html-am
|
---|
1677 |
|
---|
1678 | install-html-am:
|
---|
1679 |
|
---|
1680 | install-info: install-info-am
|
---|
1681 |
|
---|
1682 | install-info-am:
|
---|
1683 |
|
---|
1684 | install-man: install-man3 install-man5
|
---|
1685 |
|
---|
1686 | install-pdf: install-pdf-am
|
---|
1687 |
|
---|
1688 | install-pdf-am:
|
---|
1689 |
|
---|
1690 | install-ps: install-ps-am
|
---|
1691 |
|
---|
1692 | install-ps-am:
|
---|
1693 |
|
---|
1694 | installcheck-am:
|
---|
1695 |
|
---|
1696 | maintainer-clean: maintainer-clean-am
|
---|
1697 | -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
---|
1698 | -rm -rf $(top_srcdir)/autom4te.cache
|
---|
1699 | -rm -rf ./$(DEPDIR)
|
---|
1700 | -rm -f Makefile
|
---|
1701 | maintainer-clean-am: distclean-am maintainer-clean-generic
|
---|
1702 |
|
---|
1703 | mostlyclean: mostlyclean-am
|
---|
1704 |
|
---|
1705 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
---|
1706 | mostlyclean-libtool
|
---|
1707 |
|
---|
1708 | pdf: pdf-am
|
---|
1709 |
|
---|
1710 | pdf-am:
|
---|
1711 |
|
---|
1712 | ps: ps-am
|
---|
1713 |
|
---|
1714 | ps-am:
|
---|
1715 |
|
---|
1716 | uninstall-am: uninstall-binSCRIPTS uninstall-libLTLIBRARIES \
|
---|
1717 | uninstall-man uninstall-pkgconfigDATA \
|
---|
1718 | uninstall-pkgincludeHEADERS
|
---|
1719 | @$(NORMAL_INSTALL)
|
---|
1720 | $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
|
---|
1721 | uninstall-man: uninstall-man3 uninstall-man5
|
---|
1722 |
|
---|
1723 | .MAKE: all check-am install-am install-data-am install-exec-am \
|
---|
1724 | install-strip uninstall-am
|
---|
1725 |
|
---|
1726 | .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS \
|
---|
1727 | check-am clean clean-checkPROGRAMS clean-cscope clean-generic \
|
---|
1728 | clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
|
---|
1729 | ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
|
---|
1730 | dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
|
---|
1731 | distclean-compile distclean-generic distclean-hdr \
|
---|
1732 | distclean-libtool distclean-tags distcleancheck distdir \
|
---|
1733 | distuninstallcheck dvi dvi-am html html-am info info-am \
|
---|
1734 | install install-am install-binSCRIPTS install-data \
|
---|
1735 | install-data-am install-data-hook install-dvi install-dvi-am \
|
---|
1736 | install-exec install-exec-am install-exec-hook install-html \
|
---|
1737 | install-html-am install-info install-info-am \
|
---|
1738 | install-libLTLIBRARIES install-man install-man3 install-man5 \
|
---|
1739 | install-pdf install-pdf-am install-pkgconfigDATA \
|
---|
1740 | install-pkgincludeHEADERS install-ps install-ps-am \
|
---|
1741 | install-strip installcheck installcheck-am installdirs \
|
---|
1742 | maintainer-clean maintainer-clean-generic mostlyclean \
|
---|
1743 | mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
---|
1744 | pdf pdf-am ps ps-am recheck tags tags-am uninstall \
|
---|
1745 | uninstall-am uninstall-binSCRIPTS uninstall-hook \
|
---|
1746 | uninstall-libLTLIBRARIES uninstall-man uninstall-man3 \
|
---|
1747 | uninstall-man5 uninstall-pkgconfigDATA \
|
---|
1748 | uninstall-pkgincludeHEADERS
|
---|
1749 |
|
---|
1750 | .PRECIOUS: Makefile
|
---|
1751 |
|
---|
1752 |
|
---|
1753 | @HAVE_LD_VERSION_SCRIPT_TRUE@ # Versioned symbols and restricted exports
|
---|
1754 | @HAVE_LD_VERSION_SCRIPT_FALSE@ # Only restricted exports when possible
|
---|
1755 |
|
---|
1756 | $(PNGLIB_BASENAME).pc: libpng.pc
|
---|
1757 | cp libpng.pc $@
|
---|
1758 |
|
---|
1759 | $(PNGLIB_BASENAME)-config: libpng-config
|
---|
1760 | cp libpng-config $@
|
---|
1761 |
|
---|
1762 | libpng.sym: png.h pngconf.h
|
---|
1763 | rm -f $@ [email protected]
|
---|
1764 | $(CPP) @LIBPNG_DEFINES@ $(CPPFLAGS) -DPNG_BUILDSYMS $(srcdir)/png.h | \
|
---|
1765 | $(SED) -n -e \
|
---|
1766 | 's|^.*PNG_FUNCTION_EXPORT[ ]*\([$(AN)]*\).*$$|$(SYMBOL_PREFIX)\1|p' \
|
---|
1767 | -e 's|^.*PNG_DATA_EXPORT[ ]*\([$(AN)]*\).*$$|$(SYMBOL_PREFIX)\1|p' \
|
---|
1768 | >[email protected]
|
---|
1769 | mv [email protected] $@
|
---|
1770 |
|
---|
1771 | libpng.vers: libpng.sym
|
---|
1772 | rm -f $@ [email protected]
|
---|
1773 | echo PNG@PNGLIB_MAJOR@@PNGLIB_MINOR@_0 '{global:' > [email protected]
|
---|
1774 | $(SED) s/$$/\;/ libpng.sym >> [email protected]
|
---|
1775 | echo 'local: *; };' >> [email protected]
|
---|
1776 | mv [email protected] $@
|
---|
1777 |
|
---|
1778 | test: check
|
---|
1779 |
|
---|
1780 | # install the .../include headers as links to the new ones
|
---|
1781 | install-data-hook:
|
---|
1782 | cd $(DESTDIR)$(includedir); rm -f png.h pngconf.h
|
---|
1783 | cd $(DESTDIR)$(includedir); $(LN_S) $(PNGLIB_BASENAME)/png.h png.h
|
---|
1784 | cd $(DESTDIR)$(includedir); $(LN_S) $(PNGLIB_BASENAME)/pngconf.h pngconf.h
|
---|
1785 | cd $(DESTDIR)$(pkgconfigdir); rm -f libpng.pc
|
---|
1786 | cd $(DESTDIR)$(pkgconfigdir); $(LN_S) $(PNGLIB_BASENAME).pc libpng.pc
|
---|
1787 |
|
---|
1788 | # do evil things to libpng to cause libpng12 to be used
|
---|
1789 | install-exec-hook:
|
---|
1790 | cd $(DESTDIR)$(bindir); rm -f libpng-config
|
---|
1791 | cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
|
---|
1792 | @set -x;\
|
---|
1793 | cd $(DESTDIR)$(libdir);\
|
---|
1794 | for ext in a la so sl dylib; do\
|
---|
1795 | rm -f libpng.$$ext;\
|
---|
1796 | if test -f $(PNGLIB_BASENAME).$$ext; then\
|
---|
1797 | $(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\
|
---|
1798 | fi;\
|
---|
1799 | done
|
---|
1800 |
|
---|
1801 | uninstall-hook:
|
---|
1802 | cd $(DESTDIR)$(includedir); rm -f png.h pngconf.h
|
---|
1803 | rm -f $(DESTDIR)$(pkgconfigdir)/libpng.pc
|
---|
1804 | rm -f $(DESTDIR)$(bindir)/libpng-config
|
---|
1805 | @if test -n "@compatlib@"; then\
|
---|
1806 | set -x;\
|
---|
1807 | cd $(DESTDIR)$(libdir);\
|
---|
1808 | for ext in a la so sl dylib; do\
|
---|
1809 | rm -f libpng.$$ext;\
|
---|
1810 | done;\
|
---|
1811 | fi
|
---|
1812 |
|
---|
1813 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
---|
1814 | # Otherwise a system limit (for SysV at least) may be exceeded.
|
---|
1815 | .NOEXPORT:
|
---|