comparison libstdc++-v3/Makefile.in @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 # Makefile.in generated by automake 1.11.6 from Makefile.am. 1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 5
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation 6 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it, 7 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved. 8 # with or without modifications, as long as this notice is preserved.
10 9
11 # This program is distributed in the hope that it will be useful, 10 # This program is distributed in the hope that it will be useful,
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE. 13 # PARTICULAR PURPOSE.
15 14
16 @SET_MAKE@ 15 @SET_MAKE@
17 VPATH = @srcdir@ 16 VPATH = @srcdir@
18 am__make_dryrun = \ 17 am__is_gnu_make = { \
19 { \ 18 if test -z '$(MAKELEVEL)'; then \
20 am__dry=no; \ 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 \
21 case $$MAKEFLAGS in \ 40 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \ 41 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 42 bs=\\; \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
25 *) \ 44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
26 for am__flg in $$MAKEFLAGS; do \
27 case $$am__flg in \
28 *=*|--*) ;; \
29 *n*) am__dry=yes; break;; \
30 esac; \
31 done;; \
32 esac; \ 45 esac; \
33 test $$am__dry = yes; \ 46 fi; \
34 } 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))
35 pkgdatadir = $(datadir)/@PACKAGE@ 72 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@ 73 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@ 74 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@ 75 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49 PRE_UNINSTALL = : 86 PRE_UNINSTALL = :
50 POST_UNINSTALL = : 87 POST_UNINSTALL = :
51 build_triplet = @build@ 88 build_triplet = @build@
52 host_triplet = @host@ 89 host_triplet = @host@
53 target_triplet = @target@ 90 target_triplet = @target@
54 DIST_COMMON = $(top_srcdir)/fragment.am README ChangeLog \
55 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
56 $(top_srcdir)/configure $(am__configure_deps) \
57 $(srcdir)/config.h.in $(srcdir)/../mkinstalldirs \
58 $(top_srcdir)/scripts/testsuite_flags.in \
59 $(top_srcdir)/scripts/extract_symvers.in \
60 $(top_srcdir)/doc/xsl/customization.xsl.in
61 subdir = . 91 subdir = .
62 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ 93 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
64 $(top_srcdir)/../config/enable.m4 \ 94 $(top_srcdir)/../config/enable.m4 \
65 $(top_srcdir)/../config/futex.m4 \ 95 $(top_srcdir)/../config/futex.m4 \
72 $(top_srcdir)/../config/lthostflags.m4 \ 102 $(top_srcdir)/../config/lthostflags.m4 \
73 $(top_srcdir)/../config/multi.m4 \ 103 $(top_srcdir)/../config/multi.m4 \
74 $(top_srcdir)/../config/no-executables.m4 \ 104 $(top_srcdir)/../config/no-executables.m4 \
75 $(top_srcdir)/../config/override.m4 \ 105 $(top_srcdir)/../config/override.m4 \
76 $(top_srcdir)/../config/stdint.m4 \ 106 $(top_srcdir)/../config/stdint.m4 \
107 $(top_srcdir)/../config/toolexeclibdir.m4 \
77 $(top_srcdir)/../config/unwind_ipinfo.m4 \ 108 $(top_srcdir)/../config/unwind_ipinfo.m4 \
78 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \ 109 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
79 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ 110 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
80 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \ 111 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
81 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \ 112 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
82 $(top_srcdir)/../config/gc++filt.m4 \ 113 $(top_srcdir)/../config/gc++filt.m4 \
83 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../config/gthr.m4 \ 114 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../config/gthr.m4 \
84 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac 115 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
85 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 116 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
86 $(ACLOCAL_M4) 117 $(ACLOCAL_M4)
118 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
119 $(am__configure_deps)
87 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 120 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
88 configure.lineno config.status.lineno 121 configure.lineno config.status.lineno
89 CONFIG_HEADER = config.h 122 CONFIG_HEADER = config.h
90 CONFIG_CLEAN_FILES = scripts/testsuite_flags scripts/extract_symvers \ 123 CONFIG_CLEAN_FILES = scripts/testsuite_flags scripts/extract_symvers \
91 doc/xsl/customization.xsl 124 doc/xsl/customization.xsl
92 CONFIG_CLEAN_VPATH_FILES = 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 =
93 depcomp = 138 depcomp =
94 am__depfiles_maybe = 139 am__depfiles_maybe =
95 SOURCES = 140 SOURCES =
96 MULTISRCTOP = 141 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
97 MULTIBUILDTOP = 142 ctags-recursive dvi-recursive html-recursive info-recursive \
98 MULTIDIRS = 143 install-data-recursive install-dvi-recursive \
99 MULTISUBDIR = 144 install-exec-recursive install-html-recursive \
100 MULTIDO = true 145 install-info-recursive install-pdf-recursive \
101 MULTICLEAN = true 146 install-ps-recursive install-recursive installcheck-recursive \
102 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 147 installdirs-recursive pdf-recursive ps-recursive \
103 html-recursive info-recursive install-data-recursive \ 148 tags-recursive uninstall-recursive
104 install-dvi-recursive install-exec-recursive \
105 install-html-recursive install-info-recursive \
106 install-pdf-recursive install-ps-recursive install-recursive \
107 installcheck-recursive installdirs-recursive pdf-recursive \
108 ps-recursive uninstall-recursive
109 am__can_run_installinfo = \ 149 am__can_run_installinfo = \
110 case $$AM_UPDATE_INFO_DIR in \ 150 case $$AM_UPDATE_INFO_DIR in \
111 n|no|NO) false;; \ 151 n|no|NO) false;; \
112 *) (install-info --version) >/dev/null 2>&1;; \ 152 *) (install-info --version) >/dev/null 2>&1;; \
113 esac 153 esac
114 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 154 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
115 distclean-recursive maintainer-clean-recursive 155 distclean-recursive maintainer-clean-recursive
116 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 156 am__recursive_targets = \
117 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS 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)`
118 ETAGS = etags 180 ETAGS = etags
119 CTAGS = ctags 181 CTAGS = ctags
182 CSCOPE = cscope
120 DIST_SUBDIRS = include libsupc++ src doc po testsuite python 183 DIST_SUBDIRS = include libsupc++ src doc po testsuite python
121 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@ 184 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
122 ACLOCAL = @ACLOCAL@ 185 ACLOCAL = @ACLOCAL@
123 ALLOCATOR_H = @ALLOCATOR_H@ 186 ALLOCATOR_H = @ALLOCATOR_H@
124 ALLOCATOR_NAME = @ALLOCATOR_NAME@ 187 ALLOCATOR_NAME = @ALLOCATOR_NAME@
125 AMTAR = @AMTAR@ 188 AMTAR = @AMTAR@
189 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
126 AR = @AR@ 190 AR = @AR@
127 AS = @AS@ 191 AS = @AS@
128 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@ 192 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
129 ATOMIC_FLAGS = @ATOMIC_FLAGS@ 193 ATOMIC_FLAGS = @ATOMIC_FLAGS@
130 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@ 194 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
230 VERSION = @VERSION@ 294 VERSION = @VERSION@
231 VTV_CXXFLAGS = @VTV_CXXFLAGS@ 295 VTV_CXXFLAGS = @VTV_CXXFLAGS@
232 VTV_CXXLINKFLAGS = @VTV_CXXLINKFLAGS@ 296 VTV_CXXLINKFLAGS = @VTV_CXXLINKFLAGS@
233 VTV_PCH_CXXFLAGS = @VTV_PCH_CXXFLAGS@ 297 VTV_PCH_CXXFLAGS = @VTV_PCH_CXXFLAGS@
234 WARN_FLAGS = @WARN_FLAGS@ 298 WARN_FLAGS = @WARN_FLAGS@
299 XMLCATALOG = @XMLCATALOG@
235 XMLLINT = @XMLLINT@ 300 XMLLINT = @XMLLINT@
236 XSLTPROC = @XSLTPROC@ 301 XSLTPROC = @XSLTPROC@
237 XSL_STYLE_DIR = @XSL_STYLE_DIR@ 302 XSL_STYLE_DIR = @XSL_STYLE_DIR@
238 abs_builddir = @abs_builddir@ 303 abs_builddir = @abs_builddir@
239 abs_srcdir = @abs_srcdir@ 304 abs_srcdir = @abs_srcdir@
411 "WERROR=$(WERROR)" 476 "WERROR=$(WERROR)"
412 477
413 478
414 # Subdir rules rely on $(FLAGS_TO_PASS) 479 # Subdir rules rely on $(FLAGS_TO_PASS)
415 FLAGS_TO_PASS = $(AM_MAKEFLAGS) 480 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
481 MULTISRCTOP =
482 MULTIBUILDTOP =
483 MULTIDIRS =
484 MULTISUBDIR =
485 MULTIDO = true
486 MULTICLEAN = true
416 all: config.h 487 all: config.h
417 $(MAKE) $(AM_MAKEFLAGS) all-recursive 488 $(MAKE) $(AM_MAKEFLAGS) all-recursive
418 489
419 .SUFFIXES: 490 .SUFFIXES:
420 am--refresh: Makefile 491 am--refresh: Makefile
421 @: 492 @:
422 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps) 493 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(top_srcdir)/../multilib.am $(am__configure_deps)
423 @for dep in $?; do \ 494 @for dep in $?; do \
424 case '$(am__configure_deps)' in \ 495 case '$(am__configure_deps)' in \
425 *$$dep*) \ 496 *$$dep*) \
426 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \ 497 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
427 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \ 498 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
430 esac; \ 501 esac; \
431 done; \ 502 done; \
432 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \ 503 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
433 $(am__cd) $(top_srcdir) && \ 504 $(am__cd) $(top_srcdir) && \
434 $(AUTOMAKE) --foreign --ignore-deps Makefile 505 $(AUTOMAKE) --foreign --ignore-deps Makefile
435 .PRECIOUS: Makefile
436 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 506 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
437 @case '$?' in \ 507 @case '$?' in \
438 *config.status*) \ 508 *config.status*) \
439 echo ' $(SHELL) ./config.status'; \ 509 echo ' $(SHELL) ./config.status'; \
440 $(SHELL) ./config.status;; \ 510 $(SHELL) ./config.status;; \
441 *) \ 511 *) \
442 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 512 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
443 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 513 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
444 esac; 514 esac;
445 $(top_srcdir)/fragment.am: 515 $(top_srcdir)/fragment.am $(top_srcdir)/../multilib.am $(am__empty):
446 516
447 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 517 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
448 $(SHELL) ./config.status --recheck 518 $(SHELL) ./config.status --recheck
449 519
450 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 520 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
452 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 522 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
453 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 523 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
454 $(am__aclocal_m4_deps): 524 $(am__aclocal_m4_deps):
455 525
456 config.h: stamp-h1 526 config.h: stamp-h1
457 @if test ! -f $@; then rm -f stamp-h1; else :; fi 527 @test -f $@ || rm -f stamp-h1
458 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 528 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
459 529
460 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 530 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
461 @rm -f stamp-h1 531 @rm -f stamp-h1
462 cd $(top_builddir) && $(SHELL) ./config.status config.h 532 cd $(top_builddir) && $(SHELL) ./config.status config.h
463 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 533 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
481 -rm -rf .libs _libs 551 -rm -rf .libs _libs
482 552
483 distclean-libtool: 553 distclean-libtool:
484 -rm -f libtool config.lt 554 -rm -f libtool config.lt
485 555
486 # GNU Make needs to see an explicit $(MAKE) variable in the command it
487 # runs to enable its job server during parallel builds. Hence the
488 # comments below.
489 all-multi:
490 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
491 install-multi:
492 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
493
494 mostlyclean-multi:
495 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
496 clean-multi:
497 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
498 distclean-multi:
499 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
500 maintainer-clean-multi:
501 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
502
503 # This directory's subdirectories are mostly independent; you can cd 556 # This directory's subdirectories are mostly independent; you can cd
504 # into them and run `make' without going through this Makefile. 557 # into them and run 'make' without going through this Makefile.
505 # To change the values of `make' variables: instead of editing Makefiles, 558 # To change the values of 'make' variables: instead of editing Makefiles,
506 # (1) if the variable is set in `config.status', edit `config.status' 559 # (1) if the variable is set in 'config.status', edit 'config.status'
507 # (which will cause the Makefiles to be regenerated when you run `make'); 560 # (which will cause the Makefiles to be regenerated when you run 'make');
508 # (2) otherwise, pass the desired values on the `make' command line. 561 # (2) otherwise, pass the desired values on the 'make' command line.
509 $(RECURSIVE_TARGETS): 562 $(am__recursive_targets):
510 @fail= failcom='exit 1'; \ 563 @fail=; \
511 for f in x $$MAKEFLAGS; do \ 564 if $(am__make_keepgoing); then \
512 case $$f in \ 565 failcom='fail=yes'; \
513 *=* | --[!k]*);; \ 566 else \
514 *k*) failcom='fail=yes';; \ 567 failcom='exit 1'; \
515 esac; \ 568 fi; \
516 done; \
517 dot_seen=no; \ 569 dot_seen=no; \
518 target=`echo $@ | sed s/-recursive//`; \ 570 target=`echo $@ | sed s/-recursive//`; \
519 list='$(SUBDIRS)'; for subdir in $$list; do \ 571 case "$@" in \
572 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
573 *) list='$(SUBDIRS)' ;; \
574 esac; \
575 for subdir in $$list; do \
520 echo "Making $$target in $$subdir"; \ 576 echo "Making $$target in $$subdir"; \
521 if test "$$subdir" = "."; then \ 577 if test "$$subdir" = "."; then \
522 dot_seen=yes; \ 578 dot_seen=yes; \
523 local_target="$$target-am"; \ 579 local_target="$$target-am"; \
524 else \ 580 else \
529 done; \ 585 done; \
530 if test "$$dot_seen" = "no"; then \ 586 if test "$$dot_seen" = "no"; then \
531 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 587 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
532 fi; test -z "$$fail" 588 fi; test -z "$$fail"
533 589
534 $(RECURSIVE_CLEAN_TARGETS): 590 ID: $(am__tagged_files)
535 @fail= failcom='exit 1'; \ 591 $(am__define_uniq_tagged_files); mkid -fID $$unique
536 for f in x $$MAKEFLAGS; do \ 592 tags: tags-recursive
537 case $$f in \ 593
538 *=* | --[!k]*);; \ 594 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
539 *k*) failcom='fail=yes';; \ 595 set x; \
540 esac; \ 596 here=`pwd`; \
541 done; \ 597 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
542 dot_seen=no; \ 598 include_option=--etags-include; \
543 case "$@" in \ 599 empty_fix=.; \
544 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 600 else \
545 *) list='$(SUBDIRS)' ;; \ 601 include_option=--include; \
546 esac; \ 602 empty_fix=; \
547 rev=''; for subdir in $$list; do \ 603 fi; \
548 if test "$$subdir" = "."; then :; else \ 604 list='$(SUBDIRS)'; for subdir in $$list; do \
549 rev="$$subdir $$rev"; \ 605 if test "$$subdir" = .; then :; else \
606 test ! -f $$subdir/TAGS || \
607 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
550 fi; \ 608 fi; \
551 done; \ 609 done; \
552 rev="$$rev ."; \ 610 $(am__define_uniq_tagged_files); \
553 target=`echo $@ | sed s/-recursive//`; \ 611 shift; \
554 for subdir in $$rev; do \ 612 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
555 echo "Making $$target in $$subdir"; \ 613 test -n "$$unique" || unique=$$empty_fix; \
556 if test "$$subdir" = "."; then \ 614 if test $$# -gt 0; then \
557 local_target="$$target-am"; \ 615 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
616 "$$@" $$unique; \
558 else \ 617 else \
559 local_target="$$target"; \ 618 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
619 $$unique; \
560 fi; \ 620 fi; \
561 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 621 fi
562 || eval $$failcom; \ 622 ctags: ctags-recursive
563 done && test -z "$$fail" 623
564 tags-recursive: 624 CTAGS: ctags
565 list='$(SUBDIRS)'; for subdir in $$list; do \ 625 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
566 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 626 $(am__define_uniq_tagged_files); \
567 done
568 ctags-recursive:
569 list='$(SUBDIRS)'; for subdir in $$list; do \
570 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
571 done
572
573 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
574 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
575 unique=`for i in $$list; do \
576 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
577 done | \
578 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
579 END { if (nonempty) { for (i in files) print i; }; }'`; \
580 mkid -fID $$unique
581 tags: TAGS
582 ctags: CTAGS
583 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
584 $(TAGS_FILES) $(LISP)
585 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
586 unique=`for i in $$list; do \
587 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
588 done | \
589 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
590 END { if (nonempty) { for (i in files) print i; }; }'`; \
591 test -z "$(CTAGS_ARGS)$$unique" \ 627 test -z "$(CTAGS_ARGS)$$unique" \
592 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 628 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
593 $$unique 629 $$unique
594 630
595 GTAGS: 631 GTAGS:
596 here=`$(am__cd) $(top_builddir) && pwd` \ 632 here=`$(am__cd) $(top_builddir) && pwd` \
597 && $(am__cd) $(top_srcdir) \ 633 && $(am__cd) $(top_srcdir) \
598 && gtags -i $(GTAGS_ARGS) "$$here" 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
599 656
600 distclean-tags: 657 distclean-tags:
601 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 658 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
659 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
602 check-am: all-am 660 check-am: all-am
603 check: check-recursive 661 check: check-recursive
604 all-am: Makefile all-multi config.h 662 all-am: Makefile config.h all-local
605 installdirs: installdirs-recursive 663 installdirs: installdirs-recursive
606 installdirs-am: 664 installdirs-am:
607 install: install-recursive 665 install: install-recursive
608 install-exec: install-exec-recursive 666 install-exec: install-exec-recursive
609 install-data: install-data-recursive 667 install-data: install-data-recursive
632 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 690 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
633 691
634 maintainer-clean-generic: 692 maintainer-clean-generic:
635 @echo "This command is intended for maintainers to use" 693 @echo "This command is intended for maintainers to use"
636 @echo "it deletes files that may require special tools to rebuild." 694 @echo "it deletes files that may require special tools to rebuild."
637 clean: clean-multi clean-recursive 695 clean: clean-recursive
638 696
639 clean-am: clean-generic clean-libtool mostlyclean-am 697 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
640 698
641 distclean: distclean-multi distclean-recursive 699 distclean: distclean-recursive
642 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 700 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
643 -rm -f Makefile 701 -rm -f Makefile
644 distclean-am: clean-am distclean-generic distclean-hdr \ 702 distclean-am: clean-am distclean-generic distclean-hdr \
645 distclean-libtool distclean-tags 703 distclean-libtool distclean-local distclean-tags
646 704
647 dvi-am: 705 dvi-am:
648 706
649 html-am: 707 html-am:
650 708
652 710
653 install-data-am: 711 install-data-am:
654 712
655 install-dvi-am: 713 install-dvi-am:
656 714
657 install-exec-am: install-multi 715 install-exec-am: install-exec-local
658 716
659 install-html-am: 717 install-html-am:
660 718
661 install-info-am: 719 install-info-am:
662 720
664 722
665 install-ps-am: 723 install-ps-am:
666 724
667 installcheck-am: 725 installcheck-am:
668 726
669 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive 727 maintainer-clean: maintainer-clean-recursive
670 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 728 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
671 -rm -rf $(top_srcdir)/autom4te.cache 729 -rm -rf $(top_srcdir)/autom4te.cache
672 -rm -f Makefile 730 -rm -f Makefile
673 maintainer-clean-am: distclean-am maintainer-clean-generic 731 maintainer-clean-am: distclean-am maintainer-clean-generic \
674 732 maintainer-clean-local
675 mostlyclean: mostlyclean-multi mostlyclean-recursive 733
676 734 mostlyclean: mostlyclean-recursive
677 mostlyclean-am: mostlyclean-generic mostlyclean-libtool 735
736 mostlyclean-am: mostlyclean-generic mostlyclean-libtool \
737 mostlyclean-local
678 738
679 pdf-am: 739 pdf-am:
680 740
681 ps-am: 741 ps-am:
682 742
683 uninstall-am: 743 uninstall-am:
684 744
685 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \ 745 .MAKE: $(am__recursive_targets) all install-am install-strip
686 clean-multi ctags-recursive distclean-multi install-am \ 746
687 install-multi install-strip maintainer-clean-multi \ 747 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
688 mostlyclean-multi tags-recursive 748 am--refresh check check-am clean clean-cscope clean-generic \
689 749 clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
690 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
691 all all-am all-multi am--refresh check check-am clean \
692 clean-generic clean-libtool clean-multi ctags ctags-recursive \
693 distclean distclean-generic distclean-hdr distclean-libtool \ 750 distclean distclean-generic distclean-hdr distclean-libtool \
694 distclean-multi distclean-tags dvi dvi-am html html-am info \ 751 distclean-local distclean-tags dvi dvi-am html html-am info \
695 info-am install install-am install-data install-data-am \ 752 info-am install install-am install-data install-data-am \
696 install-dvi install-dvi-am install-exec install-exec-am \ 753 install-dvi install-dvi-am install-exec install-exec-am \
697 install-html install-html-am install-info install-info-am \ 754 install-exec-local install-html install-html-am install-info \
698 install-man install-multi install-pdf install-pdf-am \ 755 install-info-am install-man install-pdf install-pdf-am \
699 install-ps install-ps-am install-strip installcheck \ 756 install-ps install-ps-am install-strip installcheck \
700 installcheck-am installdirs installdirs-am maintainer-clean \ 757 installcheck-am installdirs installdirs-am maintainer-clean \
701 maintainer-clean-generic maintainer-clean-multi mostlyclean \ 758 maintainer-clean-generic maintainer-clean-local mostlyclean \
702 mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \ 759 mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
703 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am 760 pdf-am ps ps-am tags tags-am uninstall uninstall-am
761
762 .PRECIOUS: Makefile
704 763
705 764
706 # Testsuite/check forwarding targets. 765 # Testsuite/check forwarding targets.
707 check-%: 766 check-%:
708 cd testsuite && $(MAKE) $@ 767 cd testsuite && $(MAKE) $@
756 815
757 # All the machinations with string instantiations messes up the 816 # All the machinations with string instantiations messes up the
758 # automake-generated TAGS rule. Make a simple one here. 817 # automake-generated TAGS rule. Make a simple one here.
759 TAGS: tags-recursive $(LISP) 818 TAGS: tags-recursive $(LISP)
760 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
761 # Tell versions [3.59,3.63) of GNU make to not export all variables. 847 # Tell versions [3.59,3.63) of GNU make to not export all variables.
762 # Otherwise a system limit (for SysV at least) may be exceeded. 848 # Otherwise a system limit (for SysV at least) may be exceeded.
763 .NOEXPORT: 849 .NOEXPORT: