Commit | Line | Data |
---|---|---|
252b5132 | 1 | ## Process this file with automake to generate Makefile.in |
5bf135a7 | 2 | # |
219d1afa | 3 | # Copyright (C) 2012-2018 Free Software Foundation, Inc. |
5bf135a7 NC |
4 | # |
5 | # This file is free software; you can redistribute it and/or modify | |
6 | # it under the terms of the GNU General Public License as published by | |
7 | # the Free Software Foundation; either version 3 of the License, or | |
8 | # (at your option) any later version. | |
f3445b37 | 9 | # |
5bf135a7 NC |
10 | # This program is distributed in the hope that it will be useful, |
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
13 | # GNU General Public License for more details. | |
f3445b37 | 14 | # |
5bf135a7 NC |
15 | # You should have received a copy of the GNU General Public License |
16 | # along with this program; see the file COPYING3. If not see | |
17 | # <http://www.gnu.org/licenses/>. | |
18 | # | |
252b5132 | 19 | |
fd9b71a8 | 20 | AUTOMAKE_OPTIONS = 1.11 foreign no-dist no-texinfo.tex |
79887925 | 21 | ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd |
959a202e | 22 | TEXINFO_TEX = ../texinfo/texinfo.tex |
252b5132 RH |
23 | |
24 | SUFFIXES = .m | |
25 | ||
26 | SUBDIRS = po | |
27 | ||
41b49281 AM |
28 | BASEDIR = $(srcdir)/.. |
29 | BFDDIR = $(BASEDIR)/bfd | |
30 | INCDIR = $(BASEDIR)/include | |
31 | ||
a2d91340 | 32 | WARN_CFLAGS = @WARN_CFLAGS@ |
9e9b66a9 | 33 | NO_WERROR = @NO_WERROR@ |
a2d91340 AC |
34 | AM_CFLAGS = $(WARN_CFLAGS) |
35 | ||
14ec8efd | 36 | AM_CPPFLAGS = -DDEBUG -I../bfd -I$(srcdir)/../include \ |
92f01d61 | 37 | -I$(srcdir)/../bfd @INCINTL@ -I. \ |
92f01d61 | 38 | -DLOCALEDIR="\"$(datadir)/locale\"" |
252b5132 RH |
39 | |
40 | bin_PROGRAMS = gprof | |
41 | ||
42 | ## Convenience var listing pure sources. | |
43 | sources = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \ | |
44 | cg_print.c corefile.c gmon_io.c gprof.c hertz.c hist.c source.c \ | |
45 | search_list.c symtab.c sym_ids.c utils.c \ | |
cd2ae971 | 46 | i386.c alpha.c vax.c tahoe.c sparc.c mips.c aarch64.c |
252b5132 | 47 | gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c |
20e95c23 DJ |
48 | gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL_DEP) |
49 | gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL) | |
252b5132 RH |
50 | |
51 | noinst_HEADERS = \ | |
52 | basic_blocks.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \ | |
53 | corefile.h gmon.h gmon_io.h gmon_out.h gprof.h hertz.h hist.h \ | |
54 | search_list.h source.h sym_ids.h symtab.h utils.h | |
55 | ||
252b5132 | 56 | BUILT_SOURCES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c |
c45021f2 | 57 | EXTRA_DIST = $(BUILT_SOURCES) bbconv.pl $(man_MANS) |
252b5132 | 58 | |
c45021f2 | 59 | diststuff: $(BUILT_SOURCES) info $(man_MANS) |
252b5132 | 60 | |
2e98a7bd AM |
61 | # development.sh is used to determine -Werror default. |
62 | CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/development.sh | |
fe168a19 | 63 | |
253a2395 NC |
64 | # This empty rule is a hack against gmake patched by Apple. |
65 | %.o:%.m | |
66 | ||
252b5132 | 67 | .m.c: |
b6254dfc | 68 | awk -f $(srcdir)/gen-c-prog.awk > $@ \ |
252b5132 | 69 | FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \ |
b6254dfc | 70 | FILE=$*.m $< |
252b5132 RH |
71 | |
72 | POTFILES = $(sources) $(noinst_HEADERS) | |
73 | po/POTFILES.in: @MAINT@ Makefile | |
323ee3f4 | 74 | for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \ |
252b5132 RH |
75 | && mv tmp $(srcdir)/po/POTFILES.in |
76 | ||
40f90528 AM |
77 | MANCONF = -Dman |
78 | ||
e49e529d | 79 | TEXI2POD = perl $(srcdir)/../etc/texi2pod.pl $(AM_MAKEINFOFLAGS) |
40f90528 AM |
80 | |
81 | POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1 | |
82 | ||
252b5132 | 83 | info_TEXINFOS = gprof.texi |
37d037c1 | 84 | gprof_TEXINFOS = config.texi |
252b5132 RH |
85 | man_MANS = gprof.1 |
86 | ||
9975e4c4 DJ |
87 | AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc |
88 | TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc | |
e49e529d | 89 | |
dff70155 MM |
90 | config.texi: |
91 | echo "@set top_srcdir $(top_srcdir)" >> ./config.texi | |
92 | ||
40f90528 AM |
93 | # Build the man page from the texinfo file |
94 | # The sed command removes the no-adjust Nroff command so that | |
95 | # the man output looks standard. | |
dff70155 | 96 | gprof.1: $(srcdir)/gprof.texi config.texi |
c45021f2 | 97 | touch $@ |
40f90528 AM |
98 | -$(TEXI2POD) $(MANCONF) -Dgprof < $(srcdir)/gprof.texi > gprof.pod |
99 | -($(POD2MAN) gprof.pod | \ | |
c45021f2 NC |
100 | sed -e '/^.if n .na/d' > $@.T$$$$ && \ |
101 | mv -f $@.T$$$$ $@) || \ | |
102 | (rm -f $@.T$$$$ && exit 1) | |
40f90528 AM |
103 | rm -f gprof.pod |
104 | ||
d5fbea21 DJ |
105 | MAINTAINERCLEANFILES = gprof.info |
106 | ||
107 | # Automake 1.9 will only build info files in the objdir if they are | |
108 | # mentioned in DISTCLEANFILES. It doesn't have to be unconditional, | |
109 | # though, so we use a bogus condition. | |
110 | if GENINSRC_NEVER | |
111 | DISTCLEANFILES = gprof.info | |
112 | endif |