Makefile.in 41 KB

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