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