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