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