Tue Feb 3 14:25:25 1998 Brent Baccala <baccala@freesoft.org>
[deliverable/binutils-gdb.git] / gprof / Makefile.in
CommitLineData
50fb7977 1# Makefile.in generated automatically by automake 1.2 from Makefile.am
89a471fe 2
c78b9c25 3# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
2f1fec47
ILT
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy, distribute and modify it.
6
7
c3de2a19 8SHELL = @SHELL@
9cda8e3a 9
7858d8dc 10srcdir = @srcdir@
2f1fec47
ILT
11top_srcdir = @top_srcdir@
12VPATH = @srcdir@
7858d8dc 13prefix = @prefix@
2f1fec47 14exec_prefix = @exec_prefix@
7858d8dc 15
2f1fec47
ILT
16bindir = @bindir@
17sbindir = @sbindir@
18libexecdir = @libexecdir@
19datadir = @datadir@
20sysconfdir = @sysconfdir@
21sharedstatedir = @sharedstatedir@
22localstatedir = @localstatedir@
23libdir = @libdir@
24infodir = @infodir@
25mandir = @mandir@
26includedir = @includedir@
27oldincludedir = /usr/include
28
29pkgdatadir = $(datadir)/@PACKAGE@
30pkglibdir = $(libdir)/@PACKAGE@
31pkgincludedir = $(includedir)/@PACKAGE@
32
33top_builddir = .
34
35ACLOCAL = @ACLOCAL@
36AUTOCONF = @AUTOCONF@
37AUTOMAKE = @AUTOMAKE@
38AUTOHEADER = @AUTOHEADER@
39
40INSTALL = @INSTALL@
41INSTALL_PROGRAM = @INSTALL_PROGRAM@
42INSTALL_DATA = @INSTALL_DATA@
43INSTALL_SCRIPT = @INSTALL_SCRIPT@
44transform = @program_transform_name@
45
46NORMAL_INSTALL = true
47PRE_INSTALL = true
48POST_INSTALL = true
49NORMAL_UNINSTALL = true
50PRE_UNINSTALL = true
51POST_UNINSTALL = true
52build_alias = @build_alias@
53build_triplet = @build@
54host_alias = @host_alias@
55host_triplet = @host@
56target_alias = @target_alias@
57target_triplet = @target@
2f1fec47
ILT
58CC = @CC@
59EXEEXT = @EXEEXT@
274e44ae
ILT
60LD = @LD@
61LIBTOOL = @LIBTOOL@
62LN_S = @LN_S@
2f1fec47 63MAINT = @MAINT@
3b66bca3 64MAKEINFO = @MAKEINFO@
2f1fec47 65PACKAGE = @PACKAGE@
274e44ae 66RANLIB = @RANLIB@
2f1fec47 67VERSION = @VERSION@
7858d8dc 68
c3de2a19 69AUTOMAKE_OPTIONS = cygnus
f4a0f42d 70
2f1fec47 71SUFFIXES = .m
f4a0f42d 72
c3de2a19 73INCLUDES = -D_GNU_SOURCE -DDEBUG -I../bfd -I$(srcdir)/../include -I$(srcdir)/../bfd
f4a0f42d 74
2f1fec47 75bin_PROGRAMS = gprof
c98f0ae5 76
2f1fec47
ILT
77gprof_SOURCES = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \
78 cg_print.c core.c gmon_io.c gprof.c hertz.c hist.c source.c \
79 search_list.c symtab.c sym_ids.c utils.c \
c3de2a19
ILT
80 flat_bl.c bsd_callg_bl.c fsf_callg_bl.c \
81 i386.c alpha.c vax.c tahoe.c sparc.c
82gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
83gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a
5489fcc3 84
2f1fec47 85noinst_HEADERS = \
2f1fec47
ILT
86 basic_blocks.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \
87 core.h gmon.h gmon_io.h gmon_out.h gprof.h hertz.h hist.h \
c3de2a19
ILT
88 search_list.h source.h sym_ids.h symtab.h utils.h
89
249da916 90EXTRA_DIST = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c bbconv.pl
c98f0ae5 91
2f1fec47 92BUILT_SOURCES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
3d3e494e 93
2f1fec47
ILT
94info_TEXINFOS = gprof.texi
95man_MANS = gprof.1
96ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
274e44ae 98CONFIG_HEADER = gconfig.h
2f1fec47 99CONFIG_CLEAN_FILES =
274e44ae 100bin_PROGRAMS = gprof$(EXEEXT)
2f1fec47
ILT
101PROGRAMS = $(bin_PROGRAMS)
102
103
274e44ae 104DEFS = @DEFS@ -I. -I$(srcdir) -I.
2f1fec47
ILT
105CPPFLAGS = @CPPFLAGS@
106LDFLAGS = @LDFLAGS@
107LIBS = @LIBS@
108gprof_OBJECTS = basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o \
109cg_print.o core.o gmon_io.o gprof.o hertz.o hist.o source.o \
110search_list.o symtab.o sym_ids.o utils.o flat_bl.o bsd_callg_bl.o \
c3de2a19 111fsf_callg_bl.o i386.o alpha.o vax.o tahoe.o sparc.o
274e44ae 112gprof_LDFLAGS =
2f1fec47
ILT
113CFLAGS = @CFLAGS@
114COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
274e44ae
ILT
115LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
116LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
2f1fec47
ILT
117TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
118TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
119INFO_DEPS = gprof.info
120DVIS = gprof.dvi
121TEXINFOS = gprof.texi
122MANS = gprof.1
123
124NROFF = nroff
125HEADERS = $(noinst_HEADERS)
126
274e44ae
ILT
127DIST_COMMON = ChangeLog Makefile.am Makefile.in TODO acconfig.h \
128aclocal.m4 configure configure.in gconfig.in stamp-h.in
2f1fec47
ILT
129
130
131DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
132
133TAR = tar
134GZIP = --best
135SOURCES = $(gprof_SOURCES)
136OBJECTS = $(gprof_OBJECTS)
137
138default: all
139
140.SUFFIXES:
c3de2a19 141.SUFFIXES: .S .c .dvi .info .lo .m .o .ps .s .texi .texinfo
2f1fec47
ILT
142$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
143 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
144
3b66bca3 145Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
2f1fec47
ILT
146 cd $(top_builddir) \
147 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
148
3b66bca3 149$(ACLOCAL_M4): @MAINT@ configure.in
2f1fec47
ILT
150 cd $(srcdir) && $(ACLOCAL)
151
3b66bca3 152config.status: $(srcdir)/configure
2f1fec47 153 $(SHELL) ./config.status --recheck
3b66bca3 154$(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
2f1fec47
ILT
155 cd $(srcdir) && $(AUTOCONF)
156
42a62317 157gconfig.h: stamp-h ; @:
274e44ae
ILT
158stamp-h: $(srcdir)/gconfig.in $(top_builddir)/config.status
159 cd $(top_builddir) \
160 && CONFIG_FILES= CONFIG_HEADERS=gconfig.h:gconfig.in \
161 $(SHELL) ./config.status
162 @echo timestamp > stamp-h
163$(srcdir)/gconfig.in: @MAINT@$(srcdir)/stamp-h.in
164$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
165 cd $(top_srcdir) && $(AUTOHEADER)
166 @echo timestamp > $(srcdir)/stamp-h.in
167
168mostlyclean-hdr:
169
170clean-hdr:
171
172distclean-hdr:
173 rm -f gconfig.h
174
175maintainer-clean-hdr:
176
2f1fec47
ILT
177mostlyclean-binPROGRAMS:
178
179clean-binPROGRAMS:
274e44ae 180 test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
2f1fec47
ILT
181
182distclean-binPROGRAMS:
183
184maintainer-clean-binPROGRAMS:
185
186install-binPROGRAMS: $(bin_PROGRAMS)
187 @$(NORMAL_INSTALL)
188 $(mkinstalldirs) $(bindir)
189 @list='$(bin_PROGRAMS)'; for p in $$list; do \
190 if test -f $$p; then \
274e44ae
ILT
191 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
192 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
2f1fec47
ILT
193 else :; fi; \
194 done
195
196uninstall-binPROGRAMS:
197 $(NORMAL_UNINSTALL)
198 list='$(bin_PROGRAMS)'; for p in $$list; do \
274e44ae 199 rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
2f1fec47 200 done
c98f0ae5 201
c3de2a19
ILT
202.s.o:
203 $(COMPILE) -c $<
204
205.S.o:
206 $(COMPILE) -c $<
207
9138a2e2 208.c.o:
2f1fec47 209 $(COMPILE) -c $<
89a471fe 210
2f1fec47
ILT
211mostlyclean-compile:
212 rm -f *.o core
c98f0ae5 213
2f1fec47 214clean-compile:
3d3e494e 215
2f1fec47
ILT
216distclean-compile:
217 rm -f *.tab.c
3d3e494e 218
2f1fec47 219maintainer-clean-compile:
2518bf37 220
274e44ae
ILT
221.c.lo:
222 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
223
c3de2a19
ILT
224# These are just copies of the above rule.
225.s.lo:
226 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
227
228.S.lo:
229 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
230
274e44ae
ILT
231mostlyclean-libtool:
232 rm -f *.lo
233
234clean-libtool:
235 rm -rf .libs
236
237distclean-libtool:
238
239maintainer-clean-libtool:
240
241gprof$(EXEEXT): $(gprof_OBJECTS) $(gprof_DEPENDENCIES)
2f1fec47
ILT
242 @rm -f gprof$(EXEEXT)
243 $(LINK) $(gprof_LDFLAGS) $(gprof_OBJECTS) $(gprof_LDADD) $(LIBS)
2518bf37 244
2f1fec47 245gprof.info: gprof.texi
2518bf37 246gprof.dvi: gprof.texi
2518bf37 247
2518bf37 248
2f1fec47 249DVIPS = dvips
3d3e494e 250
2f1fec47 251.texi.info:
3b66bca3 252 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
2f1fec47
ILT
253 $(MAKEINFO) -I $(srcdir) $<
254
255.texi.dvi:
256 TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
257 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
258
259.texi:
3b66bca3 260 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
2f1fec47
ILT
261 $(MAKEINFO) -I $(srcdir) $<
262
263.texinfo.info:
3b66bca3 264 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
274e44ae 265 $(MAKEINFO) -I $(srcdir) $<
2f1fec47
ILT
266
267.texinfo:
3b66bca3 268 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
274e44ae 269 $(MAKEINFO) -I $(srcdir) $<
2f1fec47
ILT
270
271.texinfo.dvi:
272 TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
273 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
274.dvi.ps:
275 $(DVIPS) $< -o $@
276
277install-info-am: $(INFO_DEPS)
278 @$(NORMAL_INSTALL)
279 $(mkinstalldirs) $(infodir)
280 @for file in $(INFO_DEPS); do \
281 if test -f $$file; then d=.; else d=$(srcdir); fi; \
282 for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
283 if test -f $$d/$$ifile; then \
284 echo " $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile"; \
285 $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile; \
286 else : ; fi; \
287 done; \
288 done
289 @$(POST_INSTALL)
3b66bca3 290 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
2f1fec47
ILT
291 for file in $(INFO_DEPS); do \
292 echo " install-info --info-dir=$(infodir) $(infodir)/$$file";\
c78b9c25 293 install-info --info-dir=$(infodir) $(infodir)/$$file || :;\
2f1fec47
ILT
294 done; \
295 else : ; fi
296
297uninstall-info:
298 $(PRE_UNINSTALL)
3b66bca3 299 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
2f1fec47
ILT
300 ii=yes; \
301 else ii=; fi; \
302 for file in $(INFO_DEPS); do \
303 test -z $ii || install-info --info-dir=$(infodir) --remove $$file; \
304 done
305 $(NORMAL_UNINSTALL)
306 for file in $(INFO_DEPS); do \
307 (cd $(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
308 done
309
310dist-info: $(INFO_DEPS)
311 for base in $(INFO_DEPS); do \
312 if test -f $$base; then d=.; else d=$(srcdir); fi; \
313 for file in `cd $$d && eval echo $$base*`; do \
314 test -f $(distdir)/$$file \
315 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
316 || cp -p $$d/$$file $(distdir)/$$file; \
317 done; \
318 done
a215e6f9 319
3b66bca3 320mostlyclean-aminfo:
2f1fec47
ILT
321 rm -f gprof.aux gprof.cp gprof.cps gprof.dvi gprof.fn gprof.fns \
322 gprof.ky gprof.log gprof.pg gprof.toc gprof.tp gprof.tps \
323 gprof.vr gprof.vrs gprof.op gprof.tr gprof.cv
324
3b66bca3 325clean-aminfo:
2f1fec47 326
3b66bca3 327distclean-aminfo:
2f1fec47 328
3b66bca3 329maintainer-clean-aminfo:
2f1fec47 330 for i in $(INFO_DEPS); do rm -f `eval echo $$i*`; done
3b66bca3 331clean-info: mostlyclean-aminfo
2f1fec47
ILT
332install-man: $(MANS)
333 $(NORMAL_INSTALL)
334 $(mkinstalldirs) $(mandir)/man1
335 @sect=1; \
336 inst=`echo "gprof" | sed '$(transform)'`.1; \
337 if test -f $(srcdir)/gprof.1; then file=$(srcdir)/gprof.1; \
338 else file=gprof.1; fi; \
339 echo " $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst"; \
340 $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
341
342uninstall-man:
343 $(NORMAL_UNINSTALL)
344 inst=`echo "gprof" | sed '$(transform)'`.1; \
345 rm -f $(mandir)/man1/$$inst
346
347
348tags: TAGS
349
350ID: $(HEADERS) $(SOURCES)
351 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
352
274e44ae 353TAGS: $(HEADERS) $(SOURCES) gconfig.in $(TAGS_DEPENDENCIES)
2f1fec47
ILT
354 tags=; \
355 here=`pwd`; \
274e44ae
ILT
356 test -z "$(ETAGS_ARGS)gconfig.in$(SOURCES)$(HEADERS)$$tags" \
357 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags gconfig.in $(SOURCES) $(HEADERS) -o $$here/TAGS)
2f1fec47
ILT
358
359mostlyclean-tags:
360
361clean-tags:
362
363distclean-tags:
364 rm -f TAGS ID
365
366maintainer-clean-tags:
367
368distdir = $(PACKAGE)-$(VERSION)
3b66bca3
ILT
369top_distdir = $(distdir)
370
2f1fec47
ILT
371# This target untars the dist file and tries a VPATH configuration. Then
372# it guarantees that the distribution is self-contained by making another
373# tarfile.
374distcheck: dist
375 rm -rf $(distdir)
376 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
377 mkdir $(distdir)/=build
378 mkdir $(distdir)/=inst
379 dc_install_base=`cd $(distdir)/=inst && pwd`; \
380 cd $(distdir)/=build \
381 && ../configure --srcdir=.. --prefix=$$dc_install_base \
382 && $(MAKE) \
383 && $(MAKE) dvi \
384 && $(MAKE) check \
385 && $(MAKE) install \
386 && $(MAKE) installcheck \
387 && $(MAKE) dist
388 rm -rf $(distdir)
389 @echo "========================"; \
390 echo "$(distdir).tar.gz is ready for distribution"; \
391 echo "========================"
392dist: distdir
393 -chmod -R a+r $(distdir)
394 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
395 rm -rf $(distdir)
396dist-all: distdir
397 -chmod -R a+r $(distdir)
398 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
399 rm -rf $(distdir)
400distdir: $(DISTFILES)
401 rm -rf $(distdir)
402 mkdir $(distdir)
3b66bca3 403 -chmod 777 $(distdir)
2f1fec47
ILT
404 @for file in $(DISTFILES); do \
405 if test -f $$file; then d=.; else d=$(srcdir); fi; \
406 test -f $(distdir)/$$file \
407 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
408 || cp -p $$d/$$file $(distdir)/$$file; \
2518bf37 409 done
3b66bca3 410 $(MAKE) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
2f1fec47
ILT
411info: $(INFO_DEPS)
412dvi: $(DVIS)
413check: all
414 $(MAKE)
415installcheck:
416install-info: install-info-am
417install-exec: install-binPROGRAMS
418 @$(NORMAL_INSTALL)
2518bf37 419
2f1fec47
ILT
420install-data: install-man
421 @$(NORMAL_INSTALL)
c98f0ae5 422
2f1fec47
ILT
423install: install-exec install-data all
424 @:
89a471fe 425
2f1fec47 426uninstall: uninstall-binPROGRAMS uninstall-man
9388476b 427
274e44ae 428all: Makefile $(PROGRAMS) $(MANS) $(HEADERS) gconfig.h
9388476b 429
2f1fec47 430install-strip:
c78b9c25 431 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
2f1fec47
ILT
432installdirs:
433 $(mkinstalldirs) $(bindir) $(mandir)/man1
434
435
436mostlyclean-generic:
437 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
438
439clean-generic:
440 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
441
442distclean-generic:
443 rm -f Makefile $(DISTCLEANFILES)
3b66bca3 444 rm -f config.cache config.log stamp-h stamp-h[0-9]*
2f1fec47
ILT
445 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
446
447maintainer-clean-generic:
448 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
449 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
274e44ae
ILT
450mostlyclean: mostlyclean-hdr mostlyclean-binPROGRAMS \
451 mostlyclean-compile mostlyclean-libtool \
3b66bca3 452 mostlyclean-aminfo mostlyclean-tags mostlyclean-generic
2f1fec47 453
274e44ae
ILT
454clean: clean-hdr clean-binPROGRAMS clean-compile clean-libtool \
455 clean-aminfo clean-tags clean-generic mostlyclean
9388476b 456
274e44ae
ILT
457distclean: distclean-hdr distclean-binPROGRAMS distclean-compile \
458 distclean-libtool distclean-aminfo distclean-tags \
459 distclean-generic clean
2f1fec47 460 rm -f config.status
274e44ae 461 rm -f libtool
869b94c5 462
274e44ae
ILT
463maintainer-clean: maintainer-clean-hdr maintainer-clean-binPROGRAMS \
464 maintainer-clean-compile maintainer-clean-libtool \
3b66bca3 465 maintainer-clean-aminfo maintainer-clean-tags \
2f1fec47
ILT
466 maintainer-clean-generic distclean
467 @echo "This command is intended for maintainers to use;"
468 @echo "it deletes files that may require special tools to rebuild."
469 rm -f config.status
470
274e44ae
ILT
471.PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
472maintainer-clean-hdr mostlyclean-binPROGRAMS distclean-binPROGRAMS \
2f1fec47
ILT
473clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
474install-binPROGRAMS mostlyclean-compile distclean-compile clean-compile \
274e44ae
ILT
475maintainer-clean-compile mostlyclean-libtool distclean-libtool \
476clean-libtool maintainer-clean-libtool install-info-am uninstall-info \
3b66bca3
ILT
477mostlyclean-aminfo distclean-aminfo clean-aminfo \
478maintainer-clean-aminfo install-man uninstall-man tags mostlyclean-tags \
479distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
480installcheck install-info install-exec install-data install uninstall \
481all installdirs mostlyclean-generic distclean-generic clean-generic \
2f1fec47
ILT
482maintainer-clean-generic clean mostlyclean distclean maintainer-clean
483
484
485.m.c:
486 awk -f $(srcdir)/gen-c-prog.awk > ./$*.c \
487 FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
488 FILE=$*.m $(srcdir)/$*.m
489
490# Dependencies.
491$(OBJECTS): ../bfd/bfd.h call_graph.h cg_arcs.h cg_print.h \
492 core.h gmon_io.h gmon_out.h gprof.h hertz.h hist.h \
493 search_list.h source.h sym_ids.h symtab.h utils.h \
494 $(srcdir)/../include/libiberty.h $(srcdir)/../bfd/sysdep.h \
c3de2a19 495 gconfig.h ../bfd/config.h
5489fcc3
KR
496basic_blocks.o: basic_blocks.c
497bsd_call_bl.o: bsd_call_bl.c
498call_graph.o: call_graph.c
499cg_arcs.o: cg_arcs.c
500cg_dfn.o: cg_dfn.c
501cg_print.o: cg_print.c
502core.o: core.c
3d3e494e 503flat_bl.o: flat_bl.c
3d3e494e 504fsf_callg_bl.o: fsf_callg_bl.c
5489fcc3
KR
505gmon_io.o: gmon_io.c
506gprof.o: gprof.c
507hertz.o: hertz.c
508hist.o: hist.c
509search_list.o: search_list.c
510source.o: source.c
511symtab.o: symtab.c
512sym_ids.o: sym_ids.c
513utils.o: utils.c
c3de2a19
ILT
514i386.o: i386.c
515alpha.o: alpha.c
516vax.o: vax.c
517tahoe.o: tahoe.c
518sparc.o: sparc.c
2f1fec47
ILT
519
520# Tell versions [3.59,3.63) of GNU make to not export all variables.
521# Otherwise a system limit (for SysV at least) may be exceeded.
522.NOEXPORT:
This page took 0.217228 seconds and 4 git commands to generate.