2005-06-28 Paul Brook <paul@codesourcery.com>
[official-gcc.git] / libstdc++-v3 / src / Makefile.in
blob3a0670c8015846f3ae4a05ae3e4f74ddc54d5a3e
1 # Makefile.in generated by automake 1.9.5 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
17 SOURCES = $(libstdc___la_SOURCES)
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 top_builddir = ..
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
40 target_triplet = @target@
41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
42 $(top_srcdir)/fragment.am
43 subdir = src
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/../config/lead-dot.m4 \
46 $(top_srcdir)/../config/no-executables.m4 \
47 $(top_srcdir)/../libtool.m4 $(top_srcdir)/crossconfig.m4 \
48 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
49 $(top_srcdir)/configure.ac
50 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51 $(ACLOCAL_M4)
52 CONFIG_HEADER = $(top_builddir)/config.h
53 CONFIG_CLEAN_FILES =
54 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
55 am__vpath_adj = case $$p in \
56 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
57 *) f=$$p;; \
58 esac;
59 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
60 am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
61 toolexeclibLTLIBRARIES_INSTALL = $(INSTALL)
62 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
63 am__objects_1 = atomicity.lo codecvt_members.lo collate_members.lo \
64 ctype_members.lo messages_members.lo monetary_members.lo \
65 numeric_members.lo time_members.lo
66 am__objects_2 = basic_file.lo c++locale.lo
67 am__objects_3 = bitmap_allocator.lo pool_allocator.lo mt_allocator.lo \
68 codecvt.lo compatibility.lo complex_io.lo ctype.lo debug.lo \
69 debug_list.lo functexcept.lo globals_locale.lo globals_io.lo \
70 ios.lo ios_failure.lo ios_init.lo ios_locale.lo limits.lo \
71 list.lo locale.lo locale_init.lo locale_facets.lo \
72 localename.lo stdexcept.lo strstream.lo tree.lo \
73 allocator-inst.lo concept-inst.lo fstream-inst.lo ext-inst.lo \
74 io-inst.lo istream-inst.lo istream.lo locale-inst.lo \
75 locale-misc-inst.lo misc-inst.lo ostream-inst.lo \
76 sstream-inst.lo streambuf-inst.lo streambuf.lo string-inst.lo \
77 valarray-inst.lo wlocale-inst.lo wstring-inst.lo \
78 $(am__objects_1) $(am__objects_2)
79 am_libstdc___la_OBJECTS = $(am__objects_3)
80 libstdc___la_OBJECTS = $(am_libstdc___la_OBJECTS)
81 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
82 depcomp =
83 am__depfiles_maybe =
84 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
85 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
86 CXXLD = $(CXX)
87 SOURCES = $(libstdc___la_SOURCES)
88 DIST_SOURCES = $(libstdc___la_SOURCES)
89 ETAGS = etags
90 CTAGS = ctags
91 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92 VPATH = $(top_srcdir)/src:$(top_srcdir)
93 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
94 ACLOCAL = @ACLOCAL@
95 ALLOCATOR_H = @ALLOCATOR_H@
96 ALLOCATOR_NAME = @ALLOCATOR_NAME@
97 AMTAR = @AMTAR@
98 AR = @AR@
99 AS = @AS@
100 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
101 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
102 AUTOCONF = @AUTOCONF@
103 AUTOHEADER = @AUTOHEADER@
104 AUTOMAKE = @AUTOMAKE@
105 AWK = @AWK@
106 BASIC_FILE_CC = @BASIC_FILE_CC@
107 BASIC_FILE_H = @BASIC_FILE_H@
108 CC = @CC@
109 CCODECVT_CC = @CCODECVT_CC@
110 CCOLLATE_CC = @CCOLLATE_CC@
111 CCTYPE_CC = @CCTYPE_CC@
112 CFLAGS = @CFLAGS@
113 CLOCALE_CC = @CLOCALE_CC@
114 CLOCALE_H = @CLOCALE_H@
115 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
116 CMESSAGES_CC = @CMESSAGES_CC@
117 CMESSAGES_H = @CMESSAGES_H@
118 CMONEY_CC = @CMONEY_CC@
119 CNUMERIC_CC = @CNUMERIC_CC@
120 CPP = @CPP@
121 CPPFLAGS = @CPPFLAGS@
122 CSTDIO_H = @CSTDIO_H@
123 CTIME_CC = @CTIME_CC@
124 CTIME_H = @CTIME_H@
125 CXX = @CXX@
126 CXXCPP = @CXXCPP@
127 CXXFLAGS = @CXXFLAGS@
128 CYGPATH_W = @CYGPATH_W@
129 C_INCLUDE_DIR = @C_INCLUDE_DIR@
130 DEBUG_FLAGS = @DEBUG_FLAGS@
131 DEFS = @DEFS@
132 ECHO_C = @ECHO_C@
133 ECHO_N = @ECHO_N@
134 ECHO_T = @ECHO_T@
135 EGREP = @EGREP@
136 EXEEXT = @EXEEXT@
137 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
138 GLIBCXX_BUILD_DEBUG_FALSE = @GLIBCXX_BUILD_DEBUG_FALSE@
139 GLIBCXX_BUILD_DEBUG_TRUE = @GLIBCXX_BUILD_DEBUG_TRUE@
140 GLIBCXX_BUILD_PCH_FALSE = @GLIBCXX_BUILD_PCH_FALSE@
141 GLIBCXX_BUILD_PCH_TRUE = @GLIBCXX_BUILD_PCH_TRUE@
142 GLIBCXX_BUILD_VERSIONED_SHLIB_FALSE = @GLIBCXX_BUILD_VERSIONED_SHLIB_FALSE@
143 GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE = @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@
144 GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE = @GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE@
145 GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE = @GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE@
146 GLIBCXX_C_HEADERS_C_FALSE = @GLIBCXX_C_HEADERS_C_FALSE@
147 GLIBCXX_C_HEADERS_C_STD_FALSE = @GLIBCXX_C_HEADERS_C_STD_FALSE@
148 GLIBCXX_C_HEADERS_C_STD_TRUE = @GLIBCXX_C_HEADERS_C_STD_TRUE@
149 GLIBCXX_C_HEADERS_C_TRUE = @GLIBCXX_C_HEADERS_C_TRUE@
150 GLIBCXX_HOSTED_FALSE = @GLIBCXX_HOSTED_FALSE@
151 GLIBCXX_HOSTED_TRUE = @GLIBCXX_HOSTED_TRUE@
152 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
153 INSTALL_DATA = @INSTALL_DATA@
154 INSTALL_PROGRAM = @INSTALL_PROGRAM@
155 INSTALL_SCRIPT = @INSTALL_SCRIPT@
156 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
157 LIBICONV = @LIBICONV@
158 LIBMATHOBJS = @LIBMATHOBJS@
159 LIBOBJS = @LIBOBJS@
160 LIBS = @LIBS@
161 LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
162 LIBTOOL = @LIBTOOL@
163 LN_S = @LN_S@
164 LTLIBOBJS = @LTLIBOBJS@
165 MAINT = @MAINT@
166 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
167 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
168 MAKEINFO = @MAKEINFO@
169 OBJEXT = @OBJEXT@
170 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
171 OPT_LDFLAGS = @OPT_LDFLAGS@
172 OS_INC_SRCDIR = @OS_INC_SRCDIR@
173 PACKAGE = @PACKAGE@
174 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
175 PACKAGE_NAME = @PACKAGE_NAME@
176 PACKAGE_STRING = @PACKAGE_STRING@
177 PACKAGE_TARNAME = @PACKAGE_TARNAME@
178 PACKAGE_VERSION = @PACKAGE_VERSION@
179 PATH_SEPARATOR = @PATH_SEPARATOR@
180 RANLIB = @RANLIB@
181 SECTION_FLAGS = @SECTION_FLAGS@
182 SECTION_LDFLAGS = @SECTION_LDFLAGS@
183 SET_MAKE = @SET_MAKE@
184 SHELL = @SHELL@
185 STRIP = @STRIP@
186 SYMVER_MAP = @SYMVER_MAP@
187 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
188 USE_NLS = @USE_NLS@
189 VERSION = @VERSION@
190 WARN_FLAGS = @WARN_FLAGS@
191 WERROR = @WERROR@
192 ac_ct_AR = @ac_ct_AR@
193 ac_ct_AS = @ac_ct_AS@
194 ac_ct_CC = @ac_ct_CC@
195 ac_ct_CXX = @ac_ct_CXX@
196 ac_ct_RANLIB = @ac_ct_RANLIB@
197 ac_ct_STRIP = @ac_ct_STRIP@
198 am__leading_dot = @am__leading_dot@
199 am__tar = @am__tar@
200 am__untar = @am__untar@
201 baseline_dir = @baseline_dir@
202 bindir = @bindir@
203 build = @build@
204 build_alias = @build_alias@
205 build_cpu = @build_cpu@
206 build_os = @build_os@
207 build_vendor = @build_vendor@
208 check_msgfmt = @check_msgfmt@
209 datadir = @datadir@
210 enable_shared = @enable_shared@
211 enable_static = @enable_static@
212 exec_prefix = @exec_prefix@
213 glibcxx_MOFILES = @glibcxx_MOFILES@
214 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
215 glibcxx_POFILES = @glibcxx_POFILES@
216 glibcxx_builddir = @glibcxx_builddir@
217 glibcxx_localedir = @glibcxx_localedir@
218 glibcxx_prefixdir = @glibcxx_prefixdir@
219 glibcxx_srcdir = @glibcxx_srcdir@
220 glibcxx_thread_h = @glibcxx_thread_h@
221 glibcxx_toolexecdir = @glibcxx_toolexecdir@
222 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
223 gxx_include_dir = @gxx_include_dir@
224 host = @host@
225 host_alias = @host_alias@
226 host_cpu = @host_cpu@
227 host_os = @host_os@
228 host_vendor = @host_vendor@
229 includedir = @includedir@
230 infodir = @infodir@
231 install_sh = @install_sh@
232 libdir = @libdir@
233 libexecdir = @libexecdir@
234 libtool_VERSION = @libtool_VERSION@
235 localstatedir = @localstatedir@
236 mandir = @mandir@
237 mkdir_p = @mkdir_p@
238 multi_basedir = @multi_basedir@
239 oldincludedir = @oldincludedir@
240 port_specific_symbol_files = @port_specific_symbol_files@
241 prefix = @prefix@
242 program_transform_name = @program_transform_name@
243 sbindir = @sbindir@
244 sharedstatedir = @sharedstatedir@
245 sysconfdir = @sysconfdir@
246 target = @target@
247 target_alias = @target_alias@
248 target_cpu = @target_cpu@
249 target_os = @target_os@
250 target_vendor = @target_vendor@
251 toplevel_srcdir = @toplevel_srcdir@
253 # May be used by various substitution variables.
254 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
255 MAINT_CHARSET = latin1
256 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
257 PWD_COMMAND = $${PWDCMD-pwd}
258 STAMP = echo timestamp >
259 toolexecdir = $(glibcxx_toolexecdir)
260 toolexeclibdir = $(glibcxx_toolexeclibdir)
262 # These bits are all figured out from configure. Look in acinclude.m4
263 # or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
264 CONFIG_CXXFLAGS = \
265 $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS)
267 WARN_CXXFLAGS = \
268 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
271 # -I/-D flags to pass when compiling.
272 AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
274 # Cross compiler support.
275 toolexeclib_LTLIBRARIES = libstdc++.la
276 @GLIBCXX_BUILD_VERSIONED_SHLIB_FALSE@version_arg =
278 # Symbol versioning for shared libraries.
279 @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@version_arg = -Wl,--version-script=libstdc++-symbol.ver
280 @GLIBCXX_BUILD_VERSIONED_SHLIB_FALSE@version_dep =
281 @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@version_dep = libstdc++-symbol.ver
283 # Source files linked in via configuration/make substitution for a
284 # particular host.
285 host_sources = \
286 atomicity.cc \
287 codecvt_members.cc \
288 collate_members.cc \
289 ctype_members.cc \
290 messages_members.cc \
291 monetary_members.cc \
292 numeric_members.cc \
293 time_members.cc
295 atomicity_file = ${glibcxx_srcdir}/$(ATOMICITY_SRCDIR)/atomicity.h
297 # Source files linked in via configuration/make substitution for a
298 # particular host, but with ad hoc naming rules.
299 host_sources_extra = \
300 basic_file.cc \
301 c++locale.cc
304 # Sources present in the src directory.
305 sources = \
306 bitmap_allocator.cc \
307 pool_allocator.cc \
308 mt_allocator.cc \
309 codecvt.cc \
310 compatibility.cc \
311 complex_io.cc \
312 ctype.cc \
313 debug.cc \
314 debug_list.cc \
315 functexcept.cc \
316 globals_locale.cc \
317 globals_io.cc \
318 ios.cc \
319 ios_failure.cc \
320 ios_init.cc \
321 ios_locale.cc \
322 limits.cc \
323 list.cc \
324 locale.cc \
325 locale_init.cc \
326 locale_facets.cc \
327 localename.cc \
328 stdexcept.cc \
329 strstream.cc \
330 tree.cc \
331 allocator-inst.cc \
332 concept-inst.cc \
333 fstream-inst.cc \
334 ext-inst.cc \
335 io-inst.cc \
336 istream-inst.cc \
337 istream.cc \
338 locale-inst.cc \
339 locale-misc-inst.cc \
340 misc-inst.cc \
341 ostream-inst.cc \
342 sstream-inst.cc \
343 streambuf-inst.cc \
344 streambuf.cc \
345 string-inst.cc \
346 valarray-inst.cc \
347 wlocale-inst.cc \
348 wstring-inst.cc \
349 ${host_sources} \
350 ${host_sources_extra}
352 libstdc___la_SOURCES = $(sources)
353 libstdc___la_LIBADD = \
354 $(top_builddir)/libmath/libmath.la \
355 $(top_builddir)/libsupc++/libsupc++convenience.la
357 libstdc___la_DEPENDENCIES = ${version_dep} $(libstdc___la_LIBADD)
358 libstdc___la_LDFLAGS = \
359 -version-info $(libtool_VERSION) ${version_arg} -lm
362 # Use special rules for the deprecated source files so that they find
363 # deprecated include files.
364 GLIBCXX_INCLUDE_DIR = $(glibcxx_builddir)/include
366 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
367 # modified in a per-library or per-sub-library way. Need to manually
368 # set this option because CONFIG_CXXFLAGS has to be after
369 # OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
370 # as the occasion calls for it.
371 AM_CXXFLAGS = \
372 -fno-implicit-templates \
373 $(WARN_CXXFLAGS) \
374 $(OPTIMIZE_CXXFLAGS) \
375 $(CONFIG_CXXFLAGS)
378 # libstdc++ libtool notes
380 # 1) Need to explicitly set LTCXXCOMPILE so that AM_CXXFLAGS is
381 # last. (That way, things like -O2 passed down from the toplevel can
382 # be overridden by --enable-debug.)
384 # 2) In general, libtool expects an argument such as `--tag=CXX' when
385 # using the C++ compiler, because that will enable the settings
386 # detected when C++ support was being configured. However, when no
387 # such flag is given in the command line, libtool attempts to figure
388 # it out by matching the compiler name in each configuration section
389 # against a prefix of the command line. The problem is that, if the
390 # compiler name and its initial flags stored in the libtool
391 # configuration file don't match those in the command line, libtool
392 # can't decide which configuration to use, and it gives up. The
393 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
394 # CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
395 # attempt to infer which configuration to use
396 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --mode=compile $(CXX) $(INCLUDES) \
397 $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS)
400 # 3) We'd have a problem when building the shared libstdc++ object if
401 # the rules automake generates would be used. We cannot allow g++ to
402 # be used since this would add -lstdc++ to the link line which of
403 # course is problematic at this point. So, we get the top-level
404 # directory to configure libstdc++-v3 to use gcc as the C++
405 # compilation driver.
406 CXXLINK = $(LIBTOOL) --tag CXX --mode=link $(CXX) \
407 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LDFLAGS) -o $@
409 debugdir = debug
410 all: all-am
412 .SUFFIXES:
413 .SUFFIXES: .cc .lo .o .obj
414 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
415 @for dep in $?; do \
416 case '$(am__configure_deps)' in \
417 *$$dep*) \
418 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
419 && exit 0; \
420 exit 1;; \
421 esac; \
422 done; \
423 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/Makefile'; \
424 cd $(top_srcdir) && \
425 $(AUTOMAKE) --foreign --ignore-deps src/Makefile
426 .PRECIOUS: Makefile
427 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
428 @case '$?' in \
429 *config.status*) \
430 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
431 *) \
432 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
433 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
434 esac;
436 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
437 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
439 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
440 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
441 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
442 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
443 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
444 @$(NORMAL_INSTALL)
445 test -z "$(toolexeclibdir)" || $(mkdir_p) "$(DESTDIR)$(toolexeclibdir)"
446 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
447 if test -f $$p; then \
448 f=$(am__strip_dir) \
449 echo " $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
450 $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(toolexeclibdir)/$$f"; \
451 else :; fi; \
452 done
454 uninstall-toolexeclibLTLIBRARIES:
455 @$(NORMAL_UNINSTALL)
456 @set -x; list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
457 p=$(am__strip_dir) \
458 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$p'"; \
459 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$p"; \
460 done
462 clean-toolexeclibLTLIBRARIES:
463 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
464 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
465 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
466 test "$$dir" != "$$p" || dir=.; \
467 echo "rm -f \"$${dir}/so_locations\""; \
468 rm -f "$${dir}/so_locations"; \
469 done
470 libstdc++.la: $(libstdc___la_OBJECTS) $(libstdc___la_DEPENDENCIES)
471 $(CXXLINK) -rpath $(toolexeclibdir) $(libstdc___la_LDFLAGS) $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD) $(LIBS)
473 mostlyclean-compile:
474 -rm -f *.$(OBJEXT)
476 distclean-compile:
477 -rm -f *.tab.c
479 .cc.o:
480 $(CXXCOMPILE) -c -o $@ $<
482 .cc.obj:
483 $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
485 .cc.lo:
486 $(LTCXXCOMPILE) -c -o $@ $<
488 mostlyclean-libtool:
489 -rm -f *.lo
491 clean-libtool:
492 -rm -rf .libs _libs
494 distclean-libtool:
495 -rm -f libtool
496 uninstall-info-am:
498 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
499 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
500 unique=`for i in $$list; do \
501 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
502 done | \
503 $(AWK) ' { files[$$0] = 1; } \
504 END { for (i in files) print i; }'`; \
505 mkid -fID $$unique
506 tags: TAGS
508 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
509 $(TAGS_FILES) $(LISP)
510 tags=; \
511 here=`pwd`; \
512 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
513 unique=`for i in $$list; do \
514 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
515 done | \
516 $(AWK) ' { files[$$0] = 1; } \
517 END { for (i in files) print i; }'`; \
518 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
519 test -n "$$unique" || unique=$$empty_fix; \
520 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
521 $$tags $$unique; \
523 ctags: CTAGS
524 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
525 $(TAGS_FILES) $(LISP)
526 tags=; \
527 here=`pwd`; \
528 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
529 unique=`for i in $$list; do \
530 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
531 done | \
532 $(AWK) ' { files[$$0] = 1; } \
533 END { for (i in files) print i; }'`; \
534 test -z "$(CTAGS_ARGS)$$tags$$unique" \
535 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
536 $$tags $$unique
538 GTAGS:
539 here=`$(am__cd) $(top_builddir) && pwd` \
540 && cd $(top_srcdir) \
541 && gtags -i $(GTAGS_ARGS) $$here
543 distclean-tags:
544 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
546 distdir: $(DISTFILES)
547 $(mkdir_p) $(distdir)/..
548 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
549 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
550 list='$(DISTFILES)'; for file in $$list; do \
551 case $$file in \
552 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
553 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
554 esac; \
555 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
556 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
557 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
558 dir="/$$dir"; \
559 $(mkdir_p) "$(distdir)$$dir"; \
560 else \
561 dir=''; \
562 fi; \
563 if test -d $$d/$$file; then \
564 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
565 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
566 fi; \
567 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
568 else \
569 test -f $(distdir)/$$file \
570 || cp -p $$d/$$file $(distdir)/$$file \
571 || exit 1; \
572 fi; \
573 done
574 check-am: all-am
575 check: check-am
576 all-am: Makefile $(LTLIBRARIES) all-local
577 installdirs:
578 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
579 test -z "$$dir" || $(mkdir_p) "$$dir"; \
580 done
581 install: install-am
582 install-exec: install-exec-am
583 install-data: install-data-am
584 uninstall: uninstall-am
586 install-am: all-am
587 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
589 installcheck: installcheck-am
590 install-strip:
591 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
592 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
593 `test -z '$(STRIP)' || \
594 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
595 mostlyclean-generic:
597 clean-generic:
599 distclean-generic:
600 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
602 maintainer-clean-generic:
603 @echo "This command is intended for maintainers to use"
604 @echo "it deletes files that may require special tools to rebuild."
605 clean: clean-am
607 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
608 mostlyclean-am
610 distclean: distclean-am
611 -rm -f Makefile
612 distclean-am: clean-am distclean-compile distclean-generic \
613 distclean-libtool distclean-tags
615 dvi: dvi-am
617 dvi-am:
619 html: html-am
621 info: info-am
623 info-am:
625 install-data-am: install-data-local
627 install-exec-am: install-toolexeclibLTLIBRARIES
629 install-info: install-info-am
631 install-man:
633 installcheck-am:
635 maintainer-clean: maintainer-clean-am
636 -rm -f Makefile
637 maintainer-clean-am: distclean-am maintainer-clean-generic
639 mostlyclean: mostlyclean-am
641 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
642 mostlyclean-libtool
644 pdf: pdf-am
646 pdf-am:
648 ps: ps-am
650 ps-am:
652 uninstall-am: uninstall-info-am uninstall-toolexeclibLTLIBRARIES
654 .PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
655 clean-generic clean-libtool clean-toolexeclibLTLIBRARIES ctags \
656 distclean distclean-compile distclean-generic \
657 distclean-libtool distclean-tags distdir dvi dvi-am html \
658 html-am info info-am install install-am install-data \
659 install-data-am install-data-local install-exec \
660 install-exec-am install-info install-info-am install-man \
661 install-strip install-toolexeclibLTLIBRARIES installcheck \
662 installcheck-am installdirs maintainer-clean \
663 maintainer-clean-generic mostlyclean mostlyclean-compile \
664 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
665 tags uninstall uninstall-am uninstall-info-am \
666 uninstall-toolexeclibLTLIBRARIES
668 @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@libstdc++-symbol.ver: ${glibcxx_srcdir}/$(SYMVER_MAP)
669 @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@ cp ${glibcxx_srcdir}/$(SYMVER_MAP) ./libstdc++-symbol.ver
670 @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@ if test "x$(port_specific_symbol_files)" != x; then \
671 @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@ sed -n '1,/DO NOT DELETE/p' $@ > tmp.top; \
672 @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@ sed -n '/DO NOT DELETE/,$$p' $@ > tmp.bottom; \
673 @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@ cat tmp.top $(port_specific_symbol_files) tmp.bottom > $@; \
674 @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@ rm tmp.top tmp.bottom; \
675 @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@ fi
677 codecvt_members.cc: ${glibcxx_srcdir}/$(CCODECVT_CC)
678 $(LN_S) ${glibcxx_srcdir}/$(CCODECVT_CC) . || true
680 collate_members.cc: ${glibcxx_srcdir}/$(CCOLLATE_CC)
681 $(LN_S) ${glibcxx_srcdir}/$(CCOLLATE_CC) . || true
683 ctype_members.cc: ${glibcxx_srcdir}/$(CCTYPE_CC)
684 $(LN_S) ${glibcxx_srcdir}/$(CCTYPE_CC) . || true
686 messages_members.cc: ${glibcxx_srcdir}/$(CMESSAGES_CC)
687 $(LN_S) ${glibcxx_srcdir}/$(CMESSAGES_CC) . || true
689 monetary_members.cc: ${glibcxx_srcdir}/$(CMONEY_CC)
690 $(LN_S) ${glibcxx_srcdir}/$(CMONEY_CC) . || true
692 numeric_members.cc: ${glibcxx_srcdir}/$(CNUMERIC_CC)
693 $(LN_S) ${glibcxx_srcdir}/$(CNUMERIC_CC) . || true
695 time_members.cc: ${glibcxx_srcdir}/$(CTIME_CC)
696 $(LN_S) ${glibcxx_srcdir}/$(CTIME_CC) . || true
697 atomicity.cc: ${atomicity_file}
698 $(LN_S) ${atomicity_file} ./atomicity.cc || true
700 c++locale.cc: ${glibcxx_srcdir}/$(CLOCALE_CC)
701 $(LN_S) ${glibcxx_srcdir}/$(CLOCALE_CC) ./$@ || true
703 basic_file.cc: ${glibcxx_srcdir}/$(BASIC_FILE_CC)
704 $(LN_S) ${glibcxx_srcdir}/$(BASIC_FILE_CC) ./$@ || true
705 strstream.lo: strstream.cc
706 $(LTCXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
707 strstream.o: strstream.cc
708 $(CXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
710 # Use special rules for the concept-checking instantiations so that all
711 # the generated template functions are also instantiated. Force the checks
712 # to be on so that the instantiations are actually seen.
713 concept-inst.lo: concept-inst.cc
714 $(LTCXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
715 concept-inst.o: concept-inst.cc
716 $(CXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
718 # Added bits to build debug library.
719 @GLIBCXX_BUILD_DEBUG_TRUE@all-local: build_debug
720 @GLIBCXX_BUILD_DEBUG_TRUE@install-data-local: install_debug
721 @GLIBCXX_BUILD_DEBUG_FALSE@all-local:
722 @GLIBCXX_BUILD_DEBUG_FALSE@install-data-local:
724 # Build parallel set of debug objects here.
725 stamp-debug:
726 if test ! -d ${debugdir}; then \
727 mkdir -p ${debugdir}; \
728 (cd ${debugdir}; \
729 sed -e 's/top_builddir = \.\./top_builddir = ..\/../' \
730 -e 's/srcdir = \.\./srcdir = ..\/../' \
731 -e 's/glibcxx_basedir = \.\./glibcxx_basedir = ..\/../' \
732 -e 's/all-local: build_debug/all-local:/' \
733 -e 's/install-data-local: install_debug/install-data-local:/' \
734 < ../Makefile > Makefile) ; \
735 fi; \
736 echo `date` > stamp-debug;
738 build_debug: stamp-debug
739 (cd ${debugdir} && $(MAKE) CXXFLAGS='$(DEBUG_FLAGS)' all)
741 # Install debug library here.
742 install_debug:
743 (cd ${debugdir} && $(MAKE) \
744 toolexeclibdir=$(glibcxx_toolexeclibdir)/debug install)
745 # Tell versions [3.59,3.63) of GNU make to not export all variables.
746 # Otherwise a system limit (for SysV at least) may be exceeded.
747 .NOEXPORT: