]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/doc/Makefile.in
Updated French translations
[thirdparty/binutils-gdb.git] / binutils / doc / Makefile.in
CommitLineData
16474668 1# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
c45021f2 2
16474668 3# Copyright (C) 1994, 1995-8, 1999, 2001 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
L
77CC_FOR_BUILD = @CC_FOR_BUILD@
78CXX = @CXX@
79CXXCPP = @CXXCPP@
80DATADIRNAME = @DATADIRNAME@
81DEMANGLER_NAME = @DEMANGLER_NAME@
82DLLTOOL = @DLLTOOL@
83DLLTOOL_DEFS = @DLLTOOL_DEFS@
c45021f2 84EXEEXT = @EXEEXT@
105e7211
L
85EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
86GCJ = @GCJ@
87GCJFLAGS = @GCJFLAGS@
88GMOFILES = @GMOFILES@
89GMSGFMT = @GMSGFMT@
90GT_NO = @GT_NO@
91GT_YES = @GT_YES@
92HDEFINES = @HDEFINES@
93INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
94INSTOBJEXT = @INSTOBJEXT@
95INTLDEPS = @INTLDEPS@
96INTLLIBS = @INTLLIBS@
97INTLOBJS = @INTLOBJS@
98LEX = @LEX@
c45021f2 99LIBTOOL = @LIBTOOL@
105e7211
L
100LN_S = @LN_S@
101MAINT = @MAINT@
102MAKEINFO = @MAKEINFO@
103MKINSTALLDIRS = @MKINSTALLDIRS@
104MSGFMT = @MSGFMT@
105NLMCONV_DEFS = @NLMCONV_DEFS@
106OBJDUMP = @OBJDUMP@
107OBJDUMP_DEFS = @OBJDUMP_DEFS@
108OBJEXT = @OBJEXT@
109PACKAGE = @PACKAGE@
110POFILES = @POFILES@
111POSUB = @POSUB@
c45021f2 112RANLIB = @RANLIB@
105e7211
L
113STRIP = @STRIP@
114UNDERSCORE = @UNDERSCORE@
115USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
116USE_NLS = @USE_NLS@
117VERSION = @VERSION@
118WARN_CFLAGS = @WARN_CFLAGS@
119YACC = @YACC@
120l = @l@
c45021f2
NC
121
122AUTOMAKE_OPTIONS = cygnus
123
124# What version of the manual you want; "all" includes everything
125CONFIG = all
126
127# Options to extract the man page from as.texinfo
128MANCONF = -Dman
129
130TEXI2POD = perl $(top_srcdir)/../etc/texi2pod.pl
131
38131e67
L
132POD2MAN = pod2man --center="GNU Development Tools" \
133 --release="binutils-$(VERSION)" --section=1
134
c45021f2
NC
135
136# List of man pages generated from binutils.texi
137man_MANS = \
138 addr2line.1 \
139 ar.1 \
140 dlltool.1 \
141 nlmconv.1 \
142 nm.1 \
143 objcopy.1 \
144 objdump.1 \
145 ranlib.1 \
146 readelf.1 \
147 size.1 \
148 strings.1 \
149 strip.1 \
150 windres.1 \
151 $(DEMANGLER_NAME).1
152
153
154info_TEXINFOS = binutils.texi
155
105e7211 156binutils_TEXI = $(srcdir)/binutils.texi
c45021f2
NC
157
158MAINTAINERCLEANFILES = config.texi
159DISTCLEANFILES = config.texi
160MOSTLYCLEANFILES = $(DEMANGLER_NAME).1
161mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
105e7211 162CONFIG_HEADER = ../config.h
c45021f2 163CONFIG_CLEAN_FILES =
c45021f2
NC
164TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
165TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
166INFO_DEPS = binutils.info
167DVIS = binutils.dvi
168TEXINFOS = binutils.texi
169man1dir = $(mandir)/man1
170MANS = $(man_MANS)
171
172NROFF = nroff
173DIST_COMMON = Makefile.am Makefile.in
174
175
176DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
177
12b87c89 178TAR = tar
c45021f2
NC
179GZIP_ENV = --best
180all: all-redirect
181.SUFFIXES:
182.SUFFIXES: .dvi .info .ps .texi .texinfo .txi
183$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
184 cd $(top_srcdir) && $(AUTOMAKE) --cygnus doc/Makefile
185
186Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
187 cd $(top_builddir) \
188 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
189
190
191binutils.info: binutils.texi
192binutils.dvi: binutils.texi
193
194
195DVIPS = dvips
196
197.texi.info:
198 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
199 $(MAKEINFO) -I $(srcdir) $<
200
201.texi.dvi:
202 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
203 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
204
205.texi:
206 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
207 $(MAKEINFO) -I $(srcdir) $<
208
209.texinfo.info:
210 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
211 $(MAKEINFO) -I $(srcdir) $<
212
213.texinfo:
214 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
215 $(MAKEINFO) -I $(srcdir) $<
216
217.texinfo.dvi:
218 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
219 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
220
221.txi.info:
222 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
223 $(MAKEINFO) -I $(srcdir) $<
224
225.txi.dvi:
226 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
227 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
228
229.txi:
230 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
231 $(MAKEINFO) -I $(srcdir) $<
232.dvi.ps:
233 $(DVIPS) $< -o $@
234
235install-info-am: $(INFO_DEPS)
236 @$(NORMAL_INSTALL)
237 $(mkinstalldirs) $(DESTDIR)$(infodir)
238 @list='$(INFO_DEPS)'; \
239 for file in $$list; do \
240 if test -f $$file; then d=.; else d=$(srcdir); fi; \
241 for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
242 if test -f $$d/$$ifile; then \
243 echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
244 $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
245 else : ; fi; \
246 done; \
247 done
248 @$(POST_INSTALL)
249 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
250 list='$(INFO_DEPS)'; \
251 for file in $$list; do \
252 echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
253 install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
254 done; \
255 else : ; fi
256
257uninstall-info:
258 $(PRE_UNINSTALL)
259 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
260 ii=yes; \
261 else ii=; fi; \
262 list='$(INFO_DEPS)'; \
263 for file in $$list; do \
16474668 264 test -z "$$ii" \
c45021f2
NC
265 || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
266 done
267 @$(NORMAL_UNINSTALL)
268 list='$(INFO_DEPS)'; \
269 for file in $$list; do \
270 (cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
271 done
272
273dist-info: $(INFO_DEPS)
274 list='$(INFO_DEPS)'; \
275 for base in $$list; do \
276 if test -f $$base; then d=.; else d=$(srcdir); fi; \
277 for file in `cd $$d && eval echo $$base*`; do \
278 test -f $(distdir)/$$file \
279 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
280 || cp -p $$d/$$file $(distdir)/$$file; \
281 done; \
282 done
283
284mostlyclean-aminfo:
285 -rm -f binutils.aux binutils.cp binutils.cps binutils.dvi binutils.fn \
286 binutils.fns binutils.ky binutils.kys binutils.ps \
287 binutils.log binutils.pg binutils.toc binutils.tp \
288 binutils.tps binutils.vr binutils.vrs binutils.op binutils.tr \
289 binutils.cv binutils.cn
290
291clean-aminfo:
292
293distclean-aminfo:
294
295maintainer-clean-aminfo:
296 for i in $(INFO_DEPS); do \
297 rm -f $$i; \
298 if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
299 rm -f $$i-[0-9]*; \
300 fi; \
301 done
302clean-info: mostlyclean-aminfo
303
304install-man1:
305 $(mkinstalldirs) $(DESTDIR)$(man1dir)
306 @list='$(man1_MANS)'; \
307 l2='$(man_MANS)'; for i in $$l2; do \
308 case "$$i" in \
309 *.1*) list="$$list $$i" ;; \
310 esac; \
311 done; \
312 for i in $$list; do \
313 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
314 else file=$$i; fi; \
315 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
316 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
317 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
318 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
319 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
320 done
321
322uninstall-man1:
323 @list='$(man1_MANS)'; \
324 l2='$(man_MANS)'; for i in $$l2; do \
325 case "$$i" in \
326 *.1*) list="$$list $$i" ;; \
327 esac; \
328 done; \
329 for i in $$list; do \
330 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
331 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
332 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
333 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
334 rm -f $(DESTDIR)$(man1dir)/$$inst; \
335 done
336install-man: $(MANS)
337 @$(NORMAL_INSTALL)
338 $(MAKE) $(AM_MAKEFLAGS) install-man1
339uninstall-man:
340 @$(NORMAL_UNINSTALL)
341 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
342tags: TAGS
343TAGS:
344
345
346distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
347
348subdir = doc
349
c45021f2 350distdir: $(DISTFILES)
c45021f2
NC
351 @for file in $(DISTFILES); do \
352 if test -f $$file; then d=.; else d=$(srcdir); fi; \
353 if test -d $$d/$$file; then \
354 cp -pr $$d/$$file $(distdir)/$$file; \
355 else \
356 test -f $(distdir)/$$file \
357 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
358 || cp -p $$d/$$file $(distdir)/$$file || :; \
359 fi; \
360 done
361 $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
362info-am: $(INFO_DEPS)
363info: info-am
364dvi-am: $(DVIS)
365dvi: dvi-am
366check-am:
367check: check-am
368installcheck-am:
369installcheck: installcheck-am
370install-info-am:
371install-info: install-info-am
372install-exec-am:
373install-exec: install-exec-am
374
375install-data-am: install-man
376install-data: install-data-am
377
378install-am: all-am
379 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
380install: install-am
381uninstall-am: uninstall-man
382uninstall: uninstall-am
383all-am: Makefile $(MANS)
384all-redirect: all-am
385install-strip:
386 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
387installdirs:
388 $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
389
390
391mostlyclean-generic:
392 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
393
394clean-generic:
395
396distclean-generic:
397 -rm -f Makefile $(CONFIG_CLEAN_FILES)
398 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
399 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
400
401maintainer-clean-generic:
402 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
403mostlyclean-am: mostlyclean-aminfo mostlyclean-generic
404
405mostlyclean: mostlyclean-am
406
407clean-am: clean-aminfo clean-generic mostlyclean-am
408
409clean: clean-am
410
411distclean-am: distclean-aminfo distclean-generic clean-am
412 -rm -f libtool
413
414distclean: distclean-am
415
416maintainer-clean-am: maintainer-clean-aminfo maintainer-clean-generic \
417 distclean-am
418 @echo "This command is intended for maintainers to use;"
419 @echo "it deletes files that may require special tools to rebuild."
420
421maintainer-clean: maintainer-clean-am
422
423.PHONY: install-info-am uninstall-info mostlyclean-aminfo \
424distclean-aminfo clean-aminfo maintainer-clean-aminfo install-man1 \
425uninstall-man1 install-man uninstall-man tags distdir info-am info \
426dvi-am dvi check check-am installcheck-am installcheck install-info-am \
427install-info install-exec-am install-exec install-data-am install-data \
428install-am install uninstall-am uninstall all-redirect all-am all \
429installdirs mostlyclean-generic distclean-generic clean-generic \
430maintainer-clean-generic clean mostlyclean distclean maintainer-clean
431
432
433config.texi: Makefile
434 rm -f config.texi
435 echo '@set VERSION $(VERSION)' > config.texi
436
105e7211 437binutils.dvi: $(binutils_TEXI) config.texi
c45021f2 438
105e7211 439binutils.info: $(binutils_TEXI) config.texi
c45021f2
NC
440
441# Man page generation from texinfo
105e7211 442addr2line.1: $(binutils_TEXI)
c45021f2 443 touch $@
4258bf4d
L
444 -$(TEXI2POD) $(MANCONF) -Daddr2line < $< > addr2line.pod
445 -($(POD2MAN) addr2line.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 446 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 447 rm -f addr2line.pod
c45021f2 448
105e7211 449ar.1: $(binutils_TEXI)
c45021f2 450 touch $@
4258bf4d
L
451 -$(TEXI2POD) $(MANCONF) -Dar < $< > ar.pod
452 -($(POD2MAN) ar.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 453 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 454 rm -f ar.pod
c45021f2 455
105e7211 456dlltool.1: $(binutils_TEXI)
c45021f2 457 touch $@
4258bf4d
L
458 -$(TEXI2POD) $(MANCONF) -Ddlltool < $< > dlltool.pod
459 -($(POD2MAN) dlltool.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 460 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 461 rm -f dlltool.pod
c45021f2 462
105e7211 463nlmconv.1: $(binutils_TEXI)
c45021f2 464 touch $@
4258bf4d
L
465 -$(TEXI2POD) $(MANCONF) -Dnlmconv < $< > nlmconv.pod
466 -($(POD2MAN) nlmconv.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 467 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 468 rm -f nlmconv.pod
c45021f2 469
105e7211 470nm.1: $(binutils_TEXI)
c45021f2 471 touch $@
4258bf4d
L
472 -$(TEXI2POD) $(MANCONF) -Dnm < $< > nm.pod
473 -($(POD2MAN) nm.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 474 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 475 rm -f nm.pod
c45021f2 476
105e7211 477objcopy.1: $(binutils_TEXI)
c45021f2 478 touch $@
4258bf4d
L
479 -$(TEXI2POD) $(MANCONF) -Dobjcopy < $< > objcopy.pod
480 -($(POD2MAN) objcopy.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 481 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 482 rm -f objcopy.pod
c45021f2 483
105e7211 484objdump.1: $(binutils_TEXI)
c45021f2 485 touch $@
4258bf4d
L
486 -$(TEXI2POD) $(MANCONF) -Dobjdump < $< > objdump.pod
487 -($(POD2MAN) objdump.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 488 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 489 rm -f objdump.pod
c45021f2 490
105e7211 491ranlib.1: $(binutils_TEXI)
c45021f2 492 touch $@
4258bf4d
L
493 -$(TEXI2POD) $(MANCONF) -Dranlib < $< > ranlib.pod
494 -($(POD2MAN) ranlib.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 495 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 496 rm -f ranlib.pod
c45021f2 497
105e7211 498readelf.1: $(binutils_TEXI)
c45021f2 499 touch $@
4258bf4d
L
500 -$(TEXI2POD) $(MANCONF) -Dreadelf < $< > readelf.pod
501 -($(POD2MAN) readelf.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 502 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 503 rm -f readelf.pod
c45021f2 504
105e7211 505size.1: $(binutils_TEXI)
c45021f2 506 touch $@
4258bf4d
L
507 -$(TEXI2POD) $(MANCONF) -Dsize < $< > size.pod
508 -($(POD2MAN) size.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 509 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 510 rm -f size.pod
c45021f2 511
105e7211 512strings.1: $(binutils_TEXI)
c45021f2 513 touch $@
4258bf4d
L
514 -$(TEXI2POD) $(MANCONF) -Dstrings < $< > strings.pod
515 -($(POD2MAN) strings.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 516 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 517 rm -f strings.pod
c45021f2 518
105e7211 519strip.1: $(binutils_TEXI)
c45021f2 520 touch $@
4258bf4d
L
521 -$(TEXI2POD) $(MANCONF) -Dstrip < $< > strip.pod
522 -($(POD2MAN) strip.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 523 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 524 rm -f strip.pod
c45021f2 525
105e7211 526windres.1: $(binutils_TEXI)
c45021f2 527 touch $@
4258bf4d
L
528 -$(TEXI2POD) $(MANCONF) -Dwindres < $< > windres.pod
529 -($(POD2MAN) windres.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 530 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 531 rm -f windres.pod
c45021f2 532
105e7211 533cxxfilt.man: $(binutils_TEXI)
c45021f2 534 touch $@
4258bf4d
L
535 -$(TEXI2POD) $(MANCONF) -Dcxxfilt < $< > $(DEMANGLER_NAME).pod
536 -($(POD2MAN) $(DEMANGLER_NAME).pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
c45021f2 537 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
4258bf4d 538 rm -f $(DEMANGLER_NAME).pod
c45021f2
NC
539
540$(DEMANGLER_NAME).1: cxxfilt.man Makefile
38131e67
L
541 if test -f cxxfilt.man; then \
542 man=cxxfilt.man; \
543 else \
544 man=$(srcdir)/cxxfilt.man; \
545 fi; \
4258bf4d 546 sed -e 's/@PROGRAM@/$(DEMANGLER_NAME)/' \
38131e67 547 -e 's/cxxfilt/$(DEMANGLER_NAME)/' < $$man \
c45021f2
NC
548 > $(DEMANGLER_NAME).1
549
7562a296
HPN
550# We want install to imply install-info as per GNU standards, despite the
551# cygnus option.
552install: install-info
553
c45021f2
NC
554# Maintenance
555
556# We need it for the taz target in ../../Makefile.in.
557info: $(MANS)
558
c45021f2
NC
559# Tell versions [3.59,3.63) of GNU make to not export all variables.
560# Otherwise a system limit (for SysV at least) may be exceeded.
561.NOEXPORT: