OSDN Git Service

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