bfd/
[binutils.git] / gprof / Makefile.am
blob3a3fb43eba2ae31f5f58a835c33612849582aa14
1 ## Process this file with automake to generate Makefile.in
3 AUTOMAKE_OPTIONS = cygnus
5 SUFFIXES = .m
7 SUBDIRS = po
9 BASEDIR = $(srcdir)/..
10 BFDDIR = $(BASEDIR)/bfd
11 INCDIR  = $(BASEDIR)/include
13 WARN_CFLAGS = @WARN_CFLAGS@
14 NO_WERROR = @NO_WERROR@
15 AM_CFLAGS = $(WARN_CFLAGS)
17 MKDEP = gcc -MM
19 INCLUDES = -D_GNU_SOURCE -DDEBUG -I../bfd -I$(srcdir)/../include \
20         -I$(srcdir)/../bfd @INCINTL@ -I. \
21         -DLOCALEDIR="\"$(datadir)/locale\""
23 bin_PROGRAMS = gprof
25 ## Convenience var listing pure sources.
26 sources = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \
27         cg_print.c corefile.c gmon_io.c gprof.c hertz.c hist.c source.c \
28         search_list.c symtab.c sym_ids.c utils.c \
29         i386.c alpha.c vax.c tahoe.c sparc.c mips.c
30 gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
31 gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL_DEP)
32 gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL)
34 noinst_HEADERS = \
35         basic_blocks.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \
36         corefile.h gmon.h gmon_io.h gmon_out.h gprof.h hertz.h hist.h \
37         search_list.h source.h sym_ids.h symtab.h utils.h
39 BUILT_SOURCES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
40 EXTRA_DIST    = $(BUILT_SOURCES) bbconv.pl $(man_MANS)
42 diststuff: $(BUILT_SOURCES) info $(man_MANS)
44 # This empty rule is a hack against gmake patched by Apple.
45 %.o:%.m
47 .m.c:
48         awk -f $(srcdir)/gen-c-prog.awk > ./$*.c \
49             FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
50             FILE=$*.m $(srcdir)/$*.m
52 POTFILES = $(sources) $(noinst_HEADERS)
53 po/POTFILES.in: @MAINT@ Makefile
54         for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
55           && mv tmp $(srcdir)/po/POTFILES.in
57 MANCONF  = -Dman
59 TEXI2POD = perl $(srcdir)/../etc/texi2pod.pl
61 POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1
63 info_TEXINFOS = gprof.texi
64 gprof_TEXINFOS = config.texi
65 man_MANS = gprof.1
67 config.texi:
68         echo "@set top_srcdir $(top_srcdir)" >> ./config.texi
70 # Build the man page from the texinfo file
71 # The sed command removes the no-adjust Nroff command so that
72 # the man output looks standard.
73 gprof.1: $(srcdir)/gprof.texi config.texi
74         touch $@
75         -$(TEXI2POD) $(MANCONF) -Dgprof < $(srcdir)/gprof.texi > gprof.pod
76         -($(POD2MAN) gprof.pod | \
77                sed -e '/^.if n .na/d' > $@.T$$$$ && \
78                mv -f $@.T$$$$ $@) || \
79                (rm -f $@.T$$$$ && exit 1)
80         rm -f gprof.pod
82 .PHONY: install-html install-html-am install-html-recursive
84 html__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
86 install-html: install-html-recursive  install-html-am
88 install-html-am: $(HTMLS)
89         @$(NORMAL_INSTALL)
90         test -z "$(htmldir)" || $(mkdir_p) "$(DESTDIR)$(htmldir)"
91         @list='$(HTMLS)'; for p in $$list; do \
92           if test -f "$$p" || test -d "$$p"; then d=""; else d="$(srcdir)/"; fi; \
93           f=$(html__strip_dir) \
94           if test -d "$$d$$p"; then \
95             echo " $(mkdir_p) '$(DESTDIR)$(htmldir)/$$f'"; \
96             $(mkdir_p) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
97             echo " $(INSTALL_DATA) '$$d$$p'/* '$(DESTDIR)$(htmldir)/$$f'"; \
98             $(INSTALL_DATA) "$$d$$p"/* "$(DESTDIR)$(htmldir)/$$f"; \
99           else \
100             echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(htmldir)/$$f'"; \
101             $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(htmldir)/$$f"; \
102           fi; \
103         done
105 install-html-recursive:
106         @failcom='exit 1'; \
107         for f in x $$MAKEFLAGS; do \
108           case $$f in \
109             *=* | --[!k]*);; \
110             *k*) failcom='fail=yes';; \
111           esac; \
112         done; \
113         dot_seen=no; \
114         target=`echo $@ | sed s/-recursive//`; \
115         list='$(SUBDIRS)'; for subdir in $$list; do \
116           echo "Making $$target in $$subdir"; \
117           if test "$$subdir" = "."; then \
118             dot_seen=yes; \
119             local_target="$$target-am"; \
120           else \
121             local_target="$$target"; \
122           fi; \
123           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
124           || eval $$failcom; \
125         done; \
126         if test "$$dot_seen" = "no"; then \
127           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
128         fi; test -z "$$fail"
130 # We want install to imply install-info as per GNU standards, despite the
131 # cygnus option.
132 install-data-local: install-info
134 # Targets to rebuild dependencies in this Makefile.
135 # Have to get rid of DEP1 here so that "$?" later includes all sources.
136 DEP: dep.sed $(gprof_SOURCES) $(noinst_HEADERS) gconfig.h
137         rm -f DEP1
138         $(MAKE) MKDEP="$(MKDEP)" DEP1
139         sed -f dep.sed < DEP1 > DEPA
140         echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
141         if grep ' /' DEPA > /dev/null 2> /dev/null; then \
142           echo 'make DEP failed!'; exit 1; \
143         else \
144           mv -f DEPA $@; \
145         fi
147 DEP1: $(gprof_SOURCES)
148         echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
149         echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
150         $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
151         mv -f DEP2 $@
153 dep.sed: dep-in.sed config.status
154         objdir=`pwd`; \
155         sed <$(srcdir)/dep-in.sed >dep.sed      \
156                 -e 's!@INCDIR@!$(INCDIR)!'      \
157                 -e 's!@BFDDIR@!$(BFDDIR)!'      \
158                 -e 's!@SRCDIR@!$(srcdir)!'      \
159                 -e "s!@OBJDIR@!$${objdir}!"     \
160                 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/gprof$$,,`'!'
162 dep: DEP
163         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
164         cat DEP >> tmp-Makefile
165         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
167 dep-in: DEP
168         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
169         cat DEP >> tmp-Makefile.in
170         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
172 dep-am: DEP
173         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
174         cat DEP >> tmp-Makefile.am
175         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
177 .PHONY: dep dep-in dep-am
179 CLEANFILES = dep.sed DEP DEPA DEP1 DEP2
181 MAINTAINERCLEANFILES = gprof.info
183 # Automake 1.9 will only build info files in the objdir if they are
184 # mentioned in DISTCLEANFILES.  It doesn't have to be unconditional,
185 # though, so we use a bogus condition.
186 if GENINSRC_NEVER
187 DISTCLEANFILES = gprof.info
188 endif
190 # DO NOT DELETE THIS LINE -- mkdep uses it.
191 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
192 basic_blocks.o: basic_blocks.c $(INCDIR)/libiberty.h \
193   $(INCDIR)/ansidecl.h gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
194   ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
195   ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
196   gconfig.h basic_blocks.h corefile.h gmon_io.h gmon_out.h \
197   search_list.h source.h symtab.h sym_ids.h
198 call_graph.o: call_graph.c gprof.h $(BFDDIR)/sysdep.h \
199   $(INCDIR)/ansidecl.h ../bfd/config.h $(INCDIR)/fopen-same.h \
200   $(INCDIR)/filenames.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
201   $(INCDIR)/symcat.h gconfig.h search_list.h source.h \
202   symtab.h cg_arcs.h call_graph.h corefile.h gmon_io.h \
203   gmon_out.h sym_ids.h
204 cg_arcs.o: cg_arcs.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
205   gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h ../bfd/config.h \
206   $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \
207   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h gconfig.h search_list.h \
208   source.h symtab.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \
209   utils.h sym_ids.h
210 cg_dfn.o: cg_dfn.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
211   gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h ../bfd/config.h \
212   $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \
213   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h gconfig.h search_list.h \
214   source.h symtab.h cg_arcs.h cg_dfn.h utils.h
215 cg_print.o: cg_print.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
216   gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h ../bfd/config.h \
217   $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \
218   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h gconfig.h search_list.h \
219   source.h symtab.h cg_arcs.h cg_print.h hist.h utils.h \
220   corefile.h
221 corefile.o: corefile.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
222   gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h ../bfd/config.h \
223   $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \
224   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h gconfig.h search_list.h \
225   source.h symtab.h corefile.h
226 gmon_io.o: gmon_io.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
227   ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
228   ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
229   gconfig.h search_list.h source.h symtab.h cg_arcs.h \
230   basic_blocks.h corefile.h call_graph.h gmon_io.h gmon_out.h \
231   gmon.h hertz.h hist.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
232 gprof.o: gprof.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
233   gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h ../bfd/config.h \
234   $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \
235   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h gconfig.h ../bfd/bfdver.h \
236   search_list.h source.h symtab.h basic_blocks.h call_graph.h \
237   cg_arcs.h cg_print.h corefile.h gmon_io.h hertz.h hist.h \
238   sym_ids.h $(INCDIR)/demangle.h $(INCDIR)/libiberty.h
239 hertz.o: hertz.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
240   ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
241   ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
242   gconfig.h hertz.h
243 hist.o: hist.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
244   gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h ../bfd/config.h \
245   $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \
246   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h gconfig.h search_list.h \
247   source.h symtab.h corefile.h gmon_io.h gmon_out.h hist.h \
248   sym_ids.h utils.h
249 source.o: source.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
250   ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
251   ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
252   gconfig.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
253   $(INCDIR)/filenames.h search_list.h source.h
254 search_list.o: search_list.c $(INCDIR)/libiberty.h \
255   $(INCDIR)/ansidecl.h gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
256   ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
257   ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
258   gconfig.h search_list.h
259 symtab.o: symtab.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
260   ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
261   ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
262   gconfig.h search_list.h source.h symtab.h cg_arcs.h \
263   corefile.h
264 sym_ids.o: sym_ids.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
265   $(INCDIR)/safe-ctype.h gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
266   ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
267   ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
268   gconfig.h search_list.h source.h symtab.h cg_arcs.h \
269   sym_ids.h
270 utils.o: utils.c $(INCDIR)/demangle.h $(INCDIR)/libiberty.h \
271   $(INCDIR)/ansidecl.h gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
272   ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
273   ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
274   gconfig.h search_list.h source.h symtab.h cg_arcs.h \
275   utils.h
276 i386.o: i386.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
277   ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
278   ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
279   gconfig.h search_list.h source.h symtab.h cg_arcs.h \
280   corefile.h hist.h
281 alpha.o: alpha.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
282   ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
283   ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
284   gconfig.h search_list.h source.h symtab.h cg_arcs.h \
285   corefile.h hist.h
286 vax.o: vax.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
287   ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
288   ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
289   gconfig.h search_list.h source.h symtab.h cg_arcs.h \
290   corefile.h hist.h
291 tahoe.o: tahoe.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
292   ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
293   ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
294   gconfig.h search_list.h source.h symtab.h cg_arcs.h \
295   corefile.h hist.h
296 sparc.o: sparc.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
297   ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
298   ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
299   gconfig.h search_list.h source.h symtab.h cg_arcs.h \
300   corefile.h hist.h
301 mips.o: mips.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
302   ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
303   ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
304   gconfig.h search_list.h source.h symtab.h cg_arcs.h \
305   corefile.h hist.h
306 flat_bl.o: flat_bl.c $(INCDIR)/ansidecl.h
307 bsd_callg_bl.o: bsd_callg_bl.c $(INCDIR)/ansidecl.h
308 fsf_callg_bl.o: fsf_callg_bl.c $(INCDIR)/ansidecl.h
309 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY