* config/avr/avr.md ("mcu_enhanced"): New attribute.
[official-gcc.git] / libstdc++-v3 / Makefile.in
blob0550a268cd147e95f9e6c4ba4437b10b0c36c7a2
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 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 CPP = @CPP@
70 CPU_FLAGS = @CPU_FLAGS@
71 CSHADOWFLAGS = @CSHADOWFLAGS@
72 CXX = @CXX@
73 CXXCPP = @CXXCPP@
74 DEBUG_FLAGS = @DEBUG_FLAGS@
75 DLLTOOL = @DLLTOOL@
76 EXEEXT = @EXEEXT@
77 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
78 GCC_OBJDIR = @GCC_OBJDIR@
79 GCJ = @GCJ@
80 GCJFLAGS = @GCJFLAGS@
81 GLIBCPP_CFLAGS = @GLIBCPP_CFLAGS@
82 GLIBCPP_CXXFLAGS = @GLIBCPP_CXXFLAGS@
83 LIBMATHOBJS = @LIBMATHOBJS@
84 LIBSTRINGOBJS = @LIBSTRINGOBJS@
85 LIBTOOL = @LIBTOOL@
86 LN_S = @LN_S@
87 MAINT = @MAINT@
88 MAKEINFO = @MAKEINFO@
89 OBJDUMP = @OBJDUMP@
90 OBJEXT = @OBJEXT@
91 OPT_LDFLAGS = @OPT_LDFLAGS@
92 PACKAGE = @PACKAGE@
93 RANLIB = @RANLIB@
94 SECTION_FLAGS = @SECTION_FLAGS@
95 SECTION_LDFLAGS = @SECTION_LDFLAGS@
96 STRIP = @STRIP@
97 THREADDEPS = @THREADDEPS@
98 THREADINCS = @THREADINCS@
99 THREADLIBS = @THREADLIBS@
100 THREADOBJS = @THREADOBJS@
101 THREADSPEC = @THREADSPEC@
102 USE_COMPLEX_LONG_DOUBLE = @USE_COMPLEX_LONG_DOUBLE@
103 VERSION = @VERSION@
104 WERROR = @WERROR@
105 WFMT_FLAGS = @WFMT_FLAGS@
106 cpu_include_dir = @cpu_include_dir@
107 ctype_include_dir = @ctype_include_dir@
108 glibcpp_basedir = @glibcpp_basedir@
109 ifGNUmake = @ifGNUmake@
110 libinst_wstring_la = @libinst_wstring_la@
112 AUTOMAKE_OPTIONS = 1.3 cygnus
113 MAINT_CHARSET = latin1
115 # This helps subvert libstdcxx_interface, as calculated by devo/config.if
116 # Needed so that g++ can find the correct include subdir automatically.
117 INTERFACE = v3
118 gxx_include_dir = $(includedir)/g++
120 SUBDIRS = math libio src
122 #all-local: stamp-rebuild
124 # This has already been sanity-checked by configure to a certain extent
125 #stamp-rebuild: $(top_builddir)/config.status
126 # if test "$(GCC_OBJDIR)" != "no"; then \
127 # (cd "$(GCC_OBJDIR)/gcc" && \
128 # if test -f libgcc2.ready ; then \
129 # rm -f libgcc2.ready libgcc.a libgcc2.a ; \
130 # $(MAKE) libgcc2.a TARGET_LIBGCC2_CFLAGS='@NAMESPACES@' ; \
131 # $(MAKE) libgcc.a ; \
132 # else \
133 # echo '** There does not appear to be a previously-built' ; \
134 # echo '** library here. Please see' ; \
135 # echo '** <http://sourceware.cygnus.com/libstdc++/install.html>' ; \
136 # echo '** In particular, the "Building and Installing' ; \
137 # echo '** the library (without GCC sources)" section.' ; \
138 # exit 1 ; \
139 # fi \
140 # ) \
141 # fi
142 # touch stamp-rebuild
144 # Multilib support.
145 MAKEOVERRIDES =
147 # Multilib variables.
148 MULTISRCTOP =
149 MULTIBUILDTOP =
150 MULTIDIRS =
151 MULTISUBDIR =
152 MULTIDO = true
153 MULTICLEAN = true
155 # Work around what appears to be a GNU make bug handling MAKEFLAGS
156 # values defined in terms of make variables, as is the case for CC and
157 # friends when we are called from the top level Makefile.
158 AM_MAKEFLAGS = "AR_FLAGS=$(AR_FLAGS)" "CC_FOR_BUILD=$(CC_FOR_BUILD)" "CC_FOR_TARGET=$(CC_FOR_TARGET)" "CFLAGS=$(CFLAGS)" "CXXFLAGS=$(CXXFLAGS)" "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" "INSTALL=$(INSTALL)" "INSTALL_DATA=$(INSTALL_DATA)" "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" "LDFLAGS=$(LDFLAGS)" "LIBCFLAGS=$(LIBCFLAGS)" "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" "MAKE=$(MAKE)" "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" "PICFLAG=$(PICFLAG)" "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" "SHELL=$(SHELL)" "EXPECT=$(EXPECT)" "RUNTEST=$(RUNTEST)" "RUNTESTFLAGS=$(RUNTESTFLAGS)" "exec_prefix=$(exec_prefix)" "infodir=$(infodir)" "libdir=$(libdir)" "includedir=$(includedir)" "prefix=$(prefix)" "tooldir=$(tooldir)" "AR=$(AR)" "AS=$(AS)" "CC=$(CC)" "CXX=$(CXX)" "LD=$(LD)" "LIBCFLAGS=$(LIBCFLAGS)" "PICFLAG=$(PICFLAG)" "RANLIB=$(RANLIB)" "NM=$(NM)" "NM_FOR_BUILD=$(NM_FOR_BUILD)" "NM_FOR_TARGET=$(NM_FOR_TARGET)" "DESTDIR=$(DESTDIR)" "WERROR=$(WERROR)"
160 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
161 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
162 CONFIG_HEADER = config.h
163 CONFIG_CLEAN_FILES = mkcheck
164 DIST_COMMON = README ./stamp-h.in ChangeLog Makefile.am Makefile.in \
165 acconfig.h acinclude.m4 aclocal.m4 config.h.in configure configure.in \
166 mkcheck.in
169 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
171 TAR = gtar
172 GZIP_ENV = --best
173 all: all-redirect
174 .SUFFIXES:
175 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
176 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
178 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
179 cd $(top_builddir) \
180 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
182 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
183 cd $(srcdir) && $(ACLOCAL)
185 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
186 $(SHELL) ./config.status --recheck
187 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
188 cd $(srcdir) && $(AUTOCONF)
190 config.h: stamp-h
191 @if test ! -f $@; then \
192 rm -f stamp-h; \
193 $(MAKE) stamp-h; \
194 else :; fi
195 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
196 cd $(top_builddir) \
197 && CONFIG_FILES= CONFIG_HEADERS=config.h \
198 $(SHELL) ./config.status
199 @echo timestamp > stamp-h 2> /dev/null
200 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
201 @if test ! -f $@; then \
202 rm -f $(srcdir)/stamp-h.in; \
203 $(MAKE) $(srcdir)/stamp-h.in; \
204 else :; fi
205 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
206 cd $(top_srcdir) && $(AUTOHEADER)
207 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
209 mostlyclean-hdr:
211 clean-hdr:
213 distclean-hdr:
214 -rm -f config.h
216 maintainer-clean-hdr:
217 mkcheck: $(top_builddir)/config.status mkcheck.in
218 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
220 # This directory's subdirectories are mostly independent; you can cd
221 # into them and run `make' without going through this Makefile.
222 # To change the values of `make' variables: instead of editing Makefiles,
223 # (1) if the variable is set in `config.status', edit `config.status'
224 # (which will cause the Makefiles to be regenerated when you run `make');
225 # (2) otherwise, pass the desired values on the `make' command line.
227 @SET_MAKE@
229 all-recursive install-data-recursive install-exec-recursive \
230 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
231 check-recursive installcheck-recursive info-recursive dvi-recursive:
232 @set fnord $(MAKEFLAGS); amf=$$2; \
233 dot_seen=no; \
234 target=`echo $@ | sed s/-recursive//`; \
235 list='$(SUBDIRS)'; for subdir in $$list; do \
236 echo "Making $$target in $$subdir"; \
237 if test "$$subdir" = "."; then \
238 dot_seen=yes; \
239 local_target="$$target-am"; \
240 else \
241 local_target="$$target"; \
242 fi; \
243 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
244 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
245 done; \
246 if test "$$dot_seen" = "no"; then \
247 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
248 fi; test -z "$$fail"
250 mostlyclean-recursive clean-recursive distclean-recursive \
251 maintainer-clean-recursive:
252 @set fnord $(MAKEFLAGS); amf=$$2; \
253 dot_seen=no; \
254 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
255 rev="$$subdir $$rev"; \
256 test "$$subdir" = "." && dot_seen=yes; \
257 done; \
258 test "$$dot_seen" = "no" && rev=". $$rev"; \
259 target=`echo $@ | sed s/-recursive//`; \
260 for subdir in $$rev; do \
261 echo "Making $$target in $$subdir"; \
262 if test "$$subdir" = "."; then \
263 local_target="$$target-am"; \
264 else \
265 local_target="$$target"; \
266 fi; \
267 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
268 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
269 done && test -z "$$fail"
270 tags-recursive:
271 list='$(SUBDIRS)'; for subdir in $$list; do \
272 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
273 done
275 tags: TAGS
277 ID: $(HEADERS) $(SOURCES) $(LISP)
278 list='$(SOURCES) $(HEADERS)'; \
279 unique=`for i in $$list; do echo $$i; done | \
280 awk ' { files[$$0] = 1; } \
281 END { for (i in files) print i; }'`; \
282 here=`pwd` && cd $(srcdir) \
283 && mkid -f$$here/ID $$unique $(LISP)
285 mostlyclean-tags:
287 clean-tags:
289 distclean-tags:
290 -rm -f TAGS ID
292 maintainer-clean-tags:
294 distdir = $(PACKAGE)-$(VERSION)
295 top_distdir = $(distdir)
297 # This target untars the dist file and tries a VPATH configuration. Then
298 # it guarantees that the distribution is self-contained by making another
299 # tarfile.
300 distcheck: dist
301 -rm -rf $(distdir)
302 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
303 mkdir $(distdir)/=build
304 mkdir $(distdir)/=inst
305 dc_install_base=`cd $(distdir)/=inst && pwd`; \
306 cd $(distdir)/=build \
307 && ../configure --srcdir=.. --prefix=$$dc_install_base \
308 && $(MAKE) $(AM_MAKEFLAGS) \
309 && $(MAKE) $(AM_MAKEFLAGS) dvi \
310 && $(MAKE) $(AM_MAKEFLAGS) check \
311 && $(MAKE) $(AM_MAKEFLAGS) install \
312 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
313 && $(MAKE) $(AM_MAKEFLAGS) dist
314 -rm -rf $(distdir)
315 @banner="$(distdir).tar.gz is ready for distribution"; \
316 dashes=`echo "$$banner" | sed s/./=/g`; \
317 echo "$$dashes"; \
318 echo "$$banner"; \
319 echo "$$dashes"
320 dist: distdir
321 -chmod -R a+r $(distdir)
322 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
323 -rm -rf $(distdir)
324 dist-all: distdir
325 -chmod -R a+r $(distdir)
326 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
327 -rm -rf $(distdir)
328 distdir: $(DISTFILES)
329 -rm -rf $(distdir)
330 mkdir $(distdir)
331 -chmod 777 $(distdir)
332 @for file in $(DISTFILES); do \
333 if test -f $$file; then d=.; else d=$(srcdir); fi; \
334 if test -d $$d/$$file; then \
335 cp -pr $$d/$$file $(distdir)/$$file; \
336 else \
337 test -f $(distdir)/$$file \
338 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
339 || cp -p $$d/$$file $(distdir)/$$file || :; \
340 fi; \
341 done
342 for subdir in $(SUBDIRS); do \
343 if test "$$subdir" = .; then :; else \
344 test -d $(distdir)/$$subdir \
345 || mkdir $(distdir)/$$subdir \
346 || exit 1; \
347 chmod 777 $(distdir)/$$subdir; \
348 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
349 || exit 1; \
350 fi; \
351 done
352 info-am:
353 info: info-recursive
354 dvi-am:
355 dvi: dvi-recursive
356 check-am:
357 check: check-recursive
358 installcheck-am:
359 installcheck: installcheck-recursive
360 install-info-am:
361 install-info: install-info-recursive
362 all-recursive-am: config.h
363 $(MAKE) $(AM_MAKEFLAGS) all-recursive
365 install-exec-am:
366 install-exec: install-exec-recursive
368 install-data-am:
369 install-data: install-data-recursive
371 install-am: all-am
372 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
373 install: install-recursive
374 uninstall-am:
375 uninstall: uninstall-recursive
376 all-am: Makefile config.h
377 all-redirect: all-recursive-am
378 install-strip:
379 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
380 installdirs: installdirs-recursive
381 installdirs-am:
384 mostlyclean-generic:
386 clean-generic:
388 distclean-generic:
389 -rm -f Makefile $(CONFIG_CLEAN_FILES)
390 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
392 maintainer-clean-generic:
393 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
395 mostlyclean: mostlyclean-recursive
397 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
399 clean: clean-recursive
401 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
402 -rm -f libtool
404 distclean: distclean-recursive
405 -rm -f config.status
407 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
408 maintainer-clean-generic distclean-am
409 @echo "This command is intended for maintainers to use;"
410 @echo "it deletes files that may require special tools to rebuild."
412 maintainer-clean: maintainer-clean-recursive
413 -rm -f config.status
415 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
416 install-data-recursive uninstall-data-recursive install-exec-recursive \
417 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
418 all-recursive check-recursive installcheck-recursive info-recursive \
419 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
420 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
421 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
422 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
423 install-info all-recursive-am install-exec-am install-exec \
424 install-data-am install-data install-am install uninstall-am uninstall \
425 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
426 distclean-generic clean-generic maintainer-clean-generic clean \
427 mostlyclean distclean maintainer-clean
430 # Use $(blddir) instead of $(top_builddir) for arguments to "mkcheck"
431 # because then the paths will be full pathnames, not relative
432 # pathnames. (-Wl,--rpath seems to like this better.)
433 check: $(top_builddir)/mkcheck
434 chmod +x $(top_builddir)/mkcheck
435 $(top_builddir)/mkcheck 0 `pwd` $(top_srcdir)
437 check-install: $(top_builddir)/mkcheck
438 chmod +x $(top_builddir)/mkcheck
439 $(top_builddir)/mkcheck 1 `pwd` $(top_srcdir) $(prefix)
441 # Multilib Makefile bits.
442 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
443 maintainer-clean-multi
445 all-am: all-multi
446 install-am: install-multi
447 mostlyclean-am: mostlyclean-multi
448 clean-am: clean-multi
449 distclean-am: distclean-multi
450 maintainer-clean-am: maintainer-clean-multi
452 all-multi:
453 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
454 install-multi:
455 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
456 mostlyclean-multi:
457 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
458 clean-multi:
459 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
460 distclean-multi:
461 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
462 maintainer-clean-multi:
463 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
465 # All the machinations with string instantiations messes up the
466 # automake-generated TAGS rule. Make a simple one here.
467 TAGS: tags-recursive $(LISP)
469 # Tell versions [3.59,3.63) of GNU make to not export all variables.
470 # Otherwise a system limit (for SysV at least) may be exceeded.
471 .NOEXPORT: