1# Makefile.in generated by automake 1.16.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2020 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 17VPATH = @srcdir@ 18am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28} 29am__make_running_with_option = \ 30 case $${target_option-} in \ 31 ?) ;; \ 32 *) echo "am__make_running_with_option: internal error: invalid" \ 33 "target option '$${target_option-}' specified" >&2; \ 34 exit 1;; \ 35 esac; \ 36 has_opt=no; \ 37 sane_makeflags=$$MAKEFLAGS; \ 38 if $(am__is_gnu_make); then \ 39 sane_makeflags=$$MFLAGS; \ 40 else \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 bs=\\; \ 44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46 esac; \ 47 fi; \ 48 skip_next=no; \ 49 strip_trailopt () \ 50 { \ 51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 }; \ 53 for flg in $$sane_makeflags; do \ 54 test $$skip_next = yes && { skip_next=no; continue; }; \ 55 case $$flg in \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ 60 -*O?*) strip_trailopt 'O';; \ 61 -*l) strip_trailopt 'l'; skip_next=yes;; \ 62 -*l?*) strip_trailopt 'l';; \ 63 -[dEDm]) skip_next=yes;; \ 64 -[JT]) skip_next=yes;; \ 65 esac; \ 66 case $$flg in \ 67 *$$target_option*) has_opt=yes; break;; \ 68 esac; \ 69 done; \ 70 test $$has_opt = yes 71am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73pkgdatadir = $(datadir)/@PACKAGE@ 74pkgincludedir = $(includedir)/@PACKAGE@ 75pkglibdir = $(libdir)/@PACKAGE@ 76pkglibexecdir = $(libexecdir)/@PACKAGE@ 77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78install_sh_DATA = $(install_sh) -c -m 644 79install_sh_PROGRAM = $(install_sh) -c 80install_sh_SCRIPT = $(install_sh) -c 81INSTALL_HEADER = $(INSTALL_DATA) 82transform = $(program_transform_name) 83NORMAL_INSTALL = : 84PRE_INSTALL = : 85POST_INSTALL = : 86NORMAL_UNINSTALL = : 87PRE_UNINSTALL = : 88POST_UNINSTALL = : 89subdir = . 90ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 91am__aclocal_m4_deps = $(top_srcdir)/elfio/elfio_version.hpp \ 92 $(top_srcdir)/configure.ac 93am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 94 $(ACLOCAL_M4) 95DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 96 $(am__configure_deps) $(nobase_include_HEADERS) \ 97 $(am__DIST_COMMON) 98am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 99 configure.lineno config.status.lineno 100mkinstalldirs = $(install_sh) -d 101CONFIG_CLEAN_FILES = 102CONFIG_CLEAN_VPATH_FILES = 103AM_V_P = $(am__v_P_@AM_V@) 104am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 105am__v_P_0 = false 106am__v_P_1 = : 107AM_V_GEN = $(am__v_GEN_@AM_V@) 108am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 109am__v_GEN_0 = @echo " GEN " $@; 110am__v_GEN_1 = 111AM_V_at = $(am__v_at_@AM_V@) 112am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 113am__v_at_0 = @ 114am__v_at_1 = 115SOURCES = 116DIST_SOURCES = 117RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 118 ctags-recursive dvi-recursive html-recursive info-recursive \ 119 install-data-recursive install-dvi-recursive \ 120 install-exec-recursive install-html-recursive \ 121 install-info-recursive install-pdf-recursive \ 122 install-ps-recursive install-recursive installcheck-recursive \ 123 installdirs-recursive pdf-recursive ps-recursive \ 124 tags-recursive uninstall-recursive 125am__can_run_installinfo = \ 126 case $$AM_UPDATE_INFO_DIR in \ 127 n|no|NO) false;; \ 128 *) (install-info --version) >/dev/null 2>&1;; \ 129 esac 130am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 131am__vpath_adj = case $$p in \ 132 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 133 *) f=$$p;; \ 134 esac; 135am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 136am__install_max = 40 137am__nobase_strip_setup = \ 138 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 139am__nobase_strip = \ 140 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 141am__nobase_list = $(am__nobase_strip_setup); \ 142 for p in $$list; do echo "$$p $$p"; done | \ 143 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 144 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 145 if (++n[$$2] == $(am__install_max)) \ 146 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 147 END { for (dir in files) print dir, files[dir] }' 148am__base_list = \ 149 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 150 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 151am__uninstall_files_from_dir = { \ 152 test -z "$$files" \ 153 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 154 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 155 $(am__cd) "$$dir" && rm -f $$files; }; \ 156 } 157am__installdirs = "$(DESTDIR)$(includedir)" 158HEADERS = $(nobase_include_HEADERS) 159RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 160 distclean-recursive maintainer-clean-recursive 161am__recursive_targets = \ 162 $(RECURSIVE_TARGETS) \ 163 $(RECURSIVE_CLEAN_TARGETS) \ 164 $(am__extra_recursive_targets) 165AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 166 cscope check recheck distdir distdir-am dist dist-all \ 167 distcheck 168am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 169# Read a list of newline-separated strings from the standard input, 170# and print each of them once, without duplicates. Input order is 171# *not* preserved. 172am__uniquify_input = $(AWK) '\ 173 BEGIN { nonempty = 0; } \ 174 { items[$$0] = 1; nonempty = 1; } \ 175 END { if (nonempty) { for (i in items) print i; }; } \ 176' 177# Make sure the list of sources is unique. This is necessary because, 178# e.g., the same source file might be shared among _SOURCES variables 179# for different programs/libraries. 180am__define_uniq_tagged_files = \ 181 list='$(am__tagged_files)'; \ 182 unique=`for i in $$list; do \ 183 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 184 done | $(am__uniquify_input)` 185ETAGS = etags 186CTAGS = ctags 187CSCOPE = cscope 188am__tty_colors_dummy = \ 189 mgn= red= grn= lgn= blu= brg= std=; \ 190 am__color_tests=no 191am__tty_colors = { \ 192 $(am__tty_colors_dummy); \ 193 if test "X$(AM_COLOR_TESTS)" = Xno; then \ 194 am__color_tests=no; \ 195 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 196 am__color_tests=yes; \ 197 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 198 am__color_tests=yes; \ 199 fi; \ 200 if test $$am__color_tests = yes; then \ 201 red='[0;31m'; \ 202 grn='[0;32m'; \ 203 lgn='[1;32m'; \ 204 blu='[1;34m'; \ 205 mgn='[0;35m'; \ 206 brg='[1m'; \ 207 std='[m'; \ 208 fi; \ 209} 210am__recheck_rx = ^[ ]*:recheck:[ ]* 211am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 212am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 213# A command that, given a newline-separated list of test names on the 214# standard input, print the name of the tests that are to be re-run 215# upon "make recheck". 216am__list_recheck_tests = $(AWK) '{ \ 217 recheck = 1; \ 218 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 219 { \ 220 if (rc < 0) \ 221 { \ 222 if ((getline line2 < ($$0 ".log")) < 0) \ 223 recheck = 0; \ 224 break; \ 225 } \ 226 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 227 { \ 228 recheck = 0; \ 229 break; \ 230 } \ 231 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 232 { \ 233 break; \ 234 } \ 235 }; \ 236 if (recheck) \ 237 print $$0; \ 238 close ($$0 ".trs"); \ 239 close ($$0 ".log"); \ 240}' 241# A command that, given a newline-separated list of test names on the 242# standard input, create the global log from their .trs and .log files. 243am__create_global_log = $(AWK) ' \ 244function fatal(msg) \ 245{ \ 246 print "fatal: making $@: " msg | "cat >&2"; \ 247 exit 1; \ 248} \ 249function rst_section(header) \ 250{ \ 251 print header; \ 252 len = length(header); \ 253 for (i = 1; i <= len; i = i + 1) \ 254 printf "="; \ 255 printf "\n\n"; \ 256} \ 257{ \ 258 copy_in_global_log = 1; \ 259 global_test_result = "RUN"; \ 260 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 261 { \ 262 if (rc < 0) \ 263 fatal("failed to read from " $$0 ".trs"); \ 264 if (line ~ /$(am__global_test_result_rx)/) \ 265 { \ 266 sub("$(am__global_test_result_rx)", "", line); \ 267 sub("[ ]*$$", "", line); \ 268 global_test_result = line; \ 269 } \ 270 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 271 copy_in_global_log = 0; \ 272 }; \ 273 if (copy_in_global_log) \ 274 { \ 275 rst_section(global_test_result ": " $$0); \ 276 while ((rc = (getline line < ($$0 ".log"))) != 0) \ 277 { \ 278 if (rc < 0) \ 279 fatal("failed to read from " $$0 ".log"); \ 280 print line; \ 281 }; \ 282 printf "\n"; \ 283 }; \ 284 close ($$0 ".trs"); \ 285 close ($$0 ".log"); \ 286}' 287# Restructured Text title. 288am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 289# Solaris 10 'make', and several other traditional 'make' implementations, 290# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 291# by disabling -e (using the XSI extension "set +e") if it's set. 292am__sh_e_setup = case $$- in *e*) set +e;; esac 293# Default flags passed to test drivers. 294am__common_driver_flags = \ 295 --color-tests "$$am__color_tests" \ 296 --enable-hard-errors "$$am__enable_hard_errors" \ 297 --expect-failure "$$am__expect_failure" 298# To be inserted before the command running the test. Creates the 299# directory for the log if needed. Stores in $dir the directory 300# containing $f, in $tst the test, in $log the log. Executes the 301# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 302# passes TESTS_ENVIRONMENT. Set up options for the wrapper that 303# will run the test scripts (or their associated LOG_COMPILER, if 304# thy have one). 305am__check_pre = \ 306$(am__sh_e_setup); \ 307$(am__vpath_adj_setup) $(am__vpath_adj) \ 308$(am__tty_colors); \ 309srcdir=$(srcdir); export srcdir; \ 310case "$@" in \ 311 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 312 *) am__odir=.;; \ 313esac; \ 314test "x$$am__odir" = x"." || test -d "$$am__odir" \ 315 || $(MKDIR_P) "$$am__odir" || exit $$?; \ 316if test -f "./$$f"; then dir=./; \ 317elif test -f "$$f"; then dir=; \ 318else dir="$(srcdir)/"; fi; \ 319tst=$$dir$$f; log='$@'; \ 320if test -n '$(DISABLE_HARD_ERRORS)'; then \ 321 am__enable_hard_errors=no; \ 322else \ 323 am__enable_hard_errors=yes; \ 324fi; \ 325case " $(XFAIL_TESTS) " in \ 326 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 327 am__expect_failure=yes;; \ 328 *) \ 329 am__expect_failure=no;; \ 330esac; \ 331$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 332# A shell command to get the names of the tests scripts with any registered 333# extension removed (i.e., equivalently, the names of the test logs, with 334# the '.log' extension removed). The result is saved in the shell variable 335# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 336# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 337# since that might cause problem with VPATH rewrites for suffix-less tests. 338# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 339am__set_TESTS_bases = \ 340 bases='$(TEST_LOGS)'; \ 341 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 342 bases=`echo $$bases` 343RECHECK_LOGS = $(TEST_LOGS) 344TEST_SUITE_LOG = test-suite.log 345TEST_EXTENSIONS = @EXEEXT@ .test 346LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 347LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 348am__set_b = \ 349 case '$@' in \ 350 */*) \ 351 case '$*' in \ 352 */*) b='$*';; \ 353 *) b=`echo '$@' | sed 's/\.log$$//'`; \ 354 esac;; \ 355 *) \ 356 b='$*';; \ 357 esac 358am__test_logs1 = $(TESTS:=.log) 359am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 360TEST_LOGS = $(am__test_logs2:.test.log=.log) 361TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 362TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 363 $(TEST_LOG_FLAGS) 364DIST_SUBDIRS = $(SUBDIRS) 365am__DIST_COMMON = $(srcdir)/Makefile.in AUTHORS COPYING ChangeLog \ 366 INSTALL NEWS README compile depcomp install-sh missing \ 367 test-driver 368DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 369distdir = $(PACKAGE)-$(VERSION) 370top_distdir = $(distdir) 371am__remove_distdir = \ 372 if test -d "$(distdir)"; then \ 373 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 374 && rm -rf "$(distdir)" \ 375 || { sleep 5 && rm -rf "$(distdir)"; }; \ 376 else :; fi 377am__post_remove_distdir = $(am__remove_distdir) 378am__relativize = \ 379 dir0=`pwd`; \ 380 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 381 sed_rest='s,^[^/]*/*,,'; \ 382 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 383 sed_butlast='s,/*[^/]*$$,,'; \ 384 while test -n "$$dir1"; do \ 385 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 386 if test "$$first" != "."; then \ 387 if test "$$first" = ".."; then \ 388 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 389 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 390 else \ 391 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 392 if test "$$first2" = "$$first"; then \ 393 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 394 else \ 395 dir2="../$$dir2"; \ 396 fi; \ 397 dir0="$$dir0"/"$$first"; \ 398 fi; \ 399 fi; \ 400 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 401 done; \ 402 reldir="$$dir2" 403DIST_ARCHIVES = $(distdir).tar.gz 404GZIP_ENV = --best 405DIST_TARGETS = dist-gzip 406distuninstallcheck_listfiles = find . -type f -print 407am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 408 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 409distcleancheck_listfiles = find . -type f -print 410ACLOCAL = @ACLOCAL@ 411AMTAR = @AMTAR@ 412AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 413AUTOCONF = @AUTOCONF@ 414AUTOHEADER = @AUTOHEADER@ 415AUTOMAKE = @AUTOMAKE@ 416AWK = @AWK@ 417CC = @CC@ 418CCDEPMODE = @CCDEPMODE@ 419CFLAGS = @CFLAGS@ 420CPPFLAGS = @CPPFLAGS@ 421CXX = @CXX@ 422CXXDEPMODE = @CXXDEPMODE@ 423CXXFLAGS = @CXXFLAGS@ 424CYGPATH_W = @CYGPATH_W@ 425DEFS = @DEFS@ 426DEPDIR = @DEPDIR@ 427ECHO_C = @ECHO_C@ 428ECHO_N = @ECHO_N@ 429ECHO_T = @ECHO_T@ 430EXEEXT = @EXEEXT@ 431INSTALL = @INSTALL@ 432INSTALL_DATA = @INSTALL_DATA@ 433INSTALL_PROGRAM = @INSTALL_PROGRAM@ 434INSTALL_SCRIPT = @INSTALL_SCRIPT@ 435INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 436LDFLAGS = @LDFLAGS@ 437LIBOBJS = @LIBOBJS@ 438LIBS = @LIBS@ 439LTLIBOBJS = @LTLIBOBJS@ 440MAKEINFO = @MAKEINFO@ 441MKDIR_P = @MKDIR_P@ 442OBJEXT = @OBJEXT@ 443PACKAGE = @PACKAGE@ 444PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 445PACKAGE_NAME = @PACKAGE_NAME@ 446PACKAGE_STRING = @PACKAGE_STRING@ 447PACKAGE_TARNAME = @PACKAGE_TARNAME@ 448PACKAGE_URL = @PACKAGE_URL@ 449PACKAGE_VERSION = @PACKAGE_VERSION@ 450PATH_SEPARATOR = @PATH_SEPARATOR@ 451SET_MAKE = @SET_MAKE@ 452SHELL = @SHELL@ 453STRIP = @STRIP@ 454VERSION = @VERSION@ 455abs_builddir = @abs_builddir@ 456abs_srcdir = @abs_srcdir@ 457abs_top_builddir = @abs_top_builddir@ 458abs_top_srcdir = @abs_top_srcdir@ 459ac_ct_CC = @ac_ct_CC@ 460ac_ct_CXX = @ac_ct_CXX@ 461am__include = @am__include@ 462am__leading_dot = @am__leading_dot@ 463am__quote = @am__quote@ 464am__tar = @am__tar@ 465am__untar = @am__untar@ 466bindir = @bindir@ 467build_alias = @build_alias@ 468builddir = @builddir@ 469datadir = @datadir@ 470datarootdir = @datarootdir@ 471docdir = @docdir@ 472dvidir = @dvidir@ 473exec_prefix = @exec_prefix@ 474host_alias = @host_alias@ 475htmldir = @htmldir@ 476includedir = @includedir@ 477infodir = @infodir@ 478install_sh = @install_sh@ 479libdir = @libdir@ 480libexecdir = @libexecdir@ 481localedir = @localedir@ 482localstatedir = @localstatedir@ 483mandir = @mandir@ 484mkdir_p = @mkdir_p@ 485oldincludedir = @oldincludedir@ 486pdfdir = @pdfdir@ 487prefix = @prefix@ 488program_transform_name = @program_transform_name@ 489psdir = @psdir@ 490runstatedir = @runstatedir@ 491sbindir = @sbindir@ 492sharedstatedir = @sharedstatedir@ 493srcdir = @srcdir@ 494sysconfdir = @sysconfdir@ 495target_alias = @target_alias@ 496top_build_prefix = @top_build_prefix@ 497top_builddir = @top_builddir@ 498top_srcdir = @top_srcdir@ 499SUBDIRS = examples/elfdump examples/tutorial examples/writer examples/write_obj \ 500 examples/anonymizer examples/add_section examples/c_wrapper 501 502nobase_include_HEADERS = elfio/elf_types.hpp elfio/elfio_dynamic.hpp \ 503 elfio/elfio.hpp elfio/elfio_header.hpp \ 504 elfio/elfio_note.hpp elfio/elfio_relocation.hpp \ 505 elfio/elfio_section.hpp elfio/elfio_segment.hpp \ 506 elfio/elfio_strings.hpp elfio/elfio_symbols.hpp \ 507 elfio/elfio_utils.hpp elfio/elfio_dump.hpp \ 508 elfio/elfio_version.hpp elfio/elfio_modinfo.hpp \ 509 elfio/elfio_array.hpp 510 511EXTRA_DIST = doc/elfio.pdf CMakeLists.txt examples/CMakeLists.txt cmake/elfioConfig.cmake.in 512TESTS = examples/elfdump/elfdump 513LOG_COMPILER = examples/elfdump/elfdump 514all: all-recursive 515 516.SUFFIXES: 517.SUFFIXES: .log .test .test$(EXEEXT) .trs 518am--refresh: Makefile 519 @: 520$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 521 @for dep in $?; do \ 522 case '$(am__configure_deps)' in \ 523 *$$dep*) \ 524 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 525 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 526 && exit 0; \ 527 exit 1;; \ 528 esac; \ 529 done; \ 530 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 531 $(am__cd) $(top_srcdir) && \ 532 $(AUTOMAKE) --foreign Makefile 533Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 534 @case '$?' in \ 535 *config.status*) \ 536 echo ' $(SHELL) ./config.status'; \ 537 $(SHELL) ./config.status;; \ 538 *) \ 539 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 540 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 541 esac; 542 543$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 544 $(SHELL) ./config.status --recheck 545 546$(top_srcdir)/configure: $(am__configure_deps) 547 $(am__cd) $(srcdir) && $(AUTOCONF) 548$(ACLOCAL_M4): $(am__aclocal_m4_deps) 549 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 550$(am__aclocal_m4_deps): 551install-nobase_includeHEADERS: $(nobase_include_HEADERS) 552 @$(NORMAL_INSTALL) 553 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \ 554 if test -n "$$list"; then \ 555 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 556 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 557 fi; \ 558 $(am__nobase_list) | while read dir files; do \ 559 xfiles=; for file in $$files; do \ 560 if test -f "$$file"; then xfiles="$$xfiles $$file"; \ 561 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ 562 test -z "$$xfiles" || { \ 563 test "x$$dir" = x. || { \ 564 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \ 565 $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \ 566 echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \ 567 $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \ 568 done 569 570uninstall-nobase_includeHEADERS: 571 @$(NORMAL_UNINSTALL) 572 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \ 573 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ 574 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 575 576# This directory's subdirectories are mostly independent; you can cd 577# into them and run 'make' without going through this Makefile. 578# To change the values of 'make' variables: instead of editing Makefiles, 579# (1) if the variable is set in 'config.status', edit 'config.status' 580# (which will cause the Makefiles to be regenerated when you run 'make'); 581# (2) otherwise, pass the desired values on the 'make' command line. 582$(am__recursive_targets): 583 @fail=; \ 584 if $(am__make_keepgoing); then \ 585 failcom='fail=yes'; \ 586 else \ 587 failcom='exit 1'; \ 588 fi; \ 589 dot_seen=no; \ 590 target=`echo $@ | sed s/-recursive//`; \ 591 case "$@" in \ 592 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 593 *) list='$(SUBDIRS)' ;; \ 594 esac; \ 595 for subdir in $$list; do \ 596 echo "Making $$target in $$subdir"; \ 597 if test "$$subdir" = "."; then \ 598 dot_seen=yes; \ 599 local_target="$$target-am"; \ 600 else \ 601 local_target="$$target"; \ 602 fi; \ 603 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 604 || eval $$failcom; \ 605 done; \ 606 if test "$$dot_seen" = "no"; then \ 607 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 608 fi; test -z "$$fail" 609 610ID: $(am__tagged_files) 611 $(am__define_uniq_tagged_files); mkid -fID $$unique 612tags: tags-recursive 613TAGS: tags 614 615tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 616 set x; \ 617 here=`pwd`; \ 618 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 619 include_option=--etags-include; \ 620 empty_fix=.; \ 621 else \ 622 include_option=--include; \ 623 empty_fix=; \ 624 fi; \ 625 list='$(SUBDIRS)'; for subdir in $$list; do \ 626 if test "$$subdir" = .; then :; else \ 627 test ! -f $$subdir/TAGS || \ 628 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 629 fi; \ 630 done; \ 631 $(am__define_uniq_tagged_files); \ 632 shift; \ 633 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 634 test -n "$$unique" || unique=$$empty_fix; \ 635 if test $$# -gt 0; then \ 636 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 637 "$$@" $$unique; \ 638 else \ 639 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 640 $$unique; \ 641 fi; \ 642 fi 643ctags: ctags-recursive 644 645CTAGS: ctags 646ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 647 $(am__define_uniq_tagged_files); \ 648 test -z "$(CTAGS_ARGS)$$unique" \ 649 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 650 $$unique 651 652GTAGS: 653 here=`$(am__cd) $(top_builddir) && pwd` \ 654 && $(am__cd) $(top_srcdir) \ 655 && gtags -i $(GTAGS_ARGS) "$$here" 656cscope: cscope.files 657 test ! -s cscope.files \ 658 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 659clean-cscope: 660 -rm -f cscope.files 661cscope.files: clean-cscope cscopelist 662cscopelist: cscopelist-recursive 663 664cscopelist-am: $(am__tagged_files) 665 list='$(am__tagged_files)'; \ 666 case "$(srcdir)" in \ 667 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 668 *) sdir=$(subdir)/$(srcdir) ;; \ 669 esac; \ 670 for i in $$list; do \ 671 if test -f "$$i"; then \ 672 echo "$(subdir)/$$i"; \ 673 else \ 674 echo "$$sdir/$$i"; \ 675 fi; \ 676 done >> $(top_builddir)/cscope.files 677 678distclean-tags: 679 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 680 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 681 682# Recover from deleted '.trs' file; this should ensure that 683# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 684# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 685# to avoid problems with "make -n". 686.log.trs: 687 rm -f $< $@ 688 $(MAKE) $(AM_MAKEFLAGS) $< 689 690# Leading 'am--fnord' is there to ensure the list of targets does not 691# expand to empty, as could happen e.g. with make check TESTS=''. 692am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 693am--force-recheck: 694 @: 695 696$(TEST_SUITE_LOG): $(TEST_LOGS) 697 @$(am__set_TESTS_bases); \ 698 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 699 redo_bases=`for i in $$bases; do \ 700 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 701 done`; \ 702 if test -n "$$redo_bases"; then \ 703 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 704 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 705 if $(am__make_dryrun); then :; else \ 706 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 707 fi; \ 708 fi; \ 709 if test -n "$$am__remaking_logs"; then \ 710 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 711 "recursion detected" >&2; \ 712 elif test -n "$$redo_logs"; then \ 713 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 714 fi; \ 715 if $(am__make_dryrun); then :; else \ 716 st=0; \ 717 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 718 for i in $$redo_bases; do \ 719 test -f $$i.trs && test -r $$i.trs \ 720 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 721 test -f $$i.log && test -r $$i.log \ 722 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 723 done; \ 724 test $$st -eq 0 || exit 1; \ 725 fi 726 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 727 ws='[ ]'; \ 728 results=`for b in $$bases; do echo $$b.trs; done`; \ 729 test -n "$$results" || results=/dev/null; \ 730 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 731 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 732 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 733 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 734 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 735 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 736 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 737 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 738 success=true; \ 739 else \ 740 success=false; \ 741 fi; \ 742 br='==================='; br=$$br$$br$$br$$br; \ 743 result_count () \ 744 { \ 745 if test x"$$1" = x"--maybe-color"; then \ 746 maybe_colorize=yes; \ 747 elif test x"$$1" = x"--no-color"; then \ 748 maybe_colorize=no; \ 749 else \ 750 echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 751 fi; \ 752 shift; \ 753 desc=$$1 count=$$2; \ 754 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 755 color_start=$$3 color_end=$$std; \ 756 else \ 757 color_start= color_end=; \ 758 fi; \ 759 echo "$${color_start}# $$desc $$count$${color_end}"; \ 760 }; \ 761 create_testsuite_report () \ 762 { \ 763 result_count $$1 "TOTAL:" $$all "$$brg"; \ 764 result_count $$1 "PASS: " $$pass "$$grn"; \ 765 result_count $$1 "SKIP: " $$skip "$$blu"; \ 766 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 767 result_count $$1 "FAIL: " $$fail "$$red"; \ 768 result_count $$1 "XPASS:" $$xpass "$$red"; \ 769 result_count $$1 "ERROR:" $$error "$$mgn"; \ 770 }; \ 771 { \ 772 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 773 $(am__rst_title); \ 774 create_testsuite_report --no-color; \ 775 echo; \ 776 echo ".. contents:: :depth: 2"; \ 777 echo; \ 778 for b in $$bases; do echo $$b; done \ 779 | $(am__create_global_log); \ 780 } >$(TEST_SUITE_LOG).tmp || exit 1; \ 781 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 782 if $$success; then \ 783 col="$$grn"; \ 784 else \ 785 col="$$red"; \ 786 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 787 fi; \ 788 echo "$${col}$$br$${std}"; \ 789 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ 790 echo "$${col}$$br$${std}"; \ 791 create_testsuite_report --maybe-color; \ 792 echo "$$col$$br$$std"; \ 793 if $$success; then :; else \ 794 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ 795 if test -n "$(PACKAGE_BUGREPORT)"; then \ 796 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ 797 fi; \ 798 echo "$$col$$br$$std"; \ 799 fi; \ 800 $$success || exit 1 801 802check-TESTS: 803 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 804 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 805 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 806 @set +e; $(am__set_TESTS_bases); \ 807 log_list=`for i in $$bases; do echo $$i.log; done`; \ 808 trs_list=`for i in $$bases; do echo $$i.trs; done`; \ 809 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ 810 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 811 exit $$?; 812recheck: all 813 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 814 @set +e; $(am__set_TESTS_bases); \ 815 bases=`for i in $$bases; do echo $$i; done \ 816 | $(am__list_recheck_tests)` || exit 1; \ 817 log_list=`for i in $$bases; do echo $$i.log; done`; \ 818 log_list=`echo $$log_list`; \ 819 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 820 am__force_recheck=am--force-recheck \ 821 TEST_LOGS="$$log_list"; \ 822 exit $$? 823examples/elfdump/elfdump.log: examples/elfdump/elfdump 824 @p='examples/elfdump/elfdump'; \ 825 b='examples/elfdump/elfdump'; \ 826 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 827 --log-file $$b.log --trs-file $$b.trs \ 828 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 829 "$$tst" $(AM_TESTS_FD_REDIRECT) 830.test.log: 831 @p='$<'; \ 832 $(am__set_b); \ 833 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 834 --log-file $$b.log --trs-file $$b.trs \ 835 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 836 "$$tst" $(AM_TESTS_FD_REDIRECT) 837@am__EXEEXT_TRUE@.test$(EXEEXT).log: 838@am__EXEEXT_TRUE@ @p='$<'; \ 839@am__EXEEXT_TRUE@ $(am__set_b); \ 840@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 841@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 842@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 843@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 844 845distdir: $(BUILT_SOURCES) 846 $(MAKE) $(AM_MAKEFLAGS) distdir-am 847 848distdir-am: $(DISTFILES) 849 $(am__remove_distdir) 850 test -d "$(distdir)" || mkdir "$(distdir)" 851 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 852 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 853 list='$(DISTFILES)'; \ 854 dist_files=`for file in $$list; do echo $$file; done | \ 855 sed -e "s|^$$srcdirstrip/||;t" \ 856 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 857 case $$dist_files in \ 858 */*) $(MKDIR_P) `echo "$$dist_files" | \ 859 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 860 sort -u` ;; \ 861 esac; \ 862 for file in $$dist_files; do \ 863 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 864 if test -d $$d/$$file; then \ 865 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 866 if test -d "$(distdir)/$$file"; then \ 867 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 868 fi; \ 869 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 870 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 871 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 872 fi; \ 873 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 874 else \ 875 test -f "$(distdir)/$$file" \ 876 || cp -p $$d/$$file "$(distdir)/$$file" \ 877 || exit 1; \ 878 fi; \ 879 done 880 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 881 if test "$$subdir" = .; then :; else \ 882 $(am__make_dryrun) \ 883 || test -d "$(distdir)/$$subdir" \ 884 || $(MKDIR_P) "$(distdir)/$$subdir" \ 885 || exit 1; \ 886 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 887 $(am__relativize); \ 888 new_distdir=$$reldir; \ 889 dir1=$$subdir; dir2="$(top_distdir)"; \ 890 $(am__relativize); \ 891 new_top_distdir=$$reldir; \ 892 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 893 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 894 ($(am__cd) $$subdir && \ 895 $(MAKE) $(AM_MAKEFLAGS) \ 896 top_distdir="$$new_top_distdir" \ 897 distdir="$$new_distdir" \ 898 am__remove_distdir=: \ 899 am__skip_length_check=: \ 900 am__skip_mode_fix=: \ 901 distdir) \ 902 || exit 1; \ 903 fi; \ 904 done 905 -test -n "$(am__skip_mode_fix)" \ 906 || find "$(distdir)" -type d ! -perm -755 \ 907 -exec chmod u+rwx,go+rx {} \; -o \ 908 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 909 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 910 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 911 || chmod -R a+r "$(distdir)" 912dist-gzip: distdir 913 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 914 $(am__post_remove_distdir) 915 916dist-bzip2: distdir 917 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 918 $(am__post_remove_distdir) 919 920dist-lzip: distdir 921 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 922 $(am__post_remove_distdir) 923 924dist-xz: distdir 925 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 926 $(am__post_remove_distdir) 927 928dist-zstd: distdir 929 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 930 $(am__post_remove_distdir) 931 932dist-tarZ: distdir 933 @echo WARNING: "Support for distribution archives compressed with" \ 934 "legacy program 'compress' is deprecated." >&2 935 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 936 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 937 $(am__post_remove_distdir) 938 939dist-shar: distdir 940 @echo WARNING: "Support for shar distribution archives is" \ 941 "deprecated." >&2 942 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 943 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 944 $(am__post_remove_distdir) 945 946dist-zip: distdir 947 -rm -f $(distdir).zip 948 zip -rq $(distdir).zip $(distdir) 949 $(am__post_remove_distdir) 950 951dist dist-all: 952 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 953 $(am__post_remove_distdir) 954 955# This target untars the dist file and tries a VPATH configuration. Then 956# it guarantees that the distribution is self-contained by making another 957# tarfile. 958distcheck: dist 959 case '$(DIST_ARCHIVES)' in \ 960 *.tar.gz*) \ 961 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 962 *.tar.bz2*) \ 963 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 964 *.tar.lz*) \ 965 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 966 *.tar.xz*) \ 967 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 968 *.tar.Z*) \ 969 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 970 *.shar.gz*) \ 971 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 972 *.zip*) \ 973 unzip $(distdir).zip ;;\ 974 *.tar.zst*) \ 975 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 976 esac 977 chmod -R a-w $(distdir) 978 chmod u+w $(distdir) 979 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 980 chmod a-w $(distdir) 981 test -d $(distdir)/_build || exit 0; \ 982 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 983 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 984 && am__cwd=`pwd` \ 985 && $(am__cd) $(distdir)/_build/sub \ 986 && ../../configure \ 987 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 988 $(DISTCHECK_CONFIGURE_FLAGS) \ 989 --srcdir=../.. --prefix="$$dc_install_base" \ 990 && $(MAKE) $(AM_MAKEFLAGS) \ 991 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 992 && $(MAKE) $(AM_MAKEFLAGS) check \ 993 && $(MAKE) $(AM_MAKEFLAGS) install \ 994 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 995 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 996 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 997 distuninstallcheck \ 998 && chmod -R a-w "$$dc_install_base" \ 999 && ({ \ 1000 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 1001 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 1002 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 1003 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 1004 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 1005 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 1006 && rm -rf "$$dc_destdir" \ 1007 && $(MAKE) $(AM_MAKEFLAGS) dist \ 1008 && rm -rf $(DIST_ARCHIVES) \ 1009 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 1010 && cd "$$am__cwd" \ 1011 || exit 1 1012 $(am__post_remove_distdir) 1013 @(echo "$(distdir) archives ready for distribution: "; \ 1014 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 1015 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 1016distuninstallcheck: 1017 @test -n '$(distuninstallcheck_dir)' || { \ 1018 echo 'ERROR: trying to run $@ with an empty' \ 1019 '$$(distuninstallcheck_dir)' >&2; \ 1020 exit 1; \ 1021 }; \ 1022 $(am__cd) '$(distuninstallcheck_dir)' || { \ 1023 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 1024 exit 1; \ 1025 }; \ 1026 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 1027 || { echo "ERROR: files left after uninstall:" ; \ 1028 if test -n "$(DESTDIR)"; then \ 1029 echo " (check DESTDIR support)"; \ 1030 fi ; \ 1031 $(distuninstallcheck_listfiles) ; \ 1032 exit 1; } >&2 1033distcleancheck: distclean 1034 @if test '$(srcdir)' = . ; then \ 1035 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 1036 exit 1 ; \ 1037 fi 1038 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 1039 || { echo "ERROR: files left in build directory after distclean:" ; \ 1040 $(distcleancheck_listfiles) ; \ 1041 exit 1; } >&2 1042check-am: all-am 1043 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 1044check: check-recursive 1045all-am: Makefile $(HEADERS) 1046installdirs: installdirs-recursive 1047installdirs-am: 1048 for dir in "$(DESTDIR)$(includedir)"; do \ 1049 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 1050 done 1051install: install-recursive 1052install-exec: install-exec-recursive 1053install-data: install-data-recursive 1054uninstall: uninstall-recursive 1055 1056install-am: all-am 1057 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1058 1059installcheck: installcheck-recursive 1060install-strip: 1061 if test -z '$(STRIP)'; then \ 1062 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1063 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1064 install; \ 1065 else \ 1066 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1067 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1068 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1069 fi 1070mostlyclean-generic: 1071 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) 1072 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) 1073 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1074 1075clean-generic: 1076 1077distclean-generic: 1078 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1079 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1080 1081maintainer-clean-generic: 1082 @echo "This command is intended for maintainers to use" 1083 @echo "it deletes files that may require special tools to rebuild." 1084clean: clean-recursive 1085 1086clean-am: clean-generic mostlyclean-am 1087 1088distclean: distclean-recursive 1089 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1090 -rm -f Makefile 1091distclean-am: clean-am distclean-generic distclean-tags 1092 1093dvi: dvi-recursive 1094 1095dvi-am: 1096 1097html: html-recursive 1098 1099html-am: 1100 1101info: info-recursive 1102 1103info-am: 1104 1105install-data-am: install-nobase_includeHEADERS 1106 1107install-dvi: install-dvi-recursive 1108 1109install-dvi-am: 1110 1111install-exec-am: 1112 1113install-html: install-html-recursive 1114 1115install-html-am: 1116 1117install-info: install-info-recursive 1118 1119install-info-am: 1120 1121install-man: 1122 1123install-pdf: install-pdf-recursive 1124 1125install-pdf-am: 1126 1127install-ps: install-ps-recursive 1128 1129install-ps-am: 1130 1131installcheck-am: 1132 1133maintainer-clean: maintainer-clean-recursive 1134 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1135 -rm -rf $(top_srcdir)/autom4te.cache 1136 -rm -f Makefile 1137maintainer-clean-am: distclean-am maintainer-clean-generic 1138 1139mostlyclean: mostlyclean-recursive 1140 1141mostlyclean-am: mostlyclean-generic 1142 1143pdf: pdf-recursive 1144 1145pdf-am: 1146 1147ps: ps-recursive 1148 1149ps-am: 1150 1151uninstall-am: uninstall-nobase_includeHEADERS 1152 1153.MAKE: $(am__recursive_targets) check-am install-am install-strip 1154 1155.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 1156 am--refresh check check-TESTS check-am clean clean-cscope \ 1157 clean-generic cscope cscopelist-am ctags ctags-am dist \ 1158 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ 1159 dist-xz dist-zip dist-zstd distcheck distclean \ 1160 distclean-generic distclean-tags distcleancheck distdir \ 1161 distuninstallcheck dvi dvi-am html html-am info info-am \ 1162 install install-am install-data install-data-am install-dvi \ 1163 install-dvi-am install-exec install-exec-am install-html \ 1164 install-html-am install-info install-info-am install-man \ 1165 install-nobase_includeHEADERS install-pdf install-pdf-am \ 1166 install-ps install-ps-am install-strip installcheck \ 1167 installcheck-am installdirs installdirs-am maintainer-clean \ 1168 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 1169 pdf-am ps ps-am recheck tags tags-am uninstall uninstall-am \ 1170 uninstall-nobase_includeHEADERS 1171 1172.PRECIOUS: Makefile 1173 1174 1175# Tell versions [3.59,3.63) of GNU make to not export all variables. 1176# Otherwise a system limit (for SysV at least) may be exceeded. 1177.NOEXPORT: 1178