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