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