fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / doc / Makefile.in
blobba8dc1d9aa047cf1ff28e0c37fed32e720523f76
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
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.
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.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
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
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = .
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
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 AR = @AR@
67 AS = @AS@
68 CC = @CC@
69 CC_FOR_BUILD = @CC_FOR_BUILD@
70 CPP = @CPP@
71 EXEEXT = @EXEEXT@
72 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
73 LDFLAGS = @LDFLAGS@
74 MAINT = @MAINT@
75 MAKEINFO = @MAKEINFO@
76 NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
77 OBJEXT = @OBJEXT@
78 PACKAGE = @PACKAGE@
79 RANLIB = @RANLIB@
80 VERSION = @VERSION@
81 aext = @aext@
82 libm_machine_dir = @libm_machine_dir@
83 machine_dir = @machine_dir@
84 newlib_basedir = @newlib_basedir@
85 oext = @oext@
86 sys_dir = @sys_dir@
88 AUTOMAKE_OPTIONS = cygnus
90 # We can't use noinst_PROGRAMS, because automake will add $(EXEEXT).
91 noinst_DATA = makedoc
93 MKDOC = makedoc$(EXEEXT_FOR_BUILD)
95 ACLOCAL_AMFLAGS = -I ..
96 CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
97 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98 mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
99 CONFIG_CLEAN_FILES =
100 DATA = $(noinst_DATA)
102 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in
105 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
107 TAR = gtar
108 GZIP_ENV = --best
109 all: all-redirect
110 .SUFFIXES:
111 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
112 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
114 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
115 cd $(top_builddir) \
116 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
118 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in ../acinclude.m4 \
119 ../aclocal.m4 ../libtool.m4
120 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
122 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
123 $(SHELL) ./config.status --recheck
124 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
125 cd $(srcdir) && $(AUTOCONF)
126 tags: TAGS
127 TAGS:
130 distdir = $(PACKAGE)-$(VERSION)
131 top_distdir = $(distdir)
133 # This target untars the dist file and tries a VPATH configuration. Then
134 # it guarantees that the distribution is self-contained by making another
135 # tarfile.
136 distcheck: dist
137 -rm -rf $(distdir)
138 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
139 mkdir $(distdir)/=build
140 mkdir $(distdir)/=inst
141 dc_install_base=`cd $(distdir)/=inst && pwd`; \
142 cd $(distdir)/=build \
143 && ../configure --srcdir=.. --prefix=$$dc_install_base \
144 && $(MAKE) $(AM_MAKEFLAGS) \
145 && $(MAKE) $(AM_MAKEFLAGS) dvi \
146 && $(MAKE) $(AM_MAKEFLAGS) check \
147 && $(MAKE) $(AM_MAKEFLAGS) install \
148 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
149 && $(MAKE) $(AM_MAKEFLAGS) dist
150 -rm -rf $(distdir)
151 @banner="$(distdir).tar.gz is ready for distribution"; \
152 dashes=`echo "$$banner" | sed s/./=/g`; \
153 echo "$$dashes"; \
154 echo "$$banner"; \
155 echo "$$dashes"
156 dist: distdir
157 -chmod -R a+r $(distdir)
158 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
159 -rm -rf $(distdir)
160 dist-all: distdir
161 -chmod -R a+r $(distdir)
162 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
163 -rm -rf $(distdir)
164 distdir: $(DISTFILES)
165 -rm -rf $(distdir)
166 mkdir $(distdir)
167 -chmod 777 $(distdir)
168 @for file in $(DISTFILES); do \
169 if test -f $$file; then d=.; else d=$(srcdir); fi; \
170 if test -d $$d/$$file; then \
171 cp -pr $$d/$$file $(distdir)/$$file; \
172 else \
173 test -f $(distdir)/$$file \
174 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
175 || cp -p $$d/$$file $(distdir)/$$file || :; \
176 fi; \
177 done
178 info-am:
179 info: info-am
180 dvi-am:
181 dvi: dvi-am
182 check-am:
183 check: check-am
184 installcheck-am:
185 installcheck: installcheck-am
186 install-info-am:
187 install-info: install-info-am
188 install-exec-am:
189 install-exec: install-exec-am
191 install-data-am:
192 install-data: install-data-am
194 install-am: all-am
195 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
196 install: install-am
197 uninstall-am:
198 uninstall: uninstall-am
199 all-am: Makefile $(DATA)
200 all-redirect: all-am
201 install-strip:
202 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
203 installdirs:
206 mostlyclean-generic:
208 clean-generic:
210 distclean-generic:
211 -rm -f Makefile $(CONFIG_CLEAN_FILES)
212 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
214 maintainer-clean-generic:
215 mostlyclean-am: mostlyclean-generic
217 mostlyclean: mostlyclean-am
219 clean-am: clean-generic mostlyclean-am
221 clean: clean-am
223 distclean-am: distclean-generic clean-am
225 distclean: distclean-am
226 -rm -f config.status
228 maintainer-clean-am: maintainer-clean-generic distclean-am
229 @echo "This command is intended for maintainers to use;"
230 @echo "it deletes files that may require special tools to rebuild."
232 maintainer-clean: maintainer-clean-am
233 -rm -f config.status
235 .PHONY: tags distdir info-am info dvi-am dvi check check-am \
236 installcheck-am installcheck install-info-am install-info \
237 install-exec-am install-exec install-data-am install-data install-am \
238 install uninstall-am uninstall all-redirect all-am all installdirs \
239 mostlyclean-generic distclean-generic clean-generic \
240 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
243 # We don't use CFLAGS with CC_FOR_BUILD because here CFLAGS will
244 # actually be CFLAGS_FOR_TARGET, and in some cases that will include
245 # -Os, which CC_FOR_BUILD may not recognize.
247 $(MKDOC): makedoc.o
248 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS) -o $(MKDOC) makedoc.o
250 makedoc.o: makedoc.c
251 $(CC_FOR_BUILD) -g $(CFLAGS_FOR_BUILD) -c $(srcdir)/makedoc.c
253 # Tell versions [3.59,3.63) of GNU make to not export all variables.
254 # Otherwise a system limit (for SysV at least) may be exceeded.
255 .NOEXPORT: