]> git.ipfire.org Git - thirdparty/gcc.git/blob - libstdc++-v3/src/Makefile.in
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / libstdc++-v3 / src / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
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 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28 }
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 target_triplet = @target@
92 subdir = src
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
95 $(top_srcdir)/../config/enable.m4 \
96 $(top_srcdir)/../config/futex.m4 \
97 $(top_srcdir)/../config/hwcaps.m4 \
98 $(top_srcdir)/../config/iconv.m4 \
99 $(top_srcdir)/../config/lead-dot.m4 \
100 $(top_srcdir)/../config/lib-ld.m4 \
101 $(top_srcdir)/../config/lib-link.m4 \
102 $(top_srcdir)/../config/lib-prefix.m4 \
103 $(top_srcdir)/../config/lthostflags.m4 \
104 $(top_srcdir)/../config/multi.m4 \
105 $(top_srcdir)/../config/no-executables.m4 \
106 $(top_srcdir)/../config/override.m4 \
107 $(top_srcdir)/../config/stdint.m4 \
108 $(top_srcdir)/../config/unwind_ipinfo.m4 \
109 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
110 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
111 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
112 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
113 $(top_srcdir)/../config/gc++filt.m4 \
114 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../config/gthr.m4 \
115 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
116 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
117 $(ACLOCAL_M4)
118 DIST_COMMON = $(srcdir)/Makefile.am
119 CONFIG_HEADER = $(top_builddir)/config.h
120 CONFIG_CLEAN_FILES =
121 CONFIG_CLEAN_VPATH_FILES =
122 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
123 am__vpath_adj = case $$p in \
124 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
125 *) f=$$p;; \
126 esac;
127 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
128 am__install_max = 40
129 am__nobase_strip_setup = \
130 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
131 am__nobase_strip = \
132 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
133 am__nobase_list = $(am__nobase_strip_setup); \
134 for p in $$list; do echo "$$p $$p"; done | \
135 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
136 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
137 if (++n[$$2] == $(am__install_max)) \
138 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
139 END { for (dir in files) print dir, files[dir] }'
140 am__base_list = \
141 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
142 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
143 am__uninstall_files_from_dir = { \
144 test -z "$$files" \
145 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
146 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
147 $(am__cd) "$$dir" && rm -f $$files; }; \
148 }
149 am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
150 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
151 am__DEPENDENCIES_1 =
152 @GLIBCXX_LDBL_COMPAT_TRUE@am__objects_1 = compatibility-ldbl.lo
153 am__objects_2 = compatibility.lo compatibility-debug_list.lo \
154 compatibility-debug_list-2.lo $(am__objects_1)
155 am__objects_3 = compatibility-c++0x.lo compatibility-atomic-c++0x.lo \
156 compatibility-thread-c++0x.lo compatibility-chrono.lo \
157 compatibility-condvar.lo
158 am_libstdc___la_OBJECTS = $(am__objects_2) $(am__objects_3)
159 libstdc___la_OBJECTS = $(am_libstdc___la_OBJECTS)
160 @VTV_CYGMIN_FALSE@am_libstdc___la_rpath = -rpath $(toolexeclibdir)
161 @VTV_CYGMIN_TRUE@am_libstdc___la_rpath = -rpath $(toolexeclibdir)
162 libvtv_la_LIBADD =
163 @VTV_CYGMIN_TRUE@am_libvtv_la_OBJECTS = vtv_stubs.lo
164 libvtv_la_OBJECTS = $(am_libvtv_la_OBJECTS)
165 @VTV_CYGMIN_TRUE@am_libvtv_la_rpath = -rpath $(toolexeclibdir)
166 AM_V_P = $(am__v_P_@AM_V@)
167 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
168 am__v_P_0 = false
169 am__v_P_1 = :
170 AM_V_GEN = $(am__v_GEN_@AM_V@)
171 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
172 am__v_GEN_0 = @echo " GEN " $@;
173 am__v_GEN_1 =
174 AM_V_at = $(am__v_at_@AM_V@)
175 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
176 am__v_at_0 = @
177 am__v_at_1 =
178 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
179 depcomp =
180 am__depfiles_maybe =
181 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
182 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
183 AM_V_lt = $(am__v_lt_@AM_V@)
184 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
185 am__v_lt_0 = --silent
186 am__v_lt_1 =
187 AM_V_CXX = $(am__v_CXX_@AM_V@)
188 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
189 am__v_CXX_0 = @echo " CXX " $@;
190 am__v_CXX_1 =
191 CXXLD = $(CXX)
192 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
193 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
194 am__v_CXXLD_0 = @echo " CXXLD " $@;
195 am__v_CXXLD_1 =
196 SOURCES = $(libstdc___la_SOURCES) $(libvtv_la_SOURCES)
197 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
198 ctags-recursive dvi-recursive html-recursive info-recursive \
199 install-data-recursive install-dvi-recursive \
200 install-exec-recursive install-html-recursive \
201 install-info-recursive install-pdf-recursive \
202 install-ps-recursive install-recursive installcheck-recursive \
203 installdirs-recursive pdf-recursive ps-recursive \
204 tags-recursive uninstall-recursive
205 am__can_run_installinfo = \
206 case $$AM_UPDATE_INFO_DIR in \
207 n|no|NO) false;; \
208 *) (install-info --version) >/dev/null 2>&1;; \
209 esac
210 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
211 distclean-recursive maintainer-clean-recursive
212 am__recursive_targets = \
213 $(RECURSIVE_TARGETS) \
214 $(RECURSIVE_CLEAN_TARGETS) \
215 $(am__extra_recursive_targets)
216 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS
217 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
218 # Read a list of newline-separated strings from the standard input,
219 # and print each of them once, without duplicates. Input order is
220 # *not* preserved.
221 am__uniquify_input = $(AWK) '\
222 BEGIN { nonempty = 0; } \
223 { items[$$0] = 1; nonempty = 1; } \
224 END { if (nonempty) { for (i in items) print i; }; } \
225 '
226 # Make sure the list of sources is unique. This is necessary because,
227 # e.g., the same source file might be shared among _SOURCES variables
228 # for different programs/libraries.
229 am__define_uniq_tagged_files = \
230 list='$(am__tagged_files)'; \
231 unique=`for i in $$list; do \
232 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
233 done | $(am__uniquify_input)`
234 ETAGS = etags
235 CTAGS = ctags
236 DIST_SUBDIRS = c++98 c++11 c++17 filesystem
237 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
238 ACLOCAL = @ACLOCAL@
239 ALLOCATOR_H = @ALLOCATOR_H@
240 ALLOCATOR_NAME = @ALLOCATOR_NAME@
241 AMTAR = @AMTAR@
242 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
243 AR = @AR@
244 AS = @AS@
245 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
246 ATOMIC_FLAGS = @ATOMIC_FLAGS@
247 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
248 AUTOCONF = @AUTOCONF@
249 AUTOHEADER = @AUTOHEADER@
250 AUTOMAKE = @AUTOMAKE@
251 AWK = @AWK@
252 BASIC_FILE_CC = @BASIC_FILE_CC@
253 BASIC_FILE_H = @BASIC_FILE_H@
254 CC = @CC@
255 CCODECVT_CC = @CCODECVT_CC@
256 CCOLLATE_CC = @CCOLLATE_CC@
257 CCTYPE_CC = @CCTYPE_CC@
258 CFLAGS = @CFLAGS@
259 CLOCALE_CC = @CLOCALE_CC@
260 CLOCALE_H = @CLOCALE_H@
261 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
262 CMESSAGES_CC = @CMESSAGES_CC@
263 CMESSAGES_H = @CMESSAGES_H@
264 CMONEY_CC = @CMONEY_CC@
265 CNUMERIC_CC = @CNUMERIC_CC@
266 CPP = @CPP@
267 CPPFLAGS = @CPPFLAGS@
268 CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
269 CPU_OPT_BITS_RANDOM = @CPU_OPT_BITS_RANDOM@
270 CPU_OPT_EXT_RANDOM = @CPU_OPT_EXT_RANDOM@
271 CSTDIO_H = @CSTDIO_H@
272 CTIME_CC = @CTIME_CC@
273 CTIME_H = @CTIME_H@
274 CXX = @CXX@
275 CXXCPP = @CXXCPP@
276 CXXFILT = @CXXFILT@
277 CXXFLAGS = @CXXFLAGS@
278 CYGPATH_W = @CYGPATH_W@
279 C_INCLUDE_DIR = @C_INCLUDE_DIR@
280 DBLATEX = @DBLATEX@
281 DEBUG_FLAGS = @DEBUG_FLAGS@
282 DEFS = @DEFS@
283 DOT = @DOT@
284 DOXYGEN = @DOXYGEN@
285 DSYMUTIL = @DSYMUTIL@
286 DUMPBIN = @DUMPBIN@
287 ECHO_C = @ECHO_C@
288 ECHO_N = @ECHO_N@
289 ECHO_T = @ECHO_T@
290 EGREP = @EGREP@
291 ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
292 EXEEXT = @EXEEXT@
293 EXTRA_CFLAGS = @EXTRA_CFLAGS@
294 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
295 FGREP = @FGREP@
296 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
297 GLIBCXX_LIBS = @GLIBCXX_LIBS@
298 GREP = @GREP@
299 HWCAP_CFLAGS = @HWCAP_CFLAGS@
300 INSTALL = @INSTALL@
301 INSTALL_DATA = @INSTALL_DATA@
302 INSTALL_PROGRAM = @INSTALL_PROGRAM@
303 INSTALL_SCRIPT = @INSTALL_SCRIPT@
304 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
305 LD = @LD@
306 LDFLAGS = @LDFLAGS@
307 LIBICONV = @LIBICONV@
308 LIBOBJS = @LIBOBJS@
309 LIBS = @LIBS@
310 LIBTOOL = @LIBTOOL@
311 LIPO = @LIPO@
312 LN_S = @LN_S@
313 LONG_DOUBLE_COMPAT_FLAGS = @LONG_DOUBLE_COMPAT_FLAGS@
314 LTLIBICONV = @LTLIBICONV@
315 LTLIBOBJS = @LTLIBOBJS@
316 MAINT = @MAINT@
317 MAKEINFO = @MAKEINFO@
318 MKDIR_P = @MKDIR_P@
319 NM = @NM@
320 NMEDIT = @NMEDIT@
321 OBJDUMP = @OBJDUMP@
322 OBJEXT = @OBJEXT@
323 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
324 OPT_LDFLAGS = @OPT_LDFLAGS@
325 OS_INC_SRCDIR = @OS_INC_SRCDIR@
326 OTOOL = @OTOOL@
327 OTOOL64 = @OTOOL64@
328 PACKAGE = @PACKAGE@
329 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
330 PACKAGE_NAME = @PACKAGE_NAME@
331 PACKAGE_STRING = @PACKAGE_STRING@
332 PACKAGE_TARNAME = @PACKAGE_TARNAME@
333 PACKAGE_URL = @PACKAGE_URL@
334 PACKAGE_VERSION = @PACKAGE_VERSION@
335 PATH_SEPARATOR = @PATH_SEPARATOR@
336 PDFLATEX = @PDFLATEX@
337 RANLIB = @RANLIB@
338 SECTION_FLAGS = @SECTION_FLAGS@
339 SECTION_LDFLAGS = @SECTION_LDFLAGS@
340 SED = @SED@
341 SET_MAKE = @SET_MAKE@
342 SHELL = @SHELL@
343 STRIP = @STRIP@
344 SYMVER_FILE = @SYMVER_FILE@
345 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
346 USE_NLS = @USE_NLS@
347 VERSION = @VERSION@
348 VTV_CXXFLAGS = @VTV_CXXFLAGS@
349 VTV_CXXLINKFLAGS = @VTV_CXXLINKFLAGS@
350 VTV_PCH_CXXFLAGS = @VTV_PCH_CXXFLAGS@
351 WARN_FLAGS = @WARN_FLAGS@
352 XMLLINT = @XMLLINT@
353 XSLTPROC = @XSLTPROC@
354 XSL_STYLE_DIR = @XSL_STYLE_DIR@
355 abs_builddir = @abs_builddir@
356 abs_srcdir = @abs_srcdir@
357 abs_top_builddir = @abs_top_builddir@
358 abs_top_srcdir = @abs_top_srcdir@
359 ac_ct_CC = @ac_ct_CC@
360 ac_ct_CXX = @ac_ct_CXX@
361 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
362 am__leading_dot = @am__leading_dot@
363 am__tar = @am__tar@
364 am__untar = @am__untar@
365 baseline_dir = @baseline_dir@
366 baseline_subdir_switch = @baseline_subdir_switch@
367 bindir = @bindir@
368 build = @build@
369 build_alias = @build_alias@
370 build_cpu = @build_cpu@
371 build_os = @build_os@
372 build_vendor = @build_vendor@
373 builddir = @builddir@
374 check_msgfmt = @check_msgfmt@
375 datadir = @datadir@
376 datarootdir = @datarootdir@
377 docdir = @docdir@
378 dvidir = @dvidir@
379 enable_shared = @enable_shared@
380 enable_static = @enable_static@
381 exec_prefix = @exec_prefix@
382 get_gcc_base_ver = @get_gcc_base_ver@
383 glibcxx_MOFILES = @glibcxx_MOFILES@
384 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
385 glibcxx_POFILES = @glibcxx_POFILES@
386 glibcxx_builddir = @glibcxx_builddir@
387 glibcxx_compiler_pic_flag = @glibcxx_compiler_pic_flag@
388 glibcxx_compiler_shared_flag = @glibcxx_compiler_shared_flag@
389 glibcxx_cxx98_abi = @glibcxx_cxx98_abi@
390 glibcxx_localedir = @glibcxx_localedir@
391 glibcxx_lt_pic_flag = @glibcxx_lt_pic_flag@
392 glibcxx_prefixdir = @glibcxx_prefixdir@
393 glibcxx_srcdir = @glibcxx_srcdir@
394 glibcxx_toolexecdir = @glibcxx_toolexecdir@
395 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
396 gxx_include_dir = @gxx_include_dir@
397 host = @host@
398 host_alias = @host_alias@
399 host_cpu = @host_cpu@
400 host_os = @host_os@
401 host_vendor = @host_vendor@
402 htmldir = @htmldir@
403 includedir = @includedir@
404 infodir = @infodir@
405 install_sh = @install_sh@
406 libdir = @libdir@
407 libexecdir = @libexecdir@
408 libtool_VERSION = @libtool_VERSION@
409 localedir = @localedir@
410 localstatedir = @localstatedir@
411 lt_host_flags = @lt_host_flags@
412 mandir = @mandir@
413 mkdir_p = @mkdir_p@
414 multi_basedir = @multi_basedir@
415 oldincludedir = @oldincludedir@
416 pdfdir = @pdfdir@
417 port_specific_symbol_files = @port_specific_symbol_files@
418 prefix = @prefix@
419 program_transform_name = @program_transform_name@
420 psdir = @psdir@
421 python_mod_dir = @python_mod_dir@
422 sbindir = @sbindir@
423 sharedstatedir = @sharedstatedir@
424 srcdir = @srcdir@
425 sysconfdir = @sysconfdir@
426 target = @target@
427 target_alias = @target_alias@
428 target_cpu = @target_cpu@
429 target_os = @target_os@
430 target_vendor = @target_vendor@
431 thread_header = @thread_header@
432 top_build_prefix = @top_build_prefix@
433 top_builddir = @top_builddir@
434 top_srcdir = @top_srcdir@
435 toplevel_builddir = @toplevel_builddir@
436 toplevel_srcdir = @toplevel_srcdir@
437
438 # May be used by various substitution variables.
439 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
440 MAINT_CHARSET = latin1
441 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
442 PWD_COMMAND = $${PWDCMD-pwd}
443 STAMP = echo timestamp >
444 toolexecdir = $(glibcxx_toolexecdir)
445 toolexeclibdir = $(glibcxx_toolexeclibdir)
446 @ENABLE_WERROR_FALSE@WERROR_FLAG =
447 @ENABLE_WERROR_TRUE@WERROR_FLAG = -Werror
448 @ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS =
449 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
450
451 # These bits are all figured out from configure. Look in acinclude.m4
452 # or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
453 CONFIG_CXXFLAGS = \
454 $(SECTION_FLAGS) $(HWCAP_CFLAGS) -frandom-seed=$@
455
456 WARN_CXXFLAGS = \
457 $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once
458
459
460 # -I/-D flags to pass when compiling.
461 AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
462 @ENABLE_FILESYSTEM_TS_FALSE@filesystem_dir =
463 @ENABLE_FILESYSTEM_TS_TRUE@filesystem_dir = filesystem
464 SUBDIRS = c++98 c++11 c++17 $(filesystem_dir)
465 @VTV_CYGMIN_FALSE@toolexeclib_LTLIBRARIES = libstdc++.la
466
467 # Cross compiler support.
468 @VTV_CYGMIN_TRUE@toolexeclib_LTLIBRARIES = libvtv.la libstdc++.la
469 @VTV_CYGMIN_TRUE@libvtv_la_SOURCES = vtv_stubs.cc
470 @VTV_CYGMIN_TRUE@libvtv_la_LDFLAGS = $(lt_host_flags)
471 @VTV_CYGMIN_TRUE@libvtv_la_AM_CXXFLAGS = \
472 @VTV_CYGMIN_TRUE@ $(glibcxx_compiler_pic_flag) \
473 @VTV_CYGMIN_TRUE@ $(XTEMPLATE_FLAGS) \
474 @VTV_CYGMIN_TRUE@ -Wl,-u_vtable_map_vars_start,-u_vtable_map_vars_end \
475 @VTV_CYGMIN_TRUE@ $(WARN_CXXFLAGS) $(OPTIMIZE_CXXFLAGS) $(CONFIG_CXXFLAGS)
476
477 @VTV_CYGMIN_TRUE@libvtv_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
478 @VTV_CYGMIN_TRUE@ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(libvtv_la_AM_CXXFLAGS) \
479 @VTV_CYGMIN_TRUE@ $(CXXFLAGS) $(libvtv_la_LDFLAGS) $(LDFLAGS) -o $@
480
481 @GLIBCXX_LDBL_COMPAT_FALSE@ldbl_compat_sources =
482 @GLIBCXX_LDBL_COMPAT_TRUE@ldbl_compat_sources = compatibility-ldbl.cc
483 parallel_compat_sources = \
484 compatibility-parallel_list.cc compatibility-parallel_list-2.cc
485
486 cxx98_sources = \
487 compatibility.cc \
488 compatibility-debug_list.cc \
489 compatibility-debug_list-2.cc \
490 ${ldbl_compat_sources}
491
492 cxx11_sources = \
493 compatibility-c++0x.cc \
494 compatibility-atomic-c++0x.cc \
495 compatibility-thread-c++0x.cc \
496 compatibility-chrono.cc \
497 compatibility-condvar.cc
498
499 libstdc___la_SOURCES = $(cxx98_sources) $(cxx11_sources)
500 libstdc___la_LIBADD = \
501 $(GLIBCXX_LIBS) \
502 $(top_builddir)/libsupc++/libsupc++convenience.la \
503 $(top_builddir)/src/c++98/libc++98convenience.la \
504 $(top_builddir)/src/c++11/libc++11convenience.la \
505 $(top_builddir)/src/c++17/libc++17convenience.la
506
507 libstdc___la_DEPENDENCIES = \
508 ${version_dep} \
509 $(top_builddir)/libsupc++/libsupc++convenience.la \
510 $(top_builddir)/src/c++98/libc++98convenience.la \
511 $(top_builddir)/src/c++11/libc++11convenience.la \
512 $(top_builddir)/src/c++17/libc++17convenience.la
513
514 libstdc___la_LDFLAGS = \
515 -version-info $(libtool_VERSION) ${version_arg} -lm
516
517 libstdc___la_LINK = $(CXXLINK) $(libstdc___la_LDFLAGS)
518
519 # A note on compatibility and static libraries.
520 #
521 # static lib == linked against only this version, should not need compat
522 # shared lib == linked against potentially all compat versions
523 #
524 # Thus, the shared libs have more compat symbols, which can be found
525 # segregated in the sources with -D_GLIBCXX_SHARED.
526 #
527 # In the sub-directories of libsupc++, src/c++98, src/c++11, src/c++17,
528 # only -prefer-pic objects are generated for the convenience libraries.
529 #
530 # In the main src directory, make shared and static objects just for
531 # the compat libraries. Shared objects are compiled with -prefer-pic
532 # -D_GLIBCXX_SHARED and in the .libs sub-directory, static objects are
533 # compiled with -prefer-pic (ie, -fPIC but not -D_GLIBCXX_SHARED) and
534 # the main src directory.
535 #
536 # Why are objects destined for libstdc++.a compiled with -fPIC? First,
537 # because -fPIC is not harmful to use for objects destined for static
538 # libraries. In addition, using -fPIC will allow the use of static
539 # libstdc++.a in the creation of other C++ shared libraries.
540
541 # AM_CXXFLAGS needs to be in each sub-directory so that it can be
542 # modified in a per-library or per-sub-library way. Need to manually
543 # set this option because CONFIG_CXXFLAGS has to be after
544 # OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
545 # as the occasion calls for it.
546 AM_CXXFLAGS = \
547 -std=gnu++98 \
548 $(glibcxx_compiler_pic_flag) \
549 $(XTEMPLATE_FLAGS) $(VTV_CXXFLAGS) \
550 $(WARN_CXXFLAGS) $(OPTIMIZE_CXXFLAGS) $(CONFIG_CXXFLAGS)
551
552
553 # Libtool notes
554
555 # 1) In general, libtool expects an argument such as `--tag=CXX' when
556 # using the C++ compiler, because that will enable the settings
557 # detected when C++ support was being configured. However, when no
558 # such flag is given in the command line, libtool attempts to figure
559 # it out by matching the compiler name in each configuration section
560 # against a prefix of the command line. The problem is that, if the
561 # compiler name and its initial flags stored in the libtool
562 # configuration file don't match those in the command line, libtool
563 # can't decide which configuration to use, and it gives up. The
564 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
565 # CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
566 # attempt to infer which configuration to use.
567 #
568 # The second tag argument, `--tag disable-shared` means that libtool
569 # only compiles each source once, for static objects. In actuality,
570 # glibcxx_lt_pic_flag and glibcxx_compiler_shared_flag are added to
571 # the libtool command that is used create the object, which is
572 # suitable for shared libraries. The `--tag disable-shared` must be
573 # placed after --tag CXX lest things CXX undo the affect of
574 # disable-shared.
575
576 # 2) Need to explicitly set LTCXXCOMPILE so that EXTRA_CXX_FLAGS is
577 # last. (That way, things like -O2 passed down from the toplevel can
578 # be overridden by --enable-debug and --enable-cxx-flags.)
579 LTCXXCOMPILE = \
580 $(LIBTOOL) --tag CXX \
581 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
582 --mode=compile $(CXX) $(INCLUDES) \
583 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(EXTRA_CXX_FLAGS)
584
585 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
586
587 # 3) We'd have a problem when building the shared libstdc++ object if
588 # the rules automake generates would be used. We cannot allow g++ to
589 # be used since this would add -lstdc++ to the link line which of
590 # course is problematic at this point. So, we get the top-level
591 # directory to configure libstdc++-v3 to use gcc as the C++
592 # compilation driver.
593 CXXLINK = \
594 $(LIBTOOL) --tag CXX \
595 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
596 --mode=link $(CXX) \
597 $(VTV_CXXLINKFLAGS) \
598 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
599
600 @ENABLE_SYMVERS_TRUE@CLEANFILES = libstdc++-symbols.ver $(version_dep)
601 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@version_arg = -Wl,-exported_symbols_list,libstdc++-symbols.explist
602 @ENABLE_SYMVERS_FALSE@version_arg =
603 @ENABLE_SYMVERS_GNU_NAMESPACE_TRUE@@ENABLE_SYMVERS_TRUE@version_arg = -Wl,--version-script=libstdc++-symbols.ver
604 @ENABLE_SYMVERS_GNU_TRUE@@ENABLE_SYMVERS_TRUE@version_arg = -Wl,--version-script=libstdc++-symbols.ver
605 @ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@version_arg = -Wl,-M,libstdc++-symbols.ver-sun
606 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@version_dep = libstdc++-symbols.explist
607 @ENABLE_SYMVERS_FALSE@version_dep =
608 @ENABLE_SYMVERS_GNU_NAMESPACE_TRUE@@ENABLE_SYMVERS_TRUE@version_dep = libstdc++-symbols.ver
609 @ENABLE_SYMVERS_GNU_TRUE@@ENABLE_SYMVERS_TRUE@version_dep = libstdc++-symbols.ver
610 @ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@version_dep = libstdc++-symbols.ver-sun
611 @GLIBCXX_BUILD_DEBUG_FALSE@STAMP_DEBUG =
612
613 # Added rules.
614 # 1 debug library
615 # 2 supra-convenience library
616 @GLIBCXX_BUILD_DEBUG_TRUE@STAMP_DEBUG = build-debug
617 @GLIBCXX_BUILD_DEBUG_FALSE@STAMP_INSTALL_DEBUG =
618 @GLIBCXX_BUILD_DEBUG_TRUE@STAMP_INSTALL_DEBUG = install-debug
619 @GLIBCXX_BUILD_DEBUG_FALSE@CLEAN_DEBUG =
620 @GLIBCXX_BUILD_DEBUG_TRUE@CLEAN_DEBUG = debug
621
622 # Build a debug variant.
623 # Take care to fix all possibly-relative paths.
624 debugdir = ${glibcxx_builddir}/src/debug
625 all: all-recursive
626
627 .SUFFIXES:
628 .SUFFIXES: .cc .lo .o .obj
629 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
630 @for dep in $?; do \
631 case '$(am__configure_deps)' in \
632 *$$dep*) \
633 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
634 && { if test -f $@; then exit 0; else break; fi; }; \
635 exit 1;; \
636 esac; \
637 done; \
638 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/Makefile'; \
639 $(am__cd) $(top_srcdir) && \
640 $(AUTOMAKE) --foreign --ignore-deps src/Makefile
641 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
642 @case '$?' in \
643 *config.status*) \
644 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
645 *) \
646 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
647 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
648 esac;
649 $(top_srcdir)/fragment.am $(am__empty):
650
651 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
652 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
653
654 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
655 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
656 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
657 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
658 $(am__aclocal_m4_deps):
659
660 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
661 @$(NORMAL_INSTALL)
662 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
663 list2=; for p in $$list; do \
664 if test -f $$p; then \
665 list2="$$list2 $$p"; \
666 else :; fi; \
667 done; \
668 test -z "$$list2" || { \
669 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
670 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
671 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
672 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
673 }
674
675 uninstall-toolexeclibLTLIBRARIES:
676 @$(NORMAL_UNINSTALL)
677 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
678 for p in $$list; do \
679 $(am__strip_dir) \
680 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
681 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
682 done
683
684 clean-toolexeclibLTLIBRARIES:
685 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
686 @list='$(toolexeclib_LTLIBRARIES)'; \
687 locs=`for p in $$list; do echo $$p; done | \
688 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
689 sort -u`; \
690 test -z "$$locs" || { \
691 echo rm -f $${locs}; \
692 rm -f $${locs}; \
693 }
694
695 libstdc++.la: $(libstdc___la_OBJECTS) $(libstdc___la_DEPENDENCIES) $(EXTRA_libstdc___la_DEPENDENCIES)
696 $(AM_V_GEN)$(libstdc___la_LINK) $(am_libstdc___la_rpath) $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD) $(LIBS)
697
698 libvtv.la: $(libvtv_la_OBJECTS) $(libvtv_la_DEPENDENCIES) $(EXTRA_libvtv_la_DEPENDENCIES)
699 $(AM_V_GEN)$(libvtv_la_LINK) $(am_libvtv_la_rpath) $(libvtv_la_OBJECTS) $(libvtv_la_LIBADD) $(LIBS)
700
701 mostlyclean-compile:
702 -rm -f *.$(OBJEXT)
703
704 distclean-compile:
705 -rm -f *.tab.c
706
707 .cc.o:
708 $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ $<
709
710 .cc.obj:
711 $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
712
713 .cc.lo:
714 $(AM_V_CXX)$(LTCXXCOMPILE) -c -o $@ $<
715
716 mostlyclean-libtool:
717 -rm -f *.lo
718
719 clean-libtool:
720 -rm -rf .libs _libs
721
722 # This directory's subdirectories are mostly independent; you can cd
723 # into them and run 'make' without going through this Makefile.
724 # To change the values of 'make' variables: instead of editing Makefiles,
725 # (1) if the variable is set in 'config.status', edit 'config.status'
726 # (which will cause the Makefiles to be regenerated when you run 'make');
727 # (2) otherwise, pass the desired values on the 'make' command line.
728 $(am__recursive_targets):
729 @fail=; \
730 if $(am__make_keepgoing); then \
731 failcom='fail=yes'; \
732 else \
733 failcom='exit 1'; \
734 fi; \
735 dot_seen=no; \
736 target=`echo $@ | sed s/-recursive//`; \
737 case "$@" in \
738 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
739 *) list='$(SUBDIRS)' ;; \
740 esac; \
741 for subdir in $$list; do \
742 echo "Making $$target in $$subdir"; \
743 if test "$$subdir" = "."; then \
744 dot_seen=yes; \
745 local_target="$$target-am"; \
746 else \
747 local_target="$$target"; \
748 fi; \
749 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
750 || eval $$failcom; \
751 done; \
752 if test "$$dot_seen" = "no"; then \
753 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
754 fi; test -z "$$fail"
755
756 ID: $(am__tagged_files)
757 $(am__define_uniq_tagged_files); mkid -fID $$unique
758 tags: tags-recursive
759 TAGS: tags
760
761 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
762 set x; \
763 here=`pwd`; \
764 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
765 include_option=--etags-include; \
766 empty_fix=.; \
767 else \
768 include_option=--include; \
769 empty_fix=; \
770 fi; \
771 list='$(SUBDIRS)'; for subdir in $$list; do \
772 if test "$$subdir" = .; then :; else \
773 test ! -f $$subdir/TAGS || \
774 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
775 fi; \
776 done; \
777 $(am__define_uniq_tagged_files); \
778 shift; \
779 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
780 test -n "$$unique" || unique=$$empty_fix; \
781 if test $$# -gt 0; then \
782 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
783 "$$@" $$unique; \
784 else \
785 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
786 $$unique; \
787 fi; \
788 fi
789 ctags: ctags-recursive
790
791 CTAGS: ctags
792 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
793 $(am__define_uniq_tagged_files); \
794 test -z "$(CTAGS_ARGS)$$unique" \
795 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
796 $$unique
797
798 GTAGS:
799 here=`$(am__cd) $(top_builddir) && pwd` \
800 && $(am__cd) $(top_srcdir) \
801 && gtags -i $(GTAGS_ARGS) "$$here"
802 cscopelist: cscopelist-recursive
803
804 cscopelist-am: $(am__tagged_files)
805 list='$(am__tagged_files)'; \
806 case "$(srcdir)" in \
807 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
808 *) sdir=$(subdir)/$(srcdir) ;; \
809 esac; \
810 for i in $$list; do \
811 if test -f "$$i"; then \
812 echo "$(subdir)/$$i"; \
813 else \
814 echo "$$sdir/$$i"; \
815 fi; \
816 done >> $(top_builddir)/cscope.files
817
818 distclean-tags:
819 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
820 check-am: all-am
821 check: check-recursive
822 all-am: Makefile $(LTLIBRARIES) all-local
823 installdirs: installdirs-recursive
824 installdirs-am:
825 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
826 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
827 done
828 install: install-recursive
829 install-exec: install-exec-recursive
830 install-data: install-data-recursive
831 uninstall: uninstall-recursive
832
833 install-am: all-am
834 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
835
836 installcheck: installcheck-recursive
837 install-strip:
838 if test -z '$(STRIP)'; then \
839 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
840 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
841 install; \
842 else \
843 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
844 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
845 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
846 fi
847 mostlyclean-generic:
848
849 clean-generic:
850 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
851
852 distclean-generic:
853 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
854 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
855
856 maintainer-clean-generic:
857 @echo "This command is intended for maintainers to use"
858 @echo "it deletes files that may require special tools to rebuild."
859 clean: clean-recursive
860
861 clean-am: clean-generic clean-libtool clean-local \
862 clean-toolexeclibLTLIBRARIES mostlyclean-am
863
864 distclean: distclean-recursive
865 -rm -f Makefile
866 distclean-am: clean-am distclean-compile distclean-generic \
867 distclean-tags
868
869 dvi: dvi-recursive
870
871 dvi-am:
872
873 html: html-recursive
874
875 html-am:
876
877 info: info-recursive
878
879 info-am:
880
881 install-data-am: install-data-local
882
883 install-dvi: install-dvi-recursive
884
885 install-dvi-am:
886
887 install-exec-am: install-toolexeclibLTLIBRARIES
888
889 install-html: install-html-recursive
890
891 install-html-am:
892
893 install-info: install-info-recursive
894
895 install-info-am:
896
897 install-man:
898
899 install-pdf: install-pdf-recursive
900
901 install-pdf-am:
902
903 install-ps: install-ps-recursive
904
905 install-ps-am:
906
907 installcheck-am:
908
909 maintainer-clean: maintainer-clean-recursive
910 -rm -f Makefile
911 maintainer-clean-am: distclean-am maintainer-clean-generic
912
913 mostlyclean: mostlyclean-recursive
914
915 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
916 mostlyclean-libtool
917
918 pdf: pdf-recursive
919
920 pdf-am:
921
922 ps: ps-recursive
923
924 ps-am:
925
926 uninstall-am: uninstall-toolexeclibLTLIBRARIES
927
928 .MAKE: $(am__recursive_targets) install-am install-strip
929
930 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
931 check check-am clean clean-generic clean-libtool clean-local \
932 clean-toolexeclibLTLIBRARIES cscopelist-am ctags ctags-am \
933 distclean distclean-compile distclean-generic \
934 distclean-libtool distclean-tags dvi dvi-am html html-am info \
935 info-am install install-am install-data install-data-am \
936 install-data-local install-dvi install-dvi-am install-exec \
937 install-exec-am install-html install-html-am install-info \
938 install-info-am install-man install-pdf install-pdf-am \
939 install-ps install-ps-am install-strip \
940 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
941 installdirs installdirs-am maintainer-clean \
942 maintainer-clean-generic mostlyclean mostlyclean-compile \
943 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
944 tags tags-am uninstall uninstall-am \
945 uninstall-toolexeclibLTLIBRARIES
946
947 .PRECIOUS: Makefile
948
949
950 @VTV_CYGMIN_TRUE@vtv_stubs.cc:
951 @VTV_CYGMIN_TRUE@ rm -f $@
952 @VTV_CYGMIN_TRUE@ $(LN_S) $(toplevel_srcdir)/libstdc++-v3/libsupc++/vtv_stubs.cc $@
953
954 vpath % $(top_srcdir)/src/c++98
955 vpath % $(top_srcdir)/src/c++11
956 vpath % $(top_srcdir)/src/c++17
957 @ENABLE_FILESYSTEM_TS_TRUE@vpath % $(top_srcdir)/src/filesystem
958
959 # Use special rules for compatibility-ldbl.cc compilation, as we need to
960 # pass -mlong-double-64.
961 @GLIBCXX_LDBL_COMPAT_TRUE@compatibility-ldbl.lo: compatibility-ldbl.cc
962 @GLIBCXX_LDBL_COMPAT_TRUE@ $(LTCXXCOMPILE) $(LONG_DOUBLE_COMPAT_FLAGS) -c $<
963 @GLIBCXX_LDBL_COMPAT_TRUE@compatibility-ldbl.o: compatibility-ldbl.cc
964 @GLIBCXX_LDBL_COMPAT_TRUE@ $(CXXCOMPILE) $(LONG_DOUBLE_COMPAT_FLAGS) -c $<
965
966 # Use special rules for C++11 files/objects.
967 compatibility-c++0x.lo: compatibility-c++0x.cc
968 $(LTCXXCOMPILE) -std=gnu++11 -c $<
969 compatibility-c++0x.o: compatibility-c++0x.cc
970 $(CXXCOMPILE) -std=gnu++11 -c $<
971
972 compatibility-atomic-c++0x.lo: compatibility-atomic-c++0x.cc
973 $(LTCXXCOMPILE) -std=gnu++11 -c $<
974 compatibility-atomic-c++0x.o: compatibility-atomic-c++0x.cc
975 $(CXXCOMPILE) -std=gnu++11 -c $<
976
977 compatibility-thread-c++0x.lo: compatibility-thread-c++0x.cc
978 $(LTCXXCOMPILE) -std=gnu++11 -c $<
979 compatibility-thread-c++0x.o: compatibility-thread-c++0x.cc
980 $(CXXCOMPILE) -std=gnu++11 -c $<
981
982 compatibility-chrono.lo: compatibility-chrono.cc
983 $(LTCXXCOMPILE) -std=gnu++11 -c $<
984 compatibility-chrono.o: compatibility-chrono.cc
985 $(CXXCOMPILE) -std=gnu++11 -c $<
986
987 compatibility-condvar.lo: compatibility-condvar.cc
988 $(LTCXXCOMPILE) -std=gnu++11 -c $<
989 compatibility-condvar.o: compatibility-condvar.cc
990 $(CXXCOMPILE) -std=gnu++11 -c $<
991
992 # Symbol versioning for shared libraries.
993 @ENABLE_SYMVERS_TRUE@libstdc++-symbols.ver: ${glibcxx_srcdir}/$(SYMVER_FILE) \
994 @ENABLE_SYMVERS_TRUE@ $(port_specific_symbol_files)
995 @ENABLE_SYMVERS_TRUE@ cp ${glibcxx_srcdir}/$(SYMVER_FILE) $@.tmp
996 @ENABLE_SYMVERS_TRUE@ chmod +w $@.tmp
997 @ENABLE_SYMVERS_TRUE@ if test "x$(port_specific_symbol_files)" != x; then \
998 @ENABLE_SYMVERS_TRUE@ if grep '^# Appended to version file.' \
999 @ENABLE_SYMVERS_TRUE@ $(port_specific_symbol_files) > /dev/null 2>&1; then \
1000 @ENABLE_SYMVERS_TRUE@ cat $(port_specific_symbol_files) >> $@.tmp; \
1001 @ENABLE_SYMVERS_TRUE@ else \
1002 @ENABLE_SYMVERS_TRUE@ sed -n '1,/DO NOT DELETE/p' $@.tmp > tmp.top; \
1003 @ENABLE_SYMVERS_TRUE@ sed -n '/DO NOT DELETE/,$$p' $@.tmp > tmp.bottom; \
1004 @ENABLE_SYMVERS_TRUE@ cat tmp.top $(port_specific_symbol_files) tmp.bottom > $@.tmp; \
1005 @ENABLE_SYMVERS_TRUE@ rm tmp.top tmp.bottom; \
1006 @ENABLE_SYMVERS_TRUE@ fi; \
1007 @ENABLE_SYMVERS_TRUE@ fi
1008 @ENABLE_SYMVERS_TRUE@ $(EGREP) -v '^[ ]*#(#| |$$)' $@.tmp | \
1009 @ENABLE_SYMVERS_TRUE@ $(CC) -E -P -include $(CONFIG_HEADER) - > $@ || (rm -f $@ ; exit 1)
1010 @ENABLE_SYMVERS_TRUE@ rm -f $@.tmp
1011 @ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@libstdc++-symbols.ver-sun : libstdc++-symbols.ver \
1012 @ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@ $(toplevel_srcdir)/contrib/make_sunver.pl \
1013 @ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@ $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD)
1014 @ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@ CXXFILT="$(CXXFILT)"; export CXXFILT; \
1015 @ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@ perl $(toplevel_srcdir)/contrib/make_sunver.pl \
1016 @ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@ libstdc++-symbols.ver \
1017 @ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@ $(libstdc___la_OBJECTS:%.lo=.libs/%.o) \
1018 @ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@ `echo $(libstdc___la_LIBADD) | \
1019 @ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@ sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \
1020 @ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@ > $@ || (rm -f $@ ; exit 1)
1021 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@libstdc++-symbols.explist : libstdc++-symbols.ver \
1022 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@ ${glibcxx_srcdir}/scripts/make_exports.pl \
1023 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@ $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD)
1024 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@ perl ${glibcxx_srcdir}/scripts/make_exports.pl \
1025 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@ libstdc++-symbols.ver \
1026 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@ $(libstdc___la_OBJECTS:%.lo=.libs/%.o) \
1027 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@ `echo $(libstdc___la_LIBADD) | \
1028 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@ sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \
1029 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@ > $@ || (rm -f $@ ; exit 1)
1030
1031 # Control additional build primary rules.
1032 all-once: libstdc++convenience.la $(STAMP_DEBUG)
1033 install-data-once: $(STAMP_INSTALL_DEBUG)
1034
1035 all-local: all-once
1036 install-data-local: install-data-once
1037 clean-local:
1038 rm -rf libstdc++convenience.la stamp* $(CLEAN_DEBUG)
1039
1040 # Make a non-installed convenience library, so that --disable-static
1041 # may work.
1042 libstdc++convenience.la: $(toolexeclib_LTLIBRARIES)
1043 $(CXXLINK) $(libstdc___la_LIBADD) $(LIBS); \
1044 if test ! -f .libs/libstdc++.a; then \
1045 cp .libs/libstdc++convenience.a .libs/libstdc++.a; \
1046 fi; \
1047 echo `date` > stamp-libstdc++convenience;
1048 stamp-debug:
1049 if test ! -d ${debugdir}; then \
1050 mkdir -p ${debugdir}; \
1051 for d in $(SUBDIRS); do mkdir -p ${debugdir}/$$d; done; \
1052 (cd ${debugdir}; \
1053 sed -e 's/top_builddir = \.\./top_builddir = ..\/../' \
1054 -e 's/top_build_prefix = \.\./top_build_prefix = ..\/../' \
1055 -e 's/srcdir = \.\./srcdir = ..\/../' \
1056 -e 's/VPATH = \.\./VPATH = ..\/../' \
1057 -e 's/glibcxx_basedir = \.\./glibcxx_basedir = ..\/../' \
1058 -e 's/MKDIR_P = \.\./MKDIR_P = ..\/../' \
1059 < ../Makefile > Makefile ; \
1060 for d in . $(SUBDIRS); do \
1061 sed -e 's/top_builddir = \.\./top_builddir = ..\/../' \
1062 -e 's/top_build_prefix = \.\./top_build_prefix = ..\/../' \
1063 -e 's/srcdir = \.\./srcdir = ..\/../' \
1064 -e 's/VPATH = \.\./VPATH = ..\/../' \
1065 -e 's/glibcxx_basedir = \.\./glibcxx_basedir = ..\/../' \
1066 -e 's/MKDIR_P = \.\./MKDIR_P = ..\/../' \
1067 < ../$$d/Makefile > $$d/Makefile ; \
1068 done) ; \
1069 fi; \
1070 echo `date` > stamp-debug;
1071
1072 build-debug: stamp-debug
1073 (cd ${debugdir}; \
1074 mv Makefile Makefile.tmp; \
1075 sed -e 's,all-local: all-once,all-local:,' \
1076 -e 's,install-data-local: install-data-once,install-data-local:,' \
1077 -e '/vpath/!s,src/c,src/debug/c,' \
1078 < Makefile.tmp > Makefile ; \
1079 rm -f Makefile.tmp ; \
1080 $(MAKE) CXXFLAGS='$(DEBUG_FLAGS)' \
1081 toolexeclibdir=$(glibcxx_toolexeclibdir)/debug all) ;
1082
1083 # Install debug library.
1084 install-debug: build-debug
1085 (cd ${debugdir} && $(MAKE) CXXFLAGS='$(DEBUG_FLAGS)' \
1086 toolexeclibdir=$(glibcxx_toolexeclibdir)/debug install) ;
1087
1088 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1089 # Otherwise a system limit (for SysV at least) may be exceeded.
1090 .NOEXPORT: