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