]> git.ipfire.org Git - thirdparty/gcc.git/blob - libstdc++-v3/src/Makefile.in
Index: gcc/ChangeLog
[thirdparty/gcc.git] / libstdc++-v3 / src / Makefile.in
1 # Makefile.in generated by automake 1.9.3 from Makefile.am.
2 # @configure_input@
3
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.
9
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.
14
15 @SET_MAKE@
16
17 SOURCES = $(libstdc___la_SOURCES)
18
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 ENABLE_SYMVERS_DARWIN_EXPORT_FALSE = @ENABLE_SYMVERS_DARWIN_EXPORT_FALSE@
137 ENABLE_SYMVERS_DARWIN_EXPORT_TRUE = @ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@
138 ENABLE_SYMVERS_GNU_FALSE = @ENABLE_SYMVERS_GNU_FALSE@
139 ENABLE_SYMVERS_GNU_TRUE = @ENABLE_SYMVERS_GNU_TRUE@
140 EXEEXT = @EXEEXT@
141 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
142 GLIBCXX_BUILD_DEBUG_FALSE = @GLIBCXX_BUILD_DEBUG_FALSE@
143 GLIBCXX_BUILD_DEBUG_TRUE = @GLIBCXX_BUILD_DEBUG_TRUE@
144 GLIBCXX_BUILD_PCH_FALSE = @GLIBCXX_BUILD_PCH_FALSE@
145 GLIBCXX_BUILD_PCH_TRUE = @GLIBCXX_BUILD_PCH_TRUE@
146 GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE = @GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE@
147 GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE = @GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE@
148 GLIBCXX_C_HEADERS_C_FALSE = @GLIBCXX_C_HEADERS_C_FALSE@
149 GLIBCXX_C_HEADERS_C_STD_FALSE = @GLIBCXX_C_HEADERS_C_STD_FALSE@
150 GLIBCXX_C_HEADERS_C_STD_TRUE = @GLIBCXX_C_HEADERS_C_STD_TRUE@
151 GLIBCXX_C_HEADERS_C_TRUE = @GLIBCXX_C_HEADERS_C_TRUE@
152 GLIBCXX_HOSTED_FALSE = @GLIBCXX_HOSTED_FALSE@
153 GLIBCXX_HOSTED_TRUE = @GLIBCXX_HOSTED_TRUE@
154 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
155 INSTALL_DATA = @INSTALL_DATA@
156 INSTALL_PROGRAM = @INSTALL_PROGRAM@
157 INSTALL_SCRIPT = @INSTALL_SCRIPT@
158 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
159 LIBICONV = @LIBICONV@
160 LIBMATHOBJS = @LIBMATHOBJS@
161 LIBOBJS = @LIBOBJS@
162 LIBS = @LIBS@
163 LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
164 LIBTOOL = @LIBTOOL@
165 LN_S = @LN_S@
166 LTLIBOBJS = @LTLIBOBJS@
167 MAINT = @MAINT@
168 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
169 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
170 MAKEINFO = @MAKEINFO@
171 OBJEXT = @OBJEXT@
172 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
173 OPT_LDFLAGS = @OPT_LDFLAGS@
174 OS_INC_SRCDIR = @OS_INC_SRCDIR@
175 PACKAGE = @PACKAGE@
176 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
177 PACKAGE_NAME = @PACKAGE_NAME@
178 PACKAGE_STRING = @PACKAGE_STRING@
179 PACKAGE_TARNAME = @PACKAGE_TARNAME@
180 PACKAGE_VERSION = @PACKAGE_VERSION@
181 PATH_SEPARATOR = @PATH_SEPARATOR@
182 RANLIB = @RANLIB@
183 SECTION_FLAGS = @SECTION_FLAGS@
184 SECTION_LDFLAGS = @SECTION_LDFLAGS@
185 SET_MAKE = @SET_MAKE@
186 SHELL = @SHELL@
187 STRIP = @STRIP@
188 SYMVER_MAP = @SYMVER_MAP@
189 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
190 USE_NLS = @USE_NLS@
191 VERSION = @VERSION@
192 WARN_FLAGS = @WARN_FLAGS@
193 WERROR = @WERROR@
194 ac_ct_AR = @ac_ct_AR@
195 ac_ct_AS = @ac_ct_AS@
196 ac_ct_CC = @ac_ct_CC@
197 ac_ct_CXX = @ac_ct_CXX@
198 ac_ct_RANLIB = @ac_ct_RANLIB@
199 ac_ct_STRIP = @ac_ct_STRIP@
200 am__leading_dot = @am__leading_dot@
201 am__tar = @am__tar@
202 am__untar = @am__untar@
203 baseline_dir = @baseline_dir@
204 bindir = @bindir@
205 build = @build@
206 build_alias = @build_alias@
207 build_cpu = @build_cpu@
208 build_os = @build_os@
209 build_vendor = @build_vendor@
210 check_msgfmt = @check_msgfmt@
211 datadir = @datadir@
212 enable_shared = @enable_shared@
213 enable_static = @enable_static@
214 exec_prefix = @exec_prefix@
215 glibcxx_MOFILES = @glibcxx_MOFILES@
216 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
217 glibcxx_POFILES = @glibcxx_POFILES@
218 glibcxx_builddir = @glibcxx_builddir@
219 glibcxx_localedir = @glibcxx_localedir@
220 glibcxx_prefixdir = @glibcxx_prefixdir@
221 glibcxx_srcdir = @glibcxx_srcdir@
222 glibcxx_thread_h = @glibcxx_thread_h@
223 glibcxx_toolexecdir = @glibcxx_toolexecdir@
224 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
225 gxx_include_dir = @gxx_include_dir@
226 host = @host@
227 host_alias = @host_alias@
228 host_cpu = @host_cpu@
229 host_os = @host_os@
230 host_vendor = @host_vendor@
231 includedir = @includedir@
232 infodir = @infodir@
233 install_sh = @install_sh@
234 libdir = @libdir@
235 libexecdir = @libexecdir@
236 libtool_VERSION = @libtool_VERSION@
237 localstatedir = @localstatedir@
238 mandir = @mandir@
239 mkdir_p = @mkdir_p@
240 multi_basedir = @multi_basedir@
241 oldincludedir = @oldincludedir@
242 port_specific_symbol_files = @port_specific_symbol_files@
243 prefix = @prefix@
244 program_transform_name = @program_transform_name@
245 sbindir = @sbindir@
246 sharedstatedir = @sharedstatedir@
247 sysconfdir = @sysconfdir@
248 target = @target@
249 target_alias = @target_alias@
250 target_cpu = @target_cpu@
251 target_os = @target_os@
252 target_vendor = @target_vendor@
253 toplevel_srcdir = @toplevel_srcdir@
254
255 # May be used by various substitution variables.
256 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
257 MAINT_CHARSET = latin1
258 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
259 PWD_COMMAND = $${PWDCMD-pwd}
260 STAMP = echo timestamp >
261 toolexecdir = $(glibcxx_toolexecdir)
262 toolexeclibdir = $(glibcxx_toolexeclibdir)
263
264 # These bits are all figured out from configure. Look in acinclude.m4
265 # or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
266 CONFIG_CXXFLAGS = \
267 $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS)
268
269 WARN_CXXFLAGS = \
270 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
271
272
273 # -I/-D flags to pass when compiling.
274 AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
275
276 # Cross compiler support.
277 toolexeclib_LTLIBRARIES = libstdc++.la
278 @ENABLE_SYMVERS_DARWIN_EXPORT_FALSE@@ENABLE_SYMVERS_GNU_FALSE@version_arg =
279 @ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@version_arg = -Wl,-exported_symbols_list,libstdc++-symbol.explist
280
281 # Symbol versioning for shared libraries.
282 @ENABLE_SYMVERS_GNU_TRUE@version_arg = -Wl,--version-script=libstdc++-symbol.ver
283 @ENABLE_SYMVERS_DARWIN_EXPORT_FALSE@@ENABLE_SYMVERS_GNU_FALSE@version_dep =
284 @ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@version_dep = libstdc++-symbol.explist
285 @ENABLE_SYMVERS_GNU_TRUE@version_dep = libstdc++-symbol.ver
286
287 # Source files linked in via configuration/make substitution for a
288 # particular host.
289 host_sources = \
290 atomicity.cc \
291 codecvt_members.cc \
292 collate_members.cc \
293 ctype_members.cc \
294 messages_members.cc \
295 monetary_members.cc \
296 numeric_members.cc \
297 time_members.cc
298
299 atomicity_file = ${glibcxx_srcdir}/$(ATOMICITY_SRCDIR)/atomicity.h
300
301 # Source files linked in via configuration/make substitution for a
302 # particular host, but with ad hoc naming rules.
303 host_sources_extra = \
304 basic_file.cc \
305 c++locale.cc
306
307
308 # Sources present in the src directory.
309 sources = \
310 bitmap_allocator.cc \
311 pool_allocator.cc \
312 mt_allocator.cc \
313 codecvt.cc \
314 compatibility.cc \
315 complex_io.cc \
316 ctype.cc \
317 debug.cc \
318 debug_list.cc \
319 functexcept.cc \
320 globals_locale.cc \
321 globals_io.cc \
322 ios.cc \
323 ios_failure.cc \
324 ios_init.cc \
325 ios_locale.cc \
326 limits.cc \
327 list.cc \
328 locale.cc \
329 locale_init.cc \
330 locale_facets.cc \
331 localename.cc \
332 stdexcept.cc \
333 strstream.cc \
334 tree.cc \
335 allocator-inst.cc \
336 concept-inst.cc \
337 fstream-inst.cc \
338 ext-inst.cc \
339 io-inst.cc \
340 istream-inst.cc \
341 istream.cc \
342 locale-inst.cc \
343 locale-misc-inst.cc \
344 misc-inst.cc \
345 ostream-inst.cc \
346 sstream-inst.cc \
347 streambuf-inst.cc \
348 streambuf.cc \
349 string-inst.cc \
350 valarray-inst.cc \
351 wlocale-inst.cc \
352 wstring-inst.cc \
353 ${host_sources} \
354 ${host_sources_extra}
355
356 libstdc___la_SOURCES = $(sources)
357 libstdc___la_LIBADD = \
358 $(top_builddir)/libmath/libmath.la \
359 $(top_builddir)/libsupc++/libsupc++convenience.la
360
361 libstdc___la_DEPENDENCIES = ${version_dep} $(libstdc___la_LIBADD)
362 libstdc___la_LDFLAGS = \
363 -version-info $(libtool_VERSION) ${version_arg} -lm
364
365
366 # Use special rules for the deprecated source files so that they find
367 # deprecated include files.
368 GLIBCXX_INCLUDE_DIR = $(glibcxx_builddir)/include
369
370 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
371 # modified in a per-library or per-sub-library way. Need to manually
372 # set this option because CONFIG_CXXFLAGS has to be after
373 # OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
374 # as the occasion calls for it.
375 AM_CXXFLAGS = \
376 -fno-implicit-templates \
377 $(WARN_CXXFLAGS) \
378 $(OPTIMIZE_CXXFLAGS) \
379 $(CONFIG_CXXFLAGS)
380
381
382 # libstdc++ libtool notes
383
384 # 1) Need to explicitly set LTCXXCOMPILE so that AM_CXXFLAGS is
385 # last. (That way, things like -O2 passed down from the toplevel can
386 # be overridden by --enable-debug.)
387
388 # 2) In general, libtool expects an argument such as `--tag=CXX' when
389 # using the C++ compiler, because that will enable the settings
390 # detected when C++ support was being configured. However, when no
391 # such flag is given in the command line, libtool attempts to figure
392 # it out by matching the compiler name in each configuration section
393 # against a prefix of the command line. The problem is that, if the
394 # compiler name and its initial flags stored in the libtool
395 # configuration file don't match those in the command line, libtool
396 # can't decide which configuration to use, and it gives up. The
397 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
398 # CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
399 # attempt to infer which configuration to use
400 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --mode=compile $(CXX) $(INCLUDES) \
401 $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS)
402
403
404 # 3) We'd have a problem when building the shared libstdc++ object if
405 # the rules automake generates would be used. We cannot allow g++ to
406 # be used since this would add -lstdc++ to the link line which of
407 # course is problematic at this point. So, we get the top-level
408 # directory to configure libstdc++-v3 to use gcc as the C++
409 # compilation driver.
410 CXXLINK = $(LIBTOOL) --tag CXX --mode=link $(CXX) \
411 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LDFLAGS) -o $@
412
413 debugdir = debug
414 all: all-am
415
416 .SUFFIXES:
417 .SUFFIXES: .cc .lo .o .obj
418 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
419 @for dep in $?; do \
420 case '$(am__configure_deps)' in \
421 *$$dep*) \
422 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
423 && exit 0; \
424 exit 1;; \
425 esac; \
426 done; \
427 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/Makefile'; \
428 cd $(top_srcdir) && \
429 $(AUTOMAKE) --foreign --ignore-deps src/Makefile
430 .PRECIOUS: Makefile
431 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
432 @case '$?' in \
433 *config.status*) \
434 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
435 *) \
436 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
437 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
438 esac;
439
440 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
441 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
442
443 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
444 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
445 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
446 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
447 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
448 @$(NORMAL_INSTALL)
449 test -z "$(toolexeclibdir)" || $(mkdir_p) "$(DESTDIR)$(toolexeclibdir)"
450 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
451 if test -f $$p; then \
452 f=$(am__strip_dir) \
453 echo " $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
454 $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(toolexeclibdir)/$$f"; \
455 else :; fi; \
456 done
457
458 uninstall-toolexeclibLTLIBRARIES:
459 @$(NORMAL_UNINSTALL)
460 @set -x; list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
461 p=$(am__strip_dir) \
462 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$p'"; \
463 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$p"; \
464 done
465
466 clean-toolexeclibLTLIBRARIES:
467 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
468 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
469 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
470 test "$$dir" != "$$p" || dir=.; \
471 echo "rm -f \"$${dir}/so_locations\""; \
472 rm -f "$${dir}/so_locations"; \
473 done
474 libstdc++.la: $(libstdc___la_OBJECTS) $(libstdc___la_DEPENDENCIES)
475 $(CXXLINK) -rpath $(toolexeclibdir) $(libstdc___la_LDFLAGS) $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD) $(LIBS)
476
477 mostlyclean-compile:
478 -rm -f *.$(OBJEXT)
479
480 distclean-compile:
481 -rm -f *.tab.c
482
483 .cc.o:
484 $(CXXCOMPILE) -c -o $@ $<
485
486 .cc.obj:
487 $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
488
489 .cc.lo:
490 $(LTCXXCOMPILE) -c -o $@ $<
491
492 mostlyclean-libtool:
493 -rm -f *.lo
494
495 clean-libtool:
496 -rm -rf .libs _libs
497
498 distclean-libtool:
499 -rm -f libtool
500 uninstall-info-am:
501
502 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
503 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
504 unique=`for i in $$list; do \
505 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
506 done | \
507 $(AWK) ' { files[$$0] = 1; } \
508 END { for (i in files) print i; }'`; \
509 mkid -fID $$unique
510 tags: TAGS
511
512 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
513 $(TAGS_FILES) $(LISP)
514 tags=; \
515 here=`pwd`; \
516 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
517 unique=`for i in $$list; do \
518 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
519 done | \
520 $(AWK) ' { files[$$0] = 1; } \
521 END { for (i in files) print i; }'`; \
522 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
523 test -n "$$unique" || unique=$$empty_fix; \
524 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
525 $$tags $$unique; \
526 fi
527 ctags: CTAGS
528 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
529 $(TAGS_FILES) $(LISP)
530 tags=; \
531 here=`pwd`; \
532 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
533 unique=`for i in $$list; do \
534 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
535 done | \
536 $(AWK) ' { files[$$0] = 1; } \
537 END { for (i in files) print i; }'`; \
538 test -z "$(CTAGS_ARGS)$$tags$$unique" \
539 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
540 $$tags $$unique
541
542 GTAGS:
543 here=`$(am__cd) $(top_builddir) && pwd` \
544 && cd $(top_srcdir) \
545 && gtags -i $(GTAGS_ARGS) $$here
546
547 distclean-tags:
548 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
549
550 distdir: $(DISTFILES)
551 $(mkdir_p) $(distdir)/..
552 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
553 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
554 list='$(DISTFILES)'; for file in $$list; do \
555 case $$file in \
556 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
557 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
558 esac; \
559 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
560 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
561 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
562 dir="/$$dir"; \
563 $(mkdir_p) "$(distdir)$$dir"; \
564 else \
565 dir=''; \
566 fi; \
567 if test -d $$d/$$file; then \
568 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
569 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
570 fi; \
571 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
572 else \
573 test -f $(distdir)/$$file \
574 || cp -p $$d/$$file $(distdir)/$$file \
575 || exit 1; \
576 fi; \
577 done
578 check-am: all-am
579 check: check-am
580 all-am: Makefile $(LTLIBRARIES) all-local
581 installdirs:
582 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
583 test -z "$$dir" || $(mkdir_p) "$$dir"; \
584 done
585 install: install-am
586 install-exec: install-exec-am
587 install-data: install-data-am
588 uninstall: uninstall-am
589
590 install-am: all-am
591 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
592
593 installcheck: installcheck-am
594 install-strip:
595 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
596 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
597 `test -z '$(STRIP)' || \
598 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
599 mostlyclean-generic:
600
601 clean-generic:
602
603 distclean-generic:
604 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
605
606 maintainer-clean-generic:
607 @echo "This command is intended for maintainers to use"
608 @echo "it deletes files that may require special tools to rebuild."
609 clean: clean-am
610
611 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
612 mostlyclean-am
613
614 distclean: distclean-am
615 -rm -f Makefile
616 distclean-am: clean-am distclean-compile distclean-generic \
617 distclean-libtool distclean-tags
618
619 dvi: dvi-am
620
621 dvi-am:
622
623 html: html-am
624
625 info: info-am
626
627 info-am:
628
629 install-data-am: install-data-local
630
631 install-exec-am: install-toolexeclibLTLIBRARIES
632
633 install-info: install-info-am
634
635 install-man:
636
637 installcheck-am:
638
639 maintainer-clean: maintainer-clean-am
640 -rm -f Makefile
641 maintainer-clean-am: distclean-am maintainer-clean-generic
642
643 mostlyclean: mostlyclean-am
644
645 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
646 mostlyclean-libtool
647
648 pdf: pdf-am
649
650 pdf-am:
651
652 ps: ps-am
653
654 ps-am:
655
656 uninstall-am: uninstall-info-am uninstall-toolexeclibLTLIBRARIES
657
658 .PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
659 clean-generic clean-libtool clean-toolexeclibLTLIBRARIES ctags \
660 distclean distclean-compile distclean-generic \
661 distclean-libtool distclean-tags distdir dvi dvi-am html \
662 html-am info info-am install install-am install-data \
663 install-data-am install-data-local install-exec \
664 install-exec-am install-info install-info-am install-man \
665 install-strip install-toolexeclibLTLIBRARIES installcheck \
666 installcheck-am installdirs maintainer-clean \
667 maintainer-clean-generic mostlyclean mostlyclean-compile \
668 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
669 tags uninstall uninstall-am uninstall-info-am \
670 uninstall-toolexeclibLTLIBRARIES
671
672 @ENABLE_SYMVERS_GNU_TRUE@libstdc++-symbol.ver: ${glibcxx_srcdir}/$(SYMVER_MAP)
673 @ENABLE_SYMVERS_GNU_TRUE@ cp ${glibcxx_srcdir}/$(SYMVER_MAP) ./libstdc++-symbol.ver
674 @ENABLE_SYMVERS_GNU_TRUE@ if test "x$(port_specific_symbol_files)" != x; then \
675 @ENABLE_SYMVERS_GNU_TRUE@ sed -n '1,/DO NOT DELETE/p' $@ > tmp.top; \
676 @ENABLE_SYMVERS_GNU_TRUE@ sed -n '/DO NOT DELETE/,$$p' $@ > tmp.bottom; \
677 @ENABLE_SYMVERS_GNU_TRUE@ cat tmp.top $(port_specific_symbol_files) tmp.bottom > $@; \
678 @ENABLE_SYMVERS_GNU_TRUE@ rm tmp.top tmp.bottom; \
679 @ENABLE_SYMVERS_GNU_TRUE@ fi
680 @ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@libstdc++-symbol.explist : ${glibcxx_srcdir}/$(SYMVER_MAP) \
681 @ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@ ${glibcxx_srcdir}/scripts/make_exports.pl \
682 @ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@ $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD)
683 @ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@ perl ${glibcxx_srcdir}/scripts/make_exports.pl \
684 @ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@ ${glibcxx_srcdir}/$(SYMVER_MAP) \
685 @ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@ $(libstdc___la_OBJECTS:%.lo=.libs/%.o) \
686 @ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@ `echo $(libstdc___la_LIBADD) | \
687 @ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@ sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \
688 @ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@ > $@ || (rm -f $@ ; exit 1)
689
690 codecvt_members.cc: ${glibcxx_srcdir}/$(CCODECVT_CC)
691 $(LN_S) ${glibcxx_srcdir}/$(CCODECVT_CC) . || true
692
693 collate_members.cc: ${glibcxx_srcdir}/$(CCOLLATE_CC)
694 $(LN_S) ${glibcxx_srcdir}/$(CCOLLATE_CC) . || true
695
696 ctype_members.cc: ${glibcxx_srcdir}/$(CCTYPE_CC)
697 $(LN_S) ${glibcxx_srcdir}/$(CCTYPE_CC) . || true
698
699 messages_members.cc: ${glibcxx_srcdir}/$(CMESSAGES_CC)
700 $(LN_S) ${glibcxx_srcdir}/$(CMESSAGES_CC) . || true
701
702 monetary_members.cc: ${glibcxx_srcdir}/$(CMONEY_CC)
703 $(LN_S) ${glibcxx_srcdir}/$(CMONEY_CC) . || true
704
705 numeric_members.cc: ${glibcxx_srcdir}/$(CNUMERIC_CC)
706 $(LN_S) ${glibcxx_srcdir}/$(CNUMERIC_CC) . || true
707
708 time_members.cc: ${glibcxx_srcdir}/$(CTIME_CC)
709 $(LN_S) ${glibcxx_srcdir}/$(CTIME_CC) . || true
710 atomicity.cc: ${atomicity_file}
711 $(LN_S) ${atomicity_file} ./atomicity.cc || true
712
713 c++locale.cc: ${glibcxx_srcdir}/$(CLOCALE_CC)
714 $(LN_S) ${glibcxx_srcdir}/$(CLOCALE_CC) ./$@ || true
715
716 basic_file.cc: ${glibcxx_srcdir}/$(BASIC_FILE_CC)
717 $(LN_S) ${glibcxx_srcdir}/$(BASIC_FILE_CC) ./$@ || true
718 strstream.lo: strstream.cc
719 $(LTCXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
720 strstream.o: strstream.cc
721 $(CXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
722
723 # Use special rules for the concept-checking instantiations so that all
724 # the generated template functions are also instantiated. Force the checks
725 # to be on so that the instantiations are actually seen.
726 concept-inst.lo: concept-inst.cc
727 $(LTCXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
728 concept-inst.o: concept-inst.cc
729 $(CXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
730
731 # Added bits to build debug library.
732 @GLIBCXX_BUILD_DEBUG_TRUE@all-local: build_debug
733 @GLIBCXX_BUILD_DEBUG_TRUE@install-data-local: install_debug
734 @GLIBCXX_BUILD_DEBUG_FALSE@all-local:
735 @GLIBCXX_BUILD_DEBUG_FALSE@install-data-local:
736
737 # Build parallel set of debug objects here.
738 stamp-debug:
739 if test ! -d ${debugdir}; then \
740 mkdir -p ${debugdir}; \
741 (cd ${debugdir}; \
742 sed -e 's/top_builddir = \.\./top_builddir = ..\/../' \
743 -e 's/srcdir = \.\./srcdir = ..\/../' \
744 -e 's/glibcxx_basedir = \.\./glibcxx_basedir = ..\/../' \
745 -e 's/all-local: build_debug/all-local:/' \
746 -e 's/install-data-local: install_debug/install-data-local:/' \
747 < ../Makefile > Makefile) ; \
748 fi; \
749 echo `date` > stamp-debug;
750
751 build_debug: stamp-debug
752 (cd ${debugdir} && $(MAKE) CXXFLAGS='$(DEBUG_FLAGS)' all)
753
754 # Install debug library here.
755 install_debug:
756 (cd ${debugdir} && $(MAKE) \
757 toolexeclibdir=$(glibcxx_toolexeclibdir)/debug install)
758 # Tell versions [3.59,3.63) of GNU make to not export all variables.
759 # Otherwise a system limit (for SysV at least) may be exceeded.
760 .NOEXPORT: