Initial revision
[binutils.git] / gprof / Makefile.in
blob4aadd88c5a7d8d20bb94bcc90ef58a23802e0b52
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
11 # PARTICULAR PURPOSE.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = .
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AS = @AS@
67 CATALOGS = @CATALOGS@
68 CATOBJEXT = @CATOBJEXT@
69 CC = @CC@
70 DATADIRNAME = @DATADIRNAME@
71 DLLTOOL = @DLLTOOL@
72 EXEEXT = @EXEEXT@
73 GMOFILES = @GMOFILES@
74 GMSGFMT = @GMSGFMT@
75 GT_NO = @GT_NO@
76 GT_YES = @GT_YES@
77 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
78 INSTOBJEXT = @INSTOBJEXT@
79 INTLDEPS = @INTLDEPS@
80 INTLLIBS = @INTLLIBS@
81 INTLOBJS = @INTLOBJS@
82 LD = @LD@
83 LIBTOOL = @LIBTOOL@
84 LN_S = @LN_S@
85 MAINT = @MAINT@
86 MAKEINFO = @MAKEINFO@
87 MKINSTALLDIRS = @MKINSTALLDIRS@
88 MSGFMT = @MSGFMT@
89 NM = @NM@
90 PACKAGE = @PACKAGE@
91 POFILES = @POFILES@
92 POSUB = @POSUB@
93 RANLIB = @RANLIB@
94 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
95 USE_NLS = @USE_NLS@
96 USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@
97 VERSION = @VERSION@
98 l = @l@
100 AUTOMAKE_OPTIONS = cygnus
102 SUFFIXES = .m
104 SUBDIRS = po
106 INCLUDES = -D_GNU_SOURCE -DDEBUG -I../bfd -I$(srcdir)/../include -I$(srcdir)/../bfd -I$(srcdir)/../intl -I../intl -DLOCALEDIR="\"$(prefix)/share/locale\""
108 bin_PROGRAMS = gprof
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)
119 noinst_HEADERS = \
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
132 man_MANS = gprof.1
133 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
134 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
135 CONFIG_HEADER = gconfig.h
136 CONFIG_CLEAN_FILES =
137 bin_PROGRAMS = gprof$(EXEEXT)
138 PROGRAMS = $(bin_PROGRAMS)
141 DEFS = @DEFS@ -I. -I$(srcdir) -I.
142 CPPFLAGS = @CPPFLAGS@
143 LDFLAGS = @LDFLAGS@
144 LIBS = @LIBS@
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
149 gprof_LDFLAGS =
150 CFLAGS = @CFLAGS@
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)
153 CCLD = $(CC)
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
158 DVIS = gprof.dvi
159 TEXINFOS = gprof.texi
160 man1dir = $(mandir)/man1
161 MANS = $(man_MANS)
163 NROFF = nroff
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)
172 TAR = tar
173 GZIP_ENV = --best
174 SOURCES = $(gprof_SOURCES)
175 OBJECTS = $(gprof_OBJECTS)
177 all: all-redirect
178 .SUFFIXES:
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
184 cd $(top_builddir) \
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)
195 gconfig.h: stamp-h
196 @if test ! -f $@; then \
197 rm -f stamp-h; \
198 $(MAKE) stamp-h; \
199 else :; fi
200 stamp-h: $(srcdir)/gconfig.in $(top_builddir)/config.status
201 cd $(top_builddir) \
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; \
209 else :; fi
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
214 mostlyclean-hdr:
216 clean-hdr:
218 distclean-hdr:
219 -rm -f gconfig.h
221 maintainer-clean-hdr:
223 mostlyclean-binPROGRAMS:
225 clean-binPROGRAMS:
226 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
228 distclean-binPROGRAMS:
230 maintainer-clean-binPROGRAMS:
232 install-binPROGRAMS: $(bin_PROGRAMS)
233 @$(NORMAL_INSTALL)
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)/'`; \
239 else :; fi; \
240 done
242 uninstall-binPROGRAMS:
243 @$(NORMAL_UNINSTALL)
244 list='$(bin_PROGRAMS)'; for p in $$list; do \
245 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
246 done
248 .c.o:
249 $(COMPILE) -c $<
251 .s.o:
252 $(COMPILE) -c $<
254 .S.o:
255 $(COMPILE) -c $<
257 mostlyclean-compile:
258 -rm -f *.o core *.core
260 clean-compile:
262 distclean-compile:
263 -rm -f *.tab.c
265 maintainer-clean-compile:
267 .c.lo:
268 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
270 .s.lo:
271 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
273 .S.lo:
274 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
276 mostlyclean-libtool:
277 -rm -f *.lo
279 clean-libtool:
280 -rm -rf .libs _libs
282 distclean-libtool:
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
294 DVIPS = dvips
296 .texi.info:
297 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
298 $(MAKEINFO) -I $(srcdir) $<
300 .texi.dvi:
301 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
302 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
304 .texi:
305 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
306 $(MAKEINFO) -I $(srcdir) $<
308 .texinfo.info:
309 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
310 $(MAKEINFO) -I $(srcdir) $<
312 .texinfo:
313 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
314 $(MAKEINFO) -I $(srcdir) $<
316 .texinfo.dvi:
317 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
318 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
320 .txi.info:
321 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
322 $(MAKEINFO) -I $(srcdir) $<
324 .txi.dvi:
325 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
326 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
328 .txi:
329 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
330 $(MAKEINFO) -I $(srcdir) $<
331 .dvi.ps:
332 $(DVIPS) $< -o $@
334 install-info-am: $(INFO_DEPS)
335 @$(NORMAL_INSTALL)
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; \
344 else : ; fi; \
345 done; \
346 done
347 @$(POST_INSTALL)
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 || :;\
353 done; \
354 else : ; fi
356 uninstall-info:
357 $(PRE_UNINSTALL)
358 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
359 ii=yes; \
360 else ii=; fi; \
361 list='$(INFO_DEPS)'; \
362 for file in $$list; do \
363 test -z "$ii" \
364 || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
365 done
366 @$(NORMAL_UNINSTALL)
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]); \
370 done
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; \
380 done; \
381 done
383 mostlyclean-aminfo:
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 \
387 gprof.cv gprof.cn
389 clean-aminfo:
391 distclean-aminfo:
393 maintainer-clean-aminfo:
394 for i in $(INFO_DEPS); do \
395 rm -f $$i; \
396 if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
397 rm -f $$i-[0-9]*; \
398 fi; \
399 done
400 clean-info: mostlyclean-aminfo
402 install-man1:
403 $(mkinstalldirs) $(DESTDIR)$(man1dir)
404 @list='$(man1_MANS)'; \
405 l2='$(man_MANS)'; for i in $$l2; do \
406 case "$$i" in \
407 *.1*) list="$$list $$i" ;; \
408 esac; \
409 done; \
410 for i in $$list; do \
411 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
412 else file=$$i; fi; \
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; \
418 done
420 uninstall-man1:
421 @list='$(man1_MANS)'; \
422 l2='$(man_MANS)'; for i in $$l2; do \
423 case "$$i" in \
424 *.1*) list="$$list $$i" ;; \
425 esac; \
426 done; \
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; \
433 done
434 install-man: $(MANS)
435 @$(NORMAL_INSTALL)
436 $(MAKE) $(AM_MAKEFLAGS) install-man1
437 uninstall-man:
438 @$(NORMAL_UNINSTALL)
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.
448 @SET_MAKE@
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; \
454 dot_seen=no; \
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 \
459 dot_seen=yes; \
460 local_target="$$target-am"; \
461 else \
462 local_target="$$target"; \
463 fi; \
464 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
465 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
466 done; \
467 if test "$$dot_seen" = "no"; then \
468 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
469 fi; test -z "$$fail"
471 mostlyclean-recursive clean-recursive distclean-recursive \
472 maintainer-clean-recursive:
473 @set fnord $(MAKEFLAGS); amf=$$2; \
474 dot_seen=no; \
475 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
476 rev="$$subdir $$rev"; \
477 test "$$subdir" = "." && dot_seen=yes; \
478 done; \
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"; \
485 else \
486 local_target="$$target"; \
487 fi; \
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"
491 tags-recursive:
492 list='$(SUBDIRS)'; for subdir in $$list; do \
493 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
494 done
496 tags: 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)
507 tags=; \
508 here=`pwd`; \
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"; \
512 fi; \
513 done; \
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)
521 mostlyclean-tags:
523 clean-tags:
525 distclean-tags:
526 -rm -f TAGS ID
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
535 # tarfile.
536 distcheck: dist
537 -rm -rf $(distdir)
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
550 -rm -rf $(distdir)
551 @banner="$(distdir).tar.gz is ready for distribution"; \
552 dashes=`echo "$$banner" | sed s/./=/g`; \
553 echo "$$dashes"; \
554 echo "$$banner"; \
555 echo "$$dashes"
556 dist: distdir
557 -chmod -R a+r $(distdir)
558 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
559 -rm -rf $(distdir)
560 dist-all: distdir
561 -chmod -R a+r $(distdir)
562 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
563 -rm -rf $(distdir)
564 distdir: $(DISTFILES)
565 -rm -rf $(distdir)
566 mkdir $(distdir)
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; \
572 else \
573 test -f $(distdir)/$$file \
574 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
575 || cp -p $$d/$$file $(distdir)/$$file || :; \
576 fi; \
577 done
578 for subdir in $(SUBDIRS); do \
579 if test "$$subdir" = .; then :; else \
580 test -d $(distdir)/$$subdir \
581 || mkdir $(distdir)/$$subdir \
582 || exit 1; \
583 chmod 777 $(distdir)/$$subdir; \
584 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
585 || exit 1; \
586 fi; \
587 done
588 $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
589 info-am: $(INFO_DEPS)
590 info: info-recursive
591 dvi-am: $(DVIS)
592 dvi: dvi-recursive
593 check-am:
594 check: check-recursive
595 installcheck-am:
596 installcheck: installcheck-recursive
597 install-info-am:
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
608 install-am: all-am
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
615 install-strip:
616 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
617 installdirs: installdirs-recursive
618 installdirs-am:
619 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
622 mostlyclean-generic:
624 clean-generic:
626 distclean-generic:
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
646 -rm -f libtool
648 distclean: distclean-recursive
649 -rm -f config.status
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
659 -rm -f config.status
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
686 .m.c:
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
694 # Dependencies.
695 $(OBJECTS): ../bfd/bfd.h call_graph.h cg_arcs.h cg_print.h \
696 corefile.h gmon_io.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
703 cg_arcs.o: cg_arcs.c
704 cg_dfn.o: cg_dfn.c
705 cg_print.o: cg_print.c
706 corefile.o: corefile.c
707 flat_bl.o: flat_bl.c
708 fsf_callg_bl.o: fsf_callg_bl.c
709 gmon_io.o: gmon_io.c
710 gprof.o: gprof.c
711 hertz.o: hertz.c
712 hist.o: hist.c
713 search_list.o: search_list.c
714 source.o: source.c
715 symtab.o: symtab.c
716 sym_ids.o: sym_ids.c
717 utils.o: utils.c
718 i386.o: i386.c
719 alpha.o: alpha.c
720 vax.o: vax.c
721 tahoe.o: tahoe.c
722 sparc.o: sparc.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.
726 .NOEXPORT: