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