]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/doc/Makefile.in
* configure.in: Call AM_PROG_LEX rather than AC_PROG_LEX and
[thirdparty/binutils-gdb.git] / gas / doc / Makefile.in
1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DISTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 ALL_OBJ_DEPS = @ALL_OBJ_DEPS@
67 AS = @AS@
68 BFDLIB = @BFDLIB@
69 CC = @CC@
70 DLLTOOL = @DLLTOOL@
71 EXEEXT = @EXEEXT@
72 LD = @LD@
73 LEX = @LEX@
74 LIBTOOL = @LIBTOOL@
75 LN_S = @LN_S@
76 MAINT = @MAINT@
77 MAKEINFO = @MAKEINFO@
78 NM = @NM@
79 OPCODES_LIB = @OPCODES_LIB@
80 PACKAGE = @PACKAGE@
81 RANLIB = @RANLIB@
82 VERSION = @VERSION@
83 YACC = @YACC@
84 atof = @atof@
85 extra_objects = @extra_objects@
86 obj_format = @obj_format@
87 target_cpu_type = @target_cpu_type@
88 te_file = @te_file@
89
90 AUTOMAKE_OPTIONS = cygnus
91
92 # What version of the manual you want; "all" includes everything
93 CONFIG=all
94
95 man_MANS = as.1
96
97 info_TEXINFOS = as.texinfo gasp.texi
98
99 CPU_DOCS = \
100 c-a29k.texi \
101 c-arm.texi \
102 c-d10v.texi \
103 c-h8300.texi \
104 c-h8500.texi \
105 c-hppa.texi \
106 c-i386.texi \
107 c-i960.texi \
108 c-m68k.texi \
109 c-mips.texi \
110 c-ns32k.texi \
111 c-sh.texi \
112 c-sparc.texi \
113 c-vax.texi \
114 c-v850.texi \
115 c-z8k.texi
116
117 # This one isn't ready for prime time yet. Not even a little bit.
118
119 noinst_TEXINFOS = internals.texi
120
121 DISTCLEANFILES = asconfig.texi
122 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
123 CONFIG_HEADER = ../config.h
124 CONFIG_CLEAN_FILES =
125 TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
126 TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
127 INFO_DEPS = as.info gasp.info
128 DVIS = as.dvi gasp.dvi
129 TEXINFOS = as.texinfo gasp.texi
130 man1dir = $(mandir)/man1
131 MANS = $(man_MANS)
132
133 NROFF = nroff
134 DIST_COMMON = Makefile.am Makefile.in
135
136
137 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
138
139 TAR = tar
140 GZIP = --best
141 all: Makefile $(MANS)
142
143 .SUFFIXES:
144 .SUFFIXES: .dvi .info .ps .texi .texinfo .txi
145 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
146 cd $(top_srcdir) && $(AUTOMAKE) --cygnus doc/Makefile
147
148 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
149 cd $(top_builddir) \
150 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
151
152
153 as.info: as.texinfo
154 as.dvi: as.texinfo
155
156
157 gasp.info: gasp.texi
158 gasp.dvi: gasp.texi
159
160
161 DVIPS = dvips
162
163 .texi.info:
164 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
165 $(MAKEINFO) -I $(srcdir) $<
166
167 .texi.dvi:
168 TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
169 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
170
171 .texi:
172 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
173 $(MAKEINFO) -I $(srcdir) $<
174
175 .texinfo.info:
176 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
177 $(MAKEINFO) -I $(srcdir) $<
178
179 .texinfo:
180 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
181 $(MAKEINFO) -I $(srcdir) $<
182
183 .texinfo.dvi:
184 TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
185 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
186
187 .txi.info:
188 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
189 $(MAKEINFO) -I $(srcdir) $<
190
191 .txi.dvi:
192 TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
193 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
194
195 .txi:
196 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
197 $(MAKEINFO) -I $(srcdir) $<
198 .dvi.ps:
199 $(DVIPS) $< -o $@
200
201 install-info-am: $(INFO_DEPS)
202 @$(NORMAL_INSTALL)
203 $(mkinstalldirs) $(DESTDIR)$(infodir)
204 @for file in $(INFO_DEPS); do \
205 if test -f $$file; then d=.; else d=$(srcdir); fi; \
206 for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
207 if test -f $$d/$$ifile; then \
208 echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
209 $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
210 else : ; fi; \
211 done; \
212 done
213 @$(POST_INSTALL)
214 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
215 for file in $(INFO_DEPS); do \
216 echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
217 install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
218 done; \
219 else : ; fi
220
221 uninstall-info:
222 $(PRE_UNINSTALL)
223 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
224 ii=yes; \
225 else ii=; fi; \
226 for file in $(INFO_DEPS); do \
227 test -z "$ii" \
228 || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
229 done
230 @$(NORMAL_UNINSTALL)
231 for file in $(INFO_DEPS); do \
232 (cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
233 done
234
235 dist-info: $(INFO_DEPS)
236 for base in $(INFO_DEPS); do \
237 if test -f $$base; then d=.; else d=$(srcdir); fi; \
238 for file in `cd $$d && eval echo $$base*`; do \
239 test -f $(distdir)/$$file \
240 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
241 || cp -p $$d/$$file $(distdir)/$$file; \
242 done; \
243 done
244
245 mostlyclean-aminfo:
246 -rm -f as.aux as.cp as.cps as.dvi as.fn as.fns as.ky as.kys as.ps \
247 as.log as.pg as.toc as.tp as.tps as.vr as.vrs as.op as.tr \
248 as.cv as.cn gasp.aux gasp.cp gasp.cps gasp.dvi gasp.fn \
249 gasp.fns gasp.ky gasp.kys gasp.ps gasp.log gasp.pg gasp.toc \
250 gasp.tp gasp.tps gasp.vr gasp.vrs gasp.op gasp.tr gasp.cv \
251 gasp.cn
252
253 clean-aminfo:
254
255 distclean-aminfo:
256
257 maintainer-clean-aminfo:
258 for i in $(INFO_DEPS); do \
259 rm -f $$i; \
260 if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
261 rm -f $$i-[0-9]*; \
262 fi; \
263 done
264 clean-info: mostlyclean-aminfo
265
266 install-man1:
267 $(mkinstalldirs) $(DESTDIR)$(man1dir)
268 @list='$(man1_MANS)'; \
269 l2='$(man_MANS)'; for i in $$l2; do \
270 case "$$i" in \
271 *.1*) list="$$list $$i" ;; \
272 esac; \
273 done; \
274 for i in $$list; do \
275 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
276 else file=$$i; fi; \
277 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
278 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
279 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
280 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
281 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
282 done
283
284 uninstall-man1:
285 @list='$(man1_MANS)'; \
286 l2='$(man_MANS)'; for i in $$l2; do \
287 case "$$i" in \
288 *.1*) list="$$list $$i" ;; \
289 esac; \
290 done; \
291 for i in $$list; do \
292 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
293 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
294 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
295 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
296 rm -f $(DESTDIR)$(man1dir)/$$inst; \
297 done
298 install-man: $(MANS)
299 @$(NORMAL_INSTALL)
300 $(MAKE) install-man1
301 uninstall-man:
302 @$(NORMAL_UNINSTALL)
303 $(MAKE) uninstall-man1
304 tags: TAGS
305 TAGS:
306
307
308 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
309
310 subdir = doc
311
312 distdir: $(DISTFILES)
313 @for file in $(DISTFILES); do \
314 if test -f $$file; then d=.; else d=$(srcdir); fi; \
315 test -f $(distdir)/$$file \
316 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
317 || cp -p $$d/$$file $(distdir)/$$file; \
318 done
319 $(MAKE) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
320 info: $(INFO_DEPS)
321 dvi: $(DVIS)
322 check:
323 $(MAKE)
324 installcheck:
325 install-info: install-info-am
326 install-exec:
327 @$(NORMAL_INSTALL)
328
329 install-data: install-man
330 @$(NORMAL_INSTALL)
331
332 install: install-exec install-data all
333 @:
334
335 uninstall: uninstall-man
336
337 install-strip:
338 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
339 installdirs:
340 $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
341
342
343 mostlyclean-generic:
344 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
345
346 clean-generic:
347 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
348
349 distclean-generic:
350 -rm -f Makefile $(DISTCLEANFILES)
351 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
352 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
353
354 maintainer-clean-generic:
355 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
356 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
357 mostlyclean: mostlyclean-aminfo mostlyclean-generic
358
359 clean: clean-aminfo clean-generic mostlyclean
360
361 distclean: distclean-aminfo distclean-generic clean
362 -rm -f config.status
363 -rm -f libtool
364
365 maintainer-clean: maintainer-clean-aminfo maintainer-clean-generic \
366 distclean
367 @echo "This command is intended for maintainers to use;"
368 @echo "it deletes files that may require special tools to rebuild."
369
370 .PHONY: install-info-am uninstall-info mostlyclean-aminfo \
371 distclean-aminfo clean-aminfo maintainer-clean-aminfo install-man1 \
372 uninstall-man1 install-man uninstall-man tags distdir info dvi \
373 installcheck install-info install-exec install-data install uninstall \
374 all installdirs mostlyclean-generic distclean-generic clean-generic \
375 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
376
377
378 asconfig.texi: $(CONFIG).texi
379 rm -f asconfig.texi
380 ln -s $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
381 || ln $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
382 || cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
383
384 as.info: $(srcdir)/as.texinfo asconfig.texi $(CPU_DOCS)
385 as.dvi: $(srcdir)/as.texinfo asconfig.texi $(CPU_DOCS)
386
387 # Tell versions [3.59,3.63) of GNU make to not export all variables.
388 # Otherwise a system limit (for SysV at least) may be exceeded.
389 .NOEXPORT: