annotate libstdc++-v3/po/Makefile.in @ 144:8f4e72ab4e11

fix segmentation fault caused by nothing next cur_op to end
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sun, 23 Dec 2018 21:23:56 +0900
parents 84e7813d76e9
children 1830386684a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
kono
parents:
diff changeset
2 # @configure_input@
kono
parents:
diff changeset
3
kono
parents:
diff changeset
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
kono
parents:
diff changeset
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
kono
parents:
diff changeset
6 # Foundation, Inc.
kono
parents:
diff changeset
7 # This Makefile.in is free software; the Free Software Foundation
kono
parents:
diff changeset
8 # gives unlimited permission to copy and/or distribute it,
kono
parents:
diff changeset
9 # with or without modifications, as long as this notice is preserved.
kono
parents:
diff changeset
10
kono
parents:
diff changeset
11 # This program is distributed in the hope that it will be useful,
kono
parents:
diff changeset
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
kono
parents:
diff changeset
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
kono
parents:
diff changeset
14 # PARTICULAR PURPOSE.
kono
parents:
diff changeset
15
kono
parents:
diff changeset
16 @SET_MAKE@
kono
parents:
diff changeset
17 VPATH = @srcdir@
kono
parents:
diff changeset
18 am__make_dryrun = \
kono
parents:
diff changeset
19 { \
kono
parents:
diff changeset
20 am__dry=no; \
kono
parents:
diff changeset
21 case $$MAKEFLAGS in \
kono
parents:
diff changeset
22 *\\[\ \ ]*) \
kono
parents:
diff changeset
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
kono
parents:
diff changeset
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
kono
parents:
diff changeset
25 *) \
kono
parents:
diff changeset
26 for am__flg in $$MAKEFLAGS; do \
kono
parents:
diff changeset
27 case $$am__flg in \
kono
parents:
diff changeset
28 *=*|--*) ;; \
kono
parents:
diff changeset
29 *n*) am__dry=yes; break;; \
kono
parents:
diff changeset
30 esac; \
kono
parents:
diff changeset
31 done;; \
kono
parents:
diff changeset
32 esac; \
kono
parents:
diff changeset
33 test $$am__dry = yes; \
kono
parents:
diff changeset
34 }
kono
parents:
diff changeset
35 pkgdatadir = $(datadir)/@PACKAGE@
kono
parents:
diff changeset
36 pkgincludedir = $(includedir)/@PACKAGE@
kono
parents:
diff changeset
37 pkglibdir = $(libdir)/@PACKAGE@
kono
parents:
diff changeset
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
kono
parents:
diff changeset
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
kono
parents:
diff changeset
40 install_sh_DATA = $(install_sh) -c -m 644
kono
parents:
diff changeset
41 install_sh_PROGRAM = $(install_sh) -c
kono
parents:
diff changeset
42 install_sh_SCRIPT = $(install_sh) -c
kono
parents:
diff changeset
43 INSTALL_HEADER = $(INSTALL_DATA)
kono
parents:
diff changeset
44 transform = $(program_transform_name)
kono
parents:
diff changeset
45 NORMAL_INSTALL = :
kono
parents:
diff changeset
46 PRE_INSTALL = :
kono
parents:
diff changeset
47 POST_INSTALL = :
kono
parents:
diff changeset
48 NORMAL_UNINSTALL = :
kono
parents:
diff changeset
49 PRE_UNINSTALL = :
kono
parents:
diff changeset
50 POST_UNINSTALL = :
kono
parents:
diff changeset
51 build_triplet = @build@
kono
parents:
diff changeset
52 host_triplet = @host@
kono
parents:
diff changeset
53 target_triplet = @target@
kono
parents:
diff changeset
54 DIST_COMMON = $(top_srcdir)/fragment.am $(srcdir)/Makefile.in \
kono
parents:
diff changeset
55 $(srcdir)/Makefile.am
kono
parents:
diff changeset
56 subdir = po
kono
parents:
diff changeset
57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
kono
parents:
diff changeset
58 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
kono
parents:
diff changeset
59 $(top_srcdir)/../config/enable.m4 \
kono
parents:
diff changeset
60 $(top_srcdir)/../config/futex.m4 \
kono
parents:
diff changeset
61 $(top_srcdir)/../config/hwcaps.m4 \
kono
parents:
diff changeset
62 $(top_srcdir)/../config/iconv.m4 \
kono
parents:
diff changeset
63 $(top_srcdir)/../config/lead-dot.m4 \
kono
parents:
diff changeset
64 $(top_srcdir)/../config/lib-ld.m4 \
kono
parents:
diff changeset
65 $(top_srcdir)/../config/lib-link.m4 \
kono
parents:
diff changeset
66 $(top_srcdir)/../config/lib-prefix.m4 \
kono
parents:
diff changeset
67 $(top_srcdir)/../config/lthostflags.m4 \
kono
parents:
diff changeset
68 $(top_srcdir)/../config/multi.m4 \
kono
parents:
diff changeset
69 $(top_srcdir)/../config/no-executables.m4 \
kono
parents:
diff changeset
70 $(top_srcdir)/../config/override.m4 \
kono
parents:
diff changeset
71 $(top_srcdir)/../config/stdint.m4 \
kono
parents:
diff changeset
72 $(top_srcdir)/../config/unwind_ipinfo.m4 \
kono
parents:
diff changeset
73 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
kono
parents:
diff changeset
74 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
kono
parents:
diff changeset
75 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
kono
parents:
diff changeset
76 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
kono
parents:
diff changeset
77 $(top_srcdir)/../config/gc++filt.m4 \
kono
parents:
diff changeset
78 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../config/gthr.m4 \
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
79 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
111
kono
parents:
diff changeset
80 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
kono
parents:
diff changeset
81 $(ACLOCAL_M4)
kono
parents:
diff changeset
82 CONFIG_HEADER = $(top_builddir)/config.h
kono
parents:
diff changeset
83 CONFIG_CLEAN_FILES =
kono
parents:
diff changeset
84 CONFIG_CLEAN_VPATH_FILES =
kono
parents:
diff changeset
85 depcomp =
kono
parents:
diff changeset
86 am__depfiles_maybe =
kono
parents:
diff changeset
87 SOURCES =
kono
parents:
diff changeset
88 am__can_run_installinfo = \
kono
parents:
diff changeset
89 case $$AM_UPDATE_INFO_DIR in \
kono
parents:
diff changeset
90 n|no|NO) false;; \
kono
parents:
diff changeset
91 *) (install-info --version) >/dev/null 2>&1;; \
kono
parents:
diff changeset
92 esac
kono
parents:
diff changeset
93 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
kono
parents:
diff changeset
94 ACLOCAL = @ACLOCAL@
kono
parents:
diff changeset
95 ALLOCATOR_H = @ALLOCATOR_H@
kono
parents:
diff changeset
96 ALLOCATOR_NAME = @ALLOCATOR_NAME@
kono
parents:
diff changeset
97 AMTAR = @AMTAR@
kono
parents:
diff changeset
98 AR = @AR@
kono
parents:
diff changeset
99 AS = @AS@
kono
parents:
diff changeset
100 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
kono
parents:
diff changeset
101 ATOMIC_FLAGS = @ATOMIC_FLAGS@
kono
parents:
diff changeset
102 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
kono
parents:
diff changeset
103 AUTOCONF = @AUTOCONF@
kono
parents:
diff changeset
104 AUTOHEADER = @AUTOHEADER@
kono
parents:
diff changeset
105 AUTOMAKE = @AUTOMAKE@
kono
parents:
diff changeset
106 AWK = @AWK@
kono
parents:
diff changeset
107 BASIC_FILE_CC = @BASIC_FILE_CC@
kono
parents:
diff changeset
108 BASIC_FILE_H = @BASIC_FILE_H@
kono
parents:
diff changeset
109 CC = @CC@
kono
parents:
diff changeset
110 CCODECVT_CC = @CCODECVT_CC@
kono
parents:
diff changeset
111 CCOLLATE_CC = @CCOLLATE_CC@
kono
parents:
diff changeset
112 CCTYPE_CC = @CCTYPE_CC@
kono
parents:
diff changeset
113 CFLAGS = @CFLAGS@
kono
parents:
diff changeset
114 CLOCALE_CC = @CLOCALE_CC@
kono
parents:
diff changeset
115 CLOCALE_H = @CLOCALE_H@
kono
parents:
diff changeset
116 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
kono
parents:
diff changeset
117 CMESSAGES_CC = @CMESSAGES_CC@
kono
parents:
diff changeset
118 CMESSAGES_H = @CMESSAGES_H@
kono
parents:
diff changeset
119 CMONEY_CC = @CMONEY_CC@
kono
parents:
diff changeset
120 CNUMERIC_CC = @CNUMERIC_CC@
kono
parents:
diff changeset
121 CPP = @CPP@
kono
parents:
diff changeset
122 CPPFLAGS = @CPPFLAGS@
kono
parents:
diff changeset
123 CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
kono
parents:
diff changeset
124 CPU_OPT_BITS_RANDOM = @CPU_OPT_BITS_RANDOM@
kono
parents:
diff changeset
125 CPU_OPT_EXT_RANDOM = @CPU_OPT_EXT_RANDOM@
kono
parents:
diff changeset
126 CSTDIO_H = @CSTDIO_H@
kono
parents:
diff changeset
127 CTIME_CC = @CTIME_CC@
kono
parents:
diff changeset
128 CTIME_H = @CTIME_H@
kono
parents:
diff changeset
129 CXX = @CXX@
kono
parents:
diff changeset
130 CXXCPP = @CXXCPP@
kono
parents:
diff changeset
131 CXXFILT = @CXXFILT@
kono
parents:
diff changeset
132 CXXFLAGS = @CXXFLAGS@
kono
parents:
diff changeset
133 CYGPATH_W = @CYGPATH_W@
kono
parents:
diff changeset
134 C_INCLUDE_DIR = @C_INCLUDE_DIR@
kono
parents:
diff changeset
135 DBLATEX = @DBLATEX@
kono
parents:
diff changeset
136 DEBUG_FLAGS = @DEBUG_FLAGS@
kono
parents:
diff changeset
137 DEFS = @DEFS@
kono
parents:
diff changeset
138 DOT = @DOT@
kono
parents:
diff changeset
139 DOXYGEN = @DOXYGEN@
kono
parents:
diff changeset
140 DSYMUTIL = @DSYMUTIL@
kono
parents:
diff changeset
141 DUMPBIN = @DUMPBIN@
kono
parents:
diff changeset
142 ECHO_C = @ECHO_C@
kono
parents:
diff changeset
143 ECHO_N = @ECHO_N@
kono
parents:
diff changeset
144 ECHO_T = @ECHO_T@
kono
parents:
diff changeset
145 EGREP = @EGREP@
kono
parents:
diff changeset
146 ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
kono
parents:
diff changeset
147 EXEEXT = @EXEEXT@
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
148 EXTRA_CFLAGS = @EXTRA_CFLAGS@
111
kono
parents:
diff changeset
149 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
kono
parents:
diff changeset
150 FGREP = @FGREP@
kono
parents:
diff changeset
151 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
kono
parents:
diff changeset
152 GLIBCXX_LIBS = @GLIBCXX_LIBS@
kono
parents:
diff changeset
153 GREP = @GREP@
kono
parents:
diff changeset
154 HWCAP_CFLAGS = @HWCAP_CFLAGS@
kono
parents:
diff changeset
155 INSTALL = @INSTALL@
kono
parents:
diff changeset
156 INSTALL_DATA = @INSTALL_DATA@
kono
parents:
diff changeset
157 INSTALL_PROGRAM = @INSTALL_PROGRAM@
kono
parents:
diff changeset
158 INSTALL_SCRIPT = @INSTALL_SCRIPT@
kono
parents:
diff changeset
159 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
kono
parents:
diff changeset
160 LD = @LD@
kono
parents:
diff changeset
161 LDFLAGS = @LDFLAGS@
kono
parents:
diff changeset
162 LIBICONV = @LIBICONV@
kono
parents:
diff changeset
163 LIBOBJS = @LIBOBJS@
kono
parents:
diff changeset
164 LIBS = @LIBS@
kono
parents:
diff changeset
165 LIBTOOL = @LIBTOOL@
kono
parents:
diff changeset
166 LIPO = @LIPO@
kono
parents:
diff changeset
167 LN_S = @LN_S@
kono
parents:
diff changeset
168 LONG_DOUBLE_COMPAT_FLAGS = @LONG_DOUBLE_COMPAT_FLAGS@
kono
parents:
diff changeset
169 LTLIBICONV = @LTLIBICONV@
kono
parents:
diff changeset
170 LTLIBOBJS = @LTLIBOBJS@
kono
parents:
diff changeset
171 MAINT = @MAINT@
kono
parents:
diff changeset
172 MAKEINFO = @MAKEINFO@
kono
parents:
diff changeset
173 MKDIR_P = @MKDIR_P@
kono
parents:
diff changeset
174 NM = @NM@
kono
parents:
diff changeset
175 NMEDIT = @NMEDIT@
kono
parents:
diff changeset
176 OBJDUMP = @OBJDUMP@
kono
parents:
diff changeset
177 OBJEXT = @OBJEXT@
kono
parents:
diff changeset
178 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
kono
parents:
diff changeset
179 OPT_LDFLAGS = @OPT_LDFLAGS@
kono
parents:
diff changeset
180 OS_INC_SRCDIR = @OS_INC_SRCDIR@
kono
parents:
diff changeset
181 OTOOL = @OTOOL@
kono
parents:
diff changeset
182 OTOOL64 = @OTOOL64@
kono
parents:
diff changeset
183 PACKAGE = @PACKAGE@
kono
parents:
diff changeset
184 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
kono
parents:
diff changeset
185 PACKAGE_NAME = @PACKAGE_NAME@
kono
parents:
diff changeset
186 PACKAGE_STRING = @PACKAGE_STRING@
kono
parents:
diff changeset
187 PACKAGE_TARNAME = @PACKAGE_TARNAME@
kono
parents:
diff changeset
188 PACKAGE_URL = @PACKAGE_URL@
kono
parents:
diff changeset
189 PACKAGE_VERSION = @PACKAGE_VERSION@
kono
parents:
diff changeset
190 PATH_SEPARATOR = @PATH_SEPARATOR@
kono
parents:
diff changeset
191 PDFLATEX = @PDFLATEX@
kono
parents:
diff changeset
192 RANLIB = @RANLIB@
kono
parents:
diff changeset
193 SECTION_FLAGS = @SECTION_FLAGS@
kono
parents:
diff changeset
194 SECTION_LDFLAGS = @SECTION_LDFLAGS@
kono
parents:
diff changeset
195 SED = @SED@
kono
parents:
diff changeset
196 SET_MAKE = @SET_MAKE@
kono
parents:
diff changeset
197 SHELL = @SHELL@
kono
parents:
diff changeset
198 STRIP = @STRIP@
kono
parents:
diff changeset
199 SYMVER_FILE = @SYMVER_FILE@
kono
parents:
diff changeset
200 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
kono
parents:
diff changeset
201 USE_NLS = @USE_NLS@
kono
parents:
diff changeset
202 VERSION = @VERSION@
kono
parents:
diff changeset
203 VTV_CXXFLAGS = @VTV_CXXFLAGS@
kono
parents:
diff changeset
204 VTV_CXXLINKFLAGS = @VTV_CXXLINKFLAGS@
kono
parents:
diff changeset
205 VTV_PCH_CXXFLAGS = @VTV_PCH_CXXFLAGS@
kono
parents:
diff changeset
206 WARN_FLAGS = @WARN_FLAGS@
kono
parents:
diff changeset
207 XMLLINT = @XMLLINT@
kono
parents:
diff changeset
208 XSLTPROC = @XSLTPROC@
kono
parents:
diff changeset
209 XSL_STYLE_DIR = @XSL_STYLE_DIR@
kono
parents:
diff changeset
210 abs_builddir = @abs_builddir@
kono
parents:
diff changeset
211 abs_srcdir = @abs_srcdir@
kono
parents:
diff changeset
212 abs_top_builddir = @abs_top_builddir@
kono
parents:
diff changeset
213 abs_top_srcdir = @abs_top_srcdir@
kono
parents:
diff changeset
214 ac_ct_CC = @ac_ct_CC@
kono
parents:
diff changeset
215 ac_ct_CXX = @ac_ct_CXX@
kono
parents:
diff changeset
216 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
kono
parents:
diff changeset
217 am__leading_dot = @am__leading_dot@
kono
parents:
diff changeset
218 am__tar = @am__tar@
kono
parents:
diff changeset
219 am__untar = @am__untar@
kono
parents:
diff changeset
220 baseline_dir = @baseline_dir@
kono
parents:
diff changeset
221 baseline_subdir_switch = @baseline_subdir_switch@
kono
parents:
diff changeset
222 bindir = @bindir@
kono
parents:
diff changeset
223 build = @build@
kono
parents:
diff changeset
224 build_alias = @build_alias@
kono
parents:
diff changeset
225 build_cpu = @build_cpu@
kono
parents:
diff changeset
226 build_os = @build_os@
kono
parents:
diff changeset
227 build_vendor = @build_vendor@
kono
parents:
diff changeset
228 builddir = @builddir@
kono
parents:
diff changeset
229 check_msgfmt = @check_msgfmt@
kono
parents:
diff changeset
230 datadir = @datadir@
kono
parents:
diff changeset
231 datarootdir = @datarootdir@
kono
parents:
diff changeset
232 docdir = @docdir@
kono
parents:
diff changeset
233 dvidir = @dvidir@
kono
parents:
diff changeset
234 enable_shared = @enable_shared@
kono
parents:
diff changeset
235 enable_static = @enable_static@
kono
parents:
diff changeset
236 exec_prefix = @exec_prefix@
kono
parents:
diff changeset
237 get_gcc_base_ver = @get_gcc_base_ver@
kono
parents:
diff changeset
238 glibcxx_MOFILES = @glibcxx_MOFILES@
kono
parents:
diff changeset
239 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
kono
parents:
diff changeset
240 glibcxx_POFILES = @glibcxx_POFILES@
kono
parents:
diff changeset
241 glibcxx_builddir = @glibcxx_builddir@
kono
parents:
diff changeset
242 glibcxx_compiler_pic_flag = @glibcxx_compiler_pic_flag@
kono
parents:
diff changeset
243 glibcxx_compiler_shared_flag = @glibcxx_compiler_shared_flag@
kono
parents:
diff changeset
244 glibcxx_cxx98_abi = @glibcxx_cxx98_abi@
kono
parents:
diff changeset
245 glibcxx_localedir = @glibcxx_localedir@
kono
parents:
diff changeset
246 glibcxx_lt_pic_flag = @glibcxx_lt_pic_flag@
kono
parents:
diff changeset
247 glibcxx_prefixdir = @glibcxx_prefixdir@
kono
parents:
diff changeset
248 glibcxx_srcdir = @glibcxx_srcdir@
kono
parents:
diff changeset
249 glibcxx_toolexecdir = @glibcxx_toolexecdir@
kono
parents:
diff changeset
250 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
kono
parents:
diff changeset
251 gxx_include_dir = @gxx_include_dir@
kono
parents:
diff changeset
252 host = @host@
kono
parents:
diff changeset
253 host_alias = @host_alias@
kono
parents:
diff changeset
254 host_cpu = @host_cpu@
kono
parents:
diff changeset
255 host_os = @host_os@
kono
parents:
diff changeset
256 host_vendor = @host_vendor@
kono
parents:
diff changeset
257 htmldir = @htmldir@
kono
parents:
diff changeset
258 includedir = @includedir@
kono
parents:
diff changeset
259 infodir = @infodir@
kono
parents:
diff changeset
260 install_sh = @install_sh@
kono
parents:
diff changeset
261 libdir = @libdir@
kono
parents:
diff changeset
262 libexecdir = @libexecdir@
kono
parents:
diff changeset
263 libtool_VERSION = @libtool_VERSION@
kono
parents:
diff changeset
264 localedir = @localedir@
kono
parents:
diff changeset
265 localstatedir = @localstatedir@
kono
parents:
diff changeset
266 lt_host_flags = @lt_host_flags@
kono
parents:
diff changeset
267 mandir = @mandir@
kono
parents:
diff changeset
268 mkdir_p = @mkdir_p@
kono
parents:
diff changeset
269 multi_basedir = @multi_basedir@
kono
parents:
diff changeset
270 oldincludedir = @oldincludedir@
kono
parents:
diff changeset
271 pdfdir = @pdfdir@
kono
parents:
diff changeset
272 port_specific_symbol_files = @port_specific_symbol_files@
kono
parents:
diff changeset
273 prefix = @prefix@
kono
parents:
diff changeset
274 program_transform_name = @program_transform_name@
kono
parents:
diff changeset
275 psdir = @psdir@
kono
parents:
diff changeset
276 python_mod_dir = @python_mod_dir@
kono
parents:
diff changeset
277 sbindir = @sbindir@
kono
parents:
diff changeset
278 sharedstatedir = @sharedstatedir@
kono
parents:
diff changeset
279 srcdir = @srcdir@
kono
parents:
diff changeset
280 sysconfdir = @sysconfdir@
kono
parents:
diff changeset
281 target = @target@
kono
parents:
diff changeset
282 target_alias = @target_alias@
kono
parents:
diff changeset
283 target_cpu = @target_cpu@
kono
parents:
diff changeset
284 target_os = @target_os@
kono
parents:
diff changeset
285 target_vendor = @target_vendor@
kono
parents:
diff changeset
286 thread_header = @thread_header@
kono
parents:
diff changeset
287 top_build_prefix = @top_build_prefix@
kono
parents:
diff changeset
288 top_builddir = @top_builddir@
kono
parents:
diff changeset
289 top_srcdir = @top_srcdir@
kono
parents:
diff changeset
290 toplevel_builddir = @toplevel_builddir@
kono
parents:
diff changeset
291 toplevel_srcdir = @toplevel_srcdir@
kono
parents:
diff changeset
292
kono
parents:
diff changeset
293 # May be used by various substitution variables.
kono
parents:
diff changeset
294 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
kono
parents:
diff changeset
295 MAINT_CHARSET = latin1
kono
parents:
diff changeset
296 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
kono
parents:
diff changeset
297 PWD_COMMAND = $${PWDCMD-pwd}
kono
parents:
diff changeset
298 STAMP = echo timestamp >
kono
parents:
diff changeset
299 toolexecdir = $(glibcxx_toolexecdir)
kono
parents:
diff changeset
300 toolexeclibdir = $(glibcxx_toolexeclibdir)
kono
parents:
diff changeset
301 @ENABLE_WERROR_FALSE@WERROR_FLAG =
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
302 @ENABLE_WERROR_TRUE@WERROR_FLAG = -Werror
111
kono
parents:
diff changeset
303 @ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS =
kono
parents:
diff changeset
304 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
kono
parents:
diff changeset
305
kono
parents:
diff changeset
306 # These bits are all figured out from configure. Look in acinclude.m4
kono
parents:
diff changeset
307 # or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
kono
parents:
diff changeset
308 CONFIG_CXXFLAGS = \
kono
parents:
diff changeset
309 $(SECTION_FLAGS) $(HWCAP_CFLAGS) -frandom-seed=$@
kono
parents:
diff changeset
310
kono
parents:
diff changeset
311 WARN_CXXFLAGS = \
kono
parents:
diff changeset
312 $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once
kono
parents:
diff changeset
313
kono
parents:
diff changeset
314
kono
parents:
diff changeset
315 # -I/-D flags to pass when compiling.
kono
parents:
diff changeset
316 AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
kono
parents:
diff changeset
317
kono
parents:
diff changeset
318 # Location of installation directories.
kono
parents:
diff changeset
319 locale_installdir = $(DESTDIR)$(datadir)/locale
kono
parents:
diff changeset
320 locale_builddir = $(glibcxx_localedir)
kono
parents:
diff changeset
321
kono
parents:
diff changeset
322 # Tell automake that foo.po makes foo.mo
kono
parents:
diff changeset
323 SUFFIXES = .po .mo
kono
parents:
diff changeset
324 LOCALE_IN = $(glibcxx_POFILES)
kono
parents:
diff changeset
325 LOCALE_OUT = $(glibcxx_MOFILES)
kono
parents:
diff changeset
326 MSGFMT = msgfmt
kono
parents:
diff changeset
327
kono
parents:
diff changeset
328 # Necessary files.
kono
parents:
diff changeset
329 EXTRA_DIST = string_literals.cc POTFILES.in $(PACKAGE).pot $(LOCALE_IN)
kono
parents:
diff changeset
330
kono
parents:
diff changeset
331 # Specify what gets cleaned up on a 'make clean'
kono
parents:
diff changeset
332 CLEANFILES = $(LOCALE_OUT)
kono
parents:
diff changeset
333 all: all-am
kono
parents:
diff changeset
334
kono
parents:
diff changeset
335 .SUFFIXES:
kono
parents:
diff changeset
336 .SUFFIXES: .po .mo
kono
parents:
diff changeset
337 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
kono
parents:
diff changeset
338 @for dep in $?; do \
kono
parents:
diff changeset
339 case '$(am__configure_deps)' in \
kono
parents:
diff changeset
340 *$$dep*) \
kono
parents:
diff changeset
341 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
kono
parents:
diff changeset
342 && { if test -f $@; then exit 0; else break; fi; }; \
kono
parents:
diff changeset
343 exit 1;; \
kono
parents:
diff changeset
344 esac; \
kono
parents:
diff changeset
345 done; \
kono
parents:
diff changeset
346 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps po/Makefile'; \
kono
parents:
diff changeset
347 $(am__cd) $(top_srcdir) && \
kono
parents:
diff changeset
348 $(AUTOMAKE) --foreign --ignore-deps po/Makefile
kono
parents:
diff changeset
349 .PRECIOUS: Makefile
kono
parents:
diff changeset
350 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
kono
parents:
diff changeset
351 @case '$?' in \
kono
parents:
diff changeset
352 *config.status*) \
kono
parents:
diff changeset
353 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
kono
parents:
diff changeset
354 *) \
kono
parents:
diff changeset
355 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
kono
parents:
diff changeset
356 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
kono
parents:
diff changeset
357 esac;
kono
parents:
diff changeset
358 $(top_srcdir)/fragment.am:
kono
parents:
diff changeset
359
kono
parents:
diff changeset
360 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
kono
parents:
diff changeset
361 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
kono
parents:
diff changeset
362
kono
parents:
diff changeset
363 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
kono
parents:
diff changeset
364 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
kono
parents:
diff changeset
365 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
kono
parents:
diff changeset
366 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
kono
parents:
diff changeset
367 $(am__aclocal_m4_deps):
kono
parents:
diff changeset
368
kono
parents:
diff changeset
369 mostlyclean-libtool:
kono
parents:
diff changeset
370 -rm -f *.lo
kono
parents:
diff changeset
371
kono
parents:
diff changeset
372 clean-libtool:
kono
parents:
diff changeset
373 -rm -rf .libs _libs
kono
parents:
diff changeset
374 tags: TAGS
kono
parents:
diff changeset
375 TAGS:
kono
parents:
diff changeset
376
kono
parents:
diff changeset
377 ctags: CTAGS
kono
parents:
diff changeset
378 CTAGS:
kono
parents:
diff changeset
379
kono
parents:
diff changeset
380 check-am: all-am
kono
parents:
diff changeset
381 check: check-am
kono
parents:
diff changeset
382 all-am: Makefile all-local
kono
parents:
diff changeset
383 installdirs:
kono
parents:
diff changeset
384 install: install-am
kono
parents:
diff changeset
385 install-exec: install-exec-am
kono
parents:
diff changeset
386 install-data: install-data-am
kono
parents:
diff changeset
387 uninstall: uninstall-am
kono
parents:
diff changeset
388
kono
parents:
diff changeset
389 install-am: all-am
kono
parents:
diff changeset
390 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
kono
parents:
diff changeset
391
kono
parents:
diff changeset
392 installcheck: installcheck-am
kono
parents:
diff changeset
393 install-strip:
kono
parents:
diff changeset
394 if test -z '$(STRIP)'; then \
kono
parents:
diff changeset
395 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
396 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
397 install; \
kono
parents:
diff changeset
398 else \
kono
parents:
diff changeset
399 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
400 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
401 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
kono
parents:
diff changeset
402 fi
kono
parents:
diff changeset
403 mostlyclean-generic:
kono
parents:
diff changeset
404
kono
parents:
diff changeset
405 clean-generic:
kono
parents:
diff changeset
406 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
kono
parents:
diff changeset
407
kono
parents:
diff changeset
408 distclean-generic:
kono
parents:
diff changeset
409 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
kono
parents:
diff changeset
410 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
kono
parents:
diff changeset
411
kono
parents:
diff changeset
412 maintainer-clean-generic:
kono
parents:
diff changeset
413 @echo "This command is intended for maintainers to use"
kono
parents:
diff changeset
414 @echo "it deletes files that may require special tools to rebuild."
kono
parents:
diff changeset
415 clean: clean-am
kono
parents:
diff changeset
416
kono
parents:
diff changeset
417 clean-am: clean-generic clean-libtool mostlyclean-am
kono
parents:
diff changeset
418
kono
parents:
diff changeset
419 distclean: distclean-am
kono
parents:
diff changeset
420 -rm -f Makefile
kono
parents:
diff changeset
421 distclean-am: clean-am distclean-generic
kono
parents:
diff changeset
422
kono
parents:
diff changeset
423 dvi: dvi-am
kono
parents:
diff changeset
424
kono
parents:
diff changeset
425 dvi-am:
kono
parents:
diff changeset
426
kono
parents:
diff changeset
427 html: html-am
kono
parents:
diff changeset
428
kono
parents:
diff changeset
429 html-am:
kono
parents:
diff changeset
430
kono
parents:
diff changeset
431 info: info-am
kono
parents:
diff changeset
432
kono
parents:
diff changeset
433 info-am:
kono
parents:
diff changeset
434
kono
parents:
diff changeset
435 install-data-am: install-data-local
kono
parents:
diff changeset
436
kono
parents:
diff changeset
437 install-dvi: install-dvi-am
kono
parents:
diff changeset
438
kono
parents:
diff changeset
439 install-dvi-am:
kono
parents:
diff changeset
440
kono
parents:
diff changeset
441 install-exec-am:
kono
parents:
diff changeset
442
kono
parents:
diff changeset
443 install-html: install-html-am
kono
parents:
diff changeset
444
kono
parents:
diff changeset
445 install-html-am:
kono
parents:
diff changeset
446
kono
parents:
diff changeset
447 install-info: install-info-am
kono
parents:
diff changeset
448
kono
parents:
diff changeset
449 install-info-am:
kono
parents:
diff changeset
450
kono
parents:
diff changeset
451 install-man:
kono
parents:
diff changeset
452
kono
parents:
diff changeset
453 install-pdf: install-pdf-am
kono
parents:
diff changeset
454
kono
parents:
diff changeset
455 install-pdf-am:
kono
parents:
diff changeset
456
kono
parents:
diff changeset
457 install-ps: install-ps-am
kono
parents:
diff changeset
458
kono
parents:
diff changeset
459 install-ps-am:
kono
parents:
diff changeset
460
kono
parents:
diff changeset
461 installcheck-am:
kono
parents:
diff changeset
462
kono
parents:
diff changeset
463 maintainer-clean: maintainer-clean-am
kono
parents:
diff changeset
464 -rm -f Makefile
kono
parents:
diff changeset
465 maintainer-clean-am: distclean-am maintainer-clean-generic
kono
parents:
diff changeset
466
kono
parents:
diff changeset
467 mostlyclean: mostlyclean-am
kono
parents:
diff changeset
468
kono
parents:
diff changeset
469 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
kono
parents:
diff changeset
470
kono
parents:
diff changeset
471 pdf: pdf-am
kono
parents:
diff changeset
472
kono
parents:
diff changeset
473 pdf-am:
kono
parents:
diff changeset
474
kono
parents:
diff changeset
475 ps: ps-am
kono
parents:
diff changeset
476
kono
parents:
diff changeset
477 ps-am:
kono
parents:
diff changeset
478
kono
parents:
diff changeset
479 uninstall-am:
kono
parents:
diff changeset
480
kono
parents:
diff changeset
481 .MAKE: install-am install-strip
kono
parents:
diff changeset
482
kono
parents:
diff changeset
483 .PHONY: all all-am all-local check check-am clean clean-generic \
kono
parents:
diff changeset
484 clean-libtool distclean distclean-generic distclean-libtool \
kono
parents:
diff changeset
485 dvi dvi-am html html-am info info-am install install-am \
kono
parents:
diff changeset
486 install-data install-data-am install-data-local install-dvi \
kono
parents:
diff changeset
487 install-dvi-am install-exec install-exec-am install-html \
kono
parents:
diff changeset
488 install-html-am install-info install-info-am install-man \
kono
parents:
diff changeset
489 install-pdf install-pdf-am install-ps install-ps-am \
kono
parents:
diff changeset
490 install-strip installcheck installcheck-am installdirs \
kono
parents:
diff changeset
491 maintainer-clean maintainer-clean-generic mostlyclean \
kono
parents:
diff changeset
492 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
kono
parents:
diff changeset
493 uninstall uninstall-am
kono
parents:
diff changeset
494
kono
parents:
diff changeset
495
kono
parents:
diff changeset
496 .po.mo:
kono
parents:
diff changeset
497 $(MSGFMT) -o $@ $<
kono
parents:
diff changeset
498
kono
parents:
diff changeset
499 all-local: all-local-$(USE_NLS)
kono
parents:
diff changeset
500 all-local-no:
kono
parents:
diff changeset
501 all-local-yes: $(LOCALE_OUT)
kono
parents:
diff changeset
502
kono
parents:
diff changeset
503 # 'make check' needs the catalogs constructed in build directory.
kono
parents:
diff changeset
504 check: check-$(USE_NLS)
kono
parents:
diff changeset
505 check-no:
kono
parents:
diff changeset
506 check-yes:
kono
parents:
diff changeset
507 $(mkinstalldirs) $(locale_builddir)
kono
parents:
diff changeset
508 catalogs='$(LOCALE_OUT)'; \
kono
parents:
diff changeset
509 for cat in $$catalogs; do \
kono
parents:
diff changeset
510 cat=`basename $$cat`; \
kono
parents:
diff changeset
511 lang=`echo $$cat | sed 's/\.mo$$//'`; \
kono
parents:
diff changeset
512 install_dir=$(locale_builddir)/$$lang/LC_MESSAGES; \
kono
parents:
diff changeset
513 $(mkinstalldirs) $$install_dir; \
kono
parents:
diff changeset
514 $(INSTALL_DATA) $$cat $$install_dir/$(PACKAGE).mo; \
kono
parents:
diff changeset
515 done
kono
parents:
diff changeset
516
kono
parents:
diff changeset
517 # Install rules here.
kono
parents:
diff changeset
518 # Wish install could just `cp -R ./share $(locale_installdir)` ...
kono
parents:
diff changeset
519 install-data-local: install-data-local-$(USE_NLS)
kono
parents:
diff changeset
520 install-data-local-no:
kono
parents:
diff changeset
521 install-data-local-yes: all-local-yes
kono
parents:
diff changeset
522 $(mkinstalldirs) $(locale_installdir)
kono
parents:
diff changeset
523 catalogs='$(LOCALE_OUT)'; \
kono
parents:
diff changeset
524 for cat in $$catalogs; do \
kono
parents:
diff changeset
525 cat=`basename $$cat`; \
kono
parents:
diff changeset
526 lang=`echo $$cat | sed 's/\.mo$$//'`; \
kono
parents:
diff changeset
527 install_dir=$(locale_installdir)/$$lang/LC_MESSAGES; \
kono
parents:
diff changeset
528 $(mkinstalldirs) $$install_dir; \
kono
parents:
diff changeset
529 $(INSTALL_DATA) $$cat $$install_dir/$(PACKAGE).mo; \
kono
parents:
diff changeset
530 done
kono
parents:
diff changeset
531
kono
parents:
diff changeset
532 # Maintainence of the .po template file. This rule is never run automatically,
kono
parents:
diff changeset
533 # and updates the source directory.
kono
parents:
diff changeset
534 pot:
kono
parents:
diff changeset
535 cd $(glibcxx_srcdir); \
kono
parents:
diff changeset
536 xgettext --default-domain=$(PACKAGE) --add-comments --c++ --debug \
kono
parents:
diff changeset
537 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
kono
parents:
diff changeset
538 `grep -r -l '__N(".*")' .`
kono
parents:
diff changeset
539
kono
parents:
diff changeset
540 # Tell versions [3.59,3.63) of GNU make to not export all variables.
kono
parents:
diff changeset
541 # Otherwise a system limit (for SysV at least) may be exceeded.
kono
parents:
diff changeset
542 .NOEXPORT: