OSDN Git Service

* Makefile.am (TARG_ENV_HFILES): Add te-armlinuxeabi.h.
[pf3gnuchains/pf3gnuchains4x.git] / gas / doc / Makefile.in
1 # Makefile.in generated by automake 1.9.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004  Free Software Foundation, Inc.
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
15 @SET_MAKE@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ..
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 target_triplet = @target@
39 subdir = doc
40 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
43         $(top_srcdir)/../libtool.m4 $(top_srcdir)/../gettext.m4 \
44         $(top_srcdir)/configure.in
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46         $(ACLOCAL_M4)
47 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
48 CONFIG_HEADER = $(top_builddir)/config.h
49 CONFIG_CLEAN_FILES =
50 depcomp =
51 am__depfiles_maybe =
52 SOURCES =
53 INFO_DEPS = $(srcdir)/as.info
54 TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
55 am__TEXINFO_TEX_DIR = $(top_srcdir)/../texinfo
56 DVIS = as.dvi
57 PDFS = as.pdf
58 PSS = as.ps
59 HTMLS = as.html
60 TEXINFOS = as.texinfo
61 TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then \
62              echo $(top_srcdir)/../texinfo/util/texi2dvi; \
63            else \
64              echo texi2dvi; \
65            fi`
66 TEXI2PDF = $(TEXI2DVI) --pdf --batch
67 MAKEINFOHTML = $(MAKEINFO) --html
68 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
69 DVIPS = dvips
70 man1dir = $(mandir)/man1
71 am__installdirs = "$(DESTDIR)$(man1dir)"
72 NROFF = nroff
73 MANS = $(man_MANS)
74 ACLOCAL = @ACLOCAL@
75 ALLOCA = @ALLOCA@
76 ALL_OBJ_DEPS = @ALL_OBJ_DEPS@
77 AMDEP_FALSE = @AMDEP_FALSE@
78 AMDEP_TRUE = @AMDEP_TRUE@
79 AMTAR = @AMTAR@
80 AUTOCONF = @AUTOCONF@
81 AUTOHEADER = @AUTOHEADER@
82 AUTOMAKE = @AUTOMAKE@
83 AWK = @AWK@
84 BFDLIB = @BFDLIB@
85 BFDVER_H = @BFDVER_H@
86 CATALOGS = @CATALOGS@
87 CATOBJEXT = @CATOBJEXT@
88 CC = @CC@
89 CCDEPMODE = @CCDEPMODE@
90 CFLAGS = @CFLAGS@
91 CPP = @CPP@
92 CPPFLAGS = @CPPFLAGS@
93 CYGPATH_W = @CYGPATH_W@
94 DATADIRNAME = @DATADIRNAME@
95 DEFS = @DEFS@
96 DEPDIR = @DEPDIR@
97 ECHO_C = @ECHO_C@
98 ECHO_N = @ECHO_N@
99 ECHO_T = @ECHO_T@
100 EGREP = @EGREP@
101 EXEEXT = @EXEEXT@
102 GDBINIT = @GDBINIT@
103 GMOFILES = @GMOFILES@
104 GMSGFMT = @GMSGFMT@
105 GT_NO = @GT_NO@
106 GT_YES = @GT_YES@
107 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
108 INSTALL_DATA = @INSTALL_DATA@
109 INSTALL_PROGRAM = @INSTALL_PROGRAM@
110 INSTALL_SCRIPT = @INSTALL_SCRIPT@
111 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
112 INSTOBJEXT = @INSTOBJEXT@
113 INTLDEPS = @INTLDEPS@
114 INTLLIBS = @INTLLIBS@
115 INTLOBJS = @INTLOBJS@
116 LDFLAGS = @LDFLAGS@
117 LEX = @LEX@
118 LEXLIB = @LEXLIB@
119 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
120 LIBM = @LIBM@
121 LIBOBJS = @LIBOBJS@
122 LIBS = @LIBS@
123 LIBTOOL = @LIBTOOL@
124 LN_S = @LN_S@
125 LTLIBOBJS = @LTLIBOBJS@
126 MAINT = @MAINT@
127 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
128 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
129 MAKEINFO = @MAKEINFO@
130 MKINSTALLDIRS = @MKINSTALLDIRS@
131 MSGFMT = @MSGFMT@
132 OBJEXT = @OBJEXT@
133 OPCODES_LIB = @OPCODES_LIB@
134 PACKAGE = @PACKAGE@
135 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
136 PACKAGE_NAME = @PACKAGE_NAME@
137 PACKAGE_STRING = @PACKAGE_STRING@
138 PACKAGE_TARNAME = @PACKAGE_TARNAME@
139 PACKAGE_VERSION = @PACKAGE_VERSION@
140 PATH_SEPARATOR = @PATH_SEPARATOR@
141 POFILES = @POFILES@
142 POSUB = @POSUB@
143 RANLIB = @RANLIB@
144 SET_MAKE = @SET_MAKE@
145 SHELL = @SHELL@
146 STRIP = @STRIP@
147 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
148 USE_NLS = @USE_NLS@
149 VERSION = @VERSION@
150 WARN_CFLAGS = @WARN_CFLAGS@
151 XGETTEXT = @XGETTEXT@
152 YACC = @YACC@
153 ac_ct_CC = @ac_ct_CC@
154 ac_ct_RANLIB = @ac_ct_RANLIB@
155 ac_ct_STRIP = @ac_ct_STRIP@
156 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
157 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
158 am__include = @am__include@
159 am__leading_dot = @am__leading_dot@
160 am__quote = @am__quote@
161 am__tar = @am__tar@
162 am__untar = @am__untar@
163 atof = @atof@
164 bindir = @bindir@
165 build = @build@
166 build_alias = @build_alias@
167 build_cpu = @build_cpu@
168 build_os = @build_os@
169 build_vendor = @build_vendor@
170 cgen_cpu_prefix = @cgen_cpu_prefix@
171 datadir = @datadir@
172 exec_prefix = @exec_prefix@
173 extra_objects = @extra_objects@
174 host = @host@
175 host_alias = @host_alias@
176 host_cpu = @host_cpu@
177 host_os = @host_os@
178 host_vendor = @host_vendor@
179 includedir = @includedir@
180 infodir = @infodir@
181 install_sh = @install_sh@
182 install_tooldir = @install_tooldir@
183 l = @l@
184 libdir = @libdir@
185 libexecdir = @libexecdir@
186 localstatedir = @localstatedir@
187 mandir = @mandir@
188 mkdir_p = @mkdir_p@
189 obj_format = @obj_format@
190 oldincludedir = @oldincludedir@
191 prefix = @prefix@
192 program_transform_name = @program_transform_name@
193 sbindir = @sbindir@
194 sharedstatedir = @sharedstatedir@
195 sysconfdir = @sysconfdir@
196 target = @target@
197 target_alias = @target_alias@
198 target_cpu = @target_cpu@
199 target_cpu_type = @target_cpu_type@
200 target_os = @target_os@
201 target_vendor = @target_vendor@
202 te_file = @te_file@
203 AUTOMAKE_OPTIONS = 1.8 cygnus
204
205 # What version of the manual you want; "all" includes everything
206 CONFIG = all
207
208 # Options to extract the man page from as.texinfo
209 MANCONF = -Dman
210 TEXI2POD = perl $(top_srcdir)/../etc/texi2pod.pl
211 POD2MAN = pod2man --center="GNU Development Tools" \
212         --release="binutils-$(VERSION)" --section=1
213
214 man_MANS = as.1
215 info_TEXINFOS = as.texinfo 
216 CPU_DOCS = \
217         c-a29k.texi \
218         c-alpha.texi \
219         c-arc.texi \
220         c-arm.texi \
221         c-d10v.texi \
222         c-cris.texi \
223         c-h8300.texi \
224         c-h8500.texi \
225         c-hppa.texi \
226         c-i370.texi \
227         c-i386.texi \
228         c-i860.texi \
229         c-i960.texi \
230         c-ip2k.texi \
231         c-m32r.texi \
232         c-m68hc11.texi \
233         c-m68k.texi \
234         c-m88k.texi \
235         c-mips.texi \
236         c-mmix.texi \
237         c-msp430.texi \
238         c-ns32k.texi \
239         c-pdp11.texi \
240         c-pj.texi \
241         c-ppc.texi \
242         c-sh.texi \
243         c-sh64.texi \
244         c-sparc.texi \
245         c-tic54x.texi \
246         c-vax.texi \
247         c-v850.texi \
248         c-xtensa.texi \
249         c-z8k.texi
250
251
252 # This one isn't ready for prime time yet.  Not even a little bit.
253 noinst_TEXINFOS = internals.texi
254 DISTCLEANFILES = asconfig.texi
255 MAINTAINERCLEANFILES = gasver.texi
256 BASEDIR = $(srcdir)/../..
257 BFDDIR = $(BASEDIR)/bfd
258 CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
259 all: all-am
260
261 .SUFFIXES:
262 .SUFFIXES: .dvi .html .info .pdf .ps .texinfo
263 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
264         @for dep in $?; do \
265           case '$(am__configure_deps)' in \
266             *$$dep*) \
267               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
268                 && exit 0; \
269               exit 1;; \
270           esac; \
271         done; \
272         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  doc/Makefile'; \
273         cd $(top_srcdir) && \
274           $(AUTOMAKE) --foreign  doc/Makefile
275 .PRECIOUS: Makefile
276 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
277         @case '$?' in \
278           *config.status*) \
279             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
280           *) \
281             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
282             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
283         esac;
284
285 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
286         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287
288 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
289         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
290 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
291         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
292
293 mostlyclean-libtool:
294         -rm -f *.lo
295
296 clean-libtool:
297         -rm -rf .libs _libs
298
299 distclean-libtool:
300         -rm -f libtool
301
302 .texinfo.info:
303         restore=: && backupdir="$(am__leading_dot)am$$$$" && \
304         am__cwd=`pwd` && cd $(srcdir) && \
305         rm -rf $$backupdir && mkdir $$backupdir && \
306         for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
307           if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
308         done; \
309         cd "$$am__cwd"; \
310         if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
311          -o $@ $<; \
312         then \
313           rc=0; \
314           cd $(srcdir); \
315         else \
316           rc=$$?; \
317           cd $(srcdir) && \
318           $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
319         fi; \
320         rm -rf $$backupdir; exit $$rc
321
322 .texinfo.dvi:
323         TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
324         MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
325         $(TEXI2DVI) $<
326
327 .texinfo.pdf:
328         TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
329         MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
330         $(TEXI2PDF) $<
331
332 .texinfo.html:
333         rm -rf $(@:.html=.htp)
334         if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
335          -o $(@:.html=.htp) $<; \
336         then \
337           rm -rf $@; \
338           if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
339             mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
340         else \
341           if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
342             rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
343           exit 1; \
344         fi
345 $(srcdir)/as.info: as.texinfo 
346 as.pdf: as.texinfo 
347 as.html: as.texinfo 
348 .dvi.ps:
349         $(DVIPS) -o $@ $<
350
351 uninstall-info-am:
352         $(PRE_UNINSTALL)
353         @if (install-info --version && \
354              install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
355           list='$(INFO_DEPS)'; \
356           for file in $$list; do \
357             relfile=`echo "$$file" | sed 's|^.*/||'`; \
358             echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
359             install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
360           done; \
361         else :; fi
362         @$(NORMAL_UNINSTALL)
363         @list='$(INFO_DEPS)'; \
364         for file in $$list; do \
365           relfile=`echo "$$file" | sed 's|^.*/||'`; \
366           relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
367           (if cd "$(DESTDIR)$(infodir)"; then \
368              echo " rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9])"; \
369              rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
370            else :; fi); \
371         done
372
373 dist-info: $(INFO_DEPS)
374         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
375         list='$(INFO_DEPS)'; \
376         for base in $$list; do \
377           case $$base in \
378             $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
379           esac; \
380           if test -f $$base; then d=.; else d=$(srcdir); fi; \
381           for file in $$d/$$base*; do \
382             relfile=`expr "$$file" : "$$d/\(.*\)"`; \
383             test -f $(distdir)/$$relfile || \
384               cp -p $$file $(distdir)/$$relfile; \
385           done; \
386         done
387
388 mostlyclean-aminfo:
389         -rm -rf as.aux as.cp as.cps as.fn as.fns as.ky as.log as.pg as.pgs as.tmp \
390           as.toc as.tp as.tps as.vr as.vrs as.dvi as.pdf as.ps as.html
391
392 maintainer-clean-aminfo:
393         @list='$(INFO_DEPS)'; for i in $$list; do \
394           i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
395           echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
396           rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
397         done
398
399 clean-info: mostlyclean-aminfo
400 install-man1: $(man1_MANS) $(man_MANS)
401         @$(NORMAL_INSTALL)
402         test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
403         @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
404         l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
405         for i in $$l2; do \
406           case "$$i" in \
407             *.1*) list="$$list $$i" ;; \
408           esac; \
409         done; \
410         for i in $$list; do \
411           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
412           else file=$$i; fi; \
413           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
414           case "$$ext" in \
415             1*) ;; \
416             *) ext='1' ;; \
417           esac; \
418           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
419           inst=`echo $$inst | sed -e 's/^.*\///'`; \
420           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
421           echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
422           $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
423         done
424 uninstall-man1:
425         @$(NORMAL_UNINSTALL)
426         @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
427         l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
428         for i in $$l2; do \
429           case "$$i" in \
430             *.1*) list="$$list $$i" ;; \
431           esac; \
432         done; \
433         for i in $$list; do \
434           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
435           case "$$ext" in \
436             1*) ;; \
437             *) ext='1' ;; \
438           esac; \
439           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
440           inst=`echo $$inst | sed -e 's/^.*\///'`; \
441           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
442           echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
443           rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
444         done
445 tags: TAGS
446 TAGS:
447
448 ctags: CTAGS
449 CTAGS:
450
451 check-am:
452 check: check-am
453 all-am: Makefile $(MANS)
454 installdirs:
455         for dir in "$(DESTDIR)$(man1dir)"; do \
456           test -z "$$dir" || $(mkdir_p) "$$dir"; \
457         done
458 install: install-am
459 install-exec: install-exec-am
460 install-data: install-data-am
461 uninstall: uninstall-am
462
463 install-am: all-am
464         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
465
466 installcheck: installcheck-am
467 install-strip:
468         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
469           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
470           `test -z '$(STRIP)' || \
471             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
472 mostlyclean-generic:
473
474 clean-generic:
475
476 distclean-generic:
477         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
478         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
479
480 maintainer-clean-generic:
481         @echo "This command is intended for maintainers to use"
482         @echo "it deletes files that may require special tools to rebuild."
483         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
484 clean: clean-am
485
486 clean-am: clean-generic clean-libtool mostlyclean-am
487
488 distclean: distclean-am
489         -rm -f Makefile
490 distclean-am: clean-am distclean-generic distclean-libtool
491
492 dvi: dvi-am
493
494 dvi-am: $(DVIS)
495
496 html: html-am
497
498 html-am: $(HTMLS)
499
500 info: info-am
501
502 info-am: $(INFO_DEPS) info-local
503
504 install-data-am: install-data-local install-man
505
506 install-exec-am:
507
508 install-info: install-info-am
509
510 install-info-am: $(INFO_DEPS)
511         @$(NORMAL_INSTALL)
512         test -z "$(infodir)" || $(mkdir_p) "$(DESTDIR)$(infodir)"
513         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
514         list='$(INFO_DEPS)'; \
515         for file in $$list; do \
516           case $$file in \
517             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
518           esac; \
519           if test -f $$file; then d=.; else d=$(srcdir); fi; \
520           file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
521           for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
522                        $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
523             if test -f $$ifile; then \
524               relfile=`echo "$$ifile" | sed 's|^.*/||'`; \
525               echo " $(INSTALL_DATA) '$$ifile' '$(DESTDIR)$(infodir)/$$relfile'"; \
526               $(INSTALL_DATA) "$$ifile" "$(DESTDIR)$(infodir)/$$relfile"; \
527             else : ; fi; \
528           done; \
529         done
530         @$(POST_INSTALL)
531         @if (install-info --version && \
532              install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
533           list='$(INFO_DEPS)'; \
534           for file in $$list; do \
535             relfile=`echo "$$file" | sed 's|^.*/||'`; \
536             echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
537             install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
538           done; \
539         else : ; fi
540 install-man: install-man1
541
542 installcheck-am:
543
544 maintainer-clean: maintainer-clean-am
545         -rm -f Makefile
546 maintainer-clean-am: distclean-am maintainer-clean-aminfo \
547         maintainer-clean-generic
548
549 mostlyclean: mostlyclean-am
550
551 mostlyclean-am: mostlyclean-aminfo mostlyclean-generic \
552         mostlyclean-libtool
553
554 pdf: pdf-am
555
556 pdf-am: $(PDFS)
557
558 ps: ps-am
559
560 ps-am: $(PSS)
561
562 uninstall-am: uninstall-man
563
564 uninstall-man: uninstall-man1
565
566 .PHONY: all all-am check check-am clean clean-generic clean-info \
567         clean-libtool dist-info distclean distclean-generic \
568         distclean-libtool dvi dvi-am html html-am info info-am \
569         info-local install install-am install-data install-data-am \
570         install-data-local install-exec install-exec-am install-info \
571         install-info-am install-man install-man1 install-strip \
572         installcheck installcheck-am installdirs maintainer-clean \
573         maintainer-clean-aminfo maintainer-clean-generic mostlyclean \
574         mostlyclean-aminfo mostlyclean-generic mostlyclean-libtool pdf \
575         pdf-am ps ps-am uninstall uninstall-am uninstall-info-am \
576         uninstall-man uninstall-man1
577
578
579 asconfig.texi: $(CONFIG).texi
580         rm -f asconfig.texi
581         ln -s $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
582           || ln $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
583           || cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
584
585 gasver.texi: Makefile
586         rm -f $@
587         echo '@set VERSION $(VERSION)' > $@
588
589 as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
590 as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
591
592 # We want install to imply install-info as per GNU standards, despite the
593 # cygnus option.
594 install-data-local: install-info
595
596 # Maintenance
597
598 # We need it for the taz target in ../../Makefile.in.
599 info-local: $(MANS)
600
601 # Build the man page from the texinfo file
602 # The sed command removes the no-adjust Nroff command so that
603 # the man output looks standard.
604 as.1: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
605         touch $@
606         -$(TEXI2POD) $(MANCONF) < $(srcdir)/as.texinfo > as.pod
607         -($(POD2MAN) as.pod | \
608                 sed -e '/^.if n .na/d' > $@.T$$$$ && \
609                 mv -f $@.T$$$$ $@) || \
610                 (rm -f $@.T$$$$ && exit 1)
611         rm -f as.pod
612 # Tell versions [3.59,3.63) of GNU make to not export all variables.
613 # Otherwise a system limit (for SysV at least) may be exceeded.
614 .NOEXPORT: