* Many files: Add casts in many print statements to cast bfd_vma
[deliverable/binutils-gdb.git] / gprof / Makefile.in
CommitLineData
252b5132
RH
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
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.
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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
66AS = @AS@
67CATALOGS = @CATALOGS@
68CATOBJEXT = @CATOBJEXT@
69CC = @CC@
70DATADIRNAME = @DATADIRNAME@
71DLLTOOL = @DLLTOOL@
72EXEEXT = @EXEEXT@
73GMOFILES = @GMOFILES@
74GMSGFMT = @GMSGFMT@
75GT_NO = @GT_NO@
76GT_YES = @GT_YES@
77INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
78INSTOBJEXT = @INSTOBJEXT@
79INTLDEPS = @INTLDEPS@
80INTLLIBS = @INTLLIBS@
81INTLOBJS = @INTLOBJS@
82LD = @LD@
83LIBTOOL = @LIBTOOL@
84LN_S = @LN_S@
85MAINT = @MAINT@
86MAKEINFO = @MAKEINFO@
87MKINSTALLDIRS = @MKINSTALLDIRS@
88MSGFMT = @MSGFMT@
89NM = @NM@
90PACKAGE = @PACKAGE@
91POFILES = @POFILES@
92POSUB = @POSUB@
93RANLIB = @RANLIB@
94USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
95USE_NLS = @USE_NLS@
96USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@
97VERSION = @VERSION@
98l = @l@
99
100AUTOMAKE_OPTIONS = cygnus
101
102SUFFIXES = .m
103
104SUBDIRS = po
105
106INCLUDES = -D_GNU_SOURCE -DDEBUG -I../bfd -I$(srcdir)/../include -I$(srcdir)/../bfd -I$(srcdir)/../intl -I../intl -DLOCALEDIR="\"$(prefix)/share/locale\""
107
108bin_PROGRAMS = gprof
109
110sources = 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
114
115gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
116gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(INTLDEPS)
117gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(INTLLIBS)
118
119noinst_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
123
124
125EXTRA_DIST = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c bbconv.pl
126
127BUILT_SOURCES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
128
129POTFILES = $(sources) $(noinst_HEADERS)
130
131info_TEXINFOS = gprof.texi
132man_MANS = gprof.1
133ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
134mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
135CONFIG_HEADER = gconfig.h
136CONFIG_CLEAN_FILES =
137bin_PROGRAMS = gprof$(EXEEXT)
138PROGRAMS = $(bin_PROGRAMS)
139
140
141DEFS = @DEFS@ -I. -I$(srcdir) -I.
142CPPFLAGS = @CPPFLAGS@
143LDFLAGS = @LDFLAGS@
144LIBS = @LIBS@
145gprof_OBJECTS = basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o \
146cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o \
147search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o \
148sparc.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o
149gprof_LDFLAGS =
150CFLAGS = @CFLAGS@
151COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
152LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
153CCLD = $(CC)
154LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
155TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
156TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
157INFO_DEPS = gprof.info
158DVIS = gprof.dvi
159TEXINFOS = gprof.texi
160man1dir = $(mandir)/man1
161MANS = $(man_MANS)
162
163NROFF = nroff
164HEADERS = $(noinst_HEADERS)
165
166DIST_COMMON = ./stamp-h.in ChangeLog Makefile.am Makefile.in TODO \
167aclocal.m4 configure configure.in gconfig.in
168
169
170DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
171
fdcf7d43 172TAR = gtar
252b5132
RH
173GZIP_ENV = --best
174SOURCES = $(gprof_SOURCES)
175OBJECTS = $(gprof_OBJECTS)
176
177all: 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
182
183Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
184 cd $(top_builddir) \
185 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
186
187$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
188 cd $(srcdir) && $(ACLOCAL)
189
190config.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)
194
195gconfig.h: stamp-h
196 @if test ! -f $@; then \
197 rm -f stamp-h; \
198 $(MAKE) stamp-h; \
199 else :; fi
200stamp-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
213
214mostlyclean-hdr:
215
216clean-hdr:
217
218distclean-hdr:
219 -rm -f gconfig.h
220
221maintainer-clean-hdr:
222
223mostlyclean-binPROGRAMS:
224
225clean-binPROGRAMS:
226 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
227
228distclean-binPROGRAMS:
229
230maintainer-clean-binPROGRAMS:
231
232install-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
241
242uninstall-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
247
248.c.o:
249 $(COMPILE) -c $<
250
251.s.o:
252 $(COMPILE) -c $<
253
254.S.o:
255 $(COMPILE) -c $<
256
257mostlyclean-compile:
258 -rm -f *.o core *.core
259
260clean-compile:
261
262distclean-compile:
263 -rm -f *.tab.c
264
265maintainer-clean-compile:
266
267.c.lo:
268 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
269
270.s.lo:
271 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
272
273.S.lo:
274 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
275
276mostlyclean-libtool:
277 -rm -f *.lo
278
279clean-libtool:
280 -rm -rf .libs _libs
281
282distclean-libtool:
283
284maintainer-clean-libtool:
285
286gprof$(EXEEXT): $(gprof_OBJECTS) $(gprof_DEPENDENCIES)
287 @rm -f gprof$(EXEEXT)
288 $(LINK) $(gprof_LDFLAGS) $(gprof_OBJECTS) $(gprof_LDADD) $(LIBS)
289
290gprof.info: gprof.texi
291gprof.dvi: gprof.texi
292
293
294DVIPS = dvips
295
296.texi.info:
297 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
298 $(MAKEINFO) -I $(srcdir) $<
299
300.texi.dvi:
301 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
302 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
303
304.texi:
305 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
306 $(MAKEINFO) -I $(srcdir) $<
307
308.texinfo.info:
309 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
310 $(MAKEINFO) -I $(srcdir) $<
311
312.texinfo:
313 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
314 $(MAKEINFO) -I $(srcdir) $<
315
316.texinfo.dvi:
317 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
318 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
319
320.txi.info:
321 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
322 $(MAKEINFO) -I $(srcdir) $<
323
324.txi.dvi:
325 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
326 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
327
328.txi:
329 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
330 $(MAKEINFO) -I $(srcdir) $<
331.dvi.ps:
332 $(DVIPS) $< -o $@
333
334install-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
355
356uninstall-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
371
372dist-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
382
383mostlyclean-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
388
389clean-aminfo:
390
391distclean-aminfo:
392
393maintainer-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
400clean-info: mostlyclean-aminfo
401
402install-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
419
420uninstall-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
434install-man: $(MANS)
435 @$(NORMAL_INSTALL)
436 $(MAKE) $(AM_MAKEFLAGS) install-man1
437uninstall-man:
438 @$(NORMAL_UNINSTALL)
439 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
440
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.
447
448@SET_MAKE@
449
450all-recursive install-data-recursive install-exec-recursive \
451installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
452check-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"
470
471mostlyclean-recursive clean-recursive distclean-recursive \
472maintainer-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"
491tags-recursive:
492 list='$(SUBDIRS)'; for subdir in $$list; do \
493 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
494 done
495
496tags: TAGS
497
498ID: $(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)
505
506TAGS: 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)
520
521mostlyclean-tags:
522
523clean-tags:
524
525distclean-tags:
526 -rm -f TAGS ID
527
528maintainer-clean-tags:
529
530distdir = $(PACKAGE)-$(VERSION)
531top_distdir = $(distdir)
532
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.
536distcheck: 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"
556dist: distdir
557 -chmod -R a+r $(distdir)
558 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
559 -rm -rf $(distdir)
560dist-all: distdir
561 -chmod -R a+r $(distdir)
562 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
563 -rm -rf $(distdir)
564distdir: $(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
589info-am: $(INFO_DEPS)
590info: info-recursive
591dvi-am: $(DVIS)
592dvi: dvi-recursive
593check-am:
594check: check-recursive
595installcheck-am:
596installcheck: installcheck-recursive
597install-info-am:
598install-info: install-info-recursive
599all-recursive-am: gconfig.h
600 $(MAKE) $(AM_MAKEFLAGS) all-recursive
601
602install-exec-am: install-binPROGRAMS
603install-exec: install-exec-recursive
604
605install-data-am: install-man
606install-data: install-data-recursive
607
608install-am: all-am
609 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
610install: install-recursive
611uninstall-am: uninstall-binPROGRAMS uninstall-man
612uninstall: uninstall-recursive
613all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS) gconfig.h
614all-redirect: all-recursive-am
615install-strip:
616 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
617installdirs: installdirs-recursive
618installdirs-am:
619 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
620
621
622mostlyclean-generic:
623
624clean-generic:
625
626distclean-generic:
627 -rm -f Makefile $(CONFIG_CLEAN_FILES)
628 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
629
630maintainer-clean-generic:
631 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
632mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \
633 mostlyclean-compile mostlyclean-libtool \
634 mostlyclean-aminfo mostlyclean-tags mostlyclean-generic
635
636mostlyclean: mostlyclean-recursive
637
638clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-libtool \
639 clean-aminfo clean-tags clean-generic mostlyclean-am
640
641clean: clean-recursive
642
643distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \
644 distclean-libtool distclean-aminfo distclean-tags \
645 distclean-generic clean-am
646 -rm -f libtool
647
648distclean: distclean-recursive
649 -rm -f config.status
650
651maintainer-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."
657
658maintainer-clean: maintainer-clean-recursive
659 -rm -f config.status
660
661.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
662mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
663maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
664mostlyclean-compile distclean-compile clean-compile \
665maintainer-clean-compile mostlyclean-libtool distclean-libtool \
666clean-libtool maintainer-clean-libtool install-info-am uninstall-info \
667mostlyclean-aminfo distclean-aminfo clean-aminfo \
668maintainer-clean-aminfo install-man1 uninstall-man1 install-man \
669uninstall-man install-data-recursive uninstall-data-recursive \
670install-exec-recursive uninstall-exec-recursive installdirs-recursive \
671uninstalldirs-recursive all-recursive check-recursive \
672installcheck-recursive info-recursive dvi-recursive \
673mostlyclean-recursive distclean-recursive clean-recursive \
674maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
675distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
676dvi-am dvi check check-am installcheck-am installcheck install-info-am \
677install-info all-recursive-am install-exec-am install-exec \
678install-data-am install-data install-am install uninstall-am uninstall \
679all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
680distclean-generic clean-generic maintainer-clean-generic clean \
681mostlyclean distclean maintainer-clean
682
683
684diststuff: $(BUILT_SOURCES) info
685
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
690po/POTFILES.in: @MAINT@ Makefile
691 for file in $(POTFILES); do echo $$file; done | sort > tmp \
692 && mv tmp $(srcdir)/po/POTFILES.in
693
694# Dependencies.
695$(OBJECTS): ../bfd/bfd.h call_graph.h cg_arcs.h cg_print.h \
fdcf7d43 696 corefile.h gmon_io.h gmon.h gmon_out.h gprof.h hertz.h hist.h \
252b5132
RH
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
700basic_blocks.o: basic_blocks.c
701bsd_call_bl.o: bsd_call_bl.c
702call_graph.o: call_graph.c
703cg_arcs.o: cg_arcs.c
704cg_dfn.o: cg_dfn.c
705cg_print.o: cg_print.c
706corefile.o: corefile.c
707flat_bl.o: flat_bl.c
708fsf_callg_bl.o: fsf_callg_bl.c
709gmon_io.o: gmon_io.c
710gprof.o: gprof.c
711hertz.o: hertz.c
712hist.o: hist.c
713search_list.o: search_list.c
714source.o: source.c
715symtab.o: symtab.c
716sym_ids.o: sym_ids.c
717utils.o: utils.c
718i386.o: i386.c
719alpha.o: alpha.c
720vax.o: vax.c
721tahoe.o: tahoe.c
722sparc.o: sparc.c
723
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:
This page took 0.051545 seconds and 4 git commands to generate.