annotate libstdc++-v3/Makefile.in @ 158:494b0b89df80 default tip

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