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