]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/doc/Makefile.in
* elflink.c: Rename flaginfo to flinfo throughout, except..
[thirdparty/binutils-gdb.git] / binutils / doc / Makefile.in
CommitLineData
6540b386 1# Makefile.in generated by automake 1.11.1 from Makefile.am.
42ecbf5e 2# @configure_input@
c45021f2 3
42ecbf5e 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
81ecdfbb
RW
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
c45021f2
NC
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
42ecbf5e 16@SET_MAKE@
c45021f2 17VPATH = @srcdir@
c45021f2 18pkgdatadir = $(datadir)/@PACKAGE@
c45021f2 19pkgincludedir = $(includedir)/@PACKAGE@
81ecdfbb
RW
20pkglibdir = $(libdir)/@PACKAGE@
21pkglibexecdir = $(libexecdir)/@PACKAGE@
42ecbf5e 22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42ecbf5e
DJ
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
c45021f2
NC
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
c45021f2 34build_triplet = @build@
c45021f2 35host_triplet = @host@
c45021f2 36target_triplet = @target@
42ecbf5e 37subdir = doc
c428fa83 38DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
42ecbf5e 39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
81ecdfbb 40am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
91d6fa6a 41 $(top_srcdir)/../config/zlib.m4 \
81ecdfbb
RW
42 $(top_srcdir)/../bfd/warning.m4 \
43 $(top_srcdir)/../config/depstand.m4 \
20e95c23 44 $(top_srcdir)/../config/gettext-sister.m4 \
79887925 45 $(top_srcdir)/../config/iconv.m4 \
91d6fa6a 46 $(top_srcdir)/../config/largefile.m4 \
79887925 47 $(top_srcdir)/../config/lead-dot.m4 \
5ba684e2
NC
48 $(top_srcdir)/../config/lib-ld.m4 \
49 $(top_srcdir)/../config/lib-link.m4 \
50 $(top_srcdir)/../config/lib-prefix.m4 \
8944f3c2
AM
51 $(top_srcdir)/../config/nls.m4 \
52 $(top_srcdir)/../config/override.m4 \
5691d22d 53 $(top_srcdir)/../config/plugins.m4 \
8944f3c2 54 $(top_srcdir)/../config/po.m4 \
79887925 55 $(top_srcdir)/../config/progtest.m4 \
81ecdfbb
RW
56 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
57 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
58 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.in
42ecbf5e
DJ
59am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60 $(ACLOCAL_M4)
61mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
62CONFIG_HEADER = $(top_builddir)/config.h
63CONFIG_CLEAN_FILES =
81ecdfbb 64CONFIG_CLEAN_VPATH_FILES =
42ecbf5e
DJ
65depcomp =
66am__depfiles_maybe =
67SOURCES =
d5fbea21 68INFO_DEPS = binutils.info
42ecbf5e
DJ
69TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
70am__TEXINFO_TEX_DIR = $(top_srcdir)/../texinfo
71DVIS = binutils.dvi
72PDFS = binutils.pdf
73PSS = binutils.ps
74HTMLS = binutils.html
75TEXINFOS = binutils.texi
42ecbf5e
DJ
76TEXI2PDF = $(TEXI2DVI) --pdf --batch
77MAKEINFOHTML = $(MAKEINFO) --html
78AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
79DVIPS = dvips
81ecdfbb
RW
80am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
81am__vpath_adj = case $$p in \
82 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
83 *) f=$$p;; \
84 esac;
85am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
86am__install_max = 40
87am__nobase_strip_setup = \
88 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
89am__nobase_strip = \
90 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
91am__nobase_list = $(am__nobase_strip_setup); \
92 for p in $$list; do echo "$$p $$p"; done | \
93 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
94 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
95 if (++n[$$2] == $(am__install_max)) \
96 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
97 END { for (dir in files) print dir, files[dir] }'
98am__base_list = \
99 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
100 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
42ecbf5e
DJ
101man1dir = $(mandir)/man1
102am__installdirs = "$(DESTDIR)$(man1dir)"
103NROFF = nroff
104MANS = $(man_MANS)
105ACLOCAL = @ACLOCAL@
106ALLOCA = @ALLOCA@
42ecbf5e 107AMTAR = @AMTAR@
105e7211 108AR = @AR@
42ecbf5e
DJ
109AUTOCONF = @AUTOCONF@
110AUTOHEADER = @AUTOHEADER@
111AUTOMAKE = @AUTOMAKE@
112AWK = @AWK@
105e7211
L
113BUILD_DLLTOOL = @BUILD_DLLTOOL@
114BUILD_DLLWRAP = @BUILD_DLLWRAP@
a7186e88 115BUILD_INSTALL_MISC = @BUILD_INSTALL_MISC@
105e7211
L
116BUILD_MISC = @BUILD_MISC@
117BUILD_NLMCONV = @BUILD_NLMCONV@
118BUILD_SRCONV = @BUILD_SRCONV@
692ed3e7 119BUILD_WINDMC = @BUILD_WINDMC@
105e7211
L
120BUILD_WINDRES = @BUILD_WINDRES@
121CATALOGS = @CATALOGS@
122CATOBJEXT = @CATOBJEXT@
c45021f2 123CC = @CC@
42ecbf5e 124CCDEPMODE = @CCDEPMODE@
105e7211 125CC_FOR_BUILD = @CC_FOR_BUILD@
42ecbf5e 126CFLAGS = @CFLAGS@
3443c1ae 127CPP = @CPP@
42ecbf5e
DJ
128CPPFLAGS = @CPPFLAGS@
129CYGPATH_W = @CYGPATH_W@
105e7211 130DATADIRNAME = @DATADIRNAME@
42ecbf5e 131DEFS = @DEFS@
105e7211 132DEMANGLER_NAME = @DEMANGLER_NAME@
42ecbf5e 133DEPDIR = @DEPDIR@
105e7211 134DLLTOOL_DEFS = @DLLTOOL_DEFS@
718a6fd8 135DSYMUTIL = @DSYMUTIL@
d7040cdb 136DUMPBIN = @DUMPBIN@
42ecbf5e
DJ
137ECHO_C = @ECHO_C@
138ECHO_N = @ECHO_N@
139ECHO_T = @ECHO_T@
140EGREP = @EGREP@
eb1e0e80
NC
141EMULATION = @EMULATION@
142EMULATION_VECTOR = @EMULATION_VECTOR@
c45021f2 143EXEEXT = @EXEEXT@
105e7211 144EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
d7040cdb 145FGREP = @FGREP@
20e95c23 146GENCAT = @GENCAT@
105e7211 147GMSGFMT = @GMSGFMT@
d7040cdb 148GREP = @GREP@
105e7211 149HDEFINES = @HDEFINES@
20e95c23 150INCINTL = @INCINTL@
81ecdfbb 151INSTALL = @INSTALL@
42ecbf5e
DJ
152INSTALL_DATA = @INSTALL_DATA@
153INSTALL_PROGRAM = @INSTALL_PROGRAM@
154INSTALL_SCRIPT = @INSTALL_SCRIPT@
155INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
105e7211 156INSTOBJEXT = @INSTOBJEXT@
d7040cdb 157LD = @LD@
42ecbf5e 158LDFLAGS = @LDFLAGS@
105e7211 159LEX = @LEX@
42ecbf5e
DJ
160LEXLIB = @LEXLIB@
161LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
5ba684e2 162LIBICONV = @LIBICONV@
20e95c23
DJ
163LIBINTL = @LIBINTL@
164LIBINTL_DEP = @LIBINTL_DEP@
42ecbf5e
DJ
165LIBOBJS = @LIBOBJS@
166LIBS = @LIBS@
c45021f2 167LIBTOOL = @LIBTOOL@
718a6fd8 168LIPO = @LIPO@
105e7211 169LN_S = @LN_S@
5ba684e2 170LTLIBICONV = @LTLIBICONV@
42ecbf5e 171LTLIBOBJS = @LTLIBOBJS@
105e7211
L
172MAINT = @MAINT@
173MAKEINFO = @MAKEINFO@
81ecdfbb 174MKDIR_P = @MKDIR_P@
105e7211
L
175MKINSTALLDIRS = @MKINSTALLDIRS@
176MSGFMT = @MSGFMT@
20e95c23 177MSGMERGE = @MSGMERGE@
105e7211 178NLMCONV_DEFS = @NLMCONV_DEFS@
d7040cdb 179NM = @NM@
718a6fd8 180NMEDIT = @NMEDIT@
9e9b66a9 181NO_WERROR = @NO_WERROR@
718a6fd8 182OBJDUMP = @OBJDUMP@
105e7211 183OBJDUMP_DEFS = @OBJDUMP_DEFS@
cc643b88 184OBJDUMP_PRIVATE_OFILES = @OBJDUMP_PRIVATE_OFILES@
105e7211 185OBJEXT = @OBJEXT@
718a6fd8
SE
186OTOOL = @OTOOL@
187OTOOL64 = @OTOOL64@
105e7211 188PACKAGE = @PACKAGE@
42ecbf5e
DJ
189PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
190PACKAGE_NAME = @PACKAGE_NAME@
191PACKAGE_STRING = @PACKAGE_STRING@
192PACKAGE_TARNAME = @PACKAGE_TARNAME@
81ecdfbb 193PACKAGE_URL = @PACKAGE_URL@
42ecbf5e
DJ
194PACKAGE_VERSION = @PACKAGE_VERSION@
195PATH_SEPARATOR = @PATH_SEPARATOR@
105e7211 196POSUB = @POSUB@
c45021f2 197RANLIB = @RANLIB@
d7040cdb 198SED = @SED@
42ecbf5e
DJ
199SET_MAKE = @SET_MAKE@
200SHELL = @SHELL@
105e7211 201STRIP = @STRIP@
105e7211
L
202USE_NLS = @USE_NLS@
203VERSION = @VERSION@
204WARN_CFLAGS = @WARN_CFLAGS@
42ecbf5e 205XGETTEXT = @XGETTEXT@
105e7211 206YACC = @YACC@
81ecdfbb
RW
207YFLAGS = @YFLAGS@
208abs_builddir = @abs_builddir@
209abs_srcdir = @abs_srcdir@
210abs_top_builddir = @abs_top_builddir@
211abs_top_srcdir = @abs_top_srcdir@
42ecbf5e 212ac_ct_CC = @ac_ct_CC@
d7040cdb 213ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
42ecbf5e
DJ
214am__include = @am__include@
215am__leading_dot = @am__leading_dot@
216am__quote = @am__quote@
217am__tar = @am__tar@
218am__untar = @am__untar@
219bindir = @bindir@
220build = @build@
221build_alias = @build_alias@
222build_cpu = @build_cpu@
223build_os = @build_os@
224build_vendor = @build_vendor@
81ecdfbb 225builddir = @builddir@
42ecbf5e 226datadir = @datadir@
108a6f8e
CD
227datarootdir = @datarootdir@
228docdir = @docdir@
81ecdfbb 229dvidir = @dvidir@
42ecbf5e
DJ
230exec_prefix = @exec_prefix@
231host = @host@
232host_alias = @host_alias@
233host_cpu = @host_cpu@
234host_os = @host_os@
235host_vendor = @host_vendor@
108a6f8e 236htmldir = @htmldir@
42ecbf5e
DJ
237includedir = @includedir@
238infodir = @infodir@
239install_sh = @install_sh@
42ecbf5e
DJ
240libdir = @libdir@
241libexecdir = @libexecdir@
81ecdfbb 242localedir = @localedir@
42ecbf5e
DJ
243localstatedir = @localstatedir@
244mandir = @mandir@
245mkdir_p = @mkdir_p@
246oldincludedir = @oldincludedir@
31dd3154 247pdfdir = @pdfdir@
42ecbf5e
DJ
248prefix = @prefix@
249program_transform_name = @program_transform_name@
81ecdfbb 250psdir = @psdir@
42ecbf5e
DJ
251sbindir = @sbindir@
252sharedstatedir = @sharedstatedir@
81ecdfbb 253srcdir = @srcdir@
42ecbf5e
DJ
254sysconfdir = @sysconfdir@
255target = @target@
256target_alias = @target_alias@
257target_cpu = @target_cpu@
258target_os = @target_os@
259target_vendor = @target_vendor@
81ecdfbb
RW
260top_build_prefix = @top_build_prefix@
261top_builddir = @top_builddir@
262top_srcdir = @top_srcdir@
c45021f2
NC
263AUTOMAKE_OPTIONS = cygnus
264
265# What version of the manual you want; "all" includes everything
266CONFIG = all
267
268# Options to extract the man page from as.texinfo
269MANCONF = -Dman
38fc1cb1 270TEXI2POD = perl $(top_srcdir)/../etc/texi2pod.pl $(AM_MAKEINFOFLAGS)
38131e67
L
271POD2MAN = pod2man --center="GNU Development Tools" \
272 --release="binutils-$(VERSION)" --section=1
273
c45021f2
NC
274
275# List of man pages generated from binutils.texi
276man_MANS = \
277 addr2line.1 \
278 ar.1 \
279 dlltool.1 \
280 nlmconv.1 \
281 nm.1 \
282 objcopy.1 \
283 objdump.1 \
284 ranlib.1 \
285 readelf.1 \
286 size.1 \
287 strings.1 \
288 strip.1 \
30fd33bb 289 elfedit.1 \
c45021f2 290 windres.1 \
692ed3e7 291 windmc.1 \
c45021f2
NC
292 $(DEMANGLER_NAME).1
293
c45021f2 294info_TEXINFOS = binutils.texi
105e7211 295binutils_TEXI = $(srcdir)/binutils.texi
c428fa83 296AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \
9975e4c4 297 -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc
c428fa83
L
298
299TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \
9975e4c4 300 -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc
c428fa83 301
c45021f2 302MOSTLYCLEANFILES = $(DEMANGLER_NAME).1
c428fa83 303MAINTAINERCLEANFILES = binutils.info
d5fbea21
DJ
304
305# Automake 1.9 will only build info files in the objdir if they are
306# mentioned in DISTCLEANFILES. It doesn't have to be unconditional,
307# though, so we use a bogus condition.
308@GENINSRC_NEVER_TRUE@DISTCLEANFILES = binutils.info
42ecbf5e 309all: all-am
c45021f2 310
c45021f2 311.SUFFIXES:
d5fbea21 312.SUFFIXES: .dvi .ps
42ecbf5e
DJ
313$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
314 @for dep in $?; do \
315 case '$(am__configure_deps)' in \
316 *$$dep*) \
81ecdfbb
RW
317 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
318 && { if test -f $@; then exit 0; else break; fi; }; \
42ecbf5e
DJ
319 exit 1;; \
320 esac; \
321 done; \
81ecdfbb
RW
322 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
323 $(am__cd) $(top_srcdir) && \
324 $(AUTOMAKE) --foreign doc/Makefile
42ecbf5e
DJ
325.PRECIOUS: Makefile
326Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
327 @case '$?' in \
328 *config.status*) \
329 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
330 *) \
331 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
332 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
333 esac;
334
335$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
336 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337
338$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
339 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
341 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
81ecdfbb 342$(am__aclocal_m4_deps):
42ecbf5e
DJ
343
344mostlyclean-libtool:
345 -rm -f *.lo
346
347clean-libtool:
348 -rm -rf .libs _libs
349
c428fa83 350binutils.info: binutils.texi
42ecbf5e 351 restore=: && backupdir="$(am__leading_dot)am$$$$" && \
42ecbf5e 352 rm -rf $$backupdir && mkdir $$backupdir && \
38fc1cb1
DJ
353 if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
354 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
355 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
356 done; \
357 else :; fi && \
42ecbf5e 358 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
d5fbea21 359 -o $@ `test -f 'binutils.texi' || echo '$(srcdir)/'`binutils.texi; \
42ecbf5e
DJ
360 then \
361 rc=0; \
42ecbf5e
DJ
362 else \
363 rc=$$?; \
42ecbf5e
DJ
364 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
365 fi; \
366 rm -rf $$backupdir; exit $$rc
c45021f2 367
c428fa83 368binutils.dvi: binutils.texi
42ecbf5e
DJ
369 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
370 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
d5fbea21 371 $(TEXI2DVI) -o $@ `test -f 'binutils.texi' || echo '$(srcdir)/'`binutils.texi
42ecbf5e 372
c428fa83 373binutils.pdf: binutils.texi
42ecbf5e
DJ
374 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
375 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
d5fbea21 376 $(TEXI2PDF) -o $@ `test -f 'binutils.texi' || echo '$(srcdir)/'`binutils.texi
42ecbf5e 377
c428fa83 378binutils.html: binutils.texi
42ecbf5e
DJ
379 rm -rf $(@:.html=.htp)
380 if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
d5fbea21 381 -o $(@:.html=.htp) `test -f 'binutils.texi' || echo '$(srcdir)/'`binutils.texi; \
42ecbf5e
DJ
382 then \
383 rm -rf $@; \
384 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
385 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
386 else \
387 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
388 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
389 exit 1; \
390 fi
c45021f2 391.dvi.ps:
38fc1cb1 392 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
42ecbf5e 393 $(DVIPS) -o $@ $<
c45021f2 394
81ecdfbb
RW
395uninstall-dvi-am:
396 @$(NORMAL_UNINSTALL)
397 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
398 for p in $$list; do \
399 $(am__strip_dir) \
400 echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
401 rm -f "$(DESTDIR)$(dvidir)/$$f"; \
402 done
403
404uninstall-html-am:
405 @$(NORMAL_UNINSTALL)
406 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
407 for p in $$list; do \
408 $(am__strip_dir) \
409 echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
410 rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
411 done
412
42ecbf5e
DJ
413uninstall-info-am:
414 @$(PRE_UNINSTALL)
81ecdfbb
RW
415 @if test -d '$(DESTDIR)$(infodir)' && \
416 (install-info --version && \
42ecbf5e 417 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
c45021f2
NC
418 list='$(INFO_DEPS)'; \
419 for file in $$list; do \
42ecbf5e
DJ
420 relfile=`echo "$$file" | sed 's|^.*/||'`; \
421 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
81ecdfbb
RW
422 if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
423 then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \
c45021f2 424 done; \
42ecbf5e 425 else :; fi
c45021f2 426 @$(NORMAL_UNINSTALL)
42ecbf5e 427 @list='$(INFO_DEPS)'; \
c45021f2 428 for file in $$list; do \
42ecbf5e
DJ
429 relfile=`echo "$$file" | sed 's|^.*/||'`; \
430 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
81ecdfbb 431 (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
42ecbf5e
DJ
432 echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \
433 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
434 else :; fi); \
c45021f2
NC
435 done
436
81ecdfbb
RW
437uninstall-pdf-am:
438 @$(NORMAL_UNINSTALL)
439 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
440 for p in $$list; do \
441 $(am__strip_dir) \
442 echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
443 rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
444 done
445
446uninstall-ps-am:
447 @$(NORMAL_UNINSTALL)
448 @list='$(PSS)'; test -n "$(psdir)" || list=; \
449 for p in $$list; do \
450 $(am__strip_dir) \
451 echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
452 rm -f "$(DESTDIR)$(psdir)/$$f"; \
453 done
454
c45021f2 455dist-info: $(INFO_DEPS)
42ecbf5e 456 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
c45021f2
NC
457 list='$(INFO_DEPS)'; \
458 for base in $$list; do \
42ecbf5e
DJ
459 case $$base in \
460 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
461 esac; \
c45021f2 462 if test -f $$base; then d=.; else d=$(srcdir); fi; \
81ecdfbb
RW
463 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
464 for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
465 if test -f $$file; then \
466 relfile=`expr "$$file" : "$$d/\(.*\)"`; \
467 test -f "$(distdir)/$$relfile" || \
468 cp -p $$file "$(distdir)/$$relfile"; \
469 else :; fi; \
c45021f2
NC
470 done; \
471 done
472
473mostlyclean-aminfo:
42ecbf5e
DJ
474 -rm -rf binutils.aux binutils.cp binutils.cps binutils.fn binutils.fns \
475 binutils.ky binutils.log binutils.pg binutils.pgs \
476 binutils.tmp binutils.toc binutils.tp binutils.tps \
81ecdfbb
RW
477 binutils.vr binutils.vrs
478
479clean-aminfo:
480 -test -z "binutils.dvi binutils.pdf binutils.ps binutils.html" \
481 || rm -rf binutils.dvi binutils.pdf binutils.ps binutils.html
c45021f2
NC
482
483maintainer-clean-aminfo:
42ecbf5e
DJ
484 @list='$(INFO_DEPS)'; for i in $$list; do \
485 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
486 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
487 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
c45021f2 488 done
c45021f2 489
81ecdfbb
RW
490clean-info: mostlyclean-aminfo clean-aminfo
491install-man1: $(man_MANS)
42ecbf5e 492 @$(NORMAL_INSTALL)
81ecdfbb
RW
493 test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
494 @list=''; test -n "$(man1dir)" || exit 0; \
495 { for i in $$list; do echo "$$i"; done; \
496 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
497 sed -n '/\.1[a-z]*$$/p'; \
498 } | while read p; do \
499 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
500 echo "$$d$$p"; echo "$$p"; \
501 done | \
502 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
503 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
504 sed 'N;N;s,\n, ,g' | { \
505 list=; while read file base inst; do \
506 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
507 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
508 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
509 fi; \
c45021f2 510 done; \
81ecdfbb
RW
511 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
512 while read files; do \
513 test -z "$$files" || { \
514 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
515 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
516 done; }
517
c45021f2 518uninstall-man1:
42ecbf5e 519 @$(NORMAL_UNINSTALL)
81ecdfbb
RW
520 @list=''; test -n "$(man1dir)" || exit 0; \
521 files=`{ for i in $$list; do echo "$$i"; done; \
522 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
523 sed -n '/\.1[a-z]*$$/p'; \
524 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
525 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
526 test -z "$$files" || { \
527 echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
528 cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
c45021f2
NC
529tags: TAGS
530TAGS:
531
42ecbf5e
DJ
532ctags: CTAGS
533CTAGS:
c45021f2 534
c45021f2
NC
535check-am:
536check: check-am
42ecbf5e
DJ
537all-am: Makefile $(MANS)
538installdirs:
539 for dir in "$(DESTDIR)$(man1dir)"; do \
81ecdfbb 540 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
42ecbf5e
DJ
541 done
542install: install-am
c45021f2 543install-exec: install-exec-am
c45021f2 544install-data: install-data-am
42ecbf5e 545uninstall: uninstall-am
c45021f2
NC
546
547install-am: all-am
548 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
c45021f2 549
42ecbf5e
DJ
550installcheck: installcheck-am
551install-strip:
552 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
553 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
554 `test -z '$(STRIP)' || \
555 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
c45021f2
NC
556mostlyclean-generic:
557 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
558
559clean-generic:
560
561distclean-generic:
42ecbf5e 562 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
81ecdfbb 563 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
d5fbea21 564 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
c45021f2
NC
565
566maintainer-clean-generic:
42ecbf5e
DJ
567 @echo "This command is intended for maintainers to use"
568 @echo "it deletes files that may require special tools to rebuild."
c45021f2 569 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
42ecbf5e 570clean: clean-am
c45021f2 571
81ecdfbb 572clean-am: clean-aminfo clean-generic clean-libtool mostlyclean-am
c45021f2 573
42ecbf5e
DJ
574distclean: distclean-am
575 -rm -f Makefile
81ecdfbb 576distclean-am: clean-am distclean-generic
c45021f2 577
42ecbf5e 578dvi: dvi-am
c45021f2 579
42ecbf5e 580dvi-am: $(DVIS)
c45021f2 581
42ecbf5e 582html: html-am
c45021f2 583
42ecbf5e
DJ
584html-am: $(HTMLS)
585
586info: info-am
587
588info-am: $(INFO_DEPS) info-local
589
590install-data-am: install-data-local install-man
591
81ecdfbb
RW
592install-dvi: install-dvi-am
593
594install-dvi-am: $(DVIS)
595 @$(NORMAL_INSTALL)
596 test -z "$(dvidir)" || $(MKDIR_P) "$(DESTDIR)$(dvidir)"
597 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
598 for p in $$list; do \
599 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
600 echo "$$d$$p"; \
601 done | $(am__base_list) | \
602 while read files; do \
603 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
604 $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \
605 done
42ecbf5e
DJ
606install-exec-am:
607
af542c2e
RW
608install-html: install-html-am
609
610install-html-am: $(HTMLS)
611 @$(NORMAL_INSTALL)
612 test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
613 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
614 for p in $$list; do \
615 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
616 $(am__strip_dir) \
617 if test -d "$$d$$p"; then \
618 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
619 $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
620 echo " $(INSTALL_DATA) '$$d$$p'/* '$(DESTDIR)$(htmldir)/$$f'"; \
621 $(INSTALL_DATA) "$$d$$p"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
622 else \
623 list2="$$list2 $$d$$p"; \
624 fi; \
625 done; \
626 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
627 while read files; do \
628 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
629 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
630 done; }
42ecbf5e
DJ
631install-info: install-info-am
632
633install-info-am: $(INFO_DEPS)
634 @$(NORMAL_INSTALL)
81ecdfbb 635 test -z "$(infodir)" || $(MKDIR_P) "$(DESTDIR)$(infodir)"
42ecbf5e 636 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
81ecdfbb 637 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
42ecbf5e
DJ
638 for file in $$list; do \
639 case $$file in \
640 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
641 esac; \
642 if test -f $$file; then d=.; else d=$(srcdir); fi; \
643 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
644 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
81ecdfbb 645 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
42ecbf5e 646 if test -f $$ifile; then \
81ecdfbb 647 echo "$$ifile"; \
42ecbf5e
DJ
648 else : ; fi; \
649 done; \
81ecdfbb
RW
650 done | $(am__base_list) | \
651 while read files; do \
652 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
653 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
42ecbf5e
DJ
654 @$(POST_INSTALL)
655 @if (install-info --version && \
656 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
81ecdfbb 657 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
42ecbf5e
DJ
658 for file in $$list; do \
659 relfile=`echo "$$file" | sed 's|^.*/||'`; \
660 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
661 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
662 done; \
663 else : ; fi
664install-man: install-man1
665
af542c2e
RW
666install-pdf: install-pdf-am
667
668install-pdf-am: $(PDFS)
669 @$(NORMAL_INSTALL)
670 test -z "$(pdfdir)" || $(MKDIR_P) "$(DESTDIR)$(pdfdir)"
671 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
672 for p in $$list; do \
673 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
674 echo "$$d$$p"; \
675 done | $(am__base_list) | \
676 while read files; do \
677 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
678 $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done
81ecdfbb
RW
679install-ps: install-ps-am
680
681install-ps-am: $(PSS)
682 @$(NORMAL_INSTALL)
683 test -z "$(psdir)" || $(MKDIR_P) "$(DESTDIR)$(psdir)"
684 @list='$(PSS)'; test -n "$(psdir)" || list=; \
685 for p in $$list; do \
686 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
687 echo "$$d$$p"; \
688 done | $(am__base_list) | \
689 while read files; do \
690 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
691 $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done
42ecbf5e 692installcheck-am:
c45021f2
NC
693
694maintainer-clean: maintainer-clean-am
42ecbf5e
DJ
695 -rm -f Makefile
696maintainer-clean-am: distclean-am maintainer-clean-aminfo \
697 maintainer-clean-generic
c45021f2 698
42ecbf5e 699mostlyclean: mostlyclean-am
c45021f2 700
42ecbf5e
DJ
701mostlyclean-am: mostlyclean-aminfo mostlyclean-generic \
702 mostlyclean-libtool
c45021f2 703
42ecbf5e
DJ
704pdf: pdf-am
705
706pdf-am: $(PDFS)
707
708ps: ps-am
709
710ps-am: $(PSS)
711
81ecdfbb
RW
712uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \
713 uninstall-man uninstall-pdf-am uninstall-ps-am
42ecbf5e
DJ
714
715uninstall-man: uninstall-man1
716
81ecdfbb
RW
717.MAKE: install-am install-strip
718
719.PHONY: all all-am check check-am clean clean-aminfo clean-generic \
720 clean-info clean-libtool dist-info distclean distclean-generic \
42ecbf5e
DJ
721 distclean-libtool dvi dvi-am html html-am info info-am \
722 info-local install install-am install-data install-data-am \
81ecdfbb
RW
723 install-data-local install-dvi install-dvi-am install-exec \
724 install-exec-am install-html install-html-am install-info \
725 install-info-am install-man install-man1 install-pdf \
726 install-pdf-am install-ps install-ps-am install-strip \
42ecbf5e
DJ
727 installcheck installcheck-am installdirs maintainer-clean \
728 maintainer-clean-aminfo maintainer-clean-generic mostlyclean \
729 mostlyclean-aminfo mostlyclean-generic mostlyclean-libtool pdf \
81ecdfbb
RW
730 pdf-am ps ps-am uninstall uninstall-am uninstall-dvi-am \
731 uninstall-html-am uninstall-info-am uninstall-man \
732 uninstall-man1 uninstall-pdf-am uninstall-ps-am
c45021f2 733
c45021f2 734
c45021f2 735# Man page generation from texinfo
f33e8c5b 736addr2line.1: $(binutils_TEXI) $(binutils_TEXINFOS)
c45021f2 737 touch $@
75aa6618 738 -$(TEXI2POD) $(MANCONF) -Daddr2line < $(binutils_TEXI) > addr2line.pod
4258bf4d 739 -($(POD2MAN) addr2line.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 740 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 741 rm -f addr2line.pod
c45021f2 742
f33e8c5b 743ar.1: $(binutils_TEXI) $(binutils_TEXINFOS)
c45021f2 744 touch $@
75aa6618 745 -$(TEXI2POD) $(MANCONF) -Dar < $(binutils_TEXI) > ar.pod
4258bf4d 746 -($(POD2MAN) ar.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 747 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 748 rm -f ar.pod
c45021f2 749
f33e8c5b 750dlltool.1: $(binutils_TEXI) $(binutils_TEXINFOS)
c45021f2 751 touch $@
75aa6618 752 -$(TEXI2POD) $(MANCONF) -Ddlltool < $(binutils_TEXI) > dlltool.pod
4258bf4d 753 -($(POD2MAN) dlltool.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 754 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 755 rm -f dlltool.pod
c45021f2 756
f33e8c5b 757nlmconv.1: $(binutils_TEXI) $(binutils_TEXINFOS)
c45021f2 758 touch $@
75aa6618 759 -$(TEXI2POD) $(MANCONF) -Dnlmconv < $(binutils_TEXI) > nlmconv.pod
4258bf4d 760 -($(POD2MAN) nlmconv.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 761 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 762 rm -f nlmconv.pod
c45021f2 763
f33e8c5b 764nm.1: $(binutils_TEXI) $(binutils_TEXINFOS)
c45021f2 765 touch $@
75aa6618 766 -$(TEXI2POD) $(MANCONF) -Dnm < $(binutils_TEXI) > nm.pod
4258bf4d 767 -($(POD2MAN) nm.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 768 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 769 rm -f nm.pod
c45021f2 770
f33e8c5b 771objcopy.1: $(binutils_TEXI) $(binutils_TEXINFOS)
c45021f2 772 touch $@
75aa6618 773 -$(TEXI2POD) $(MANCONF) -Dobjcopy < $(binutils_TEXI) > objcopy.pod
4258bf4d 774 -($(POD2MAN) objcopy.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 775 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 776 rm -f objcopy.pod
c45021f2 777
f33e8c5b 778objdump.1: $(binutils_TEXI) $(binutils_TEXINFOS)
c45021f2 779 touch $@
75aa6618 780 -$(TEXI2POD) $(MANCONF) -Dobjdump < $(binutils_TEXI) > objdump.pod
4258bf4d 781 -($(POD2MAN) objdump.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 782 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 783 rm -f objdump.pod
c45021f2 784
f33e8c5b 785ranlib.1: $(binutils_TEXI) $(binutils_TEXINFOS)
c45021f2 786 touch $@
75aa6618 787 -$(TEXI2POD) $(MANCONF) -Dranlib < $(binutils_TEXI) > ranlib.pod
4258bf4d 788 -($(POD2MAN) ranlib.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 789 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 790 rm -f ranlib.pod
c45021f2 791
f33e8c5b 792readelf.1: $(binutils_TEXI) $(binutils_TEXINFOS)
c45021f2 793 touch $@
75aa6618 794 -$(TEXI2POD) $(MANCONF) -Dreadelf < $(binutils_TEXI) > readelf.pod
4258bf4d 795 -($(POD2MAN) readelf.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 796 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 797 rm -f readelf.pod
c45021f2 798
f33e8c5b 799size.1: $(binutils_TEXI) $(binutils_TEXINFOS)
c45021f2 800 touch $@
75aa6618 801 -$(TEXI2POD) $(MANCONF) -Dsize < $(binutils_TEXI) > size.pod
4258bf4d 802 -($(POD2MAN) size.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 803 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 804 rm -f size.pod
c45021f2 805
f33e8c5b 806strings.1: $(binutils_TEXI) $(binutils_TEXINFOS)
c45021f2 807 touch $@
75aa6618 808 -$(TEXI2POD) $(MANCONF) -Dstrings < $(binutils_TEXI) > strings.pod
4258bf4d 809 -($(POD2MAN) strings.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 810 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 811 rm -f strings.pod
c45021f2 812
f33e8c5b 813strip.1: $(binutils_TEXI) $(binutils_TEXINFOS)
c45021f2 814 touch $@
75aa6618 815 -$(TEXI2POD) $(MANCONF) -Dstrip < $(binutils_TEXI) > strip.pod
4258bf4d 816 -($(POD2MAN) strip.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 817 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 818 rm -f strip.pod
c45021f2 819
30fd33bb
L
820elfedit.1: $(binutils_TEXI) $(binutils_TEXINFOS)
821 touch $@
822 -$(TEXI2POD) $(MANCONF) -Delfedit < $(binutils_TEXI) > elfedit.pod
823 -($(POD2MAN) elfedit.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
824 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
825 rm -f elfedit.pod
826
f33e8c5b 827windres.1: $(binutils_TEXI) $(binutils_TEXINFOS)
c45021f2 828 touch $@
75aa6618 829 -$(TEXI2POD) $(MANCONF) -Dwindres < $(binutils_TEXI) > windres.pod
4258bf4d 830 -($(POD2MAN) windres.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 831 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 832 rm -f windres.pod
c45021f2 833
692ed3e7
NC
834windmc.1: $(binutils_TEXI) $(binutils_TEXINFOS)
835 touch $@
836 -$(TEXI2POD) $(MANCONF) -Dwindmc < $(binutils_TEXI) > windmc.pod
837 -($(POD2MAN) windmc.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
838 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
839 rm -f windmc.pod
840
f33e8c5b 841cxxfilt.man: $(binutils_TEXI) $(binutils_TEXINFOS)
c45021f2 842 touch $@
75aa6618 843 -$(TEXI2POD) $(MANCONF) -Dcxxfilt < $(binutils_TEXI) > $(DEMANGLER_NAME).pod
4258bf4d 844 -($(POD2MAN) $(DEMANGLER_NAME).pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 845 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 846 rm -f $(DEMANGLER_NAME).pod
c45021f2
NC
847
848$(DEMANGLER_NAME).1: cxxfilt.man Makefile
38131e67
L
849 if test -f cxxfilt.man; then \
850 man=cxxfilt.man; \
851 else \
852 man=$(srcdir)/cxxfilt.man; \
853 fi; \
4258bf4d 854 sed -e 's/@PROGRAM@/$(DEMANGLER_NAME)/' \
38131e67 855 -e 's/cxxfilt/$(DEMANGLER_NAME)/' < $$man \
c45021f2
NC
856 > $(DEMANGLER_NAME).1
857
7562a296
HPN
858# We want install to imply install-info as per GNU standards, despite the
859# cygnus option.
42ecbf5e 860install-data-local: install-info
7562a296 861
c45021f2
NC
862# Maintenance
863
864# We need it for the taz target in ../../Makefile.in.
42ecbf5e 865info-local: $(MANS)
81ecdfbb 866
c45021f2
NC
867# Tell versions [3.59,3.63) of GNU make to not export all variables.
868# Otherwise a system limit (for SysV at least) may be exceeded.
869.NOEXPORT: