]> git.ipfire.org Git - thirdparty/gcc.git/blob - libstdc++-v3/Makefile.in
Fix inaccurate comment in new test
[thirdparty/gcc.git] / libstdc++-v3 / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 target_triplet = @target@
91 subdir = .
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
94 $(top_srcdir)/../config/enable.m4 \
95 $(top_srcdir)/../config/futex.m4 \
96 $(top_srcdir)/../config/hwcaps.m4 \
97 $(top_srcdir)/../config/iconv.m4 \
98 $(top_srcdir)/../config/lead-dot.m4 \
99 $(top_srcdir)/../config/lib-ld.m4 \
100 $(top_srcdir)/../config/lib-link.m4 \
101 $(top_srcdir)/../config/lib-prefix.m4 \
102 $(top_srcdir)/../config/lthostflags.m4 \
103 $(top_srcdir)/../config/multi.m4 \
104 $(top_srcdir)/../config/no-executables.m4 \
105 $(top_srcdir)/../config/override.m4 \
106 $(top_srcdir)/../config/stdint.m4 \
107 $(top_srcdir)/../config/unwind_ipinfo.m4 \
108 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
109 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
110 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
111 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
112 $(top_srcdir)/../config/gc++filt.m4 \
113 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../config/gthr.m4 \
114 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
118 $(am__configure_deps)
119 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
120 configure.lineno config.status.lineno
121 CONFIG_HEADER = config.h
122 CONFIG_CLEAN_FILES = scripts/testsuite_flags scripts/extract_symvers \
123 doc/xsl/customization.xsl
124 CONFIG_CLEAN_VPATH_FILES =
125 AM_V_P = $(am__v_P_@AM_V@)
126 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
127 am__v_P_0 = false
128 am__v_P_1 = :
129 AM_V_GEN = $(am__v_GEN_@AM_V@)
130 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
131 am__v_GEN_0 = @echo " GEN " $@;
132 am__v_GEN_1 =
133 AM_V_at = $(am__v_at_@AM_V@)
134 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
135 am__v_at_0 = @
136 am__v_at_1 =
137 depcomp =
138 am__depfiles_maybe =
139 SOURCES =
140 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
141 ctags-recursive dvi-recursive html-recursive info-recursive \
142 install-data-recursive install-dvi-recursive \
143 install-exec-recursive install-html-recursive \
144 install-info-recursive install-pdf-recursive \
145 install-ps-recursive install-recursive installcheck-recursive \
146 installdirs-recursive pdf-recursive ps-recursive \
147 tags-recursive uninstall-recursive
148 am__can_run_installinfo = \
149 case $$AM_UPDATE_INFO_DIR in \
150 n|no|NO) false;; \
151 *) (install-info --version) >/dev/null 2>&1;; \
152 esac
153 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
154 distclean-recursive maintainer-clean-recursive
155 am__recursive_targets = \
156 $(RECURSIVE_TARGETS) \
157 $(RECURSIVE_CLEAN_TARGETS) \
158 $(am__extra_recursive_targets)
159 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
160 cscope
161 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
162 $(LISP)config.h.in
163 # Read a list of newline-separated strings from the standard input,
164 # and print each of them once, without duplicates. Input order is
165 # *not* preserved.
166 am__uniquify_input = $(AWK) '\
167 BEGIN { nonempty = 0; } \
168 { items[$$0] = 1; nonempty = 1; } \
169 END { if (nonempty) { for (i in items) print i; }; } \
170 '
171 # Make sure the list of sources is unique. This is necessary because,
172 # e.g., the same source file might be shared among _SOURCES variables
173 # for different programs/libraries.
174 am__define_uniq_tagged_files = \
175 list='$(am__tagged_files)'; \
176 unique=`for i in $$list; do \
177 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
178 done | $(am__uniquify_input)`
179 ETAGS = etags
180 CTAGS = ctags
181 CSCOPE = cscope
182 DIST_SUBDIRS = include libsupc++ src doc po testsuite python
183 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
184 ACLOCAL = @ACLOCAL@
185 ALLOCATOR_H = @ALLOCATOR_H@
186 ALLOCATOR_NAME = @ALLOCATOR_NAME@
187 AMTAR = @AMTAR@
188 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
189 AR = @AR@
190 AS = @AS@
191 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
192 ATOMIC_FLAGS = @ATOMIC_FLAGS@
193 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
194 AUTOCONF = @AUTOCONF@
195 AUTOHEADER = @AUTOHEADER@
196 AUTOMAKE = @AUTOMAKE@
197 AWK = @AWK@
198 BASIC_FILE_CC = @BASIC_FILE_CC@
199 BASIC_FILE_H = @BASIC_FILE_H@
200 CC = @CC@
201 CCODECVT_CC = @CCODECVT_CC@
202 CCOLLATE_CC = @CCOLLATE_CC@
203 CCTYPE_CC = @CCTYPE_CC@
204 CFLAGS = @CFLAGS@
205 CLOCALE_CC = @CLOCALE_CC@
206 CLOCALE_H = @CLOCALE_H@
207 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
208 CMESSAGES_CC = @CMESSAGES_CC@
209 CMESSAGES_H = @CMESSAGES_H@
210 CMONEY_CC = @CMONEY_CC@
211 CNUMERIC_CC = @CNUMERIC_CC@
212 CPP = @CPP@
213 CPPFLAGS = @CPPFLAGS@
214 CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
215 CPU_OPT_BITS_RANDOM = @CPU_OPT_BITS_RANDOM@
216 CPU_OPT_EXT_RANDOM = @CPU_OPT_EXT_RANDOM@
217 CSTDIO_H = @CSTDIO_H@
218 CTIME_CC = @CTIME_CC@
219 CTIME_H = @CTIME_H@
220 CXX = @CXX@
221 CXXCPP = @CXXCPP@
222 CXXFILT = @CXXFILT@
223 CXXFLAGS = @CXXFLAGS@
224 CYGPATH_W = @CYGPATH_W@
225 C_INCLUDE_DIR = @C_INCLUDE_DIR@
226 DBLATEX = @DBLATEX@
227 DEBUG_FLAGS = @DEBUG_FLAGS@
228 DEFS = @DEFS@
229 DOT = @DOT@
230 DOXYGEN = @DOXYGEN@
231 DSYMUTIL = @DSYMUTIL@
232 DUMPBIN = @DUMPBIN@
233 ECHO_C = @ECHO_C@
234 ECHO_N = @ECHO_N@
235 ECHO_T = @ECHO_T@
236 EGREP = @EGREP@
237 ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
238 EXEEXT = @EXEEXT@
239 EXTRA_CFLAGS = @EXTRA_CFLAGS@
240 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
241 FGREP = @FGREP@
242 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
243 GLIBCXX_LIBS = @GLIBCXX_LIBS@
244 GREP = @GREP@
245 HWCAP_CFLAGS = @HWCAP_CFLAGS@
246 INSTALL = @INSTALL@
247 INSTALL_DATA = @INSTALL_DATA@
248 INSTALL_PROGRAM = @INSTALL_PROGRAM@
249 INSTALL_SCRIPT = @INSTALL_SCRIPT@
250 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
251 LD = @LD@
252 LDFLAGS = @LDFLAGS@
253 LIBICONV = @LIBICONV@
254 LIBOBJS = @LIBOBJS@
255 LIBS = @LIBS@
256 LIBTOOL = @LIBTOOL@
257 LIPO = @LIPO@
258 LN_S = @LN_S@
259 LONG_DOUBLE_COMPAT_FLAGS = @LONG_DOUBLE_COMPAT_FLAGS@
260 LTLIBICONV = @LTLIBICONV@
261 LTLIBOBJS = @LTLIBOBJS@
262 MAINT = @MAINT@
263 MAKEINFO = @MAKEINFO@
264 MKDIR_P = @MKDIR_P@
265 NM = @NM@
266 NMEDIT = @NMEDIT@
267 OBJDUMP = @OBJDUMP@
268 OBJEXT = @OBJEXT@
269 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
270 OPT_LDFLAGS = @OPT_LDFLAGS@
271 OS_INC_SRCDIR = @OS_INC_SRCDIR@
272 OTOOL = @OTOOL@
273 OTOOL64 = @OTOOL64@
274 PACKAGE = @PACKAGE@
275 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
276 PACKAGE_NAME = @PACKAGE_NAME@
277 PACKAGE_STRING = @PACKAGE_STRING@
278 PACKAGE_TARNAME = @PACKAGE_TARNAME@
279 PACKAGE_URL = @PACKAGE_URL@
280 PACKAGE_VERSION = @PACKAGE_VERSION@
281 PATH_SEPARATOR = @PATH_SEPARATOR@
282 PDFLATEX = @PDFLATEX@
283 RANLIB = @RANLIB@
284 SECTION_FLAGS = @SECTION_FLAGS@
285 SECTION_LDFLAGS = @SECTION_LDFLAGS@
286 SED = @SED@
287 SET_MAKE = @SET_MAKE@
288 SHELL = @SHELL@
289 STRIP = @STRIP@
290 SYMVER_FILE = @SYMVER_FILE@
291 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
292 USE_NLS = @USE_NLS@
293 VERSION = @VERSION@
294 VTV_CXXFLAGS = @VTV_CXXFLAGS@
295 VTV_CXXLINKFLAGS = @VTV_CXXLINKFLAGS@
296 VTV_PCH_CXXFLAGS = @VTV_PCH_CXXFLAGS@
297 WARN_FLAGS = @WARN_FLAGS@
298 XMLCATALOG = @XMLCATALOG@
299 XMLLINT = @XMLLINT@
300 XSLTPROC = @XSLTPROC@
301 XSL_STYLE_DIR = @XSL_STYLE_DIR@
302 abs_builddir = @abs_builddir@
303 abs_srcdir = @abs_srcdir@
304 abs_top_builddir = @abs_top_builddir@
305 abs_top_srcdir = @abs_top_srcdir@
306 ac_ct_CC = @ac_ct_CC@
307 ac_ct_CXX = @ac_ct_CXX@
308 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
309 am__leading_dot = @am__leading_dot@
310 am__tar = @am__tar@
311 am__untar = @am__untar@
312 baseline_dir = @baseline_dir@
313 baseline_subdir_switch = @baseline_subdir_switch@
314 bindir = @bindir@
315 build = @build@
316 build_alias = @build_alias@
317 build_cpu = @build_cpu@
318 build_os = @build_os@
319 build_vendor = @build_vendor@
320 builddir = @builddir@
321 check_msgfmt = @check_msgfmt@
322 datadir = @datadir@
323 datarootdir = @datarootdir@
324 docdir = @docdir@
325 dvidir = @dvidir@
326 enable_shared = @enable_shared@
327 enable_static = @enable_static@
328 exec_prefix = @exec_prefix@
329 get_gcc_base_ver = @get_gcc_base_ver@
330 glibcxx_MOFILES = @glibcxx_MOFILES@
331 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
332 glibcxx_POFILES = @glibcxx_POFILES@
333 glibcxx_builddir = @glibcxx_builddir@
334 glibcxx_compiler_pic_flag = @glibcxx_compiler_pic_flag@
335 glibcxx_compiler_shared_flag = @glibcxx_compiler_shared_flag@
336 glibcxx_cxx98_abi = @glibcxx_cxx98_abi@
337 glibcxx_localedir = @glibcxx_localedir@
338 glibcxx_lt_pic_flag = @glibcxx_lt_pic_flag@
339 glibcxx_prefixdir = @glibcxx_prefixdir@
340 glibcxx_srcdir = @glibcxx_srcdir@
341 glibcxx_toolexecdir = @glibcxx_toolexecdir@
342 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
343 gxx_include_dir = @gxx_include_dir@
344 host = @host@
345 host_alias = @host_alias@
346 host_cpu = @host_cpu@
347 host_os = @host_os@
348 host_vendor = @host_vendor@
349 htmldir = @htmldir@
350 includedir = @includedir@
351 infodir = @infodir@
352 install_sh = @install_sh@
353 libdir = @libdir@
354 libexecdir = @libexecdir@
355 libtool_VERSION = @libtool_VERSION@
356 localedir = @localedir@
357 localstatedir = @localstatedir@
358 lt_host_flags = @lt_host_flags@
359 mandir = @mandir@
360 mkdir_p = @mkdir_p@
361 multi_basedir = @multi_basedir@
362 oldincludedir = @oldincludedir@
363 pdfdir = @pdfdir@
364 port_specific_symbol_files = @port_specific_symbol_files@
365 prefix = @prefix@
366 program_transform_name = @program_transform_name@
367 psdir = @psdir@
368 python_mod_dir = @python_mod_dir@
369 sbindir = @sbindir@
370 sharedstatedir = @sharedstatedir@
371 srcdir = @srcdir@
372 sysconfdir = @sysconfdir@
373 target = @target@
374 target_alias = @target_alias@
375 target_cpu = @target_cpu@
376 target_os = @target_os@
377 target_vendor = @target_vendor@
378 thread_header = @thread_header@
379 top_build_prefix = @top_build_prefix@
380 top_builddir = @top_builddir@
381 top_srcdir = @top_srcdir@
382 toplevel_builddir = @toplevel_builddir@
383 toplevel_srcdir = @toplevel_srcdir@
384
385 # May be used by various substitution variables.
386 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
387 MAINT_CHARSET = latin1
388 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
389 PWD_COMMAND = $${PWDCMD-pwd}
390 STAMP = echo timestamp >
391 toolexecdir = $(glibcxx_toolexecdir)
392 toolexeclibdir = $(glibcxx_toolexeclibdir)
393 @ENABLE_WERROR_FALSE@WERROR_FLAG =
394 @ENABLE_WERROR_TRUE@WERROR_FLAG = -Werror
395 @ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS =
396 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
397
398 # These bits are all figured out from configure. Look in acinclude.m4
399 # or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
400 CONFIG_CXXFLAGS = \
401 $(SECTION_FLAGS) $(HWCAP_CFLAGS) -frandom-seed=$@
402
403 WARN_CXXFLAGS = \
404 $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once
405
406
407 # -I/-D flags to pass when compiling.
408 AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
409 @GLIBCXX_HOSTED_TRUE@hosted_source = src doc po testsuite python
410 SUBDIRS = include libsupc++ $(hosted_source)
411 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
412 @BUILD_XML_FALSE@STAMP_XML =
413
414 # Documentation conditionals for output.
415 @BUILD_XML_TRUE@STAMP_XML = doc-xml
416 @BUILD_XML_FALSE@STAMP_INSTALL_XML =
417 @BUILD_XML_TRUE@STAMP_INSTALL_XML = doc-install-xml
418 @BUILD_HTML_FALSE@STAMP_HTML =
419 @BUILD_HTML_TRUE@STAMP_HTML = doc-html
420 @BUILD_HTML_FALSE@STAMP_INSTALL_HTML =
421 @BUILD_HTML_TRUE@STAMP_INSTALL_HTML = doc-install-html
422 @BUILD_MAN_FALSE@STAMP_MAN =
423 @BUILD_MAN_TRUE@STAMP_MAN = doc-man
424 @BUILD_MAN_FALSE@STAMP_INSTALL_MAN =
425 @BUILD_MAN_TRUE@STAMP_INSTALL_MAN = doc-install-man
426 @BUILD_PDF_FALSE@STAMP_PDF =
427 @BUILD_PDF_TRUE@STAMP_PDF = doc-pdf
428 @BUILD_PDF_FALSE@STAMP_INSTALL_PDF =
429 @BUILD_PDF_TRUE@STAMP_INSTALL_PDF = doc-install-pdf
430 @BUILD_EPUB_FALSE@STAMP_EPUB = doc-epub
431 @BUILD_EPUB_TRUE@STAMP_EPUB = doc-epub
432 @BUILD_EPUB_FALSE@STAMP_INSTALL_EPUB = doc-install-epub
433 @BUILD_EPUB_TRUE@STAMP_INSTALL_EPUB = doc-install-epub
434
435 # Multilib support.
436 MAKEOVERRIDES =
437
438 # Work around what appears to be a GNU make bug handling MAKEFLAGS
439 # values defined in terms of make variables, as is the case for CC and
440 # friends when we are called from the top level Makefile.
441 AM_MAKEFLAGS = \
442 "AR_FLAGS=$(AR_FLAGS)" \
443 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
444 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
445 "CFLAGS=$(CFLAGS)" \
446 "CXXFLAGS=$(CXXFLAGS)" \
447 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
448 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
449 "INSTALL=$(INSTALL)" \
450 "INSTALL_DATA=$(INSTALL_DATA)" \
451 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
452 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
453 "LDFLAGS=$(LDFLAGS)" \
454 "LIBCFLAGS=$(LIBCFLAGS)" \
455 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
456 "MAKE=$(MAKE)" \
457 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
458 "SHELL=$(SHELL)" \
459 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
460 "exec_prefix=$(exec_prefix)" \
461 "infodir=$(infodir)" \
462 "libdir=$(libdir)" \
463 "includedir=$(includedir)" \
464 "prefix=$(prefix)" \
465 "tooldir=$(tooldir)" \
466 "gxx_include_dir=$(gxx_include_dir)" \
467 "AR=$(AR)" \
468 "AS=$(AS)" \
469 "LD=$(LD)" \
470 "RANLIB=$(RANLIB)" \
471 "NM=$(NM)" \
472 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
473 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
474 "DESTDIR=$(DESTDIR)" \
475 "WERROR=$(WERROR)"
476
477
478 # Subdir rules rely on $(FLAGS_TO_PASS)
479 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
480 MULTISRCTOP =
481 MULTIBUILDTOP =
482 MULTIDIRS =
483 MULTISUBDIR =
484 MULTIDO = true
485 MULTICLEAN = true
486 all: config.h
487 $(MAKE) $(AM_MAKEFLAGS) all-recursive
488
489 .SUFFIXES:
490 am--refresh: Makefile
491 @:
492 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(top_srcdir)/../multilib.am $(am__configure_deps)
493 @for dep in $?; do \
494 case '$(am__configure_deps)' in \
495 *$$dep*) \
496 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
497 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
498 && exit 0; \
499 exit 1;; \
500 esac; \
501 done; \
502 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
503 $(am__cd) $(top_srcdir) && \
504 $(AUTOMAKE) --foreign --ignore-deps Makefile
505 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
506 @case '$?' in \
507 *config.status*) \
508 echo ' $(SHELL) ./config.status'; \
509 $(SHELL) ./config.status;; \
510 *) \
511 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
512 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
513 esac;
514 $(top_srcdir)/fragment.am $(top_srcdir)/../multilib.am $(am__empty):
515
516 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
517 $(SHELL) ./config.status --recheck
518
519 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
520 $(am__cd) $(srcdir) && $(AUTOCONF)
521 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
522 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
523 $(am__aclocal_m4_deps):
524
525 config.h: stamp-h1
526 @test -f $@ || rm -f stamp-h1
527 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
528
529 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
530 @rm -f stamp-h1
531 cd $(top_builddir) && $(SHELL) ./config.status config.h
532 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
533 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
534 rm -f stamp-h1
535 touch $@
536
537 distclean-hdr:
538 -rm -f config.h stamp-h1
539 scripts/testsuite_flags: $(top_builddir)/config.status $(top_srcdir)/scripts/testsuite_flags.in
540 cd $(top_builddir) && $(SHELL) ./config.status $@
541 scripts/extract_symvers: $(top_builddir)/config.status $(top_srcdir)/scripts/extract_symvers.in
542 cd $(top_builddir) && $(SHELL) ./config.status $@
543 doc/xsl/customization.xsl: $(top_builddir)/config.status $(top_srcdir)/doc/xsl/customization.xsl.in
544 cd $(top_builddir) && $(SHELL) ./config.status $@
545
546 mostlyclean-libtool:
547 -rm -f *.lo
548
549 clean-libtool:
550 -rm -rf .libs _libs
551
552 distclean-libtool:
553 -rm -f libtool config.lt
554
555 # This directory's subdirectories are mostly independent; you can cd
556 # into them and run 'make' without going through this Makefile.
557 # To change the values of 'make' variables: instead of editing Makefiles,
558 # (1) if the variable is set in 'config.status', edit 'config.status'
559 # (which will cause the Makefiles to be regenerated when you run 'make');
560 # (2) otherwise, pass the desired values on the 'make' command line.
561 $(am__recursive_targets):
562 @fail=; \
563 if $(am__make_keepgoing); then \
564 failcom='fail=yes'; \
565 else \
566 failcom='exit 1'; \
567 fi; \
568 dot_seen=no; \
569 target=`echo $@ | sed s/-recursive//`; \
570 case "$@" in \
571 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
572 *) list='$(SUBDIRS)' ;; \
573 esac; \
574 for subdir in $$list; do \
575 echo "Making $$target in $$subdir"; \
576 if test "$$subdir" = "."; then \
577 dot_seen=yes; \
578 local_target="$$target-am"; \
579 else \
580 local_target="$$target"; \
581 fi; \
582 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
583 || eval $$failcom; \
584 done; \
585 if test "$$dot_seen" = "no"; then \
586 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
587 fi; test -z "$$fail"
588
589 ID: $(am__tagged_files)
590 $(am__define_uniq_tagged_files); mkid -fID $$unique
591 tags: tags-recursive
592
593 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
594 set x; \
595 here=`pwd`; \
596 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
597 include_option=--etags-include; \
598 empty_fix=.; \
599 else \
600 include_option=--include; \
601 empty_fix=; \
602 fi; \
603 list='$(SUBDIRS)'; for subdir in $$list; do \
604 if test "$$subdir" = .; then :; else \
605 test ! -f $$subdir/TAGS || \
606 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
607 fi; \
608 done; \
609 $(am__define_uniq_tagged_files); \
610 shift; \
611 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
612 test -n "$$unique" || unique=$$empty_fix; \
613 if test $$# -gt 0; then \
614 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
615 "$$@" $$unique; \
616 else \
617 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
618 $$unique; \
619 fi; \
620 fi
621 ctags: ctags-recursive
622
623 CTAGS: ctags
624 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
625 $(am__define_uniq_tagged_files); \
626 test -z "$(CTAGS_ARGS)$$unique" \
627 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
628 $$unique
629
630 GTAGS:
631 here=`$(am__cd) $(top_builddir) && pwd` \
632 && $(am__cd) $(top_srcdir) \
633 && gtags -i $(GTAGS_ARGS) "$$here"
634 cscope: cscope.files
635 test ! -s cscope.files \
636 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
637 clean-cscope:
638 -rm -f cscope.files
639 cscope.files: clean-cscope cscopelist
640 cscopelist: cscopelist-recursive
641
642 cscopelist-am: $(am__tagged_files)
643 list='$(am__tagged_files)'; \
644 case "$(srcdir)" in \
645 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
646 *) sdir=$(subdir)/$(srcdir) ;; \
647 esac; \
648 for i in $$list; do \
649 if test -f "$$i"; then \
650 echo "$(subdir)/$$i"; \
651 else \
652 echo "$$sdir/$$i"; \
653 fi; \
654 done >> $(top_builddir)/cscope.files
655
656 distclean-tags:
657 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
658 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
659 check-am: all-am
660 check: check-recursive
661 all-am: Makefile config.h all-local
662 installdirs: installdirs-recursive
663 installdirs-am:
664 install: install-recursive
665 install-exec: install-exec-recursive
666 install-data: install-data-recursive
667 uninstall: uninstall-recursive
668
669 install-am: all-am
670 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
671
672 installcheck: installcheck-recursive
673 install-strip:
674 if test -z '$(STRIP)'; then \
675 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
676 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
677 install; \
678 else \
679 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
680 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
681 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
682 fi
683 mostlyclean-generic:
684
685 clean-generic:
686
687 distclean-generic:
688 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
689 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
690
691 maintainer-clean-generic:
692 @echo "This command is intended for maintainers to use"
693 @echo "it deletes files that may require special tools to rebuild."
694 clean: clean-recursive
695
696 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
697
698 distclean: distclean-recursive
699 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
700 -rm -f Makefile
701 distclean-am: clean-am distclean-generic distclean-hdr \
702 distclean-libtool distclean-local distclean-tags
703
704 dvi-am:
705
706 html-am:
707
708 info-am:
709
710 install-data-am:
711
712 install-dvi-am:
713
714 install-exec-am: install-exec-local
715
716 install-html-am:
717
718 install-info-am:
719
720 install-pdf-am:
721
722 install-ps-am:
723
724 installcheck-am:
725
726 maintainer-clean: maintainer-clean-recursive
727 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
728 -rm -rf $(top_srcdir)/autom4te.cache
729 -rm -f Makefile
730 maintainer-clean-am: distclean-am maintainer-clean-generic \
731 maintainer-clean-local
732
733 mostlyclean: mostlyclean-recursive
734
735 mostlyclean-am: mostlyclean-generic mostlyclean-libtool \
736 mostlyclean-local
737
738 pdf-am:
739
740 ps-am:
741
742 uninstall-am:
743
744 .MAKE: $(am__recursive_targets) all install-am install-strip
745
746 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
747 am--refresh check check-am clean clean-cscope clean-generic \
748 clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
749 distclean distclean-generic distclean-hdr distclean-libtool \
750 distclean-local distclean-tags dvi dvi-am html html-am info \
751 info-am install install-am install-data install-data-am \
752 install-dvi install-dvi-am install-exec install-exec-am \
753 install-exec-local install-html install-html-am install-info \
754 install-info-am install-man install-pdf install-pdf-am \
755 install-ps install-ps-am install-strip installcheck \
756 installcheck-am installdirs installdirs-am maintainer-clean \
757 maintainer-clean-generic maintainer-clean-local mostlyclean \
758 mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
759 pdf-am ps ps-am tags tags-am uninstall uninstall-am
760
761 .PRECIOUS: Makefile
762
763
764 # Testsuite/check forwarding targets.
765 check-%:
766 cd testsuite && $(MAKE) $@
767
768 # Documentation forwarding targets.
769 doc-%:
770 cd doc && $(MAKE) $@
771
772 # Documentation primary rules.
773 #
774 # xml:
775 # html:
776 # pdf:
777 # man:
778 # info:
779 # ps:
780 # dvi:
781 # epub:
782 # install-xml:
783 # install-html:
784 # install-pdf:
785 # install-man:
786 # install-info:
787 # install-ps:
788 # install-dvi:
789 # install-epub:
790
791 xml: $(STAMP_XML)
792 install-xml: $(STAMP_INSTALL_XML)
793
794 html: $(STAMP_HTML)
795 install-html: $(STAMP_INSTALL_HTML)
796
797 man: $(STAMP_MAN)
798 install-man: $(STAMP_INSTALL_MAN)
799
800 pdf: $(STAMP_PDF)
801 install-pdf: $(STAMP_INSTALL_PDF)
802
803 epub: $(STAMP_EPUB)
804 install-epub: $(STAMP_INSTALL_EPUB)
805
806 info:
807 install-info:
808
809 ps:
810 install-ps:
811
812 dvi:
813 install-dvi:
814
815 # All the machinations with string instantiations messes up the
816 # automake-generated TAGS rule. Make a simple one here.
817 TAGS: tags-recursive $(LISP)
818
819 # GNU Make needs to see an explicit $(MAKE) variable in the command it
820 # runs to enable its job server during parallel builds. Hence the
821 # comments below.
822 all-multi:
823 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
824 install-multi:
825 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
826 mostlyclean-multi:
827 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
828 clean-multi:
829 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
830 distclean-multi:
831 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
832 maintainer-clean-multi:
833 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
834
835 .MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
836 install-multi maintainer-clean-multi mostlyclean-multi
837
838 install-exec-local: install-multi
839
840 all-local: all-multi
841 mostlyclean-local: mostlyclean-multi
842 clean-local: clean-multi
843 distclean-local: distclean-multi
844 maintainer-clean-local: maintainer-clean-multi
845
846 # Tell versions [3.59,3.63) of GNU make to not export all variables.
847 # Otherwise a system limit (for SysV at least) may be exceeded.
848 .NOEXPORT: