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