1 ## Process this file with automake to generate Makefile.in
3 AUTOMAKE_OPTIONS = cygnus
7 INCLUDES = -D_GNU_SOURCE -DDEBUG -I../bfd -I$(srcdir)/../include -I$(srcdir)/../bfd
11 gprof_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 \
14 flat_bl.c bsd_callg_bl.c fsf_callg_bl.c \
15 i386.c alpha.c vax.c tahoe.c sparc.c
16 gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
17 gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a
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 \
22 search_list.h source.h sym_ids.h symtab.h utils.h
24 EXTRA_DIST = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
26 BUILT_SOURCES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.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
33 info_TEXINFOS = gprof.texi
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 \
41 gconfig.h ../bfd/config.h
42 basic_blocks.o: basic_blocks.c
43 bsd_call_bl.o: bsd_call_bl.c
44 call_graph.o: call_graph.c
47 cg_print.o: cg_print.c
50 fsf_callg_bl.o: fsf_callg_bl.c
55 search_list.o: search_list.c