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