Regenerate Makefile.in/aclocal.m4 automake 1.11.6
[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-2016 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         tahoe.$(OBJEXT) sparc.$(OBJEXT) mips.$(OBJEXT) \
114         aarch64.$(OBJEXT)
115 am_gprof_OBJECTS = $(am__objects_1) flat_bl.$(OBJEXT) \
116         bsd_callg_bl.$(OBJEXT) fsf_callg_bl.$(OBJEXT)
117 gprof_OBJECTS = $(am_gprof_OBJECTS)
118 am__DEPENDENCIES_1 =
119 DEFAULT_INCLUDES = -I.@am__isrc@
120 depcomp = $(SHELL) $(top_srcdir)/../depcomp
121 am__depfiles_maybe = depfiles
122 am__mv = mv -f
123 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
124         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
125 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
126         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
127         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
128 CCLD = $(CC)
129 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
130         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
131         $(LDFLAGS) -o $@
132 SOURCES = $(gprof_SOURCES)
133 INFO_DEPS = gprof.info
134 am__TEXINFO_TEX_DIR = $(srcdir)/../texinfo
135 DVIS = gprof.dvi
136 PDFS = gprof.pdf
137 PSS = gprof.ps
138 HTMLS = gprof.html
139 TEXINFOS = gprof.texi
140 TEXI2PDF = $(TEXI2DVI) --pdf --batch
141 MAKEINFOHTML = $(MAKEINFO) --html
142 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
143 DVIPS = dvips
144 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
145         html-recursive info-recursive install-data-recursive \
146         install-dvi-recursive install-exec-recursive \
147         install-html-recursive install-info-recursive \
148         install-pdf-recursive install-ps-recursive install-recursive \
149         installcheck-recursive installdirs-recursive pdf-recursive \
150         ps-recursive uninstall-recursive
151 am__can_run_installinfo = \
152   case $$AM_UPDATE_INFO_DIR in \
153     n|no|NO) false;; \
154     *) (install-info --version) >/dev/null 2>&1;; \
155   esac
156 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
157 am__vpath_adj = case $$p in \
158     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
159     *) f=$$p;; \
160   esac;
161 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
162 am__install_max = 40
163 am__nobase_strip_setup = \
164   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
165 am__nobase_strip = \
166   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
167 am__nobase_list = $(am__nobase_strip_setup); \
168   for p in $$list; do echo "$$p $$p"; done | \
169   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
170   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
171     if (++n[$$2] == $(am__install_max)) \
172       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
173     END { for (dir in files) print dir, files[dir] }'
174 am__base_list = \
175   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
176   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
177 am__uninstall_files_from_dir = { \
178   test -z "$$files" \
179     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
180     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
181          $(am__cd) "$$dir" && rm -f $$files; }; \
182   }
183 man1dir = $(mandir)/man1
184 NROFF = nroff
185 MANS = $(man_MANS)
186 HEADERS = $(noinst_HEADERS)
187 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
188   distclean-recursive maintainer-clean-recursive
189 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
190         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
191 ETAGS = etags
192 CTAGS = ctags
193 DIST_SUBDIRS = $(SUBDIRS)
194 ACLOCAL = @ACLOCAL@
195 AMTAR = @AMTAR@
196 AR = @AR@
197 AUTOCONF = @AUTOCONF@
198 AUTOHEADER = @AUTOHEADER@
199 AUTOMAKE = @AUTOMAKE@
200 AWK = @AWK@
201 CATALOGS = @CATALOGS@
202 CATOBJEXT = @CATOBJEXT@
203 CC = @CC@
204 CCDEPMODE = @CCDEPMODE@
205 CFLAGS = @CFLAGS@
206 CPP = @CPP@
207 CPPFLAGS = @CPPFLAGS@
208 CYGPATH_W = @CYGPATH_W@
209 DATADIRNAME = @DATADIRNAME@
210 DEFS = @DEFS@
211 DEPDIR = @DEPDIR@
212 DSYMUTIL = @DSYMUTIL@
213 DUMPBIN = @DUMPBIN@
214 ECHO_C = @ECHO_C@
215 ECHO_N = @ECHO_N@
216 ECHO_T = @ECHO_T@
217 EGREP = @EGREP@
218 EXEEXT = @EXEEXT@
219 FGREP = @FGREP@
220 GENCAT = @GENCAT@
221 GMSGFMT = @GMSGFMT@
222 GREP = @GREP@
223 INCINTL = @INCINTL@
224 INSTALL = @INSTALL@
225 INSTALL_DATA = @INSTALL_DATA@
226 INSTALL_PROGRAM = @INSTALL_PROGRAM@
227 INSTALL_SCRIPT = @INSTALL_SCRIPT@
228 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
229 INSTOBJEXT = @INSTOBJEXT@
230 LD = @LD@
231 LDFLAGS = @LDFLAGS@
232 LIBINTL = @LIBINTL@
233 LIBINTL_DEP = @LIBINTL_DEP@
234 LIBOBJS = @LIBOBJS@
235 LIBS = @LIBS@
236 LIBTOOL = @LIBTOOL@
237 LIPO = @LIPO@
238 LN_S = @LN_S@
239 LTLIBOBJS = @LTLIBOBJS@
240 MAINT = @MAINT@
241 MAKEINFO = @MAKEINFO@
242 MKDIR_P = @MKDIR_P@
243 MKINSTALLDIRS = @MKINSTALLDIRS@
244 MSGFMT = @MSGFMT@
245 MSGMERGE = @MSGMERGE@
246 NM = @NM@
247 NMEDIT = @NMEDIT@
248 NO_WERROR = @NO_WERROR@
249 OBJDUMP = @OBJDUMP@
250 OBJEXT = @OBJEXT@
251 OTOOL = @OTOOL@
252 OTOOL64 = @OTOOL64@
253 PACKAGE = @PACKAGE@
254 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
255 PACKAGE_NAME = @PACKAGE_NAME@
256 PACKAGE_STRING = @PACKAGE_STRING@
257 PACKAGE_TARNAME = @PACKAGE_TARNAME@
258 PACKAGE_URL = @PACKAGE_URL@
259 PACKAGE_VERSION = @PACKAGE_VERSION@
260 PATH_SEPARATOR = @PATH_SEPARATOR@
261 POSUB = @POSUB@
262 RANLIB = @RANLIB@
263 SED = @SED@
264 SET_MAKE = @SET_MAKE@
265 SHELL = @SHELL@
266 STRIP = @STRIP@
267 USE_NLS = @USE_NLS@
268 VERSION = @VERSION@
269 WARN_CFLAGS = @WARN_CFLAGS@
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 tahoe.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)/tahoe.Po@am__quote@
508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vax.Po@am__quote@
510
511 .c.o:
512 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
513 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
514 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
515 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
516 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
517
518 .c.obj:
519 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
520 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
521 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
522 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
523 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
524
525 .c.lo:
526 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
527 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
528 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
529 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
530 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
531
532 mostlyclean-libtool:
533         -rm -f *.lo
534
535 clean-libtool:
536         -rm -rf .libs _libs
537
538 distclean-libtool:
539         -rm -f libtool config.lt
540
541 gprof.info: gprof.texi $(gprof_TEXINFOS)
542         restore=: && backupdir="$(am__leading_dot)am$$$$" && \
543         rm -rf $$backupdir && mkdir $$backupdir && \
544         if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
545           for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
546             if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
547           done; \
548         else :; fi && \
549         if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
550          -o $@ `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi; \
551         then \
552           rc=0; \
553         else \
554           rc=$$?; \
555           $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
556         fi; \
557         rm -rf $$backupdir; exit $$rc
558
559 gprof.dvi: gprof.texi $(gprof_TEXINFOS) 
560         TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
561         MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
562         $(TEXI2DVI) -o $@ `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi
563
564 gprof.pdf: gprof.texi $(gprof_TEXINFOS) 
565         TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
566         MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
567         $(TEXI2PDF) -o $@ `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi
568
569 gprof.html: gprof.texi $(gprof_TEXINFOS) 
570         rm -rf $(@:.html=.htp)
571         if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
572          -o $(@:.html=.htp) `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi; \
573         then \
574           rm -rf $@; \
575           if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
576             mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
577         else \
578           if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
579             rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
580           exit 1; \
581         fi
582 .dvi.ps:
583         TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
584         $(DVIPS) -o $@ $<
585
586 uninstall-dvi-am:
587         @$(NORMAL_UNINSTALL)
588         @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
589         for p in $$list; do \
590           $(am__strip_dir) \
591           echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
592           rm -f "$(DESTDIR)$(dvidir)/$$f"; \
593         done
594
595 uninstall-html-am:
596         @$(NORMAL_UNINSTALL)
597         @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
598         for p in $$list; do \
599           $(am__strip_dir) \
600           echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
601           rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
602         done
603
604 uninstall-info-am:
605         @$(PRE_UNINSTALL)
606         @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \
607           list='$(INFO_DEPS)'; \
608           for file in $$list; do \
609             relfile=`echo "$$file" | sed 's|^.*/||'`; \
610             echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
611             if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
612             then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \
613           done; \
614         else :; fi
615         @$(NORMAL_UNINSTALL)
616         @list='$(INFO_DEPS)'; \
617         for file in $$list; do \
618           relfile=`echo "$$file" | sed 's|^.*/||'`; \
619           relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
620           (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
621              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]"; \
622              rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
623            else :; fi); \
624         done
625
626 uninstall-pdf-am:
627         @$(NORMAL_UNINSTALL)
628         @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
629         for p in $$list; do \
630           $(am__strip_dir) \
631           echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
632           rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
633         done
634
635 uninstall-ps-am:
636         @$(NORMAL_UNINSTALL)
637         @list='$(PSS)'; test -n "$(psdir)" || list=; \
638         for p in $$list; do \
639           $(am__strip_dir) \
640           echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
641           rm -f "$(DESTDIR)$(psdir)/$$f"; \
642         done
643
644 dist-info: $(INFO_DEPS)
645         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
646         list='$(INFO_DEPS)'; \
647         for base in $$list; do \
648           case $$base in \
649             $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
650           esac; \
651           if test -f $$base; then d=.; else d=$(srcdir); fi; \
652           base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
653           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 \
654             if test -f $$file; then \
655               relfile=`expr "$$file" : "$$d/\(.*\)"`; \
656               test -f "$(distdir)/$$relfile" || \
657                 cp -p $$file "$(distdir)/$$relfile"; \
658             else :; fi; \
659           done; \
660         done
661
662 mostlyclean-aminfo:
663         -rm -rf gprof.aux gprof.cp gprof.cps gprof.fn gprof.fns gprof.ky gprof.kys \
664           gprof.log gprof.pg gprof.pgs gprof.tmp gprof.toc gprof.tp \
665           gprof.tps gprof.vr gprof.vrs
666
667 clean-aminfo:
668         -test -z "gprof.dvi gprof.pdf gprof.ps gprof.html" \
669         || rm -rf gprof.dvi gprof.pdf gprof.ps gprof.html
670
671 maintainer-clean-aminfo:
672         @list='$(INFO_DEPS)'; for i in $$list; do \
673           i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
674           echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
675           rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
676         done
677 install-man1: $(man_MANS)
678         @$(NORMAL_INSTALL)
679         @list1=''; \
680         list2='$(man_MANS)'; \
681         test -n "$(man1dir)" \
682           && test -n "`echo $$list1$$list2`" \
683           || exit 0; \
684         echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
685         $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
686         { for i in $$list1; do echo "$$i"; done;  \
687         if test -n "$$list2"; then \
688           for i in $$list2; do echo "$$i"; done \
689             | sed -n '/\.1[a-z]*$$/p'; \
690         fi; \
691         } | while read p; do \
692           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
693           echo "$$d$$p"; echo "$$p"; \
694         done | \
695         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
696               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
697         sed 'N;N;s,\n, ,g' | { \
698         list=; while read file base inst; do \
699           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
700             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
701             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
702           fi; \
703         done; \
704         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
705         while read files; do \
706           test -z "$$files" || { \
707             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
708             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
709         done; }
710
711 uninstall-man1:
712         @$(NORMAL_UNINSTALL)
713         @list=''; test -n "$(man1dir)" || exit 0; \
714         files=`{ for i in $$list; do echo "$$i"; done; \
715         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
716           sed -n '/\.1[a-z]*$$/p'; \
717         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
718               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
719         dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
720
721 # This directory's subdirectories are mostly independent; you can cd
722 # into them and run `make' without going through this Makefile.
723 # To change the values of `make' variables: instead of editing Makefiles,
724 # (1) if the variable is set in `config.status', edit `config.status'
725 #     (which will cause the Makefiles to be regenerated when you run `make');
726 # (2) otherwise, pass the desired values on the `make' command line.
727 $(RECURSIVE_TARGETS):
728         @fail= failcom='exit 1'; \
729         for f in x $$MAKEFLAGS; do \
730           case $$f in \
731             *=* | --[!k]*);; \
732             *k*) failcom='fail=yes';; \
733           esac; \
734         done; \
735         dot_seen=no; \
736         target=`echo $@ | sed s/-recursive//`; \
737         list='$(SUBDIRS)'; for subdir in $$list; do \
738           echo "Making $$target in $$subdir"; \
739           if test "$$subdir" = "."; then \
740             dot_seen=yes; \
741             local_target="$$target-am"; \
742           else \
743             local_target="$$target"; \
744           fi; \
745           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
746           || eval $$failcom; \
747         done; \
748         if test "$$dot_seen" = "no"; then \
749           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
750         fi; test -z "$$fail"
751
752 $(RECURSIVE_CLEAN_TARGETS):
753         @fail= failcom='exit 1'; \
754         for f in x $$MAKEFLAGS; do \
755           case $$f in \
756             *=* | --[!k]*);; \
757             *k*) failcom='fail=yes';; \
758           esac; \
759         done; \
760         dot_seen=no; \
761         case "$@" in \
762           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
763           *) list='$(SUBDIRS)' ;; \
764         esac; \
765         rev=''; for subdir in $$list; do \
766           if test "$$subdir" = "."; then :; else \
767             rev="$$subdir $$rev"; \
768           fi; \
769         done; \
770         rev="$$rev ."; \
771         target=`echo $@ | sed s/-recursive//`; \
772         for subdir in $$rev; do \
773           echo "Making $$target in $$subdir"; \
774           if test "$$subdir" = "."; then \
775             local_target="$$target-am"; \
776           else \
777             local_target="$$target"; \
778           fi; \
779           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
780           || eval $$failcom; \
781         done && test -z "$$fail"
782 tags-recursive:
783         list='$(SUBDIRS)'; for subdir in $$list; do \
784           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
785         done
786 ctags-recursive:
787         list='$(SUBDIRS)'; for subdir in $$list; do \
788           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
789         done
790
791 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
792         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
793         unique=`for i in $$list; do \
794             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
795           done | \
796           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
797               END { if (nonempty) { for (i in files) print i; }; }'`; \
798         mkid -fID $$unique
799 tags: TAGS
800
801 TAGS: tags-recursive $(HEADERS) $(SOURCES) gconfig.in $(TAGS_DEPENDENCIES) \
802                 $(TAGS_FILES) $(LISP)
803         set x; \
804         here=`pwd`; \
805         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
806           include_option=--etags-include; \
807           empty_fix=.; \
808         else \
809           include_option=--include; \
810           empty_fix=; \
811         fi; \
812         list='$(SUBDIRS)'; for subdir in $$list; do \
813           if test "$$subdir" = .; then :; else \
814             test ! -f $$subdir/TAGS || \
815               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
816           fi; \
817         done; \
818         list='$(SOURCES) $(HEADERS) gconfig.in $(LISP) $(TAGS_FILES)'; \
819         unique=`for i in $$list; do \
820             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
821           done | \
822           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
823               END { if (nonempty) { for (i in files) print i; }; }'`; \
824         shift; \
825         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
826           test -n "$$unique" || unique=$$empty_fix; \
827           if test $$# -gt 0; then \
828             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
829               "$$@" $$unique; \
830           else \
831             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
832               $$unique; \
833           fi; \
834         fi
835 ctags: CTAGS
836 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) gconfig.in $(TAGS_DEPENDENCIES) \
837                 $(TAGS_FILES) $(LISP)
838         list='$(SOURCES) $(HEADERS) gconfig.in $(LISP) $(TAGS_FILES)'; \
839         unique=`for i in $$list; do \
840             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
841           done | \
842           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
843               END { if (nonempty) { for (i in files) print i; }; }'`; \
844         test -z "$(CTAGS_ARGS)$$unique" \
845           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
846              $$unique
847
848 GTAGS:
849         here=`$(am__cd) $(top_builddir) && pwd` \
850           && $(am__cd) $(top_srcdir) \
851           && gtags -i $(GTAGS_ARGS) "$$here"
852
853 distclean-tags:
854         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
855 check-am: all-am
856 check: $(BUILT_SOURCES)
857         $(MAKE) $(AM_MAKEFLAGS) check-recursive
858 all-am: Makefile $(INFO_DEPS) $(PROGRAMS) $(MANS) $(HEADERS) gconfig.h
859 installdirs: installdirs-recursive
860 installdirs-am:
861         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"; do \
862           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
863         done
864 install: $(BUILT_SOURCES)
865         $(MAKE) $(AM_MAKEFLAGS) install-recursive
866 install-exec: install-exec-recursive
867 install-data: install-data-recursive
868 uninstall: uninstall-recursive
869
870 install-am: all-am
871         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
872
873 installcheck: installcheck-recursive
874 install-strip:
875         if test -z '$(STRIP)'; then \
876           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
877             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
878               install; \
879         else \
880           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
881             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
882             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
883         fi
884 mostlyclean-generic:
885
886 clean-generic:
887
888 distclean-generic:
889         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
890         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
891         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
892
893 maintainer-clean-generic:
894         @echo "This command is intended for maintainers to use"
895         @echo "it deletes files that may require special tools to rebuild."
896         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
897         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
898 clean: clean-recursive
899
900 clean-am: clean-aminfo clean-binPROGRAMS clean-generic clean-libtool \
901         mostlyclean-am
902
903 distclean: distclean-recursive
904         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
905         -rm -rf ./$(DEPDIR)
906         -rm -f Makefile
907 distclean-am: clean-am distclean-compile distclean-generic \
908         distclean-hdr distclean-libtool distclean-tags
909
910 dvi: dvi-recursive
911
912 dvi-am: $(DVIS)
913
914 html: html-recursive
915
916 html-am: $(HTMLS)
917
918 info: info-recursive
919
920 info-am: $(INFO_DEPS)
921
922 install-data-am: install-info-am install-man
923
924 install-dvi: install-dvi-recursive
925
926 install-dvi-am: $(DVIS)
927         @$(NORMAL_INSTALL)
928         @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
929         if test -n "$$list"; then \
930           echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \
931           $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \
932         fi; \
933         for p in $$list; do \
934           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
935           echo "$$d$$p"; \
936         done | $(am__base_list) | \
937         while read files; do \
938           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
939           $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \
940         done
941 install-exec-am: install-binPROGRAMS
942
943 install-html: install-html-recursive
944
945 install-html-am: $(HTMLS)
946         @$(NORMAL_INSTALL)
947         @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
948         if test -n "$$list"; then \
949           echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
950           $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
951         fi; \
952         for p in $$list; do \
953           if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
954           $(am__strip_dir) \
955           d2=$$d$$p; \
956           if test -d "$$d2"; then \
957             echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
958             $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
959             echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \
960             $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
961           else \
962             list2="$$list2 $$d2"; \
963           fi; \
964         done; \
965         test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
966         while read files; do \
967           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
968           $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
969         done; }
970 install-info: install-info-recursive
971
972 install-info-am: $(INFO_DEPS)
973         @$(NORMAL_INSTALL)
974         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
975         list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
976         if test -n "$$list"; then \
977           echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
978           $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \
979         fi; \
980         for file in $$list; do \
981           case $$file in \
982             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
983           esac; \
984           if test -f $$file; then d=.; else d=$(srcdir); fi; \
985           file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
986           for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
987                        $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
988             if test -f $$ifile; then \
989               echo "$$ifile"; \
990             else : ; fi; \
991           done; \
992         done | $(am__base_list) | \
993         while read files; do \
994           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
995           $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
996         @$(POST_INSTALL)
997         @if $(am__can_run_installinfo); then \
998           list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
999           for file in $$list; do \
1000             relfile=`echo "$$file" | sed 's|^.*/||'`; \
1001             echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
1002             install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
1003           done; \
1004         else : ; fi
1005 install-man: install-man1
1006
1007 install-pdf: install-pdf-recursive
1008
1009 install-pdf-am: $(PDFS)
1010         @$(NORMAL_INSTALL)
1011         @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
1012         if test -n "$$list"; then \
1013           echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
1014           $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
1015         fi; \
1016         for p in $$list; do \
1017           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1018           echo "$$d$$p"; \
1019         done | $(am__base_list) | \
1020         while read files; do \
1021           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
1022           $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done
1023 install-ps: install-ps-recursive
1024
1025 install-ps-am: $(PSS)
1026         @$(NORMAL_INSTALL)
1027         @list='$(PSS)'; test -n "$(psdir)" || list=; \
1028         if test -n "$$list"; then \
1029           echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \
1030           $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \
1031         fi; \
1032         for p in $$list; do \
1033           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1034           echo "$$d$$p"; \
1035         done | $(am__base_list) | \
1036         while read files; do \
1037           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
1038           $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done
1039 installcheck-am:
1040
1041 maintainer-clean: maintainer-clean-recursive
1042         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1043         -rm -rf $(top_srcdir)/autom4te.cache
1044         -rm -rf ./$(DEPDIR)
1045         -rm -f Makefile
1046 maintainer-clean-am: distclean-am maintainer-clean-aminfo \
1047         maintainer-clean-generic
1048
1049 mostlyclean: mostlyclean-recursive
1050
1051 mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
1052         mostlyclean-generic mostlyclean-libtool
1053
1054 pdf: pdf-recursive
1055
1056 pdf-am: $(PDFS)
1057
1058 ps: ps-recursive
1059
1060 ps-am: $(PSS)
1061
1062 uninstall-am: uninstall-binPROGRAMS uninstall-dvi-am uninstall-html-am \
1063         uninstall-info-am uninstall-man uninstall-pdf-am \
1064         uninstall-ps-am
1065
1066 uninstall-man: uninstall-man1
1067
1068 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1069         ctags-recursive install install-am install-strip \
1070         tags-recursive
1071
1072 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1073         all all-am am--refresh check check-am clean clean-aminfo \
1074         clean-binPROGRAMS clean-generic clean-libtool ctags \
1075         ctags-recursive dist-info distclean distclean-compile \
1076         distclean-generic distclean-hdr distclean-libtool \
1077         distclean-tags dvi dvi-am html html-am info info-am install \
1078         install-am install-binPROGRAMS install-data install-data-am \
1079         install-dvi install-dvi-am install-exec install-exec-am \
1080         install-html install-html-am install-info install-info-am \
1081         install-man install-man1 install-pdf install-pdf-am install-ps \
1082         install-ps-am install-strip installcheck installcheck-am \
1083         installdirs installdirs-am maintainer-clean \
1084         maintainer-clean-aminfo maintainer-clean-generic mostlyclean \
1085         mostlyclean-aminfo mostlyclean-compile mostlyclean-generic \
1086         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
1087         uninstall uninstall-am uninstall-binPROGRAMS uninstall-dvi-am \
1088         uninstall-html-am uninstall-info-am uninstall-man \
1089         uninstall-man1 uninstall-pdf-am uninstall-ps-am
1090
1091
1092 diststuff: $(BUILT_SOURCES) info $(man_MANS)
1093
1094 # This empty rule is a hack against gmake patched by Apple.
1095 %.o:%.m
1096
1097 .m.c:
1098         awk -f $(srcdir)/gen-c-prog.awk > $@ \
1099             FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
1100             FILE=$*.m $<
1101 po/POTFILES.in: @MAINT@ Makefile
1102         for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
1103           && mv tmp $(srcdir)/po/POTFILES.in
1104
1105 config.texi:
1106         echo "@set top_srcdir $(top_srcdir)" >> ./config.texi
1107
1108 # Build the man page from the texinfo file
1109 # The sed command removes the no-adjust Nroff command so that
1110 # the man output looks standard.
1111 gprof.1: $(srcdir)/gprof.texi config.texi
1112         touch $@
1113         -$(TEXI2POD) $(MANCONF) -Dgprof < $(srcdir)/gprof.texi > gprof.pod
1114         -($(POD2MAN) gprof.pod | \
1115                sed -e '/^.if n .na/d' > $@.T$$$$ && \
1116                mv -f $@.T$$$$ $@) || \
1117                (rm -f $@.T$$$$ && exit 1)
1118         rm -f gprof.pod
1119
1120 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1121 # Otherwise a system limit (for SysV at least) may be exceeded.
1122 .NOEXPORT: