OSDN Git Service

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