]> git.ipfire.org Git - thirdparty/gcc.git/blame - libstdc++-v3/libsupc++/Makefile.in
[multiple changes]
[thirdparty/gcc.git] / libstdc++-v3 / libsupc++ / Makefile.in
CommitLineData
4d9e8446 1# Makefile.in generated by automake 1.11.1 from Makefile.am.
ff66d28f 2# @configure_input@
06bd10fb 3
7eaf73d7 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5213506e
RW
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
06bd10fb
BK
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
ff66d28f 16@SET_MAKE@
06bd10fb 17
7eaf73d7 18
06bd10fb 19VPATH = @srcdir@
06bd10fb 20pkgdatadir = $(datadir)/@PACKAGE@
06bd10fb 21pkgincludedir = $(includedir)/@PACKAGE@
5213506e
RW
22pkglibdir = $(libdir)/@PACKAGE@
23pkglibexecdir = $(libexecdir)/@PACKAGE@
ff66d28f 24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
ff66d28f
PE
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name)
06bd10fb
BK
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
06bd10fb 36build_triplet = @build@
06bd10fb 37host_triplet = @host@
06bd10fb 38target_triplet = @target@
13917ae3 39DIST_COMMON = $(top_srcdir)/fragment.am $(srcdir)/Makefile.in \
7c3e9502 40 $(srcdir)/Makefile.am $(bits_HEADERS) $(std_HEADERS)
7eaf73d7
KC
41subdir = libsupc++
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
b25e6b79
BK
43am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
44 $(top_srcdir)/../config/enable.m4 \
eeb77d99 45 $(top_srcdir)/../config/futex.m4 \
4ffe6e87 46 $(top_srcdir)/../config/iconv.m4 \
cddfb1c7 47 $(top_srcdir)/../config/lead-dot.m4 \
4ffe6e87
BK
48 $(top_srcdir)/../config/lib-ld.m4 \
49 $(top_srcdir)/../config/lib-link.m4 \
50 $(top_srcdir)/../config/lib-prefix.m4 \
7de6ba7a 51 $(top_srcdir)/../config/lthostflags.m4 \
499c96f5 52 $(top_srcdir)/../config/multi.m4 \
cd111813 53 $(top_srcdir)/../config/no-executables.m4 \
ef5f59f6 54 $(top_srcdir)/../config/override.m4 \
ed0840ba 55 $(top_srcdir)/../config/stdint.m4 \
2e575796 56 $(top_srcdir)/../config/unwind_ipinfo.m4 \
eab89c86
PC
57 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
58 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
59 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
60 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
61 $(top_srcdir)/../config/gc++filt.m4 \
25e5de9a 62 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/configure.ac
7eaf73d7
KC
63am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64 $(ACLOCAL_M4)
65CONFIG_HEADER = $(top_builddir)/config.h
66CONFIG_CLEAN_FILES =
5213506e 67CONFIG_CLEAN_VPATH_FILES =
a60945f8
PC
68am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
69am__vpath_adj = case $$p in \
70 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
71 *) f=$$p;; \
72 esac;
5213506e
RW
73am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
74am__install_max = 40
75am__nobase_strip_setup = \
76 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
77am__nobase_strip = \
78 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
79am__nobase_list = $(am__nobase_strip_setup); \
80 for p in $$list; do echo "$$p $$p"; done | \
81 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
82 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
83 if (++n[$$2] == $(am__install_max)) \
84 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
85 END { for (dir in files) print dir, files[dir] }'
86am__base_list = \
87 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
88 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
7c3e9502
BK
89am__installdirs = "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(bitsdir)" \
90 "$(DESTDIR)$(stddir)"
7eaf73d7
KC
91LTLIBRARIES = $(noinst_LTLIBRARIES) $(toolexeclib_LTLIBRARIES)
92libsupc___la_LIBADD =
79d34420
SH
93am__objects_1 = array_type_info.lo atexit_arm.lo bad_alloc.lo \
94 bad_cast.lo bad_typeid.lo class_type_info.lo del_op.lo \
95 del_opnt.lo del_opv.lo del_opvnt.lo dyncast.lo eh_alloc.lo \
96 eh_arm.lo eh_aux_runtime.lo eh_call.lo eh_catch.lo \
97 eh_exception.lo eh_globals.lo eh_personality.lo eh_ptr.lo \
0a35513e
AH
98 eh_term_handler.lo eh_terminate.lo eh_tm.lo eh_throw.lo \
99 eh_type.lo eh_unex_handler.lo enum_type_info.lo \
100 function_type_info.lo fundamental_type_info.lo guard.lo \
101 guard_error.lo hash_bytes.lo nested_exception.lo \
102 new_handler.lo new_op.lo new_opnt.lo new_opv.lo new_opvnt.lo \
103 pbase_type_info.lo pmem_type_info.lo pointer_type_info.lo \
104 pure.lo si_class_type_info.lo tinfo.lo tinfo2.lo vec.lo \
105 vmi_class_type_info.lo vterminate.lo
7eaf73d7
KC
106@GLIBCXX_HOSTED_TRUE@am__objects_2 = cp-demangle.lo
107am_libsupc___la_OBJECTS = $(am__objects_1) $(am__objects_2)
108libsupc___la_OBJECTS = $(am_libsupc___la_OBJECTS)
109libsupc__convenience_la_LIBADD =
7eaf73d7
KC
110am_libsupc__convenience_la_OBJECTS = $(am__objects_1) $(am__objects_2)
111libsupc__convenience_la_OBJECTS = \
112 $(am_libsupc__convenience_la_OBJECTS)
5213506e 113DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
7eaf73d7
KC
114depcomp =
115am__depfiles_maybe =
116COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
117 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
118CCLD = $(CC)
5213506e
RW
119LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
120 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
121 $(LDFLAGS) -o $@
7eaf73d7
KC
122CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
123 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
124CXXLD = $(CXX)
125SOURCES = $(libsupc___la_SOURCES) $(libsupc__convenience_la_SOURCES)
7c3e9502 126HEADERS = $(bits_HEADERS) $(std_HEADERS)
7eaf73d7
KC
127ETAGS = etags
128CTAGS = ctags
1568430f 129ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
ff66d28f 130ACLOCAL = @ACLOCAL@
8b0d6051
BK
131ALLOCATOR_H = @ALLOCATOR_H@
132ALLOCATOR_NAME = @ALLOCATOR_NAME@
ff66d28f 133AMTAR = @AMTAR@
06bd10fb
BK
134AR = @AR@
135AS = @AS@
40fcf31b 136ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
c2ba9709 137ATOMIC_FLAGS = @ATOMIC_FLAGS@
40fcf31b 138ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
ff66d28f
PE
139AUTOCONF = @AUTOCONF@
140AUTOHEADER = @AUTOHEADER@
141AUTOMAKE = @AUTOMAKE@
ab3bc736 142AWK = @AWK@
6aa43d99 143BASIC_FILE_CC = @BASIC_FILE_CC@
4a9d5109 144BASIC_FILE_H = @BASIC_FILE_H@
ff66d28f 145CC = @CC@
6aa43d99 146CCODECVT_CC = @CCODECVT_CC@
6aa43d99
BK
147CCOLLATE_CC = @CCOLLATE_CC@
148CCTYPE_CC = @CCTYPE_CC@
ff66d28f 149CFLAGS = @CFLAGS@
6aa43d99 150CLOCALE_CC = @CLOCALE_CC@
4a9d5109 151CLOCALE_H = @CLOCALE_H@
6aa43d99
BK
152CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
153CMESSAGES_CC = @CMESSAGES_CC@
33590f13 154CMESSAGES_H = @CMESSAGES_H@
6aa43d99
BK
155CMONEY_CC = @CMONEY_CC@
156CNUMERIC_CC = @CNUMERIC_CC@
06bd10fb 157CPP = @CPP@
ff66d28f 158CPPFLAGS = @CPPFLAGS@
4b90c838 159CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
4a9d5109 160CSTDIO_H = @CSTDIO_H@
6aa43d99 161CTIME_CC = @CTIME_CC@
1c26d8fd 162CTIME_H = @CTIME_H@
ff66d28f 163CXX = @CXX@
06bd10fb 164CXXCPP = @CXXCPP@
c18dc5cc 165CXXFILT = @CXXFILT@
ff66d28f
PE
166CXXFLAGS = @CXXFLAGS@
167CYGPATH_W = @CYGPATH_W@
4a9d5109 168C_INCLUDE_DIR = @C_INCLUDE_DIR@
b25e6b79 169DBLATEX = @DBLATEX@
06bd10fb 170DEBUG_FLAGS = @DEBUG_FLAGS@
ff66d28f 171DEFS = @DEFS@
b25e6b79
BK
172DOT = @DOT@
173DOXYGEN = @DOXYGEN@
25e5de9a 174DSYMUTIL = @DSYMUTIL@
1cf3d07d 175DUMPBIN = @DUMPBIN@
ff66d28f
PE
176ECHO_C = @ECHO_C@
177ECHO_N = @ECHO_N@
178ECHO_T = @ECHO_T@
179EGREP = @EGREP@
9adfc73c 180ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
06bd10fb
BK
181EXEEXT = @EXEEXT@
182EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
1cf3d07d 183FGREP = @FGREP@
ff66d28f 184GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
ec6fa56a 185GLIBCXX_LIBS = @GLIBCXX_LIBS@
1cf3d07d 186GREP = @GREP@
5213506e 187INSTALL = @INSTALL@
ff66d28f
PE
188INSTALL_DATA = @INSTALL_DATA@
189INSTALL_PROGRAM = @INSTALL_PROGRAM@
190INSTALL_SCRIPT = @INSTALL_SCRIPT@
191INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1cf3d07d
SE
192LD = @LD@
193LDFLAGS = @LDFLAGS@
d54bc1d8 194LIBICONV = @LIBICONV@
ff66d28f
PE
195LIBOBJS = @LIBOBJS@
196LIBS = @LIBS@
400f4e55 197LIBTOOL = @LIBTOOL@
25e5de9a 198LIPO = @LIPO@
06bd10fb 199LN_S = @LN_S@
4ffe6e87 200LTLIBICONV = @LTLIBICONV@
ff66d28f 201LTLIBOBJS = @LTLIBOBJS@
06bd10fb
BK
202MAINT = @MAINT@
203MAKEINFO = @MAKEINFO@
5213506e 204MKDIR_P = @MKDIR_P@
1cf3d07d 205NM = @NM@
25e5de9a
PG
206NMEDIT = @NMEDIT@
207OBJDUMP = @OBJDUMP@
06bd10fb 208OBJEXT = @OBJEXT@
ff66d28f 209OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
06bd10fb 210OPT_LDFLAGS = @OPT_LDFLAGS@
4a9d5109 211OS_INC_SRCDIR = @OS_INC_SRCDIR@
25e5de9a
PG
212OTOOL = @OTOOL@
213OTOOL64 = @OTOOL64@
06bd10fb 214PACKAGE = @PACKAGE@
ff66d28f
PE
215PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
216PACKAGE_NAME = @PACKAGE_NAME@
217PACKAGE_STRING = @PACKAGE_STRING@
218PACKAGE_TARNAME = @PACKAGE_TARNAME@
5213506e 219PACKAGE_URL = @PACKAGE_URL@
ff66d28f
PE
220PACKAGE_VERSION = @PACKAGE_VERSION@
221PATH_SEPARATOR = @PATH_SEPARATOR@
b25e6b79 222PDFLATEX = @PDFLATEX@
8bae34da 223PIC_CXXFLAGS = @PIC_CXXFLAGS@
06bd10fb
BK
224RANLIB = @RANLIB@
225SECTION_FLAGS = @SECTION_FLAGS@
226SECTION_LDFLAGS = @SECTION_LDFLAGS@
1cf3d07d 227SED = @SED@
ff66d28f
PE
228SET_MAKE = @SET_MAKE@
229SHELL = @SHELL@
06bd10fb 230STRIP = @STRIP@
fb5c309d 231SYMVER_FILE = @SYMVER_FILE@
4a9d5109 232TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
33590f13 233USE_NLS = @USE_NLS@
06bd10fb 234VERSION = @VERSION@
e466dc8a 235WARN_FLAGS = @WARN_FLAGS@
06bd10fb 236WERROR = @WERROR@
b25e6b79
BK
237XMLLINT = @XMLLINT@
238XSLTPROC = @XSLTPROC@
b329dd10 239XSL_STYLE_DIR = @XSL_STYLE_DIR@
5213506e
RW
240abs_builddir = @abs_builddir@
241abs_srcdir = @abs_srcdir@
242abs_top_builddir = @abs_top_builddir@
243abs_top_srcdir = @abs_top_srcdir@
ff66d28f
PE
244ac_ct_CC = @ac_ct_CC@
245ac_ct_CXX = @ac_ct_CXX@
1cf3d07d 246ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ff66d28f 247am__leading_dot = @am__leading_dot@
a60945f8
PC
248am__tar = @am__tar@
249am__untar = @am__untar@
44f0760e 250baseline_dir = @baseline_dir@
00fc1bf6 251baseline_subdir_switch = @baseline_subdir_switch@
ff66d28f
PE
252bindir = @bindir@
253build = @build@
254build_alias = @build_alias@
255build_cpu = @build_cpu@
256build_os = @build_os@
257build_vendor = @build_vendor@
5213506e 258builddir = @builddir@
501e321e 259check_msgfmt = @check_msgfmt@
ff66d28f 260datadir = @datadir@
5213506e
RW
261datarootdir = @datarootdir@
262docdir = @docdir@
263dvidir = @dvidir@
34791641
PE
264enable_shared = @enable_shared@
265enable_static = @enable_static@
ff66d28f 266exec_prefix = @exec_prefix@
3d7c150e
BK
267glibcxx_MOFILES = @glibcxx_MOFILES@
268glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
269glibcxx_POFILES = @glibcxx_POFILES@
3d7c150e
BK
270glibcxx_builddir = @glibcxx_builddir@
271glibcxx_localedir = @glibcxx_localedir@
272glibcxx_prefixdir = @glibcxx_prefixdir@
273glibcxx_srcdir = @glibcxx_srcdir@
3d7c150e
BK
274glibcxx_toolexecdir = @glibcxx_toolexecdir@
275glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
1fd2f510 276gxx_include_dir = @gxx_include_dir@
ff66d28f
PE
277host = @host@
278host_alias = @host_alias@
279host_cpu = @host_cpu@
280host_os = @host_os@
281host_vendor = @host_vendor@
5213506e 282htmldir = @htmldir@
ff66d28f
PE
283includedir = @includedir@
284infodir = @infodir@
285install_sh = @install_sh@
286libdir = @libdir@
287libexecdir = @libexecdir@
4e10943d 288libtool_VERSION = @libtool_VERSION@
5213506e 289localedir = @localedir@
ff66d28f 290localstatedir = @localstatedir@
7de6ba7a 291lt_host_flags = @lt_host_flags@
ff66d28f 292mandir = @mandir@
7eaf73d7 293mkdir_p = @mkdir_p@
ff66d28f
PE
294multi_basedir = @multi_basedir@
295oldincludedir = @oldincludedir@
5213506e 296pdfdir = @pdfdir@
ff66d28f
PE
297port_specific_symbol_files = @port_specific_symbol_files@
298prefix = @prefix@
299program_transform_name = @program_transform_name@
5213506e 300psdir = @psdir@
ff66d28f
PE
301sbindir = @sbindir@
302sharedstatedir = @sharedstatedir@
5213506e 303srcdir = @srcdir@
ff66d28f
PE
304sysconfdir = @sysconfdir@
305target = @target@
306target_alias = @target_alias@
307target_cpu = @target_cpu@
308target_os = @target_os@
309target_vendor = @target_vendor@
5213506e
RW
310top_build_prefix = @top_build_prefix@
311top_builddir = @top_builddir@
312top_srcdir = @top_srcdir@
5d1c8e77 313toplevel_builddir = @toplevel_builddir@
e2c20fae 314toplevel_srcdir = @toplevel_srcdir@
47194af4
ZW
315
316# May be used by various substitution variables.
317gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
06bd10fb 318MAINT_CHARSET = latin1
ae9dc931 319mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
0df3f383 320PWD_COMMAND = $${PWDCMD-pwd}
82ba99d5 321STAMP = echo timestamp >
0df3f383
PE
322toolexecdir = $(glibcxx_toolexecdir)
323toolexeclibdir = $(glibcxx_toolexeclibdir)
06bd10fb 324
0df3f383
PE
325# These bits are all figured out from configure. Look in acinclude.m4
326# or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
58ac1d7f 327CONFIG_CXXFLAGS = \
4ebb4fbf 328 $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS) -frandom-seed=$@
e466dc8a 329
58ac1d7f 330WARN_CXXFLAGS = \
4f7c82dc 331 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once -Wabi
e466dc8a
BK
332
333
0df3f383
PE
334# -I/-D flags to pass when compiling.
335AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
d27bba5e 336
0df3f383
PE
337# Need this library to both be part of libstdc++.a, and installed
338# separately too.
ca618b60 339# 1) separate libsupc++.la
0df3f383
PE
340toolexeclib_LTLIBRARIES = libsupc++.la
341# 2) integrated libsupc++convenience.la that is to be a part of libstdc++.a
342noinst_LTLIBRARIES = libsupc++convenience.la
7c3e9502
BK
343std_HEADERS = \
344 cxxabi.h exception initializer_list new typeinfo
58ac1d7f 345
7c3e9502 346bits_HEADERS = \
a152e96f
BK
347 atomic_lockfree_defines.h cxxabi_forced.h \
348 exception_defines.h exception_ptr.h hash_bytes.h nested_exception.h
7c3e9502
BK
349
350headers = $(std_HEADERS) $(bits_HEADERS)
4c24b21a
MM
351@GLIBCXX_HOSTED_TRUE@c_sources = \
352@GLIBCXX_HOSTED_TRUE@ cp-demangle.c
353
58ac1d7f 354sources = \
bd994a48 355 array_type_info.cc \
aa2bd2db 356 atexit_arm.cc \
79d34420 357 bad_alloc.cc \
bd994a48
MM
358 bad_cast.cc \
359 bad_typeid.cc \
360 class_type_info.cc \
58ac1d7f
BK
361 del_op.cc \
362 del_opnt.cc \
363 del_opv.cc \
364 del_opvnt.cc \
bd994a48 365 dyncast.cc \
58ac1d7f 366 eh_alloc.cc \
617a1b71 367 eh_arm.cc \
58ac1d7f 368 eh_aux_runtime.cc \
617a1b71 369 eh_call.cc \
58ac1d7f
BK
370 eh_catch.cc \
371 eh_exception.cc \
372 eh_globals.cc \
373 eh_personality.cc \
30a333ce 374 eh_ptr.cc \
58ac1d7f
BK
375 eh_term_handler.cc \
376 eh_terminate.cc \
0a35513e 377 eh_tm.cc \
58ac1d7f
BK
378 eh_throw.cc \
379 eh_type.cc \
380 eh_unex_handler.cc \
bd994a48
MM
381 enum_type_info.cc \
382 function_type_info.cc \
383 fundamental_type_info.cc \
58ac1d7f 384 guard.cc \
2bddc509 385 guard_error.cc \
33da99cb 386 hash_bytes.cc \
e9599233 387 nested_exception.cc \
58ac1d7f
BK
388 new_handler.cc \
389 new_op.cc \
390 new_opnt.cc \
391 new_opv.cc \
392 new_opvnt.cc \
bd994a48
MM
393 pbase_type_info.cc \
394 pmem_type_info.cc \
395 pointer_type_info.cc \
58ac1d7f 396 pure.cc \
bd994a48 397 si_class_type_info.cc \
58ac1d7f
BK
398 tinfo.cc \
399 tinfo2.cc \
400 vec.cc \
bd994a48 401 vmi_class_type_info.cc \
58ac1d7f 402 vterminate.cc
06bd10fb 403
7c3e9502 404libsupc___la_SOURCES = $(sources) $(c_sources)
40fcf31b 405libsupc__convenience_la_SOURCES = $(sources) $(c_sources)
a6863e25 406
c7053b70 407# AM_CXXFLAGS needs to be in each subdirectory so that it can be
a9117427
BK
408# modified in a per-library or per-sub-library way. Need to manually
409# set this option because CONFIG_CXXFLAGS has to be after
410# OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
ca618b60 411# as the occasion call for it.
58ac1d7f 412AM_CXXFLAGS = \
8bae34da
BK
413 $(PIC_CXXFLAGS) \
414 $(XTEMPLATE_FLAGS) \
58ac1d7f
BK
415 $(WARN_CXXFLAGS) \
416 $(OPTIMIZE_CXXFLAGS) \
ca618b60 417 $(CONFIG_CXXFLAGS)
3bf74da2 418
58ac1d7f
BK
419AM_MAKEFLAGS = \
420 "gxx_include_dir=$(gxx_include_dir)"
06bd10fb
BK
421
422
40fcf31b
BK
423# Use special rules for pulling things out of libiberty. These
424# objects should be compiled with the "C" compiler, not the C++
425# compiler, and also should not use the C++ includes.
426C_INCLUDES = -I.. -I$(toplevel_srcdir)/libiberty -I$(toplevel_srcdir)/include
427C_COMPILE = \
428 $(CC) $(DEFS) $(C_INCLUDES) \
429 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
430
431
432# LTCOMPILE is copied from LTCXXCOMPILE below.
98791cfd 433LTCOMPILE = $(LIBTOOL) --tag CC --tag disable-shared $(LIBTOOLFLAGS) --mode=compile \
8bae34da 434 $(CC) $(DEFS) $(C_INCLUDES) $(PIC_CXXFLAGS) \
40fcf31b
BK
435 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
436
437
7c3e9502 438# Libtool notes
06bd10fb 439
a9117427
BK
440# 1) Need to explicitly set LTCXXCOMPILE so that AM_CXXFLAGS is
441# last. (That way, things like -O2 passed down from the toplevel can
442# be overridden by --enable-debug.)
443
444# 2) In general, libtool expects an argument such as `--tag=CXX' when
445# using the C++ compiler, because that will enable the settings
446# detected when C++ support was being configured. However, when no
447# such flag is given in the command line, libtool attempts to figure
448# it out by matching the compiler name in each configuration section
449# against a prefix of the command line. The problem is that, if the
450# compiler name and its initial flags stored in the libtool
451# configuration file don't match those in the command line, libtool
452# can't decide which configuration to use, and it gives up. The
453# correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
454# CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
20b11783
MM
455# attempt to infer which configuration to use.
456#
457# We have to put --tag disable-shared after --tag CXX lest things
458# CXX undo the affect of disable-shared.
84fec8a5 459LTCXXCOMPILE = $(LIBTOOL) --tag CXX --tag disable-shared $(LIBTOOLFLAGS) \
ca618b60 460 --mode=compile $(CXX) $(TOPLEVEL_INCLUDES) \
b967bf25 461 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
a9117427 462
d79e6356 463LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
a9117427 464
787d2fb7
AO
465# 3) We'd have a problem when building the shared libstdc++ object if
466# the rules automake generates would be used. We cannot allow g++ to
467# be used since this would add -lstdc++ to the link line which of
468# course is problematic at this point. So, we get the top-level
469# directory to configure libstdc++-v3 to use gcc as the C++
470# compilation driver.
84fec8a5 471CXXLINK = $(LIBTOOL) --tag CXX --tag disable-shared $(LIBTOOLFLAGS) \
ca618b60 472 --mode=link $(CXX) \
d79e6356 473 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
06bd10fb 474
7c3e9502
BK
475
476# Install notes
477# We have to have rules modified from the default to counteract SUN make
478# prepending each of $(*_HEADERS) with VPATH below.
479stddir = $(gxx_include_dir)
480bitsdir = $(gxx_include_dir)/bits
ff66d28f 481all: all-am
06bd10fb 482
06bd10fb 483.SUFFIXES:
40fcf31b 484.SUFFIXES: .c .cc .lo .o .obj
7eaf73d7
KC
485$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
486 @for dep in $?; do \
487 case '$(am__configure_deps)' in \
488 *$$dep*) \
5213506e
RW
489 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
490 && { if test -f $@; then exit 0; else break; fi; }; \
7eaf73d7
KC
491 exit 1;; \
492 esac; \
493 done; \
5213506e
RW
494 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps libsupc++/Makefile'; \
495 $(am__cd) $(top_srcdir) && \
496 $(AUTOMAKE) --foreign --ignore-deps libsupc++/Makefile
7eaf73d7
KC
497.PRECIOUS: Makefile
498Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
499 @case '$?' in \
500 *config.status*) \
501 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
502 *) \
503 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
504 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
505 esac;
506
507$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
508 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
509
510$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
511 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
512$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
513 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
5213506e 514$(am__aclocal_m4_deps):
06bd10fb
BK
515
516clean-noinstLTLIBRARIES:
517 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
ff66d28f
PE
518 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
519 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
7eaf73d7 520 test "$$dir" != "$$p" || dir=.; \
ff66d28f
PE
521 echo "rm -f \"$${dir}/so_locations\""; \
522 rm -f "$${dir}/so_locations"; \
523 done
06bd10fb
BK
524install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
525 @$(NORMAL_INSTALL)
5213506e
RW
526 test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
527 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
528 list2=; for p in $$list; do \
06bd10fb 529 if test -f $$p; then \
5213506e 530 list2="$$list2 $$p"; \
06bd10fb 531 else :; fi; \
5213506e
RW
532 done; \
533 test -z "$$list2" || { \
534 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
535 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
536 }
06bd10fb
BK
537
538uninstall-toolexeclibLTLIBRARIES:
539 @$(NORMAL_UNINSTALL)
5213506e
RW
540 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
541 for p in $$list; do \
542 $(am__strip_dir) \
543 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
544 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
06bd10fb
BK
545 done
546
ff66d28f
PE
547clean-toolexeclibLTLIBRARIES:
548 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
549 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
550 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
7eaf73d7 551 test "$$dir" != "$$p" || dir=.; \
ff66d28f
PE
552 echo "rm -f \"$${dir}/so_locations\""; \
553 rm -f "$${dir}/so_locations"; \
554 done
555libsupc++.la: $(libsupc___la_OBJECTS) $(libsupc___la_DEPENDENCIES)
5213506e 556 $(CXXLINK) -rpath $(toolexeclibdir) $(libsupc___la_OBJECTS) $(libsupc___la_LIBADD) $(LIBS)
ff66d28f 557libsupc++convenience.la: $(libsupc__convenience_la_OBJECTS) $(libsupc__convenience_la_DEPENDENCIES)
5213506e 558 $(CXXLINK) $(libsupc__convenience_la_OBJECTS) $(libsupc__convenience_la_LIBADD) $(LIBS)
06bd10fb
BK
559
560mostlyclean-compile:
7eaf73d7 561 -rm -f *.$(OBJEXT)
06bd10fb
BK
562
563distclean-compile:
564 -rm -f *.tab.c
565
40fcf31b 566.c.o:
7eaf73d7 567 $(COMPILE) -c $<
40fcf31b
BK
568
569.c.obj:
7eaf73d7 570 $(COMPILE) -c `$(CYGPATH_W) '$<'`
40fcf31b
BK
571
572.c.lo:
7eaf73d7 573 $(LTCOMPILE) -c -o $@ $<
40fcf31b 574
ff66d28f 575.cc.o:
7eaf73d7 576 $(CXXCOMPILE) -c -o $@ $<
06bd10fb 577
ff66d28f 578.cc.obj:
7eaf73d7 579 $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
06bd10fb 580
ff66d28f 581.cc.lo:
7eaf73d7 582 $(LTCXXCOMPILE) -c -o $@ $<
06bd10fb
BK
583
584mostlyclean-libtool:
585 -rm -f *.lo
586
587clean-libtool:
588 -rm -rf .libs _libs
589
ff66d28f
PE
590ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
591 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
592 unique=`for i in $$list; do \
593 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
594 done | \
5213506e
RW
595 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
596 END { if (nonempty) { for (i in files) print i; }; }'`; \
ff66d28f 597 mkid -fID $$unique
7eaf73d7 598tags: TAGS
06bd10fb 599
ff66d28f
PE
600TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
601 $(TAGS_FILES) $(LISP)
5213506e 602 set x; \
06bd10fb 603 here=`pwd`; \
ff66d28f
PE
604 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
605 unique=`for i in $$list; do \
606 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
607 done | \
5213506e
RW
608 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
609 END { if (nonempty) { for (i in files) print i; }; }'`; \
610 shift; \
611 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
7eaf73d7 612 test -n "$$unique" || unique=$$empty_fix; \
5213506e
RW
613 if test $$# -gt 0; then \
614 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
615 "$$@" $$unique; \
616 else \
617 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
618 $$unique; \
619 fi; \
7eaf73d7 620 fi
ff66d28f
PE
621ctags: CTAGS
622CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
623 $(TAGS_FILES) $(LISP)
ff66d28f
PE
624 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
625 unique=`for i in $$list; do \
626 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
627 done | \
5213506e
RW
628 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
629 END { if (nonempty) { for (i in files) print i; }; }'`; \
630 test -z "$(CTAGS_ARGS)$$unique" \
ff66d28f 631 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
5213506e 632 $$unique
06bd10fb 633
ff66d28f
PE
634GTAGS:
635 here=`$(am__cd) $(top_builddir) && pwd` \
5213506e
RW
636 && $(am__cd) $(top_srcdir) \
637 && gtags -i $(GTAGS_ARGS) "$$here"
06bd10fb
BK
638
639distclean-tags:
ff66d28f 640 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
ff66d28f 641check-am: all-am
06bd10fb 642check: check-am
ff66d28f 643all-am: Makefile $(LTLIBRARIES) $(HEADERS)
ff66d28f 644installdirs:
7c3e9502 645 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(bitsdir)" "$(DESTDIR)$(stddir)"; do \
5213506e 646 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
7eaf73d7 647 done
ff66d28f
PE
648install: install-am
649install-exec: install-exec-am
06bd10fb 650install-data: install-data-am
ff66d28f 651uninstall: uninstall-am
06bd10fb
BK
652
653install-am: all-am
654 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
06bd10fb 655
ff66d28f
PE
656installcheck: installcheck-am
657install-strip:
658 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
ec2075e9 659 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
ff66d28f
PE
660 `test -z '$(STRIP)' || \
661 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
06bd10fb
BK
662mostlyclean-generic:
663
664clean-generic:
665
666distclean-generic:
a60945f8 667 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
5213506e 668 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
06bd10fb
BK
669
670maintainer-clean-generic:
ff66d28f
PE
671 @echo "This command is intended for maintainers to use"
672 @echo "it deletes files that may require special tools to rebuild."
673clean: clean-am
06bd10fb 674
ff66d28f
PE
675clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
676 clean-toolexeclibLTLIBRARIES mostlyclean-am
06bd10fb 677
ff66d28f 678distclean: distclean-am
82fa4538 679 -rm -f Makefile
ff66d28f 680distclean-am: clean-am distclean-compile distclean-generic \
5213506e 681 distclean-tags
06bd10fb 682
ff66d28f 683dvi: dvi-am
06bd10fb 684
ff66d28f 685dvi-am:
06bd10fb 686
7eaf73d7
KC
687html: html-am
688
5213506e
RW
689html-am:
690
ff66d28f
PE
691info: info-am
692
693info-am:
694
7c3e9502 695install-data-am: install-bitsHEADERS install-stdHEADERS
ff66d28f 696
5213506e
RW
697install-dvi: install-dvi-am
698
699install-dvi-am:
700
ff66d28f
PE
701install-exec-am: install-toolexeclibLTLIBRARIES
702
5213506e
RW
703install-html: install-html-am
704
705install-html-am:
706
ff66d28f
PE
707install-info: install-info-am
708
5213506e
RW
709install-info-am:
710
ff66d28f
PE
711install-man:
712
5213506e
RW
713install-pdf: install-pdf-am
714
715install-pdf-am:
716
717install-ps: install-ps-am
718
719install-ps-am:
720
ff66d28f 721installcheck-am:
06bd10fb
BK
722
723maintainer-clean: maintainer-clean-am
82fa4538 724 -rm -f Makefile
ff66d28f
PE
725maintainer-clean-am: distclean-am maintainer-clean-generic
726
727mostlyclean: mostlyclean-am
728
729mostlyclean-am: mostlyclean-compile mostlyclean-generic \
730 mostlyclean-libtool
731
732pdf: pdf-am
733
734pdf-am:
735
736ps: ps-am
737
738ps-am:
739
7c3e9502 740uninstall-am: uninstall-bitsHEADERS uninstall-stdHEADERS \
ff66d28f
PE
741 uninstall-toolexeclibLTLIBRARIES
742
5213506e
RW
743.MAKE: install-am install-strip
744
ff66d28f
PE
745.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
746 clean-libtool clean-noinstLTLIBRARIES \
747 clean-toolexeclibLTLIBRARIES ctags distclean distclean-compile \
13917ae3 748 distclean-generic distclean-libtool distclean-tags dvi dvi-am \
7c3e9502
BK
749 html html-am info info-am install install-am \
750 install-bitsHEADERS install-data install-data-am install-dvi \
751 install-dvi-am install-exec install-exec-am install-html \
13917ae3
RW
752 install-html-am install-info install-info-am install-man \
753 install-pdf install-pdf-am install-ps install-ps-am \
7c3e9502
BK
754 install-stdHEADERS install-strip \
755 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
756 installdirs maintainer-clean maintainer-clean-generic \
757 mostlyclean mostlyclean-compile mostlyclean-generic \
758 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
759 uninstall-am uninstall-bitsHEADERS uninstall-stdHEADERS \
5213506e 760 uninstall-toolexeclibLTLIBRARIES
06bd10fb
BK
761
762
40fcf31b
BK
763cp-demangle.c:
764 rm -f $@
765 $(LN_S) $(toplevel_srcdir)/libiberty/cp-demangle.c $@
766cp-demangle.lo: cp-demangle.c
767 $(LTCOMPILE) -DIN_GLIBCPP_V3 -Wno-error -c $<
768cp-demangle.o: cp-demangle.c
769 $(C_COMPILE) -DIN_GLIBCPP_V3 -Wno-error -c $<
770
a152e96f
BK
771# Use special rules for the C++0x sources so that the proper flags are passed.
772eh_ptr.lo: eh_ptr.cc
773 $(LTCXXCOMPILE) -std=gnu++0x -c $<
774eh_ptr.o: eh_ptr.cc
775 $(CXXCOMPILE) -std=gnu++0x -c $<
776
777eh_throw.lo: eh_throw.cc
778 $(LTCXXCOMPILE) -std=gnu++0x -c $<
779eh_throw.o: eh_throw.cc
780 $(CXXCOMPILE) -std=gnu++0x -c $<
781
782guard.lo: guard.cc
783 $(LTCXXCOMPILE) -std=gnu++0x -c $<
784guard.o: guard.cc
785 $(CXXCOMPILE) -std=gnu++0x -c $<
786
e9599233
BK
787nested_exception.lo: nested_exception.cc
788 $(LTCXXCOMPILE) -std=gnu++0x -c $<
789nested_exception.o: nested_exception.cc
790 $(CXXCOMPILE) -std=gnu++0x -c $<
791
7c3e9502 792install-stdHEADERS: $(std_HEADERS)
38fae3e3 793 @$(NORMAL_INSTALL)
7c3e9502
BK
794 $(mkinstalldirs) $(DESTDIR)$(stddir)
795 @list='$(std_HEADERS)'; for p in $$list; do \
38fae3e3
HPN
796 q=`echo $$p | sed -e 's,.*/,,'`; \
797 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
7c3e9502
BK
798 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(stddir)/$$q"; \
799 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(stddir)/$$q; \
800 done
801
802install-bitsHEADERS: $(bits_HEADERS)
803 @$(NORMAL_INSTALL)
804 $(mkinstalldirs) $(DESTDIR)$(bitsdir)
805 @list='$(bits_HEADERS)'; for p in $$list; do \
806 q=`echo $$p | sed -e 's,.*/,,'`; \
807 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
808 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(bitsdir)/$$q"; \
809 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(bitsdir)/$$q; \
810 done
811
812uninstall-stdHEADERS:
813 @$(NORMAL_UNINSTALL)
814 list='$(std_HEADERS)'; for p in $$list; do \
815 q=`echo $$p | sed -e 's,.*/,,'`; \
816 rm -f $(DESTDIR)$(stddir)/$$q; \
38fae3e3
HPN
817 done
818
7c3e9502 819uninstall-bitsHEADERS:
38fae3e3 820 @$(NORMAL_UNINSTALL)
7c3e9502 821 list='$(bits_HEADERS)'; for p in $$list; do \
38fae3e3 822 q=`echo $$p | sed -e 's,.*/,,'`; \
7c3e9502 823 rm -f $(DESTDIR)$(bitsdir)/$$q; \
38fae3e3 824 done
5213506e 825
06bd10fb
BK
826# Tell versions [3.59,3.63) of GNU make to not export all variables.
827# Otherwise a system limit (for SysV at least) may be exceeded.
828.NOEXPORT: