Makefile 32 KB

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