PR binutils/637
[deliverable/binutils-gdb.git] / binutils / doc / Makefile.in
CommitLineData
32118081 1# Makefile.in generated automatically by automake 1.4 from Makefile.am
c45021f2 2
32118081 3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
c45021f2
NC
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
105e7211
L
66AR = @AR@
67AS = @AS@
68BUILD_DLLTOOL = @BUILD_DLLTOOL@
69BUILD_DLLWRAP = @BUILD_DLLWRAP@
70BUILD_MISC = @BUILD_MISC@
71BUILD_NLMCONV = @BUILD_NLMCONV@
72BUILD_SRCONV = @BUILD_SRCONV@
73BUILD_WINDRES = @BUILD_WINDRES@
74CATALOGS = @CATALOGS@
75CATOBJEXT = @CATOBJEXT@
c45021f2 76CC = @CC@
105e7211 77CC_FOR_BUILD = @CC_FOR_BUILD@
3443c1ae 78CPP = @CPP@
105e7211
L
79CXX = @CXX@
80CXXCPP = @CXXCPP@
81DATADIRNAME = @DATADIRNAME@
82DEMANGLER_NAME = @DEMANGLER_NAME@
83DLLTOOL = @DLLTOOL@
84DLLTOOL_DEFS = @DLLTOOL_DEFS@
eb1e0e80
NC
85EMULATION = @EMULATION@
86EMULATION_VECTOR = @EMULATION_VECTOR@
c45021f2 87EXEEXT = @EXEEXT@
105e7211
L
88EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
89GCJ = @GCJ@
90GCJFLAGS = @GCJFLAGS@
91GMOFILES = @GMOFILES@
92GMSGFMT = @GMSGFMT@
3443c1ae 93GNATBIND = @GNATBIND@
105e7211
L
94GT_NO = @GT_NO@
95GT_YES = @GT_YES@
96HDEFINES = @HDEFINES@
97INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
98INSTOBJEXT = @INSTOBJEXT@
99INTLDEPS = @INTLDEPS@
100INTLLIBS = @INTLLIBS@
101INTLOBJS = @INTLOBJS@
102LEX = @LEX@
c45021f2 103LIBTOOL = @LIBTOOL@
3443c1ae 104LN = @LN@
105e7211
L
105LN_S = @LN_S@
106MAINT = @MAINT@
107MAKEINFO = @MAKEINFO@
108MKINSTALLDIRS = @MKINSTALLDIRS@
109MSGFMT = @MSGFMT@
110NLMCONV_DEFS = @NLMCONV_DEFS@
111OBJDUMP = @OBJDUMP@
112OBJDUMP_DEFS = @OBJDUMP_DEFS@
113OBJEXT = @OBJEXT@
114PACKAGE = @PACKAGE@
115POFILES = @POFILES@
116POSUB = @POSUB@
c45021f2 117RANLIB = @RANLIB@
105e7211 118STRIP = @STRIP@
105e7211
L
119USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
120USE_NLS = @USE_NLS@
121VERSION = @VERSION@
122WARN_CFLAGS = @WARN_CFLAGS@
123YACC = @YACC@
fa449227
AM
124bfdincludedir = @bfdincludedir@
125bfdlibdir = @bfdlibdir@
3443c1ae
AM
126build_noncanonical = @build_noncanonical@
127build_subdir = @build_subdir@
128do_compare = @do_compare@
129host_noncanonical = @host_noncanonical@
130host_subdir = @host_subdir@
105e7211 131l = @l@
3443c1ae
AM
132ncn_cv_ = @ncn_cv_@
133target_noncanonical = @target_noncanonical@
134target_subdir = @target_subdir@
c45021f2
NC
135
136AUTOMAKE_OPTIONS = cygnus
137
138# What version of the manual you want; "all" includes everything
139CONFIG = all
140
141# Options to extract the man page from as.texinfo
142MANCONF = -Dman
143
144TEXI2POD = perl $(top_srcdir)/../etc/texi2pod.pl
145
38131e67
L
146POD2MAN = pod2man --center="GNU Development Tools" \
147 --release="binutils-$(VERSION)" --section=1
148
c45021f2
NC
149
150# List of man pages generated from binutils.texi
151man_MANS = \
152 addr2line.1 \
153 ar.1 \
154 dlltool.1 \
155 nlmconv.1 \
156 nm.1 \
157 objcopy.1 \
158 objdump.1 \
159 ranlib.1 \
160 readelf.1 \
161 size.1 \
162 strings.1 \
163 strip.1 \
164 windres.1 \
165 $(DEMANGLER_NAME).1
166
167
168info_TEXINFOS = binutils.texi
169
105e7211 170binutils_TEXI = $(srcdir)/binutils.texi
c45021f2
NC
171
172MAINTAINERCLEANFILES = config.texi
173DISTCLEANFILES = config.texi
174MOSTLYCLEANFILES = $(DEMANGLER_NAME).1
175mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
105e7211 176CONFIG_HEADER = ../config.h
c45021f2 177CONFIG_CLEAN_FILES =
c45021f2
NC
178TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
179TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
180INFO_DEPS = binutils.info
181DVIS = binutils.dvi
182TEXINFOS = binutils.texi
183man1dir = $(mandir)/man1
184MANS = $(man_MANS)
185
186NROFF = nroff
187DIST_COMMON = Makefile.am Makefile.in
188
189
190DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
191
32118081 192TAR = gtar
c45021f2
NC
193GZIP_ENV = --best
194all: all-redirect
195.SUFFIXES:
196.SUFFIXES: .dvi .info .ps .texi .texinfo .txi
197$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
198 cd $(top_srcdir) && $(AUTOMAKE) --cygnus doc/Makefile
199
200Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
201 cd $(top_builddir) \
202 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
203
204
205binutils.info: binutils.texi
206binutils.dvi: binutils.texi
207
208
209DVIPS = dvips
210
211.texi.info:
212 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
213 $(MAKEINFO) -I $(srcdir) $<
214
215.texi.dvi:
216 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
217 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
218
219.texi:
220 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
221 $(MAKEINFO) -I $(srcdir) $<
222
223.texinfo.info:
224 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
225 $(MAKEINFO) -I $(srcdir) $<
226
227.texinfo:
228 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
229 $(MAKEINFO) -I $(srcdir) $<
230
231.texinfo.dvi:
232 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
233 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
234
235.txi.info:
236 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
237 $(MAKEINFO) -I $(srcdir) $<
238
239.txi.dvi:
240 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
241 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
242
243.txi:
244 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
245 $(MAKEINFO) -I $(srcdir) $<
246.dvi.ps:
247 $(DVIPS) $< -o $@
248
249install-info-am: $(INFO_DEPS)
250 @$(NORMAL_INSTALL)
251 $(mkinstalldirs) $(DESTDIR)$(infodir)
252 @list='$(INFO_DEPS)'; \
253 for file in $$list; do \
254 if test -f $$file; then d=.; else d=$(srcdir); fi; \
255 for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
256 if test -f $$d/$$ifile; then \
257 echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
258 $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
259 else : ; fi; \
260 done; \
261 done
262 @$(POST_INSTALL)
263 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
264 list='$(INFO_DEPS)'; \
265 for file in $$list; do \
266 echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
267 install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
268 done; \
269 else : ; fi
270
271uninstall-info:
272 $(PRE_UNINSTALL)
273 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
274 ii=yes; \
275 else ii=; fi; \
276 list='$(INFO_DEPS)'; \
277 for file in $$list; do \
32118081 278 test -z "$ii" \
c45021f2
NC
279 || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
280 done
281 @$(NORMAL_UNINSTALL)
282 list='$(INFO_DEPS)'; \
283 for file in $$list; do \
284 (cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
285 done
286
287dist-info: $(INFO_DEPS)
288 list='$(INFO_DEPS)'; \
289 for base in $$list; do \
290 if test -f $$base; then d=.; else d=$(srcdir); fi; \
291 for file in `cd $$d && eval echo $$base*`; do \
292 test -f $(distdir)/$$file \
293 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
294 || cp -p $$d/$$file $(distdir)/$$file; \
295 done; \
296 done
297
298mostlyclean-aminfo:
299 -rm -f binutils.aux binutils.cp binutils.cps binutils.dvi binutils.fn \
300 binutils.fns binutils.ky binutils.kys binutils.ps \
301 binutils.log binutils.pg binutils.toc binutils.tp \
302 binutils.tps binutils.vr binutils.vrs binutils.op binutils.tr \
303 binutils.cv binutils.cn
304
305clean-aminfo:
306
307distclean-aminfo:
308
309maintainer-clean-aminfo:
310 for i in $(INFO_DEPS); do \
311 rm -f $$i; \
312 if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
313 rm -f $$i-[0-9]*; \
314 fi; \
315 done
316clean-info: mostlyclean-aminfo
317
318install-man1:
319 $(mkinstalldirs) $(DESTDIR)$(man1dir)
320 @list='$(man1_MANS)'; \
321 l2='$(man_MANS)'; for i in $$l2; do \
322 case "$$i" in \
323 *.1*) list="$$list $$i" ;; \
324 esac; \
325 done; \
326 for i in $$list; do \
327 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
328 else file=$$i; fi; \
329 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
330 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
331 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
332 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
333 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
334 done
335
336uninstall-man1:
337 @list='$(man1_MANS)'; \
338 l2='$(man_MANS)'; for i in $$l2; do \
339 case "$$i" in \
340 *.1*) list="$$list $$i" ;; \
341 esac; \
342 done; \
343 for i in $$list; do \
344 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
345 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
346 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
347 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
348 rm -f $(DESTDIR)$(man1dir)/$$inst; \
349 done
350install-man: $(MANS)
351 @$(NORMAL_INSTALL)
352 $(MAKE) $(AM_MAKEFLAGS) install-man1
353uninstall-man:
354 @$(NORMAL_UNINSTALL)
355 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
356tags: TAGS
357TAGS:
358
359
360distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
361
362subdir = doc
363
c45021f2 364distdir: $(DISTFILES)
c45021f2
NC
365 @for file in $(DISTFILES); do \
366 if test -f $$file; then d=.; else d=$(srcdir); fi; \
367 if test -d $$d/$$file; then \
368 cp -pr $$d/$$file $(distdir)/$$file; \
369 else \
370 test -f $(distdir)/$$file \
371 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
372 || cp -p $$d/$$file $(distdir)/$$file || :; \
373 fi; \
374 done
375 $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
376info-am: $(INFO_DEPS)
377info: info-am
378dvi-am: $(DVIS)
379dvi: dvi-am
380check-am:
381check: check-am
382installcheck-am:
383installcheck: installcheck-am
384install-info-am:
385install-info: install-info-am
386install-exec-am:
387install-exec: install-exec-am
388
389install-data-am: install-man
390install-data: install-data-am
391
392install-am: all-am
393 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
394install: install-am
395uninstall-am: uninstall-man
396uninstall: uninstall-am
397all-am: Makefile $(MANS)
398all-redirect: all-am
399install-strip:
400 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
401installdirs:
402 $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
403
404
405mostlyclean-generic:
406 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
407
408clean-generic:
409
410distclean-generic:
411 -rm -f Makefile $(CONFIG_CLEAN_FILES)
412 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
413 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
414
415maintainer-clean-generic:
416 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
417mostlyclean-am: mostlyclean-aminfo mostlyclean-generic
418
419mostlyclean: mostlyclean-am
420
421clean-am: clean-aminfo clean-generic mostlyclean-am
422
423clean: clean-am
424
425distclean-am: distclean-aminfo distclean-generic clean-am
426 -rm -f libtool
427
428distclean: distclean-am
429
430maintainer-clean-am: maintainer-clean-aminfo maintainer-clean-generic \
431 distclean-am
432 @echo "This command is intended for maintainers to use;"
433 @echo "it deletes files that may require special tools to rebuild."
434
435maintainer-clean: maintainer-clean-am
436
437.PHONY: install-info-am uninstall-info mostlyclean-aminfo \
438distclean-aminfo clean-aminfo maintainer-clean-aminfo install-man1 \
439uninstall-man1 install-man uninstall-man tags distdir info-am info \
440dvi-am dvi check check-am installcheck-am installcheck install-info-am \
441install-info install-exec-am install-exec install-data-am install-data \
442install-am install uninstall-am uninstall all-redirect all-am all \
443installdirs mostlyclean-generic distclean-generic clean-generic \
444maintainer-clean-generic clean mostlyclean distclean maintainer-clean
445
446
447config.texi: Makefile
448 rm -f config.texi
449 echo '@set VERSION $(VERSION)' > config.texi
36607f99 450 echo "@set UPDATED `date "+%B %Y"`" >> config.texi
c45021f2 451
105e7211 452binutils.dvi: $(binutils_TEXI) config.texi
c45021f2 453
105e7211 454binutils.info: $(binutils_TEXI) config.texi
c45021f2
NC
455
456# Man page generation from texinfo
105e7211 457addr2line.1: $(binutils_TEXI)
c45021f2 458 touch $@
75aa6618 459 -$(TEXI2POD) $(MANCONF) -Daddr2line < $(binutils_TEXI) > addr2line.pod
4258bf4d 460 -($(POD2MAN) addr2line.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 461 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 462 rm -f addr2line.pod
c45021f2 463
105e7211 464ar.1: $(binutils_TEXI)
c45021f2 465 touch $@
75aa6618 466 -$(TEXI2POD) $(MANCONF) -Dar < $(binutils_TEXI) > ar.pod
4258bf4d 467 -($(POD2MAN) ar.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 468 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 469 rm -f ar.pod
c45021f2 470
105e7211 471dlltool.1: $(binutils_TEXI)
c45021f2 472 touch $@
75aa6618 473 -$(TEXI2POD) $(MANCONF) -Ddlltool < $(binutils_TEXI) > dlltool.pod
4258bf4d 474 -($(POD2MAN) dlltool.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 475 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 476 rm -f dlltool.pod
c45021f2 477
105e7211 478nlmconv.1: $(binutils_TEXI)
c45021f2 479 touch $@
75aa6618 480 -$(TEXI2POD) $(MANCONF) -Dnlmconv < $(binutils_TEXI) > nlmconv.pod
4258bf4d 481 -($(POD2MAN) nlmconv.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 482 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 483 rm -f nlmconv.pod
c45021f2 484
105e7211 485nm.1: $(binutils_TEXI)
c45021f2 486 touch $@
75aa6618 487 -$(TEXI2POD) $(MANCONF) -Dnm < $(binutils_TEXI) > nm.pod
4258bf4d 488 -($(POD2MAN) nm.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 489 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 490 rm -f nm.pod
c45021f2 491
105e7211 492objcopy.1: $(binutils_TEXI)
c45021f2 493 touch $@
75aa6618 494 -$(TEXI2POD) $(MANCONF) -Dobjcopy < $(binutils_TEXI) > objcopy.pod
4258bf4d 495 -($(POD2MAN) objcopy.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 496 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 497 rm -f objcopy.pod
c45021f2 498
105e7211 499objdump.1: $(binutils_TEXI)
c45021f2 500 touch $@
75aa6618 501 -$(TEXI2POD) $(MANCONF) -Dobjdump < $(binutils_TEXI) > objdump.pod
4258bf4d 502 -($(POD2MAN) objdump.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 503 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 504 rm -f objdump.pod
c45021f2 505
105e7211 506ranlib.1: $(binutils_TEXI)
c45021f2 507 touch $@
75aa6618 508 -$(TEXI2POD) $(MANCONF) -Dranlib < $(binutils_TEXI) > ranlib.pod
4258bf4d 509 -($(POD2MAN) ranlib.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 510 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 511 rm -f ranlib.pod
c45021f2 512
105e7211 513readelf.1: $(binutils_TEXI)
c45021f2 514 touch $@
75aa6618 515 -$(TEXI2POD) $(MANCONF) -Dreadelf < $(binutils_TEXI) > readelf.pod
4258bf4d 516 -($(POD2MAN) readelf.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 517 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 518 rm -f readelf.pod
c45021f2 519
105e7211 520size.1: $(binutils_TEXI)
c45021f2 521 touch $@
75aa6618 522 -$(TEXI2POD) $(MANCONF) -Dsize < $(binutils_TEXI) > size.pod
4258bf4d 523 -($(POD2MAN) size.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 524 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 525 rm -f size.pod
c45021f2 526
105e7211 527strings.1: $(binutils_TEXI)
c45021f2 528 touch $@
75aa6618 529 -$(TEXI2POD) $(MANCONF) -Dstrings < $(binutils_TEXI) > strings.pod
4258bf4d 530 -($(POD2MAN) strings.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 531 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 532 rm -f strings.pod
c45021f2 533
105e7211 534strip.1: $(binutils_TEXI)
c45021f2 535 touch $@
75aa6618 536 -$(TEXI2POD) $(MANCONF) -Dstrip < $(binutils_TEXI) > strip.pod
4258bf4d 537 -($(POD2MAN) strip.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 538 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 539 rm -f strip.pod
c45021f2 540
105e7211 541windres.1: $(binutils_TEXI)
c45021f2 542 touch $@
75aa6618 543 -$(TEXI2POD) $(MANCONF) -Dwindres < $(binutils_TEXI) > windres.pod
4258bf4d 544 -($(POD2MAN) windres.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 545 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 546 rm -f windres.pod
c45021f2 547
105e7211 548cxxfilt.man: $(binutils_TEXI)
c45021f2 549 touch $@
75aa6618 550 -$(TEXI2POD) $(MANCONF) -Dcxxfilt < $(binutils_TEXI) > $(DEMANGLER_NAME).pod
4258bf4d 551 -($(POD2MAN) $(DEMANGLER_NAME).pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 552 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 553 rm -f $(DEMANGLER_NAME).pod
c45021f2
NC
554
555$(DEMANGLER_NAME).1: cxxfilt.man Makefile
38131e67
L
556 if test -f cxxfilt.man; then \
557 man=cxxfilt.man; \
558 else \
559 man=$(srcdir)/cxxfilt.man; \
560 fi; \
4258bf4d 561 sed -e 's/@PROGRAM@/$(DEMANGLER_NAME)/' \
38131e67 562 -e 's/cxxfilt/$(DEMANGLER_NAME)/' < $$man \
c45021f2
NC
563 > $(DEMANGLER_NAME).1
564
7562a296
HPN
565# We want install to imply install-info as per GNU standards, despite the
566# cygnus option.
567install: install-info
568
c45021f2
NC
569# Maintenance
570
571# We need it for the taz target in ../../Makefile.in.
572info: $(MANS)
573
c45021f2
NC
574# Tell versions [3.59,3.63) of GNU make to not export all variables.
575# Otherwise a system limit (for SysV at least) may be exceeded.
576.NOEXPORT:
This page took 0.184062 seconds and 4 git commands to generate.