1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 # @configure_input@ 3 4 # Copyright (C) 1994-2017 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 # 18 # Copyright (C) 2021-2026 Free Software Foundation, Inc. 19 # 20 # This file is free software; you can redistribute it and/or modify 21 # it under the terms of the GNU General Public License as published by 22 # the Free Software Foundation; either version 3 of the License, or 23 # (at your option) any later version. 24 # 25 # This program is distributed in the hope that it will be useful, 26 # but WITHOUT ANY WARRANTY; without even the implied warranty of 27 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 28 # GNU General Public License for more details. 29 # 30 # You should have received a copy of the GNU General Public License 31 # along with this program; see the file COPYING3. If not see 32 # <http://www.gnu.org/licenses/>. 33 VPATH = @srcdir@ 34 am__is_gnu_make = { \ 35 if test -z '$(MAKELEVEL)'; then \ 36 false; \ 37 elif test -n '$(MAKE_HOST)'; then \ 38 true; \ 39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 40 true; \ 41 else \ 42 false; \ 43 fi; \ 44 } 45 am__make_running_with_option = \ 46 case $${target_option-} in \ 47 ?) ;; \ 48 *) echo "am__make_running_with_option: internal error: invalid" \ 49 "target option '$${target_option-}' specified" >&2; \ 50 exit 1;; \ 51 esac; \ 52 has_opt=no; \ 53 sane_makeflags=$$MAKEFLAGS; \ 54 if $(am__is_gnu_make); then \ 55 sane_makeflags=$$MFLAGS; \ 56 else \ 57 case $$MAKEFLAGS in \ 58 *\\[\ \ ]*) \ 59 bs=\\; \ 60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 62 esac; \ 63 fi; \ 64 skip_next=no; \ 65 strip_trailopt () \ 66 { \ 67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 68 }; \ 69 for flg in $$sane_makeflags; do \ 70 test $$skip_next = yes && { skip_next=no; continue; }; \ 71 case $$flg in \ 72 *=*|--*) continue;; \ 73 -*I) strip_trailopt 'I'; skip_next=yes;; \ 74 -*I?*) strip_trailopt 'I';; \ 75 -*O) strip_trailopt 'O'; skip_next=yes;; \ 76 -*O?*) strip_trailopt 'O';; \ 77 -*l) strip_trailopt 'l'; skip_next=yes;; \ 78 -*l?*) strip_trailopt 'l';; \ 79 -[dEDm]) skip_next=yes;; \ 80 -[JT]) skip_next=yes;; \ 81 esac; \ 82 case $$flg in \ 83 *$$target_option*) has_opt=yes; break;; \ 84 esac; \ 85 done; \ 86 test $$has_opt = yes 87 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 89 pkgdatadir = $(datadir)/@PACKAGE@ 90 pkgincludedir = $(includedir)/@PACKAGE@ 91 pkglibdir = $(libdir)/@PACKAGE@ 92 pkglibexecdir = $(libexecdir)/@PACKAGE@ 93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 94 install_sh_DATA = $(install_sh) -c -m 644 95 install_sh_PROGRAM = $(install_sh) -c 96 install_sh_SCRIPT = $(install_sh) -c 97 INSTALL_HEADER = $(INSTALL_DATA) 98 transform = $(program_transform_name) 99 NORMAL_INSTALL = : 100 PRE_INSTALL = : 101 POST_INSTALL = : 102 NORMAL_UNINSTALL = : 103 PRE_UNINSTALL = : 104 POST_UNINSTALL = : 105 build_triplet = @build@ 106 host_triplet = @host@ 107 target_triplet = @target@ 108 subdir = . 109 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 110 am__aclocal_m4_deps = $(top_srcdir)/../config/clang-plugin.m4 \ 111 $(top_srcdir)/../config/depstand.m4 \ 112 $(top_srcdir)/../config/gcc-plugin.m4 \ 113 $(top_srcdir)/../config/lead-dot.m4 \ 114 $(top_srcdir)/../config/override.m4 \ 115 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \ 116 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ 117 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \ 118 $(top_srcdir)/../config/warnings.m4 \ 119 $(top_srcdir)/../config/enable.m4 \ 120 $(top_srcdir)/../config/ax_pthread.m4 \ 121 $(top_srcdir)/config/bison.m4 $(top_srcdir)/../bfd/version.m4 \ 122 $(top_srcdir)/../config/zlib.m4 $(top_srcdir)/configure.ac 123 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 124 $(ACLOCAL_M4) 125 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 126 $(am__configure_deps) $(am__DIST_COMMON) 127 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 128 configure.lineno config.status.lineno 129 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs 130 CONFIG_HEADER = config.h 131 CONFIG_CLEAN_FILES = 132 CONFIG_CLEAN_VPATH_FILES = 133 AM_V_P = $(am__v_P_@AM_V@) 134 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 135 am__v_P_0 = false 136 am__v_P_1 = : 137 AM_V_GEN = $(am__v_GEN_@AM_V@) 138 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 139 am__v_GEN_0 = @echo " GEN " $@; 140 am__v_GEN_1 = 141 AM_V_at = $(am__v_at_@AM_V@) 142 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 143 am__v_at_0 = @ 144 am__v_at_1 = 145 SOURCES = 146 DIST_SOURCES = 147 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 148 ctags-recursive dvi-recursive html-recursive info-recursive \ 149 install-data-recursive install-dvi-recursive \ 150 install-exec-recursive install-html-recursive \ 151 install-info-recursive install-pdf-recursive \ 152 install-ps-recursive install-recursive installcheck-recursive \ 153 installdirs-recursive pdf-recursive ps-recursive \ 154 tags-recursive uninstall-recursive 155 am__can_run_installinfo = \ 156 case $$AM_UPDATE_INFO_DIR in \ 157 n|no|NO) false;; \ 158 *) (install-info --version) >/dev/null 2>&1;; \ 159 esac 160 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 161 distclean-recursive maintainer-clean-recursive 162 am__recursive_targets = \ 163 $(RECURSIVE_TARGETS) \ 164 $(RECURSIVE_CLEAN_TARGETS) \ 165 $(am__extra_recursive_targets) 166 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 167 cscope distdir dist dist-all distcheck 168 am__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. 172 am__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. 180 am__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)` 185 ETAGS = etags 186 CTAGS = ctags 187 CSCOPE = cscope 188 DEJATOOL = $(PACKAGE) 189 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir 190 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/../ar-lib \ 191 $(top_srcdir)/../compile $(top_srcdir)/../config.guess \ 192 $(top_srcdir)/../config.sub $(top_srcdir)/../install-sh \ 193 $(top_srcdir)/../ltmain.sh $(top_srcdir)/../missing \ 194 $(top_srcdir)/../mkinstalldirs \ 195 $(top_srcdir)/common/config.h.in README 196 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 197 distdir = $(PACKAGE)-$(VERSION) 198 top_distdir = $(distdir) 199 am__remove_distdir = \ 200 if test -d "$(distdir)"; then \ 201 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 202 && rm -rf "$(distdir)" \ 203 || { sleep 5 && rm -rf "$(distdir)"; }; \ 204 else :; fi 205 am__post_remove_distdir = $(am__remove_distdir) 206 am__relativize = \ 207 dir0=`pwd`; \ 208 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 209 sed_rest='s,^[^/]*/*,,'; \ 210 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 211 sed_butlast='s,/*[^/]*$$,,'; \ 212 while test -n "$$dir1"; do \ 213 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 214 if test "$$first" != "."; then \ 215 if test "$$first" = ".."; then \ 216 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 217 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 218 else \ 219 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 220 if test "$$first2" = "$$first"; then \ 221 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 222 else \ 223 dir2="../$$dir2"; \ 224 fi; \ 225 dir0="$$dir0"/"$$first"; \ 226 fi; \ 227 fi; \ 228 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 229 done; \ 230 reldir="$$dir2" 231 DIST_ARCHIVES = $(distdir).tar.gz 232 GZIP_ENV = --best 233 DIST_TARGETS = dist-gzip 234 distuninstallcheck_listfiles = find . -type f -print 235 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 236 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 237 distcleancheck_listfiles = find . -type f -print 238 ACLOCAL = @ACLOCAL@ 239 AMTAR = @AMTAR@ 240 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 241 AR = @AR@ 242 AUTOCONF = @AUTOCONF@ 243 AUTOHEADER = @AUTOHEADER@ 244 AUTOMAKE = @AUTOMAKE@ 245 AWK = @AWK@ 246 BASH = @BASH@ 247 BISON = @BISON@ 248 BUILD_SUBDIRS = @BUILD_SUBDIRS@ 249 CC = @CC@ 250 CCDEPMODE = @CCDEPMODE@ 251 CFLAGS = @CFLAGS@ 252 CLOCK_GETTIME_LINK = @CLOCK_GETTIME_LINK@ 253 CPP = @CPP@ 254 CPPFLAGS = @CPPFLAGS@ 255 CXX = @CXX@ 256 CXXCPP = @CXXCPP@ 257 CXXDEPMODE = @CXXDEPMODE@ 258 CXXFLAGS = @CXXFLAGS@ 259 CYGPATH_W = @CYGPATH_W@ 260 DEFS = @DEFS@ 261 DEPDIR = @DEPDIR@ 262 DSYMUTIL = @DSYMUTIL@ 263 DUMPBIN = @DUMPBIN@ 264 ECHO_C = @ECHO_C@ 265 ECHO_N = @ECHO_N@ 266 ECHO_T = @ECHO_T@ 267 EGREP = @EGREP@ 268 EXEEXT = @EXEEXT@ 269 270 # Setup the testing framework, if you have one 271 EXPECT = expect 272 FGREP = @FGREP@ 273 GPROFNG_BROKEN_JAVAC = @GPROFNG_BROKEN_JAVAC@ 274 GPROFNG_CFLAGS = @GPROFNG_CFLAGS@ 275 GPROFNG_CPPFLAGS = @GPROFNG_CPPFLAGS@ 276 GPROFNG_LIBADD = @GPROFNG_LIBADD@ 277 GPROFNG_NO_FORMAT_TRUNCATION_CFLAGS = @GPROFNG_NO_FORMAT_TRUNCATION_CFLAGS@ 278 GPROFNG_NO_SWITCH_CFLAGS = @GPROFNG_NO_SWITCH_CFLAGS@ 279 GREP = @GREP@ 280 INSTALL = @INSTALL@ 281 INSTALL_DATA = @INSTALL_DATA@ 282 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 283 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 284 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 285 JAVA = @JAVA@ 286 JAVAC = @JAVAC@ 287 LD = @LD@ 288 LDFLAGS = @LDFLAGS@ 289 LD_NO_AS_NEEDED = @LD_NO_AS_NEEDED@ 290 LIBOBJS = @LIBOBJS@ 291 LIBS = @LIBS@ 292 LIBTOOL = @LIBTOOL@ 293 LIPO = @LIPO@ 294 LLVM_CONFIG = @LLVM_CONFIG@ 295 LN_S = @LN_S@ 296 LTLIBOBJS = @LTLIBOBJS@ 297 MAINT = @MAINT@ 298 MAKEINFO = @MAKEINFO@ 299 MKDIR_P = @MKDIR_P@ 300 NM = @NM@ 301 NMEDIT = @NMEDIT@ 302 NOLTO_CFLAGS = @NOLTO_CFLAGS@ 303 OBJDUMP = @OBJDUMP@ 304 OBJEXT = @OBJEXT@ 305 OTOOL = @OTOOL@ 306 OTOOL64 = @OTOOL64@ 307 PACKAGE = @PACKAGE@ 308 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 309 PACKAGE_NAME = @PACKAGE_NAME@ 310 PACKAGE_STRING = @PACKAGE_STRING@ 311 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 312 PACKAGE_URL = @PACKAGE_URL@ 313 PACKAGE_VERSION = @PACKAGE_VERSION@ 314 PATH_SEPARATOR = @PATH_SEPARATOR@ 315 PTHREAD_CC = @PTHREAD_CC@ 316 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 317 PTHREAD_LIBS = @PTHREAD_LIBS@ 318 RANLIB = @RANLIB@ 319 SED = @SED@ 320 SET_MAKE = @SET_MAKE@ 321 SHELL = @SHELL@ 322 STRIP = @STRIP@ 323 VERSION = @VERSION@ 324 WERROR = @WERROR@ 325 abs_builddir = @abs_builddir@ 326 abs_srcdir = @abs_srcdir@ 327 abs_top_builddir = @abs_top_builddir@ 328 abs_top_srcdir = @abs_top_srcdir@ 329 ac_ct_AR = @ac_ct_AR@ 330 ac_ct_CC = @ac_ct_CC@ 331 ac_ct_CXX = @ac_ct_CXX@ 332 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 333 am__include = @am__include@ 334 am__leading_dot = @am__leading_dot@ 335 am__quote = @am__quote@ 336 am__tar = @am__tar@ 337 am__untar = @am__untar@ 338 ax_pthread_config = @ax_pthread_config@ 339 bindir = @bindir@ 340 build = @build@ 341 build_alias = @build_alias@ 342 build_cpu = @build_cpu@ 343 build_os = @build_os@ 344 build_vendor = @build_vendor@ 345 builddir = @builddir@ 346 datadir = @datadir@ 347 datarootdir = @datarootdir@ 348 docdir = @docdir@ 349 dvidir = @dvidir@ 350 exec_prefix = @exec_prefix@ 351 gprofng_cflags = @gprofng_cflags@ 352 host = @host@ 353 host_alias = @host_alias@ 354 host_cpu = @host_cpu@ 355 host_os = @host_os@ 356 host_vendor = @host_vendor@ 357 htmldir = @htmldir@ 358 includedir = @includedir@ 359 infodir = @infodir@ 360 install_sh = @install_sh@ 361 jdk_inc = @jdk_inc@ 362 libdir = @libdir@ 363 libexecdir = @libexecdir@ 364 localedir = @localedir@ 365 localstatedir = @localstatedir@ 366 mandir = @mandir@ 367 mkdir_p = @mkdir_p@ 368 nolto_cflags = @nolto_cflags@ 369 oldincludedir = @oldincludedir@ 370 pdfdir = @pdfdir@ 371 prefix = @prefix@ 372 program_transform_name = @program_transform_name@ 373 psdir = @psdir@ 374 sbindir = @sbindir@ 375 sharedstatedir = @sharedstatedir@ 376 srcdir = @srcdir@ 377 subdirs = @subdirs@ 378 sysconfdir = @sysconfdir@ 379 target = @target@ 380 target_alias = @target_alias@ 381 target_cpu = @target_cpu@ 382 target_os = @target_os@ 383 target_vendor = @target_vendor@ 384 top_build_prefix = @top_build_prefix@ 385 top_builddir = @top_builddir@ 386 top_srcdir = @top_srcdir@ 387 zlibdir = @zlibdir@ 388 zlibinc = @zlibinc@ 389 ACLOCAL_AMFLAGS = -I . -I .. -I ../config 390 AUTOMAKE_OPTIONS = dejagnu foreign 391 @BUILD_COLLECTOR_TRUE@COLLECTOR_SUBDIRS = libcollector 392 @BUILD_DOC_TRUE@DOC_SUBDIR = doc 393 @BUILD_SRC_TRUE@SRC_SUBDIRS = src gp-display-html $(DOC_SUBDIR) 394 SUBDIRS = $(COLLECTOR_SUBDIRS) $(SRC_SUBDIRS) 395 DIST_SUBDIRS = libcollector src gp-display-html $(DOC_SUBDIR) 396 RUNTEST = runtest 397 RUNTESTFLAGS = 398 BASEDIR = $(srcdir)/.. 399 BFDDIR = $(BASEDIR)/bfd 400 AM_MAKEFLAGS = \ 401 jdk_inc="$(jdk_inc)" \ 402 LD_NO_AS_NEEDED="$(LD_NO_AS_NEEDED)" \ 403 GPROFNG_CFLAGS="$(GPROFNG_CFLAGS)" \ 404 GPROFNG_CPPFLAGS="$(GPROFNG_CPPFLAGS)" \ 405 NOLTO_CFLAGS="$(NOLTO_CFLAGS)" 406 407 408 # development.sh is used to determine -Werror default. 409 CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/development.sh 410 EXTRA_DEJAGNU_SITE_CONFIG = development.exp 411 DISTCLEANFILES = site.exp development.exp 412 all: config.h 413 $(MAKE) $(AM_MAKEFLAGS) all-recursive 414 415 .SUFFIXES: 416 am--refresh: Makefile 417 @: 418 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 419 @for dep in $?; do \ 420 case '$(am__configure_deps)' in \ 421 *$$dep*) \ 422 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 423 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 424 && exit 0; \ 425 exit 1;; \ 426 esac; \ 427 done; \ 428 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 429 $(am__cd) $(top_srcdir) && \ 430 $(AUTOMAKE) --foreign Makefile 431 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 432 @case '$?' in \ 433 *config.status*) \ 434 echo ' $(SHELL) ./config.status'; \ 435 $(SHELL) ./config.status;; \ 436 *) \ 437 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 438 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 439 esac; 440 441 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 442 $(SHELL) ./config.status --recheck 443 444 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 445 $(am__cd) $(srcdir) && $(AUTOCONF) 446 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 447 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 448 $(am__aclocal_m4_deps): 449 450 config.h: stamp-h1 451 @test -f $@ || rm -f stamp-h1 452 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 453 454 stamp-h1: $(top_srcdir)/common/config.h.in $(top_builddir)/config.status 455 @rm -f stamp-h1 456 cd $(top_builddir) && $(SHELL) ./config.status config.h 457 $(top_srcdir)/common/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 458 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 459 rm -f stamp-h1 460 touch $@ 461 462 distclean-hdr: 463 -rm -f config.h stamp-h1 464 465 mostlyclean-libtool: 466 -rm -f *.lo 467 468 clean-libtool: 469 -rm -rf .libs _libs 470 471 distclean-libtool: 472 -rm -f libtool config.lt 473 474 # This directory's subdirectories are mostly independent; you can cd 475 # into them and run 'make' without going through this Makefile. 476 # To change the values of 'make' variables: instead of editing Makefiles, 477 # (1) if the variable is set in 'config.status', edit 'config.status' 478 # (which will cause the Makefiles to be regenerated when you run 'make'); 479 # (2) otherwise, pass the desired values on the 'make' command line. 480 $(am__recursive_targets): 481 @fail=; \ 482 if $(am__make_keepgoing); then \ 483 failcom='fail=yes'; \ 484 else \ 485 failcom='exit 1'; \ 486 fi; \ 487 dot_seen=no; \ 488 target=`echo $@ | sed s/-recursive//`; \ 489 case "$@" in \ 490 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 491 *) list='$(SUBDIRS)' ;; \ 492 esac; \ 493 for subdir in $$list; do \ 494 echo "Making $$target in $$subdir"; \ 495 if test "$$subdir" = "."; then \ 496 dot_seen=yes; \ 497 local_target="$$target-am"; \ 498 else \ 499 local_target="$$target"; \ 500 fi; \ 501 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 502 || eval $$failcom; \ 503 done; \ 504 if test "$$dot_seen" = "no"; then \ 505 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 506 fi; test -z "$$fail" 507 508 ID: $(am__tagged_files) 509 $(am__define_uniq_tagged_files); mkid -fID $$unique 510 tags: tags-recursive 511 TAGS: tags 512 513 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 514 set x; \ 515 here=`pwd`; \ 516 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 517 include_option=--etags-include; \ 518 empty_fix=.; \ 519 else \ 520 include_option=--include; \ 521 empty_fix=; \ 522 fi; \ 523 list='$(SUBDIRS)'; for subdir in $$list; do \ 524 if test "$$subdir" = .; then :; else \ 525 test ! -f $$subdir/TAGS || \ 526 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 527 fi; \ 528 done; \ 529 $(am__define_uniq_tagged_files); \ 530 shift; \ 531 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 532 test -n "$$unique" || unique=$$empty_fix; \ 533 if test $$# -gt 0; then \ 534 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 535 "$$@" $$unique; \ 536 else \ 537 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 538 $$unique; \ 539 fi; \ 540 fi 541 ctags: ctags-recursive 542 543 CTAGS: ctags 544 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 545 $(am__define_uniq_tagged_files); \ 546 test -z "$(CTAGS_ARGS)$$unique" \ 547 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 548 $$unique 549 550 GTAGS: 551 here=`$(am__cd) $(top_builddir) && pwd` \ 552 && $(am__cd) $(top_srcdir) \ 553 && gtags -i $(GTAGS_ARGS) "$$here" 554 cscope: cscope.files 555 test ! -s cscope.files \ 556 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 557 clean-cscope: 558 -rm -f cscope.files 559 cscope.files: clean-cscope cscopelist 560 cscopelist: cscopelist-recursive 561 562 cscopelist-am: $(am__tagged_files) 563 list='$(am__tagged_files)'; \ 564 case "$(srcdir)" in \ 565 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 566 *) sdir=$(subdir)/$(srcdir) ;; \ 567 esac; \ 568 for i in $$list; do \ 569 if test -f "$$i"; then \ 570 echo "$(subdir)/$$i"; \ 571 else \ 572 echo "$$sdir/$$i"; \ 573 fi; \ 574 done >> $(top_builddir)/cscope.files 575 576 distclean-tags: 577 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 578 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 579 site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG) 580 @echo 'Making a new site.exp file ...' 581 @echo '## these variables are automatically generated by make ##' >site.tmp 582 @echo '# Do not edit here. If you wish to override these values' >>site.tmp 583 @echo '# edit the last section' >>site.tmp 584 @echo 'set srcdir "$(srcdir)"' >>site.tmp 585 @echo "set objdir `pwd`" >>site.tmp 586 @echo 'set build_alias "$(build_alias)"' >>site.tmp 587 @echo 'set build_triplet $(build_triplet)' >>site.tmp 588 @echo 'set host_alias "$(host_alias)"' >>site.tmp 589 @echo 'set host_triplet $(host_triplet)' >>site.tmp 590 @echo 'set target_alias "$(target_alias)"' >>site.tmp 591 @echo 'set target_triplet $(target_triplet)' >>site.tmp 592 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \ 593 echo "## Begin content included from file $$f. Do not modify. ##" \ 594 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \ 595 && echo "## End content included from file $$f. ##" \ 596 || exit 1; \ 597 done >> site.tmp 598 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp 599 @if test -f site.exp; then \ 600 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \ 601 fi 602 @-rm -f site.bak 603 @test ! -f site.exp || mv site.exp site.bak 604 @mv site.tmp site.exp 605 606 distclean-DEJAGNU: 607 -rm -f site.exp site.bak 608 -l='$(DEJATOOL)'; for tool in $$l; do \ 609 rm -f $$tool.sum $$tool.log; \ 610 done 611 612 distdir: $(DISTFILES) 613 $(am__remove_distdir) 614 test -d "$(distdir)" || mkdir "$(distdir)" 615 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 616 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 617 list='$(DISTFILES)'; \ 618 dist_files=`for file in $$list; do echo $$file; done | \ 619 sed -e "s|^$$srcdirstrip/||;t" \ 620 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 621 case $$dist_files in \ 622 */*) $(MKDIR_P) `echo "$$dist_files" | \ 623 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 624 sort -u` ;; \ 625 esac; \ 626 for file in $$dist_files; do \ 627 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 628 if test -d $$d/$$file; then \ 629 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 630 if test -d "$(distdir)/$$file"; then \ 631 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 632 fi; \ 633 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 634 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 635 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 636 fi; \ 637 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 638 else \ 639 test -f "$(distdir)/$$file" \ 640 || cp -p $$d/$$file "$(distdir)/$$file" \ 641 || exit 1; \ 642 fi; \ 643 done 644 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 645 if test "$$subdir" = .; then :; else \ 646 $(am__make_dryrun) \ 647 || test -d "$(distdir)/$$subdir" \ 648 || $(MKDIR_P) "$(distdir)/$$subdir" \ 649 || exit 1; \ 650 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 651 $(am__relativize); \ 652 new_distdir=$$reldir; \ 653 dir1=$$subdir; dir2="$(top_distdir)"; \ 654 $(am__relativize); \ 655 new_top_distdir=$$reldir; \ 656 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 657 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 658 ($(am__cd) $$subdir && \ 659 $(MAKE) $(AM_MAKEFLAGS) \ 660 top_distdir="$$new_top_distdir" \ 661 distdir="$$new_distdir" \ 662 am__remove_distdir=: \ 663 am__skip_length_check=: \ 664 am__skip_mode_fix=: \ 665 distdir) \ 666 || exit 1; \ 667 fi; \ 668 done 669 -test -n "$(am__skip_mode_fix)" \ 670 || find "$(distdir)" -type d ! -perm -755 \ 671 -exec chmod u+rwx,go+rx {} \; -o \ 672 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 673 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 674 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 675 || chmod -R a+r "$(distdir)" 676 dist-gzip: distdir 677 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 678 $(am__post_remove_distdir) 679 680 dist-bzip2: distdir 681 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 682 $(am__post_remove_distdir) 683 684 dist-lzip: distdir 685 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 686 $(am__post_remove_distdir) 687 688 dist-xz: distdir 689 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 690 $(am__post_remove_distdir) 691 692 dist-tarZ: distdir 693 @echo WARNING: "Support for distribution archives compressed with" \ 694 "legacy program 'compress' is deprecated." >&2 695 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 696 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 697 $(am__post_remove_distdir) 698 699 dist-shar: distdir 700 @echo WARNING: "Support for shar distribution archives is" \ 701 "deprecated." >&2 702 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 703 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 704 $(am__post_remove_distdir) 705 706 dist-zip: distdir 707 -rm -f $(distdir).zip 708 zip -rq $(distdir).zip $(distdir) 709 $(am__post_remove_distdir) 710 711 dist dist-all: 712 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 713 $(am__post_remove_distdir) 714 715 # This target untars the dist file and tries a VPATH configuration. Then 716 # it guarantees that the distribution is self-contained by making another 717 # tarfile. 718 distcheck: dist 719 case '$(DIST_ARCHIVES)' in \ 720 *.tar.gz*) \ 721 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 722 *.tar.bz2*) \ 723 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 724 *.tar.lz*) \ 725 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 726 *.tar.xz*) \ 727 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 728 *.tar.Z*) \ 729 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 730 *.shar.gz*) \ 731 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 732 *.zip*) \ 733 unzip $(distdir).zip ;;\ 734 esac 735 chmod -R a-w $(distdir) 736 chmod u+w $(distdir) 737 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 738 chmod a-w $(distdir) 739 test -d $(distdir)/_build || exit 0; \ 740 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 741 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 742 && am__cwd=`pwd` \ 743 && $(am__cd) $(distdir)/_build/sub \ 744 && ../../configure \ 745 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 746 $(DISTCHECK_CONFIGURE_FLAGS) \ 747 --srcdir=../.. --prefix="$$dc_install_base" \ 748 && $(MAKE) $(AM_MAKEFLAGS) \ 749 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 750 && $(MAKE) $(AM_MAKEFLAGS) check \ 751 && $(MAKE) $(AM_MAKEFLAGS) install \ 752 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 753 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 754 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 755 distuninstallcheck \ 756 && chmod -R a-w "$$dc_install_base" \ 757 && ({ \ 758 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 759 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 760 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 761 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 762 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 763 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 764 && rm -rf "$$dc_destdir" \ 765 && $(MAKE) $(AM_MAKEFLAGS) dist \ 766 && rm -rf $(DIST_ARCHIVES) \ 767 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 768 && cd "$$am__cwd" \ 769 || exit 1 770 $(am__post_remove_distdir) 771 @(echo "$(distdir) archives ready for distribution: "; \ 772 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 773 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 774 distuninstallcheck: 775 @test -n '$(distuninstallcheck_dir)' || { \ 776 echo 'ERROR: trying to run $@ with an empty' \ 777 '$$(distuninstallcheck_dir)' >&2; \ 778 exit 1; \ 779 }; \ 780 $(am__cd) '$(distuninstallcheck_dir)' || { \ 781 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 782 exit 1; \ 783 }; \ 784 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 785 || { echo "ERROR: files left after uninstall:" ; \ 786 if test -n "$(DESTDIR)"; then \ 787 echo " (check DESTDIR support)"; \ 788 fi ; \ 789 $(distuninstallcheck_listfiles) ; \ 790 exit 1; } >&2 791 distcleancheck: distclean 792 @if test '$(srcdir)' = . ; then \ 793 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 794 exit 1 ; \ 795 fi 796 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 797 || { echo "ERROR: files left in build directory after distclean:" ; \ 798 $(distcleancheck_listfiles) ; \ 799 exit 1; } >&2 800 check-am: all-am 801 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU 802 check: check-recursive 803 all-am: Makefile config.h 804 installdirs: installdirs-recursive 805 installdirs-am: 806 install: install-recursive 807 install-exec: install-exec-recursive 808 install-data: install-data-recursive 809 uninstall: uninstall-recursive 810 811 install-am: all-am 812 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 813 814 installcheck: installcheck-recursive 815 install-strip: 816 if test -z '$(STRIP)'; then \ 817 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 818 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 819 install; \ 820 else \ 821 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 822 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 823 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 824 fi 825 mostlyclean-generic: 826 827 clean-generic: 828 829 distclean-generic: 830 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 831 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 832 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 833 834 maintainer-clean-generic: 835 @echo "This command is intended for maintainers to use" 836 @echo "it deletes files that may require special tools to rebuild." 837 clean: clean-recursive 838 839 clean-am: clean-generic clean-libtool mostlyclean-am 840 841 distclean: distclean-recursive 842 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 843 -rm -f Makefile 844 distclean-am: clean-am distclean-DEJAGNU distclean-generic \ 845 distclean-hdr distclean-libtool distclean-tags 846 847 dvi: dvi-recursive 848 849 dvi-am: 850 851 html: html-recursive 852 853 html-am: 854 855 info: info-recursive 856 857 info-am: 858 859 install-data-am: 860 861 install-dvi: install-dvi-recursive 862 863 install-dvi-am: 864 865 install-exec-am: 866 867 install-html: install-html-recursive 868 869 install-html-am: 870 871 install-info: install-info-recursive 872 873 install-info-am: 874 875 install-man: 876 877 install-pdf: install-pdf-recursive 878 879 install-pdf-am: 880 881 install-ps: install-ps-recursive 882 883 install-ps-am: 884 885 installcheck-am: 886 887 maintainer-clean: maintainer-clean-recursive 888 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 889 -rm -rf $(top_srcdir)/autom4te.cache 890 -rm -f Makefile 891 maintainer-clean-am: distclean-am maintainer-clean-generic 892 893 mostlyclean: mostlyclean-recursive 894 895 mostlyclean-am: mostlyclean-generic mostlyclean-libtool 896 897 pdf: pdf-recursive 898 899 pdf-am: 900 901 ps: ps-recursive 902 903 ps-am: 904 905 uninstall-am: 906 907 .MAKE: $(am__recursive_targets) all check-am install-am install-strip 908 909 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 910 am--refresh check check-DEJAGNU check-am clean clean-cscope \ 911 clean-generic clean-libtool cscope cscopelist-am ctags \ 912 ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \ 913 dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ 914 distclean-DEJAGNU distclean-generic distclean-hdr \ 915 distclean-libtool distclean-tags distcleancheck distdir \ 916 distuninstallcheck dvi dvi-am html html-am info info-am \ 917 install install-am install-data install-data-am install-dvi \ 918 install-dvi-am install-exec install-exec-am install-html \ 919 install-html-am install-info install-info-am install-man \ 920 install-pdf install-pdf-am install-ps install-ps-am \ 921 install-strip installcheck installcheck-am installdirs \ 922 installdirs-am maintainer-clean maintainer-clean-generic \ 923 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 924 ps ps-am tags tags-am uninstall uninstall-am 925 926 .PRECIOUS: Makefile 927 928 929 .PHONY: check-small check-extra check-install 930 931 check-DEJAGNU: check-small 932 933 check-small check-extra check-install: site.exp development.exp 934 @TCL_TRY_TRUE@ srcroot=`cd $(srcdir) && pwd`; export srcroot; \ 935 @TCL_TRY_TRUE@ LC_ALL=C; export LC_ALL; \ 936 @TCL_TRY_TRUE@ EXPECT=$(EXPECT); export EXPECT; \ 937 @TCL_TRY_TRUE@ jdk_inc="$(jdk_inc)"; export jdk_inc; \ 938 @TCL_TRY_TRUE@ runtest=$(RUNTEST); \ 939 @TCL_TRY_TRUE@ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ 940 @TCL_TRY_TRUE@ $$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \ 941 @TCL_TRY_TRUE@ JDK_INC="$(jdk_inc)" \ 942 @TCL_TRY_TRUE@ CLOCK_GETTIME_LINK="$(CLOCK_GETTIME_LINK)" \ 943 @TCL_TRY_TRUE@ CHECK_TARGET=$@ \ 944 @TCL_TRY_TRUE@ PREFIX="$(prefix)" \ 945 @TCL_TRY_TRUE@ BASH="$(BASH)" \ 946 @TCL_TRY_TRUE@ GPROFNG_BROKEN_JAVAC="$(GPROFNG_BROKEN_JAVAC)" \ 947 @TCL_TRY_TRUE@ MAKE="$(MAKE)" CC="$(CC)" CFLAGS="$(CFLAGS) $(PTHREAD_CFLAGS)" \ 948 @TCL_TRY_TRUE@ LDFLAGS="$(LDFLAGS)" LIBS="$(PTHREAD_LIBS) $(LIBS)" \ 949 @TCL_TRY_TRUE@ BUILDDIR="$(abs_top_builddir)" $(RUNTESTFLAGS); \ 950 @TCL_TRY_TRUE@ else echo "WARNING: could not find \`runtest'" 1>&2; :;\ 951 @TCL_TRY_TRUE@ fi 952 953 development.exp: $(BFDDIR)/development.sh 954 $(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \ 955 | $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@ 956 957 # Tell versions [3.59,3.63) of GNU make to not export all variables. 958 # Otherwise a system limit (for SysV at least) may be exceeded. 959 .NOEXPORT: 960