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