Home | History | Annotate | Download | only in gprof
      1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
      5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
      6 # Inc.
      7 # This Makefile.in is free software; the Free Software Foundation
      8 # gives unlimited permission to copy and/or distribute it,
      9 # with or without modifications, as long as this notice is preserved.
     10 
     11 # This program is distributed in the hope that it will be useful,
     12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     14 # PARTICULAR PURPOSE.
     15 
     16 @SET_MAKE@
     17 
     18 #
     19 #   Copyright (C) 2012-2015 Free Software Foundation, Inc.
     20 #
     21 # This file is free software; you can redistribute it and/or modify
     22 # it under the terms of the GNU General Public License as published by
     23 # the Free Software Foundation; either version 3 of the License, or
     24 # (at your option) any later version.
     25 # 
     26 # This program is distributed in the hope that it will be useful,
     27 # but WITHOUT ANY WARRANTY; without even the implied warranty of
     28 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     29 # GNU General Public License for more details.
     30 # 
     31 # You should have received a copy of the GNU General Public License
     32 # along with this program; see the file COPYING3.  If not see
     33 # <http://www.gnu.org/licenses/>.
     34 #
     35 
     36 
     37 VPATH = @srcdir@
     38 pkgdatadir = $(datadir)/@PACKAGE@
     39 pkgincludedir = $(includedir)/@PACKAGE@
     40 pkglibdir = $(libdir)/@PACKAGE@
     41 pkglibexecdir = $(libexecdir)/@PACKAGE@
     42 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     43 install_sh_DATA = $(install_sh) -c -m 644
     44 install_sh_PROGRAM = $(install_sh) -c
     45 install_sh_SCRIPT = $(install_sh) -c
     46 INSTALL_HEADER = $(INSTALL_DATA)
     47 transform = $(program_transform_name)
     48 NORMAL_INSTALL = :
     49 PRE_INSTALL = :
     50 POST_INSTALL = :
     51 NORMAL_UNINSTALL = :
     52 PRE_UNINSTALL = :
     53 POST_UNINSTALL = :
     54 build_triplet = @build@
     55 host_triplet = @host@
     56 target_triplet = @target@
     57 bin_PROGRAMS = gprof$(EXEEXT)
     58 subdir = .
     59 DIST_COMMON = README ChangeLog $(srcdir)/Makefile.in \
     60 	$(srcdir)/Makefile.am $(top_srcdir)/configure \
     61 	$(am__configure_deps) $(srcdir)/gconfig.in \
     62 	$(srcdir)/../mkinstalldirs $(top_srcdir)/po/Make-in \
     63 	$(srcdir)/../depcomp $(gprof_TEXINFOS) $(noinst_HEADERS)
     64 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     65 am__aclocal_m4_deps = $(top_srcdir)/../bfd/warning.m4 \
     66 	$(top_srcdir)/../config/depstand.m4 \
     67 	$(top_srcdir)/../config/gettext-sister.m4 \
     68 	$(top_srcdir)/../config/largefile.m4 \
     69 	$(top_srcdir)/../config/lead-dot.m4 \
     70 	$(top_srcdir)/../config/nls.m4 \
     71 	$(top_srcdir)/../config/override.m4 \
     72 	$(top_srcdir)/../config/plugins.m4 \
     73 	$(top_srcdir)/../config/po.m4 \
     74 	$(top_srcdir)/../config/progtest.m4 \
     75 	$(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
     76 	$(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
     77 	$(top_srcdir)/../lt~obsolete.m4 \
     78 	$(top_srcdir)/../bfd/version.m4 $(top_srcdir)/configure.ac
     79 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     80 	$(ACLOCAL_M4)
     81 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
     82  configure.lineno config.status.lineno
     83 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
     84 CONFIG_HEADER = gconfig.h
     85 CONFIG_CLEAN_FILES = po/Makefile.in
     86 CONFIG_CLEAN_VPATH_FILES =
     87 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" \
     88 	"$(DESTDIR)$(man1dir)"
     89 PROGRAMS = $(bin_PROGRAMS)
     90 am__objects_1 = basic_blocks.$(OBJEXT) call_graph.$(OBJEXT) \
     91 	cg_arcs.$(OBJEXT) cg_dfn.$(OBJEXT) cg_print.$(OBJEXT) \
     92 	corefile.$(OBJEXT) gmon_io.$(OBJEXT) gprof.$(OBJEXT) \
     93 	hertz.$(OBJEXT) hist.$(OBJEXT) source.$(OBJEXT) \
     94 	search_list.$(OBJEXT) symtab.$(OBJEXT) sym_ids.$(OBJEXT) \
     95 	utils.$(OBJEXT) i386.$(OBJEXT) alpha.$(OBJEXT) vax.$(OBJEXT) \
     96 	tahoe.$(OBJEXT) sparc.$(OBJEXT) mips.$(OBJEXT) \
     97 	aarch64.$(OBJEXT)
     98 am_gprof_OBJECTS = $(am__objects_1) flat_bl.$(OBJEXT) \
     99 	bsd_callg_bl.$(OBJEXT) fsf_callg_bl.$(OBJEXT)
    100 gprof_OBJECTS = $(am_gprof_OBJECTS)
    101 am__DEPENDENCIES_1 =
    102 DEFAULT_INCLUDES = -I.@am__isrc@
    103 depcomp = $(SHELL) $(top_srcdir)/../depcomp
    104 am__depfiles_maybe = depfiles
    105 am__mv = mv -f
    106 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    107 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    108 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
    109 	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    110 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    111 CCLD = $(CC)
    112 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
    113 	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
    114 	$(LDFLAGS) -o $@
    115 SOURCES = $(gprof_SOURCES)
    116 INFO_DEPS = gprof.info
    117 am__TEXINFO_TEX_DIR = $(srcdir)/../texinfo
    118 DVIS = gprof.dvi
    119 PDFS = gprof.pdf
    120 PSS = gprof.ps
    121 HTMLS = gprof.html
    122 TEXINFOS = gprof.texi
    123 TEXI2PDF = $(TEXI2DVI) --pdf --batch
    124 MAKEINFOHTML = $(MAKEINFO) --html
    125 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
    126 DVIPS = dvips
    127 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
    128 	html-recursive info-recursive install-data-recursive \
    129 	install-dvi-recursive install-exec-recursive \
    130 	install-html-recursive install-info-recursive \
    131 	install-pdf-recursive install-ps-recursive install-recursive \
    132 	installcheck-recursive installdirs-recursive pdf-recursive \
    133 	ps-recursive uninstall-recursive
    134 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    135 am__vpath_adj = case $$p in \
    136     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    137     *) f=$$p;; \
    138   esac;
    139 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    140 am__install_max = 40
    141 am__nobase_strip_setup = \
    142   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    143 am__nobase_strip = \
    144   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    145 am__nobase_list = $(am__nobase_strip_setup); \
    146   for p in $$list; do echo "$$p $$p"; done | \
    147   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    148   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    149     if (++n[$$2] == $(am__install_max)) \
    150       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    151     END { for (dir in files) print dir, files[dir] }'
    152 am__base_list = \
    153   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    154   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    155 man1dir = $(mandir)/man1
    156 NROFF = nroff
    157 MANS = $(man_MANS)
    158 HEADERS = $(noinst_HEADERS)
    159 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    160   distclean-recursive maintainer-clean-recursive
    161 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
    162 	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
    163 ETAGS = etags
    164 CTAGS = ctags
    165 DIST_SUBDIRS = $(SUBDIRS)
    166 ACLOCAL = @ACLOCAL@
    167 AMTAR = @AMTAR@
    168 AR = @AR@
    169 AUTOCONF = @AUTOCONF@
    170 AUTOHEADER = @AUTOHEADER@
    171 AUTOMAKE = @AUTOMAKE@
    172 AWK = @AWK@
    173 CATALOGS = @CATALOGS@
    174 CATOBJEXT = @CATOBJEXT@
    175 CC = @CC@
    176 CCDEPMODE = @CCDEPMODE@
    177 CFLAGS = @CFLAGS@
    178 CPP = @CPP@
    179 CPPFLAGS = @CPPFLAGS@
    180 CYGPATH_W = @CYGPATH_W@
    181 DATADIRNAME = @DATADIRNAME@
    182 DEFS = @DEFS@
    183 DEPDIR = @DEPDIR@
    184 DSYMUTIL = @DSYMUTIL@
    185 DUMPBIN = @DUMPBIN@
    186 ECHO_C = @ECHO_C@
    187 ECHO_N = @ECHO_N@
    188 ECHO_T = @ECHO_T@
    189 EGREP = @EGREP@
    190 EXEEXT = @EXEEXT@
    191 FGREP = @FGREP@
    192 GENCAT = @GENCAT@
    193 GMSGFMT = @GMSGFMT@
    194 GREP = @GREP@
    195 INCINTL = @INCINTL@
    196 INSTALL = @INSTALL@
    197 INSTALL_DATA = @INSTALL_DATA@
    198 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    199 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    200 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    201 INSTOBJEXT = @INSTOBJEXT@
    202 LD = @LD@
    203 LDFLAGS = @LDFLAGS@
    204 LIBINTL = @LIBINTL@
    205 LIBINTL_DEP = @LIBINTL_DEP@
    206 LIBOBJS = @LIBOBJS@
    207 LIBS = @LIBS@
    208 LIBTOOL = @LIBTOOL@
    209 LIPO = @LIPO@
    210 LN_S = @LN_S@
    211 LTLIBOBJS = @LTLIBOBJS@
    212 MAINT = @MAINT@
    213 MAKEINFO = @MAKEINFO@
    214 MKDIR_P = @MKDIR_P@
    215 MKINSTALLDIRS = @MKINSTALLDIRS@
    216 MSGFMT = @MSGFMT@
    217 MSGMERGE = @MSGMERGE@
    218 NM = @NM@
    219 NMEDIT = @NMEDIT@
    220 NO_WERROR = @NO_WERROR@
    221 OBJDUMP = @OBJDUMP@
    222 OBJEXT = @OBJEXT@
    223 OTOOL = @OTOOL@
    224 OTOOL64 = @OTOOL64@
    225 PACKAGE = @PACKAGE@
    226 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    227 PACKAGE_NAME = @PACKAGE_NAME@
    228 PACKAGE_STRING = @PACKAGE_STRING@
    229 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    230 PACKAGE_URL = @PACKAGE_URL@
    231 PACKAGE_VERSION = @PACKAGE_VERSION@
    232 PATH_SEPARATOR = @PATH_SEPARATOR@
    233 POSUB = @POSUB@
    234 RANLIB = @RANLIB@
    235 SED = @SED@
    236 SET_MAKE = @SET_MAKE@
    237 SHELL = @SHELL@
    238 STRIP = @STRIP@
    239 USE_NLS = @USE_NLS@
    240 VERSION = @VERSION@
    241 WARN_CFLAGS = @WARN_CFLAGS@
    242 XGETTEXT = @XGETTEXT@
    243 abs_builddir = @abs_builddir@
    244 abs_srcdir = @abs_srcdir@
    245 abs_top_builddir = @abs_top_builddir@
    246 abs_top_srcdir = @abs_top_srcdir@
    247 ac_ct_CC = @ac_ct_CC@
    248 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    249 am__include = @am__include@
    250 am__leading_dot = @am__leading_dot@
    251 am__quote = @am__quote@
    252 am__tar = @am__tar@
    253 am__untar = @am__untar@
    254 bindir = @bindir@
    255 build = @build@
    256 build_alias = @build_alias@
    257 build_cpu = @build_cpu@
    258 build_os = @build_os@
    259 build_vendor = @build_vendor@
    260 builddir = @builddir@
    261 datadir = @datadir@
    262 datarootdir = @datarootdir@
    263 docdir = @docdir@
    264 dvidir = @dvidir@
    265 exec_prefix = @exec_prefix@
    266 host = @host@
    267 host_alias = @host_alias@
    268 host_cpu = @host_cpu@
    269 host_os = @host_os@
    270 host_vendor = @host_vendor@
    271 htmldir = @htmldir@
    272 includedir = @includedir@
    273 infodir = @infodir@
    274 install_sh = @install_sh@
    275 libdir = @libdir@
    276 libexecdir = @libexecdir@
    277 localedir = @localedir@
    278 localstatedir = @localstatedir@
    279 mandir = @mandir@
    280 mkdir_p = @mkdir_p@
    281 oldincludedir = @oldincludedir@
    282 pdfdir = @pdfdir@
    283 prefix = @prefix@
    284 program_transform_name = @program_transform_name@
    285 psdir = @psdir@
    286 sbindir = @sbindir@
    287 sharedstatedir = @sharedstatedir@
    288 srcdir = @srcdir@
    289 sysconfdir = @sysconfdir@
    290 target = @target@
    291 target_alias = @target_alias@
    292 target_cpu = @target_cpu@
    293 target_os = @target_os@
    294 target_vendor = @target_vendor@
    295 top_build_prefix = @top_build_prefix@
    296 top_builddir = @top_builddir@
    297 top_srcdir = @top_srcdir@
    298 AUTOMAKE_OPTIONS = 1.11 foreign no-dist no-texinfo.tex
    299 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
    300 TEXINFO_TEX = ../texinfo/texinfo.tex
    301 SUFFIXES = .m
    302 SUBDIRS = po
    303 BASEDIR = $(srcdir)/..
    304 BFDDIR = $(BASEDIR)/bfd
    305 INCDIR = $(BASEDIR)/include
    306 AM_CFLAGS = $(WARN_CFLAGS)
    307 AM_CPPFLAGS = -DDEBUG -I../bfd -I$(srcdir)/../include \
    308 	-I$(srcdir)/../bfd @INCINTL@ -I. \
    309 	-DLOCALEDIR="\"$(datadir)/locale\""
    310 
    311 sources = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \
    312 	cg_print.c corefile.c gmon_io.c gprof.c hertz.c hist.c source.c \
    313 	search_list.c symtab.c sym_ids.c utils.c \
    314 	i386.c alpha.c vax.c tahoe.c sparc.c mips.c aarch64.c
    315 
    316 gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
    317 gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL_DEP)
    318 gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL)
    319 noinst_HEADERS = \
    320 	basic_blocks.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \
    321 	corefile.h gmon.h gmon_io.h gmon_out.h gprof.h hertz.h hist.h \
    322 	search_list.h source.h sym_ids.h symtab.h utils.h
    323 
    324 BUILT_SOURCES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
    325 EXTRA_DIST = $(BUILT_SOURCES) bbconv.pl $(man_MANS)
    326 
    327 # development.sh is used to determine -Werror default.
    328 CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/development.sh
    329 POTFILES = $(sources) $(noinst_HEADERS)
    330 MANCONF = -Dman
    331 TEXI2POD = perl $(srcdir)/../etc/texi2pod.pl $(AM_MAKEINFOFLAGS)
    332 POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1 --date=" "
    333 info_TEXINFOS = gprof.texi
    334 gprof_TEXINFOS = config.texi
    335 man_MANS = gprof.1
    336 AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc
    337 TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc
    338 MAINTAINERCLEANFILES = gprof.info
    339 
    340 # Automake 1.9 will only build info files in the objdir if they are
    341 # mentioned in DISTCLEANFILES.  It doesn't have to be unconditional,
    342 # though, so we use a bogus condition.
    343 @GENINSRC_NEVER_TRUE@DISTCLEANFILES = gprof.info
    344 all: $(BUILT_SOURCES) gconfig.h
    345 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
    346 
    347 .SUFFIXES:
    348 .SUFFIXES: .m .c .dvi .lo .o .obj .ps
    349 am--refresh:
    350 	@:
    351 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    352 	@for dep in $?; do \
    353 	  case '$(am__configure_deps)' in \
    354 	    *$$dep*) \
    355 	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
    356 	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
    357 		&& exit 0; \
    358 	      exit 1;; \
    359 	  esac; \
    360 	done; \
    361 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
    362 	$(am__cd) $(top_srcdir) && \
    363 	  $(AUTOMAKE) --foreign Makefile
    364 .PRECIOUS: Makefile
    365 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    366 	@case '$?' in \
    367 	  *config.status*) \
    368 	    echo ' $(SHELL) ./config.status'; \
    369 	    $(SHELL) ./config.status;; \
    370 	  *) \
    371 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
    372 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
    373 	esac;
    374 
    375 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    376 	$(SHELL) ./config.status --recheck
    377 
    378 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    379 	$(am__cd) $(srcdir) && $(AUTOCONF)
    380 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    381 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    382 $(am__aclocal_m4_deps):
    383 
    384 gconfig.h: stamp-h1
    385 	@if test ! -f $@; then \
    386 	  rm -f stamp-h1; \
    387 	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
    388 	else :; fi
    389 
    390 stamp-h1: $(srcdir)/gconfig.in $(top_builddir)/config.status
    391 	@rm -f stamp-h1
    392 	cd $(top_builddir) && $(SHELL) ./config.status gconfig.h
    393 $(srcdir)/gconfig.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
    394 	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
    395 	rm -f stamp-h1
    396 	touch $@
    397 
    398 distclean-hdr:
    399 	-rm -f gconfig.h stamp-h1
    400 po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
    401 	cd $(top_builddir) && $(SHELL) ./config.status $@
    402 install-binPROGRAMS: $(bin_PROGRAMS)
    403 	@$(NORMAL_INSTALL)
    404 	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
    405 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
    406 	for p in $$list; do echo "$$p $$p"; done | \
    407 	sed 's/$(EXEEXT)$$//' | \
    408 	while read p p1; do if test -f $$p || test -f $$p1; \
    409 	  then echo "$$p"; echo "$$p"; else :; fi; \
    410 	done | \
    411 	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
    412 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
    413 	sed 'N;N;N;s,\n, ,g' | \
    414 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
    415 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
    416 	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
    417 	    else { print "f", $$3 "/" $$4, $$1; } } \
    418 	  END { for (d in files) print "f", d, files[d] }' | \
    419 	while read type dir files; do \
    420 	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
    421 	    test -z "$$files" || { \
    422 	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
    423 	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
    424 	    } \
    425 	; done
    426 
    427 uninstall-binPROGRAMS:
    428 	@$(NORMAL_UNINSTALL)
    429 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
    430 	files=`for p in $$list; do echo "$$p"; done | \
    431 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
    432 	      -e 's/$$/$(EXEEXT)/' `; \
    433 	test -n "$$list" || exit 0; \
    434 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
    435 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
    436 
    437 clean-binPROGRAMS:
    438 	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
    439 	echo " rm -f" $$list; \
    440 	rm -f $$list || exit $$?; \
    441 	test -n "$(EXEEXT)" || exit 0; \
    442 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
    443 	echo " rm -f" $$list; \
    444 	rm -f $$list
    445 gprof$(EXEEXT): $(gprof_OBJECTS) $(gprof_DEPENDENCIES) 
    446 	@rm -f gprof$(EXEEXT)
    447 	$(LINK) $(gprof_OBJECTS) $(gprof_LDADD) $(LIBS)
    448 
    449 mostlyclean-compile:
    450 	-rm -f *.$(OBJEXT)
    451 
    452 distclean-compile:
    453 	-rm -f *.tab.c
    454 
    455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aarch64.Po@am__quote@
    456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alpha.Po@am__quote@
    457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_blocks.Po@am__quote@
    458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsd_callg_bl.Po@am__quote@
    459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/call_graph.Po@am__quote@
    460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cg_arcs.Po@am__quote@
    461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cg_dfn.Po@am__quote@
    462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cg_print.Po@am__quote@
    463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/corefile.Po@am__quote@
    464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flat_bl.Po@am__quote@
    465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fsf_callg_bl.Po@am__quote@
    466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gmon_io.Po@am__quote@
    467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gprof.Po@am__quote@
    468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hertz.Po@am__quote@
    469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hist.Po@am__quote@
    470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386.Po@am__quote@
    471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mips.Po@am__quote@
    472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search_list.Po@am__quote@
    473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/source.Po@am__quote@
    474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparc.Po@am__quote@
    475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sym_ids.Po@am__quote@
    476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtab.Po@am__quote@
    477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tahoe.Po@am__quote@
    478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
    479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vax.Po@am__quote@
    480 
    481 .c.o:
    482 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    483 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    484 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    485 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    486 @am__fastdepCC_FALSE@	$(COMPILE) -c $<
    487 
    488 .c.obj:
    489 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    490 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    491 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    492 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    493 @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
    494 
    495 .c.lo:
    496 @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    497 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
    498 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    499 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    500 @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
    501 
    502 mostlyclean-libtool:
    503 	-rm -f *.lo
    504 
    505 clean-libtool:
    506 	-rm -rf .libs _libs
    507 
    508 distclean-libtool:
    509 	-rm -f libtool config.lt
    510 
    511 gprof.info: gprof.texi $(gprof_TEXINFOS)
    512 	restore=: && backupdir="$(am__leading_dot)am$$$$" && \
    513 	rm -rf $$backupdir && mkdir $$backupdir && \
    514 	if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
    515 	  for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
    516 	    if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
    517 	  done; \
    518 	else :; fi && \
    519 	if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
    520 	 -o $@ `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi; \
    521 	then \
    522 	  rc=0; \
    523 	else \
    524 	  rc=$$?; \
    525 	  $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
    526 	fi; \
    527 	rm -rf $$backupdir; exit $$rc
    528 
    529 gprof.dvi: gprof.texi $(gprof_TEXINFOS) 
    530 	TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
    531 	MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
    532 	$(TEXI2DVI) -o $@ `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi
    533 
    534 gprof.pdf: gprof.texi $(gprof_TEXINFOS) 
    535 	TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
    536 	MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
    537 	$(TEXI2PDF) -o $@ `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi
    538 
    539 gprof.html: gprof.texi $(gprof_TEXINFOS) 
    540 	rm -rf $(@:.html=.htp)
    541 	if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
    542 	 -o $(@:.html=.htp) `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi; \
    543 	then \
    544 	  rm -rf $@; \
    545 	  if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
    546 	    mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
    547 	else \
    548 	  if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
    549 	    rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
    550 	  exit 1; \
    551 	fi
    552 .dvi.ps:
    553 	TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
    554 	$(DVIPS) -o $@ $<
    555 
    556 uninstall-dvi-am:
    557 	@$(NORMAL_UNINSTALL)
    558 	@list='$(DVIS)'; test -n "$(dvidir)" || list=; \
    559 	for p in $$list; do \
    560 	  $(am__strip_dir) \
    561 	  echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
    562 	  rm -f "$(DESTDIR)$(dvidir)/$$f"; \
    563 	done
    564 
    565 uninstall-html-am:
    566 	@$(NORMAL_UNINSTALL)
    567 	@list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
    568 	for p in $$list; do \
    569 	  $(am__strip_dir) \
    570 	  echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
    571 	  rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
    572 	done
    573 
    574 uninstall-info-am:
    575 	@$(PRE_UNINSTALL)
    576 	@if test -d '$(DESTDIR)$(infodir)' && \
    577 	    (install-info --version && \
    578 	     install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
    579 	  list='$(INFO_DEPS)'; \
    580 	  for file in $$list; do \
    581 	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
    582 	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
    583 	    if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
    584 	    then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \
    585 	  done; \
    586 	else :; fi
    587 	@$(NORMAL_UNINSTALL)
    588 	@list='$(INFO_DEPS)'; \
    589 	for file in $$list; do \
    590 	  relfile=`echo "$$file" | sed 's|^.*/||'`; \
    591 	  relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
    592 	  (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
    593 	     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]"; \
    594 	     rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
    595 	   else :; fi); \
    596 	done
    597 
    598 uninstall-pdf-am:
    599 	@$(NORMAL_UNINSTALL)
    600 	@list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
    601 	for p in $$list; do \
    602 	  $(am__strip_dir) \
    603 	  echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
    604 	  rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
    605 	done
    606 
    607 uninstall-ps-am:
    608 	@$(NORMAL_UNINSTALL)
    609 	@list='$(PSS)'; test -n "$(psdir)" || list=; \
    610 	for p in $$list; do \
    611 	  $(am__strip_dir) \
    612 	  echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
    613 	  rm -f "$(DESTDIR)$(psdir)/$$f"; \
    614 	done
    615 
    616 dist-info: $(INFO_DEPS)
    617 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
    618 	list='$(INFO_DEPS)'; \
    619 	for base in $$list; do \
    620 	  case $$base in \
    621 	    $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
    622 	  esac; \
    623 	  if test -f $$base; then d=.; else d=$(srcdir); fi; \
    624 	  base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
    625 	  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 \
    626 	    if test -f $$file; then \
    627 	      relfile=`expr "$$file" : "$$d/\(.*\)"`; \
    628 	      test -f "$(distdir)/$$relfile" || \
    629 		cp -p $$file "$(distdir)/$$relfile"; \
    630 	    else :; fi; \
    631 	  done; \
    632 	done
    633 
    634 mostlyclean-aminfo:
    635 	-rm -rf gprof.aux gprof.cp gprof.cps gprof.fn gprof.fns gprof.ky gprof.kys \
    636 	  gprof.log gprof.pg gprof.pgs gprof.tmp gprof.toc gprof.tp \
    637 	  gprof.tps gprof.vr gprof.vrs
    638 
    639 clean-aminfo:
    640 	-test -z "gprof.dvi gprof.pdf gprof.ps gprof.html" \
    641 	|| rm -rf gprof.dvi gprof.pdf gprof.ps gprof.html
    642 
    643 maintainer-clean-aminfo:
    644 	@list='$(INFO_DEPS)'; for i in $$list; do \
    645 	  i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
    646 	  echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
    647 	  rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
    648 	done
    649 install-man1: $(man_MANS)
    650 	@$(NORMAL_INSTALL)
    651 	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
    652 	@list=''; test -n "$(man1dir)" || exit 0; \
    653 	{ for i in $$list; do echo "$$i"; done; \
    654 	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
    655 	  sed -n '/\.1[a-z]*$$/p'; \
    656 	} | while read p; do \
    657 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    658 	  echo "$$d$$p"; echo "$$p"; \
    659 	done | \
    660 	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
    661 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
    662 	sed 'N;N;s,\n, ,g' | { \
    663 	list=; while read file base inst; do \
    664 	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
    665 	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
    666 	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
    667 	  fi; \
    668 	done; \
    669 	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
    670 	while read files; do \
    671 	  test -z "$$files" || { \
    672 	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
    673 	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
    674 	done; }
    675 
    676 uninstall-man1:
    677 	@$(NORMAL_UNINSTALL)
    678 	@list=''; test -n "$(man1dir)" || exit 0; \
    679 	files=`{ for i in $$list; do echo "$$i"; done; \
    680 	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
    681 	  sed -n '/\.1[a-z]*$$/p'; \
    682 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
    683 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
    684 	test -z "$$files" || { \
    685 	  echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
    686 	  cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
    687 
    688 # This directory's subdirectories are mostly independent; you can cd
    689 # into them and run `make' without going through this Makefile.
    690 # To change the values of `make' variables: instead of editing Makefiles,
    691 # (1) if the variable is set in `config.status', edit `config.status'
    692 #     (which will cause the Makefiles to be regenerated when you run `make');
    693 # (2) otherwise, pass the desired values on the `make' command line.
    694 $(RECURSIVE_TARGETS):
    695 	@fail= failcom='exit 1'; \
    696 	for f in x $$MAKEFLAGS; do \
    697 	  case $$f in \
    698 	    *=* | --[!k]*);; \
    699 	    *k*) failcom='fail=yes';; \
    700 	  esac; \
    701 	done; \
    702 	dot_seen=no; \
    703 	target=`echo $@ | sed s/-recursive//`; \
    704 	list='$(SUBDIRS)'; for subdir in $$list; do \
    705 	  echo "Making $$target in $$subdir"; \
    706 	  if test "$$subdir" = "."; then \
    707 	    dot_seen=yes; \
    708 	    local_target="$$target-am"; \
    709 	  else \
    710 	    local_target="$$target"; \
    711 	  fi; \
    712 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    713 	  || eval $$failcom; \
    714 	done; \
    715 	if test "$$dot_seen" = "no"; then \
    716 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    717 	fi; test -z "$$fail"
    718 
    719 $(RECURSIVE_CLEAN_TARGETS):
    720 	@fail= failcom='exit 1'; \
    721 	for f in x $$MAKEFLAGS; do \
    722 	  case $$f in \
    723 	    *=* | --[!k]*);; \
    724 	    *k*) failcom='fail=yes';; \
    725 	  esac; \
    726 	done; \
    727 	dot_seen=no; \
    728 	case "$@" in \
    729 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    730 	  *) list='$(SUBDIRS)' ;; \
    731 	esac; \
    732 	rev=''; for subdir in $$list; do \
    733 	  if test "$$subdir" = "."; then :; else \
    734 	    rev="$$subdir $$rev"; \
    735 	  fi; \
    736 	done; \
    737 	rev="$$rev ."; \
    738 	target=`echo $@ | sed s/-recursive//`; \
    739 	for subdir in $$rev; do \
    740 	  echo "Making $$target in $$subdir"; \
    741 	  if test "$$subdir" = "."; then \
    742 	    local_target="$$target-am"; \
    743 	  else \
    744 	    local_target="$$target"; \
    745 	  fi; \
    746 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    747 	  || eval $$failcom; \
    748 	done && test -z "$$fail"
    749 tags-recursive:
    750 	list='$(SUBDIRS)'; for subdir in $$list; do \
    751 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
    752 	done
    753 ctags-recursive:
    754 	list='$(SUBDIRS)'; for subdir in $$list; do \
    755 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
    756 	done
    757 
    758 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    759 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    760 	unique=`for i in $$list; do \
    761 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    762 	  done | \
    763 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    764 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    765 	mkid -fID $$unique
    766 tags: TAGS
    767 
    768 TAGS: tags-recursive $(HEADERS) $(SOURCES) gconfig.in $(TAGS_DEPENDENCIES) \
    769 		$(TAGS_FILES) $(LISP)
    770 	set x; \
    771 	here=`pwd`; \
    772 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    773 	  include_option=--etags-include; \
    774 	  empty_fix=.; \
    775 	else \
    776 	  include_option=--include; \
    777 	  empty_fix=; \
    778 	fi; \
    779 	list='$(SUBDIRS)'; for subdir in $$list; do \
    780 	  if test "$$subdir" = .; then :; else \
    781 	    test ! -f $$subdir/TAGS || \
    782 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
    783 	  fi; \
    784 	done; \
    785 	list='$(SOURCES) $(HEADERS) gconfig.in $(LISP) $(TAGS_FILES)'; \
    786 	unique=`for i in $$list; do \
    787 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    788 	  done | \
    789 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    790 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    791 	shift; \
    792 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    793 	  test -n "$$unique" || unique=$$empty_fix; \
    794 	  if test $$# -gt 0; then \
    795 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    796 	      "$$@" $$unique; \
    797 	  else \
    798 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    799 	      $$unique; \
    800 	  fi; \
    801 	fi
    802 ctags: CTAGS
    803 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) gconfig.in $(TAGS_DEPENDENCIES) \
    804 		$(TAGS_FILES) $(LISP)
    805 	list='$(SOURCES) $(HEADERS) gconfig.in $(LISP) $(TAGS_FILES)'; \
    806 	unique=`for i in $$list; do \
    807 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    808 	  done | \
    809 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    810 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    811 	test -z "$(CTAGS_ARGS)$$unique" \
    812 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    813 	     $$unique
    814 
    815 GTAGS:
    816 	here=`$(am__cd) $(top_builddir) && pwd` \
    817 	  && $(am__cd) $(top_srcdir) \
    818 	  && gtags -i $(GTAGS_ARGS) "$$here"
    819 
    820 distclean-tags:
    821 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    822 check-am: all-am
    823 check: $(BUILT_SOURCES)
    824 	$(MAKE) $(AM_MAKEFLAGS) check-recursive
    825 all-am: Makefile $(INFO_DEPS) $(PROGRAMS) $(MANS) $(HEADERS) gconfig.h
    826 installdirs: installdirs-recursive
    827 installdirs-am:
    828 	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"; do \
    829 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    830 	done
    831 install: $(BUILT_SOURCES)
    832 	$(MAKE) $(AM_MAKEFLAGS) install-recursive
    833 install-exec: install-exec-recursive
    834 install-data: install-data-recursive
    835 uninstall: uninstall-recursive
    836 
    837 install-am: all-am
    838 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    839 
    840 installcheck: installcheck-recursive
    841 install-strip:
    842 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    843 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    844 	  `test -z '$(STRIP)' || \
    845 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    846 mostlyclean-generic:
    847 
    848 clean-generic:
    849 
    850 distclean-generic:
    851 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    852 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    853 	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
    854 
    855 maintainer-clean-generic:
    856 	@echo "This command is intended for maintainers to use"
    857 	@echo "it deletes files that may require special tools to rebuild."
    858 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
    859 	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
    860 clean: clean-recursive
    861 
    862 clean-am: clean-aminfo clean-binPROGRAMS clean-generic clean-libtool \
    863 	mostlyclean-am
    864 
    865 distclean: distclean-recursive
    866 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    867 	-rm -rf ./$(DEPDIR)
    868 	-rm -f Makefile
    869 distclean-am: clean-am distclean-compile distclean-generic \
    870 	distclean-hdr distclean-libtool distclean-tags
    871 
    872 dvi: dvi-recursive
    873 
    874 dvi-am: $(DVIS)
    875 
    876 html: html-recursive
    877 
    878 html-am: $(HTMLS)
    879 
    880 info: info-recursive
    881 
    882 info-am: $(INFO_DEPS)
    883 
    884 install-data-am: install-info-am install-man
    885 
    886 install-dvi: install-dvi-recursive
    887 
    888 install-dvi-am: $(DVIS)
    889 	@$(NORMAL_INSTALL)
    890 	test -z "$(dvidir)" || $(MKDIR_P) "$(DESTDIR)$(dvidir)"
    891 	@list='$(DVIS)'; test -n "$(dvidir)" || list=; \
    892 	for p in $$list; do \
    893 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    894 	  echo "$$d$$p"; \
    895 	done | $(am__base_list) | \
    896 	while read files; do \
    897 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
    898 	  $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \
    899 	done
    900 install-exec-am: install-binPROGRAMS
    901 
    902 install-html: install-html-recursive
    903 
    904 install-html-am: $(HTMLS)
    905 	@$(NORMAL_INSTALL)
    906 	test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
    907 	@list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
    908 	for p in $$list; do \
    909 	  if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
    910 	  $(am__strip_dir) \
    911 	  if test -d "$$d$$p"; then \
    912 	    echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
    913 	    $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
    914 	    echo " $(INSTALL_DATA) '$$d$$p'/* '$(DESTDIR)$(htmldir)/$$f'"; \
    915 	    $(INSTALL_DATA) "$$d$$p"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
    916 	  else \
    917 	    list2="$$list2 $$d$$p"; \
    918 	  fi; \
    919 	done; \
    920 	test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
    921 	while read files; do \
    922 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
    923 	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
    924 	done; }
    925 install-info: install-info-recursive
    926 
    927 install-info-am: $(INFO_DEPS)
    928 	@$(NORMAL_INSTALL)
    929 	test -z "$(infodir)" || $(MKDIR_P) "$(DESTDIR)$(infodir)"
    930 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
    931 	list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
    932 	for file in $$list; do \
    933 	  case $$file in \
    934 	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
    935 	  esac; \
    936 	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
    937 	  file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
    938 	  for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
    939 	               $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
    940 	    if test -f $$ifile; then \
    941 	      echo "$$ifile"; \
    942 	    else : ; fi; \
    943 	  done; \
    944 	done | $(am__base_list) | \
    945 	while read files; do \
    946 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
    947 	  $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
    948 	@$(POST_INSTALL)
    949 	@if (install-info --version && \
    950 	     install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
    951 	  list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
    952 	  for file in $$list; do \
    953 	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
    954 	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
    955 	    install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
    956 	  done; \
    957 	else : ; fi
    958 install-man: install-man1
    959 
    960 install-pdf: install-pdf-recursive
    961 
    962 install-pdf-am: $(PDFS)
    963 	@$(NORMAL_INSTALL)
    964 	test -z "$(pdfdir)" || $(MKDIR_P) "$(DESTDIR)$(pdfdir)"
    965 	@list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
    966 	for p in $$list; do \
    967 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    968 	  echo "$$d$$p"; \
    969 	done | $(am__base_list) | \
    970 	while read files; do \
    971 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
    972 	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done
    973 install-ps: install-ps-recursive
    974 
    975 install-ps-am: $(PSS)
    976 	@$(NORMAL_INSTALL)
    977 	test -z "$(psdir)" || $(MKDIR_P) "$(DESTDIR)$(psdir)"
    978 	@list='$(PSS)'; test -n "$(psdir)" || list=; \
    979 	for p in $$list; do \
    980 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    981 	  echo "$$d$$p"; \
    982 	done | $(am__base_list) | \
    983 	while read files; do \
    984 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
    985 	  $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done
    986 installcheck-am:
    987 
    988 maintainer-clean: maintainer-clean-recursive
    989 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    990 	-rm -rf $(top_srcdir)/autom4te.cache
    991 	-rm -rf ./$(DEPDIR)
    992 	-rm -f Makefile
    993 maintainer-clean-am: distclean-am maintainer-clean-aminfo \
    994 	maintainer-clean-generic
    995 
    996 mostlyclean: mostlyclean-recursive
    997 
    998 mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
    999 	mostlyclean-generic mostlyclean-libtool
   1000 
   1001 pdf: pdf-recursive
   1002 
   1003 pdf-am: $(PDFS)
   1004 
   1005 ps: ps-recursive
   1006 
   1007 ps-am: $(PSS)
   1008 
   1009 uninstall-am: uninstall-binPROGRAMS uninstall-dvi-am uninstall-html-am \
   1010 	uninstall-info-am uninstall-man uninstall-pdf-am \
   1011 	uninstall-ps-am
   1012 
   1013 uninstall-man: uninstall-man1
   1014 
   1015 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
   1016 	ctags-recursive install install-am install-strip \
   1017 	tags-recursive
   1018 
   1019 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
   1020 	all all-am am--refresh check check-am clean clean-aminfo \
   1021 	clean-binPROGRAMS clean-generic clean-libtool ctags \
   1022 	ctags-recursive dist-info distclean distclean-compile \
   1023 	distclean-generic distclean-hdr distclean-libtool \
   1024 	distclean-tags dvi dvi-am html html-am info info-am install \
   1025 	install-am install-binPROGRAMS install-data install-data-am \
   1026 	install-dvi install-dvi-am install-exec install-exec-am \
   1027 	install-html install-html-am install-info install-info-am \
   1028 	install-man install-man1 install-pdf install-pdf-am install-ps \
   1029 	install-ps-am install-strip installcheck installcheck-am \
   1030 	installdirs installdirs-am maintainer-clean \
   1031 	maintainer-clean-aminfo maintainer-clean-generic mostlyclean \
   1032 	mostlyclean-aminfo mostlyclean-compile mostlyclean-generic \
   1033 	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
   1034 	uninstall uninstall-am uninstall-binPROGRAMS uninstall-dvi-am \
   1035 	uninstall-html-am uninstall-info-am uninstall-man \
   1036 	uninstall-man1 uninstall-pdf-am uninstall-ps-am
   1037 
   1038 
   1039 diststuff: $(BUILT_SOURCES) info $(man_MANS)
   1040 
   1041 # This empty rule is a hack against gmake patched by Apple.
   1042 %.o:%.m
   1043 
   1044 .m.c:
   1045 	awk -f $(srcdir)/gen-c-prog.awk > $@ \
   1046 	    FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
   1047 	    FILE=$*.m $<
   1048 po/POTFILES.in: @MAINT@ Makefile
   1049 	for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
   1050 	  && mv tmp $(srcdir)/po/POTFILES.in
   1051 
   1052 config.texi:
   1053 	echo "@set top_srcdir $(top_srcdir)" >> ./config.texi
   1054 
   1055 # Build the man page from the texinfo file
   1056 # The sed command removes the no-adjust Nroff command so that
   1057 # the man output looks standard.
   1058 gprof.1: $(srcdir)/gprof.texi config.texi
   1059 	touch $@
   1060 	-$(TEXI2POD) $(MANCONF) -Dgprof < $(srcdir)/gprof.texi > gprof.pod
   1061 	-($(POD2MAN) gprof.pod | \
   1062 	       sed -e '/^.if n .na/d' > $@.T$$$$ && \
   1063 	       mv -f $@.T$$$$ $@) || \
   1064 	       (rm -f $@.T$$$$ && exit 1)
   1065 	rm -f gprof.pod
   1066 
   1067 # Tell versions [3.59,3.63) of GNU make to not export all variables.
   1068 # Otherwise a system limit (for SysV at least) may be exceeded.
   1069 .NOEXPORT:
   1070