OSDN Git Service

72653c65222f679a6f42be369f2fd14b2a803e51
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / src / c++11 / 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 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 target_triplet = @target@
38 DIST_COMMON = $(top_srcdir)/fragment.am $(srcdir)/Makefile.in \
39         $(srcdir)/Makefile.am
40 subdir = src/c++11
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
43         $(top_srcdir)/../config/enable.m4 \
44         $(top_srcdir)/../config/futex.m4 \
45         $(top_srcdir)/../config/iconv.m4 \
46         $(top_srcdir)/../config/lead-dot.m4 \
47         $(top_srcdir)/../config/lib-ld.m4 \
48         $(top_srcdir)/../config/lib-link.m4 \
49         $(top_srcdir)/../config/lib-prefix.m4 \
50         $(top_srcdir)/../config/lthostflags.m4 \
51         $(top_srcdir)/../config/multi.m4 \
52         $(top_srcdir)/../config/no-executables.m4 \
53         $(top_srcdir)/../config/override.m4 \
54         $(top_srcdir)/../config/stdint.m4 \
55         $(top_srcdir)/../config/unwind_ipinfo.m4 \
56         $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
57         $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
58         $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
59         $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
60         $(top_srcdir)/../config/gc++filt.m4 \
61         $(top_srcdir)/../config/tls.m4 $(top_srcdir)/configure.ac
62 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63         $(ACLOCAL_M4)
64 CONFIG_HEADER = $(top_builddir)/config.h
65 CONFIG_CLEAN_FILES =
66 CONFIG_CLEAN_VPATH_FILES =
67 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
68 am__vpath_adj = case $$p in \
69     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
70     *) f=$$p;; \
71   esac;
72 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
73 am__install_max = 40
74 am__nobase_strip_setup = \
75   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
76 am__nobase_strip = \
77   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
78 am__nobase_list = $(am__nobase_strip_setup); \
79   for p in $$list; do echo "$$p $$p"; done | \
80   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
81   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
82     if (++n[$$2] == $(am__install_max)) \
83       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
84     END { for (dir in files) print dir, files[dir] }'
85 am__base_list = \
86   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
87   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
88 am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
89 LTLIBRARIES = $(noinst_LTLIBRARIES) $(toolexeclib_LTLIBRARIES)
90 libc__11_la_LIBADD =
91 am__objects_1 = chrono.lo condition_variable.lo compatibility-c++0x.lo \
92         compatibility-atomic-c++0x.lo debug.lo functexcept.lo \
93         functional.lo future.lo hash_c++0x.lo hashtable_c++0x.lo \
94         limits.lo mutex.lo placeholders.lo regex.lo shared_ptr.lo \
95         system_error.lo thread.lo
96 @ENABLE_EXTERN_TEMPLATE_TRUE@am__objects_2 = fstream-inst.lo \
97 @ENABLE_EXTERN_TEMPLATE_TRUE@   string-inst.lo wstring-inst.lo
98 am_libc__11_la_OBJECTS = $(am__objects_1) $(am__objects_2)
99 libc__11_la_OBJECTS = $(am_libc__11_la_OBJECTS)
100 libc__11convenience_la_LIBADD =
101 am_libc__11convenience_la_OBJECTS = $(am__objects_1) $(am__objects_2)
102 libc__11convenience_la_OBJECTS = $(am_libc__11convenience_la_OBJECTS)
103 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
104 depcomp =
105 am__depfiles_maybe =
106 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
107         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
108 CXXLD = $(CXX)
109 SOURCES = $(libc__11_la_SOURCES) $(libc__11convenience_la_SOURCES)
110 ETAGS = etags
111 CTAGS = ctags
112 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
113 ACLOCAL = @ACLOCAL@
114 ALLOCATOR_H = @ALLOCATOR_H@
115 ALLOCATOR_NAME = @ALLOCATOR_NAME@
116 AMTAR = @AMTAR@
117 AR = @AR@
118 AS = @AS@
119 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
120 ATOMIC_FLAGS = @ATOMIC_FLAGS@
121 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
122 AUTOCONF = @AUTOCONF@
123 AUTOHEADER = @AUTOHEADER@
124 AUTOMAKE = @AUTOMAKE@
125 AWK = @AWK@
126 BASIC_FILE_CC = @BASIC_FILE_CC@
127 BASIC_FILE_H = @BASIC_FILE_H@
128 CC = @CC@
129 CCODECVT_CC = @CCODECVT_CC@
130 CCOLLATE_CC = @CCOLLATE_CC@
131 CCTYPE_CC = @CCTYPE_CC@
132 CFLAGS = @CFLAGS@
133 CLOCALE_CC = @CLOCALE_CC@
134 CLOCALE_H = @CLOCALE_H@
135 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
136 CMESSAGES_CC = @CMESSAGES_CC@
137 CMESSAGES_H = @CMESSAGES_H@
138 CMONEY_CC = @CMONEY_CC@
139 CNUMERIC_CC = @CNUMERIC_CC@
140 CPP = @CPP@
141 CPPFLAGS = @CPPFLAGS@
142 CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
143 CSTDIO_H = @CSTDIO_H@
144 CTIME_CC = @CTIME_CC@
145 CTIME_H = @CTIME_H@
146 CXX = @CXX@
147 CXXCPP = @CXXCPP@
148 CXXFILT = @CXXFILT@
149 CXXFLAGS = @CXXFLAGS@
150 CYGPATH_W = @CYGPATH_W@
151 C_INCLUDE_DIR = @C_INCLUDE_DIR@
152 DBLATEX = @DBLATEX@
153 DEBUG_FLAGS = @DEBUG_FLAGS@
154 DEFS = @DEFS@
155 DOT = @DOT@
156 DOXYGEN = @DOXYGEN@
157 DSYMUTIL = @DSYMUTIL@
158 DUMPBIN = @DUMPBIN@
159 ECHO_C = @ECHO_C@
160 ECHO_N = @ECHO_N@
161 ECHO_T = @ECHO_T@
162 EGREP = @EGREP@
163 ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
164 EXEEXT = @EXEEXT@
165 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
166 FGREP = @FGREP@
167 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
168 GLIBCXX_LIBS = @GLIBCXX_LIBS@
169 GREP = @GREP@
170 INSTALL = @INSTALL@
171 INSTALL_DATA = @INSTALL_DATA@
172 INSTALL_PROGRAM = @INSTALL_PROGRAM@
173 INSTALL_SCRIPT = @INSTALL_SCRIPT@
174 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
175 LD = @LD@
176 LDFLAGS = @LDFLAGS@
177 LIBICONV = @LIBICONV@
178 LIBOBJS = @LIBOBJS@
179 LIBS = @LIBS@
180 LIBTOOL = @LIBTOOL@
181 LIPO = @LIPO@
182 LN_S = @LN_S@
183 LTLIBICONV = @LTLIBICONV@
184 LTLIBOBJS = @LTLIBOBJS@
185 MAINT = @MAINT@
186 MAKEINFO = @MAKEINFO@
187 MKDIR_P = @MKDIR_P@
188 NM = @NM@
189 NMEDIT = @NMEDIT@
190 OBJDUMP = @OBJDUMP@
191 OBJEXT = @OBJEXT@
192 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
193 OPT_LDFLAGS = @OPT_LDFLAGS@
194 OS_INC_SRCDIR = @OS_INC_SRCDIR@
195 OTOOL = @OTOOL@
196 OTOOL64 = @OTOOL64@
197 PACKAGE = @PACKAGE@
198 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
199 PACKAGE_NAME = @PACKAGE_NAME@
200 PACKAGE_STRING = @PACKAGE_STRING@
201 PACKAGE_TARNAME = @PACKAGE_TARNAME@
202 PACKAGE_URL = @PACKAGE_URL@
203 PACKAGE_VERSION = @PACKAGE_VERSION@
204 PATH_SEPARATOR = @PATH_SEPARATOR@
205 PDFLATEX = @PDFLATEX@
206 PIC_CXXFLAGS = @PIC_CXXFLAGS@
207 RANLIB = @RANLIB@
208 SECTION_FLAGS = @SECTION_FLAGS@
209 SECTION_LDFLAGS = @SECTION_LDFLAGS@
210 SED = @SED@
211 SET_MAKE = @SET_MAKE@
212 SHELL = @SHELL@
213 STRIP = @STRIP@
214 SYMVER_FILE = @SYMVER_FILE@
215 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
216 USE_NLS = @USE_NLS@
217 VERSION = @VERSION@
218 WARN_FLAGS = @WARN_FLAGS@
219 WERROR = @WERROR@
220 XMLLINT = @XMLLINT@
221 XSLTPROC = @XSLTPROC@
222 XSL_STYLE_DIR = @XSL_STYLE_DIR@
223 abs_builddir = @abs_builddir@
224 abs_srcdir = @abs_srcdir@
225 abs_top_builddir = @abs_top_builddir@
226 abs_top_srcdir = @abs_top_srcdir@
227 ac_ct_CC = @ac_ct_CC@
228 ac_ct_CXX = @ac_ct_CXX@
229 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
230 am__leading_dot = @am__leading_dot@
231 am__tar = @am__tar@
232 am__untar = @am__untar@
233 baseline_dir = @baseline_dir@
234 baseline_subdir_switch = @baseline_subdir_switch@
235 bindir = @bindir@
236 build = @build@
237 build_alias = @build_alias@
238 build_cpu = @build_cpu@
239 build_os = @build_os@
240 build_vendor = @build_vendor@
241 builddir = @builddir@
242 check_msgfmt = @check_msgfmt@
243 datadir = @datadir@
244 datarootdir = @datarootdir@
245 docdir = @docdir@
246 dvidir = @dvidir@
247 enable_shared = @enable_shared@
248 enable_static = @enable_static@
249 exec_prefix = @exec_prefix@
250 glibcxx_MOFILES = @glibcxx_MOFILES@
251 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
252 glibcxx_POFILES = @glibcxx_POFILES@
253 glibcxx_builddir = @glibcxx_builddir@
254 glibcxx_localedir = @glibcxx_localedir@
255 glibcxx_prefixdir = @glibcxx_prefixdir@
256 glibcxx_srcdir = @glibcxx_srcdir@
257 glibcxx_toolexecdir = @glibcxx_toolexecdir@
258 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
259 gxx_include_dir = @gxx_include_dir@
260 host = @host@
261 host_alias = @host_alias@
262 host_cpu = @host_cpu@
263 host_os = @host_os@
264 host_vendor = @host_vendor@
265 htmldir = @htmldir@
266 includedir = @includedir@
267 infodir = @infodir@
268 install_sh = @install_sh@
269 libdir = @libdir@
270 libexecdir = @libexecdir@
271 libtool_VERSION = @libtool_VERSION@
272 localedir = @localedir@
273 localstatedir = @localstatedir@
274 lt_host_flags = @lt_host_flags@
275 mandir = @mandir@
276 mkdir_p = @mkdir_p@
277 multi_basedir = @multi_basedir@
278 oldincludedir = @oldincludedir@
279 pdfdir = @pdfdir@
280 port_specific_symbol_files = @port_specific_symbol_files@
281 prefix = @prefix@
282 program_transform_name = @program_transform_name@
283 psdir = @psdir@
284 sbindir = @sbindir@
285 sharedstatedir = @sharedstatedir@
286 srcdir = @srcdir@
287 sysconfdir = @sysconfdir@
288 target = @target@
289 target_alias = @target_alias@
290 target_cpu = @target_cpu@
291 target_os = @target_os@
292 target_vendor = @target_vendor@
293 top_build_prefix = @top_build_prefix@
294 top_builddir = @top_builddir@
295 top_srcdir = @top_srcdir@
296 toplevel_builddir = @toplevel_builddir@
297 toplevel_srcdir = @toplevel_srcdir@
298
299 # May be used by various substitution variables.
300 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
301 MAINT_CHARSET = latin1
302 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
303 PWD_COMMAND = $${PWDCMD-pwd}
304 STAMP = echo timestamp >
305 toolexecdir = $(glibcxx_toolexecdir)
306 toolexeclibdir = $(glibcxx_toolexeclibdir)
307
308 # These bits are all figured out from configure.  Look in acinclude.m4
309 # or configure.ac to see how they are set.  See GLIBCXX_EXPORT_FLAGS.
310 CONFIG_CXXFLAGS = \
311         $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS) -frandom-seed=$@
312
313 WARN_CXXFLAGS = \
314         $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once -Wabi
315
316
317 # -I/-D flags to pass when compiling.
318 AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
319
320 # Convenience library for C++11 runtime.
321 toolexeclib_LTLIBRARIES = libc++11.la
322 noinst_LTLIBRARIES = libc++11convenience.la
323 headers = 
324 sources = \
325         chrono.cc \
326         condition_variable.cc \
327         compatibility-c++0x.cc \
328         compatibility-atomic-c++0x.cc \
329         debug.cc \
330         functexcept.cc \
331         functional.cc \
332         future.cc \
333         hash_c++0x.cc \
334         hashtable_c++0x.cc \
335         limits.cc \
336         mutex.cc \
337         placeholders.cc \
338         regex.cc  \
339         shared_ptr.cc \
340         system_error.cc \
341         thread.cc
342
343 @ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS = 
344 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
345 @ENABLE_EXTERN_TEMPLATE_FALSE@inst_sources = 
346 @ENABLE_EXTERN_TEMPLATE_TRUE@inst_sources = \
347 @ENABLE_EXTERN_TEMPLATE_TRUE@   fstream-inst.cc \
348 @ENABLE_EXTERN_TEMPLATE_TRUE@   string-inst.cc \
349 @ENABLE_EXTERN_TEMPLATE_TRUE@   wstring-inst.cc
350
351 libc__11_la_SOURCES = $(sources) $(inst_sources)
352 libc__11convenience_la_SOURCES = $(sources)  $(inst_sources)
353
354 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
355 # modified in a per-library or per-sub-library way.  Need to manually
356 # set this option because CONFIG_CXXFLAGS has to be after
357 # OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
358 # as the occasion calls for it.
359 AM_CXXFLAGS = \
360         $(PIC_CXXFLAGS) \
361         $(XTEMPLATE_FLAGS) \
362         $(WARN_CXXFLAGS) \
363         $(OPTIMIZE_CXXFLAGS) \
364         $(CONFIG_CXXFLAGS) -std=gnu++11
365
366 AM_MAKEFLAGS = \
367         "gxx_include_dir=$(gxx_include_dir)"
368
369
370 # Libtool notes
371
372 # 1) Need to explicitly set LTCXXCOMPILE so that AM_CXXFLAGS is
373 # last. (That way, things like -O2 passed down from the toplevel can
374 # be overridden by --enable-debug.)
375
376 # 2) In general, libtool expects an argument such as `--tag=CXX' when
377 # using the C++ compiler, because that will enable the settings
378 # detected when C++ support was being configured.  However, when no
379 # such flag is given in the command line, libtool attempts to figure
380 # it out by matching the compiler name in each configuration section
381 # against a prefix of the command line.  The problem is that, if the
382 # compiler name and its initial flags stored in the libtool
383 # configuration file don't match those in the command line, libtool
384 # can't decide which configuration to use, and it gives up.  The
385 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
386 # CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
387 # attempt to infer which configuration to use.
388 # We have to put --tag disable-shared after --tag CXX lest things
389 # CXX undo the affect of disable-shared.
390 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --tag disable-shared $(LIBTOOLFLAGS) \
391                --mode=compile $(CXX) $(TOPLEVEL_INCLUDES) \
392                $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
393
394 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
395
396 # 3) We'd have a problem when building the shared libstdc++ object if
397 # the rules automake generates would be used.  We cannot allow g++ to
398 # be used since this would add -lstdc++ to the link line which of
399 # course is problematic at this point.  So, we get the top-level
400 # directory to configure libstdc++-v3 to use gcc as the C++
401 # compilation driver.
402 CXXLINK = $(LIBTOOL) --tag CXX --tag disable-shared $(LIBTOOLFLAGS) \
403           --mode=link $(CXX) \
404           $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
405
406 all: all-am
407
408 .SUFFIXES:
409 .SUFFIXES: .cc .lo .o .obj
410 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
411         @for dep in $?; do \
412           case '$(am__configure_deps)' in \
413             *$$dep*) \
414               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
415                 && { if test -f $@; then exit 0; else break; fi; }; \
416               exit 1;; \
417           esac; \
418         done; \
419         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/c++11/Makefile'; \
420         $(am__cd) $(top_srcdir) && \
421           $(AUTOMAKE) --foreign --ignore-deps src/c++11/Makefile
422 .PRECIOUS: Makefile
423 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
424         @case '$?' in \
425           *config.status*) \
426             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
427           *) \
428             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
429             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
430         esac;
431
432 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
433         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
434
435 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
436         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
437 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
438         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
439 $(am__aclocal_m4_deps):
440
441 clean-noinstLTLIBRARIES:
442         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
443         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
444           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
445           test "$$dir" != "$$p" || dir=.; \
446           echo "rm -f \"$${dir}/so_locations\""; \
447           rm -f "$${dir}/so_locations"; \
448         done
449 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
450         @$(NORMAL_INSTALL)
451         test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
452         @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
453         list2=; for p in $$list; do \
454           if test -f $$p; then \
455             list2="$$list2 $$p"; \
456           else :; fi; \
457         done; \
458         test -z "$$list2" || { \
459           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
460           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
461         }
462
463 uninstall-toolexeclibLTLIBRARIES:
464         @$(NORMAL_UNINSTALL)
465         @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
466         for p in $$list; do \
467           $(am__strip_dir) \
468           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
469           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
470         done
471
472 clean-toolexeclibLTLIBRARIES:
473         -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
474         @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
475           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
476           test "$$dir" != "$$p" || dir=.; \
477           echo "rm -f \"$${dir}/so_locations\""; \
478           rm -f "$${dir}/so_locations"; \
479         done
480 libc++11.la: $(libc__11_la_OBJECTS) $(libc__11_la_DEPENDENCIES) 
481         $(CXXLINK) -rpath $(toolexeclibdir) $(libc__11_la_OBJECTS) $(libc__11_la_LIBADD) $(LIBS)
482 libc++11convenience.la: $(libc__11convenience_la_OBJECTS) $(libc__11convenience_la_DEPENDENCIES) 
483         $(CXXLINK)  $(libc__11convenience_la_OBJECTS) $(libc__11convenience_la_LIBADD) $(LIBS)
484
485 mostlyclean-compile:
486         -rm -f *.$(OBJEXT)
487
488 distclean-compile:
489         -rm -f *.tab.c
490
491 .cc.o:
492         $(CXXCOMPILE) -c -o $@ $<
493
494 .cc.obj:
495         $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
496
497 .cc.lo:
498         $(LTCXXCOMPILE) -c -o $@ $<
499
500 mostlyclean-libtool:
501         -rm -f *.lo
502
503 clean-libtool:
504         -rm -rf .libs _libs
505
506 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
507         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
508         unique=`for i in $$list; do \
509             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
510           done | \
511           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
512               END { if (nonempty) { for (i in files) print i; }; }'`; \
513         mkid -fID $$unique
514 tags: TAGS
515
516 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
517                 $(TAGS_FILES) $(LISP)
518         set x; \
519         here=`pwd`; \
520         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
521         unique=`for i in $$list; do \
522             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
523           done | \
524           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
525               END { if (nonempty) { for (i in files) print i; }; }'`; \
526         shift; \
527         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
528           test -n "$$unique" || unique=$$empty_fix; \
529           if test $$# -gt 0; then \
530             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
531               "$$@" $$unique; \
532           else \
533             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
534               $$unique; \
535           fi; \
536         fi
537 ctags: CTAGS
538 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
539                 $(TAGS_FILES) $(LISP)
540         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
541         unique=`for i in $$list; do \
542             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
543           done | \
544           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
545               END { if (nonempty) { for (i in files) print i; }; }'`; \
546         test -z "$(CTAGS_ARGS)$$unique" \
547           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
548              $$unique
549
550 GTAGS:
551         here=`$(am__cd) $(top_builddir) && pwd` \
552           && $(am__cd) $(top_srcdir) \
553           && gtags -i $(GTAGS_ARGS) "$$here"
554
555 distclean-tags:
556         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
557 check-am: all-am
558 check: check-am
559 all-am: Makefile $(LTLIBRARIES)
560 installdirs:
561         for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
562           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
563         done
564 install: install-am
565 install-exec: install-exec-am
566 install-data: install-data-am
567 uninstall: uninstall-am
568
569 install-am: all-am
570         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
571
572 installcheck: installcheck-am
573 install-strip:
574         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
575           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
576           `test -z '$(STRIP)' || \
577             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
578 mostlyclean-generic:
579
580 clean-generic:
581
582 distclean-generic:
583         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
584         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
585
586 maintainer-clean-generic:
587         @echo "This command is intended for maintainers to use"
588         @echo "it deletes files that may require special tools to rebuild."
589 clean: clean-am
590
591 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
592         clean-toolexeclibLTLIBRARIES mostlyclean-am
593
594 distclean: distclean-am
595         -rm -f Makefile
596 distclean-am: clean-am distclean-compile distclean-generic \
597         distclean-tags
598
599 dvi: dvi-am
600
601 dvi-am:
602
603 html: html-am
604
605 html-am:
606
607 info: info-am
608
609 info-am:
610
611 install-data-am:
612
613 install-dvi: install-dvi-am
614
615 install-dvi-am:
616
617 install-exec-am: install-toolexeclibLTLIBRARIES
618
619 install-html: install-html-am
620
621 install-html-am:
622
623 install-info: install-info-am
624
625 install-info-am:
626
627 install-man:
628
629 install-pdf: install-pdf-am
630
631 install-pdf-am:
632
633 install-ps: install-ps-am
634
635 install-ps-am:
636
637 installcheck-am:
638
639 maintainer-clean: maintainer-clean-am
640         -rm -f Makefile
641 maintainer-clean-am: distclean-am maintainer-clean-generic
642
643 mostlyclean: mostlyclean-am
644
645 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
646         mostlyclean-libtool
647
648 pdf: pdf-am
649
650 pdf-am:
651
652 ps: ps-am
653
654 ps-am:
655
656 uninstall-am: uninstall-toolexeclibLTLIBRARIES
657
658 .MAKE: install-am install-strip
659
660 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
661         clean-libtool clean-noinstLTLIBRARIES \
662         clean-toolexeclibLTLIBRARIES ctags distclean distclean-compile \
663         distclean-generic distclean-libtool distclean-tags dvi dvi-am \
664         html html-am info info-am install install-am install-data \
665         install-data-am install-dvi install-dvi-am install-exec \
666         install-exec-am install-html install-html-am install-info \
667         install-info-am install-man install-pdf install-pdf-am \
668         install-ps install-ps-am install-strip \
669         install-toolexeclibLTLIBRARIES installcheck installcheck-am \
670         installdirs maintainer-clean maintainer-clean-generic \
671         mostlyclean mostlyclean-compile mostlyclean-generic \
672         mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
673         uninstall-am uninstall-toolexeclibLTLIBRARIES
674
675
676 vpath % $(top_srcdir)/src/c++11
677 vpath % $(top_srcdir)
678
679 # Tell versions [3.59,3.63) of GNU make to not export all variables.
680 # Otherwise a system limit (for SysV at least) may be exceeded.
681 .NOEXPORT: