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) 2012-2020 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# 34 35 36VPATH = @srcdir@ 37am__is_gnu_make = { \ 38 if test -z '$(MAKELEVEL)'; then \ 39 false; \ 40 elif test -n '$(MAKE_HOST)'; then \ 41 true; \ 42 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 43 true; \ 44 else \ 45 false; \ 46 fi; \ 47} 48am__make_running_with_option = \ 49 case $${target_option-} in \ 50 ?) ;; \ 51 *) echo "am__make_running_with_option: internal error: invalid" \ 52 "target option '$${target_option-}' specified" >&2; \ 53 exit 1;; \ 54 esac; \ 55 has_opt=no; \ 56 sane_makeflags=$$MAKEFLAGS; \ 57 if $(am__is_gnu_make); then \ 58 sane_makeflags=$$MFLAGS; \ 59 else \ 60 case $$MAKEFLAGS in \ 61 *\\[\ \ ]*) \ 62 bs=\\; \ 63 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 64 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 65 esac; \ 66 fi; \ 67 skip_next=no; \ 68 strip_trailopt () \ 69 { \ 70 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 71 }; \ 72 for flg in $$sane_makeflags; do \ 73 test $$skip_next = yes && { skip_next=no; continue; }; \ 74 case $$flg in \ 75 *=*|--*) continue;; \ 76 -*I) strip_trailopt 'I'; skip_next=yes;; \ 77 -*I?*) strip_trailopt 'I';; \ 78 -*O) strip_trailopt 'O'; skip_next=yes;; \ 79 -*O?*) strip_trailopt 'O';; \ 80 -*l) strip_trailopt 'l'; skip_next=yes;; \ 81 -*l?*) strip_trailopt 'l';; \ 82 -[dEDm]) skip_next=yes;; \ 83 -[JT]) skip_next=yes;; \ 84 esac; \ 85 case $$flg in \ 86 *$$target_option*) has_opt=yes; break;; \ 87 esac; \ 88 done; \ 89 test $$has_opt = yes 90am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 91am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 92pkgdatadir = $(datadir)/@PACKAGE@ 93pkgincludedir = $(includedir)/@PACKAGE@ 94pkglibdir = $(libdir)/@PACKAGE@ 95pkglibexecdir = $(libexecdir)/@PACKAGE@ 96am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 97install_sh_DATA = $(install_sh) -c -m 644 98install_sh_PROGRAM = $(install_sh) -c 99install_sh_SCRIPT = $(install_sh) -c 100INSTALL_HEADER = $(INSTALL_DATA) 101transform = $(program_transform_name) 102NORMAL_INSTALL = : 103PRE_INSTALL = : 104POST_INSTALL = : 105NORMAL_UNINSTALL = : 106PRE_UNINSTALL = : 107POST_UNINSTALL = : 108build_triplet = @build@ 109host_triplet = @host@ 110target_triplet = @target@ 111bin_PROGRAMS = gprof$(EXEEXT) 112subdir = . 113ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 114am__aclocal_m4_deps = $(top_srcdir)/../bfd/warning.m4 \ 115 $(top_srcdir)/../config/depstand.m4 \ 116 $(top_srcdir)/../config/gettext-sister.m4 \ 117 $(top_srcdir)/../config/largefile.m4 \ 118 $(top_srcdir)/../config/lead-dot.m4 \ 119 $(top_srcdir)/../config/nls.m4 \ 120 $(top_srcdir)/../config/override.m4 \ 121 $(top_srcdir)/../config/plugins.m4 \ 122 $(top_srcdir)/../config/po.m4 \ 123 $(top_srcdir)/../config/progtest.m4 \ 124 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \ 125 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ 126 $(top_srcdir)/../lt~obsolete.m4 \ 127 $(top_srcdir)/../bfd/version.m4 $(top_srcdir)/configure.ac 128am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 129 $(ACLOCAL_M4) 130DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 131 $(am__configure_deps) $(noinst_HEADERS) 132am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 133 configure.lineno config.status.lineno 134mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs 135CONFIG_HEADER = gconfig.h 136CONFIG_CLEAN_FILES = po/Makefile.in 137CONFIG_CLEAN_VPATH_FILES = 138am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" \ 139 "$(DESTDIR)$(man1dir)" 140PROGRAMS = $(bin_PROGRAMS) 141am__objects_1 = basic_blocks.$(OBJEXT) call_graph.$(OBJEXT) \ 142 cg_arcs.$(OBJEXT) cg_dfn.$(OBJEXT) cg_print.$(OBJEXT) \ 143 corefile.$(OBJEXT) gmon_io.$(OBJEXT) gprof.$(OBJEXT) \ 144 hertz.$(OBJEXT) hist.$(OBJEXT) source.$(OBJEXT) \ 145 search_list.$(OBJEXT) symtab.$(OBJEXT) sym_ids.$(OBJEXT) \ 146 utils.$(OBJEXT) i386.$(OBJEXT) alpha.$(OBJEXT) vax.$(OBJEXT) \ 147 sparc.$(OBJEXT) mips.$(OBJEXT) aarch64.$(OBJEXT) 148am_gprof_OBJECTS = $(am__objects_1) flat_bl.$(OBJEXT) \ 149 bsd_callg_bl.$(OBJEXT) fsf_callg_bl.$(OBJEXT) 150gprof_OBJECTS = $(am_gprof_OBJECTS) 151am__DEPENDENCIES_1 = 152AM_V_lt = $(am__v_lt_@AM_V@) 153am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 154am__v_lt_0 = --silent 155am__v_lt_1 = 156AM_V_P = $(am__v_P_@AM_V@) 157am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 158am__v_P_0 = false 159am__v_P_1 = : 160AM_V_GEN = $(am__v_GEN_@AM_V@) 161am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 162am__v_GEN_0 = @echo " GEN " $@; 163am__v_GEN_1 = 164AM_V_at = $(am__v_at_@AM_V@) 165am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 166am__v_at_0 = @ 167am__v_at_1 = 168DEFAULT_INCLUDES = -I.@am__isrc@ 169depcomp = $(SHELL) $(top_srcdir)/../depcomp 170am__depfiles_maybe = depfiles 171am__mv = mv -f 172COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 173 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 174LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 175 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 176 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 177 $(AM_CFLAGS) $(CFLAGS) 178AM_V_CC = $(am__v_CC_@AM_V@) 179am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 180am__v_CC_0 = @echo " CC " $@; 181am__v_CC_1 = 182CCLD = $(CC) 183LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 184 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 185 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 186AM_V_CCLD = $(am__v_CCLD_@AM_V@) 187am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 188am__v_CCLD_0 = @echo " CCLD " $@; 189am__v_CCLD_1 = 190SOURCES = $(gprof_SOURCES) 191AM_V_DVIPS = $(am__v_DVIPS_@AM_V@) 192am__v_DVIPS_ = $(am__v_DVIPS_@AM_DEFAULT_V@) 193am__v_DVIPS_0 = @echo " DVIPS " $@; 194am__v_DVIPS_1 = 195AM_V_MAKEINFO = $(am__v_MAKEINFO_@AM_V@) 196am__v_MAKEINFO_ = $(am__v_MAKEINFO_@AM_DEFAULT_V@) 197am__v_MAKEINFO_0 = @echo " MAKEINFO" $@; 198am__v_MAKEINFO_1 = 199AM_V_INFOHTML = $(am__v_INFOHTML_@AM_V@) 200am__v_INFOHTML_ = $(am__v_INFOHTML_@AM_DEFAULT_V@) 201am__v_INFOHTML_0 = @echo " INFOHTML" $@; 202am__v_INFOHTML_1 = 203AM_V_TEXI2DVI = $(am__v_TEXI2DVI_@AM_V@) 204am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_@AM_DEFAULT_V@) 205am__v_TEXI2DVI_0 = @echo " TEXI2DVI" $@; 206am__v_TEXI2DVI_1 = 207AM_V_TEXI2PDF = $(am__v_TEXI2PDF_@AM_V@) 208am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_@AM_DEFAULT_V@) 209am__v_TEXI2PDF_0 = @echo " TEXI2PDF" $@; 210am__v_TEXI2PDF_1 = 211AM_V_texinfo = $(am__v_texinfo_@AM_V@) 212am__v_texinfo_ = $(am__v_texinfo_@AM_DEFAULT_V@) 213am__v_texinfo_0 = -q 214am__v_texinfo_1 = 215AM_V_texidevnull = $(am__v_texidevnull_@AM_V@) 216am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@) 217am__v_texidevnull_0 = > /dev/null 218am__v_texidevnull_1 = 219INFO_DEPS = gprof.info 220am__TEXINFO_TEX_DIR = $(srcdir)/../texinfo 221DVIS = gprof.dvi 222PDFS = gprof.pdf 223PSS = gprof.ps 224HTMLS = gprof.html 225TEXINFOS = gprof.texi 226TEXI2PDF = $(TEXI2DVI) --pdf --batch 227MAKEINFOHTML = $(MAKEINFO) --html 228AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) 229DVIPS = dvips 230RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 231 ctags-recursive dvi-recursive html-recursive info-recursive \ 232 install-data-recursive install-dvi-recursive \ 233 install-exec-recursive install-html-recursive \ 234 install-info-recursive install-pdf-recursive \ 235 install-ps-recursive install-recursive installcheck-recursive \ 236 installdirs-recursive pdf-recursive ps-recursive \ 237 tags-recursive uninstall-recursive 238am__can_run_installinfo = \ 239 case $$AM_UPDATE_INFO_DIR in \ 240 n|no|NO) false;; \ 241 *) (install-info --version) >/dev/null 2>&1;; \ 242 esac 243am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 244am__vpath_adj = case $$p in \ 245 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 246 *) f=$$p;; \ 247 esac; 248am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 249am__install_max = 40 250am__nobase_strip_setup = \ 251 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 252am__nobase_strip = \ 253 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 254am__nobase_list = $(am__nobase_strip_setup); \ 255 for p in $$list; do echo "$$p $$p"; done | \ 256 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 257 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 258 if (++n[$$2] == $(am__install_max)) \ 259 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 260 END { for (dir in files) print dir, files[dir] }' 261am__base_list = \ 262 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 263 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 264am__uninstall_files_from_dir = { \ 265 test -z "$$files" \ 266 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 267 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 268 $(am__cd) "$$dir" && rm -f $$files; }; \ 269 } 270man1dir = $(mandir)/man1 271NROFF = nroff 272MANS = $(man_MANS) 273HEADERS = $(noinst_HEADERS) 274RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 275 distclean-recursive maintainer-clean-recursive 276am__recursive_targets = \ 277 $(RECURSIVE_TARGETS) \ 278 $(RECURSIVE_CLEAN_TARGETS) \ 279 $(am__extra_recursive_targets) 280AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 281 cscope 282am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 283 $(LISP)gconfig.in 284# Read a list of newline-separated strings from the standard input, 285# and print each of them once, without duplicates. Input order is 286# *not* preserved. 287am__uniquify_input = $(AWK) '\ 288 BEGIN { nonempty = 0; } \ 289 { items[$$0] = 1; nonempty = 1; } \ 290 END { if (nonempty) { for (i in items) print i; }; } \ 291' 292# Make sure the list of sources is unique. This is necessary because, 293# e.g., the same source file might be shared among _SOURCES variables 294# for different programs/libraries. 295am__define_uniq_tagged_files = \ 296 list='$(am__tagged_files)'; \ 297 unique=`for i in $$list; do \ 298 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 299 done | $(am__uniquify_input)` 300ETAGS = etags 301CTAGS = ctags 302CSCOPE = cscope 303DIST_SUBDIRS = $(SUBDIRS) 304ACLOCAL = @ACLOCAL@ 305AMTAR = @AMTAR@ 306AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 307AR = @AR@ 308AUTOCONF = @AUTOCONF@ 309AUTOHEADER = @AUTOHEADER@ 310AUTOMAKE = @AUTOMAKE@ 311AWK = @AWK@ 312CATALOGS = @CATALOGS@ 313CATOBJEXT = @CATOBJEXT@ 314CC = @CC@ 315CCDEPMODE = @CCDEPMODE@ 316CFLAGS = @CFLAGS@ 317CPP = @CPP@ 318CPPFLAGS = @CPPFLAGS@ 319CYGPATH_W = @CYGPATH_W@ 320DATADIRNAME = @DATADIRNAME@ 321DEFS = @DEFS@ 322DEPDIR = @DEPDIR@ 323DSYMUTIL = @DSYMUTIL@ 324DUMPBIN = @DUMPBIN@ 325ECHO_C = @ECHO_C@ 326ECHO_N = @ECHO_N@ 327ECHO_T = @ECHO_T@ 328EGREP = @EGREP@ 329EXEEXT = @EXEEXT@ 330FGREP = @FGREP@ 331GENCAT = @GENCAT@ 332GMSGFMT = @GMSGFMT@ 333GREP = @GREP@ 334INCINTL = @INCINTL@ 335INSTALL = @INSTALL@ 336INSTALL_DATA = @INSTALL_DATA@ 337INSTALL_PROGRAM = @INSTALL_PROGRAM@ 338INSTALL_SCRIPT = @INSTALL_SCRIPT@ 339INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 340INSTOBJEXT = @INSTOBJEXT@ 341LD = @LD@ 342LDFLAGS = @LDFLAGS@ 343LIBINTL = @LIBINTL@ 344LIBINTL_DEP = @LIBINTL_DEP@ 345LIBOBJS = @LIBOBJS@ 346LIBS = @LIBS@ 347LIBTOOL = @LIBTOOL@ 348LIPO = @LIPO@ 349LN_S = @LN_S@ 350LTLIBOBJS = @LTLIBOBJS@ 351MAINT = @MAINT@ 352MAKEINFO = @MAKEINFO@ 353MKDIR_P = @MKDIR_P@ 354MKINSTALLDIRS = @MKINSTALLDIRS@ 355MSGFMT = @MSGFMT@ 356MSGMERGE = @MSGMERGE@ 357NM = @NM@ 358NMEDIT = @NMEDIT@ 359NO_WERROR = @NO_WERROR@ 360OBJDUMP = @OBJDUMP@ 361OBJEXT = @OBJEXT@ 362OTOOL = @OTOOL@ 363OTOOL64 = @OTOOL64@ 364PACKAGE = @PACKAGE@ 365PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 366PACKAGE_NAME = @PACKAGE_NAME@ 367PACKAGE_STRING = @PACKAGE_STRING@ 368PACKAGE_TARNAME = @PACKAGE_TARNAME@ 369PACKAGE_URL = @PACKAGE_URL@ 370PACKAGE_VERSION = @PACKAGE_VERSION@ 371PATH_SEPARATOR = @PATH_SEPARATOR@ 372POSUB = @POSUB@ 373RANLIB = @RANLIB@ 374SED = @SED@ 375SET_MAKE = @SET_MAKE@ 376SHELL = @SHELL@ 377STRIP = @STRIP@ 378USE_NLS = @USE_NLS@ 379VERSION = @VERSION@ 380WARN_CFLAGS = @WARN_CFLAGS@ 381WARN_CFLAGS_FOR_BUILD = @WARN_CFLAGS_FOR_BUILD@ 382WARN_WRITE_STRINGS = @WARN_WRITE_STRINGS@ 383XGETTEXT = @XGETTEXT@ 384abs_builddir = @abs_builddir@ 385abs_srcdir = @abs_srcdir@ 386abs_top_builddir = @abs_top_builddir@ 387abs_top_srcdir = @abs_top_srcdir@ 388ac_ct_CC = @ac_ct_CC@ 389ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 390am__include = @am__include@ 391am__leading_dot = @am__leading_dot@ 392am__quote = @am__quote@ 393am__tar = @am__tar@ 394am__untar = @am__untar@ 395bindir = @bindir@ 396build = @build@ 397build_alias = @build_alias@ 398build_cpu = @build_cpu@ 399build_os = @build_os@ 400build_vendor = @build_vendor@ 401builddir = @builddir@ 402datadir = @datadir@ 403datarootdir = @datarootdir@ 404docdir = @docdir@ 405dvidir = @dvidir@ 406exec_prefix = @exec_prefix@ 407host = @host@ 408host_alias = @host_alias@ 409host_cpu = @host_cpu@ 410host_os = @host_os@ 411host_vendor = @host_vendor@ 412htmldir = @htmldir@ 413includedir = @includedir@ 414infodir = @infodir@ 415install_sh = @install_sh@ 416libdir = @libdir@ 417libexecdir = @libexecdir@ 418localedir = @localedir@ 419localstatedir = @localstatedir@ 420mandir = @mandir@ 421mkdir_p = @mkdir_p@ 422oldincludedir = @oldincludedir@ 423pdfdir = @pdfdir@ 424prefix = @prefix@ 425program_transform_name = @program_transform_name@ 426psdir = @psdir@ 427sbindir = @sbindir@ 428sharedstatedir = @sharedstatedir@ 429srcdir = @srcdir@ 430sysconfdir = @sysconfdir@ 431target = @target@ 432target_alias = @target_alias@ 433target_cpu = @target_cpu@ 434target_os = @target_os@ 435target_vendor = @target_vendor@ 436top_build_prefix = @top_build_prefix@ 437top_builddir = @top_builddir@ 438top_srcdir = @top_srcdir@ 439AUTOMAKE_OPTIONS = foreign no-dist no-texinfo.tex info-in-builddir 440ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd 441TEXINFO_TEX = ../texinfo/texinfo.tex 442SUFFIXES = .c .m 443SUBDIRS = po 444BASEDIR = $(srcdir)/.. 445BFDDIR = $(BASEDIR)/bfd 446INCDIR = $(BASEDIR)/include 447AM_CFLAGS = $(WARN_CFLAGS) 448AM_CPPFLAGS = -DDEBUG -I../bfd -I$(srcdir)/../include \ 449 -I$(srcdir)/../bfd @INCINTL@ -I. \ 450 -DLOCALEDIR="\"$(datadir)/locale\"" 451 452sources = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \ 453 cg_print.c corefile.c gmon_io.c gprof.c hertz.c hist.c source.c \ 454 search_list.c symtab.c sym_ids.c utils.c \ 455 i386.c alpha.c vax.c sparc.c mips.c aarch64.c 456 457gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c 458gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL_DEP) 459gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL) 460noinst_HEADERS = \ 461 basic_blocks.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \ 462 corefile.h gmon.h gmon_io.h gmon_out.h gprof.h hertz.h hist.h \ 463 search_list.h source.h sym_ids.h symtab.h utils.h 464 465BUILT_SOURCES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c 466EXTRA_DIST = $(BUILT_SOURCES) bbconv.pl $(man_MANS) 467 468# development.sh is used to determine -Werror default. 469CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/development.sh 470POTFILES = $(sources) $(noinst_HEADERS) 471MANCONF = -Dman 472TEXI2POD = perl $(srcdir)/../etc/texi2pod.pl $(AM_MAKEINFOFLAGS) 473POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1 474info_TEXINFOS = gprof.texi 475gprof_TEXINFOS = config.texi 476man_MANS = gprof.1 477AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc 478TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc 479MAINTAINERCLEANFILES = gprof.info 480all: $(BUILT_SOURCES) gconfig.h 481 $(MAKE) $(AM_MAKEFLAGS) all-recursive 482 483.SUFFIXES: 484.SUFFIXES: .c .m .dvi .lo .o .obj .ps 485am--refresh: Makefile 486 @: 487$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 488 @for dep in $?; do \ 489 case '$(am__configure_deps)' in \ 490 *$$dep*) \ 491 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 492 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 493 && exit 0; \ 494 exit 1;; \ 495 esac; \ 496 done; \ 497 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 498 $(am__cd) $(top_srcdir) && \ 499 $(AUTOMAKE) --foreign Makefile 500Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 501 @case '$?' in \ 502 *config.status*) \ 503 echo ' $(SHELL) ./config.status'; \ 504 $(SHELL) ./config.status;; \ 505 *) \ 506 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 507 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 508 esac; 509 510$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 511 $(SHELL) ./config.status --recheck 512 513$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 514 $(am__cd) $(srcdir) && $(AUTOCONF) 515$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 516 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 517$(am__aclocal_m4_deps): 518 519gconfig.h: stamp-h1 520 @test -f $@ || rm -f stamp-h1 521 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 522 523stamp-h1: $(srcdir)/gconfig.in $(top_builddir)/config.status 524 @rm -f stamp-h1 525 cd $(top_builddir) && $(SHELL) ./config.status gconfig.h 526$(srcdir)/gconfig.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 527 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 528 rm -f stamp-h1 529 touch $@ 530 531distclean-hdr: 532 -rm -f gconfig.h stamp-h1 533po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in 534 cd $(top_builddir) && $(SHELL) ./config.status $@ 535install-binPROGRAMS: $(bin_PROGRAMS) 536 @$(NORMAL_INSTALL) 537 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 538 if test -n "$$list"; then \ 539 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 540 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 541 fi; \ 542 for p in $$list; do echo "$$p $$p"; done | \ 543 sed 's/$(EXEEXT)$$//' | \ 544 while read p p1; do if test -f $$p \ 545 || test -f $$p1 \ 546 ; then echo "$$p"; echo "$$p"; else :; fi; \ 547 done | \ 548 sed -e 'p;s,.*/,,;n;h' \ 549 -e 's|.*|.|' \ 550 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 551 sed 'N;N;N;s,\n, ,g' | \ 552 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 553 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 554 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 555 else { print "f", $$3 "/" $$4, $$1; } } \ 556 END { for (d in files) print "f", d, files[d] }' | \ 557 while read type dir files; do \ 558 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 559 test -z "$$files" || { \ 560 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 561 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 562 } \ 563 ; done 564 565uninstall-binPROGRAMS: 566 @$(NORMAL_UNINSTALL) 567 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 568 files=`for p in $$list; do echo "$$p"; done | \ 569 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 570 -e 's/$$/$(EXEEXT)/' \ 571 `; \ 572 test -n "$$list" || exit 0; \ 573 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 574 cd "$(DESTDIR)$(bindir)" && rm -f $$files 575 576clean-binPROGRAMS: 577 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 578 echo " rm -f" $$list; \ 579 rm -f $$list || exit $$?; \ 580 test -n "$(EXEEXT)" || exit 0; \ 581 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 582 echo " rm -f" $$list; \ 583 rm -f $$list 584 585gprof$(EXEEXT): $(gprof_OBJECTS) $(gprof_DEPENDENCIES) $(EXTRA_gprof_DEPENDENCIES) 586 @rm -f gprof$(EXEEXT) 587 $(AM_V_CCLD)$(LINK) $(gprof_OBJECTS) $(gprof_LDADD) $(LIBS) 588 589mostlyclean-compile: 590 -rm -f *.$(OBJEXT) 591 592distclean-compile: 593 -rm -f *.tab.c 594 595@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aarch64.Po@am__quote@ 596@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alpha.Po@am__quote@ 597@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_blocks.Po@am__quote@ 598@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsd_callg_bl.Po@am__quote@ 599@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/call_graph.Po@am__quote@ 600@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cg_arcs.Po@am__quote@ 601@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cg_dfn.Po@am__quote@ 602@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cg_print.Po@am__quote@ 603@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/corefile.Po@am__quote@ 604@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flat_bl.Po@am__quote@ 605@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fsf_callg_bl.Po@am__quote@ 606@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gmon_io.Po@am__quote@ 607@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gprof.Po@am__quote@ 608@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hertz.Po@am__quote@ 609@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hist.Po@am__quote@ 610@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386.Po@am__quote@ 611@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mips.Po@am__quote@ 612@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search_list.Po@am__quote@ 613@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/source.Po@am__quote@ 614@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparc.Po@am__quote@ 615@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sym_ids.Po@am__quote@ 616@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtab.Po@am__quote@ 617@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@ 618@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vax.Po@am__quote@ 619 620.c.o: 621@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 622@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 623@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 624@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 625@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 626 627.c.obj: 628@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 629@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 630@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 631@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 632@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 633 634.c.lo: 635@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 636@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 637@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 638@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 639@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 640 641mostlyclean-libtool: 642 -rm -f *.lo 643 644clean-libtool: 645 -rm -rf .libs _libs 646 647distclean-libtool: 648 -rm -f libtool config.lt 649 650gprof.info: gprof.texi $(gprof_TEXINFOS) 651 $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \ 652 rm -rf $$backupdir && mkdir $$backupdir && \ 653 if ($(MAKEINFO) --version) >/dev/null 2>&1; then \ 654 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ 655 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \ 656 done; \ 657 else :; fi && \ 658 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ 659 -o $@ `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi; \ 660 then \ 661 rc=0; \ 662 else \ 663 rc=$$?; \ 664 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \ 665 fi; \ 666 rm -rf $$backupdir; exit $$rc 667 668gprof.dvi: gprof.texi $(gprof_TEXINFOS) 669 $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ 670 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ 671 $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \ 672 `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi 673 674gprof.pdf: gprof.texi $(gprof_TEXINFOS) 675 $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ 676 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ 677 $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \ 678 `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi 679 680gprof.html: gprof.texi $(gprof_TEXINFOS) 681 $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp) 682 $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ 683 -o $(@:.html=.htp) `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi; \ 684 then \ 685 rm -rf $@ && mv $(@:.html=.htp) $@; \ 686 else \ 687 rm -rf $(@:.html=.htp); exit 1; \ 688 fi 689.dvi.ps: 690 $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ 691 $(DVIPS) $(AM_V_texinfo) -o $@ $< 692 693uninstall-dvi-am: 694 @$(NORMAL_UNINSTALL) 695 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ 696 for p in $$list; do \ 697 $(am__strip_dir) \ 698 echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \ 699 rm -f "$(DESTDIR)$(dvidir)/$$f"; \ 700 done 701 702uninstall-html-am: 703 @$(NORMAL_UNINSTALL) 704 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \ 705 for p in $$list; do \ 706 $(am__strip_dir) \ 707 echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \ 708 rm -rf "$(DESTDIR)$(htmldir)/$$f"; \ 709 done 710 711uninstall-info-am: 712 @$(PRE_UNINSTALL) 713 @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \ 714 list='$(INFO_DEPS)'; \ 715 for file in $$list; do \ 716 relfile=`echo "$$file" | sed 's|^.*/||'`; \ 717 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \ 718 if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \ 719 then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \ 720 done; \ 721 else :; fi 722 @$(NORMAL_UNINSTALL) 723 @list='$(INFO_DEPS)'; \ 724 for file in $$list; do \ 725 relfile=`echo "$$file" | sed 's|^.*/||'`; \ 726 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ 727 (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \ 728 echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \ 729 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \ 730 else :; fi); \ 731 done 732 733uninstall-pdf-am: 734 @$(NORMAL_UNINSTALL) 735 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ 736 for p in $$list; do \ 737 $(am__strip_dir) \ 738 echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \ 739 rm -f "$(DESTDIR)$(pdfdir)/$$f"; \ 740 done 741 742uninstall-ps-am: 743 @$(NORMAL_UNINSTALL) 744 @list='$(PSS)'; test -n "$(psdir)" || list=; \ 745 for p in $$list; do \ 746 $(am__strip_dir) \ 747 echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \ 748 rm -f "$(DESTDIR)$(psdir)/$$f"; \ 749 done 750 751dist-info: $(INFO_DEPS) 752 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 753 list='$(INFO_DEPS)'; \ 754 for base in $$list; do \ 755 case $$base in \ 756 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \ 757 esac; \ 758 if test -f $$base; then d=.; else d=$(srcdir); fi; \ 759 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \ 760 for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \ 761 if test -f $$file; then \ 762 relfile=`expr "$$file" : "$$d/\(.*\)"`; \ 763 test -f "$(distdir)/$$relfile" || \ 764 cp -p $$file "$(distdir)/$$relfile"; \ 765 else :; fi; \ 766 done; \ 767 done 768 769mostlyclean-aminfo: 770 -rm -rf gprof.t2d gprof.t2p 771 772clean-aminfo: 773 -test -z "gprof.dvi gprof.pdf gprof.ps gprof.html" \ 774 || rm -rf gprof.dvi gprof.pdf gprof.ps gprof.html 775 776maintainer-clean-aminfo: 777 @list='$(INFO_DEPS)'; for i in $$list; do \ 778 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ 779 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ 780 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ 781 done 782install-man1: $(man_MANS) 783 @$(NORMAL_INSTALL) 784 @list1=''; \ 785 list2='$(man_MANS)'; \ 786 test -n "$(man1dir)" \ 787 && test -n "`echo $$list1$$list2`" \ 788 || exit 0; \ 789 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ 790 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ 791 { for i in $$list1; do echo "$$i"; done; \ 792 if test -n "$$list2"; then \ 793 for i in $$list2; do echo "$$i"; done \ 794 | sed -n '/\.1[a-z]*$$/p'; \ 795 fi; \ 796 } | while read p; do \ 797 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 798 echo "$$d$$p"; echo "$$p"; \ 799 done | \ 800 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 801 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 802 sed 'N;N;s,\n, ,g' | { \ 803 list=; while read file base inst; do \ 804 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 805 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ 806 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ 807 fi; \ 808 done; \ 809 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 810 while read files; do \ 811 test -z "$$files" || { \ 812 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ 813 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ 814 done; } 815 816uninstall-man1: 817 @$(NORMAL_UNINSTALL) 818 @list=''; test -n "$(man1dir)" || exit 0; \ 819 files=`{ for i in $$list; do echo "$$i"; done; \ 820 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 821 sed -n '/\.1[a-z]*$$/p'; \ 822 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 823 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 824 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) 825 826# This directory's subdirectories are mostly independent; you can cd 827# into them and run 'make' without going through this Makefile. 828# To change the values of 'make' variables: instead of editing Makefiles, 829# (1) if the variable is set in 'config.status', edit 'config.status' 830# (which will cause the Makefiles to be regenerated when you run 'make'); 831# (2) otherwise, pass the desired values on the 'make' command line. 832$(am__recursive_targets): 833 @fail=; \ 834 if $(am__make_keepgoing); then \ 835 failcom='fail=yes'; \ 836 else \ 837 failcom='exit 1'; \ 838 fi; \ 839 dot_seen=no; \ 840 target=`echo $@ | sed s/-recursive//`; \ 841 case "$@" in \ 842 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 843 *) list='$(SUBDIRS)' ;; \ 844 esac; \ 845 for subdir in $$list; do \ 846 echo "Making $$target in $$subdir"; \ 847 if test "$$subdir" = "."; then \ 848 dot_seen=yes; \ 849 local_target="$$target-am"; \ 850 else \ 851 local_target="$$target"; \ 852 fi; \ 853 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 854 || eval $$failcom; \ 855 done; \ 856 if test "$$dot_seen" = "no"; then \ 857 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 858 fi; test -z "$$fail" 859 860ID: $(am__tagged_files) 861 $(am__define_uniq_tagged_files); mkid -fID $$unique 862tags: tags-recursive 863TAGS: tags 864 865tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 866 set x; \ 867 here=`pwd`; \ 868 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 869 include_option=--etags-include; \ 870 empty_fix=.; \ 871 else \ 872 include_option=--include; \ 873 empty_fix=; \ 874 fi; \ 875 list='$(SUBDIRS)'; for subdir in $$list; do \ 876 if test "$$subdir" = .; then :; else \ 877 test ! -f $$subdir/TAGS || \ 878 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 879 fi; \ 880 done; \ 881 $(am__define_uniq_tagged_files); \ 882 shift; \ 883 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 884 test -n "$$unique" || unique=$$empty_fix; \ 885 if test $$# -gt 0; then \ 886 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 887 "$$@" $$unique; \ 888 else \ 889 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 890 $$unique; \ 891 fi; \ 892 fi 893ctags: ctags-recursive 894 895CTAGS: ctags 896ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 897 $(am__define_uniq_tagged_files); \ 898 test -z "$(CTAGS_ARGS)$$unique" \ 899 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 900 $$unique 901 902GTAGS: 903 here=`$(am__cd) $(top_builddir) && pwd` \ 904 && $(am__cd) $(top_srcdir) \ 905 && gtags -i $(GTAGS_ARGS) "$$here" 906cscope: cscope.files 907 test ! -s cscope.files \ 908 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 909clean-cscope: 910 -rm -f cscope.files 911cscope.files: clean-cscope cscopelist 912cscopelist: cscopelist-recursive 913 914cscopelist-am: $(am__tagged_files) 915 list='$(am__tagged_files)'; \ 916 case "$(srcdir)" in \ 917 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 918 *) sdir=$(subdir)/$(srcdir) ;; \ 919 esac; \ 920 for i in $$list; do \ 921 if test -f "$$i"; then \ 922 echo "$(subdir)/$$i"; \ 923 else \ 924 echo "$$sdir/$$i"; \ 925 fi; \ 926 done >> $(top_builddir)/cscope.files 927 928distclean-tags: 929 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 930 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 931check-am: all-am 932check: $(BUILT_SOURCES) 933 $(MAKE) $(AM_MAKEFLAGS) check-recursive 934all-am: Makefile $(INFO_DEPS) $(PROGRAMS) $(MANS) $(HEADERS) gconfig.h 935installdirs: installdirs-recursive 936installdirs-am: 937 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"; do \ 938 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 939 done 940install: $(BUILT_SOURCES) 941 $(MAKE) $(AM_MAKEFLAGS) install-recursive 942install-exec: install-exec-recursive 943install-data: install-data-recursive 944uninstall: uninstall-recursive 945 946install-am: all-am 947 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 948 949installcheck: installcheck-recursive 950install-strip: 951 if test -z '$(STRIP)'; then \ 952 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 953 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 954 install; \ 955 else \ 956 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 957 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 958 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 959 fi 960mostlyclean-generic: 961 962clean-generic: 963 964distclean-generic: 965 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 966 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 967 968maintainer-clean-generic: 969 @echo "This command is intended for maintainers to use" 970 @echo "it deletes files that may require special tools to rebuild." 971 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 972 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 973clean: clean-recursive 974 975clean-am: clean-aminfo clean-binPROGRAMS clean-generic clean-libtool \ 976 mostlyclean-am 977 978distclean: distclean-recursive 979 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 980 -rm -rf ./$(DEPDIR) 981 -rm -f Makefile 982distclean-am: clean-am distclean-compile distclean-generic \ 983 distclean-hdr distclean-libtool distclean-tags 984 985dvi: dvi-recursive 986 987dvi-am: $(DVIS) 988 989html: html-recursive 990 991html-am: $(HTMLS) 992 993info: info-recursive 994 995info-am: $(INFO_DEPS) 996 997install-data-am: install-info-am install-man 998 999install-dvi: install-dvi-recursive 1000 1001install-dvi-am: $(DVIS) 1002 @$(NORMAL_INSTALL) 1003 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ 1004 if test -n "$$list"; then \ 1005 echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \ 1006 $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \ 1007 fi; \ 1008 for p in $$list; do \ 1009 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1010 echo "$$d$$p"; \ 1011 done | $(am__base_list) | \ 1012 while read files; do \ 1013 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \ 1014 $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \ 1015 done 1016install-exec-am: install-binPROGRAMS 1017 1018install-html: install-html-recursive 1019 1020install-html-am: $(HTMLS) 1021 @$(NORMAL_INSTALL) 1022 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \ 1023 if test -n "$$list"; then \ 1024 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \ 1025 $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \ 1026 fi; \ 1027 for p in $$list; do \ 1028 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1029 $(am__strip_dir) \ 1030 d2=$$d$$p; \ 1031 if test -d "$$d2"; then \ 1032 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \ 1033 $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \ 1034 echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \ 1035 $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \ 1036 else \ 1037 list2="$$list2 $$d2"; \ 1038 fi; \ 1039 done; \ 1040 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \ 1041 while read files; do \ 1042 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \ 1043 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \ 1044 done; } 1045install-info: install-info-recursive 1046 1047install-info-am: $(INFO_DEPS) 1048 @$(NORMAL_INSTALL) 1049 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 1050 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ 1051 if test -n "$$list"; then \ 1052 echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \ 1053 $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \ 1054 fi; \ 1055 for file in $$list; do \ 1056 case $$file in \ 1057 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 1058 esac; \ 1059 if test -f $$file; then d=.; else d=$(srcdir); fi; \ 1060 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \ 1061 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ 1062 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \ 1063 if test -f $$ifile; then \ 1064 echo "$$ifile"; \ 1065 else : ; fi; \ 1066 done; \ 1067 done | $(am__base_list) | \ 1068 while read files; do \ 1069 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \ 1070 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done 1071 @$(POST_INSTALL) 1072 @if $(am__can_run_installinfo); then \ 1073 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ 1074 for file in $$list; do \ 1075 relfile=`echo "$$file" | sed 's|^.*/||'`; \ 1076 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\ 1077 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ 1078 done; \ 1079 else : ; fi 1080install-man: install-man1 1081 1082install-pdf: install-pdf-recursive 1083 1084install-pdf-am: $(PDFS) 1085 @$(NORMAL_INSTALL) 1086 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ 1087 if test -n "$$list"; then \ 1088 echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \ 1089 $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \ 1090 fi; \ 1091 for p in $$list; do \ 1092 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1093 echo "$$d$$p"; \ 1094 done | $(am__base_list) | \ 1095 while read files; do \ 1096 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \ 1097 $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done 1098install-ps: install-ps-recursive 1099 1100install-ps-am: $(PSS) 1101 @$(NORMAL_INSTALL) 1102 @list='$(PSS)'; test -n "$(psdir)" || list=; \ 1103 if test -n "$$list"; then \ 1104 echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \ 1105 $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \ 1106 fi; \ 1107 for p in $$list; do \ 1108 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1109 echo "$$d$$p"; \ 1110 done | $(am__base_list) | \ 1111 while read files; do \ 1112 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \ 1113 $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done 1114installcheck-am: 1115 1116maintainer-clean: maintainer-clean-recursive 1117 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1118 -rm -rf $(top_srcdir)/autom4te.cache 1119 -rm -rf ./$(DEPDIR) 1120 -rm -f Makefile 1121maintainer-clean-am: distclean-am maintainer-clean-aminfo \ 1122 maintainer-clean-generic 1123 1124mostlyclean: mostlyclean-recursive 1125 1126mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \ 1127 mostlyclean-generic mostlyclean-libtool 1128 1129pdf: pdf-recursive 1130 1131pdf-am: $(PDFS) 1132 1133ps: ps-recursive 1134 1135ps-am: $(PSS) 1136 1137uninstall-am: uninstall-binPROGRAMS uninstall-dvi-am uninstall-html-am \ 1138 uninstall-info-am uninstall-man uninstall-pdf-am \ 1139 uninstall-ps-am 1140 1141uninstall-man: uninstall-man1 1142 1143.MAKE: $(am__recursive_targets) all check install install-am \ 1144 install-strip 1145 1146.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 1147 am--refresh check check-am clean clean-aminfo \ 1148 clean-binPROGRAMS clean-cscope clean-generic clean-libtool \ 1149 cscope cscopelist-am ctags ctags-am dist-info distclean \ 1150 distclean-compile distclean-generic distclean-hdr \ 1151 distclean-libtool distclean-tags dvi dvi-am html html-am info \ 1152 info-am install install-am install-binPROGRAMS install-data \ 1153 install-data-am install-dvi install-dvi-am install-exec \ 1154 install-exec-am install-html install-html-am install-info \ 1155 install-info-am install-man install-man1 install-pdf \ 1156 install-pdf-am install-ps install-ps-am install-strip \ 1157 installcheck installcheck-am installdirs installdirs-am \ 1158 maintainer-clean maintainer-clean-aminfo \ 1159 maintainer-clean-generic mostlyclean mostlyclean-aminfo \ 1160 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 1161 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ 1162 uninstall-binPROGRAMS uninstall-dvi-am uninstall-html-am \ 1163 uninstall-info-am uninstall-man uninstall-man1 \ 1164 uninstall-pdf-am uninstall-ps-am 1165 1166.PRECIOUS: Makefile 1167 1168 1169diststuff: $(BUILT_SOURCES) info $(man_MANS) 1170 1171# This empty rule is a hack against gmake patched by Apple. 1172%.o:%.m 1173 1174.m.c: 1175 awk -f $(srcdir)/gen-c-prog.awk > $@ \ 1176 FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \ 1177 FILE=$*.m $< 1178po/POTFILES.in: @MAINT@ Makefile 1179 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \ 1180 && mv tmp $(srcdir)/po/POTFILES.in 1181 1182config.texi: 1183 echo "@set top_srcdir $(top_srcdir)" >> ./config.texi 1184 1185# Build the man page from the texinfo file 1186# The sed command removes the no-adjust Nroff command so that 1187# the man output looks standard. 1188gprof.1: $(srcdir)/gprof.texi config.texi 1189 touch $@ 1190 -$(TEXI2POD) $(MANCONF) -Dgprof < $(srcdir)/gprof.texi > gprof.pod 1191 -($(POD2MAN) gprof.pod | \ 1192 sed -e '/^.if n .na/d' > $@.T$$$$ && \ 1193 mv -f $@.T$$$$ $@) || \ 1194 (rm -f $@.T$$$$ && exit 1) 1195 rm -f gprof.pod 1196 1197# Tell versions [3.59,3.63) of GNU make to not export all variables. 1198# Otherwise a system limit (for SysV at least) may be exceeded. 1199.NOEXPORT: 1200