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