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