1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 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, the source file for Makefile.in (and hence Makefile), is 18# 19# Copyright (c) 2018-2024 Cosmin Truta 20# Copyright (c) 2004-2016 Glenn Randers-Pehrson 21# 22# This code is released under the libpng license. 23# For conditions of distribution and use, see the disclaimer 24# and license in png.h 25 26 27 28 29 30VPATH = @srcdir@ 31am__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} 42am__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 84am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 85am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 86pkgdatadir = $(datadir)/@PACKAGE@ 87pkglibdir = $(libdir)/@PACKAGE@ 88pkglibexecdir = $(libexecdir)/@PACKAGE@ 89am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 90install_sh_DATA = $(install_sh) -c -m 644 91install_sh_PROGRAM = $(install_sh) -c 92install_sh_SCRIPT = $(install_sh) -c 93INSTALL_HEADER = $(INSTALL_DATA) 94transform = $(program_transform_name) 95NORMAL_INSTALL = : 96PRE_INSTALL = : 97POST_INSTALL = : 98NORMAL_UNINSTALL = : 99PRE_UNINSTALL = : 100POST_UNINSTALL = : 101build_triplet = @build@ 102host_triplet = @host@ 103@ENABLE_TESTS_TRUE@check_PROGRAMS = pngtest$(EXEEXT) \ 104@ENABLE_TESTS_TRUE@ pngunknown$(EXEEXT) pngstest$(EXEEXT) \ 105@ENABLE_TESTS_TRUE@ pngvalid$(EXEEXT) pngimage$(EXEEXT) \ 106@ENABLE_TESTS_TRUE@ pngcp$(EXEEXT) $(am__EXEEXT_1) 107@ENABLE_TESTS_TRUE@@HAVE_CLOCK_GETTIME_TRUE@am__append_1 = timepng 108@ENABLE_TOOLS_TRUE@bin_PROGRAMS = pngfix$(EXEEXT) \ 109@ENABLE_TOOLS_TRUE@ png-fix-itxt$(EXEEXT) 110@PNG_ARM_NEON_TRUE@am__append_2 = arm/arm_init.c\ 111@PNG_ARM_NEON_TRUE@ arm/filter_neon.S arm/filter_neon_intrinsics.c \ 112@PNG_ARM_NEON_TRUE@ arm/palette_neon_intrinsics.c 113 114@PNG_MIPS_MSA_TRUE@am__append_3 = mips/mips_init.c\ 115@PNG_MIPS_MSA_TRUE@ mips/filter_msa_intrinsics.c 116 117@PNG_MIPS_MMI_TRUE@@PNG_MIPS_MSA_FALSE@am__append_4 = mips/mips_init.c 118@PNG_MIPS_MMI_TRUE@am__append_5 = mips/filter_mmi_inline_assembly.c 119@PNG_INTEL_SSE_TRUE@am__append_6 = intel/intel_init.c\ 120@PNG_INTEL_SSE_TRUE@ intel/filter_sse2_intrinsics.c 121 122@PNG_POWERPC_VSX_TRUE@am__append_7 = powerpc/powerpc_init.c\ 123@PNG_POWERPC_VSX_TRUE@ powerpc/filter_vsx_intrinsics.c 124 125 126# Versioned symbols and restricted exports 127@HAVE_LD_VERSION_SCRIPT_TRUE@@HAVE_SOLARIS_LD_TRUE@am__append_8 = -Wl,-M -Wl,libpng.vers 128@HAVE_LD_VERSION_SCRIPT_TRUE@@HAVE_SOLARIS_LD_FALSE@am__append_9 = -Wl,--version-script=libpng.vers 129# Only restricted exports when possible 130@HAVE_LD_VERSION_SCRIPT_FALSE@am__append_10 = -export-symbols libpng.sym 131@PNG_LOONGARCH_LSX_TRUE@am__append_11 = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx.la 132@DO_PNG_PREFIX_TRUE@am__append_12 = -DPNG_PREFIX='@PNG_PREFIX@' 133subdir = . 134ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 135am__aclocal_m4_deps = $(top_srcdir)/scripts/autoconf/libtool.m4 \ 136 $(top_srcdir)/scripts/autoconf/ltoptions.m4 \ 137 $(top_srcdir)/scripts/autoconf/ltsugar.m4 \ 138 $(top_srcdir)/scripts/autoconf/ltversion.m4 \ 139 $(top_srcdir)/scripts/autoconf/lt~obsolete.m4 \ 140 $(top_srcdir)/configure.ac 141am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 142 $(ACLOCAL_M4) 143DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 144 $(am__configure_deps) $(pkginclude_HEADERS) $(am__DIST_COMMON) 145am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 146 configure.lineno config.status.lineno 147mkinstalldirs = $(install_sh) -d 148CONFIG_HEADER = config.h 149CONFIG_CLEAN_FILES = libpng.pc libpng-config 150CONFIG_CLEAN_VPATH_FILES = 151am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" \ 152 "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man3dir)" \ 153 "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(pkgconfigdir)" \ 154 "$(DESTDIR)$(pkgincludedir)" "$(DESTDIR)$(pkgincludedir)" 155@ENABLE_TESTS_TRUE@@HAVE_CLOCK_GETTIME_TRUE@am__EXEEXT_1 = \ 156@ENABLE_TESTS_TRUE@@HAVE_CLOCK_GETTIME_TRUE@ timepng$(EXEEXT) 157PROGRAMS = $(bin_PROGRAMS) 158am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 159am__vpath_adj = case $$p in \ 160 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 161 *) f=$$p;; \ 162 esac; 163am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 164am__install_max = 40 165am__nobase_strip_setup = \ 166 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 167am__nobase_strip = \ 168 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 169am__nobase_list = $(am__nobase_strip_setup); \ 170 for p in $$list; do echo "$$p $$p"; done | \ 171 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 172 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 173 if (++n[$$2] == $(am__install_max)) \ 174 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 175 END { for (dir in files) print dir, files[dir] }' 176am__base_list = \ 177 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 178 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 179am__uninstall_files_from_dir = { \ 180 test -z "$$files" \ 181 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 182 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 183 $(am__cd) "$$dir" && rm -f $$files; }; \ 184 } 185LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) 186am__libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES_DIST = png.c \ 187 pngerror.c pngget.c pngmem.c pngpread.c pngread.c pngrio.c \ 188 pngrtran.c pngrutil.c pngset.c pngtrans.c pngwio.c pngwrite.c \ 189 pngwtran.c pngwutil.c png.h pngconf.h pngdebug.h pnginfo.h \ 190 pngpriv.h pngstruct.h pngusr.dfa arm/arm_init.c \ 191 arm/filter_neon.S arm/filter_neon_intrinsics.c \ 192 arm/palette_neon_intrinsics.c mips/mips_init.c \ 193 mips/filter_msa_intrinsics.c mips/filter_mmi_inline_assembly.c \ 194 intel/intel_init.c intel/filter_sse2_intrinsics.c \ 195 powerpc/powerpc_init.c powerpc/filter_vsx_intrinsics.c 196am__dirstamp = $(am__leading_dot)dirstamp 197@PNG_ARM_NEON_TRUE@am__objects_1 = arm/arm_init.lo arm/filter_neon.lo \ 198@PNG_ARM_NEON_TRUE@ arm/filter_neon_intrinsics.lo \ 199@PNG_ARM_NEON_TRUE@ arm/palette_neon_intrinsics.lo 200@PNG_MIPS_MSA_TRUE@am__objects_2 = mips/mips_init.lo \ 201@PNG_MIPS_MSA_TRUE@ mips/filter_msa_intrinsics.lo 202@PNG_MIPS_MMI_TRUE@@PNG_MIPS_MSA_FALSE@am__objects_3 = \ 203@PNG_MIPS_MMI_TRUE@@PNG_MIPS_MSA_FALSE@ mips/mips_init.lo 204@PNG_MIPS_MMI_TRUE@am__objects_4 = mips/filter_mmi_inline_assembly.lo 205@PNG_INTEL_SSE_TRUE@am__objects_5 = intel/intel_init.lo \ 206@PNG_INTEL_SSE_TRUE@ intel/filter_sse2_intrinsics.lo 207@PNG_POWERPC_VSX_TRUE@am__objects_6 = powerpc/powerpc_init.lo \ 208@PNG_POWERPC_VSX_TRUE@ powerpc/filter_vsx_intrinsics.lo 209am_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_OBJECTS = png.lo pngerror.lo \ 210 pngget.lo pngmem.lo pngpread.lo pngread.lo pngrio.lo \ 211 pngrtran.lo pngrutil.lo pngset.lo pngtrans.lo pngwio.lo \ 212 pngwrite.lo pngwtran.lo pngwutil.lo $(am__objects_1) \ 213 $(am__objects_2) $(am__objects_3) $(am__objects_4) \ 214 $(am__objects_5) $(am__objects_6) 215nodist_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_OBJECTS = 216libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_OBJECTS = \ 217 $(am_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_OBJECTS) \ 218 $(nodist_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_OBJECTS) 219AM_V_lt = $(am__v_lt_@AM_V@) 220am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 221am__v_lt_0 = --silent 222am__v_lt_1 = 223libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LINK = $(LIBTOOL) $(AM_V_lt) \ 224 --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ 225 $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 226 $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS) $(LDFLAGS) -o \ 227 $@ 228libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_LIBADD = 229am__libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_SOURCES_DIST = \ 230 loongarch/loongarch_lsx_init.c \ 231 loongarch/filter_lsx_intrinsics.c 232@PNG_LOONGARCH_LSX_TRUE@am_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_OBJECTS = loongarch/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-loongarch_lsx_init.lo \ 233@PNG_LOONGARCH_LSX_TRUE@ loongarch/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-filter_lsx_intrinsics.lo 234libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_OBJECTS = \ 235 $(am_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_OBJECTS) 236libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_LINK = $(LIBTOOL) $(AM_V_lt) \ 237 --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ 238 $(CCLD) $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_CFLAGS) \ 239 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 240@PNG_LOONGARCH_LSX_TRUE@am_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_rpath = 241am__png_fix_itxt_SOURCES_DIST = contrib/tools/png-fix-itxt.c 242@ENABLE_TOOLS_TRUE@am_png_fix_itxt_OBJECTS = \ 243@ENABLE_TOOLS_TRUE@ contrib/tools/png-fix-itxt.$(OBJEXT) 244png_fix_itxt_OBJECTS = $(am_png_fix_itxt_OBJECTS) 245png_fix_itxt_LDADD = $(LDADD) 246am__pngcp_SOURCES_DIST = contrib/tools/pngcp.c 247@ENABLE_TESTS_TRUE@am_pngcp_OBJECTS = contrib/tools/pngcp.$(OBJEXT) 248pngcp_OBJECTS = $(am_pngcp_OBJECTS) 249@ENABLE_TESTS_TRUE@pngcp_DEPENDENCIES = \ 250@ENABLE_TESTS_TRUE@ libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la 251am__pngfix_SOURCES_DIST = contrib/tools/pngfix.c 252@ENABLE_TOOLS_TRUE@am_pngfix_OBJECTS = contrib/tools/pngfix.$(OBJEXT) 253pngfix_OBJECTS = $(am_pngfix_OBJECTS) 254@ENABLE_TOOLS_TRUE@pngfix_DEPENDENCIES = \ 255@ENABLE_TOOLS_TRUE@ libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la 256am__pngimage_SOURCES_DIST = contrib/libtests/pngimage.c 257@ENABLE_TESTS_TRUE@am_pngimage_OBJECTS = \ 258@ENABLE_TESTS_TRUE@ contrib/libtests/pngimage.$(OBJEXT) 259pngimage_OBJECTS = $(am_pngimage_OBJECTS) 260@ENABLE_TESTS_TRUE@pngimage_DEPENDENCIES = \ 261@ENABLE_TESTS_TRUE@ libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la 262am__pngstest_SOURCES_DIST = contrib/libtests/pngstest.c 263@ENABLE_TESTS_TRUE@am_pngstest_OBJECTS = \ 264@ENABLE_TESTS_TRUE@ contrib/libtests/pngstest.$(OBJEXT) 265pngstest_OBJECTS = $(am_pngstest_OBJECTS) 266@ENABLE_TESTS_TRUE@pngstest_DEPENDENCIES = \ 267@ENABLE_TESTS_TRUE@ libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la 268am__pngtest_SOURCES_DIST = pngtest.c 269@ENABLE_TESTS_TRUE@am_pngtest_OBJECTS = pngtest.$(OBJEXT) 270pngtest_OBJECTS = $(am_pngtest_OBJECTS) 271@ENABLE_TESTS_TRUE@pngtest_DEPENDENCIES = \ 272@ENABLE_TESTS_TRUE@ libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la 273am__pngunknown_SOURCES_DIST = contrib/libtests/pngunknown.c 274@ENABLE_TESTS_TRUE@am_pngunknown_OBJECTS = \ 275@ENABLE_TESTS_TRUE@ contrib/libtests/pngunknown.$(OBJEXT) 276pngunknown_OBJECTS = $(am_pngunknown_OBJECTS) 277@ENABLE_TESTS_TRUE@pngunknown_DEPENDENCIES = \ 278@ENABLE_TESTS_TRUE@ libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la 279am__pngvalid_SOURCES_DIST = contrib/libtests/pngvalid.c 280@ENABLE_TESTS_TRUE@am_pngvalid_OBJECTS = \ 281@ENABLE_TESTS_TRUE@ contrib/libtests/pngvalid.$(OBJEXT) 282pngvalid_OBJECTS = $(am_pngvalid_OBJECTS) 283@ENABLE_TESTS_TRUE@pngvalid_DEPENDENCIES = \ 284@ENABLE_TESTS_TRUE@ libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la 285am__timepng_SOURCES_DIST = contrib/libtests/timepng.c 286@ENABLE_TESTS_TRUE@am_timepng_OBJECTS = \ 287@ENABLE_TESTS_TRUE@ contrib/libtests/timepng.$(OBJEXT) 288timepng_OBJECTS = $(am_timepng_OBJECTS) 289@ENABLE_TESTS_TRUE@timepng_DEPENDENCIES = \ 290@ENABLE_TESTS_TRUE@ libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la 291SCRIPTS = $(bin_SCRIPTS) 292AM_V_P = $(am__v_P_@AM_V@) 293am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 294am__v_P_0 = false 295am__v_P_1 = : 296AM_V_GEN = $(am__v_GEN_@AM_V@) 297am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 298am__v_GEN_0 = @echo " GEN " $@; 299am__v_GEN_1 = 300AM_V_at = $(am__v_at_@AM_V@) 301am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 302am__v_at_0 = @ 303am__v_at_1 = 304DEFAULT_INCLUDES = -I.@am__isrc@ 305depcomp = $(SHELL) $(top_srcdir)/depcomp 306am__maybe_remake_depfiles = depfiles 307am__depfiles_remade = ./$(DEPDIR)/png.Plo ./$(DEPDIR)/pngerror.Plo \ 308 ./$(DEPDIR)/pngget.Plo ./$(DEPDIR)/pngmem.Plo \ 309 ./$(DEPDIR)/pngpread.Plo ./$(DEPDIR)/pngread.Plo \ 310 ./$(DEPDIR)/pngrio.Plo ./$(DEPDIR)/pngrtran.Plo \ 311 ./$(DEPDIR)/pngrutil.Plo ./$(DEPDIR)/pngset.Plo \ 312 ./$(DEPDIR)/pngtest.Po ./$(DEPDIR)/pngtrans.Plo \ 313 ./$(DEPDIR)/pngwio.Plo ./$(DEPDIR)/pngwrite.Plo \ 314 ./$(DEPDIR)/pngwtran.Plo ./$(DEPDIR)/pngwutil.Plo \ 315 arm/$(DEPDIR)/arm_init.Plo arm/$(DEPDIR)/filter_neon.Plo \ 316 arm/$(DEPDIR)/filter_neon_intrinsics.Plo \ 317 arm/$(DEPDIR)/palette_neon_intrinsics.Plo \ 318 contrib/libtests/$(DEPDIR)/pngimage.Po \ 319 contrib/libtests/$(DEPDIR)/pngstest.Po \ 320 contrib/libtests/$(DEPDIR)/pngunknown.Po \ 321 contrib/libtests/$(DEPDIR)/pngvalid.Po \ 322 contrib/libtests/$(DEPDIR)/timepng.Po \ 323 contrib/tools/$(DEPDIR)/png-fix-itxt.Po \ 324 contrib/tools/$(DEPDIR)/pngcp.Po \ 325 contrib/tools/$(DEPDIR)/pngfix.Po \ 326 intel/$(DEPDIR)/filter_sse2_intrinsics.Plo \ 327 intel/$(DEPDIR)/intel_init.Plo \ 328 loongarch/$(DEPDIR)/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-filter_lsx_intrinsics.Plo \ 329 loongarch/$(DEPDIR)/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-loongarch_lsx_init.Plo \ 330 mips/$(DEPDIR)/filter_mmi_inline_assembly.Plo \ 331 mips/$(DEPDIR)/filter_msa_intrinsics.Plo \ 332 mips/$(DEPDIR)/mips_init.Plo \ 333 powerpc/$(DEPDIR)/filter_vsx_intrinsics.Plo \ 334 powerpc/$(DEPDIR)/powerpc_init.Plo 335am__mv = mv -f 336CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 337 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) 338LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 339 $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \ 340 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 341 $(AM_CCASFLAGS) $(CCASFLAGS) 342AM_V_CPPAS = $(am__v_CPPAS_@AM_V@) 343am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@) 344am__v_CPPAS_0 = @echo " CPPAS " $@; 345am__v_CPPAS_1 = 346COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 347 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 348LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 349 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 350 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 351 $(AM_CFLAGS) $(CFLAGS) 352AM_V_CC = $(am__v_CC_@AM_V@) 353am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 354am__v_CC_0 = @echo " CC " $@; 355am__v_CC_1 = 356CCLD = $(CC) 357LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 358 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 359 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 360AM_V_CCLD = $(am__v_CCLD_@AM_V@) 361am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 362am__v_CCLD_0 = @echo " CCLD " $@; 363am__v_CCLD_1 = 364SOURCES = $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES) \ 365 $(nodist_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES) \ 366 $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_SOURCES) \ 367 $(png_fix_itxt_SOURCES) $(pngcp_SOURCES) $(pngfix_SOURCES) \ 368 $(pngimage_SOURCES) $(pngstest_SOURCES) $(pngtest_SOURCES) \ 369 $(pngunknown_SOURCES) $(pngvalid_SOURCES) $(timepng_SOURCES) 370DIST_SOURCES = \ 371 $(am__libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES_DIST) \ 372 $(am__libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_SOURCES_DIST) \ 373 $(am__png_fix_itxt_SOURCES_DIST) $(am__pngcp_SOURCES_DIST) \ 374 $(am__pngfix_SOURCES_DIST) $(am__pngimage_SOURCES_DIST) \ 375 $(am__pngstest_SOURCES_DIST) $(am__pngtest_SOURCES_DIST) \ 376 $(am__pngunknown_SOURCES_DIST) $(am__pngvalid_SOURCES_DIST) \ 377 $(am__timepng_SOURCES_DIST) 378am__can_run_installinfo = \ 379 case $$AM_UPDATE_INFO_DIR in \ 380 n|no|NO) false;; \ 381 *) (install-info --version) >/dev/null 2>&1;; \ 382 esac 383man3dir = $(mandir)/man3 384man5dir = $(mandir)/man5 385NROFF = nroff 386MANS = $(dist_man_MANS) 387DATA = $(pkgconfig_DATA) 388HEADERS = $(nodist_pkginclude_HEADERS) $(pkginclude_HEADERS) 389am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ 390 config.h.in 391# Read a list of newline-separated strings from the standard input, 392# and print each of them once, without duplicates. Input order is 393# *not* preserved. 394am__uniquify_input = $(AWK) '\ 395 BEGIN { nonempty = 0; } \ 396 { items[$$0] = 1; nonempty = 1; } \ 397 END { if (nonempty) { for (i in items) print i; }; } \ 398' 399# Make sure the list of sources is unique. This is necessary because, 400# e.g., the same source file might be shared among _SOURCES variables 401# for different programs/libraries. 402am__define_uniq_tagged_files = \ 403 list='$(am__tagged_files)'; \ 404 unique=`for i in $$list; do \ 405 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 406 done | $(am__uniquify_input)` 407AM_RECURSIVE_TARGETS = cscope check recheck 408am__tty_colors_dummy = \ 409 mgn= red= grn= lgn= blu= brg= std=; \ 410 am__color_tests=no 411am__tty_colors = { \ 412 $(am__tty_colors_dummy); \ 413 if test "X$(AM_COLOR_TESTS)" = Xno; then \ 414 am__color_tests=no; \ 415 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 416 am__color_tests=yes; \ 417 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 418 am__color_tests=yes; \ 419 fi; \ 420 if test $$am__color_tests = yes; then \ 421 red='[0;31m'; \ 422 grn='[0;32m'; \ 423 lgn='[1;32m'; \ 424 blu='[1;34m'; \ 425 mgn='[0;35m'; \ 426 brg='[1m'; \ 427 std='[m'; \ 428 fi; \ 429} 430am__recheck_rx = ^[ ]*:recheck:[ ]* 431am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 432am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 433# A command that, given a newline-separated list of test names on the 434# standard input, print the name of the tests that are to be re-run 435# upon "make recheck". 436am__list_recheck_tests = $(AWK) '{ \ 437 recheck = 1; \ 438 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 439 { \ 440 if (rc < 0) \ 441 { \ 442 if ((getline line2 < ($$0 ".log")) < 0) \ 443 recheck = 0; \ 444 break; \ 445 } \ 446 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 447 { \ 448 recheck = 0; \ 449 break; \ 450 } \ 451 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 452 { \ 453 break; \ 454 } \ 455 }; \ 456 if (recheck) \ 457 print $$0; \ 458 close ($$0 ".trs"); \ 459 close ($$0 ".log"); \ 460}' 461# A command that, given a newline-separated list of test names on the 462# standard input, create the global log from their .trs and .log files. 463am__create_global_log = $(AWK) ' \ 464function fatal(msg) \ 465{ \ 466 print "fatal: making $@: " msg | "cat >&2"; \ 467 exit 1; \ 468} \ 469function rst_section(header) \ 470{ \ 471 print header; \ 472 len = length(header); \ 473 for (i = 1; i <= len; i = i + 1) \ 474 printf "="; \ 475 printf "\n\n"; \ 476} \ 477{ \ 478 copy_in_global_log = 1; \ 479 global_test_result = "RUN"; \ 480 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 481 { \ 482 if (rc < 0) \ 483 fatal("failed to read from " $$0 ".trs"); \ 484 if (line ~ /$(am__global_test_result_rx)/) \ 485 { \ 486 sub("$(am__global_test_result_rx)", "", line); \ 487 sub("[ ]*$$", "", line); \ 488 global_test_result = line; \ 489 } \ 490 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 491 copy_in_global_log = 0; \ 492 }; \ 493 if (copy_in_global_log) \ 494 { \ 495 rst_section(global_test_result ": " $$0); \ 496 while ((rc = (getline line < ($$0 ".log"))) != 0) \ 497 { \ 498 if (rc < 0) \ 499 fatal("failed to read from " $$0 ".log"); \ 500 print line; \ 501 }; \ 502 printf "\n"; \ 503 }; \ 504 close ($$0 ".trs"); \ 505 close ($$0 ".log"); \ 506}' 507# Restructured Text title. 508am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 509# Solaris 10 'make', and several other traditional 'make' implementations, 510# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 511# by disabling -e (using the XSI extension "set +e") if it's set. 512am__sh_e_setup = case $$- in *e*) set +e;; esac 513# Default flags passed to test drivers. 514am__common_driver_flags = \ 515 --color-tests "$$am__color_tests" \ 516 --enable-hard-errors "$$am__enable_hard_errors" \ 517 --expect-failure "$$am__expect_failure" 518# To be inserted before the command running the test. Creates the 519# directory for the log if needed. Stores in $dir the directory 520# containing $f, in $tst the test, in $log the log. Executes the 521# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 522# passes TESTS_ENVIRONMENT. Set up options for the wrapper that 523# will run the test scripts (or their associated LOG_COMPILER, if 524# thy have one). 525am__check_pre = \ 526$(am__sh_e_setup); \ 527$(am__vpath_adj_setup) $(am__vpath_adj) \ 528$(am__tty_colors); \ 529srcdir=$(srcdir); export srcdir; \ 530case "$@" in \ 531 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 532 *) am__odir=.;; \ 533esac; \ 534test "x$$am__odir" = x"." || test -d "$$am__odir" \ 535 || $(MKDIR_P) "$$am__odir" || exit $$?; \ 536if test -f "./$$f"; then dir=./; \ 537elif test -f "$$f"; then dir=; \ 538else dir="$(srcdir)/"; fi; \ 539tst=$$dir$$f; log='$@'; \ 540if test -n '$(DISABLE_HARD_ERRORS)'; then \ 541 am__enable_hard_errors=no; \ 542else \ 543 am__enable_hard_errors=yes; \ 544fi; \ 545case " $(XFAIL_TESTS) " in \ 546 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 547 am__expect_failure=yes;; \ 548 *) \ 549 am__expect_failure=no;; \ 550esac; \ 551$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 552# A shell command to get the names of the tests scripts with any registered 553# extension removed (i.e., equivalently, the names of the test logs, with 554# the '.log' extension removed). The result is saved in the shell variable 555# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 556# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 557# since that might cause problem with VPATH rewrites for suffix-less tests. 558# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 559am__set_TESTS_bases = \ 560 bases='$(TEST_LOGS)'; \ 561 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 562 bases=`echo $$bases` 563AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' 564RECHECK_LOGS = $(TEST_LOGS) 565TEST_SUITE_LOG = test-suite.log 566TEST_EXTENSIONS = @EXEEXT@ .test 567LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 568LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 569am__set_b = \ 570 case '$@' in \ 571 */*) \ 572 case '$*' in \ 573 */*) b='$*';; \ 574 *) b=`echo '$@' | sed 's/\.log$$//'`; \ 575 esac;; \ 576 *) \ 577 b='$*';; \ 578 esac 579am__test_logs1 = $(TESTS:=.log) 580am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 581TEST_LOGS = $(am__test_logs2:.test.log=.log) 582TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 583TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 584 $(TEST_LOG_FLAGS) 585am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \ 586 $(srcdir)/config.h.in $(srcdir)/libpng-config.in \ 587 $(srcdir)/libpng.pc.in AUTHORS INSTALL README TODO compile \ 588 config.guess config.sub depcomp install-sh ltmain.sh missing \ 589 test-driver 590DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 591distdir = $(PACKAGE)-$(VERSION) 592top_distdir = $(distdir) 593am__remove_distdir = \ 594 if test -d "$(distdir)"; then \ 595 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 596 && rm -rf "$(distdir)" \ 597 || { sleep 5 && rm -rf "$(distdir)"; }; \ 598 else :; fi 599am__post_remove_distdir = $(am__remove_distdir) 600DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz 601GZIP_ENV = --best 602DIST_TARGETS = dist-xz dist-gzip 603# Exists only to be overridden by the user if desired. 604AM_DISTCHECK_DVI_TARGET = dvi 605distuninstallcheck_listfiles = find . -type f -print 606am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 607 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 608distcleancheck_listfiles = find . -type f -print 609 610#distribute headers in /usr/include/libpng/* 611pkgincludedir = $(includedir)/$(PNGLIB_BASENAME) 612ACLOCAL = @ACLOCAL@ 613AMTAR = @AMTAR@ 614AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 615AR = @AR@ 616AS = @AS@ 617AUTOCONF = @AUTOCONF@ 618AUTOHEADER = @AUTOHEADER@ 619AUTOMAKE = @AUTOMAKE@ 620AWK = @AWK@ 621CC = @CC@ 622CCAS = @CCAS@ 623CCASDEPMODE = @CCASDEPMODE@ 624CCASFLAGS = @CCASFLAGS@ 625CCDEPMODE = @CCDEPMODE@ 626CFLAGS = @CFLAGS@ 627CPP = @CPP@ 628CPPFLAGS = @CPPFLAGS@ 629CSCOPE = @CSCOPE@ 630CTAGS = @CTAGS@ 631CYGPATH_W = @CYGPATH_W@ 632DEFS = @DEFS@ 633DEPDIR = @DEPDIR@ 634 635# DFNCPP is normally just CPP - the C preprocessor - but on Solaris and maybe 636# other operating systems (NeXT?) the C preprocessor selected by configure 637# checks input tokens for validity - effectively it performs part of the ANSI-C 638# parsing - and therefore fails with the .df files. configure.ac has special 639# checks for this and sets DFNCPP appropriately. 640DFNCPP = @DFNCPP@ 641DLLTOOL = @DLLTOOL@ 642DSYMUTIL = @DSYMUTIL@ 643DUMPBIN = @DUMPBIN@ 644ECHO_C = @ECHO_C@ 645ECHO_N = @ECHO_N@ 646ECHO_T = @ECHO_T@ 647EGREP = @EGREP@ 648ETAGS = @ETAGS@ 649EXEEXT = @EXEEXT@ 650FGREP = @FGREP@ 651FILECMD = @FILECMD@ 652GREP = @GREP@ 653INSTALL = @INSTALL@ 654INSTALL_DATA = @INSTALL_DATA@ 655INSTALL_PROGRAM = @INSTALL_PROGRAM@ 656INSTALL_SCRIPT = @INSTALL_SCRIPT@ 657INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 658LD = @LD@ 659LDFLAGS = @LDFLAGS@ 660LIBOBJS = @LIBOBJS@ 661LIBS = @LIBS@ 662LIBTOOL = @LIBTOOL@ 663LIPO = @LIPO@ 664LN_S = @LN_S@ 665LTLIBOBJS = @LTLIBOBJS@ 666LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 667MAINT = @MAINT@ 668MAKEINFO = @MAKEINFO@ 669MANIFEST_TOOL = @MANIFEST_TOOL@ 670MKDIR_P = @MKDIR_P@ 671NM = @NM@ 672NMEDIT = @NMEDIT@ 673OBJDUMP = @OBJDUMP@ 674OBJEXT = @OBJEXT@ 675OTOOL = @OTOOL@ 676OTOOL64 = @OTOOL64@ 677PACKAGE = @PACKAGE@ 678PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 679PACKAGE_NAME = @PACKAGE_NAME@ 680PACKAGE_STRING = @PACKAGE_STRING@ 681PACKAGE_TARNAME = @PACKAGE_TARNAME@ 682PACKAGE_URL = @PACKAGE_URL@ 683PACKAGE_VERSION = @PACKAGE_VERSION@ 684PATH_SEPARATOR = @PATH_SEPARATOR@ 685PNGLIB_MAJOR = @PNGLIB_MAJOR@ 686PNGLIB_MINOR = @PNGLIB_MINOR@ 687PNGLIB_RELEASE = @PNGLIB_RELEASE@ 688PNGLIB_VERSION = @PNGLIB_VERSION@ 689 690# PNG_COPTS give extra options for the C compiler to be used on all compilation 691# steps (unless targe_CFLAGS is specified; that will take precedence over 692# AM_CFLAGS) 693PNG_COPTS = @PNG_COPTS@ 694PNG_PREFIX = @PNG_PREFIX@ 695RANLIB = @RANLIB@ 696SED = @SED@ 697SET_MAKE = @SET_MAKE@ 698SHELL = @SHELL@ 699STRIP = @STRIP@ 700SYMBOL_PREFIX = @SYMBOL_PREFIX@ 701VERSION = @VERSION@ 702abs_builddir = @abs_builddir@ 703abs_srcdir = @abs_srcdir@ 704abs_top_builddir = @abs_top_builddir@ 705abs_top_srcdir = @abs_top_srcdir@ 706ac_ct_AR = @ac_ct_AR@ 707ac_ct_CC = @ac_ct_CC@ 708ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 709am__include = @am__include@ 710am__leading_dot = @am__leading_dot@ 711am__quote = @am__quote@ 712am__tar = @am__tar@ 713am__untar = @am__untar@ 714 715# generate the -config scripts if required 716binconfigs = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config 717bindir = @bindir@ 718build = @build@ 719build_alias = @build_alias@ 720build_cpu = @build_cpu@ 721build_os = @build_os@ 722build_vendor = @build_vendor@ 723builddir = @builddir@ 724datadir = @datadir@ 725datarootdir = @datarootdir@ 726docdir = @docdir@ 727dvidir = @dvidir@ 728exec_prefix = @exec_prefix@ 729host = @host@ 730host_alias = @host_alias@ 731host_cpu = @host_cpu@ 732host_os = @host_os@ 733host_vendor = @host_vendor@ 734htmldir = @htmldir@ 735includedir = @includedir@ 736infodir = @infodir@ 737install_sh = @install_sh@ 738libdir = @libdir@ 739libexecdir = @libexecdir@ 740localedir = @localedir@ 741localstatedir = @localstatedir@ 742mandir = @mandir@ 743mkdir_p = @mkdir_p@ 744oldincludedir = @oldincludedir@ 745pdfdir = @pdfdir@ 746 747# pkg-config stuff, note that libpng.pc is always required in order 748# to get the correct library 749pkgconfigdir = @pkgconfigdir@ 750prefix = @prefix@ 751program_transform_name = @program_transform_name@ 752psdir = @psdir@ 753runstatedir = @runstatedir@ 754sbindir = @sbindir@ 755sharedstatedir = @sharedstatedir@ 756srcdir = @srcdir@ 757sysconfdir = @sysconfdir@ 758target_alias = @target_alias@ 759top_build_prefix = @top_build_prefix@ 760top_builddir = @top_builddir@ 761top_srcdir = @top_srcdir@ 762PNGLIB_BASENAME = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ 763ACLOCAL_AMFLAGS = -I scripts/autoconf 764 765# This ensures that pnglibconf.h gets built at the start of 'make all' or 766# 'make check', but it does not add dependencies to the individual programs, 767# this is done below. 768# 769# IMPORTANT: always add the object modules of new programs to the list below 770# because otherwise the sequence 'configure; make new-program' will *sometimes* 771# result in the installed (system) pnglibconf.h being used and the result is 772# always wrong and always very confusing. 773BUILT_SOURCES = pnglibconf.h 774@ENABLE_TESTS_TRUE@pngtest_SOURCES = pngtest.c 775@ENABLE_TESTS_TRUE@pngtest_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la 776@ENABLE_TESTS_TRUE@pngvalid_SOURCES = contrib/libtests/pngvalid.c 777@ENABLE_TESTS_TRUE@pngvalid_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la 778@ENABLE_TESTS_TRUE@pngstest_SOURCES = contrib/libtests/pngstest.c 779@ENABLE_TESTS_TRUE@pngstest_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la 780@ENABLE_TESTS_TRUE@pngunknown_SOURCES = contrib/libtests/pngunknown.c 781@ENABLE_TESTS_TRUE@pngunknown_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la 782@ENABLE_TESTS_TRUE@pngimage_SOURCES = contrib/libtests/pngimage.c 783@ENABLE_TESTS_TRUE@pngimage_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la 784@ENABLE_TESTS_TRUE@timepng_SOURCES = contrib/libtests/timepng.c 785@ENABLE_TESTS_TRUE@timepng_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la 786@ENABLE_TESTS_TRUE@pngcp_SOURCES = contrib/tools/pngcp.c 787@ENABLE_TESTS_TRUE@pngcp_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la 788@ENABLE_TOOLS_TRUE@pngfix_SOURCES = contrib/tools/pngfix.c 789@ENABLE_TOOLS_TRUE@pngfix_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la 790@ENABLE_TOOLS_TRUE@png_fix_itxt_SOURCES = contrib/tools/png-fix-itxt.c 791 792# Generally these are single line shell scripts to run a test with a particular 793# set of parameters: 794@ENABLE_TESTS_TRUE@TESTS = \ 795@ENABLE_TESTS_TRUE@ tests/pngtest-all\ 796@ENABLE_TESTS_TRUE@ tests/pngvalid-gamma-16-to-8 tests/pngvalid-gamma-alpha-mode\ 797@ENABLE_TESTS_TRUE@ tests/pngvalid-gamma-background tests/pngvalid-gamma-expand16-alpha-mode\ 798@ENABLE_TESTS_TRUE@ tests/pngvalid-gamma-expand16-background\ 799@ENABLE_TESTS_TRUE@ tests/pngvalid-gamma-expand16-transform tests/pngvalid-gamma-sbit\ 800@ENABLE_TESTS_TRUE@ tests/pngvalid-gamma-threshold tests/pngvalid-gamma-transform\ 801@ENABLE_TESTS_TRUE@ tests/pngvalid-progressive-size\ 802@ENABLE_TESTS_TRUE@ tests/pngvalid-progressive-interlace-standard\ 803@ENABLE_TESTS_TRUE@ tests/pngvalid-transform\ 804@ENABLE_TESTS_TRUE@ tests/pngvalid-progressive-standard tests/pngvalid-standard\ 805@ENABLE_TESTS_TRUE@ tests/pngstest-1.8 tests/pngstest-1.8-alpha tests/pngstest-linear\ 806@ENABLE_TESTS_TRUE@ tests/pngstest-linear-alpha tests/pngstest-none tests/pngstest-none-alpha\ 807@ENABLE_TESTS_TRUE@ tests/pngstest-sRGB tests/pngstest-sRGB-alpha tests/pngunknown-IDAT\ 808@ENABLE_TESTS_TRUE@ tests/pngunknown-discard tests/pngunknown-if-safe tests/pngunknown-sAPI\ 809@ENABLE_TESTS_TRUE@ tests/pngunknown-sTER tests/pngunknown-save tests/pngunknown-vpAg\ 810@ENABLE_TESTS_TRUE@ tests/pngimage-quick tests/pngimage-full 811 812 813# man pages 814dist_man_MANS = libpng.3 libpngpf.3 png.5 815EXTRA_SCRIPTS = libpng-config libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config 816bin_SCRIPTS = @binconfigs@ 817 818# rules to build libpng, only build the old library on request 819lib_LTLIBRARIES = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la 820# EXTRA_LTLIBRARIES= libpng.la 821libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES = png.c pngerror.c \ 822 pngget.c pngmem.c pngpread.c pngread.c pngrio.c pngrtran.c \ 823 pngrutil.c pngset.c pngtrans.c pngwio.c pngwrite.c pngwtran.c \ 824 pngwutil.c png.h pngconf.h pngdebug.h pnginfo.h pngpriv.h \ 825 pngstruct.h pngusr.dfa $(am__append_2) $(am__append_3) \ 826 $(am__append_4) $(am__append_5) $(am__append_6) \ 827 $(am__append_7) 828@PNG_LOONGARCH_LSX_TRUE@noinst_LTLIBRARIES = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx.la 829@PNG_LOONGARCH_LSX_TRUE@libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_SOURCES = loongarch/loongarch_lsx_init.c\ 830@PNG_LOONGARCH_LSX_TRUE@ loongarch/filter_lsx_intrinsics.c 831 832@PNG_LOONGARCH_LSX_TRUE@libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_CFLAGS = -mlsx 833@PNG_LOONGARCH_LSX_TRUE@libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LIBADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx.la 834# libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_DEPENDENCIES = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx.la 835nodist_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES = pnglibconf.h 836libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS = -no-undefined \ 837 -export-dynamic -version-number \ 838 @PNGLIB_MAJOR@@PNGLIB_MINOR@:@PNGLIB_RELEASE@:0 \ 839 $(am__append_8) $(am__append_9) $(am__append_10) 840@HAVE_LD_VERSION_SCRIPT_FALSE@libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_DEPENDENCIES = \ 841@HAVE_LD_VERSION_SCRIPT_FALSE@ libpng.sym $(am__append_11) 842@HAVE_LD_VERSION_SCRIPT_TRUE@libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_DEPENDENCIES = \ 843@HAVE_LD_VERSION_SCRIPT_TRUE@ libpng.vers $(am__append_11) 844pkginclude_HEADERS = png.h pngconf.h 845nodist_pkginclude_HEADERS = pnglibconf.h 846pkgconfig_DATA = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.pc 847 848# Extra source distribution files, '${srcdir}' is used below to stop build files 849# from those directories being included. This only works if the configure is 850# not done in the source directory! 851EXTRA_DIST = \ 852 ANNOUNCE AUTHORS CHANGES INSTALL LICENSE README TODO TRADEMARK \ 853 pngtest.png pngbar.png pngnow.png pngbar.jpg autogen.sh \ 854 ${srcdir}/ci ${srcdir}/contrib ${srcdir}/projects ${srcdir}/scripts \ 855 $(TESTS) $(XFAIL_TESTS) tests/pngstest \ 856 CMakeLists.txt example.c libpng-manual.txt 857 858SCRIPT_CLEANFILES = scripts/*.out scripts/*.chk 859CLEANFILES = *.tf? pngout.png libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.pc \ 860 libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config libpng.vers libpng.sym \ 861 check.new pnglibconf.h pngprefix.h symbols.new pngtest-log.txt \ 862 pnglibconf.out pnglibconf.c pnglibconf.pre pnglibconf.dfn \ 863 $(SCRIPT_CLEANFILES) 864 865MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \ 866config.sub configure depcomp install-sh ltmain.sh missing 867 868AM_CFLAGS = ${PNG_COPTS} 869SUFFIXES = .chk .out 870 871# We must use -DPNG_NO_USE_READ_MACROS here even when the library may actually 872# be built with PNG_USE_READ_MACROS; this prevents the read macros from 873# interfering with the symbol file format. 874SYMBOL_CFLAGS = -DPNGLIB_LIBNAME='PNG@PNGLIB_MAJOR@@PNGLIB_MINOR@_0' \ 875 -DPNGLIB_VERSION='@PNGLIB_VERSION@' \ 876 -DSYMBOL_PREFIX='$(SYMBOL_PREFIX)' -DPNG_NO_USE_READ_MACROS \ 877 -DPNG_BUILDING_SYMBOL_TABLE $(am__append_12) 878 879# EXT_LIST is a list of the possibly library directory extensions, this exists 880# because we can't find a good way of discovering the file extensions that are 881# actually installed on a given system, so instead we check for every extension 882# we have seen. 883EXT_LIST = a dll.a so so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@ la sl dylib 884all: $(BUILT_SOURCES) config.h 885 $(MAKE) $(AM_MAKEFLAGS) all-am 886 887.SUFFIXES: 888.SUFFIXES: .chk .out .S .c .lo .log .o .obj .test .test$(EXEEXT) .trs 889am--refresh: Makefile 890 @: 891$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 892 @for dep in $?; do \ 893 case '$(am__configure_deps)' in \ 894 *$$dep*) \ 895 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 896 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 897 && exit 0; \ 898 exit 1;; \ 899 esac; \ 900 done; \ 901 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 902 $(am__cd) $(top_srcdir) && \ 903 $(AUTOMAKE) --foreign Makefile 904Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 905 @case '$?' in \ 906 *config.status*) \ 907 echo ' $(SHELL) ./config.status'; \ 908 $(SHELL) ./config.status;; \ 909 *) \ 910 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 911 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 912 esac; 913 914$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 915 $(SHELL) ./config.status --recheck 916 917$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 918 $(am__cd) $(srcdir) && $(AUTOCONF) 919$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 920 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 921$(am__aclocal_m4_deps): 922 923config.h: stamp-h1 924 @test -f $@ || rm -f stamp-h1 925 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 926 927stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 928 @rm -f stamp-h1 929 cd $(top_builddir) && $(SHELL) ./config.status config.h 930$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 931 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 932 rm -f stamp-h1 933 touch $@ 934 935distclean-hdr: 936 -rm -f config.h stamp-h1 937libpng.pc: $(top_builddir)/config.status $(srcdir)/libpng.pc.in 938 cd $(top_builddir) && $(SHELL) ./config.status $@ 939libpng-config: $(top_builddir)/config.status $(srcdir)/libpng-config.in 940 cd $(top_builddir) && $(SHELL) ./config.status $@ 941install-binPROGRAMS: $(bin_PROGRAMS) 942 @$(NORMAL_INSTALL) 943 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 944 if test -n "$$list"; then \ 945 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 946 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 947 fi; \ 948 for p in $$list; do echo "$$p $$p"; done | \ 949 sed 's/$(EXEEXT)$$//' | \ 950 while read p p1; do if test -f $$p \ 951 || test -f $$p1 \ 952 ; then echo "$$p"; echo "$$p"; else :; fi; \ 953 done | \ 954 sed -e 'p;s,.*/,,;n;h' \ 955 -e 's|.*|.|' \ 956 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 957 sed 'N;N;N;s,\n, ,g' | \ 958 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 959 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 960 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 961 else { print "f", $$3 "/" $$4, $$1; } } \ 962 END { for (d in files) print "f", d, files[d] }' | \ 963 while read type dir files; do \ 964 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 965 test -z "$$files" || { \ 966 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 967 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 968 } \ 969 ; done 970 971uninstall-binPROGRAMS: 972 @$(NORMAL_UNINSTALL) 973 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 974 files=`for p in $$list; do echo "$$p"; done | \ 975 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 976 -e 's/$$/$(EXEEXT)/' \ 977 `; \ 978 test -n "$$list" || exit 0; \ 979 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 980 cd "$(DESTDIR)$(bindir)" && rm -f $$files 981 982clean-binPROGRAMS: 983 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 984 echo " rm -f" $$list; \ 985 rm -f $$list || exit $$?; \ 986 test -n "$(EXEEXT)" || exit 0; \ 987 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 988 echo " rm -f" $$list; \ 989 rm -f $$list 990 991clean-checkPROGRAMS: 992 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ 993 echo " rm -f" $$list; \ 994 rm -f $$list || exit $$?; \ 995 test -n "$(EXEEXT)" || exit 0; \ 996 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 997 echo " rm -f" $$list; \ 998 rm -f $$list 999 1000install-libLTLIBRARIES: $(lib_LTLIBRARIES) 1001 @$(NORMAL_INSTALL) 1002 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 1003 list2=; for p in $$list; do \ 1004 if test -f $$p; then \ 1005 list2="$$list2 $$p"; \ 1006 else :; fi; \ 1007 done; \ 1008 test -z "$$list2" || { \ 1009 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 1010 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 1011 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 1012 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 1013 } 1014 1015uninstall-libLTLIBRARIES: 1016 @$(NORMAL_UNINSTALL) 1017 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 1018 for p in $$list; do \ 1019 $(am__strip_dir) \ 1020 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 1021 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 1022 done 1023 1024clean-libLTLIBRARIES: 1025 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 1026 @list='$(lib_LTLIBRARIES)'; \ 1027 locs=`for p in $$list; do echo $$p; done | \ 1028 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 1029 sort -u`; \ 1030 test -z "$$locs" || { \ 1031 echo rm -f $${locs}; \ 1032 rm -f $${locs}; \ 1033 } 1034 1035clean-noinstLTLIBRARIES: 1036 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 1037 @list='$(noinst_LTLIBRARIES)'; \ 1038 locs=`for p in $$list; do echo $$p; done | \ 1039 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 1040 sort -u`; \ 1041 test -z "$$locs" || { \ 1042 echo rm -f $${locs}; \ 1043 rm -f $${locs}; \ 1044 } 1045arm/$(am__dirstamp): 1046 @$(MKDIR_P) arm 1047 @: > arm/$(am__dirstamp) 1048arm/$(DEPDIR)/$(am__dirstamp): 1049 @$(MKDIR_P) arm/$(DEPDIR) 1050 @: > arm/$(DEPDIR)/$(am__dirstamp) 1051arm/arm_init.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp) 1052arm/filter_neon.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp) 1053arm/filter_neon_intrinsics.lo: arm/$(am__dirstamp) \ 1054 arm/$(DEPDIR)/$(am__dirstamp) 1055arm/palette_neon_intrinsics.lo: arm/$(am__dirstamp) \ 1056 arm/$(DEPDIR)/$(am__dirstamp) 1057mips/$(am__dirstamp): 1058 @$(MKDIR_P) mips 1059 @: > mips/$(am__dirstamp) 1060mips/$(DEPDIR)/$(am__dirstamp): 1061 @$(MKDIR_P) mips/$(DEPDIR) 1062 @: > mips/$(DEPDIR)/$(am__dirstamp) 1063mips/mips_init.lo: mips/$(am__dirstamp) mips/$(DEPDIR)/$(am__dirstamp) 1064mips/filter_msa_intrinsics.lo: mips/$(am__dirstamp) \ 1065 mips/$(DEPDIR)/$(am__dirstamp) 1066mips/filter_mmi_inline_assembly.lo: mips/$(am__dirstamp) \ 1067 mips/$(DEPDIR)/$(am__dirstamp) 1068intel/$(am__dirstamp): 1069 @$(MKDIR_P) intel 1070 @: > intel/$(am__dirstamp) 1071intel/$(DEPDIR)/$(am__dirstamp): 1072 @$(MKDIR_P) intel/$(DEPDIR) 1073 @: > intel/$(DEPDIR)/$(am__dirstamp) 1074intel/intel_init.lo: intel/$(am__dirstamp) \ 1075 intel/$(DEPDIR)/$(am__dirstamp) 1076intel/filter_sse2_intrinsics.lo: intel/$(am__dirstamp) \ 1077 intel/$(DEPDIR)/$(am__dirstamp) 1078powerpc/$(am__dirstamp): 1079 @$(MKDIR_P) powerpc 1080 @: > powerpc/$(am__dirstamp) 1081powerpc/$(DEPDIR)/$(am__dirstamp): 1082 @$(MKDIR_P) powerpc/$(DEPDIR) 1083 @: > powerpc/$(DEPDIR)/$(am__dirstamp) 1084powerpc/powerpc_init.lo: powerpc/$(am__dirstamp) \ 1085 powerpc/$(DEPDIR)/$(am__dirstamp) 1086powerpc/filter_vsx_intrinsics.lo: powerpc/$(am__dirstamp) \ 1087 powerpc/$(DEPDIR)/$(am__dirstamp) 1088 1089libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la: $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_OBJECTS) $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_DEPENDENCIES) $(EXTRA_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_DEPENDENCIES) 1090 $(AM_V_CCLD)$(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LINK) -rpath $(libdir) $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_OBJECTS) $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LIBADD) $(LIBS) 1091loongarch/$(am__dirstamp): 1092 @$(MKDIR_P) loongarch 1093 @: > loongarch/$(am__dirstamp) 1094loongarch/$(DEPDIR)/$(am__dirstamp): 1095 @$(MKDIR_P) loongarch/$(DEPDIR) 1096 @: > loongarch/$(DEPDIR)/$(am__dirstamp) 1097loongarch/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-loongarch_lsx_init.lo: \ 1098 loongarch/$(am__dirstamp) loongarch/$(DEPDIR)/$(am__dirstamp) 1099loongarch/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-filter_lsx_intrinsics.lo: \ 1100 loongarch/$(am__dirstamp) loongarch/$(DEPDIR)/$(am__dirstamp) 1101 1102libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx.la: $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_OBJECTS) $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_DEPENDENCIES) $(EXTRA_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_DEPENDENCIES) 1103 $(AM_V_CCLD)$(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_LINK) $(am_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_rpath) $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_OBJECTS) $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_LIBADD) $(LIBS) 1104contrib/tools/$(am__dirstamp): 1105 @$(MKDIR_P) contrib/tools 1106 @: > contrib/tools/$(am__dirstamp) 1107contrib/tools/$(DEPDIR)/$(am__dirstamp): 1108 @$(MKDIR_P) contrib/tools/$(DEPDIR) 1109 @: > contrib/tools/$(DEPDIR)/$(am__dirstamp) 1110contrib/tools/png-fix-itxt.$(OBJEXT): contrib/tools/$(am__dirstamp) \ 1111 contrib/tools/$(DEPDIR)/$(am__dirstamp) 1112 1113png-fix-itxt$(EXEEXT): $(png_fix_itxt_OBJECTS) $(png_fix_itxt_DEPENDENCIES) $(EXTRA_png_fix_itxt_DEPENDENCIES) 1114 @rm -f png-fix-itxt$(EXEEXT) 1115 $(AM_V_CCLD)$(LINK) $(png_fix_itxt_OBJECTS) $(png_fix_itxt_LDADD) $(LIBS) 1116contrib/tools/pngcp.$(OBJEXT): contrib/tools/$(am__dirstamp) \ 1117 contrib/tools/$(DEPDIR)/$(am__dirstamp) 1118 1119pngcp$(EXEEXT): $(pngcp_OBJECTS) $(pngcp_DEPENDENCIES) $(EXTRA_pngcp_DEPENDENCIES) 1120 @rm -f pngcp$(EXEEXT) 1121 $(AM_V_CCLD)$(LINK) $(pngcp_OBJECTS) $(pngcp_LDADD) $(LIBS) 1122contrib/tools/pngfix.$(OBJEXT): contrib/tools/$(am__dirstamp) \ 1123 contrib/tools/$(DEPDIR)/$(am__dirstamp) 1124 1125pngfix$(EXEEXT): $(pngfix_OBJECTS) $(pngfix_DEPENDENCIES) $(EXTRA_pngfix_DEPENDENCIES) 1126 @rm -f pngfix$(EXEEXT) 1127 $(AM_V_CCLD)$(LINK) $(pngfix_OBJECTS) $(pngfix_LDADD) $(LIBS) 1128contrib/libtests/$(am__dirstamp): 1129 @$(MKDIR_P) contrib/libtests 1130 @: > contrib/libtests/$(am__dirstamp) 1131contrib/libtests/$(DEPDIR)/$(am__dirstamp): 1132 @$(MKDIR_P) contrib/libtests/$(DEPDIR) 1133 @: > contrib/libtests/$(DEPDIR)/$(am__dirstamp) 1134contrib/libtests/pngimage.$(OBJEXT): contrib/libtests/$(am__dirstamp) \ 1135 contrib/libtests/$(DEPDIR)/$(am__dirstamp) 1136 1137pngimage$(EXEEXT): $(pngimage_OBJECTS) $(pngimage_DEPENDENCIES) $(EXTRA_pngimage_DEPENDENCIES) 1138 @rm -f pngimage$(EXEEXT) 1139 $(AM_V_CCLD)$(LINK) $(pngimage_OBJECTS) $(pngimage_LDADD) $(LIBS) 1140contrib/libtests/pngstest.$(OBJEXT): contrib/libtests/$(am__dirstamp) \ 1141 contrib/libtests/$(DEPDIR)/$(am__dirstamp) 1142 1143pngstest$(EXEEXT): $(pngstest_OBJECTS) $(pngstest_DEPENDENCIES) $(EXTRA_pngstest_DEPENDENCIES) 1144 @rm -f pngstest$(EXEEXT) 1145 $(AM_V_CCLD)$(LINK) $(pngstest_OBJECTS) $(pngstest_LDADD) $(LIBS) 1146 1147pngtest$(EXEEXT): $(pngtest_OBJECTS) $(pngtest_DEPENDENCIES) $(EXTRA_pngtest_DEPENDENCIES) 1148 @rm -f pngtest$(EXEEXT) 1149 $(AM_V_CCLD)$(LINK) $(pngtest_OBJECTS) $(pngtest_LDADD) $(LIBS) 1150contrib/libtests/pngunknown.$(OBJEXT): \ 1151 contrib/libtests/$(am__dirstamp) \ 1152 contrib/libtests/$(DEPDIR)/$(am__dirstamp) 1153 1154pngunknown$(EXEEXT): $(pngunknown_OBJECTS) $(pngunknown_DEPENDENCIES) $(EXTRA_pngunknown_DEPENDENCIES) 1155 @rm -f pngunknown$(EXEEXT) 1156 $(AM_V_CCLD)$(LINK) $(pngunknown_OBJECTS) $(pngunknown_LDADD) $(LIBS) 1157contrib/libtests/pngvalid.$(OBJEXT): contrib/libtests/$(am__dirstamp) \ 1158 contrib/libtests/$(DEPDIR)/$(am__dirstamp) 1159 1160pngvalid$(EXEEXT): $(pngvalid_OBJECTS) $(pngvalid_DEPENDENCIES) $(EXTRA_pngvalid_DEPENDENCIES) 1161 @rm -f pngvalid$(EXEEXT) 1162 $(AM_V_CCLD)$(LINK) $(pngvalid_OBJECTS) $(pngvalid_LDADD) $(LIBS) 1163contrib/libtests/timepng.$(OBJEXT): contrib/libtests/$(am__dirstamp) \ 1164 contrib/libtests/$(DEPDIR)/$(am__dirstamp) 1165 1166timepng$(EXEEXT): $(timepng_OBJECTS) $(timepng_DEPENDENCIES) $(EXTRA_timepng_DEPENDENCIES) 1167 @rm -f timepng$(EXEEXT) 1168 $(AM_V_CCLD)$(LINK) $(timepng_OBJECTS) $(timepng_LDADD) $(LIBS) 1169install-binSCRIPTS: $(bin_SCRIPTS) 1170 @$(NORMAL_INSTALL) 1171 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ 1172 if test -n "$$list"; then \ 1173 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 1174 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 1175 fi; \ 1176 for p in $$list; do \ 1177 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1178 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ 1179 done | \ 1180 sed -e 'p;s,.*/,,;n' \ 1181 -e 'h;s|.*|.|' \ 1182 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ 1183 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ 1184 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 1185 if ($$2 == $$4) { files[d] = files[d] " " $$1; \ 1186 if (++n[d] == $(am__install_max)) { \ 1187 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ 1188 else { print "f", d "/" $$4, $$1 } } \ 1189 END { for (d in files) print "f", d, files[d] }' | \ 1190 while read type dir files; do \ 1191 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 1192 test -z "$$files" || { \ 1193 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 1194 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 1195 } \ 1196 ; done 1197 1198uninstall-binSCRIPTS: 1199 @$(NORMAL_UNINSTALL) 1200 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ 1201 files=`for p in $$list; do echo "$$p"; done | \ 1202 sed -e 's,.*/,,;$(transform)'`; \ 1203 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) 1204 1205mostlyclean-compile: 1206 -rm -f *.$(OBJEXT) 1207 -rm -f arm/*.$(OBJEXT) 1208 -rm -f arm/*.lo 1209 -rm -f contrib/libtests/*.$(OBJEXT) 1210 -rm -f contrib/tools/*.$(OBJEXT) 1211 -rm -f intel/*.$(OBJEXT) 1212 -rm -f intel/*.lo 1213 -rm -f loongarch/*.$(OBJEXT) 1214 -rm -f loongarch/*.lo 1215 -rm -f mips/*.$(OBJEXT) 1216 -rm -f mips/*.lo 1217 -rm -f powerpc/*.$(OBJEXT) 1218 -rm -f powerpc/*.lo 1219 1220distclean-compile: 1221 -rm -f *.tab.c 1222 1223@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/png.Plo@am__quote@ # am--include-marker 1224@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngerror.Plo@am__quote@ # am--include-marker 1225@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngget.Plo@am__quote@ # am--include-marker 1226@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngmem.Plo@am__quote@ # am--include-marker 1227@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngpread.Plo@am__quote@ # am--include-marker 1228@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngread.Plo@am__quote@ # am--include-marker 1229@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngrio.Plo@am__quote@ # am--include-marker 1230@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngrtran.Plo@am__quote@ # am--include-marker 1231@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngrutil.Plo@am__quote@ # am--include-marker 1232@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngset.Plo@am__quote@ # am--include-marker 1233@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngtest.Po@am__quote@ # am--include-marker 1234@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngtrans.Plo@am__quote@ # am--include-marker 1235@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngwio.Plo@am__quote@ # am--include-marker 1236@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngwrite.Plo@am__quote@ # am--include-marker 1237@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngwtran.Plo@am__quote@ # am--include-marker 1238@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngwutil.Plo@am__quote@ # am--include-marker 1239@AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/arm_init.Plo@am__quote@ # am--include-marker 1240@AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/filter_neon.Plo@am__quote@ # am--include-marker 1241@AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/filter_neon_intrinsics.Plo@am__quote@ # am--include-marker 1242@AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/palette_neon_intrinsics.Plo@am__quote@ # am--include-marker 1243@AMDEP_TRUE@@am__include@ @am__quote@contrib/libtests/$(DEPDIR)/pngimage.Po@am__quote@ # am--include-marker 1244@AMDEP_TRUE@@am__include@ @am__quote@contrib/libtests/$(DEPDIR)/pngstest.Po@am__quote@ # am--include-marker 1245@AMDEP_TRUE@@am__include@ @am__quote@contrib/libtests/$(DEPDIR)/pngunknown.Po@am__quote@ # am--include-marker 1246@AMDEP_TRUE@@am__include@ @am__quote@contrib/libtests/$(DEPDIR)/pngvalid.Po@am__quote@ # am--include-marker 1247@AMDEP_TRUE@@am__include@ @am__quote@contrib/libtests/$(DEPDIR)/timepng.Po@am__quote@ # am--include-marker 1248@AMDEP_TRUE@@am__include@ @am__quote@contrib/tools/$(DEPDIR)/png-fix-itxt.Po@am__quote@ # am--include-marker 1249@AMDEP_TRUE@@am__include@ @am__quote@contrib/tools/$(DEPDIR)/pngcp.Po@am__quote@ # am--include-marker 1250@AMDEP_TRUE@@am__include@ @am__quote@contrib/tools/$(DEPDIR)/pngfix.Po@am__quote@ # am--include-marker 1251@AMDEP_TRUE@@am__include@ @am__quote@intel/$(DEPDIR)/filter_sse2_intrinsics.Plo@am__quote@ # am--include-marker 1252@AMDEP_TRUE@@am__include@ @am__quote@intel/$(DEPDIR)/intel_init.Plo@am__quote@ # am--include-marker 1253@AMDEP_TRUE@@am__include@ @am__quote@loongarch/$(DEPDIR)/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-filter_lsx_intrinsics.Plo@am__quote@ # am--include-marker 1254@AMDEP_TRUE@@am__include@ @am__quote@loongarch/$(DEPDIR)/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-loongarch_lsx_init.Plo@am__quote@ # am--include-marker 1255@AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/filter_mmi_inline_assembly.Plo@am__quote@ # am--include-marker 1256@AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/filter_msa_intrinsics.Plo@am__quote@ # am--include-marker 1257@AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/mips_init.Plo@am__quote@ # am--include-marker 1258@AMDEP_TRUE@@am__include@ @am__quote@powerpc/$(DEPDIR)/filter_vsx_intrinsics.Plo@am__quote@ # am--include-marker 1259@AMDEP_TRUE@@am__include@ @am__quote@powerpc/$(DEPDIR)/powerpc_init.Plo@am__quote@ # am--include-marker 1260 1261$(am__depfiles_remade): 1262 @$(MKDIR_P) $(@D) 1263 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 1264 1265am--depfiles: $(am__depfiles_remade) 1266 1267.S.o: 1268@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 1269@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 1270@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 1271@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1272@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1273@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $< 1274 1275.S.obj: 1276@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 1277@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 1278@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 1279@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1280@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1281@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 1282 1283.S.lo: 1284@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 1285@am__fastdepCCAS_TRUE@ $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 1286@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 1287@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 1288@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1289@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $< 1290 1291.c.o: 1292@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 1293@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 1294@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 1295@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1296@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1297@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 1298 1299.c.obj: 1300@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 1301@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 1302@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 1303@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1304@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1305@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 1306 1307.c.lo: 1308@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 1309@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 1310@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 1311@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 1312@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1313@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 1314 1315loongarch/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-loongarch_lsx_init.lo: loongarch/loongarch_lsx_init.c 1316@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_CFLAGS) $(CFLAGS) -MT loongarch/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-loongarch_lsx_init.lo -MD -MP -MF loongarch/$(DEPDIR)/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-loongarch_lsx_init.Tpo -c -o loongarch/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-loongarch_lsx_init.lo `test -f 'loongarch/loongarch_lsx_init.c' || echo '$(srcdir)/'`loongarch/loongarch_lsx_init.c 1317@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) loongarch/$(DEPDIR)/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-loongarch_lsx_init.Tpo loongarch/$(DEPDIR)/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-loongarch_lsx_init.Plo 1318@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='loongarch/loongarch_lsx_init.c' object='loongarch/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-loongarch_lsx_init.lo' libtool=yes @AMDEPBACKSLASH@ 1319@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1320@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_CFLAGS) $(CFLAGS) -c -o loongarch/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-loongarch_lsx_init.lo `test -f 'loongarch/loongarch_lsx_init.c' || echo '$(srcdir)/'`loongarch/loongarch_lsx_init.c 1321 1322loongarch/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-filter_lsx_intrinsics.lo: loongarch/filter_lsx_intrinsics.c 1323@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_CFLAGS) $(CFLAGS) -MT loongarch/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-filter_lsx_intrinsics.lo -MD -MP -MF loongarch/$(DEPDIR)/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-filter_lsx_intrinsics.Tpo -c -o loongarch/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-filter_lsx_intrinsics.lo `test -f 'loongarch/filter_lsx_intrinsics.c' || echo '$(srcdir)/'`loongarch/filter_lsx_intrinsics.c 1324@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) loongarch/$(DEPDIR)/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-filter_lsx_intrinsics.Tpo loongarch/$(DEPDIR)/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-filter_lsx_intrinsics.Plo 1325@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='loongarch/filter_lsx_intrinsics.c' object='loongarch/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-filter_lsx_intrinsics.lo' libtool=yes @AMDEPBACKSLASH@ 1326@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1327@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la_CFLAGS) $(CFLAGS) -c -o loongarch/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-filter_lsx_intrinsics.lo `test -f 'loongarch/filter_lsx_intrinsics.c' || echo '$(srcdir)/'`loongarch/filter_lsx_intrinsics.c 1328 1329mostlyclean-libtool: 1330 -rm -f *.lo 1331 1332clean-libtool: 1333 -rm -rf .libs _libs 1334 -rm -rf arm/.libs arm/_libs 1335 -rm -rf intel/.libs intel/_libs 1336 -rm -rf loongarch/.libs loongarch/_libs 1337 -rm -rf mips/.libs mips/_libs 1338 -rm -rf powerpc/.libs powerpc/_libs 1339 1340distclean-libtool: 1341 -rm -f libtool config.lt 1342install-man3: $(dist_man_MANS) 1343 @$(NORMAL_INSTALL) 1344 @list1=''; \ 1345 list2='$(dist_man_MANS)'; \ 1346 test -n "$(man3dir)" \ 1347 && test -n "`echo $$list1$$list2`" \ 1348 || exit 0; \ 1349 echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \ 1350 $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \ 1351 { for i in $$list1; do echo "$$i"; done; \ 1352 if test -n "$$list2"; then \ 1353 for i in $$list2; do echo "$$i"; done \ 1354 | sed -n '/\.3[a-z]*$$/p'; \ 1355 fi; \ 1356 } | while read p; do \ 1357 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 1358 echo "$$d$$p"; echo "$$p"; \ 1359 done | \ 1360 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ 1361 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 1362 sed 'N;N;s,\n, ,g' | { \ 1363 list=; while read file base inst; do \ 1364 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 1365 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ 1366 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \ 1367 fi; \ 1368 done; \ 1369 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 1370 while read files; do \ 1371 test -z "$$files" || { \ 1372 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \ 1373 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \ 1374 done; } 1375 1376uninstall-man3: 1377 @$(NORMAL_UNINSTALL) 1378 @list=''; test -n "$(man3dir)" || exit 0; \ 1379 files=`{ for i in $$list; do echo "$$i"; done; \ 1380 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 1381 sed -n '/\.3[a-z]*$$/p'; \ 1382 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ 1383 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 1384 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir) 1385install-man5: $(dist_man_MANS) 1386 @$(NORMAL_INSTALL) 1387 @list1=''; \ 1388 list2='$(dist_man_MANS)'; \ 1389 test -n "$(man5dir)" \ 1390 && test -n "`echo $$list1$$list2`" \ 1391 || exit 0; \ 1392 echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \ 1393 $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \ 1394 { for i in $$list1; do echo "$$i"; done; \ 1395 if test -n "$$list2"; then \ 1396 for i in $$list2; do echo "$$i"; done \ 1397 | sed -n '/\.5[a-z]*$$/p'; \ 1398 fi; \ 1399 } | while read p; do \ 1400 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 1401 echo "$$d$$p"; echo "$$p"; \ 1402 done | \ 1403 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ 1404 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 1405 sed 'N;N;s,\n, ,g' | { \ 1406 list=; while read file base inst; do \ 1407 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 1408 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \ 1409 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \ 1410 fi; \ 1411 done; \ 1412 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 1413 while read files; do \ 1414 test -z "$$files" || { \ 1415 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \ 1416 $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \ 1417 done; } 1418 1419uninstall-man5: 1420 @$(NORMAL_UNINSTALL) 1421 @list=''; test -n "$(man5dir)" || exit 0; \ 1422 files=`{ for i in $$list; do echo "$$i"; done; \ 1423 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 1424 sed -n '/\.5[a-z]*$$/p'; \ 1425 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ 1426 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 1427 dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir) 1428install-pkgconfigDATA: $(pkgconfig_DATA) 1429 @$(NORMAL_INSTALL) 1430 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 1431 if test -n "$$list"; then \ 1432 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 1433 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 1434 fi; \ 1435 for p in $$list; do \ 1436 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1437 echo "$$d$$p"; \ 1438 done | $(am__base_list) | \ 1439 while read files; do \ 1440 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 1441 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 1442 done 1443 1444uninstall-pkgconfigDATA: 1445 @$(NORMAL_UNINSTALL) 1446 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 1447 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 1448 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 1449install-nodist_pkgincludeHEADERS: $(nodist_pkginclude_HEADERS) 1450 @$(NORMAL_INSTALL) 1451 @list='$(nodist_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ 1452 if test -n "$$list"; then \ 1453 echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \ 1454 $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \ 1455 fi; \ 1456 for p in $$list; do \ 1457 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1458 echo "$$d$$p"; \ 1459 done | $(am__base_list) | \ 1460 while read files; do \ 1461 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \ 1462 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \ 1463 done 1464 1465uninstall-nodist_pkgincludeHEADERS: 1466 @$(NORMAL_UNINSTALL) 1467 @list='$(nodist_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ 1468 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 1469 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir) 1470install-pkgincludeHEADERS: $(pkginclude_HEADERS) 1471 @$(NORMAL_INSTALL) 1472 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ 1473 if test -n "$$list"; then \ 1474 echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \ 1475 $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \ 1476 fi; \ 1477 for p in $$list; do \ 1478 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1479 echo "$$d$$p"; \ 1480 done | $(am__base_list) | \ 1481 while read files; do \ 1482 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \ 1483 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \ 1484 done 1485 1486uninstall-pkgincludeHEADERS: 1487 @$(NORMAL_UNINSTALL) 1488 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ 1489 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 1490 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir) 1491 1492ID: $(am__tagged_files) 1493 $(am__define_uniq_tagged_files); mkid -fID $$unique 1494tags: tags-am 1495TAGS: tags 1496 1497tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1498 set x; \ 1499 here=`pwd`; \ 1500 $(am__define_uniq_tagged_files); \ 1501 shift; \ 1502 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 1503 test -n "$$unique" || unique=$$empty_fix; \ 1504 if test $$# -gt 0; then \ 1505 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1506 "$$@" $$unique; \ 1507 else \ 1508 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1509 $$unique; \ 1510 fi; \ 1511 fi 1512ctags: ctags-am 1513 1514CTAGS: ctags 1515ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1516 $(am__define_uniq_tagged_files); \ 1517 test -z "$(CTAGS_ARGS)$$unique" \ 1518 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 1519 $$unique 1520 1521GTAGS: 1522 here=`$(am__cd) $(top_builddir) && pwd` \ 1523 && $(am__cd) $(top_srcdir) \ 1524 && gtags -i $(GTAGS_ARGS) "$$here" 1525cscope: cscope.files 1526 test ! -s cscope.files \ 1527 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 1528clean-cscope: 1529 -rm -f cscope.files 1530cscope.files: clean-cscope cscopelist 1531cscopelist: cscopelist-am 1532 1533cscopelist-am: $(am__tagged_files) 1534 list='$(am__tagged_files)'; \ 1535 case "$(srcdir)" in \ 1536 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 1537 *) sdir=$(subdir)/$(srcdir) ;; \ 1538 esac; \ 1539 for i in $$list; do \ 1540 if test -f "$$i"; then \ 1541 echo "$(subdir)/$$i"; \ 1542 else \ 1543 echo "$$sdir/$$i"; \ 1544 fi; \ 1545 done >> $(top_builddir)/cscope.files 1546 1547distclean-tags: 1548 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1549 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 1550 1551# Recover from deleted '.trs' file; this should ensure that 1552# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 1553# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 1554# to avoid problems with "make -n". 1555.log.trs: 1556 rm -f $< $@ 1557 $(MAKE) $(AM_MAKEFLAGS) $< 1558 1559# Leading 'am--fnord' is there to ensure the list of targets does not 1560# expand to empty, as could happen e.g. with make check TESTS=''. 1561am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 1562am--force-recheck: 1563 @: 1564 1565$(TEST_SUITE_LOG): $(TEST_LOGS) 1566 @$(am__set_TESTS_bases); \ 1567 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 1568 redo_bases=`for i in $$bases; do \ 1569 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 1570 done`; \ 1571 if test -n "$$redo_bases"; then \ 1572 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 1573 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 1574 if $(am__make_dryrun); then :; else \ 1575 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 1576 fi; \ 1577 fi; \ 1578 if test -n "$$am__remaking_logs"; then \ 1579 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 1580 "recursion detected" >&2; \ 1581 elif test -n "$$redo_logs"; then \ 1582 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 1583 fi; \ 1584 if $(am__make_dryrun); then :; else \ 1585 st=0; \ 1586 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 1587 for i in $$redo_bases; do \ 1588 test -f $$i.trs && test -r $$i.trs \ 1589 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 1590 test -f $$i.log && test -r $$i.log \ 1591 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 1592 done; \ 1593 test $$st -eq 0 || exit 1; \ 1594 fi 1595 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 1596 ws='[ ]'; \ 1597 results=`for b in $$bases; do echo $$b.trs; done`; \ 1598 test -n "$$results" || results=/dev/null; \ 1599 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 1600 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 1601 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 1602 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 1603 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 1604 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 1605 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 1606 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 1607 success=true; \ 1608 else \ 1609 success=false; \ 1610 fi; \ 1611 br='==================='; br=$$br$$br$$br$$br; \ 1612 result_count () \ 1613 { \ 1614 if test x"$$1" = x"--maybe-color"; then \ 1615 maybe_colorize=yes; \ 1616 elif test x"$$1" = x"--no-color"; then \ 1617 maybe_colorize=no; \ 1618 else \ 1619 echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 1620 fi; \ 1621 shift; \ 1622 desc=$$1 count=$$2; \ 1623 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 1624 color_start=$$3 color_end=$$std; \ 1625 else \ 1626 color_start= color_end=; \ 1627 fi; \ 1628 echo "$${color_start}# $$desc $$count$${color_end}"; \ 1629 }; \ 1630 create_testsuite_report () \ 1631 { \ 1632 result_count $$1 "TOTAL:" $$all "$$brg"; \ 1633 result_count $$1 "PASS: " $$pass "$$grn"; \ 1634 result_count $$1 "SKIP: " $$skip "$$blu"; \ 1635 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 1636 result_count $$1 "FAIL: " $$fail "$$red"; \ 1637 result_count $$1 "XPASS:" $$xpass "$$red"; \ 1638 result_count $$1 "ERROR:" $$error "$$mgn"; \ 1639 }; \ 1640 { \ 1641 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 1642 $(am__rst_title); \ 1643 create_testsuite_report --no-color; \ 1644 echo; \ 1645 echo ".. contents:: :depth: 2"; \ 1646 echo; \ 1647 for b in $$bases; do echo $$b; done \ 1648 | $(am__create_global_log); \ 1649 } >$(TEST_SUITE_LOG).tmp || exit 1; \ 1650 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 1651 if $$success; then \ 1652 col="$$grn"; \ 1653 else \ 1654 col="$$red"; \ 1655 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 1656 fi; \ 1657 echo "$${col}$$br$${std}"; \ 1658 echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ 1659 echo "$${col}$$br$${std}"; \ 1660 create_testsuite_report --maybe-color; \ 1661 echo "$$col$$br$$std"; \ 1662 if $$success; then :; else \ 1663 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ 1664 if test -n "$(PACKAGE_BUGREPORT)"; then \ 1665 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ 1666 fi; \ 1667 echo "$$col$$br$$std"; \ 1668 fi; \ 1669 $$success || exit 1 1670 1671check-TESTS: $(check_PROGRAMS) 1672 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 1673 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 1674 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1675 @set +e; $(am__set_TESTS_bases); \ 1676 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1677 trs_list=`for i in $$bases; do echo $$i.trs; done`; \ 1678 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ 1679 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 1680 exit $$?; 1681recheck: all $(check_PROGRAMS) 1682 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1683 @set +e; $(am__set_TESTS_bases); \ 1684 bases=`for i in $$bases; do echo $$i; done \ 1685 | $(am__list_recheck_tests)` || exit 1; \ 1686 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1687 log_list=`echo $$log_list`; \ 1688 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 1689 am__force_recheck=am--force-recheck \ 1690 TEST_LOGS="$$log_list"; \ 1691 exit $$? 1692tests/pngtest-all.log: tests/pngtest-all 1693 @p='tests/pngtest-all'; \ 1694 b='tests/pngtest-all'; \ 1695 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1696 --log-file $$b.log --trs-file $$b.trs \ 1697 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1698 "$$tst" $(AM_TESTS_FD_REDIRECT) 1699tests/pngvalid-gamma-16-to-8.log: tests/pngvalid-gamma-16-to-8 1700 @p='tests/pngvalid-gamma-16-to-8'; \ 1701 b='tests/pngvalid-gamma-16-to-8'; \ 1702 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1703 --log-file $$b.log --trs-file $$b.trs \ 1704 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1705 "$$tst" $(AM_TESTS_FD_REDIRECT) 1706tests/pngvalid-gamma-alpha-mode.log: tests/pngvalid-gamma-alpha-mode 1707 @p='tests/pngvalid-gamma-alpha-mode'; \ 1708 b='tests/pngvalid-gamma-alpha-mode'; \ 1709 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1710 --log-file $$b.log --trs-file $$b.trs \ 1711 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1712 "$$tst" $(AM_TESTS_FD_REDIRECT) 1713tests/pngvalid-gamma-background.log: tests/pngvalid-gamma-background 1714 @p='tests/pngvalid-gamma-background'; \ 1715 b='tests/pngvalid-gamma-background'; \ 1716 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1717 --log-file $$b.log --trs-file $$b.trs \ 1718 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1719 "$$tst" $(AM_TESTS_FD_REDIRECT) 1720tests/pngvalid-gamma-expand16-alpha-mode.log: tests/pngvalid-gamma-expand16-alpha-mode 1721 @p='tests/pngvalid-gamma-expand16-alpha-mode'; \ 1722 b='tests/pngvalid-gamma-expand16-alpha-mode'; \ 1723 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1724 --log-file $$b.log --trs-file $$b.trs \ 1725 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1726 "$$tst" $(AM_TESTS_FD_REDIRECT) 1727tests/pngvalid-gamma-expand16-background.log: tests/pngvalid-gamma-expand16-background 1728 @p='tests/pngvalid-gamma-expand16-background'; \ 1729 b='tests/pngvalid-gamma-expand16-background'; \ 1730 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1731 --log-file $$b.log --trs-file $$b.trs \ 1732 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1733 "$$tst" $(AM_TESTS_FD_REDIRECT) 1734tests/pngvalid-gamma-expand16-transform.log: tests/pngvalid-gamma-expand16-transform 1735 @p='tests/pngvalid-gamma-expand16-transform'; \ 1736 b='tests/pngvalid-gamma-expand16-transform'; \ 1737 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1738 --log-file $$b.log --trs-file $$b.trs \ 1739 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1740 "$$tst" $(AM_TESTS_FD_REDIRECT) 1741tests/pngvalid-gamma-sbit.log: tests/pngvalid-gamma-sbit 1742 @p='tests/pngvalid-gamma-sbit'; \ 1743 b='tests/pngvalid-gamma-sbit'; \ 1744 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1745 --log-file $$b.log --trs-file $$b.trs \ 1746 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1747 "$$tst" $(AM_TESTS_FD_REDIRECT) 1748tests/pngvalid-gamma-threshold.log: tests/pngvalid-gamma-threshold 1749 @p='tests/pngvalid-gamma-threshold'; \ 1750 b='tests/pngvalid-gamma-threshold'; \ 1751 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1752 --log-file $$b.log --trs-file $$b.trs \ 1753 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1754 "$$tst" $(AM_TESTS_FD_REDIRECT) 1755tests/pngvalid-gamma-transform.log: tests/pngvalid-gamma-transform 1756 @p='tests/pngvalid-gamma-transform'; \ 1757 b='tests/pngvalid-gamma-transform'; \ 1758 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1759 --log-file $$b.log --trs-file $$b.trs \ 1760 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1761 "$$tst" $(AM_TESTS_FD_REDIRECT) 1762tests/pngvalid-progressive-size.log: tests/pngvalid-progressive-size 1763 @p='tests/pngvalid-progressive-size'; \ 1764 b='tests/pngvalid-progressive-size'; \ 1765 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1766 --log-file $$b.log --trs-file $$b.trs \ 1767 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1768 "$$tst" $(AM_TESTS_FD_REDIRECT) 1769tests/pngvalid-progressive-interlace-standard.log: tests/pngvalid-progressive-interlace-standard 1770 @p='tests/pngvalid-progressive-interlace-standard'; \ 1771 b='tests/pngvalid-progressive-interlace-standard'; \ 1772 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1773 --log-file $$b.log --trs-file $$b.trs \ 1774 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1775 "$$tst" $(AM_TESTS_FD_REDIRECT) 1776tests/pngvalid-transform.log: tests/pngvalid-transform 1777 @p='tests/pngvalid-transform'; \ 1778 b='tests/pngvalid-transform'; \ 1779 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1780 --log-file $$b.log --trs-file $$b.trs \ 1781 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1782 "$$tst" $(AM_TESTS_FD_REDIRECT) 1783tests/pngvalid-progressive-standard.log: tests/pngvalid-progressive-standard 1784 @p='tests/pngvalid-progressive-standard'; \ 1785 b='tests/pngvalid-progressive-standard'; \ 1786 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1787 --log-file $$b.log --trs-file $$b.trs \ 1788 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1789 "$$tst" $(AM_TESTS_FD_REDIRECT) 1790tests/pngvalid-standard.log: tests/pngvalid-standard 1791 @p='tests/pngvalid-standard'; \ 1792 b='tests/pngvalid-standard'; \ 1793 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1794 --log-file $$b.log --trs-file $$b.trs \ 1795 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1796 "$$tst" $(AM_TESTS_FD_REDIRECT) 1797tests/pngstest-1.8.log: tests/pngstest-1.8 1798 @p='tests/pngstest-1.8'; \ 1799 b='tests/pngstest-1.8'; \ 1800 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1801 --log-file $$b.log --trs-file $$b.trs \ 1802 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1803 "$$tst" $(AM_TESTS_FD_REDIRECT) 1804tests/pngstest-1.8-alpha.log: tests/pngstest-1.8-alpha 1805 @p='tests/pngstest-1.8-alpha'; \ 1806 b='tests/pngstest-1.8-alpha'; \ 1807 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1808 --log-file $$b.log --trs-file $$b.trs \ 1809 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1810 "$$tst" $(AM_TESTS_FD_REDIRECT) 1811tests/pngstest-linear.log: tests/pngstest-linear 1812 @p='tests/pngstest-linear'; \ 1813 b='tests/pngstest-linear'; \ 1814 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1815 --log-file $$b.log --trs-file $$b.trs \ 1816 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1817 "$$tst" $(AM_TESTS_FD_REDIRECT) 1818tests/pngstest-linear-alpha.log: tests/pngstest-linear-alpha 1819 @p='tests/pngstest-linear-alpha'; \ 1820 b='tests/pngstest-linear-alpha'; \ 1821 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1822 --log-file $$b.log --trs-file $$b.trs \ 1823 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1824 "$$tst" $(AM_TESTS_FD_REDIRECT) 1825tests/pngstest-none.log: tests/pngstest-none 1826 @p='tests/pngstest-none'; \ 1827 b='tests/pngstest-none'; \ 1828 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1829 --log-file $$b.log --trs-file $$b.trs \ 1830 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1831 "$$tst" $(AM_TESTS_FD_REDIRECT) 1832tests/pngstest-none-alpha.log: tests/pngstest-none-alpha 1833 @p='tests/pngstest-none-alpha'; \ 1834 b='tests/pngstest-none-alpha'; \ 1835 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1836 --log-file $$b.log --trs-file $$b.trs \ 1837 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1838 "$$tst" $(AM_TESTS_FD_REDIRECT) 1839tests/pngstest-sRGB.log: tests/pngstest-sRGB 1840 @p='tests/pngstest-sRGB'; \ 1841 b='tests/pngstest-sRGB'; \ 1842 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1843 --log-file $$b.log --trs-file $$b.trs \ 1844 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1845 "$$tst" $(AM_TESTS_FD_REDIRECT) 1846tests/pngstest-sRGB-alpha.log: tests/pngstest-sRGB-alpha 1847 @p='tests/pngstest-sRGB-alpha'; \ 1848 b='tests/pngstest-sRGB-alpha'; \ 1849 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1850 --log-file $$b.log --trs-file $$b.trs \ 1851 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1852 "$$tst" $(AM_TESTS_FD_REDIRECT) 1853tests/pngunknown-IDAT.log: tests/pngunknown-IDAT 1854 @p='tests/pngunknown-IDAT'; \ 1855 b='tests/pngunknown-IDAT'; \ 1856 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1857 --log-file $$b.log --trs-file $$b.trs \ 1858 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1859 "$$tst" $(AM_TESTS_FD_REDIRECT) 1860tests/pngunknown-discard.log: tests/pngunknown-discard 1861 @p='tests/pngunknown-discard'; \ 1862 b='tests/pngunknown-discard'; \ 1863 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1864 --log-file $$b.log --trs-file $$b.trs \ 1865 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1866 "$$tst" $(AM_TESTS_FD_REDIRECT) 1867tests/pngunknown-if-safe.log: tests/pngunknown-if-safe 1868 @p='tests/pngunknown-if-safe'; \ 1869 b='tests/pngunknown-if-safe'; \ 1870 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1871 --log-file $$b.log --trs-file $$b.trs \ 1872 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1873 "$$tst" $(AM_TESTS_FD_REDIRECT) 1874tests/pngunknown-sAPI.log: tests/pngunknown-sAPI 1875 @p='tests/pngunknown-sAPI'; \ 1876 b='tests/pngunknown-sAPI'; \ 1877 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1878 --log-file $$b.log --trs-file $$b.trs \ 1879 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1880 "$$tst" $(AM_TESTS_FD_REDIRECT) 1881tests/pngunknown-sTER.log: tests/pngunknown-sTER 1882 @p='tests/pngunknown-sTER'; \ 1883 b='tests/pngunknown-sTER'; \ 1884 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1885 --log-file $$b.log --trs-file $$b.trs \ 1886 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1887 "$$tst" $(AM_TESTS_FD_REDIRECT) 1888tests/pngunknown-save.log: tests/pngunknown-save 1889 @p='tests/pngunknown-save'; \ 1890 b='tests/pngunknown-save'; \ 1891 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1892 --log-file $$b.log --trs-file $$b.trs \ 1893 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1894 "$$tst" $(AM_TESTS_FD_REDIRECT) 1895tests/pngunknown-vpAg.log: tests/pngunknown-vpAg 1896 @p='tests/pngunknown-vpAg'; \ 1897 b='tests/pngunknown-vpAg'; \ 1898 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1899 --log-file $$b.log --trs-file $$b.trs \ 1900 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1901 "$$tst" $(AM_TESTS_FD_REDIRECT) 1902tests/pngimage-quick.log: tests/pngimage-quick 1903 @p='tests/pngimage-quick'; \ 1904 b='tests/pngimage-quick'; \ 1905 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1906 --log-file $$b.log --trs-file $$b.trs \ 1907 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1908 "$$tst" $(AM_TESTS_FD_REDIRECT) 1909tests/pngimage-full.log: tests/pngimage-full 1910 @p='tests/pngimage-full'; \ 1911 b='tests/pngimage-full'; \ 1912 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1913 --log-file $$b.log --trs-file $$b.trs \ 1914 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1915 "$$tst" $(AM_TESTS_FD_REDIRECT) 1916.test.log: 1917 @p='$<'; \ 1918 $(am__set_b); \ 1919 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1920 --log-file $$b.log --trs-file $$b.trs \ 1921 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1922 "$$tst" $(AM_TESTS_FD_REDIRECT) 1923@am__EXEEXT_TRUE@.test$(EXEEXT).log: 1924@am__EXEEXT_TRUE@ @p='$<'; \ 1925@am__EXEEXT_TRUE@ $(am__set_b); \ 1926@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1927@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 1928@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1929@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 1930distdir: $(BUILT_SOURCES) 1931 $(MAKE) $(AM_MAKEFLAGS) distdir-am 1932 1933distdir-am: $(DISTFILES) 1934 $(am__remove_distdir) 1935 test -d "$(distdir)" || mkdir "$(distdir)" 1936 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1937 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1938 list='$(DISTFILES)'; \ 1939 dist_files=`for file in $$list; do echo $$file; done | \ 1940 sed -e "s|^$$srcdirstrip/||;t" \ 1941 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1942 case $$dist_files in \ 1943 */*) $(MKDIR_P) `echo "$$dist_files" | \ 1944 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1945 sort -u` ;; \ 1946 esac; \ 1947 for file in $$dist_files; do \ 1948 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1949 if test -d $$d/$$file; then \ 1950 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1951 if test -d "$(distdir)/$$file"; then \ 1952 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1953 fi; \ 1954 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1955 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1956 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1957 fi; \ 1958 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1959 else \ 1960 test -f "$(distdir)/$$file" \ 1961 || cp -p $$d/$$file "$(distdir)/$$file" \ 1962 || exit 1; \ 1963 fi; \ 1964 done 1965 $(MAKE) $(AM_MAKEFLAGS) \ 1966 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 1967 dist-hook 1968 -test -n "$(am__skip_mode_fix)" \ 1969 || find "$(distdir)" -type d ! -perm -755 \ 1970 -exec chmod u+rwx,go+rx {} \; -o \ 1971 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 1972 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 1973 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 1974 || chmod -R a+r "$(distdir)" 1975dist-gzip: distdir 1976 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 1977 $(am__post_remove_distdir) 1978 1979dist-bzip2: distdir 1980 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 1981 $(am__post_remove_distdir) 1982 1983dist-lzip: distdir 1984 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 1985 $(am__post_remove_distdir) 1986dist-xz: distdir 1987 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 1988 $(am__post_remove_distdir) 1989 1990dist-zstd: distdir 1991 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 1992 $(am__post_remove_distdir) 1993 1994dist-tarZ: distdir 1995 @echo WARNING: "Support for distribution archives compressed with" \ 1996 "legacy program 'compress' is deprecated." >&2 1997 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 1998 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 1999 $(am__post_remove_distdir) 2000 2001dist-shar: distdir 2002 @echo WARNING: "Support for shar distribution archives is" \ 2003 "deprecated." >&2 2004 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 2005 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 2006 $(am__post_remove_distdir) 2007 2008dist-zip: distdir 2009 -rm -f $(distdir).zip 2010 zip -rq $(distdir).zip $(distdir) 2011 $(am__post_remove_distdir) 2012 2013dist dist-all: 2014 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 2015 $(am__post_remove_distdir) 2016 2017# This target untars the dist file and tries a VPATH configuration. Then 2018# it guarantees that the distribution is self-contained by making another 2019# tarfile. 2020distcheck: dist 2021 case '$(DIST_ARCHIVES)' in \ 2022 *.tar.gz*) \ 2023 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 2024 *.tar.bz2*) \ 2025 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 2026 *.tar.lz*) \ 2027 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 2028 *.tar.xz*) \ 2029 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 2030 *.tar.Z*) \ 2031 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 2032 *.shar.gz*) \ 2033 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 2034 *.zip*) \ 2035 unzip $(distdir).zip ;;\ 2036 *.tar.zst*) \ 2037 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 2038 esac 2039 chmod -R a-w $(distdir) 2040 chmod u+w $(distdir) 2041 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 2042 chmod a-w $(distdir) 2043 test -d $(distdir)/_build || exit 0; \ 2044 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 2045 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 2046 && am__cwd=`pwd` \ 2047 && $(am__cd) $(distdir)/_build/sub \ 2048 && ../../configure \ 2049 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 2050 $(DISTCHECK_CONFIGURE_FLAGS) \ 2051 --srcdir=../.. --prefix="$$dc_install_base" \ 2052 && $(MAKE) $(AM_MAKEFLAGS) \ 2053 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 2054 && $(MAKE) $(AM_MAKEFLAGS) check \ 2055 && $(MAKE) $(AM_MAKEFLAGS) install \ 2056 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 2057 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 2058 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 2059 distuninstallcheck \ 2060 && chmod -R a-w "$$dc_install_base" \ 2061 && ({ \ 2062 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 2063 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 2064 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 2065 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 2066 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 2067 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 2068 && rm -rf "$$dc_destdir" \ 2069 && $(MAKE) $(AM_MAKEFLAGS) dist \ 2070 && rm -rf $(DIST_ARCHIVES) \ 2071 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 2072 && cd "$$am__cwd" \ 2073 || exit 1 2074 $(am__post_remove_distdir) 2075 @(echo "$(distdir) archives ready for distribution: "; \ 2076 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 2077 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 2078distuninstallcheck: 2079 @test -n '$(distuninstallcheck_dir)' || { \ 2080 echo 'ERROR: trying to run $@ with an empty' \ 2081 '$$(distuninstallcheck_dir)' >&2; \ 2082 exit 1; \ 2083 }; \ 2084 $(am__cd) '$(distuninstallcheck_dir)' || { \ 2085 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 2086 exit 1; \ 2087 }; \ 2088 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 2089 || { echo "ERROR: files left after uninstall:" ; \ 2090 if test -n "$(DESTDIR)"; then \ 2091 echo " (check DESTDIR support)"; \ 2092 fi ; \ 2093 $(distuninstallcheck_listfiles) ; \ 2094 exit 1; } >&2 2095distcleancheck: distclean 2096 @if test '$(srcdir)' = . ; then \ 2097 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 2098 exit 1 ; \ 2099 fi 2100 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 2101 || { echo "ERROR: files left in build directory after distclean:" ; \ 2102 $(distcleancheck_listfiles) ; \ 2103 exit 1; } >&2 2104check-am: all-am 2105 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 2106 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 2107check: $(BUILT_SOURCES) 2108 $(MAKE) $(AM_MAKEFLAGS) check-am 2109all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \ 2110 $(HEADERS) config.h 2111install-binPROGRAMS: install-libLTLIBRARIES 2112 2113install-checkPROGRAMS: install-libLTLIBRARIES 2114 2115installdirs: 2116 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)" "$(DESTDIR)$(pkgincludedir)"; do \ 2117 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 2118 done 2119install: $(BUILT_SOURCES) 2120 $(MAKE) $(AM_MAKEFLAGS) install-am 2121install-exec: $(BUILT_SOURCES) 2122 $(MAKE) $(AM_MAKEFLAGS) install-exec-am 2123install-data: install-data-am 2124uninstall: uninstall-am 2125 2126install-am: all-am 2127 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 2128 2129installcheck: installcheck-am 2130install-strip: 2131 if test -z '$(STRIP)'; then \ 2132 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 2133 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 2134 install; \ 2135 else \ 2136 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 2137 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 2138 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 2139 fi 2140mostlyclean-generic: 2141 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) 2142 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) 2143 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 2144 2145clean-generic: 2146 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 2147 2148distclean-generic: 2149 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 2150 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 2151 -rm -f arm/$(DEPDIR)/$(am__dirstamp) 2152 -rm -f arm/$(am__dirstamp) 2153 -rm -f contrib/libtests/$(DEPDIR)/$(am__dirstamp) 2154 -rm -f contrib/libtests/$(am__dirstamp) 2155 -rm -f contrib/tools/$(DEPDIR)/$(am__dirstamp) 2156 -rm -f contrib/tools/$(am__dirstamp) 2157 -rm -f intel/$(DEPDIR)/$(am__dirstamp) 2158 -rm -f intel/$(am__dirstamp) 2159 -rm -f loongarch/$(DEPDIR)/$(am__dirstamp) 2160 -rm -f loongarch/$(am__dirstamp) 2161 -rm -f mips/$(DEPDIR)/$(am__dirstamp) 2162 -rm -f mips/$(am__dirstamp) 2163 -rm -f powerpc/$(DEPDIR)/$(am__dirstamp) 2164 -rm -f powerpc/$(am__dirstamp) 2165 2166maintainer-clean-generic: 2167 @echo "This command is intended for maintainers to use" 2168 @echo "it deletes files that may require special tools to rebuild." 2169 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 2170 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 2171@DO_INSTALL_LIBPNG_CONFIG_FALSE@@DO_INSTALL_LINKS_FALSE@install-exec-hook: 2172@DO_INSTALL_LIBPNG_PC_FALSE@@DO_INSTALL_LINKS_FALSE@install-data-hook: 2173@DO_INSTALL_LIBPNG_CONFIG_FALSE@@DO_INSTALL_LIBPNG_PC_FALSE@@DO_INSTALL_LINKS_FALSE@uninstall-hook: 2174clean: clean-am 2175 2176clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \ 2177 clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ 2178 mostlyclean-am 2179 2180distclean: distclean-am 2181 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 2182 -rm -f ./$(DEPDIR)/png.Plo 2183 -rm -f ./$(DEPDIR)/pngerror.Plo 2184 -rm -f ./$(DEPDIR)/pngget.Plo 2185 -rm -f ./$(DEPDIR)/pngmem.Plo 2186 -rm -f ./$(DEPDIR)/pngpread.Plo 2187 -rm -f ./$(DEPDIR)/pngread.Plo 2188 -rm -f ./$(DEPDIR)/pngrio.Plo 2189 -rm -f ./$(DEPDIR)/pngrtran.Plo 2190 -rm -f ./$(DEPDIR)/pngrutil.Plo 2191 -rm -f ./$(DEPDIR)/pngset.Plo 2192 -rm -f ./$(DEPDIR)/pngtest.Po 2193 -rm -f ./$(DEPDIR)/pngtrans.Plo 2194 -rm -f ./$(DEPDIR)/pngwio.Plo 2195 -rm -f ./$(DEPDIR)/pngwrite.Plo 2196 -rm -f ./$(DEPDIR)/pngwtran.Plo 2197 -rm -f ./$(DEPDIR)/pngwutil.Plo 2198 -rm -f arm/$(DEPDIR)/arm_init.Plo 2199 -rm -f arm/$(DEPDIR)/filter_neon.Plo 2200 -rm -f arm/$(DEPDIR)/filter_neon_intrinsics.Plo 2201 -rm -f arm/$(DEPDIR)/palette_neon_intrinsics.Plo 2202 -rm -f contrib/libtests/$(DEPDIR)/pngimage.Po 2203 -rm -f contrib/libtests/$(DEPDIR)/pngstest.Po 2204 -rm -f contrib/libtests/$(DEPDIR)/pngunknown.Po 2205 -rm -f contrib/libtests/$(DEPDIR)/pngvalid.Po 2206 -rm -f contrib/libtests/$(DEPDIR)/timepng.Po 2207 -rm -f contrib/tools/$(DEPDIR)/png-fix-itxt.Po 2208 -rm -f contrib/tools/$(DEPDIR)/pngcp.Po 2209 -rm -f contrib/tools/$(DEPDIR)/pngfix.Po 2210 -rm -f intel/$(DEPDIR)/filter_sse2_intrinsics.Plo 2211 -rm -f intel/$(DEPDIR)/intel_init.Plo 2212 -rm -f loongarch/$(DEPDIR)/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-filter_lsx_intrinsics.Plo 2213 -rm -f loongarch/$(DEPDIR)/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-loongarch_lsx_init.Plo 2214 -rm -f mips/$(DEPDIR)/filter_mmi_inline_assembly.Plo 2215 -rm -f mips/$(DEPDIR)/filter_msa_intrinsics.Plo 2216 -rm -f mips/$(DEPDIR)/mips_init.Plo 2217 -rm -f powerpc/$(DEPDIR)/filter_vsx_intrinsics.Plo 2218 -rm -f powerpc/$(DEPDIR)/powerpc_init.Plo 2219 -rm -f Makefile 2220distclean-am: clean-am distclean-compile distclean-generic \ 2221 distclean-hdr distclean-libtool distclean-tags 2222 2223dvi: dvi-am 2224 2225dvi-am: 2226 2227html: html-am 2228 2229html-am: 2230 2231info: info-am 2232 2233info-am: 2234 2235install-data-am: install-man install-nodist_pkgincludeHEADERS \ 2236 install-pkgconfigDATA install-pkgincludeHEADERS 2237 @$(NORMAL_INSTALL) 2238 $(MAKE) $(AM_MAKEFLAGS) install-data-hook 2239install-dvi: install-dvi-am 2240 2241install-dvi-am: 2242 2243install-exec-am: install-binPROGRAMS install-binSCRIPTS \ 2244 install-libLTLIBRARIES 2245 @$(NORMAL_INSTALL) 2246 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook 2247install-html: install-html-am 2248 2249install-html-am: 2250 2251install-info: install-info-am 2252 2253install-info-am: 2254 2255install-man: install-man3 install-man5 2256 2257install-pdf: install-pdf-am 2258 2259install-pdf-am: 2260 2261install-ps: install-ps-am 2262 2263install-ps-am: 2264 2265installcheck-am: 2266 2267maintainer-clean: maintainer-clean-am 2268 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 2269 -rm -rf $(top_srcdir)/autom4te.cache 2270 -rm -f ./$(DEPDIR)/png.Plo 2271 -rm -f ./$(DEPDIR)/pngerror.Plo 2272 -rm -f ./$(DEPDIR)/pngget.Plo 2273 -rm -f ./$(DEPDIR)/pngmem.Plo 2274 -rm -f ./$(DEPDIR)/pngpread.Plo 2275 -rm -f ./$(DEPDIR)/pngread.Plo 2276 -rm -f ./$(DEPDIR)/pngrio.Plo 2277 -rm -f ./$(DEPDIR)/pngrtran.Plo 2278 -rm -f ./$(DEPDIR)/pngrutil.Plo 2279 -rm -f ./$(DEPDIR)/pngset.Plo 2280 -rm -f ./$(DEPDIR)/pngtest.Po 2281 -rm -f ./$(DEPDIR)/pngtrans.Plo 2282 -rm -f ./$(DEPDIR)/pngwio.Plo 2283 -rm -f ./$(DEPDIR)/pngwrite.Plo 2284 -rm -f ./$(DEPDIR)/pngwtran.Plo 2285 -rm -f ./$(DEPDIR)/pngwutil.Plo 2286 -rm -f arm/$(DEPDIR)/arm_init.Plo 2287 -rm -f arm/$(DEPDIR)/filter_neon.Plo 2288 -rm -f arm/$(DEPDIR)/filter_neon_intrinsics.Plo 2289 -rm -f arm/$(DEPDIR)/palette_neon_intrinsics.Plo 2290 -rm -f contrib/libtests/$(DEPDIR)/pngimage.Po 2291 -rm -f contrib/libtests/$(DEPDIR)/pngstest.Po 2292 -rm -f contrib/libtests/$(DEPDIR)/pngunknown.Po 2293 -rm -f contrib/libtests/$(DEPDIR)/pngvalid.Po 2294 -rm -f contrib/libtests/$(DEPDIR)/timepng.Po 2295 -rm -f contrib/tools/$(DEPDIR)/png-fix-itxt.Po 2296 -rm -f contrib/tools/$(DEPDIR)/pngcp.Po 2297 -rm -f contrib/tools/$(DEPDIR)/pngfix.Po 2298 -rm -f intel/$(DEPDIR)/filter_sse2_intrinsics.Plo 2299 -rm -f intel/$(DEPDIR)/intel_init.Plo 2300 -rm -f loongarch/$(DEPDIR)/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-filter_lsx_intrinsics.Plo 2301 -rm -f loongarch/$(DEPDIR)/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@lsx_la-loongarch_lsx_init.Plo 2302 -rm -f mips/$(DEPDIR)/filter_mmi_inline_assembly.Plo 2303 -rm -f mips/$(DEPDIR)/filter_msa_intrinsics.Plo 2304 -rm -f mips/$(DEPDIR)/mips_init.Plo 2305 -rm -f powerpc/$(DEPDIR)/filter_vsx_intrinsics.Plo 2306 -rm -f powerpc/$(DEPDIR)/powerpc_init.Plo 2307 -rm -f Makefile 2308maintainer-clean-am: distclean-am maintainer-clean-generic 2309 2310mostlyclean: mostlyclean-am 2311 2312mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 2313 mostlyclean-libtool 2314 2315pdf: pdf-am 2316 2317pdf-am: 2318 2319ps: ps-am 2320 2321ps-am: 2322 2323uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \ 2324 uninstall-libLTLIBRARIES uninstall-man \ 2325 uninstall-nodist_pkgincludeHEADERS uninstall-pkgconfigDATA \ 2326 uninstall-pkgincludeHEADERS 2327 @$(NORMAL_INSTALL) 2328 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook 2329uninstall-man: uninstall-man3 uninstall-man5 2330 2331.MAKE: all check check-am install install-am install-data-am \ 2332 install-exec install-exec-am install-strip uninstall-am 2333 2334.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \ 2335 check-TESTS check-am clean clean-binPROGRAMS \ 2336 clean-checkPROGRAMS clean-cscope clean-generic \ 2337 clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ 2338 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 2339 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ 2340 dist-zip dist-zstd distcheck distclean distclean-compile \ 2341 distclean-generic distclean-hdr distclean-libtool \ 2342 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 2343 dvi-am html html-am info info-am install install-am \ 2344 install-binPROGRAMS install-binSCRIPTS install-data \ 2345 install-data-am install-data-hook install-dvi install-dvi-am \ 2346 install-exec install-exec-am install-exec-hook install-html \ 2347 install-html-am install-info install-info-am \ 2348 install-libLTLIBRARIES install-man install-man3 install-man5 \ 2349 install-nodist_pkgincludeHEADERS install-pdf install-pdf-am \ 2350 install-pkgconfigDATA install-pkgincludeHEADERS install-ps \ 2351 install-ps-am install-strip installcheck installcheck-am \ 2352 installdirs maintainer-clean maintainer-clean-generic \ 2353 mostlyclean mostlyclean-compile mostlyclean-generic \ 2354 mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \ 2355 uninstall uninstall-am uninstall-binPROGRAMS \ 2356 uninstall-binSCRIPTS uninstall-hook uninstall-libLTLIBRARIES \ 2357 uninstall-man uninstall-man3 uninstall-man5 \ 2358 uninstall-nodist_pkgincludeHEADERS uninstall-pkgconfigDATA \ 2359 uninstall-pkgincludeHEADERS 2360 2361.PRECIOUS: Makefile 2362 2363 2364$(PNGLIB_BASENAME).pc: libpng.pc 2365 cp libpng.pc $@ 2366 2367$(PNGLIB_BASENAME)-config: libpng-config 2368 cp libpng-config $@ 2369 2370scripts/sym.out scripts/vers.out: png.h pngconf.h pnglibconf.h 2371scripts/prefix.out: png.h pngconf.h pnglibconf.out 2372scripts/symbols.out: png.h pngconf.h $(srcdir)/scripts/pnglibconf.h.prebuilt 2373scripts/intprefix.out: pnglibconf.h 2374 2375libpng.sym: scripts/sym.out 2376 rm -f $@ 2377 cp $? $@ 2378libpng.vers: scripts/vers.out 2379 rm -f $@ 2380 cp $? $@ 2381 2382# Rename functions in scripts/prefix.out with a PNG_PREFIX prefix. 2383# Rename macros in scripts/macro.lst from PNG_PREFIXpng_ to PNG_ (the actual 2384# implementation of the macro). 2385@DO_PNG_PREFIX_TRUE@pnglibconf.h: pnglibconf.out scripts/prefix.out scripts/macro.lst 2386@DO_PNG_PREFIX_TRUE@ rm -f $@ 2387@DO_PNG_PREFIX_TRUE@ $(AWK) 's==0 && NR>1{print prev}\ 2388@DO_PNG_PREFIX_TRUE@ s==0{prev=$$0}\ 2389@DO_PNG_PREFIX_TRUE@ s==1{print "#define", $$1, "@PNG_PREFIX@" $$1}\ 2390@DO_PNG_PREFIX_TRUE@ s==2{print "#define @PNG_PREFIX@png_" $$1, "PNG_" $$1}\ 2391@DO_PNG_PREFIX_TRUE@ END{print prev}' s=0 pnglibconf.out s=1 scripts/prefix.out\ 2392@DO_PNG_PREFIX_TRUE@ s=2 ${srcdir}/scripts/macro.lst >pnglibconf.tf8 2393@DO_PNG_PREFIX_TRUE@ mv pnglibconf.tf8 $@ 2394 2395@DO_PNG_PREFIX_TRUE@pngprefix.h: scripts/intprefix.out 2396@DO_PNG_PREFIX_TRUE@ rm -f pngprefix.tf1 2397@DO_PNG_PREFIX_TRUE@ $(AWK) '{print "#define", $$1, "@PNG_PREFIX@" $$1}' $? >pngprefix.tf1 2398@DO_PNG_PREFIX_TRUE@ mv pngprefix.tf1 $@ 2399@DO_PNG_PREFIX_FALSE@pnglibconf.h: pnglibconf.out 2400@DO_PNG_PREFIX_FALSE@ rm -f $@ 2401@DO_PNG_PREFIX_FALSE@ cp $? $@ 2402 2403@DO_PNG_PREFIX_FALSE@pngprefix.h: # is empty 2404@DO_PNG_PREFIX_FALSE@ :>$@ 2405 2406$(srcdir)/scripts/pnglibconf.h.prebuilt: 2407 @echo "Attempting to build $@" >&2 2408 @echo "This is a machine generated file, but if you want to make" >&2 2409 @echo "a new one simply make 'scripts/pnglibconf.out', copy that" >&2 2410 @echo "AND set PNG_ZLIB_VERNUM to 0 (you MUST do this)" >&2 2411 @exit 1 2412 2413# The following is necessary to ensure that the local pnglibconf.h is used, not 2414# an installed one (this can happen immediately after on a clean system if 2415# 'make test' is the first thing the user does.) Only files which include 2416# one of the png source files (typically png.h or pngpriv.h) need to be listed 2417# here: 2418pngtest.o: pnglibconf.h 2419 2420contrib/libtests/makepng.o: pnglibconf.h 2421contrib/libtests/pngstest.o: pnglibconf.h 2422contrib/libtests/pngunknown.o: pnglibconf.h 2423contrib/libtests/pngimage.o: pnglibconf.h 2424contrib/libtests/pngvalid.o: pnglibconf.h 2425contrib/libtests/readpng.o: pnglibconf.h 2426contrib/libtests/tarith.o: pnglibconf.h 2427contrib/libtests/timepng.o: pnglibconf.h 2428 2429contrib/tools/makesRGB.o: pnglibconf.h 2430contrib/tools/pngfix.o: pnglibconf.h 2431contrib/tools/pngcp.o: pnglibconf.h 2432 2433.c.out: 2434 rm -f $@ $*.tf[12] 2435 test -d scripts || mkdir scripts || test -d scripts 2436 $(DFNCPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)\ 2437 $(CPPFLAGS) $(SYMBOL_CFLAGS) $< > $*.tf1 2438 $(AWK) -f "${srcdir}/scripts/dfn.awk" out="$*.tf2" $*.tf1 1>&2 2439 rm -f $*.tf1 2440 mv $*.tf2 $@ 2441 2442# The .c file for pnglibconf.h is machine generated 2443pnglibconf.c: scripts/pnglibconf.dfa scripts/options.awk pngconf.h pngusr.dfa $(DFA_XTRA) 2444 rm -f $@ $*.tf[45] 2445 $(AWK) -f ${srcdir}/scripts/options.awk out=$*.tf4 version=search\ 2446 ${srcdir}/pngconf.h ${srcdir}/scripts/pnglibconf.dfa\ 2447 ${srcdir}/pngusr.dfa $(DFA_XTRA) 1>&2 2448 $(AWK) -f ${srcdir}/scripts/options.awk out=$*.tf5 $*.tf4 1>&2 2449 rm $*.tf4 2450 mv $*.tf5 $@ 2451 2452# Symbol checks (.def and .out files should match) 2453scripts/symbols.chk: scripts/checksym.awk scripts/symbols.def scripts/symbols.out 2454 2455.out.chk: 2456 rm -f $@ $*.new 2457 $(AWK) -f ${srcdir}/scripts/checksym.awk ${srcdir}/scripts/${*F}.def\ 2458 of="$*.new" $< >&2 2459 mv $*.new $@ 2460 2461# used on demand to regenerate the standard header, CPPFLAGS should 2462# be empty - no non-standard defines 2463scripts/pnglibconf.c: scripts/pnglibconf.dfa scripts/options.awk pngconf.h 2464 rm -f $@ pnglibconf.tf[67] 2465 test -z "$(CPPFLAGS)" 2466 echo "com @PNGLIB_VERSION@ STANDARD API DEFINITION" |\ 2467 $(AWK) -f ${srcdir}/scripts/options.awk out=pnglibconf.tf6\ 2468 logunsupported=1 version=search ${srcdir}/pngconf.h -\ 2469 ${srcdir}/scripts/pnglibconf.dfa 1>&2 2470 $(AWK) -f ${srcdir}/scripts/options.awk out=pnglibconf.tf7\ 2471 pnglibconf.tf6 1>&2 2472 rm pnglibconf.tf6 2473 mv pnglibconf.tf7 $@ 2474 2475$(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_OBJECTS): png.h pngconf.h \ 2476 pnglibconf.h pngpriv.h pngdebug.h pnginfo.h pngstruct.h pngprefix.h 2477 2478test: check-am 2479 2480# Extra checks 2481check: scripts/symbols.chk 2482 2483# Don't distribute the generated script files 2484dist-hook: 2485 cd '$(top_distdir)'; rm -f $(SCRIPT_CLEANFILES) 2486 2487# Make links between installed files with release-specific names and the generic 2488# file names. If this install rule is run the generic names will be deleted and 2489# recreated - this has obvious issues for systems with multiple installations. 2490 2491install-header-links: 2492 @set -ex; cd '$(DESTDIR)$(includedir)'; for f in $(HEADERS); do \ 2493 rm -f "$$f"; $(LN_S) "$(PNGLIB_BASENAME)/$$f" "$$f"; done 2494 2495uninstall-header-links: 2496 cd '$(DESTDIR)$(includedir)'; rm -f $(HEADERS) 2497 2498install-libpng-pc: 2499 @set -ex; cd '$(DESTDIR)$(pkgconfigdir)'; rm -f libpng.pc; \ 2500 $(LN_S) '$(PNGLIB_BASENAME).pc' libpng.pc 2501 2502uninstall-libpng-pc: 2503 rm -f '$(DESTDIR)$(pkgconfigdir)/libpng.pc' 2504 2505install-library-links: 2506 @set -x; cd '$(DESTDIR)$(libdir)';\ 2507 for ext in $(EXT_LIST); do\ 2508 rm -f "libpng.$$ext";\ 2509 if test -f "$(PNGLIB_BASENAME).$$ext"; then\ 2510 $(LN_S) "$(PNGLIB_BASENAME).$$ext" "libpng.$$ext" || exit 1;\ 2511 fi;\ 2512 done 2513 2514uninstall-library-links: 2515 @set -x; cd '$(DESTDIR)$(libdir)'; for ext in $(EXT_LIST); do\ 2516 rm -f "libpng.$$ext"; done 2517 2518install-libpng-config: 2519 @set -ex; cd '$(DESTDIR)$(bindir)'; rm -f libpng-config; \ 2520 $(LN_S) '$(PNGLIB_BASENAME)-config' libpng-config 2521 2522uninstall-libpng-config: 2523 rm -f '$(DESTDIR)$(bindir)/libpng-config' 2524 2525# If --enable-unversioned-links is specified the header and lib file links 2526# will be automatically made on a 'make install': 2527 2528@DO_INSTALL_LINKS_TRUE@install-data-hook: install-header-links 2529@DO_INSTALL_LINKS_TRUE@uninstall-hook: uninstall-header-links 2530@DO_INSTALL_LINKS_TRUE@install-exec-hook: install-library-links 2531@DO_INSTALL_LINKS_TRUE@uninstall-hook: uninstall-library-links 2532 2533# Likewise, --install-pc causes libpng.pc to be constructed: 2534 2535@DO_INSTALL_LIBPNG_PC_TRUE@install-data-hook: install-libpng-pc 2536@DO_INSTALL_LIBPNG_PC_TRUE@uninstall-hook: uninstall-libpng-pc 2537 2538# And --install-config: 2539 2540@DO_INSTALL_LIBPNG_CONFIG_TRUE@install-exec-hook: install-libpng-config 2541@DO_INSTALL_LIBPNG_CONFIG_TRUE@uninstall-hook: uninstall-libpng-config 2542 2543# The following addition ensures that 'make all' always builds the test programs 2544# too. It used to, but some change either in libpng or configure stopped this 2545# working. 2546all-am: $(check_PROGRAMS) 2547 2548# Tell versions [3.59,3.63) of GNU make to not export all variables. 2549# Otherwise a system limit (for SysV at least) may be exceeded. 2550.NOEXPORT: 2551