Daily bump.
[gcc.git] / libstdc++-v3 / src / libbacktrace / Makefile.in
blobcde092464a40ccf6d94c76b8e4f62ca7bbaace0d
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2017 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 # Makefile.am -- Backtrace in libstdc++ Makefile.
18 # Copyright (C) 2012-2025 Free Software Foundation, Inc.
20 # Redistribution and use in source and binary forms, with or without
21 # modification, are permitted provided that the following conditions are
22 # met:
24 # (1) Redistributions of source code must retain the above copyright
25 # notice, this list of conditions and the following disclaimer.
27 # (2) Redistributions in binary form must reproduce the above copyright
28 # notice, this list of conditions and the following disclaimer in
29 # the documentation and/or other materials provided with the
30 # distribution.
32 # (3) The name of the author may not be used to
33 # endorse or promote products derived from this software without
34 # specific prior written permission.
36 # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
37 # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
38 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
39 # DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
40 # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
41 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
42 # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
43 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
44 # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
45 # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
46 # POSSIBILITY OF SUCH DAMAGE.
48 VPATH = @srcdir@
49 am__is_gnu_make = { \
50 if test -z '$(MAKELEVEL)'; then \
51 false; \
52 elif test -n '$(MAKE_HOST)'; then \
53 true; \
54 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
55 true; \
56 else \
57 false; \
58 fi; \
60 am__make_running_with_option = \
61 case $${target_option-} in \
62 ?) ;; \
63 *) echo "am__make_running_with_option: internal error: invalid" \
64 "target option '$${target_option-}' specified" >&2; \
65 exit 1;; \
66 esac; \
67 has_opt=no; \
68 sane_makeflags=$$MAKEFLAGS; \
69 if $(am__is_gnu_make); then \
70 sane_makeflags=$$MFLAGS; \
71 else \
72 case $$MAKEFLAGS in \
73 *\\[\ \ ]*) \
74 bs=\\; \
75 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
76 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
77 esac; \
78 fi; \
79 skip_next=no; \
80 strip_trailopt () \
81 { \
82 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
83 }; \
84 for flg in $$sane_makeflags; do \
85 test $$skip_next = yes && { skip_next=no; continue; }; \
86 case $$flg in \
87 *=*|--*) continue;; \
88 -*I) strip_trailopt 'I'; skip_next=yes;; \
89 -*I?*) strip_trailopt 'I';; \
90 -*O) strip_trailopt 'O'; skip_next=yes;; \
91 -*O?*) strip_trailopt 'O';; \
92 -*l) strip_trailopt 'l'; skip_next=yes;; \
93 -*l?*) strip_trailopt 'l';; \
94 -[dEDm]) skip_next=yes;; \
95 -[JT]) skip_next=yes;; \
96 esac; \
97 case $$flg in \
98 *$$target_option*) has_opt=yes; break;; \
99 esac; \
100 done; \
101 test $$has_opt = yes
102 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
103 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
104 pkgdatadir = $(datadir)/@PACKAGE@
105 pkgincludedir = $(includedir)/@PACKAGE@
106 pkglibdir = $(libdir)/@PACKAGE@
107 pkglibexecdir = $(libexecdir)/@PACKAGE@
108 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
109 install_sh_DATA = $(install_sh) -c -m 644
110 install_sh_PROGRAM = $(install_sh) -c
111 install_sh_SCRIPT = $(install_sh) -c
112 INSTALL_HEADER = $(INSTALL_DATA)
113 transform = $(program_transform_name)
114 NORMAL_INSTALL = :
115 PRE_INSTALL = :
116 POST_INSTALL = :
117 NORMAL_UNINSTALL = :
118 PRE_UNINSTALL = :
119 POST_UNINSTALL = :
120 build_triplet = @build@
121 host_triplet = @host@
122 target_triplet = @target@
123 subdir = src/libbacktrace
124 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
125 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
126 $(top_srcdir)/../config/enable.m4 \
127 $(top_srcdir)/../config/futex.m4 \
128 $(top_srcdir)/../config/hwcaps.m4 \
129 $(top_srcdir)/../config/iconv.m4 \
130 $(top_srcdir)/../config/lead-dot.m4 \
131 $(top_srcdir)/../config/lib-ld.m4 \
132 $(top_srcdir)/../config/lib-link.m4 \
133 $(top_srcdir)/../config/lib-prefix.m4 \
134 $(top_srcdir)/../config/lthostflags.m4 \
135 $(top_srcdir)/../config/multi.m4 \
136 $(top_srcdir)/../config/no-executables.m4 \
137 $(top_srcdir)/../config/override.m4 \
138 $(top_srcdir)/../config/toolexeclibdir.m4 \
139 $(top_srcdir)/../config/unwind_ipinfo.m4 \
140 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
141 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
142 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
143 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
144 $(top_srcdir)/../config/gc++filt.m4 \
145 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../config/gthr.m4 \
146 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
147 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
148 $(ACLOCAL_M4)
149 DIST_COMMON = $(srcdir)/Makefile.am
150 CONFIG_HEADER = $(top_builddir)/config.h
151 CONFIG_CLEAN_FILES = backtrace-supported.h
152 CONFIG_CLEAN_VPATH_FILES =
153 LTLIBRARIES = $(noinst_LTLIBRARIES)
154 am_libstdc___libbacktrace_la_OBJECTS = $(obj_prefix)-atomic.lo \
155 $(obj_prefix)-backtrace.lo $(obj_prefix)-dwarf.lo \
156 $(obj_prefix)-fileline.lo $(obj_prefix)-posix.lo \
157 $(obj_prefix)-sort.lo $(obj_prefix)-simple.lo \
158 $(obj_prefix)-state.lo $(obj_prefix)-cp-demangle.lo
159 libstdc___libbacktrace_la_OBJECTS = \
160 $(am_libstdc___libbacktrace_la_OBJECTS)
161 AM_V_lt = $(am__v_lt_@AM_V@)
162 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
163 am__v_lt_0 = --silent
164 am__v_lt_1 =
165 AM_V_P = $(am__v_P_@AM_V@)
166 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
167 am__v_P_0 = false
168 am__v_P_1 = :
169 AM_V_GEN = $(am__v_GEN_@AM_V@)
170 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
171 am__v_GEN_0 = @echo " GEN " $@;
172 am__v_GEN_1 =
173 AM_V_at = $(am__v_at_@AM_V@)
174 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
175 am__v_at_0 = @
176 am__v_at_1 =
177 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
178 depcomp =
179 am__depfiles_maybe =
180 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
181 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
182 AM_V_CC = $(am__v_CC_@AM_V@)
183 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
184 am__v_CC_0 = @echo " CC " $@;
185 am__v_CC_1 =
186 CCLD = $(CC)
187 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
188 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
189 am__v_CCLD_0 = @echo " CCLD " $@;
190 am__v_CCLD_1 =
191 SOURCES = $(libstdc___libbacktrace_la_SOURCES) \
192 $(EXTRA_libstdc___libbacktrace_la_SOURCES)
193 am__can_run_installinfo = \
194 case $$AM_UPDATE_INFO_DIR in \
195 n|no|NO) false;; \
196 *) (install-info --version) >/dev/null 2>&1;; \
197 esac
198 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
199 # Read a list of newline-separated strings from the standard input,
200 # and print each of them once, without duplicates. Input order is
201 # *not* preserved.
202 am__uniquify_input = $(AWK) '\
203 BEGIN { nonempty = 0; } \
204 { items[$$0] = 1; nonempty = 1; } \
205 END { if (nonempty) { for (i in items) print i; }; } \
207 # Make sure the list of sources is unique. This is necessary because,
208 # e.g., the same source file might be shared among _SOURCES variables
209 # for different programs/libraries.
210 am__define_uniq_tagged_files = \
211 list='$(am__tagged_files)'; \
212 unique=`for i in $$list; do \
213 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
214 done | $(am__uniquify_input)`
215 ETAGS = etags
216 CTAGS = ctags
217 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
218 ACLOCAL = @ACLOCAL@
219 ALLOCATOR_H = @ALLOCATOR_H@
220 ALLOCATOR_NAME = @ALLOCATOR_NAME@
221 ALLOC_FILE = @ALLOC_FILE@
222 AMTAR = @AMTAR@
223 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
224 AR = @AR@
225 AS = @AS@
226 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
227 ATOMIC_FLAGS = @ATOMIC_FLAGS@
228 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
229 AUTOCONF = @AUTOCONF@
230 AUTOHEADER = @AUTOHEADER@
231 AUTOMAKE = @AUTOMAKE@
232 AWK = @AWK@
233 BACKTRACE_CPPFLAGS = @BACKTRACE_CPPFLAGS@
234 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
235 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
236 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
237 BASIC_FILE_CC = @BASIC_FILE_CC@
238 BASIC_FILE_H = @BASIC_FILE_H@
239 CC = @CC@
240 CCODECVT_CC = @CCODECVT_CC@
241 CCOLLATE_CC = @CCOLLATE_CC@
242 CCTYPE_CC = @CCTYPE_CC@
243 CFLAGS = @CFLAGS@
244 CLOCALE_CC = @CLOCALE_CC@
245 CLOCALE_H = @CLOCALE_H@
246 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
247 CMESSAGES_CC = @CMESSAGES_CC@
248 CMESSAGES_H = @CMESSAGES_H@
249 CMONEY_CC = @CMONEY_CC@
250 CNUMERIC_CC = @CNUMERIC_CC@
251 CPP = @CPP@
252 CPPFLAGS = @CPPFLAGS@
253 CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
254 CPU_OPT_BITS_RANDOM = @CPU_OPT_BITS_RANDOM@
255 CPU_OPT_EXT_RANDOM = @CPU_OPT_EXT_RANDOM@
256 CSTDIO_H = @CSTDIO_H@
257 CTIME_CC = @CTIME_CC@
258 CTIME_H = @CTIME_H@
259 CXX = @CXX@
260 CXXCPP = @CXXCPP@
261 CXXFILT = @CXXFILT@
262 CXXFLAGS = @CXXFLAGS@
263 CYGPATH_W = @CYGPATH_W@
264 C_INCLUDE_DIR = @C_INCLUDE_DIR@
265 DBLATEX = @DBLATEX@
266 DEBUG_FLAGS = @DEBUG_FLAGS@
267 DEFS = @DEFS@
268 DOT = @DOT@
269 DOXYGEN = @DOXYGEN@
270 DSYMUTIL = @DSYMUTIL@
271 DUMPBIN = @DUMPBIN@
272 ECHO_C = @ECHO_C@
273 ECHO_N = @ECHO_N@
274 ECHO_T = @ECHO_T@
275 EGREP = @EGREP@
276 EH_POOL_FLAGS = @EH_POOL_FLAGS@
277 ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
278 EXEEXT = @EXEEXT@
279 EXTRA_CFLAGS = @EXTRA_CFLAGS@
280 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
281 FGREP = @FGREP@
282 FORMAT_FILE = @FORMAT_FILE@
283 FREESTANDING_FLAGS = @FREESTANDING_FLAGS@
284 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
285 GLIBCXX_LIBS = @GLIBCXX_LIBS@
286 GREP = @GREP@
287 HWCAP_CFLAGS = @HWCAP_CFLAGS@
288 INSTALL = @INSTALL@
289 INSTALL_DATA = @INSTALL_DATA@
290 INSTALL_PROGRAM = @INSTALL_PROGRAM@
291 INSTALL_SCRIPT = @INSTALL_SCRIPT@
292 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
293 LD = @LD@
294 LDFLAGS = @LDFLAGS@
295 LIBICONV = @LIBICONV@
296 LIBOBJS = @LIBOBJS@
297 LIBS = @LIBS@
298 LIBTOOL = @LIBTOOL@
299 LIPO = @LIPO@
300 LN_S = @LN_S@
301 LONG_DOUBLE_128_FLAGS = @LONG_DOUBLE_128_FLAGS@
302 LONG_DOUBLE_ALT128_COMPAT_FLAGS = @LONG_DOUBLE_ALT128_COMPAT_FLAGS@
303 LONG_DOUBLE_COMPAT_FLAGS = @LONG_DOUBLE_COMPAT_FLAGS@
304 LTLIBICONV = @LTLIBICONV@
305 LTLIBOBJS = @LTLIBOBJS@
306 MAINT = @MAINT@
307 MAKEINFO = @MAKEINFO@
308 MKDIR_P = @MKDIR_P@
309 NM = @NM@
310 NMEDIT = @NMEDIT@
311 OBJDUMP = @OBJDUMP@
312 OBJEXT = @OBJEXT@
313 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
314 OPT_LDFLAGS = @OPT_LDFLAGS@
315 OS_INC_SRCDIR = @OS_INC_SRCDIR@
316 OTOOL = @OTOOL@
317 OTOOL64 = @OTOOL64@
318 PACKAGE = @PACKAGE@
319 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
320 PACKAGE_NAME = @PACKAGE_NAME@
321 PACKAGE_STRING = @PACKAGE_STRING@
322 PACKAGE_TARNAME = @PACKAGE_TARNAME@
323 PACKAGE_URL = @PACKAGE_URL@
324 PACKAGE_VERSION = @PACKAGE_VERSION@
325 PATH_SEPARATOR = @PATH_SEPARATOR@
326 PDFLATEX = @PDFLATEX@
327 RANLIB = @RANLIB@
328 SECTION_FLAGS = @SECTION_FLAGS@
329 SECTION_LDFLAGS = @SECTION_LDFLAGS@
330 SED = @SED@
331 SET_MAKE = @SET_MAKE@
332 SHELL = @SHELL@
333 STRIP = @STRIP@
334 SYMVER_FILE = @SYMVER_FILE@
335 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
336 USE_NLS = @USE_NLS@
337 VERSION = @VERSION@
338 VIEW_FILE = @VIEW_FILE@
339 VTV_CXXFLAGS = @VTV_CXXFLAGS@
340 VTV_CXXLINKFLAGS = @VTV_CXXLINKFLAGS@
341 VTV_PCH_CXXFLAGS = @VTV_PCH_CXXFLAGS@
342 WARN_FLAGS = -W -Wall -Wwrite-strings -Wmissing-format-attribute \
343 -Wcast-qual
345 XMLCATALOG = @XMLCATALOG@
346 XMLLINT = @XMLLINT@
347 XSLTPROC = @XSLTPROC@
348 XSL_STYLE_DIR = @XSL_STYLE_DIR@
349 abs_builddir = @abs_builddir@
350 abs_srcdir = @abs_srcdir@
351 abs_top_builddir = @abs_top_builddir@
352 abs_top_srcdir = @abs_top_srcdir@
353 ac_ct_CC = @ac_ct_CC@
354 ac_ct_CXX = @ac_ct_CXX@
355 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
356 am__leading_dot = @am__leading_dot@
357 am__tar = @am__tar@
358 am__untar = @am__untar@
359 baseline_dir = @baseline_dir@
360 baseline_subdir_switch = @baseline_subdir_switch@
361 bindir = @bindir@
362 build = @build@
363 build_alias = @build_alias@
364 build_cpu = @build_cpu@
365 build_os = @build_os@
366 build_vendor = @build_vendor@
367 builddir = @builddir@
368 check_msgfmt = @check_msgfmt@
369 datadir = @datadir@
370 datarootdir = @datarootdir@
371 docdir = @docdir@
372 dvidir = @dvidir@
373 enable_shared = @enable_shared@
374 enable_static = @enable_static@
375 exec_prefix = @exec_prefix@
376 get_gcc_base_ver = @get_gcc_base_ver@
377 glibcxx_MOFILES = @glibcxx_MOFILES@
378 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
379 glibcxx_POFILES = @glibcxx_POFILES@
380 glibcxx_builddir = @glibcxx_builddir@
381 glibcxx_compiler_pic_flag = @glibcxx_compiler_pic_flag@
382 glibcxx_compiler_shared_flag = @glibcxx_compiler_shared_flag@
383 glibcxx_cxx98_abi = @glibcxx_cxx98_abi@
384 glibcxx_localedir = @glibcxx_localedir@
385 glibcxx_lt_pic_flag = @glibcxx_lt_pic_flag@
386 glibcxx_prefixdir = @glibcxx_prefixdir@
387 glibcxx_srcdir = @glibcxx_srcdir@
388 glibcxx_toolexecdir = @glibcxx_toolexecdir@
389 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
390 gxx_include_dir = @gxx_include_dir@
391 host = @host@
392 host_alias = @host_alias@
393 host_cpu = @host_cpu@
394 host_os = @host_os@
395 host_vendor = @host_vendor@
396 htmldir = @htmldir@
397 includedir = @includedir@
398 infodir = @infodir@
399 install_sh = @install_sh@
400 libdir = @libdir@
401 libexecdir = @libexecdir@
402 libtool_VERSION = @libtool_VERSION@
403 localedir = @localedir@
404 localstatedir = @localstatedir@
405 lt_host_flags = @lt_host_flags@
406 mandir = @mandir@
407 mkdir_p = @mkdir_p@
408 multi_basedir = @multi_basedir@
409 oldincludedir = @oldincludedir@
410 pdfdir = @pdfdir@
411 port_specific_symbol_files = @port_specific_symbol_files@
412 prefix = @prefix@
413 program_transform_name = @program_transform_name@
414 psdir = @psdir@
415 python_mod_dir = @python_mod_dir@
416 sbindir = @sbindir@
417 sharedstatedir = @sharedstatedir@
418 srcdir = @srcdir@
419 sysconfdir = @sysconfdir@
420 target = @target@
421 target_alias = @target_alias@
422 target_cpu = @target_cpu@
423 target_os = @target_os@
424 target_vendor = @target_vendor@
425 thread_header = @thread_header@
426 tmake_file = @tmake_file@
427 top_build_prefix = @top_build_prefix@
428 top_builddir = @top_builddir@
429 top_srcdir = @top_srcdir@
430 toplevel_builddir = @toplevel_builddir@
431 toplevel_srcdir = @toplevel_srcdir@
433 # May be used by various substitution variables.
434 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
435 MAINT_CHARSET = latin1
436 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
437 PWD_COMMAND = $${PWDCMD-pwd}
438 STAMP = echo timestamp >
439 toolexecdir = $(glibcxx_toolexecdir)
440 toolexeclibdir = $(glibcxx_toolexeclibdir)
441 @ENABLE_WERROR_FALSE@WERROR_FLAG =
442 @ENABLE_WERROR_TRUE@WERROR_FLAG = -Werror
443 @ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS =
444 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
445 @GLIBCXX_LDBL_ALT128_COMPAT_FALSE@LDBL_128_FLAGS =
446 @GLIBCXX_LDBL_ALT128_COMPAT_TRUE@LDBL_128_FLAGS = $(LONG_DOUBLE_128_FLAGS)
448 # These bits are all figured out from configure. Look in acinclude.m4
449 # or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
450 CONFIG_CXXFLAGS = \
451 $(SECTION_FLAGS) $(HWCAP_CFLAGS) -frandom-seed=$@ $(LDBL_128_FLAGS)
453 WARN_CXXFLAGS = \
454 $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once
457 # -I/-D flags to pass when compiling.
458 AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
460 # Convenience library for C++23 runtime.
461 noinst_LTLIBRARIES = libstdc++_libbacktrace.la
462 ACLOCAL_AMFLAGS = -I ../.. -I ../../config
464 # This will be used instead of the common AM_CPPFLAGS from fragment.am
465 libstdc___libbacktrace_la_CPPFLAGS = \
466 -I $(top_srcdir)/../include -I $(top_srcdir)/../libgcc \
467 -I ../../../libgcc -I .. -I $(top_srcdir) \
468 -I $(top_srcdir)/../libbacktrace \
469 -I $(top_srcdir)/../libiberty \
470 -include $(top_srcdir)/src/libbacktrace/backtrace-rename.h \
471 $(BACKTRACE_CPPFLAGS)
473 C_WARN_FLAGS = $(WARN_FLAGS) -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wno-unused-but-set-variable
474 CXX_WARN_FLAGS = $(WARN_FLAGS) -Wno-unused-parameter
475 AM_CFLAGS = $(glibcxx_lt_pic_flag) $(glibcxx_compiler_shared_flag) \
476 $(C_WARN_FLAGS) -funwind-tables $(EXTRA_CFLAGS)
477 AM_CXXFLAGS = $(glibcxx_lt_pic_flag) $(glibcxx_compiler_shared_flag) \
478 $(CXX_WARN_FLAGS) -fno-rtti -fno-exceptions $(EXTRA_CXXFLAGS)
479 obj_prefix = std_stacktrace
481 # Each FILE.c in SOURCES will be compiled to SHORTNAME-FILE.o
482 libstdc___libbacktrace_la_SHORTNAME = $(obj_prefix)
483 libstdc___libbacktrace_la_SOURCES = \
484 atomic.c \
485 backtrace.c \
486 dwarf.c \
487 fileline.c \
488 posix.c \
489 sort.c \
490 simple.c \
491 state.c \
492 cp-demangle.c
494 FORMAT_FILES = \
495 elf.c \
496 pecoff.c \
497 unknown.c
499 VIEW_FILES = \
500 read.c \
501 mmapio.c
503 ALLOC_FILES = \
504 alloc.c \
505 mmap.c
507 EXTRA_libstdc___libbacktrace_la_SOURCES = \
508 $(FORMAT_FILES) \
509 $(VIEW_FILES) \
510 $(ALLOC_FILES)
513 # These three files are chosen by configure and added to the link.
514 # We need the SHORTNAME- prefix so that they use the custom CPPFLAGS above.
515 libstdc___libbacktrace_la_LIBADD = \
516 $(obj_prefix)-$(FORMAT_FILE) \
517 $(obj_prefix)-$(VIEW_FILE) \
518 $(obj_prefix)-$(ALLOC_FILE)
520 libstdc___libbacktrace_la_DEPENDENCIES = $(libstdc___libbacktrace_la_LIBADD)
521 LTCOMPILE = \
522 $(LIBTOOL) --tag CC --tag disable-shared \
523 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
524 --mode=compile $(CC) $(TOPLEVEL_INCLUDES) \
525 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(EXTRA_CFLAGS)
527 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
528 LINK = \
529 $(LIBTOOL) --tag CC --tag disable-shared \
530 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
531 --mode=link $(CC) \
532 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CFLAGS) $(LTLDFLAGS) -o $@
534 all: all-am
536 .SUFFIXES:
537 .SUFFIXES: .c .lo .o .obj
538 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
539 @for dep in $?; do \
540 case '$(am__configure_deps)' in \
541 *$$dep*) \
542 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
543 && { if test -f $@; then exit 0; else break; fi; }; \
544 exit 1;; \
545 esac; \
546 done; \
547 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/libbacktrace/Makefile'; \
548 $(am__cd) $(top_srcdir) && \
549 $(AUTOMAKE) --foreign --ignore-deps src/libbacktrace/Makefile
550 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
551 @case '$?' in \
552 *config.status*) \
553 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
554 *) \
555 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
556 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
557 esac;
558 $(top_srcdir)/fragment.am $(am__empty):
560 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
561 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
563 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
564 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
565 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
566 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
567 $(am__aclocal_m4_deps):
568 backtrace-supported.h: $(top_builddir)/config.status $(srcdir)/backtrace-supported.h.in
569 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
571 clean-noinstLTLIBRARIES:
572 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
573 @list='$(noinst_LTLIBRARIES)'; \
574 locs=`for p in $$list; do echo $$p; done | \
575 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
576 sort -u`; \
577 test -z "$$locs" || { \
578 echo rm -f $${locs}; \
579 rm -f $${locs}; \
582 libstdc++_libbacktrace.la: $(libstdc___libbacktrace_la_OBJECTS) $(libstdc___libbacktrace_la_DEPENDENCIES) $(EXTRA_libstdc___libbacktrace_la_DEPENDENCIES)
583 $(AM_V_CCLD)$(LINK) $(libstdc___libbacktrace_la_OBJECTS) $(libstdc___libbacktrace_la_LIBADD) $(LIBS)
585 mostlyclean-compile:
586 -rm -f *.$(OBJEXT)
588 distclean-compile:
589 -rm -f *.tab.c
591 .c.o:
592 $(AM_V_CC)$(COMPILE) -c -o $@ $<
594 .c.obj:
595 $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
597 .c.lo:
598 $(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
600 $(obj_prefix)-atomic.lo: atomic.c
601 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libstdc___libbacktrace_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $(obj_prefix)-atomic.lo `test -f 'atomic.c' || echo '$(srcdir)/'`atomic.c
603 $(obj_prefix)-backtrace.lo: backtrace.c
604 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libstdc___libbacktrace_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $(obj_prefix)-backtrace.lo `test -f 'backtrace.c' || echo '$(srcdir)/'`backtrace.c
606 $(obj_prefix)-dwarf.lo: dwarf.c
607 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libstdc___libbacktrace_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $(obj_prefix)-dwarf.lo `test -f 'dwarf.c' || echo '$(srcdir)/'`dwarf.c
609 $(obj_prefix)-fileline.lo: fileline.c
610 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libstdc___libbacktrace_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $(obj_prefix)-fileline.lo `test -f 'fileline.c' || echo '$(srcdir)/'`fileline.c
612 $(obj_prefix)-posix.lo: posix.c
613 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libstdc___libbacktrace_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $(obj_prefix)-posix.lo `test -f 'posix.c' || echo '$(srcdir)/'`posix.c
615 $(obj_prefix)-sort.lo: sort.c
616 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libstdc___libbacktrace_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $(obj_prefix)-sort.lo `test -f 'sort.c' || echo '$(srcdir)/'`sort.c
618 $(obj_prefix)-simple.lo: simple.c
619 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libstdc___libbacktrace_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $(obj_prefix)-simple.lo `test -f 'simple.c' || echo '$(srcdir)/'`simple.c
621 $(obj_prefix)-state.lo: state.c
622 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libstdc___libbacktrace_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $(obj_prefix)-state.lo `test -f 'state.c' || echo '$(srcdir)/'`state.c
624 $(obj_prefix)-cp-demangle.lo: cp-demangle.c
625 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libstdc___libbacktrace_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $(obj_prefix)-cp-demangle.lo `test -f 'cp-demangle.c' || echo '$(srcdir)/'`cp-demangle.c
627 $(obj_prefix)-elf.lo: elf.c
628 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libstdc___libbacktrace_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $(obj_prefix)-elf.lo `test -f 'elf.c' || echo '$(srcdir)/'`elf.c
630 $(obj_prefix)-pecoff.lo: pecoff.c
631 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libstdc___libbacktrace_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $(obj_prefix)-pecoff.lo `test -f 'pecoff.c' || echo '$(srcdir)/'`pecoff.c
633 $(obj_prefix)-unknown.lo: unknown.c
634 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libstdc___libbacktrace_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $(obj_prefix)-unknown.lo `test -f 'unknown.c' || echo '$(srcdir)/'`unknown.c
636 $(obj_prefix)-read.lo: read.c
637 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libstdc___libbacktrace_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $(obj_prefix)-read.lo `test -f 'read.c' || echo '$(srcdir)/'`read.c
639 $(obj_prefix)-mmapio.lo: mmapio.c
640 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libstdc___libbacktrace_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $(obj_prefix)-mmapio.lo `test -f 'mmapio.c' || echo '$(srcdir)/'`mmapio.c
642 $(obj_prefix)-alloc.lo: alloc.c
643 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libstdc___libbacktrace_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $(obj_prefix)-alloc.lo `test -f 'alloc.c' || echo '$(srcdir)/'`alloc.c
645 $(obj_prefix)-mmap.lo: mmap.c
646 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libstdc___libbacktrace_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $(obj_prefix)-mmap.lo `test -f 'mmap.c' || echo '$(srcdir)/'`mmap.c
648 mostlyclean-libtool:
649 -rm -f *.lo
651 clean-libtool:
652 -rm -rf .libs _libs
654 ID: $(am__tagged_files)
655 $(am__define_uniq_tagged_files); mkid -fID $$unique
656 tags: tags-am
657 TAGS: tags
659 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
660 set x; \
661 here=`pwd`; \
662 $(am__define_uniq_tagged_files); \
663 shift; \
664 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
665 test -n "$$unique" || unique=$$empty_fix; \
666 if test $$# -gt 0; then \
667 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
668 "$$@" $$unique; \
669 else \
670 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
671 $$unique; \
672 fi; \
674 ctags: ctags-am
676 CTAGS: ctags
677 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
678 $(am__define_uniq_tagged_files); \
679 test -z "$(CTAGS_ARGS)$$unique" \
680 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
681 $$unique
683 GTAGS:
684 here=`$(am__cd) $(top_builddir) && pwd` \
685 && $(am__cd) $(top_srcdir) \
686 && gtags -i $(GTAGS_ARGS) "$$here"
687 cscopelist: cscopelist-am
689 cscopelist-am: $(am__tagged_files)
690 list='$(am__tagged_files)'; \
691 case "$(srcdir)" in \
692 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
693 *) sdir=$(subdir)/$(srcdir) ;; \
694 esac; \
695 for i in $$list; do \
696 if test -f "$$i"; then \
697 echo "$(subdir)/$$i"; \
698 else \
699 echo "$$sdir/$$i"; \
700 fi; \
701 done >> $(top_builddir)/cscope.files
703 distclean-tags:
704 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
705 check-am: all-am
706 check: check-am
707 all-am: Makefile $(LTLIBRARIES)
708 installdirs:
709 install: install-am
710 install-exec: install-exec-am
711 install-data: install-data-am
712 uninstall: uninstall-am
714 install-am: all-am
715 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
717 installcheck: installcheck-am
718 install-strip:
719 if test -z '$(STRIP)'; then \
720 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
721 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
722 install; \
723 else \
724 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
725 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
726 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
728 mostlyclean-generic:
730 clean-generic:
732 distclean-generic:
733 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
734 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
736 maintainer-clean-generic:
737 @echo "This command is intended for maintainers to use"
738 @echo "it deletes files that may require special tools to rebuild."
739 clean: clean-am
741 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
742 mostlyclean-am
744 distclean: distclean-am
745 -rm -f Makefile
746 distclean-am: clean-am distclean-compile distclean-generic \
747 distclean-tags
749 dvi: dvi-am
751 dvi-am:
753 html: html-am
755 html-am:
757 info: info-am
759 info-am:
761 install-data-am:
763 install-dvi: install-dvi-am
765 install-dvi-am:
767 install-exec-am:
769 install-html: install-html-am
771 install-html-am:
773 install-info: install-info-am
775 install-info-am:
777 install-man:
779 install-pdf: install-pdf-am
781 install-pdf-am:
783 install-ps: install-ps-am
785 install-ps-am:
787 installcheck-am:
789 maintainer-clean: maintainer-clean-am
790 -rm -f Makefile
791 maintainer-clean-am: distclean-am maintainer-clean-generic
793 mostlyclean: mostlyclean-am
795 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
796 mostlyclean-libtool
798 pdf: pdf-am
800 pdf-am:
802 ps: ps-am
804 ps-am:
806 uninstall-am:
808 .MAKE: install-am install-strip
810 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
811 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
812 ctags-am distclean distclean-compile distclean-generic \
813 distclean-libtool distclean-tags dvi dvi-am html html-am info \
814 info-am install install-am install-data install-data-am \
815 install-dvi install-dvi-am install-exec install-exec-am \
816 install-html install-html-am install-info install-info-am \
817 install-man install-pdf install-pdf-am install-ps \
818 install-ps-am install-strip installcheck installcheck-am \
819 installdirs maintainer-clean maintainer-clean-generic \
820 mostlyclean mostlyclean-compile mostlyclean-generic \
821 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
822 uninstall-am
824 .PRECIOUS: Makefile
827 # Use symlinks for the sources
829 %.c: ../../../libbacktrace/%.c
830 $(LN_S) $< $@
832 cp-demangle.c: ../../../libiberty/cp-demangle.c
833 $(LN_S) $< $@
835 # Tell versions [3.59,3.63) of GNU make to not export all variables.
836 # Otherwise a system limit (for SysV at least) may be exceeded.
837 .NOEXPORT: