1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 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@
70 DATADIRNAME
= @DATADIRNAME@
77 INCLUDE_LOCALE_H
= @INCLUDE_LOCALE_H@
78 INSTOBJEXT
= @INSTOBJEXT@
87 MKINSTALLDIRS
= @MKINSTALLDIRS@
94 USE_INCLUDED_LIBINTL
= @USE_INCLUDED_LIBINTL@
96 USE_SYMBOL_UNDERSCORE
= @USE_SYMBOL_UNDERSCORE@
100 AUTOMAKE_OPTIONS
= cygnus
106 INCLUDES
= -D_GNU_SOURCE
-DDEBUG
-I..
/bfd
-I
$(srcdir)/..
/include -I
$(srcdir)/..
/bfd
-I
$(srcdir)/..
/intl
-I..
/intl
-DLOCALEDIR
="\"$(prefix)/share/locale\""
110 sources
= basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \
111 cg_print.c corefile.c gmon_io.c gprof.c hertz.c hist.c source.c \
112 search_list.c symtab.c sym_ids.c utils.c \
113 i386.c alpha.c vax.c tahoe.c sparc.c
115 gprof_SOURCES
= $(sources
) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
116 gprof_DEPENDENCIES
= ..
/bfd
/libbfd.la ..
/libiberty
/libiberty.a
$(INTLDEPS
)
117 gprof_LDADD
= ..
/bfd
/libbfd.la ..
/libiberty
/libiberty.a
$(INTLLIBS
)
120 basic_blocks.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \
121 corefile.h gmon.h gmon_io.h gmon_out.h gprof.h hertz.h hist.h \
122 search_list.h source.h sym_ids.h symtab.h utils.h
125 EXTRA_DIST
= flat_bl.c bsd_callg_bl.c fsf_callg_bl.c bbconv.pl
127 BUILT_SOURCES
= flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
129 POTFILES
= $(sources
) $(noinst_HEADERS
)
131 info_TEXINFOS
= gprof.texi
133 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
134 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/mkinstalldirs
135 CONFIG_HEADER
= gconfig.h
137 bin_PROGRAMS
= gprof
$(EXEEXT
)
138 PROGRAMS
= $(bin_PROGRAMS
)
141 DEFS
= @DEFS@
-I.
-I
$(srcdir) -I.
142 CPPFLAGS
= @CPPFLAGS@
145 gprof_OBJECTS
= basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o \
146 cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o \
147 search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o \
148 sparc.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o
151 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
152 LTCOMPILE
= $(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
154 LINK
= $(LIBTOOL
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(LDFLAGS
) -o
$@
155 TEXI2DVI
= `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
156 TEXINFO_TEX
= $(top_srcdir
)/..
/texinfo
/texinfo.
tex
157 INFO_DEPS
= gprof.
info
159 TEXINFOS
= gprof.texi
160 man1dir = $(mandir)/man1
164 HEADERS
= $(noinst_HEADERS
)
166 DIST_COMMON
= .
/stamp-h.in ChangeLog Makefile.am Makefile.in TODO \
167 aclocal.m4 configure configure.in gconfig.in
170 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
174 SOURCES
= $(gprof_SOURCES
)
175 OBJECTS
= $(gprof_OBJECTS
)
179 .SUFFIXES
: .S .c .
dvi .
info .lo .m .o .ps .s .texi .texinfo .txi
180 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@ Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
181 cd
$(top_srcdir
) && $(AUTOMAKE
) --cygnus Makefile
183 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
185 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
187 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@ configure.in
188 cd
$(srcdir) && $(ACLOCAL
)
190 config.status
: $(srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
191 $(SHELL
) .
/config.status
--recheck
192 $(srcdir)/configure
: @MAINTAINER_MODE_TRUE@
$(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
193 cd
$(srcdir) && $(AUTOCONF
)
196 @if
test ! -f
$@
; then \
200 stamp-h
: $(srcdir)/gconfig.in
$(top_builddir
)/config.status
202 && CONFIG_FILES
= CONFIG_HEADERS
=gconfig.h
:gconfig.in \
203 $(SHELL
) .
/config.status
204 @echo timestamp
> stamp-h
2> /dev
/null
205 $(srcdir)/gconfig.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/stamp-h.in
206 @if
test ! -f
$@
; then \
207 rm -f
$(srcdir)/stamp-h.in
; \
208 $(MAKE
) $(srcdir)/stamp-h.in
; \
210 $(srcdir)/stamp-h.in
: $(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
211 cd
$(top_srcdir
) && $(AUTOHEADER
)
212 @echo timestamp
> $(srcdir)/stamp-h.in
2> /dev
/null
221 maintainer-clean-hdr
:
223 mostlyclean-binPROGRAMS
:
226 -test -z
"$(bin_PROGRAMS)" ||
rm -f
$(bin_PROGRAMS
)
228 distclean-binPROGRAMS
:
230 maintainer-clean-binPROGRAMS
:
232 install-binPROGRAMS
: $(bin_PROGRAMS
)
234 $(mkinstalldirs
) $(DESTDIR
)$(bindir)
235 @list
='$(bin_PROGRAMS)'; for p in
$$list; do \
236 if
test -f
$$p; then \
237 echo
" $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
238 $(LIBTOOL
) --mode
=install $(INSTALL_PROGRAM
) $$p $(DESTDIR
)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
242 uninstall-binPROGRAMS
:
244 list
='$(bin_PROGRAMS)'; for p in
$$list; do \
245 rm -f
$(DESTDIR
)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
258 -rm -f
*.o core
*.core
265 maintainer-clean-compile
:
268 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
271 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
274 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
284 maintainer-clean-libtool
:
286 gprof
$(EXEEXT
): $(gprof_OBJECTS
) $(gprof_DEPENDENCIES
)
287 @
rm -f gprof
$(EXEEXT
)
288 $(LINK
) $(gprof_LDFLAGS
) $(gprof_OBJECTS
) $(gprof_LDADD
) $(LIBS
)
290 gprof.
info: gprof.texi
291 gprof.
dvi: gprof.texi
297 @
rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
298 $(MAKEINFO
) -I
$(srcdir) $<
301 TEXINPUTS
=$(top_srcdir
)/..
/texinfo
/texinfo.
tex:$$TEXINPUTS \
302 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
305 @
rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
306 $(MAKEINFO
) -I
$(srcdir) $<
309 @
rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
310 $(MAKEINFO
) -I
$(srcdir) $<
313 @
rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
314 $(MAKEINFO
) -I
$(srcdir) $<
317 TEXINPUTS
=$(top_srcdir
)/..
/texinfo
/texinfo.
tex:$$TEXINPUTS \
318 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
321 @
rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
322 $(MAKEINFO
) -I
$(srcdir) $<
325 TEXINPUTS
=$(top_srcdir
)/..
/texinfo
/texinfo.
tex:$$TEXINPUTS \
326 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
329 @
rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
330 $(MAKEINFO
) -I
$(srcdir) $<
334 install-info-am
: $(INFO_DEPS
)
336 $(mkinstalldirs
) $(DESTDIR
)$(infodir)
337 @list
='$(INFO_DEPS)'; \
338 for file in
$$list; do \
339 if
test -f
$$file; then d
=.
; else d
=$(srcdir); fi
; \
340 for ifile in
`cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
341 if
test -f
$$d/$$ifile; then \
342 echo
" $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
343 $(INSTALL_DATA
) $$d/$$ifile $(DESTDIR
)$(infodir)/$$ifile; \
348 @if
$(SHELL
) -c
'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev
/null
2>&1; then \
349 list
='$(INFO_DEPS)'; \
350 for file in
$$list; do \
351 echo
" install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
352 install-info
--info-dir
=$(DESTDIR
)$(infodir) $(DESTDIR
)$(infodir)/$$file ||
:;\
358 @if
$(SHELL
) -c
'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev
/null
2>&1; then \
361 list
='$(INFO_DEPS)'; \
362 for file in
$$list; do \
364 || install-info
--info-dir
=$(DESTDIR
)$(infodir) --remove
$$file; \
367 list
='$(INFO_DEPS)'; \
368 for file in
$$list; do \
369 (cd
$(DESTDIR
)$(infodir) && rm -f
$$file $$file-[0-9] $$file-[0-9][0-9]); \
372 dist-info
: $(INFO_DEPS
)
373 list
='$(INFO_DEPS)'; \
374 for base in
$$list; do \
375 if
test -f
$$base; then d
=.
; else d
=$(srcdir); fi
; \
376 for file in
`cd $$d && eval echo $$base*`; do \
377 test -f
$(distdir
)/$$file \
378 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
379 || cp
-p
$$d/$$file $(distdir
)/$$file; \
384 -rm -f gprof.aux gprof.cp gprof.cps gprof.
dvi gprof.fn gprof.fns \
385 gprof.ky gprof.kys gprof.ps gprof.log gprof.pg gprof.toc \
386 gprof.tp gprof.tps gprof.vr gprof.vrs gprof.op gprof.tr \
393 maintainer-clean-aminfo
:
394 for i in
$(INFO_DEPS
); do \
396 if
test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
400 clean-info
: mostlyclean-aminfo
403 $(mkinstalldirs
) $(DESTDIR
)$(man1dir)
404 @list
='$(man1_MANS)'; \
405 l2
='$(man_MANS)'; for i in
$$l2; do \
407 *.1*) list
="$$list $$i" ;; \
410 for i in
$$list; do \
411 if
test -f
$(srcdir)/$$i; then file
=$(srcdir)/$$i; \
413 ext
=`echo $$i | sed -e 's/^.*\\.//'`; \
414 inst
=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
415 inst
=`echo $$inst | sed '$(transform)'`.
$$ext; \
416 echo
" $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
417 $(INSTALL_DATA
) $$file $(DESTDIR
)$(man1dir)/$$inst; \
421 @list
='$(man1_MANS)'; \
422 l2
='$(man_MANS)'; for i in
$$l2; do \
424 *.1*) list
="$$list $$i" ;; \
427 for i in
$$list; do \
428 ext
=`echo $$i | sed -e 's/^.*\\.//'`; \
429 inst
=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
430 inst
=`echo $$inst | sed '$(transform)'`.
$$ext; \
431 echo
" rm -f $(DESTDIR)$(man1dir)/$$inst"; \
432 rm -f
$(DESTDIR
)$(man1dir)/$$inst; \
436 $(MAKE
) $(AM_MAKEFLAGS
) install-man1
439 $(MAKE
) $(AM_MAKEFLAGS
) uninstall-man1
441 # This directory's subdirectories are mostly independent; you can cd
442 # into them and run `make' without going through this Makefile.
443 # To change the values of `make' variables: instead of editing Makefiles,
444 # (1) if the variable is set in `config.status', edit `config.status'
445 # (which will cause the Makefiles to be regenerated when you run `make');
446 # (2) otherwise, pass the desired values on the `make' command line.
450 all-recursive install-data-recursive install-exec-recursive \
451 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
452 check-recursive installcheck-recursive info-recursive dvi-recursive
:
453 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
455 target
=`echo $@ | sed s/-recursive//`; \
456 list
='$(SUBDIRS)'; for subdir in
$$list; do \
457 echo
"Making $$target in $$subdir"; \
458 if
test "$$subdir" = "."; then \
460 local_target
="$$target-am"; \
462 local_target
="$$target"; \
464 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
465 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
467 if
test "$$dot_seen" = "no"; then \
468 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
471 mostlyclean-recursive clean-recursive distclean-recursive \
472 maintainer-clean-recursive
:
473 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
475 rev
=''; list
='$(SUBDIRS)'; for subdir in
$$list; do \
476 rev
="$$subdir $$rev"; \
477 test "$$subdir" = "." && dot_seen
=yes
; \
479 test "$$dot_seen" = "no" && rev
=". $$rev"; \
480 target
=`echo $@ | sed s/-recursive//`; \
481 for subdir in
$$rev; do \
482 echo
"Making $$target in $$subdir"; \
483 if
test "$$subdir" = "."; then \
484 local_target
="$$target-am"; \
486 local_target
="$$target"; \
488 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
489 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
490 done
&& test -z
"$$fail"
492 list
='$(SUBDIRS)'; for subdir in
$$list; do \
493 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
498 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
499 list
='$(SOURCES) $(HEADERS)'; \
500 unique
=`for i in $$list; do echo $$i; done | \
501 awk ' { files[$$0] = 1; } \
502 END { for (i in files) print i; }'`; \
503 here
=`pwd` && cd
$(srcdir) \
504 && mkid
-f
$$here/ID
$$unique $(LISP
)
506 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) gconfig.in
$(TAGS_DEPENDENCIES
) $(LISP
)
509 list
='$(SUBDIRS)'; for subdir in
$$list; do \
510 if
test "$$subdir" = .
; then
:; else \
511 test -f
$$subdir/TAGS
&& tags="$$tags -i $$here/$$subdir/TAGS"; \
514 list
='$(SOURCES) $(HEADERS)'; \
515 unique
=`for i in $$list; do echo $$i; done | \
516 awk ' { files[$$0] = 1; } \
517 END { for (i in files) print i; }'`; \
518 test -z
"$(ETAGS_ARGS)gconfig.in$$unique$(LISP)$$tags" \
519 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags gconfig.in
$$unique $(LISP
) -o
$$here/TAGS
)
528 maintainer-clean-tags
:
530 distdir
= $(PACKAGE
)-$(VERSION
)
531 top_distdir
= $(distdir
)
533 # This target untars the dist file and tries a VPATH configuration. Then
534 # it guarantees that the distribution is self-contained by making another
538 GZIP
=$(GZIP_ENV
) $(TAR
) zxf
$(distdir
).
tar.gz
539 mkdir
$(distdir
)/=build
540 mkdir
$(distdir
)/=inst
541 dc_install_base
=`cd $(distdir)/=inst && pwd`; \
542 cd
$(distdir
)/=build \
543 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
544 && $(MAKE
) $(AM_MAKEFLAGS
) \
545 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
546 && $(MAKE
) $(AM_MAKEFLAGS
) check \
547 && $(MAKE
) $(AM_MAKEFLAGS
) install \
548 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
549 && $(MAKE
) $(AM_MAKEFLAGS
) dist
551 @banner
="$(distdir).tar.gz is ready for distribution"; \
552 dashes
=`echo "$$banner" | sed s/./=/g`; \
557 -chmod
-R a
+r
$(distdir
)
558 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
561 -chmod
-R a
+r
$(distdir
)
562 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
564 distdir
: $(DISTFILES
)
567 -chmod
777 $(distdir
)
568 @for file in
$(DISTFILES
); do \
569 if
test -f
$$file; then d
=.
; else d
=$(srcdir); fi
; \
570 if
test -d
$$d/$$file; then \
571 cp
-pr
$$/$$file $(distdir
)/$$file; \
573 test -f
$(distdir
)/$$file \
574 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
575 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
578 for subdir in
$(SUBDIRS
); do \
579 if
test "$$subdir" = .
; then
:; else \
580 test -d
$(distdir
)/$$subdir \
581 || mkdir
$(distdir
)/$$subdir \
583 chmod
777 $(distdir
)/$$subdir; \
584 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
=..
/$(distdir
) distdir
=..
/$(distdir
)/$$subdir distdir
) \
588 $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
="$(top_distdir)" distdir
="$(distdir)" dist-info
589 info-am
: $(INFO_DEPS
)
594 check: check-recursive
596 installcheck: installcheck-recursive
598 install-info
: install-info-recursive
599 all-recursive-am
: gconfig.h
600 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
602 install-exec-am
: install-binPROGRAMS
603 install-exec
: install-exec-recursive
605 install-data-am
: install-man
606 install-data
: install-data-recursive
609 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
610 install: install-recursive
611 uninstall-am
: uninstall-binPROGRAMS uninstall-man
612 uninstall: uninstall-recursive
613 all-am
: Makefile
$(PROGRAMS
) $(MANS
) $(HEADERS
) gconfig.h
614 all-redirect
: all-recursive-am
616 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
617 installdirs: installdirs-recursive
619 $(mkinstalldirs
) $(DESTDIR
)$(bindir) $(DESTDIR
)$(mandir)/man1
627 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
628 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
630 maintainer-clean-generic
:
631 -test -z
"$(BUILT_SOURCES)" ||
rm -f
$(BUILT_SOURCES
)
632 mostlyclean-am
: mostlyclean-hdr mostlyclean-binPROGRAMS \
633 mostlyclean-compile mostlyclean-libtool \
634 mostlyclean-aminfo mostlyclean-tags mostlyclean-generic
636 mostlyclean: mostlyclean-recursive
638 clean-am
: clean-hdr clean-binPROGRAMS clean-compile clean-libtool \
639 clean-aminfo clean-tags clean-generic mostlyclean-am
641 clean: clean-recursive
643 distclean-am
: distclean-hdr distclean-binPROGRAMS distclean-compile \
644 distclean-libtool distclean-aminfo distclean-tags \
645 distclean-generic clean-am
648 distclean: distclean-recursive
651 maintainer-clean-am
: maintainer-clean-hdr maintainer-clean-binPROGRAMS \
652 maintainer-clean-compile maintainer-clean-libtool \
653 maintainer-clean-aminfo maintainer-clean-tags \
654 maintainer-clean-generic distclean-am
655 @echo
"This command is intended for maintainers to use;"
656 @echo
"it deletes files that may require special tools to rebuild."
658 maintainer-clean
: maintainer-clean-recursive
661 .PHONY
: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
662 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
663 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
664 mostlyclean-compile distclean-compile clean-compile \
665 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
666 clean-libtool maintainer-clean-libtool install-info-am uninstall-info \
667 mostlyclean-aminfo distclean-aminfo clean-aminfo \
668 maintainer-clean-aminfo install-man1 uninstall-man1 install-man \
669 uninstall-man install-data-recursive uninstall-data-recursive \
670 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
671 uninstalldirs-recursive all-recursive check-recursive \
672 installcheck-recursive info-recursive dvi-recursive \
673 mostlyclean-recursive distclean-recursive clean-recursive \
674 maintainer-clean-recursive
tags tags-recursive mostlyclean-tags \
675 distclean-tags clean-tags maintainer-clean-tags distdir info-am
info \
676 dvi-am
dvi check check-am installcheck-am
installcheck install-info-am \
677 install-info all-recursive-am install-exec-am install-exec \
678 install-data-am install-data install-am
install uninstall-am
uninstall \
679 all-redirect all-am
all installdirs-am
installdirs mostlyclean-generic \
680 distclean-generic clean-generic maintainer-clean-generic
clean \
681 mostlyclean distclean maintainer-clean
684 diststuff
: $(BUILT_SOURCES
) info
687 awk
-f
$(srcdir)/gen-c-prog.awk
> .
/$*.c \
688 FUNCTION
=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
689 FILE
=$*.m
$(srcdir)/$*.m
690 po
/POTFILES.in
: @MAINT@ Makefile
691 for file in
$(POTFILES
); do echo
$$file; done |
sort > tmp \
692 && mv tmp
$(srcdir)/po
/POTFILES.in
695 $(OBJECTS
): ..
/bfd
/bfd.h call_graph.h cg_arcs.h cg_print.h \
696 corefile.h gmon_io.h gmon.h gmon_out.h gprof.h hertz.h hist.h \
697 search_list.h source.h sym_ids.h symtab.h utils.h \
698 $(srcdir)/..
/include/libiberty.h
$(srcdir)/..
/bfd
/sysdep.h \
699 gconfig.h ..
/bfd
/config.h
700 basic_blocks.o
: basic_blocks.c
701 bsd_call_bl.o
: bsd_call_bl.c
702 call_graph.o
: call_graph.c
705 cg_print.o
: cg_print.c
706 corefile.o
: corefile.c
708 fsf_callg_bl.o
: fsf_callg_bl.c
713 search_list.o
: search_list.c
724 # Tell versions [3.59,3.63) of GNU make to not export all variables.
725 # Otherwise a system limit (for SysV at least) may be exceeded.