* configure, Makefile.in, aclocal.m4: Rebuild with current tools.
[platform/upstream/binutils.git] / gprof / Makefile.in
1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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.
7
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.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
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
34
35 DISTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
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 VERSION = @VERSION@
97 l = @l@
98
99 AUTOMAKE_OPTIONS = cygnus
100
101 SUFFIXES = .m
102
103 SUBDIRS = po
104
105 INCLUDES = -D_GNU_SOURCE -DDEBUG -I../bfd -I$(srcdir)/../include -I$(srcdir)/../bfd -I$(srcdir)/../intl -I../intl -DLOCALEDIR="\"$(prefix)/share/locale\""
106
107 bin_PROGRAMS = gprof
108
109 sources = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \
110         cg_print.c corefile.c gmon_io.c gprof.c hertz.c hist.c source.c \
111         search_list.c symtab.c sym_ids.c utils.c \
112         i386.c alpha.c vax.c tahoe.c sparc.c
113 gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
114 gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(INTLDEPS)
115 gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(INTLLIBS)
116
117 noinst_HEADERS = \
118         basic_blocks.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \
119         corefile.h gmon.h gmon_io.h gmon_out.h gprof.h hertz.h hist.h \
120         search_list.h source.h sym_ids.h symtab.h utils.h
121
122 EXTRA_DIST = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c bbconv.pl
123
124 BUILT_SOURCES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
125
126 POTFILES = $(sources) $(noinst_HEADERS)
127
128 info_TEXINFOS = gprof.texi
129 man_MANS = gprof.1
130 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
131 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
132 CONFIG_HEADER = gconfig.h
133 CONFIG_CLEAN_FILES = 
134 bin_PROGRAMS =  gprof$(EXEEXT)
135 PROGRAMS =  $(bin_PROGRAMS)
136
137
138 DEFS = @DEFS@ -I. -I$(srcdir) -I.
139 CPPFLAGS = @CPPFLAGS@
140 LDFLAGS = @LDFLAGS@
141 LIBS = @LIBS@
142 gprof_OBJECTS =  basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o \
143 cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o \
144 search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o \
145 sparc.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o
146 gprof_LDFLAGS = 
147 CFLAGS = @CFLAGS@
148 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
149 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
150 LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
151 TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
152 TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
153 INFO_DEPS = gprof.info
154 DVIS = gprof.dvi
155 TEXINFOS = gprof.texi
156 man1dir = $(mandir)/man1
157 MANS = $(man_MANS)
158
159 NROFF = nroff
160 HEADERS =  $(noinst_HEADERS)
161
162 DIST_COMMON =  ChangeLog Makefile.am Makefile.in TODO acconfig.h \
163 aclocal.m4 configure configure.in gconfig.in stamp-h.in
164
165
166 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
167
168 TAR = tar
169 GZIP = --best
170 SOURCES = $(gprof_SOURCES)
171 OBJECTS = $(gprof_OBJECTS)
172
173 all: all-recursive-am all-am
174
175 .SUFFIXES:
176 .SUFFIXES: .S .c .dvi .info .lo .m .o .ps .s .texi .texinfo .txi
177 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
178         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
179
180 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
181         cd $(top_builddir) \
182           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
183
184 $(ACLOCAL_M4): @MAINT@ configure.in 
185         cd $(srcdir) && $(ACLOCAL)
186
187 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
188         $(SHELL) ./config.status --recheck
189 $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
190         cd $(srcdir) && $(AUTOCONF)
191
192 gconfig.h: stamp-h
193         @:
194 stamp-h: $(srcdir)/gconfig.in $(top_builddir)/config.status
195         cd $(top_builddir) \
196           && CONFIG_FILES= CONFIG_HEADERS=gconfig.h:gconfig.in \
197              $(SHELL) ./config.status
198         @echo timestamp > stamp-h
199 $(srcdir)/gconfig.in: @MAINT@$(srcdir)/stamp-h.in
200 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
201         cd $(top_srcdir) && $(AUTOHEADER)
202         @echo timestamp > $(srcdir)/stamp-h.in
203
204 mostlyclean-hdr:
205
206 clean-hdr:
207
208 distclean-hdr:
209         -rm -f gconfig.h
210
211 maintainer-clean-hdr:
212
213 mostlyclean-binPROGRAMS:
214
215 clean-binPROGRAMS:
216         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
217
218 distclean-binPROGRAMS:
219
220 maintainer-clean-binPROGRAMS:
221
222 install-binPROGRAMS: $(bin_PROGRAMS)
223         @$(NORMAL_INSTALL)
224         $(mkinstalldirs) $(DESTDIR)$(bindir)
225         @list='$(bin_PROGRAMS)'; for p in $$list; do \
226           if test -f $$p; then \
227             echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
228             $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
229           else :; fi; \
230         done
231
232 uninstall-binPROGRAMS:
233         @$(NORMAL_UNINSTALL)
234         list='$(bin_PROGRAMS)'; for p in $$list; do \
235           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
236         done
237
238 .c.o:
239         $(COMPILE) -c $<
240
241 .s.o:
242         $(COMPILE) -c $<
243
244 .S.o:
245         $(COMPILE) -c $<
246
247 mostlyclean-compile:
248         -rm -f *.o core *.core
249
250 clean-compile:
251
252 distclean-compile:
253         -rm -f *.tab.c
254
255 maintainer-clean-compile:
256
257 .c.lo:
258         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
259
260 .s.lo:
261         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
262
263 .S.lo:
264         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
265
266 mostlyclean-libtool:
267         -rm -f *.lo
268
269 clean-libtool:
270         -rm -rf .libs _libs
271
272 distclean-libtool:
273
274 maintainer-clean-libtool:
275
276 gprof$(EXEEXT): $(gprof_OBJECTS) $(gprof_DEPENDENCIES)
277         @rm -f gprof$(EXEEXT)
278         $(LINK) $(gprof_LDFLAGS) $(gprof_OBJECTS) $(gprof_LDADD) $(LIBS)
279
280 gprof.info: gprof.texi
281 gprof.dvi: gprof.texi
282
283
284 DVIPS = dvips
285
286 .texi.info:
287         @rm -f $@ $@-[0-9] $@-[0-9][0-9]
288         $(MAKEINFO) -I $(srcdir) $<
289
290 .texi.dvi:
291         TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
292           MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
293
294 .texi:
295         @rm -f $@ $@-[0-9] $@-[0-9][0-9]
296         $(MAKEINFO) -I $(srcdir) $<
297
298 .texinfo.info:
299         @rm -f $@ $@-[0-9] $@-[0-9][0-9]
300         $(MAKEINFO) -I $(srcdir) $<
301
302 .texinfo:
303         @rm -f $@ $@-[0-9] $@-[0-9][0-9]
304         $(MAKEINFO) -I $(srcdir) $<
305
306 .texinfo.dvi:
307         TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
308           MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
309
310 .txi.info:
311         @rm -f $@ $@-[0-9] $@-[0-9][0-9]
312         $(MAKEINFO) -I $(srcdir) $<
313
314 .txi.dvi:
315         TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
316           MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
317
318 .txi:
319         @rm -f $@ $@-[0-9] $@-[0-9][0-9]
320         $(MAKEINFO) -I $(srcdir) $<
321 .dvi.ps:
322         $(DVIPS) $< -o $@
323
324 install-info-am: $(INFO_DEPS)
325         @$(NORMAL_INSTALL)
326         $(mkinstalldirs) $(DESTDIR)$(infodir)
327         @for file in $(INFO_DEPS); do \
328           if test -f $$file; then d=.; else d=$(srcdir); fi; \
329           for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
330             if test -f $$d/$$ifile; then \
331               echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
332               $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
333             else : ; fi; \
334           done; \
335         done
336         @$(POST_INSTALL)
337         @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
338           for file in $(INFO_DEPS); do \
339             echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
340             install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
341           done; \
342         else : ; fi
343
344 uninstall-info:
345         $(PRE_UNINSTALL)
346         @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
347           ii=yes; \
348         else ii=; fi; \
349         for file in $(INFO_DEPS); do \
350           test -z "$ii" \
351             || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
352         done
353         @$(NORMAL_UNINSTALL)
354         for file in $(INFO_DEPS); do \
355           (cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
356         done
357
358 dist-info: $(INFO_DEPS)
359         for base in $(INFO_DEPS); do \
360           if test -f $$base; then d=.; else d=$(srcdir); fi; \
361           for file in `cd $$d && eval echo $$base*`; do \
362             test -f $(distdir)/$$file \
363             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
364             || cp -p $$d/$$file $(distdir)/$$file; \
365           done; \
366         done
367
368 mostlyclean-aminfo:
369         -rm -f gprof.aux gprof.cp gprof.cps gprof.dvi gprof.fn gprof.fns \
370           gprof.ky gprof.kys gprof.ps gprof.log gprof.pg gprof.toc \
371           gprof.tp gprof.tps gprof.vr gprof.vrs gprof.op gprof.tr \
372           gprof.cv gprof.cn
373
374 clean-aminfo:
375
376 distclean-aminfo:
377
378 maintainer-clean-aminfo:
379         for i in $(INFO_DEPS); do \
380           rm -f $$i; \
381           if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
382             rm -f $$i-[0-9]*; \
383           fi; \
384         done
385 clean-info: mostlyclean-aminfo
386
387 install-man1:
388         $(mkinstalldirs) $(DESTDIR)$(man1dir)
389         @list='$(man1_MANS)'; \
390         l2='$(man_MANS)'; for i in $$l2; do \
391           case "$$i" in \
392             *.1*) list="$$list $$i" ;; \
393           esac; \
394         done; \
395         for i in $$list; do \
396           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
397           else file=$$i; fi; \
398           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
399           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
400           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
401           echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
402           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
403         done
404
405 uninstall-man1:
406         @list='$(man1_MANS)'; \
407         l2='$(man_MANS)'; for i in $$l2; do \
408           case "$$i" in \
409             *.1*) list="$$list $$i" ;; \
410           esac; \
411         done; \
412         for i in $$list; do \
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 " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
417           rm -f $(DESTDIR)$(man1dir)/$$inst; \
418         done
419 install-man: $(MANS)
420         @$(NORMAL_INSTALL)
421         $(MAKE) $(AM_MAKEFLAGS) install-man1
422 uninstall-man:
423         @$(NORMAL_UNINSTALL)
424         $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
425
426 # This directory's subdirectories are mostly independent; you can cd
427 # into them and run `make' without going through this Makefile.
428 # To change the values of `make' variables: instead of editing Makefiles,
429 # (1) if the variable is set in `config.status', edit `config.status'
430 #     (which will cause the Makefiles to be regenerated when you run `make');
431 # (2) otherwise, pass the desired values on the `make' command line.
432
433 @SET_MAKE@
434
435 all-recursive install-data-recursive install-exec-recursive \
436 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
437 check-recursive installcheck-recursive info-recursive dvi-recursive:
438         @set fnord $(MAKEFLAGS); amf=$$2; \
439         list='$(SUBDIRS)'; for subdir in $$list; do \
440           target=`echo $@ | sed s/-recursive//`; \
441           echo "Making $$target in $$subdir"; \
442           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$target) \
443            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
444         done && test -z "$$fail"
445
446 mostlyclean-recursive clean-recursive distclean-recursive \
447 maintainer-clean-recursive:
448         @set fnord $(MAKEFLAGS); amf=$$2; \
449         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
450           rev="$$subdir $$rev"; \
451         done; \
452         for subdir in $$rev; do \
453           target=`echo $@ | sed s/-recursive//`; \
454           echo "Making $$target in $$subdir"; \
455           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$target) \
456            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
457         done && test -z "$$fail"
458 tags-recursive:
459         list='$(SUBDIRS)'; for subdir in $$list; do \
460           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
461         done
462
463 tags: TAGS
464
465 ID: $(HEADERS) $(SOURCES) $(LISP)
466         here=`pwd` && cd $(srcdir) \
467           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
468
469 TAGS: tags-recursive $(HEADERS) $(SOURCES) gconfig.in $(TAGS_DEPENDENCIES) $(LISP)
470         tags=; \
471         here=`pwd`; \
472         list='$(SUBDIRS)'; for subdir in $$list; do \
473           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
474         done; \
475         list='$(SOURCES) $(HEADERS)'; \
476         unique=`for i in $$list; do echo $$i; done | \
477           awk '    { files[$$0] = 1; } \
478                END { for (i in files) print i; }'`; \
479         test -z "$(ETAGS_ARGS)gconfig.in$$unique$(LISP)$$tags" \
480           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags gconfig.in $$unique $(LISP) -o $$here/TAGS)
481
482 mostlyclean-tags:
483
484 clean-tags:
485
486 distclean-tags:
487         -rm -f TAGS ID
488
489 maintainer-clean-tags:
490
491 distdir = $(PACKAGE)-$(VERSION)
492 top_distdir = $(distdir)
493
494 # This target untars the dist file and tries a VPATH configuration.  Then
495 # it guarantees that the distribution is self-contained by making another
496 # tarfile.
497 distcheck: dist
498         -rm -rf $(distdir)
499         GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
500         mkdir $(distdir)/=build
501         mkdir $(distdir)/=inst
502         dc_install_base=`cd $(distdir)/=inst && pwd`; \
503         cd $(distdir)/=build \
504           && ../configure --srcdir=.. --prefix=$$dc_install_base \
505           && $(MAKE) $(AM_MAKEFLAGS) \
506           && $(MAKE) $(AM_MAKEFLAGS) dvi \
507           && $(MAKE) $(AM_MAKEFLAGS) check \
508           && $(MAKE) $(AM_MAKEFLAGS) install \
509           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
510           && $(MAKE) $(AM_MAKEFLAGS) dist
511         -rm -rf $(distdir)
512         @echo "========================"; \
513         echo "$(distdir).tar.gz is ready for distribution"; \
514         echo "========================"
515 dist: distdir
516         -chmod -R a+r $(distdir)
517         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
518         -rm -rf $(distdir)
519 dist-all: distdir
520         -chmod -R a+r $(distdir)
521         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
522         -rm -rf $(distdir)
523 distdir: $(DISTFILES)
524         -rm -rf $(distdir)
525         mkdir $(distdir)
526         -chmod 777 $(distdir)
527         @for file in $(DISTFILES); do \
528           if test -f $$file; then d=.; else d=$(srcdir); fi; \
529           test -f $(distdir)/$$file \
530           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
531           || cp -p $$d/$$file $(distdir)/$$file; \
532         done
533         for subdir in $(SUBDIRS); do \
534           test -d $(distdir)/$$subdir \
535           || mkdir $(distdir)/$$subdir \
536           || exit 1; \
537           chmod 777 $(distdir)/$$subdir; \
538           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
539             || exit 1; \
540         done
541         $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
542 info: $(INFO_DEPS) info-recursive
543 dvi: $(DVIS) dvi-recursive
544 check:
545         $(MAKE) $(AM_MAKEFLAGS) check-recursive
546 installcheck: installcheck-recursive
547 install-info: install-info-am install-info-recursive
548 all-recursive-am: gconfig.h
549         $(MAKE) $(AM_MAKEFLAGS) all-recursive
550
551 all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS) gconfig.h
552
553 install-exec-am: install-binPROGRAMS
554
555 install-data-am: install-man
556
557 uninstall-am: uninstall-binPROGRAMS uninstall-man
558
559 install-exec: install-exec-recursive install-exec-am
560         @$(NORMAL_INSTALL)
561
562 install-data: install-data-recursive install-data-am
563         @$(NORMAL_INSTALL)
564
565 install: install-recursive install-exec-am install-data-am
566         @:
567
568 uninstall: uninstall-recursive uninstall-am
569
570 install-strip:
571         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
572 installdirs: installdirs-recursive
573         $(mkinstalldirs)  $(DATADIR)$(bindir) $(DESTDIR)$(mandir)/man1
574
575
576 mostlyclean-generic:
577         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
578
579 clean-generic:
580         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
581
582 distclean-generic:
583         -rm -f Makefile $(DISTCLEANFILES)
584         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
585         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
586
587 maintainer-clean-generic:
588         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
589         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
590 mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
591                 mostlyclean-compile mostlyclean-libtool \
592                 mostlyclean-aminfo mostlyclean-tags mostlyclean-generic
593
594 clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-libtool \
595                 clean-aminfo clean-tags clean-generic mostlyclean-am
596
597 distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
598                 distclean-libtool distclean-aminfo distclean-tags \
599                 distclean-generic clean-am
600
601 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
602                 maintainer-clean-compile maintainer-clean-libtool \
603                 maintainer-clean-aminfo maintainer-clean-tags \
604                 maintainer-clean-generic distclean-am
605
606 mostlyclean:  mostlyclean-recursive mostlyclean-am
607
608 clean:  clean-recursive clean-am
609
610 distclean:  distclean-recursive distclean-am
611         -rm -f config.status
612         -rm -f libtool
613
614 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
615         @echo "This command is intended for maintainers to use;"
616         @echo "it deletes files that may require special tools to rebuild."
617         -rm -f config.status
618
619 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
620 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
621 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
622 mostlyclean-compile distclean-compile clean-compile \
623 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
624 clean-libtool maintainer-clean-libtool install-info-am uninstall-info \
625 mostlyclean-aminfo distclean-aminfo clean-aminfo \
626 maintainer-clean-aminfo install-man1 uninstall-man1 install-man \
627 uninstall-man install-data-recursive uninstall-data-recursive \
628 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
629 uninstalldirs-recursive all-recursive check-recursive \
630 installcheck-recursive info-recursive dvi-recursive \
631 mostlyclean-recursive distclean-recursive clean-recursive \
632 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
633 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
634 installcheck install-info all-recursive-am all-am install-exec-am \
635 install-data-am uninstall-am install-exec install-data install \
636 uninstall all installdirs mostlyclean-generic distclean-generic \
637 clean-generic maintainer-clean-generic clean mostlyclean distclean \
638 maintainer-clean
639
640
641 diststuff: $(BUILT_SOURCES) info
642
643 .m.c:
644         awk -f $(srcdir)/gen-c-prog.awk > ./$*.c \
645             FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
646             FILE=$*.m $(srcdir)/$*.m
647 po/POTFILES.in: @MAINT@ Makefile
648         for file in $(POTFILES); do echo $$file; done | sort > tmp \
649           && mv tmp $(srcdir)/po/POTFILES.in
650
651 # Dependencies.
652 $(OBJECTS): ../bfd/bfd.h call_graph.h cg_arcs.h cg_print.h \
653         corefile.h gmon_io.h gmon_out.h gprof.h hertz.h hist.h \
654         search_list.h source.h sym_ids.h symtab.h utils.h \
655         $(srcdir)/../include/libiberty.h $(srcdir)/../bfd/sysdep.h \
656         gconfig.h ../bfd/config.h
657 basic_blocks.o: basic_blocks.c
658 bsd_call_bl.o: bsd_call_bl.c
659 call_graph.o: call_graph.c
660 cg_arcs.o: cg_arcs.c
661 cg_dfn.o: cg_dfn.c
662 cg_print.o: cg_print.c
663 corefile.o: corefile.c
664 flat_bl.o: flat_bl.c
665 fsf_callg_bl.o: fsf_callg_bl.c
666 gmon_io.o: gmon_io.c
667 gprof.o: gprof.c
668 hertz.o: hertz.c
669 hist.o: hist.c
670 search_list.o: search_list.c
671 source.o: source.c
672 symtab.o: symtab.c
673 sym_ids.o: sym_ids.c
674 utils.o: utils.c
675 i386.o: i386.c
676 alpha.o: alpha.c
677 vax.o: vax.c
678 tahoe.o: tahoe.c
679 sparc.o: sparc.c
680
681 # Tell versions [3.59,3.63) of GNU make to not export all variables.
682 # Otherwise a system limit (for SysV at least) may be exceeded.
683 .NOEXPORT: