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