* Makefile.in (RUNTEST): Fix path to runtest.
[deliverable/binutils-gdb.git] / gprof / Makefile.am
CommitLineData
2f1fec47
ILT
1## Process this file with automake to generate Makefile.in
2
c3de2a19 3AUTOMAKE_OPTIONS = cygnus
2f1fec47
ILT
4
5SUFFIXES = .m
6
c3de2a19 7INCLUDES = -D_GNU_SOURCE -DDEBUG -I../bfd -I$(srcdir)/../include -I$(srcdir)/../bfd
2f1fec47
ILT
8
9bin_PROGRAMS = gprof
10
11gprof_SOURCES = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \
12 cg_print.c core.c gmon_io.c gprof.c hertz.c hist.c source.c \
13 search_list.c symtab.c sym_ids.c utils.c \
c3de2a19
ILT
14 flat_bl.c bsd_callg_bl.c fsf_callg_bl.c \
15 i386.c alpha.c vax.c tahoe.c sparc.c
16gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
17gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a
2f1fec47
ILT
18
19noinst_HEADERS = \
2f1fec47
ILT
20 basic_blocks.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \
21 core.h gmon.h gmon_io.h gmon_out.h gprof.h hertz.h hist.h \
c3de2a19 22 search_list.h source.h sym_ids.h symtab.h utils.h
2f1fec47 23
249da916 24EXTRA_DIST = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c bbconv.pl
2f1fec47
ILT
25
26BUILT_SOURCES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
27
28.m.c:
29 awk -f $(srcdir)/gen-c-prog.awk > ./$*.c \
30 FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
31 FILE=$*.m $(srcdir)/$*.m
32
33info_TEXINFOS = gprof.texi
34man_MANS = gprof.1
35
36# Dependencies.
37$(OBJECTS): ../bfd/bfd.h call_graph.h cg_arcs.h cg_print.h \
38 core.h gmon_io.h gmon_out.h gprof.h hertz.h hist.h \
39 search_list.h source.h sym_ids.h symtab.h utils.h \
40 $(srcdir)/../include/libiberty.h $(srcdir)/../bfd/sysdep.h \
c3de2a19 41 gconfig.h ../bfd/config.h
2f1fec47
ILT
42basic_blocks.o: basic_blocks.c
43bsd_call_bl.o: bsd_call_bl.c
44call_graph.o: call_graph.c
45cg_arcs.o: cg_arcs.c
46cg_dfn.o: cg_dfn.c
47cg_print.o: cg_print.c
48core.o: core.c
49flat_bl.o: flat_bl.c
50fsf_callg_bl.o: fsf_callg_bl.c
51gmon_io.o: gmon_io.c
52gprof.o: gprof.c
53hertz.o: hertz.c
54hist.o: hist.c
55search_list.o: search_list.c
56source.o: source.c
57symtab.o: symtab.c
58sym_ids.o: sym_ids.c
59utils.o: utils.c
c3de2a19
ILT
60i386.o: i386.c
61alpha.o: alpha.c
62vax.o: vax.c
63tahoe.o: tahoe.c
64sparc.o: sparc.c
This page took 0.050183 seconds and 4 git commands to generate.