1 ## Process this file with automake to generate Makefile.in
3 # Copyright (C) 2012-2017 Free Software Foundation, Inc.
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.
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.
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/>.
20 AUTOMAKE_OPTIONS = cygnus
22 # What version of the manual you want; "all" includes everything
25 # Options to extract the man page from as.texinfo
28 TEXI2POD = perl $(top_srcdir)/../etc/texi2pod.pl $(AM_MAKEINFOFLAGS)
30 POD2MAN = pod2man --center="GNU Development Tools" \
31 --release="binutils-$(VERSION)" --section=1
33 # List of man pages generated from binutils.texi
52 info_TEXINFOS = binutils.texi
53 binutils_TEXI = $(srcdir)/binutils.texi
55 AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \
56 -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc
57 TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \
58 -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc
60 # Man page generation from texinfo
61 addr2line.1: $(binutils_TEXI) $(binutils_TEXINFOS)
63 -$(TEXI2POD) $(MANCONF) -Daddr2line < $(binutils_TEXI) > addr2line.pod
64 -($(POD2MAN) addr2line.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
65 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
68 ar.1: $(binutils_TEXI) $(binutils_TEXINFOS)
70 -$(TEXI2POD) $(MANCONF) -Dar < $(binutils_TEXI) > ar.pod
71 -($(POD2MAN) ar.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
72 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
75 dlltool.1: $(binutils_TEXI) $(binutils_TEXINFOS)
77 -$(TEXI2POD) $(MANCONF) -Ddlltool < $(binutils_TEXI) > dlltool.pod
78 -($(POD2MAN) dlltool.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
79 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
82 nlmconv.1: $(binutils_TEXI) $(binutils_TEXINFOS)
84 -$(TEXI2POD) $(MANCONF) -Dnlmconv < $(binutils_TEXI) > nlmconv.pod
85 -($(POD2MAN) nlmconv.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
86 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
89 nm.1: $(binutils_TEXI) $(binutils_TEXINFOS)
91 -$(TEXI2POD) $(MANCONF) -Dnm < $(binutils_TEXI) > nm.pod
92 -($(POD2MAN) nm.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
93 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
96 objcopy.1: $(binutils_TEXI) $(binutils_TEXINFOS)
98 -$(TEXI2POD) $(MANCONF) -Dobjcopy < $(binutils_TEXI) > objcopy.pod
99 -($(POD2MAN) objcopy.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
100 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
103 objdump.1: $(binutils_TEXI) $(binutils_TEXINFOS)
105 -$(TEXI2POD) $(MANCONF) -Dobjdump < $(binutils_TEXI) > objdump.pod
106 -($(POD2MAN) objdump.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
107 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
110 ranlib.1: $(binutils_TEXI) $(binutils_TEXINFOS)
112 -$(TEXI2POD) $(MANCONF) -Dranlib < $(binutils_TEXI) > ranlib.pod
113 -($(POD2MAN) ranlib.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
114 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
117 readelf.1: $(binutils_TEXI) $(binutils_TEXINFOS)
119 -$(TEXI2POD) $(MANCONF) -Dreadelf < $(binutils_TEXI) > readelf.pod
120 -($(POD2MAN) readelf.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
121 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
124 size.1: $(binutils_TEXI) $(binutils_TEXINFOS)
126 -$(TEXI2POD) $(MANCONF) -Dsize < $(binutils_TEXI) > size.pod
127 -($(POD2MAN) size.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
128 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
131 strings.1: $(binutils_TEXI) $(binutils_TEXINFOS)
133 -$(TEXI2POD) $(MANCONF) -Dstrings < $(binutils_TEXI) > strings.pod
134 -($(POD2MAN) strings.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
135 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
138 strip.1: $(binutils_TEXI) $(binutils_TEXINFOS)
140 -$(TEXI2POD) $(MANCONF) -Dstrip < $(binutils_TEXI) > strip.pod
141 -($(POD2MAN) strip.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
142 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
145 elfedit.1: $(binutils_TEXI) $(binutils_TEXINFOS)
147 -$(TEXI2POD) $(MANCONF) -Delfedit < $(binutils_TEXI) > elfedit.pod
148 -($(POD2MAN) elfedit.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
149 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
152 windres.1: $(binutils_TEXI) $(binutils_TEXINFOS)
154 -$(TEXI2POD) $(MANCONF) -Dwindres < $(binutils_TEXI) > windres.pod
155 -($(POD2MAN) windres.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
156 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
159 windmc.1: $(binutils_TEXI) $(binutils_TEXINFOS)
161 -$(TEXI2POD) $(MANCONF) -Dwindmc < $(binutils_TEXI) > windmc.pod
162 -($(POD2MAN) windmc.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
163 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
166 cxxfilt.man: $(binutils_TEXI) $(binutils_TEXINFOS)
168 -$(TEXI2POD) $(MANCONF) -Dcxxfilt < $(binutils_TEXI) > $(DEMANGLER_NAME).pod
169 -($(POD2MAN) $(DEMANGLER_NAME).pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
170 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
171 rm -f $(DEMANGLER_NAME).pod
173 MOSTLYCLEANFILES = $(DEMANGLER_NAME).1
175 $(DEMANGLER_NAME).1: cxxfilt.man Makefile
176 if test -f cxxfilt.man; then \
179 man=$(srcdir)/cxxfilt.man; \
181 sed -e 's/@PROGRAM@/$(DEMANGLER_NAME)/' \
182 -e 's/cxxfilt/$(DEMANGLER_NAME)/' < $$man \
183 > $(DEMANGLER_NAME).1
185 # We want install to imply install-info as per GNU standards, despite the
187 install-data-local: install-info
189 MAINTAINERCLEANFILES = binutils.info
191 # Automake 1.9 will only build info files in the objdir if they are
192 # mentioned in DISTCLEANFILES. It doesn't have to be unconditional,
193 # though, so we use a bogus condition.
195 DISTCLEANFILES = binutils.info
200 # We need it for the taz target in ../../Makefile.in.