1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17 top_srcdir
= @top_srcdir@
20 exec_prefix = @
exec_prefix@
24 libexecdir
= @libexecdir@
26 sysconfdir
= @sysconfdir@
27 sharedstatedir
= @sharedstatedir@
28 localstatedir
= @localstatedir@
32 includedir = @
includedir@
33 oldincludedir = /usr
/include
37 pkgdatadir
= $(datadir)/@PACKAGE@
38 pkglibdir
= $(libdir)/@PACKAGE@
39 pkgincludedir
= $(includedir)/@PACKAGE@
46 AUTOHEADER
= @AUTOHEADER@
49 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
60 build_alias
= @build_alias@
61 build_triplet
= @build@
62 host_alias
= @host_alias@
64 target_alias
= @target_alias@
65 target_triplet
= @target@
68 CATOBJEXT
= @CATOBJEXT@
72 DATADIRNAME
= @DATADIRNAME@
81 INCLUDE_LOCALE_H
= @INCLUDE_LOCALE_H@
82 INSTOBJEXT
= @INSTOBJEXT@
90 MKINSTALLDIRS
= @MKINSTALLDIRS@
99 USE_INCLUDED_LIBINTL
= @USE_INCLUDED_LIBINTL@
104 AUTOMAKE_OPTIONS
= cygnus
110 BASEDIR
= $(srcdir)/..
111 BFDDIR
= $(BASEDIR
)/bfd
112 INCDIR
= $(BASEDIR
)/include
114 WARN_CFLAGS
= @WARN_CFLAGS@
115 AM_CFLAGS
= $(WARN_CFLAGS
)
119 INCLUDES
= -D_GNU_SOURCE
-DDEBUG
-I..
/bfd
-I
$(srcdir)/..
/include -I
$(srcdir)/..
/bfd
-I
$(srcdir)/..
/intl
-I..
/intl
-I.
-DLOCALEDIR
="\"$(prefix)/share/locale\""
123 sources
= basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \
124 cg_print.c corefile.c gmon_io.c gprof.c hertz.c hist.c source.c \
125 search_list.c symtab.c sym_ids.c utils.c \
126 i386.c alpha.c vax.c tahoe.c sparc.c mips.c
128 gprof_SOURCES
= $(sources
) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
129 gprof_DEPENDENCIES
= ..
/bfd
/libbfd.la ..
/libiberty
/libiberty.a
$(INTLDEPS
)
130 gprof_LDADD
= ..
/bfd
/libbfd.la ..
/libiberty
/libiberty.a
$(INTLLIBS
)
133 basic_blocks.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \
134 corefile.h gmon.h gmon_io.h gmon_out.h gprof.h hertz.h hist.h \
135 search_list.h source.h sym_ids.h symtab.h utils.h
138 BUILT_SOURCES
= flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
139 EXTRA_DIST
= $(BUILT_SOURCES
) bbconv.pl
$(man_MANS
)
141 POTFILES
= $(sources
) $(noinst_HEADERS
)
145 TEXI2POD
= perl
$(srcdir)/..
/etc
/texi2pod.pl
147 POD2MAN
= pod2man
--center
="GNU" --release
="binutils-$(VERSION)" --section
=1
149 info_TEXINFOS
= gprof.texi
152 CLEANFILES
= dep.sed DEP DEPA DEP1 DEP2
153 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
154 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/mkinstalldirs
155 CONFIG_HEADER
= gconfig.h
157 bin_PROGRAMS
= gprof
$(EXEEXT
)
158 PROGRAMS
= $(bin_PROGRAMS
)
161 DEFS
= @DEFS@
-I.
-I
$(srcdir) -I.
162 CPPFLAGS
= @CPPFLAGS@
165 gprof_OBJECTS
= basic_blocks.
$(OBJEXT
) call_graph.
$(OBJEXT
) \
166 cg_arcs.
$(OBJEXT
) cg_dfn.
$(OBJEXT
) cg_print.
$(OBJEXT
) \
167 corefile.
$(OBJEXT
) gmon_io.
$(OBJEXT
) gprof.
$(OBJEXT
) hertz.
$(OBJEXT
) \
168 hist.
$(OBJEXT
) source.
$(OBJEXT
) search_list.
$(OBJEXT
) symtab.
$(OBJEXT
) \
169 sym_ids.
$(OBJEXT
) utils.
$(OBJEXT
) i386.
$(OBJEXT
) alpha.
$(OBJEXT
) \
170 vax.
$(OBJEXT
) tahoe.
$(OBJEXT
) sparc.
$(OBJEXT
) mips.
$(OBJEXT
) \
171 flat_bl.
$(OBJEXT
) bsd_callg_bl.
$(OBJEXT
) fsf_callg_bl.
$(OBJEXT
)
174 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
175 LTCOMPILE
= $(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
177 LINK
= $(LIBTOOL
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(LDFLAGS
) -o
$@
178 TEXI2DVI
= `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
179 TEXINFO_TEX
= $(top_srcdir
)/..
/texinfo
/texinfo.
tex
180 INFO_DEPS
= gprof.
info
182 TEXINFOS
= gprof.texi
183 man1dir = $(mandir)/man1
187 HEADERS
= $(noinst_HEADERS
)
189 DIST_COMMON
= README .
/stamp-h.in ChangeLog Makefile.am Makefile.in \
190 TODO acinclude.m4 aclocal.m4 configure configure.in gconfig.in
193 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
197 SOURCES
= $(gprof_SOURCES
)
198 OBJECTS
= $(gprof_OBJECTS
)
202 .SUFFIXES
: .S .c .
dvi .
info .lo .m .o .obj .ps .s .texi .texinfo .txi
203 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@ Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
204 cd
$(top_srcdir
) && $(AUTOMAKE
) --cygnus Makefile
206 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
208 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
210 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
211 cd
$(srcdir) && $(ACLOCAL
)
213 config.status
: $(srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
214 $(SHELL
) .
/config.status
--recheck
215 $(srcdir)/configure
: @MAINTAINER_MODE_TRUE@
$(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
216 cd
$(srcdir) && $(AUTOCONF
)
219 @if
test ! -f
$@
; then \
223 stamp-h
: $(srcdir)/gconfig.in
$(top_builddir
)/config.status
225 && CONFIG_FILES
= CONFIG_HEADERS
=gconfig.h
:gconfig.in \
226 $(SHELL
) .
/config.status
227 @echo timestamp
> stamp-h
2> /dev
/null
228 $(srcdir)/gconfig.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/stamp-h.in
229 @if
test ! -f
$@
; then \
230 rm -f
$(srcdir)/stamp-h.in
; \
231 $(MAKE
) $(srcdir)/stamp-h.in
; \
233 $(srcdir)/stamp-h.in
: $(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
234 cd
$(top_srcdir
) && $(AUTOHEADER
)
235 @echo timestamp
> $(srcdir)/stamp-h.in
2> /dev
/null
244 maintainer-clean-hdr
:
246 mostlyclean-binPROGRAMS
:
249 -test -z
"$(bin_PROGRAMS)" ||
rm -f
$(bin_PROGRAMS
)
251 distclean-binPROGRAMS
:
253 maintainer-clean-binPROGRAMS
:
255 install-binPROGRAMS
: $(bin_PROGRAMS
)
257 $(mkinstalldirs
) $(DESTDIR
)$(bindir)
258 @list
='$(bin_PROGRAMS)'; for p in
$$list; do \
259 if
test -f
$$p; then \
260 echo
" $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
261 $(LIBTOOL
) --mode
=install $(INSTALL_PROGRAM
) $$p $(DESTDIR
)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
265 uninstall-binPROGRAMS
:
267 list
='$(bin_PROGRAMS)'; for p in
$$list; do \
268 rm -f
$(DESTDIR
)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
274 # FIXME: We should only use cygpath when building on Windows,
275 # and only if it is available.
277 $(COMPILE
) -c
`cygpath -w $<`
286 -rm -f
*.o core
*.core
294 maintainer-clean-compile
:
297 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
300 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
303 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
313 maintainer-clean-libtool
:
315 gprof
$(EXEEXT
): $(gprof_OBJECTS
) $(gprof_DEPENDENCIES
)
316 @
rm -f gprof
$(EXEEXT
)
317 $(LINK
) $(gprof_LDFLAGS
) $(gprof_OBJECTS
) $(gprof_LDADD
) $(LIBS
)
319 gprof.
info: gprof.texi
320 gprof.
dvi: gprof.texi
326 @
rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
327 $(MAKEINFO
) -I
$(srcdir) $<
330 TEXINPUTS
=$(top_srcdir
)/..
/texinfo
/texinfo.
tex:$$TEXINPUTS \
331 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
334 @
rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
335 $(MAKEINFO
) -I
$(srcdir) $<
338 @
rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
339 $(MAKEINFO
) -I
$(srcdir) $<
342 @
rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
343 $(MAKEINFO
) -I
$(srcdir) $<
346 TEXINPUTS
=$(top_srcdir
)/..
/texinfo
/texinfo.
tex:$$TEXINPUTS \
347 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
350 @
rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
351 $(MAKEINFO
) -I
$(srcdir) $<
354 TEXINPUTS
=$(top_srcdir
)/..
/texinfo
/texinfo.
tex:$$TEXINPUTS \
355 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
358 @
rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
359 $(MAKEINFO
) -I
$(srcdir) $<
363 install-info-am
: $(INFO_DEPS
)
365 $(mkinstalldirs
) $(DESTDIR
)$(infodir)
366 @list
='$(INFO_DEPS)'; \
367 for file in
$$list; do \
368 if
test -f
$$file; then d
=.
; else d
=$(srcdir); fi
; \
369 for ifile in
`cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
370 if
test -f
$$d/$$ifile; then \
371 echo
" $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
372 $(INSTALL_DATA
) $$d/$$ifile $(DESTDIR
)$(infodir)/$$ifile; \
377 @if
$(SHELL
) -c
'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev
/null
2>&1; then \
378 list
='$(INFO_DEPS)'; \
379 for file in
$$list; do \
380 echo
" install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
381 install-info
--info-dir
=$(DESTDIR
)$(infodir) $(DESTDIR
)$(infodir)/$$file ||
:;\
387 @if
$(SHELL
) -c
'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev
/null
2>&1; then \
390 list
='$(INFO_DEPS)'; \
391 for file in
$$list; do \
393 || install-info
--info-dir
=$(DESTDIR
)$(infodir) --remove
$$file; \
396 list
='$(INFO_DEPS)'; \
397 for file in
$$list; do \
398 (cd
$(DESTDIR
)$(infodir) && rm -f
$$file $$file-[0-9] $$file-[0-9][0-9]); \
401 dist-info
: $(INFO_DEPS
)
402 list
='$(INFO_DEPS)'; \
403 for base in
$$list; do \
404 if
test -f
$$base; then d
=.
; else d
=$(srcdir); fi
; \
405 for file in
`cd $$d && eval echo $$base*`; do \
406 test -f
$(distdir
)/$$file \
407 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
408 || cp
-p
$$d/$$file $(distdir
)/$$file; \
413 -rm -f gprof.aux gprof.cp gprof.cps gprof.
dvi gprof.fn gprof.fns \
414 gprof.ky gprof.kys gprof.ps gprof.log gprof.pg gprof.toc \
415 gprof.tp gprof.tps gprof.vr gprof.vrs gprof.op gprof.tr \
422 maintainer-clean-aminfo
:
423 for i in
$(INFO_DEPS
); do \
425 if
test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
429 clean-info
: mostlyclean-aminfo
432 $(mkinstalldirs
) $(DESTDIR
)$(man1dir)
433 @list
='$(man1_MANS)'; \
434 l2
='$(man_MANS)'; for i in
$$l2; do \
436 *.1*) list
="$$list $$i" ;; \
439 for i in
$$list; do \
440 if
test -f
$(srcdir)/$$i; then file
=$(srcdir)/$$i; \
442 ext
=`echo $$i | sed -e 's/^.*\\.//'`; \
443 inst
=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
444 inst
=`echo $$inst | sed '$(transform)'`.
$$ext; \
445 echo
" $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
446 $(INSTALL_DATA
) $$file $(DESTDIR
)$(man1dir)/$$inst; \
450 @list
='$(man1_MANS)'; \
451 l2
='$(man_MANS)'; for i in
$$l2; do \
453 *.1*) list
="$$list $$i" ;; \
456 for i in
$$list; do \
457 ext
=`echo $$i | sed -e 's/^.*\\.//'`; \
458 inst
=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
459 inst
=`echo $$inst | sed '$(transform)'`.
$$ext; \
460 echo
" rm -f $(DESTDIR)$(man1dir)/$$inst"; \
461 rm -f
$(DESTDIR
)$(man1dir)/$$inst; \
465 $(MAKE
) $(AM_MAKEFLAGS
) install-man1
468 $(MAKE
) $(AM_MAKEFLAGS
) uninstall-man1
470 # This directory's subdirectories are mostly independent; you can cd
471 # into them and run `make' without going through this Makefile.
472 # To change the values of `make' variables: instead of editing Makefiles,
473 # (1) if the variable is set in `config.status', edit `config.status'
474 # (which will cause the Makefiles to be regenerated when you run `make');
475 # (2) otherwise, pass the desired values on the `make' command line.
479 all-recursive install-data-recursive install-exec-recursive \
480 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
481 check-recursive installcheck-recursive info-recursive dvi-recursive
:
482 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
484 target
=`echo $@ | sed s/-recursive//`; \
485 list
='$(SUBDIRS)'; for subdir in
$$list; do \
486 echo
"Making $$target in $$subdir"; \
487 if
test "$$subdir" = "."; then \
489 local_target
="$$target-am"; \
491 local_target
="$$target"; \
493 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
494 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
496 if
test "$$dot_seen" = "no"; then \
497 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
500 mostlyclean-recursive clean-recursive distclean-recursive \
501 maintainer-clean-recursive
:
502 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
504 rev
=''; list
='$(SUBDIRS)'; for subdir in
$$list; do \
505 rev
="$$subdir $$rev"; \
506 test "$$subdir" != "." || dot_seen
=yes
; \
508 test "$$dot_seen" = "no" && rev
=". $$rev"; \
509 target
=`echo $@ | sed s/-recursive//`; \
510 for subdir in
$$rev; do \
511 echo
"Making $$target in $$subdir"; \
512 if
test "$$subdir" = "."; then \
513 local_target
="$$target-am"; \
515 local_target
="$$target"; \
517 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
518 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
519 done
&& test -z
"$$fail"
521 list
='$(SUBDIRS)'; for subdir in
$$list; do \
522 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
527 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
528 list
='$(SOURCES) $(HEADERS)'; \
529 unique
=`for i in $$list; do echo $$i; done | \
530 awk ' { files[$$0] = 1; } \
531 END { for (i in files) print i; }'`; \
532 here
=`pwd` && cd
$(srcdir) \
533 && mkid
-f
$$here/ID
$$unique $(LISP
)
535 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) gconfig.in
$(TAGS_DEPENDENCIES
) $(LISP
)
538 list
='$(SUBDIRS)'; for subdir in
$$list; do \
539 if
test "$$subdir" = .
; then
:; else \
540 test -f
$$subdir/TAGS
&& tags="$$tags -i $$here/$$subdir/TAGS"; \
543 list
='$(SOURCES) $(HEADERS)'; \
544 unique
=`for i in $$list; do echo $$i; done | \
545 awk ' { files[$$0] = 1; } \
546 END { for (i in files) print i; }'`; \
547 test -z
"$(ETAGS_ARGS)gconfig.in$$unique$(LISP)$$tags" \
548 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags gconfig.in
$$unique $(LISP
) -o
$$here/TAGS
)
557 maintainer-clean-tags
:
559 distdir
= $(PACKAGE
)-$(VERSION
)
560 top_distdir
= $(distdir
)
562 # This target untars the dist file and tries a VPATH configuration. Then
563 # it guarantees that the distribution is self-contained by making another
567 GZIP
=$(GZIP_ENV
) $(TAR
) zxf
$(distdir
).
tar.gz
568 mkdir
$(distdir
)/=build
569 mkdir
$(distdir
)/=inst
570 dc_install_base
=`cd $(distdir)/=inst && pwd`; \
571 cd
$(distdir
)/=build \
572 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
573 && $(MAKE
) $(AM_MAKEFLAGS
) \
574 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
575 && $(MAKE
) $(AM_MAKEFLAGS
) check \
576 && $(MAKE
) $(AM_MAKEFLAGS
) install \
577 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
578 && $(MAKE
) $(AM_MAKEFLAGS
) dist
580 @banner
="$(distdir).tar.gz is ready for distribution"; \
581 dashes
=`echo "$$banner" | sed s/./=/g`; \
586 -chmod
-R a
+r
$(distdir
)
587 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
590 -chmod
-R a
+r
$(distdir
)
591 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
593 distdir
: $(DISTFILES
)
596 -chmod
777 $(distdir
)
597 @for file in
$(DISTFILES
); do \
598 if
test -f
$$file; then d
=.
; else d
=$(srcdir); fi
; \
599 if
test -d
$$d/$$file; then \
600 cp
-pr
$$d/$$file $(distdir
)/$$file; \
602 test -f
$(distdir
)/$$file \
603 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
604 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
607 for subdir in
$(SUBDIRS
); do \
608 if
test "$$subdir" = .
; then
:; else \
609 test -d
$(distdir
)/$$subdir \
610 || mkdir
$(distdir
)/$$subdir \
612 chmod
777 $(distdir
)/$$subdir; \
613 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
=..
/$(distdir
) distdir
=..
/$(distdir
)/$$subdir distdir
) \
617 $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
="$(top_distdir)" distdir
="$(distdir)" dist-info
618 info-am
: $(INFO_DEPS
)
623 check: check-recursive
625 installcheck: installcheck-recursive
627 install-info
: install-info-recursive
628 all-recursive-am
: gconfig.h
629 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
631 install-exec-am
: install-binPROGRAMS
632 install-exec
: install-exec-recursive
634 install-data-am
: install-man
635 install-data
: install-data-recursive
638 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
639 install: install-recursive
640 uninstall-am
: uninstall-binPROGRAMS uninstall-man
641 uninstall: uninstall-recursive
642 all-am
: Makefile
$(PROGRAMS
) $(MANS
) $(HEADERS
) gconfig.h
643 all-redirect
: all-recursive-am
645 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
646 installdirs: installdirs-recursive
648 $(mkinstalldirs
) $(DESTDIR
)$(bindir) $(DESTDIR
)$(mandir)/man1
654 -test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
657 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
658 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
660 maintainer-clean-generic
:
661 -test -z
"$(BUILT_SOURCES)" ||
rm -f
$(BUILT_SOURCES
)
662 mostlyclean-am
: mostlyclean-hdr mostlyclean-binPROGRAMS \
663 mostlyclean-compile mostlyclean-libtool \
664 mostlyclean-aminfo mostlyclean-tags mostlyclean-generic
666 mostlyclean: mostlyclean-recursive
668 clean-am
: clean-hdr clean-binPROGRAMS clean-compile clean-libtool \
669 clean-aminfo clean-tags clean-generic mostlyclean-am
671 clean: clean-recursive
673 distclean-am
: distclean-hdr distclean-binPROGRAMS distclean-compile \
674 distclean-libtool distclean-aminfo distclean-tags \
675 distclean-generic clean-am
678 distclean: distclean-recursive
681 maintainer-clean-am
: maintainer-clean-hdr maintainer-clean-binPROGRAMS \
682 maintainer-clean-compile maintainer-clean-libtool \
683 maintainer-clean-aminfo maintainer-clean-tags \
684 maintainer-clean-generic distclean-am
685 @echo
"This command is intended for maintainers to use;"
686 @echo
"it deletes files that may require special tools to rebuild."
688 maintainer-clean
: maintainer-clean-recursive
691 .PHONY
: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
692 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
693 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
694 mostlyclean-compile distclean-compile clean-compile \
695 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
696 clean-libtool maintainer-clean-libtool install-info-am uninstall-info \
697 mostlyclean-aminfo distclean-aminfo clean-aminfo \
698 maintainer-clean-aminfo install-man1 uninstall-man1 install-man \
699 uninstall-man install-data-recursive uninstall-data-recursive \
700 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
701 uninstalldirs-recursive all-recursive check-recursive \
702 installcheck-recursive info-recursive dvi-recursive \
703 mostlyclean-recursive distclean-recursive clean-recursive \
704 maintainer-clean-recursive
tags tags-recursive mostlyclean-tags \
705 distclean-tags clean-tags maintainer-clean-tags distdir info-am
info \
706 dvi-am
dvi check check-am installcheck-am
installcheck install-info-am \
707 install-info all-recursive-am install-exec-am install-exec \
708 install-data-am install-data install-am
install uninstall-am
uninstall \
709 all-redirect all-am
all installdirs-am
installdirs mostlyclean-generic \
710 distclean-generic clean-generic maintainer-clean-generic
clean \
711 mostlyclean distclean maintainer-clean
714 diststuff
: $(BUILT_SOURCES
) info $(man_MANS
)
717 awk
-f
$(srcdir)/gen-c-prog.awk
> .
/$*.c \
718 FUNCTION
=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
719 FILE
=$*.m
$(srcdir)/$*.m
720 po
/POTFILES.in
: @MAINT@ Makefile
721 for f in
$(POTFILES
); do echo
$$f; done | LC_COLLATE
= sort > tmp \
722 && mv tmp
$(srcdir)/po
/POTFILES.in
724 # Build the man page from the texinfo file
725 # The sed command removes the no-adjust Nroff command so that
726 # the man output looks standard.
727 gprof
.1: $(srcdir)/gprof.texi
729 -$(TEXI2POD
) $(MANCONF
) -Dgprof
< $(srcdir)/gprof.texi
> gprof.pod
730 -($(POD2MAN
) gprof.pod | \
731 sed
-e
'/^.if n .na/d' > $@.T
$$$$ && \
732 mv
-f
$@.T
$$$$ $@
) || \
733 (rm -f
$@.T
$$$$ && exit
1)
736 Makefile
: $(BFDDIR
)/configure.in
738 # We want install to imply install-info as per GNU standards, despite the
740 install: install-info
742 # Targets to rebuild dependencies in this Makefile.
743 # Have to get rid of DEP1 here so that "$?" later includes all sources.
744 DEP
: dep.sed
$(gprof_SOURCES
) $(noinst_HEADERS
) gconfig.h
746 $(MAKE
) MKDEP
="$(MKDEP)" DEP1
747 sed
-f dep.sed
< DEP1
> DEPA
748 echo
'# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
749 if grep
' /' DEPA
> /dev
/null
2> /dev
/null
; then \
750 echo
'make DEP failed!'; exit
1; \
755 DEP1
: $(gprof_SOURCES
)
756 echo
'# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
757 echo
'# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
758 $(MKDEP
) $(INCLUDES
) $(CFLAGS
) $?
>> DEP2
761 dep.sed
: dep-in.sed config.status
763 sed
<$(srcdir)/dep-in.sed
>dep.sed \
764 -e
's!@INCDIR@!$(INCDIR)!' \
765 -e
's!@BFDDIR@!$(BFDDIR)!' \
766 -e
's!@SRCDIR@!$(srcdir)!' \
767 -e
"s!@OBJDIR@!$${objdir}!" \
768 -e
's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/gprof$$,,`'!'
771 sed
-e
'/^..DO NOT DELETE THIS LINE/,$$d' < Makefile
> tmp-Makefile
772 cat DEP
>> tmp-Makefile
773 $(SHELL
) $(srcdir)/..
/move-if-change tmp-Makefile Makefile
776 sed
-e
'/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in
> tmp-Makefile.in
777 cat DEP
>> tmp-Makefile.in
778 $(SHELL
) $(srcdir)/..
/move-if-change tmp-Makefile.in
$(srcdir)/Makefile.in
781 sed
-e
'/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am
> tmp-Makefile.am
782 cat DEP
>> tmp-Makefile.am
783 $(SHELL
) $(srcdir)/..
/move-if-change tmp-Makefile.am
$(srcdir)/Makefile.am
785 .PHONY
: dep dep-in dep-am
787 # DO NOT DELETE THIS LINE -- mkdep uses it.
788 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
789 basic_blocks.o
: basic_blocks.c
$(INCDIR
)/libiberty.h \
790 $(INCDIR
)/ansidecl.h gprof.h
$(BFDDIR
)/sysdep.h ..
/bfd
/config.h \
791 $(INCDIR
)/fopen-same.h
$(INCDIR
)/filenames.h ..
/bfd
/bfd.h \
792 $(INCDIR
)/symcat.h gconfig.h
$(INCDIR
)/bin-bugs.h basic_blocks.h \
793 corefile.h gmon_io.h gmon_out.h search_list.h source.h \
795 call_graph.o
: call_graph.c gprof.h
$(BFDDIR
)/sysdep.h \
796 $(INCDIR
)/ansidecl.h ..
/bfd
/config.h
$(INCDIR
)/fopen-same.h \
797 $(INCDIR
)/filenames.h ..
/bfd
/bfd.h
$(INCDIR
)/symcat.h \
798 gconfig.h
$(INCDIR
)/bin-bugs.h search_list.h source.h \
799 symtab.h cg_arcs.h call_graph.h corefile.h gmon_io.h \
801 cg_arcs.o
: cg_arcs.c
$(INCDIR
)/libiberty.h
$(INCDIR
)/ansidecl.h \
802 gprof.h
$(BFDDIR
)/sysdep.h ..
/bfd
/config.h
$(INCDIR
)/fopen-same.h \
803 $(INCDIR
)/filenames.h ..
/bfd
/bfd.h
$(INCDIR
)/symcat.h \
804 gconfig.h
$(INCDIR
)/bin-bugs.h search_list.h source.h \
805 symtab.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \
807 cg_dfn.o
: cg_dfn.c
$(INCDIR
)/libiberty.h
$(INCDIR
)/ansidecl.h \
808 gprof.h
$(BFDDIR
)/sysdep.h ..
/bfd
/config.h
$(INCDIR
)/fopen-same.h \
809 $(INCDIR
)/filenames.h ..
/bfd
/bfd.h
$(INCDIR
)/symcat.h \
810 gconfig.h
$(INCDIR
)/bin-bugs.h search_list.h source.h \
811 symtab.h cg_arcs.h cg_dfn.h utils.h
812 cg_print.o
: cg_print.c
$(INCDIR
)/libiberty.h
$(INCDIR
)/ansidecl.h \
813 gprof.h
$(BFDDIR
)/sysdep.h ..
/bfd
/config.h
$(INCDIR
)/fopen-same.h \
814 $(INCDIR
)/filenames.h ..
/bfd
/bfd.h
$(INCDIR
)/symcat.h \
815 gconfig.h
$(INCDIR
)/bin-bugs.h search_list.h source.h \
816 symtab.h cg_arcs.h cg_print.h hist.h utils.h corefile.h
817 corefile.o
: corefile.c
$(INCDIR
)/libiberty.h
$(INCDIR
)/ansidecl.h \
818 gprof.h
$(BFDDIR
)/sysdep.h ..
/bfd
/config.h
$(INCDIR
)/fopen-same.h \
819 $(INCDIR
)/filenames.h ..
/bfd
/bfd.h
$(INCDIR
)/symcat.h \
820 gconfig.h
$(INCDIR
)/bin-bugs.h search_list.h source.h \
822 gmon_io.o
: gmon_io.c gprof.h
$(BFDDIR
)/sysdep.h
$(INCDIR
)/ansidecl.h \
823 ..
/bfd
/config.h
$(INCDIR
)/fopen-same.h
$(INCDIR
)/filenames.h \
824 ..
/bfd
/bfd.h
$(INCDIR
)/symcat.h gconfig.h
$(INCDIR
)/bin-bugs.h \
825 search_list.h source.h symtab.h cg_arcs.h basic_blocks.h \
826 corefile.h call_graph.h gmon_io.h gmon_out.h gmon.h \
827 hertz.h hist.h
$(INCDIR
)/libiberty.h
828 gprof.o
: gprof.c
$(INCDIR
)/libiberty.h
$(INCDIR
)/ansidecl.h \
829 gprof.h
$(BFDDIR
)/sysdep.h ..
/bfd
/config.h
$(INCDIR
)/fopen-same.h \
830 $(INCDIR
)/filenames.h ..
/bfd
/bfd.h
$(INCDIR
)/symcat.h \
831 gconfig.h
$(INCDIR
)/bin-bugs.h search_list.h source.h \
832 symtab.h basic_blocks.h call_graph.h cg_arcs.h cg_print.h \
833 corefile.h gmon_io.h hertz.h hist.h sym_ids.h
$(INCDIR
)/demangle.h
834 hertz.o
: hertz.c gprof.h
$(BFDDIR
)/sysdep.h
$(INCDIR
)/ansidecl.h \
835 ..
/bfd
/config.h
$(INCDIR
)/fopen-same.h
$(INCDIR
)/filenames.h \
836 ..
/bfd
/bfd.h
$(INCDIR
)/symcat.h gconfig.h
$(INCDIR
)/bin-bugs.h \
838 hist.o
: hist.c
$(INCDIR
)/libiberty.h
$(INCDIR
)/ansidecl.h \
839 gprof.h
$(BFDDIR
)/sysdep.h ..
/bfd
/config.h
$(INCDIR
)/fopen-same.h \
840 $(INCDIR
)/filenames.h ..
/bfd
/bfd.h
$(INCDIR
)/symcat.h \
841 gconfig.h
$(INCDIR
)/bin-bugs.h search_list.h source.h \
842 symtab.h corefile.h gmon_io.h gmon_out.h hist.h sym_ids.h \
844 source.o
: source.c gprof.h
$(BFDDIR
)/sysdep.h
$(INCDIR
)/ansidecl.h \
845 ..
/bfd
/config.h
$(INCDIR
)/fopen-same.h
$(INCDIR
)/filenames.h \
846 ..
/bfd
/bfd.h
$(INCDIR
)/symcat.h gconfig.h
$(INCDIR
)/bin-bugs.h \
847 $(INCDIR
)/libiberty.h search_list.h source.h
848 search_list.o
: search_list.c
$(INCDIR
)/libiberty.h \
849 $(INCDIR
)/ansidecl.h gprof.h
$(BFDDIR
)/sysdep.h ..
/bfd
/config.h \
850 $(INCDIR
)/fopen-same.h
$(INCDIR
)/filenames.h ..
/bfd
/bfd.h \
851 $(INCDIR
)/symcat.h gconfig.h
$(INCDIR
)/bin-bugs.h search_list.h
852 symtab.o
: symtab.c gprof.h
$(BFDDIR
)/sysdep.h
$(INCDIR
)/ansidecl.h \
853 ..
/bfd
/config.h
$(INCDIR
)/fopen-same.h
$(INCDIR
)/filenames.h \
854 ..
/bfd
/bfd.h
$(INCDIR
)/symcat.h gconfig.h
$(INCDIR
)/bin-bugs.h \
855 search_list.h source.h symtab.h cg_arcs.h corefile.h
856 sym_ids.o
: sym_ids.c
$(INCDIR
)/libiberty.h
$(INCDIR
)/ansidecl.h \
857 $(INCDIR
)/safe-ctype.h gprof.h
$(BFDDIR
)/sysdep.h ..
/bfd
/config.h \
858 $(INCDIR
)/fopen-same.h
$(INCDIR
)/filenames.h ..
/bfd
/bfd.h \
859 $(INCDIR
)/symcat.h gconfig.h
$(INCDIR
)/bin-bugs.h search_list.h \
860 source.h symtab.h cg_arcs.h sym_ids.h
861 utils.o
: utils.c
$(INCDIR
)/demangle.h
$(INCDIR
)/ansidecl.h \
862 gprof.h
$(BFDDIR
)/sysdep.h ..
/bfd
/config.h
$(INCDIR
)/fopen-same.h \
863 $(INCDIR
)/filenames.h ..
/bfd
/bfd.h
$(INCDIR
)/symcat.h \
864 gconfig.h
$(INCDIR
)/bin-bugs.h search_list.h source.h \
865 symtab.h cg_arcs.h utils.h
866 i386.o
: i386.c gprof.h
$(BFDDIR
)/sysdep.h
$(INCDIR
)/ansidecl.h \
867 ..
/bfd
/config.h
$(INCDIR
)/fopen-same.h
$(INCDIR
)/filenames.h \
868 ..
/bfd
/bfd.h
$(INCDIR
)/symcat.h gconfig.h
$(INCDIR
)/bin-bugs.h \
869 search_list.h source.h symtab.h cg_arcs.h corefile.h \
871 alpha.o
: alpha.c gprof.h
$(BFDDIR
)/sysdep.h
$(INCDIR
)/ansidecl.h \
872 ..
/bfd
/config.h
$(INCDIR
)/fopen-same.h
$(INCDIR
)/filenames.h \
873 ..
/bfd
/bfd.h
$(INCDIR
)/symcat.h gconfig.h
$(INCDIR
)/bin-bugs.h \
874 search_list.h source.h symtab.h cg_arcs.h corefile.h \
876 vax.o
: vax.c gprof.h
$(BFDDIR
)/sysdep.h
$(INCDIR
)/ansidecl.h \
877 ..
/bfd
/config.h
$(INCDIR
)/fopen-same.h
$(INCDIR
)/filenames.h \
878 ..
/bfd
/bfd.h
$(INCDIR
)/symcat.h gconfig.h
$(INCDIR
)/bin-bugs.h \
879 search_list.h source.h symtab.h cg_arcs.h corefile.h \
881 tahoe.o
: tahoe.c gprof.h
$(BFDDIR
)/sysdep.h
$(INCDIR
)/ansidecl.h \
882 ..
/bfd
/config.h
$(INCDIR
)/fopen-same.h
$(INCDIR
)/filenames.h \
883 ..
/bfd
/bfd.h
$(INCDIR
)/symcat.h gconfig.h
$(INCDIR
)/bin-bugs.h \
884 search_list.h source.h symtab.h cg_arcs.h corefile.h \
886 sparc.o
: sparc.c gprof.h
$(BFDDIR
)/sysdep.h
$(INCDIR
)/ansidecl.h \
887 ..
/bfd
/config.h
$(INCDIR
)/fopen-same.h
$(INCDIR
)/filenames.h \
888 ..
/bfd
/bfd.h
$(INCDIR
)/symcat.h gconfig.h
$(INCDIR
)/bin-bugs.h \
889 search_list.h source.h symtab.h cg_arcs.h corefile.h \
891 mips.o
: mips.c gprof.h
$(BFDDIR
)/sysdep.h
$(INCDIR
)/ansidecl.h \
892 ..
/bfd
/config.h
$(INCDIR
)/fopen-same.h
$(INCDIR
)/filenames.h \
893 ..
/bfd
/bfd.h
$(INCDIR
)/symcat.h gconfig.h
$(INCDIR
)/bin-bugs.h \
894 search_list.h source.h symtab.h cg_arcs.h corefile.h \
896 flat_bl.o
: flat_bl.c
$(INCDIR
)/ansidecl.h
897 bsd_callg_bl.o
: bsd_callg_bl.c
$(INCDIR
)/ansidecl.h
898 fsf_callg_bl.o
: fsf_callg_bl.c
$(INCDIR
)/ansidecl.h
899 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
901 # Tell versions [3.59,3.63) of GNU make to not export all variables.
902 # Otherwise a system limit (for SysV at least) may be exceeded.