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