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