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