Automate generate on man pages
[deliverable/binutils-gdb.git] / gas / doc / Makefile.in
CommitLineData
45f85b08 1# Makefile.in generated automatically by automake 1.4 from Makefile.am
252b5132 2
3f9b03b5 3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
252b5132
RH
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
3f9b03b5 13
252b5132
RH
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@
45f85b08 49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
252b5132
RH
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@
66ALL_OBJ_DEPS = @ALL_OBJ_DEPS@
67AS = @AS@
68BFDLIB = @BFDLIB@
69CATALOGS = @CATALOGS@
70CATOBJEXT = @CATOBJEXT@
71CC = @CC@
18e03609
NC
72CXX = @CXX@
73CXXCPP = @CXXCPP@
252b5132
RH
74DATADIRNAME = @DATADIRNAME@
75DLLTOOL = @DLLTOOL@
76EXEEXT = @EXEEXT@
cf055d54
NC
77GCJ = @GCJ@
78GCJFLAGS = @GCJFLAGS@
76a27922 79GDBINIT = @GDBINIT@
252b5132
RH
80GMOFILES = @GMOFILES@
81GMSGFMT = @GMSGFMT@
82GT_NO = @GT_NO@
83GT_YES = @GT_YES@
84INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
85INSTOBJEXT = @INSTOBJEXT@
86INTLDEPS = @INTLDEPS@
87INTLLIBS = @INTLLIBS@
88INTLOBJS = @INTLOBJS@
252b5132 89LEX = @LEX@
39bec121 90LIBM = @LIBM@
252b5132
RH
91LIBTOOL = @LIBTOOL@
92LN_S = @LN_S@
93MAINT = @MAINT@
94MAKEINFO = @MAKEINFO@
95MKINSTALLDIRS = @MKINSTALLDIRS@
96MSGFMT = @MSGFMT@
a74801ba 97OBJDUMP = @OBJDUMP@
18e03609 98OBJEXT = @OBJEXT@
252b5132
RH
99OPCODES_LIB = @OPCODES_LIB@
100PACKAGE = @PACKAGE@
101POFILES = @POFILES@
102POSUB = @POSUB@
103RANLIB = @RANLIB@
18e03609 104STRIP = @STRIP@
252b5132
RH
105USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
106USE_NLS = @USE_NLS@
252b5132 107VERSION = @VERSION@
3f9b03b5 108WARN_CFLAGS = @WARN_CFLAGS@
252b5132
RH
109YACC = @YACC@
110atof = @atof@
111cgen_cpu_prefix = @cgen_cpu_prefix@
112extra_objects = @extra_objects@
113install_tooldir = @install_tooldir@
114l = @l@
115obj_format = @obj_format@
116target_cpu_type = @target_cpu_type@
117te_file = @te_file@
118
119AUTOMAKE_OPTIONS = cygnus
120
121# What version of the manual you want; "all" includes everything
122CONFIG = all
123
0285c67d
NC
124# Options to extract the man page from as.texinfo
125MANCONF = -Dman
126
127TEXI2POD = perl $(top_srcdir)/../etc/texi2pod.pl
128
129POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1
130
252b5132
RH
131man_MANS = as.1
132
133info_TEXINFOS = as.texinfo gasp.texi
134
0285c67d 135CPU_DOCS = c-a29k.texi c-arc.texi c-arm.texi c-d10v.texi c-h8300.texi c-h8500.texi c-hppa.texi c-i370.texi c-i386.texi c-i860.texi c-i960.texi c-m32r.texi c-m68hc11.texi c-m68k.texi c-mips.texi c-ns32k.texi c-pdp11.texi c-pj.texi c-sh.texi c-sparc.texi c-tic54x.texi c-vax.texi c-v850.texi c-z8k.texi
252b5132
RH
136
137
138# This one isn't ready for prime time yet. Not even a little bit.
139
140noinst_TEXINFOS = internals.texi
141
142DISTCLEANFILES = asconfig.texi
143
144MAINTAINERCLEANFILES = gasver.texi
145mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
146CONFIG_HEADER = ../config.h
147CONFIG_CLEAN_FILES =
148TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
149TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
150INFO_DEPS = as.info gasp.info
151DVIS = as.dvi gasp.dvi
152TEXINFOS = as.texinfo gasp.texi
153man1dir = $(mandir)/man1
154MANS = $(man_MANS)
155
156NROFF = nroff
157DIST_COMMON = Makefile.am Makefile.in
158
159
3f9b03b5 160DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
252b5132 161
0285c67d 162TAR = gtar
252b5132
RH
163GZIP_ENV = --best
164all: all-redirect
165.SUFFIXES:
166.SUFFIXES: .dvi .info .ps .texi .texinfo .txi
167$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
168 cd $(top_srcdir) && $(AUTOMAKE) --cygnus doc/Makefile
169
170Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
171 cd $(top_builddir) \
172 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
173
174
175as.info: as.texinfo
176as.dvi: as.texinfo
177
178
179gasp.info: gasp.texi
180gasp.dvi: gasp.texi
181
182
183DVIPS = dvips
184
185.texi.info:
186 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
187 $(MAKEINFO) -I $(srcdir) $<
188
189.texi.dvi:
3f9b03b5 190 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
252b5132
RH
191 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
192
193.texi:
194 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
195 $(MAKEINFO) -I $(srcdir) $<
196
197.texinfo.info:
198 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
199 $(MAKEINFO) -I $(srcdir) $<
200
201.texinfo:
202 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
203 $(MAKEINFO) -I $(srcdir) $<
204
205.texinfo.dvi:
3f9b03b5 206 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
252b5132
RH
207 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
208
209.txi.info:
210 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
211 $(MAKEINFO) -I $(srcdir) $<
212
213.txi.dvi:
3f9b03b5 214 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
252b5132
RH
215 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
216
217.txi:
218 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
219 $(MAKEINFO) -I $(srcdir) $<
220.dvi.ps:
221 $(DVIPS) $< -o $@
222
223install-info-am: $(INFO_DEPS)
224 @$(NORMAL_INSTALL)
225 $(mkinstalldirs) $(DESTDIR)$(infodir)
226 @list='$(INFO_DEPS)'; \
227 for file in $$list; do \
228 if test -f $$file; then d=.; else d=$(srcdir); fi; \
3f9b03b5 229 for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
252b5132
RH
230 if test -f $$d/$$ifile; then \
231 echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
232 $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
233 else : ; fi; \
234 done; \
235 done
236 @$(POST_INSTALL)
237 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
238 list='$(INFO_DEPS)'; \
239 for file in $$list; do \
240 echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
241 install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
242 done; \
243 else : ; fi
244
245uninstall-info:
246 $(PRE_UNINSTALL)
247 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
3f9b03b5
AM
248 ii=yes; \
249 else ii=; fi; \
250 list='$(INFO_DEPS)'; \
251 for file in $$list; do \
252 test -z "$ii" \
253 || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
254 done
252b5132 255 @$(NORMAL_UNINSTALL)
3f9b03b5 256 list='$(INFO_DEPS)'; \
252b5132 257 for file in $$list; do \
3f9b03b5 258 (cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
252b5132
RH
259 done
260
261dist-info: $(INFO_DEPS)
262 list='$(INFO_DEPS)'; \
263 for base in $$list; do \
264 if test -f $$base; then d=.; else d=$(srcdir); fi; \
3f9b03b5 265 for file in `cd $$d && eval echo $$base*`; do \
252b5132 266 test -f $(distdir)/$$file \
3f9b03b5 267 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
252b5132
RH
268 || cp -p $$d/$$file $(distdir)/$$file; \
269 done; \
270 done
271
272mostlyclean-aminfo:
3f9b03b5
AM
273 -rm -f as.aux as.cp as.cps as.dvi as.fn as.fns as.ky as.kys as.ps \
274 as.log as.pg as.toc as.tp as.tps as.vr as.vrs as.op as.tr \
275 as.cv as.cn gasp.aux gasp.cp gasp.cps gasp.dvi gasp.fn \
276 gasp.fns gasp.ky gasp.kys gasp.ps gasp.log gasp.pg gasp.toc \
277 gasp.tp gasp.tps gasp.vr gasp.vrs gasp.op gasp.tr gasp.cv \
278 gasp.cn
252b5132
RH
279
280clean-aminfo:
281
282distclean-aminfo:
283
284maintainer-clean-aminfo:
285 for i in $(INFO_DEPS); do \
286 rm -f $$i; \
287 if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
288 rm -f $$i-[0-9]*; \
289 fi; \
290 done
291clean-info: mostlyclean-aminfo
292
293install-man1:
294 $(mkinstalldirs) $(DESTDIR)$(man1dir)
295 @list='$(man1_MANS)'; \
296 l2='$(man_MANS)'; for i in $$l2; do \
297 case "$$i" in \
298 *.1*) list="$$list $$i" ;; \
299 esac; \
300 done; \
301 for i in $$list; do \
302 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
303 else file=$$i; fi; \
304 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
305 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
306 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
307 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
308 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
309 done
310
311uninstall-man1:
312 @list='$(man1_MANS)'; \
313 l2='$(man_MANS)'; for i in $$l2; do \
314 case "$$i" in \
315 *.1*) list="$$list $$i" ;; \
316 esac; \
317 done; \
318 for i in $$list; do \
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 " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
323 rm -f $(DESTDIR)$(man1dir)/$$inst; \
324 done
325install-man: $(MANS)
326 @$(NORMAL_INSTALL)
327 $(MAKE) $(AM_MAKEFLAGS) install-man1
328uninstall-man:
329 @$(NORMAL_UNINSTALL)
330 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
331tags: TAGS
332TAGS:
333
334
335distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
336
3f9b03b5
AM
337subdir = doc
338
252b5132
RH
339distdir: $(DISTFILES)
340 @for file in $(DISTFILES); do \
341 if test -f $$file; then d=.; else d=$(srcdir); fi; \
342 if test -d $$d/$$file; then \
0285c67d 343 cp -pr $$/$$file $(distdir)/$$file; \
252b5132
RH
344 else \
345 test -f $(distdir)/$$file \
3f9b03b5
AM
346 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
347 || cp -p $$d/$$file $(distdir)/$$file || :; \
252b5132
RH
348 fi; \
349 done
350 $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
351info-am: $(INFO_DEPS)
352info: info-am
353dvi-am: $(DVIS)
354dvi: dvi-am
355check-am:
356check: check-am
357installcheck-am:
358installcheck: installcheck-am
359install-info-am:
360install-info: install-info-am
361install-exec-am:
362install-exec: install-exec-am
363
364install-data-am: install-man
365install-data: install-data-am
366
367install-am: all-am
368 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
369install: install-am
370uninstall-am: uninstall-man
371uninstall: uninstall-am
372all-am: Makefile $(MANS)
373all-redirect: all-am
374install-strip:
45f85b08 375 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
252b5132
RH
376installdirs:
377 $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
378
379
380mostlyclean-generic:
381
382clean-generic:
383
384distclean-generic:
385 -rm -f Makefile $(CONFIG_CLEAN_FILES)
386 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
387 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
388
389maintainer-clean-generic:
390 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
391mostlyclean-am: mostlyclean-aminfo mostlyclean-generic
392
393mostlyclean: mostlyclean-am
394
395clean-am: clean-aminfo clean-generic mostlyclean-am
396
397clean: clean-am
398
399distclean-am: distclean-aminfo distclean-generic clean-am
400 -rm -f libtool
401
402distclean: distclean-am
403
404maintainer-clean-am: maintainer-clean-aminfo maintainer-clean-generic \
405 distclean-am
406 @echo "This command is intended for maintainers to use;"
407 @echo "it deletes files that may require special tools to rebuild."
408
409maintainer-clean: maintainer-clean-am
410
411.PHONY: install-info-am uninstall-info mostlyclean-aminfo \
412distclean-aminfo clean-aminfo maintainer-clean-aminfo install-man1 \
413uninstall-man1 install-man uninstall-man tags distdir info-am info \
414dvi-am dvi check check-am installcheck-am installcheck install-info-am \
415install-info install-exec-am install-exec install-data-am install-data \
416install-am install uninstall-am uninstall all-redirect all-am all \
3f9b03b5
AM
417installdirs mostlyclean-generic distclean-generic clean-generic \
418maintainer-clean-generic clean mostlyclean distclean maintainer-clean
252b5132
RH
419
420
421asconfig.texi: $(CONFIG).texi
422 rm -f asconfig.texi
423 ln -s $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
424 || ln $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
425 || cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
426
427gasver.texi: Makefile
428 rm -f $@
429 echo '@set VERSION $(VERSION)' > $@
430
431as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
432as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
433
0285c67d
NC
434# Maintenance
435
436# Build the man page from the texinfo file
437# The sed command removes the no-adjust Nroff command so that
438# the man output looks standard.
439$(srcdir)/as.1: $(srcdir)/as.texinfo
440 touch $(srcdir)/as.1
441 -$(TEXI2POD) $(MANCONF) < $(srcdir)/as.texinfo > as.pod
442 -($(POD2MAN) as.pod | \
443 sed -e '/^.if n .na/d' > $(srcdir)/as.1.T$$$$ && \
444 mv -f $(srcdir)/as.1.T$$$$ $(srcdir)/as.1) || \
445 (rm -f $(srcdir)/as.1.T$$$$ && exit 1)
446
252b5132
RH
447# Tell versions [3.59,3.63) of GNU make to not export all variables.
448# Otherwise a system limit (for SysV at least) may be exceeded.
449.NOEXPORT:
This page took 0.08927 seconds and 4 git commands to generate.