dump_printf: add "%C" for dumping cgraph_node *
[official-gcc.git] / libstdc++-v3 / Makefile.in
blob7fe9efb23c9da70d2af0c4ccab3de7d9a5afb97d
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
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.
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.
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; \
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; }; } \
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 XMLLINT = @XMLLINT@
299 XSLTPROC = @XSLTPROC@
300 XSL_STYLE_DIR = @XSL_STYLE_DIR@
301 abs_builddir = @abs_builddir@
302 abs_srcdir = @abs_srcdir@
303 abs_top_builddir = @abs_top_builddir@
304 abs_top_srcdir = @abs_top_srcdir@
305 ac_ct_CC = @ac_ct_CC@
306 ac_ct_CXX = @ac_ct_CXX@
307 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
308 am__leading_dot = @am__leading_dot@
309 am__tar = @am__tar@
310 am__untar = @am__untar@
311 baseline_dir = @baseline_dir@
312 baseline_subdir_switch = @baseline_subdir_switch@
313 bindir = @bindir@
314 build = @build@
315 build_alias = @build_alias@
316 build_cpu = @build_cpu@
317 build_os = @build_os@
318 build_vendor = @build_vendor@
319 builddir = @builddir@
320 check_msgfmt = @check_msgfmt@
321 datadir = @datadir@
322 datarootdir = @datarootdir@
323 docdir = @docdir@
324 dvidir = @dvidir@
325 enable_shared = @enable_shared@
326 enable_static = @enable_static@
327 exec_prefix = @exec_prefix@
328 get_gcc_base_ver = @get_gcc_base_ver@
329 glibcxx_MOFILES = @glibcxx_MOFILES@
330 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
331 glibcxx_POFILES = @glibcxx_POFILES@
332 glibcxx_builddir = @glibcxx_builddir@
333 glibcxx_compiler_pic_flag = @glibcxx_compiler_pic_flag@
334 glibcxx_compiler_shared_flag = @glibcxx_compiler_shared_flag@
335 glibcxx_cxx98_abi = @glibcxx_cxx98_abi@
336 glibcxx_localedir = @glibcxx_localedir@
337 glibcxx_lt_pic_flag = @glibcxx_lt_pic_flag@
338 glibcxx_prefixdir = @glibcxx_prefixdir@
339 glibcxx_srcdir = @glibcxx_srcdir@
340 glibcxx_toolexecdir = @glibcxx_toolexecdir@
341 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
342 gxx_include_dir = @gxx_include_dir@
343 host = @host@
344 host_alias = @host_alias@
345 host_cpu = @host_cpu@
346 host_os = @host_os@
347 host_vendor = @host_vendor@
348 htmldir = @htmldir@
349 includedir = @includedir@
350 infodir = @infodir@
351 install_sh = @install_sh@
352 libdir = @libdir@
353 libexecdir = @libexecdir@
354 libtool_VERSION = @libtool_VERSION@
355 localedir = @localedir@
356 localstatedir = @localstatedir@
357 lt_host_flags = @lt_host_flags@
358 mandir = @mandir@
359 mkdir_p = @mkdir_p@
360 multi_basedir = @multi_basedir@
361 oldincludedir = @oldincludedir@
362 pdfdir = @pdfdir@
363 port_specific_symbol_files = @port_specific_symbol_files@
364 prefix = @prefix@
365 program_transform_name = @program_transform_name@
366 psdir = @psdir@
367 python_mod_dir = @python_mod_dir@
368 sbindir = @sbindir@
369 sharedstatedir = @sharedstatedir@
370 srcdir = @srcdir@
371 sysconfdir = @sysconfdir@
372 target = @target@
373 target_alias = @target_alias@
374 target_cpu = @target_cpu@
375 target_os = @target_os@
376 target_vendor = @target_vendor@
377 thread_header = @thread_header@
378 top_build_prefix = @top_build_prefix@
379 top_builddir = @top_builddir@
380 top_srcdir = @top_srcdir@
381 toplevel_builddir = @toplevel_builddir@
382 toplevel_srcdir = @toplevel_srcdir@
384 # May be used by various substitution variables.
385 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
386 MAINT_CHARSET = latin1
387 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
388 PWD_COMMAND = $${PWDCMD-pwd}
389 STAMP = echo timestamp >
390 toolexecdir = $(glibcxx_toolexecdir)
391 toolexeclibdir = $(glibcxx_toolexeclibdir)
392 @ENABLE_WERROR_FALSE@WERROR_FLAG =
393 @ENABLE_WERROR_TRUE@WERROR_FLAG = -Werror
394 @ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS =
395 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
397 # These bits are all figured out from configure. Look in acinclude.m4
398 # or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
399 CONFIG_CXXFLAGS = \
400 $(SECTION_FLAGS) $(HWCAP_CFLAGS) -frandom-seed=$@
402 WARN_CXXFLAGS = \
403 $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once
406 # -I/-D flags to pass when compiling.
407 AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
408 @GLIBCXX_HOSTED_TRUE@hosted_source = src doc po testsuite python
409 SUBDIRS = include libsupc++ $(hosted_source)
410 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
411 @BUILD_XML_FALSE@STAMP_XML =
413 # Documentation conditionals for output.
414 @BUILD_XML_TRUE@STAMP_XML = doc-xml
415 @BUILD_XML_FALSE@STAMP_INSTALL_XML =
416 @BUILD_XML_TRUE@STAMP_INSTALL_XML = doc-install-xml
417 @BUILD_HTML_FALSE@STAMP_HTML =
418 @BUILD_HTML_TRUE@STAMP_HTML = doc-html
419 @BUILD_HTML_FALSE@STAMP_INSTALL_HTML =
420 @BUILD_HTML_TRUE@STAMP_INSTALL_HTML = doc-install-html
421 @BUILD_MAN_FALSE@STAMP_MAN =
422 @BUILD_MAN_TRUE@STAMP_MAN = doc-man
423 @BUILD_MAN_FALSE@STAMP_INSTALL_MAN =
424 @BUILD_MAN_TRUE@STAMP_INSTALL_MAN = doc-install-man
425 @BUILD_PDF_FALSE@STAMP_PDF =
426 @BUILD_PDF_TRUE@STAMP_PDF = doc-pdf
427 @BUILD_PDF_FALSE@STAMP_INSTALL_PDF =
428 @BUILD_PDF_TRUE@STAMP_INSTALL_PDF = doc-install-pdf
429 @BUILD_EPUB_FALSE@STAMP_EPUB = doc-epub
430 @BUILD_EPUB_TRUE@STAMP_EPUB = doc-epub
431 @BUILD_EPUB_FALSE@STAMP_INSTALL_EPUB = doc-install-epub
432 @BUILD_EPUB_TRUE@STAMP_INSTALL_EPUB = doc-install-epub
434 # Multilib support.
435 MAKEOVERRIDES =
437 # Work around what appears to be a GNU make bug handling MAKEFLAGS
438 # values defined in terms of make variables, as is the case for CC and
439 # friends when we are called from the top level Makefile.
440 AM_MAKEFLAGS = \
441 "AR_FLAGS=$(AR_FLAGS)" \
442 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
443 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
444 "CFLAGS=$(CFLAGS)" \
445 "CXXFLAGS=$(CXXFLAGS)" \
446 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
447 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
448 "INSTALL=$(INSTALL)" \
449 "INSTALL_DATA=$(INSTALL_DATA)" \
450 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
451 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
452 "LDFLAGS=$(LDFLAGS)" \
453 "LIBCFLAGS=$(LIBCFLAGS)" \
454 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
455 "MAKE=$(MAKE)" \
456 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
457 "SHELL=$(SHELL)" \
458 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
459 "exec_prefix=$(exec_prefix)" \
460 "infodir=$(infodir)" \
461 "libdir=$(libdir)" \
462 "includedir=$(includedir)" \
463 "prefix=$(prefix)" \
464 "tooldir=$(tooldir)" \
465 "gxx_include_dir=$(gxx_include_dir)" \
466 "AR=$(AR)" \
467 "AS=$(AS)" \
468 "LD=$(LD)" \
469 "RANLIB=$(RANLIB)" \
470 "NM=$(NM)" \
471 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
472 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
473 "DESTDIR=$(DESTDIR)" \
474 "WERROR=$(WERROR)"
477 # Subdir rules rely on $(FLAGS_TO_PASS)
478 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
479 MULTISRCTOP =
480 MULTIBUILDTOP =
481 MULTIDIRS =
482 MULTISUBDIR =
483 MULTIDO = true
484 MULTICLEAN = true
485 all: config.h
486 $(MAKE) $(AM_MAKEFLAGS) all-recursive
488 .SUFFIXES:
489 am--refresh: Makefile
491 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(top_srcdir)/../multilib.am $(am__configure_deps)
492 @for dep in $?; do \
493 case '$(am__configure_deps)' in \
494 *$$dep*) \
495 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
496 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
497 && exit 0; \
498 exit 1;; \
499 esac; \
500 done; \
501 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
502 $(am__cd) $(top_srcdir) && \
503 $(AUTOMAKE) --foreign --ignore-deps Makefile
504 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
505 @case '$?' in \
506 *config.status*) \
507 echo ' $(SHELL) ./config.status'; \
508 $(SHELL) ./config.status;; \
509 *) \
510 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
511 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
512 esac;
513 $(top_srcdir)/fragment.am $(top_srcdir)/../multilib.am $(am__empty):
515 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
516 $(SHELL) ./config.status --recheck
518 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
519 $(am__cd) $(srcdir) && $(AUTOCONF)
520 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
521 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
522 $(am__aclocal_m4_deps):
524 config.h: stamp-h1
525 @test -f $@ || rm -f stamp-h1
526 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
528 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
529 @rm -f stamp-h1
530 cd $(top_builddir) && $(SHELL) ./config.status config.h
531 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
532 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
533 rm -f stamp-h1
534 touch $@
536 distclean-hdr:
537 -rm -f config.h stamp-h1
538 scripts/testsuite_flags: $(top_builddir)/config.status $(top_srcdir)/scripts/testsuite_flags.in
539 cd $(top_builddir) && $(SHELL) ./config.status $@
540 scripts/extract_symvers: $(top_builddir)/config.status $(top_srcdir)/scripts/extract_symvers.in
541 cd $(top_builddir) && $(SHELL) ./config.status $@
542 doc/xsl/customization.xsl: $(top_builddir)/config.status $(top_srcdir)/doc/xsl/customization.xsl.in
543 cd $(top_builddir) && $(SHELL) ./config.status $@
545 mostlyclean-libtool:
546 -rm -f *.lo
548 clean-libtool:
549 -rm -rf .libs _libs
551 distclean-libtool:
552 -rm -f libtool config.lt
554 # This directory's subdirectories are mostly independent; you can cd
555 # into them and run 'make' without going through this Makefile.
556 # To change the values of 'make' variables: instead of editing Makefiles,
557 # (1) if the variable is set in 'config.status', edit 'config.status'
558 # (which will cause the Makefiles to be regenerated when you run 'make');
559 # (2) otherwise, pass the desired values on the 'make' command line.
560 $(am__recursive_targets):
561 @fail=; \
562 if $(am__make_keepgoing); then \
563 failcom='fail=yes'; \
564 else \
565 failcom='exit 1'; \
566 fi; \
567 dot_seen=no; \
568 target=`echo $@ | sed s/-recursive//`; \
569 case "$@" in \
570 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
571 *) list='$(SUBDIRS)' ;; \
572 esac; \
573 for subdir in $$list; do \
574 echo "Making $$target in $$subdir"; \
575 if test "$$subdir" = "."; then \
576 dot_seen=yes; \
577 local_target="$$target-am"; \
578 else \
579 local_target="$$target"; \
580 fi; \
581 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
582 || eval $$failcom; \
583 done; \
584 if test "$$dot_seen" = "no"; then \
585 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
586 fi; test -z "$$fail"
588 ID: $(am__tagged_files)
589 $(am__define_uniq_tagged_files); mkid -fID $$unique
590 tags: tags-recursive
592 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
593 set x; \
594 here=`pwd`; \
595 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
596 include_option=--etags-include; \
597 empty_fix=.; \
598 else \
599 include_option=--include; \
600 empty_fix=; \
601 fi; \
602 list='$(SUBDIRS)'; for subdir in $$list; do \
603 if test "$$subdir" = .; then :; else \
604 test ! -f $$subdir/TAGS || \
605 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
606 fi; \
607 done; \
608 $(am__define_uniq_tagged_files); \
609 shift; \
610 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
611 test -n "$$unique" || unique=$$empty_fix; \
612 if test $$# -gt 0; then \
613 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
614 "$$@" $$unique; \
615 else \
616 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
617 $$unique; \
618 fi; \
620 ctags: ctags-recursive
622 CTAGS: ctags
623 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
624 $(am__define_uniq_tagged_files); \
625 test -z "$(CTAGS_ARGS)$$unique" \
626 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
627 $$unique
629 GTAGS:
630 here=`$(am__cd) $(top_builddir) && pwd` \
631 && $(am__cd) $(top_srcdir) \
632 && gtags -i $(GTAGS_ARGS) "$$here"
633 cscope: cscope.files
634 test ! -s cscope.files \
635 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
636 clean-cscope:
637 -rm -f cscope.files
638 cscope.files: clean-cscope cscopelist
639 cscopelist: cscopelist-recursive
641 cscopelist-am: $(am__tagged_files)
642 list='$(am__tagged_files)'; \
643 case "$(srcdir)" in \
644 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
645 *) sdir=$(subdir)/$(srcdir) ;; \
646 esac; \
647 for i in $$list; do \
648 if test -f "$$i"; then \
649 echo "$(subdir)/$$i"; \
650 else \
651 echo "$$sdir/$$i"; \
652 fi; \
653 done >> $(top_builddir)/cscope.files
655 distclean-tags:
656 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
657 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
658 check-am: all-am
659 check: check-recursive
660 all-am: Makefile config.h all-local
661 installdirs: installdirs-recursive
662 installdirs-am:
663 install: install-recursive
664 install-exec: install-exec-recursive
665 install-data: install-data-recursive
666 uninstall: uninstall-recursive
668 install-am: all-am
669 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
671 installcheck: installcheck-recursive
672 install-strip:
673 if test -z '$(STRIP)'; then \
674 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
675 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
676 install; \
677 else \
678 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
679 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
680 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
682 mostlyclean-generic:
684 clean-generic:
686 distclean-generic:
687 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
688 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
690 maintainer-clean-generic:
691 @echo "This command is intended for maintainers to use"
692 @echo "it deletes files that may require special tools to rebuild."
693 clean: clean-recursive
695 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
697 distclean: distclean-recursive
698 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
699 -rm -f Makefile
700 distclean-am: clean-am distclean-generic distclean-hdr \
701 distclean-libtool distclean-local distclean-tags
703 dvi-am:
705 html-am:
707 info-am:
709 install-data-am:
711 install-dvi-am:
713 install-exec-am: install-exec-local
715 install-html-am:
717 install-info-am:
719 install-pdf-am:
721 install-ps-am:
723 installcheck-am:
725 maintainer-clean: maintainer-clean-recursive
726 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
727 -rm -rf $(top_srcdir)/autom4te.cache
728 -rm -f Makefile
729 maintainer-clean-am: distclean-am maintainer-clean-generic \
730 maintainer-clean-local
732 mostlyclean: mostlyclean-recursive
734 mostlyclean-am: mostlyclean-generic mostlyclean-libtool \
735 mostlyclean-local
737 pdf-am:
739 ps-am:
741 uninstall-am:
743 .MAKE: $(am__recursive_targets) all install-am install-strip
745 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
746 am--refresh check check-am clean clean-cscope clean-generic \
747 clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
748 distclean distclean-generic distclean-hdr distclean-libtool \
749 distclean-local distclean-tags dvi dvi-am html html-am info \
750 info-am install install-am install-data install-data-am \
751 install-dvi install-dvi-am install-exec install-exec-am \
752 install-exec-local install-html install-html-am install-info \
753 install-info-am install-man install-pdf install-pdf-am \
754 install-ps install-ps-am install-strip installcheck \
755 installcheck-am installdirs installdirs-am maintainer-clean \
756 maintainer-clean-generic maintainer-clean-local mostlyclean \
757 mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
758 pdf-am ps ps-am tags tags-am uninstall uninstall-am
760 .PRECIOUS: Makefile
763 # Testsuite/check forwarding targets.
764 check-%:
765 cd testsuite && $(MAKE) $@
767 # Documentation forwarding targets.
768 doc-%:
769 cd doc && $(MAKE) $@
771 # Documentation primary rules.
773 # xml:
774 # html:
775 # pdf:
776 # man:
777 # info:
778 # ps:
779 # dvi:
780 # epub:
781 # install-xml:
782 # install-html:
783 # install-pdf:
784 # install-man:
785 # install-info:
786 # install-ps:
787 # install-dvi:
788 # install-epub:
790 xml: $(STAMP_XML)
791 install-xml: $(STAMP_INSTALL_XML)
793 html: $(STAMP_HTML)
794 install-html: $(STAMP_INSTALL_HTML)
796 man: $(STAMP_MAN)
797 install-man: $(STAMP_INSTALL_MAN)
799 pdf: $(STAMP_PDF)
800 install-pdf: $(STAMP_INSTALL_PDF)
802 epub: $(STAMP_EPUB)
803 install-epub: $(STAMP_INSTALL_EPUB)
805 info:
806 install-info:
809 install-ps:
811 dvi:
812 install-dvi:
814 # All the machinations with string instantiations messes up the
815 # automake-generated TAGS rule. Make a simple one here.
816 TAGS: tags-recursive $(LISP)
818 # GNU Make needs to see an explicit $(MAKE) variable in the command it
819 # runs to enable its job server during parallel builds. Hence the
820 # comments below.
821 all-multi:
822 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
823 install-multi:
824 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
825 mostlyclean-multi:
826 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
827 clean-multi:
828 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
829 distclean-multi:
830 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
831 maintainer-clean-multi:
832 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
834 .MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
835 install-multi maintainer-clean-multi mostlyclean-multi
837 install-exec-local: install-multi
839 all-local: all-multi
840 mostlyclean-local: mostlyclean-multi
841 clean-local: clean-multi
842 distclean-local: distclean-multi
843 maintainer-clean-local: maintainer-clean-multi
845 # Tell versions [3.59,3.63) of GNU make to not export all variables.
846 # Otherwise a system limit (for SysV at least) may be exceeded.
847 .NOEXPORT: