tizen 2.4 release
[external/libunistring.git] / lib / Makefile.in
1 # Makefile.in generated by automake 1.13.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # Copyright (C) 2002-2014 Free Software Foundation, Inc.
18 #
19 # This file is free software; you can redistribute it and/or modify
20 # it under the terms of the GNU General Public License as published by
21 # the Free Software Foundation; either version 3 of the License, or
22 # (at your option) any later version.
23 #
24 # This file is distributed in the hope that it will be useful,
25 # but WITHOUT ANY WARRANTY; without even the implied warranty of
26 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27 # GNU General Public License for more details.
28 #
29 # You should have received a copy of the GNU General Public License
30 # along with this file.  If not, see <http://www.gnu.org/licenses/>.
31 #
32 # As a special exception to the GNU General Public License,
33 # this file may be distributed as part of a program that
34 # contains a configuration script generated by Autoconf, under
35 # the same distribution terms as the rest of that program.
36 #
37 # Generated by gnulib-tool.
38
39
40 VPATH = @srcdir@
41 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
42 am__make_running_with_option = \
43   case $${target_option-} in \
44       ?) ;; \
45       *) echo "am__make_running_with_option: internal error: invalid" \
46               "target option '$${target_option-}' specified" >&2; \
47          exit 1;; \
48   esac; \
49   has_opt=no; \
50   sane_makeflags=$$MAKEFLAGS; \
51   if $(am__is_gnu_make); then \
52     sane_makeflags=$$MFLAGS; \
53   else \
54     case $$MAKEFLAGS in \
55       *\\[\ \   ]*) \
56         bs=\\; \
57         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
58           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
59     esac; \
60   fi; \
61   skip_next=no; \
62   strip_trailopt () \
63   { \
64     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
65   }; \
66   for flg in $$sane_makeflags; do \
67     test $$skip_next = yes && { skip_next=no; continue; }; \
68     case $$flg in \
69       *=*|--*) continue;; \
70         -*I) strip_trailopt 'I'; skip_next=yes;; \
71       -*I?*) strip_trailopt 'I';; \
72         -*O) strip_trailopt 'O'; skip_next=yes;; \
73       -*O?*) strip_trailopt 'O';; \
74         -*l) strip_trailopt 'l'; skip_next=yes;; \
75       -*l?*) strip_trailopt 'l';; \
76       -[dEDm]) skip_next=yes;; \
77       -[JT]) skip_next=yes;; \
78     esac; \
79     case $$flg in \
80       *$$target_option*) has_opt=yes; break;; \
81     esac; \
82   done; \
83   test $$has_opt = yes
84 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
85 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
86 pkgdatadir = $(datadir)/@PACKAGE@
87 pkgincludedir = $(includedir)/@PACKAGE@
88 pkglibdir = $(libdir)/@PACKAGE@
89 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90 install_sh_DATA = $(install_sh) -c -m 644
91 install_sh_PROGRAM = $(install_sh) -c
92 install_sh_SCRIPT = $(install_sh) -c
93 INSTALL_HEADER = $(INSTALL_DATA)
94 transform = $(program_transform_name)
95 NORMAL_INSTALL = :
96 PRE_INSTALL = :
97 POST_INSTALL = :
98 NORMAL_UNINSTALL = :
99 PRE_UNINSTALL = :
100 POST_UNINSTALL = :
101 build_triplet = @build@
102 host_triplet = @host@
103 DIST_COMMON = $(srcdir)/Makefile.gnulib $(srcdir)/Makefile.in \
104         $(srcdir)/Makefile.am $(srcdir)/exported.sh.in \
105         $(nobase_include_HEADERS) $(noinst_HEADERS)
106 @GL_COND_LIBTOOL_TRUE@am__append_1 = $(LTLIBICONV)
107 @LIBUNISTRING_COMPILE_UNICASE_EMPTY_PREFIX_CONTEXT_TRUE@am__append_2 = unicase/empty-prefix-context.c
108 @LIBUNISTRING_COMPILE_UNICASE_EMPTY_SUFFIX_CONTEXT_TRUE@am__append_3 = unicase/empty-suffix-context.c
109 @LIBUNISTRING_COMPILE_UNICASE_LOCALE_LANGUAGE_TRUE@am__append_4 = unicase/locale-language.c
110 @LIBUNISTRING_COMPILE_UNICASE_TOLOWER_TRUE@am__append_5 = unicase/tolower.c
111 @LIBUNISTRING_COMPILE_UNICASE_TOTITLE_TRUE@am__append_6 = unicase/totitle.c
112 @LIBUNISTRING_COMPILE_UNICASE_TOUPPER_TRUE@am__append_7 = unicase/toupper.c
113 @LIBUNISTRING_COMPILE_UNICASE_U16_CASECMP_TRUE@am__append_8 = unicase/u16-casecmp.c
114 @LIBUNISTRING_COMPILE_UNICASE_U16_CASECOLL_TRUE@am__append_9 = unicase/u16-casecoll.c
115 @LIBUNISTRING_COMPILE_UNICASE_U16_CASEFOLD_TRUE@am__append_10 = unicase/u16-casefold.c
116 @LIBUNISTRING_COMPILE_UNICASE_U16_CASEXFRM_TRUE@am__append_11 = unicase/u16-casexfrm.c
117 @LIBUNISTRING_COMPILE_UNICASE_U16_CT_CASEFOLD_TRUE@am__append_12 = unicase/u16-ct-casefold.c
118 @LIBUNISTRING_COMPILE_UNICASE_U16_CT_TOLOWER_TRUE@am__append_13 = unicase/u16-ct-tolower.c
119 @LIBUNISTRING_COMPILE_UNICASE_U16_CT_TOTITLE_TRUE@am__append_14 = unicase/u16-ct-totitle.c
120 @LIBUNISTRING_COMPILE_UNICASE_U16_CT_TOUPPER_TRUE@am__append_15 = unicase/u16-ct-toupper.c
121 @LIBUNISTRING_COMPILE_UNICASE_U16_IS_CASED_TRUE@am__append_16 = unicase/u16-is-cased.c
122 @LIBUNISTRING_COMPILE_UNICASE_U16_IS_CASEFOLDED_TRUE@am__append_17 = unicase/u16-is-casefolded.c
123 @LIBUNISTRING_COMPILE_UNICASE_U16_IS_LOWERCASE_TRUE@am__append_18 = unicase/u16-is-lowercase.c
124 @LIBUNISTRING_COMPILE_UNICASE_U16_IS_TITLECASE_TRUE@am__append_19 = unicase/u16-is-titlecase.c
125 @LIBUNISTRING_COMPILE_UNICASE_U16_IS_UPPERCASE_TRUE@am__append_20 = unicase/u16-is-uppercase.c
126 @LIBUNISTRING_COMPILE_UNICASE_U16_TOLOWER_TRUE@am__append_21 = unicase/u16-tolower.c
127 @LIBUNISTRING_COMPILE_UNICASE_U16_TOTITLE_TRUE@am__append_22 = unicase/u16-totitle.c
128 @LIBUNISTRING_COMPILE_UNICASE_U16_TOUPPER_TRUE@am__append_23 = unicase/u16-toupper.c
129 @LIBUNISTRING_COMPILE_UNICASE_U32_CASECMP_TRUE@am__append_24 = unicase/u32-casecmp.c
130 @LIBUNISTRING_COMPILE_UNICASE_U32_CASECOLL_TRUE@am__append_25 = unicase/u32-casecoll.c
131 @LIBUNISTRING_COMPILE_UNICASE_U32_CASEFOLD_TRUE@am__append_26 = unicase/u32-casefold.c
132 @LIBUNISTRING_COMPILE_UNICASE_U32_CASEXFRM_TRUE@am__append_27 = unicase/u32-casexfrm.c
133 @LIBUNISTRING_COMPILE_UNICASE_U32_CT_CASEFOLD_TRUE@am__append_28 = unicase/u32-ct-casefold.c
134 @LIBUNISTRING_COMPILE_UNICASE_U32_CT_TOLOWER_TRUE@am__append_29 = unicase/u32-ct-tolower.c
135 @LIBUNISTRING_COMPILE_UNICASE_U32_CT_TOTITLE_TRUE@am__append_30 = unicase/u32-ct-totitle.c
136 @LIBUNISTRING_COMPILE_UNICASE_U32_CT_TOUPPER_TRUE@am__append_31 = unicase/u32-ct-toupper.c
137 @LIBUNISTRING_COMPILE_UNICASE_U32_IS_CASED_TRUE@am__append_32 = unicase/u32-is-cased.c
138 @LIBUNISTRING_COMPILE_UNICASE_U32_IS_CASEFOLDED_TRUE@am__append_33 = unicase/u32-is-casefolded.c
139 @LIBUNISTRING_COMPILE_UNICASE_U32_IS_LOWERCASE_TRUE@am__append_34 = unicase/u32-is-lowercase.c
140 @LIBUNISTRING_COMPILE_UNICASE_U32_IS_TITLECASE_TRUE@am__append_35 = unicase/u32-is-titlecase.c
141 @LIBUNISTRING_COMPILE_UNICASE_U32_IS_UPPERCASE_TRUE@am__append_36 = unicase/u32-is-uppercase.c
142 @LIBUNISTRING_COMPILE_UNICASE_U32_TOLOWER_TRUE@am__append_37 = unicase/u32-tolower.c
143 @LIBUNISTRING_COMPILE_UNICASE_U32_TOTITLE_TRUE@am__append_38 = unicase/u32-totitle.c
144 @LIBUNISTRING_COMPILE_UNICASE_U32_TOUPPER_TRUE@am__append_39 = unicase/u32-toupper.c
145 @LIBUNISTRING_COMPILE_UNICASE_U8_CASECMP_TRUE@am__append_40 = unicase/u8-casecmp.c
146 @LIBUNISTRING_COMPILE_UNICASE_U8_CASECOLL_TRUE@am__append_41 = unicase/u8-casecoll.c
147 @LIBUNISTRING_COMPILE_UNICASE_U8_CASEFOLD_TRUE@am__append_42 = unicase/u8-casefold.c
148 @LIBUNISTRING_COMPILE_UNICASE_U8_CASEXFRM_TRUE@am__append_43 = unicase/u8-casexfrm.c
149 @LIBUNISTRING_COMPILE_UNICASE_U8_CT_CASEFOLD_TRUE@am__append_44 = unicase/u8-ct-casefold.c
150 @LIBUNISTRING_COMPILE_UNICASE_U8_CT_TOLOWER_TRUE@am__append_45 = unicase/u8-ct-tolower.c
151 @LIBUNISTRING_COMPILE_UNICASE_U8_CT_TOTITLE_TRUE@am__append_46 = unicase/u8-ct-totitle.c
152 @LIBUNISTRING_COMPILE_UNICASE_U8_CT_TOUPPER_TRUE@am__append_47 = unicase/u8-ct-toupper.c
153 @LIBUNISTRING_COMPILE_UNICASE_U8_IS_CASED_TRUE@am__append_48 = unicase/u8-is-cased.c
154 @LIBUNISTRING_COMPILE_UNICASE_U8_IS_CASEFOLDED_TRUE@am__append_49 = unicase/u8-is-casefolded.c
155 @LIBUNISTRING_COMPILE_UNICASE_U8_IS_LOWERCASE_TRUE@am__append_50 = unicase/u8-is-lowercase.c
156 @LIBUNISTRING_COMPILE_UNICASE_U8_IS_TITLECASE_TRUE@am__append_51 = unicase/u8-is-titlecase.c
157 @LIBUNISTRING_COMPILE_UNICASE_U8_IS_UPPERCASE_TRUE@am__append_52 = unicase/u8-is-uppercase.c
158 @LIBUNISTRING_COMPILE_UNICASE_U8_TOLOWER_TRUE@am__append_53 = unicase/u8-tolower.c
159 @LIBUNISTRING_COMPILE_UNICASE_U8_TOTITLE_TRUE@am__append_54 = unicase/u8-totitle.c
160 @LIBUNISTRING_COMPILE_UNICASE_U8_TOUPPER_TRUE@am__append_55 = unicase/u8-toupper.c
161 @LIBUNISTRING_COMPILE_UNICASE_ULC_CASECMP_TRUE@am__append_56 = unicase/ulc-casecmp.c
162 @LIBUNISTRING_COMPILE_UNICASE_ULC_CASECOLL_TRUE@am__append_57 = unicase/ulc-casecoll.c
163 @LIBUNISTRING_COMPILE_UNICASE_ULC_CASEXFRM_TRUE@am__append_58 = unicase/ulc-casexfrm.c
164 @LIBUNISTRING_COMPILE_UNICONV_U16_CONV_FROM_ENC_TRUE@am__append_59 = uniconv/u16-conv-from-enc.c
165 @LIBUNISTRING_COMPILE_UNICONV_U16_CONV_TO_ENC_TRUE@am__append_60 = uniconv/u16-conv-to-enc.c
166 @LIBUNISTRING_COMPILE_UNICONV_U16_STRCONV_FROM_ENC_TRUE@am__append_61 = uniconv/u16-strconv-from-enc.c
167 @LIBUNISTRING_COMPILE_UNICONV_U16_STRCONV_FROM_LOCALE_TRUE@am__append_62 = uniconv/u16-strconv-from-locale.c
168 @LIBUNISTRING_COMPILE_UNICONV_U16_STRCONV_TO_ENC_TRUE@am__append_63 = uniconv/u16-strconv-to-enc.c
169 @LIBUNISTRING_COMPILE_UNICONV_U16_STRCONV_TO_LOCALE_TRUE@am__append_64 = uniconv/u16-strconv-to-locale.c
170 @LIBUNISTRING_COMPILE_UNICONV_U32_CONV_FROM_ENC_TRUE@am__append_65 = uniconv/u32-conv-from-enc.c
171 @LIBUNISTRING_COMPILE_UNICONV_U32_CONV_TO_ENC_TRUE@am__append_66 = uniconv/u32-conv-to-enc.c
172 @LIBUNISTRING_COMPILE_UNICONV_U32_STRCONV_FROM_ENC_TRUE@am__append_67 = uniconv/u32-strconv-from-enc.c
173 @LIBUNISTRING_COMPILE_UNICONV_U32_STRCONV_FROM_LOCALE_TRUE@am__append_68 = uniconv/u32-strconv-from-locale.c
174 @LIBUNISTRING_COMPILE_UNICONV_U32_STRCONV_TO_ENC_TRUE@am__append_69 = uniconv/u32-strconv-to-enc.c
175 @LIBUNISTRING_COMPILE_UNICONV_U32_STRCONV_TO_LOCALE_TRUE@am__append_70 = uniconv/u32-strconv-to-locale.c
176 @LIBUNISTRING_COMPILE_UNICONV_U8_CONV_FROM_ENC_TRUE@am__append_71 = uniconv/u8-conv-from-enc.c
177 @LIBUNISTRING_COMPILE_UNICONV_U8_CONV_TO_ENC_TRUE@am__append_72 = uniconv/u8-conv-to-enc.c
178 @LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_ENC_TRUE@am__append_73 = uniconv/u8-strconv-from-enc.c
179 @LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_LOCALE_TRUE@am__append_74 = uniconv/u8-strconv-from-locale.c
180 @LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_ENC_TRUE@am__append_75 = uniconv/u8-strconv-to-enc.c
181 @LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_LOCALE_TRUE@am__append_76 = uniconv/u8-strconv-to-locale.c
182 @LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_BYNAME_TRUE@am__append_77 = unictype/bidi_byname.c
183 @LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_LONGNAME_TRUE@am__append_78 = unictype/bidi_longname.c
184 @LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_NAME_TRUE@am__append_79 = unictype/bidi_name.c
185 @LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_OF_TRUE@am__append_80 = unictype/bidi_of.c
186 @LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_TEST_TRUE@am__append_81 = unictype/bidi_test.c
187 @LIBUNISTRING_COMPILE_UNICTYPE_BLOCK_LIST_TRUE@am__append_82 = unictype/blocks.c
188 @LIBUNISTRING_COMPILE_UNICTYPE_BLOCK_TEST_TRUE@am__append_83 = unictype/block_test.c
189 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_C_TRUE@am__append_84 = unictype/categ_C.c
190 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CC_TRUE@am__append_85 = unictype/categ_Cc.c
191 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CF_TRUE@am__append_86 = unictype/categ_Cf.c
192 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CN_TRUE@am__append_87 = unictype/categ_Cn.c
193 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CO_TRUE@am__append_88 = unictype/categ_Co.c
194 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CS_TRUE@am__append_89 = unictype/categ_Cs.c
195 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_L_TRUE@am__append_90 = unictype/categ_L.c
196 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LC_TRUE@am__append_91 = unictype/categ_LC.c
197 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LL_TRUE@am__append_92 = unictype/categ_Ll.c
198 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LM_TRUE@am__append_93 = unictype/categ_Lm.c
199 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LO_TRUE@am__append_94 = unictype/categ_Lo.c
200 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LT_TRUE@am__append_95 = unictype/categ_Lt.c
201 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LU_TRUE@am__append_96 = unictype/categ_Lu.c
202 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_M_TRUE@am__append_97 = unictype/categ_M.c
203 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_MC_TRUE@am__append_98 = unictype/categ_Mc.c
204 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ME_TRUE@am__append_99 = unictype/categ_Me.c
205 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_MN_TRUE@am__append_100 = unictype/categ_Mn.c
206 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_N_TRUE@am__append_101 = unictype/categ_N.c
207 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ND_TRUE@am__append_102 = unictype/categ_Nd.c
208 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NL_TRUE@am__append_103 = unictype/categ_Nl.c
209 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NO_TRUE@am__append_104 = unictype/categ_No.c
210 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_P_TRUE@am__append_105 = unictype/categ_P.c
211 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PC_TRUE@am__append_106 = unictype/categ_Pc.c
212 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PD_TRUE@am__append_107 = unictype/categ_Pd.c
213 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PE_TRUE@am__append_108 = unictype/categ_Pe.c
214 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PF_TRUE@am__append_109 = unictype/categ_Pf.c
215 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PI_TRUE@am__append_110 = unictype/categ_Pi.c
216 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PO_TRUE@am__append_111 = unictype/categ_Po.c
217 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PS_TRUE@am__append_112 = unictype/categ_Ps.c
218 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_S_TRUE@am__append_113 = unictype/categ_S.c
219 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SC_TRUE@am__append_114 = unictype/categ_Sc.c
220 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SK_TRUE@am__append_115 = unictype/categ_Sk.c
221 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SM_TRUE@am__append_116 = unictype/categ_Sm.c
222 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SO_TRUE@am__append_117 = unictype/categ_So.c
223 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_Z_TRUE@am__append_118 = unictype/categ_Z.c
224 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZL_TRUE@am__append_119 = unictype/categ_Zl.c
225 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZP_TRUE@am__append_120 = unictype/categ_Zp.c
226 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZS_TRUE@am__append_121 = unictype/categ_Zs.c
227 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_AND_TRUE@am__append_122 = unictype/categ_and.c
228 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_AND_NOT_TRUE@am__append_123 = unictype/categ_and_not.c
229 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_BYNAME_TRUE@am__append_124 = unictype/categ_byname.c
230 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LONGNAME_TRUE@am__append_125 = unictype/categ_longname.c
231 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NAME_TRUE@am__append_126 = unictype/categ_name.c
232 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_TRUE@am__append_127 = unictype/categ_none.c
233 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_TRUE@am__append_128 = unictype/categ_of.c
234 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OR_TRUE@am__append_129 = unictype/categ_or.c
235 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_TEST_TRUE@am__append_130 = unictype/categ_test.c
236 @LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_TRUE@am__append_131 = unictype/combiningclass.c
237 @LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_BYNAME_TRUE@am__append_132 = unictype/combiningclass_byname.c
238 @LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_LONGNAME_TRUE@am__append_133 = unictype/combiningclass_longname.c
239 @LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_NAME_TRUE@am__append_134 = unictype/combiningclass_name.c
240 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_ALNUM_TRUE@am__append_135 = unictype/ctype_alnum.c
241 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_ALPHA_TRUE@am__append_136 = unictype/ctype_alpha.c
242 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_BLANK_TRUE@am__append_137 = unictype/ctype_blank.c
243 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_CNTRL_TRUE@am__append_138 = unictype/ctype_cntrl.c
244 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_DIGIT_TRUE@am__append_139 = unictype/ctype_digit.c
245 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_GRAPH_TRUE@am__append_140 = unictype/ctype_graph.c
246 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_LOWER_TRUE@am__append_141 = unictype/ctype_lower.c
247 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_PRINT_TRUE@am__append_142 = unictype/ctype_print.c
248 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_PUNCT_TRUE@am__append_143 = unictype/ctype_punct.c
249 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_SPACE_TRUE@am__append_144 = unictype/ctype_space.c
250 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_UPPER_TRUE@am__append_145 = unictype/ctype_upper.c
251 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_XDIGIT_TRUE@am__append_146 = unictype/ctype_xdigit.c
252 @LIBUNISTRING_COMPILE_UNICTYPE_DECIMAL_DIGIT_TRUE@am__append_147 = unictype/decdigit.c
253 @LIBUNISTRING_COMPILE_UNICTYPE_DIGIT_TRUE@am__append_148 = unictype/digit.c
254 @LIBUNISTRING_COMPILE_UNICTYPE_JOININGGROUP_BYNAME_TRUE@am__append_149 = unictype/joininggroup_byname.c
255 @LIBUNISTRING_COMPILE_UNICTYPE_JOININGGROUP_NAME_TRUE@am__append_150 = unictype/joininggroup_name.c
256 @LIBUNISTRING_COMPILE_UNICTYPE_JOININGGROUP_OF_TRUE@am__append_151 = unictype/joininggroup_of.c
257 @LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_BYNAME_TRUE@am__append_152 = unictype/joiningtype_byname.c
258 @LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_LONGNAME_TRUE@am__append_153 = unictype/joiningtype_longname.c
259 @LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_NAME_TRUE@am__append_154 = unictype/joiningtype_name.c
260 @LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_OF_TRUE@am__append_155 = unictype/joiningtype_of.c
261 @LIBUNISTRING_COMPILE_UNICTYPE_MIRROR_TRUE@am__append_156 = unictype/mirror.c
262 @LIBUNISTRING_COMPILE_UNICTYPE_NUMERIC_TRUE@am__append_157 = unictype/numeric.c
263 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_ALPHABETIC_TRUE@am__append_158 = unictype/pr_alphabetic.c
264 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_ASCII_HEX_DIGIT_TRUE@am__append_159 = unictype/pr_ascii_hex_digit.c
265 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_ARABIC_DIGIT_TRUE@am__append_160 = unictype/pr_bidi_arabic_digit.c
266 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_ARABIC_RIGHT_TO_LEFT_TRUE@am__append_161 = unictype/pr_bidi_arabic_right_to_left.c
267 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_BLOCK_SEPARATOR_TRUE@am__append_162 = unictype/pr_bidi_block_separator.c
268 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_BOUNDARY_NEUTRAL_TRUE@am__append_163 = unictype/pr_bidi_boundary_neutral.c
269 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_COMMON_SEPARATOR_TRUE@am__append_164 = unictype/pr_bidi_common_separator.c
270 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_CONTROL_TRUE@am__append_165 = unictype/pr_bidi_control.c
271 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_EMBEDDING_OR_OVERRIDE_TRUE@am__append_166 = unictype/pr_bidi_embedding_or_override.c
272 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_EUR_NUM_SEPARATOR_TRUE@am__append_167 = unictype/pr_bidi_eur_num_separator.c
273 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_EUR_NUM_TERMINATOR_TRUE@am__append_168 = unictype/pr_bidi_eur_num_terminator.c
274 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_EUROPEAN_DIGIT_TRUE@am__append_169 = unictype/pr_bidi_european_digit.c
275 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_HEBREW_RIGHT_TO_LEFT_TRUE@am__append_170 = unictype/pr_bidi_hebrew_right_to_left.c
276 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_LEFT_TO_RIGHT_TRUE@am__append_171 = unictype/pr_bidi_left_to_right.c
277 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_NON_SPACING_MARK_TRUE@am__append_172 = unictype/pr_bidi_non_spacing_mark.c
278 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_OTHER_NEUTRAL_TRUE@am__append_173 = unictype/pr_bidi_other_neutral.c
279 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_PDF_TRUE@am__append_174 = unictype/pr_bidi_pdf.c
280 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_SEGMENT_SEPARATOR_TRUE@am__append_175 = unictype/pr_bidi_segment_separator.c
281 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_WHITESPACE_TRUE@am__append_176 = unictype/pr_bidi_whitespace.c
282 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BYNAME_TRUE@am__append_177 = unictype/pr_byname.c
283 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_CASE_IGNORABLE_TRUE@am__append_178 = unictype/pr_case_ignorable.c
284 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_CASED_TRUE@am__append_179 = unictype/pr_cased.c
285 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_CHANGES_WHEN_CASEFOLDED_TRUE@am__append_180 = unictype/pr_changes_when_casefolded.c
286 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_CHANGES_WHEN_CASEMAPPED_TRUE@am__append_181 = unictype/pr_changes_when_casemapped.c
287 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_CHANGES_WHEN_LOWERCASED_TRUE@am__append_182 = unictype/pr_changes_when_lowercased.c
288 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_CHANGES_WHEN_TITLECASED_TRUE@am__append_183 = unictype/pr_changes_when_titlecased.c
289 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_CHANGES_WHEN_UPPERCASED_TRUE@am__append_184 = unictype/pr_changes_when_uppercased.c
290 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_COMBINING_TRUE@am__append_185 = unictype/pr_combining.c
291 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_COMPOSITE_TRUE@am__append_186 = unictype/pr_composite.c
292 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_CURRENCY_SYMBOL_TRUE@am__append_187 = unictype/pr_currency_symbol.c
293 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_DASH_TRUE@am__append_188 = unictype/pr_dash.c
294 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_DECIMAL_DIGIT_TRUE@am__append_189 = unictype/pr_decimal_digit.c
295 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_DEFAULT_IGNORABLE_CODE_POINT_TRUE@am__append_190 = unictype/pr_default_ignorable_code_point.c
296 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_DEPRECATED_TRUE@am__append_191 = unictype/pr_deprecated.c
297 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_DIACRITIC_TRUE@am__append_192 = unictype/pr_diacritic.c
298 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_EXTENDER_TRUE@am__append_193 = unictype/pr_extender.c
299 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_FORMAT_CONTROL_TRUE@am__append_194 = unictype/pr_format_control.c
300 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_GRAPHEME_BASE_TRUE@am__append_195 = unictype/pr_grapheme_base.c
301 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_GRAPHEME_EXTEND_TRUE@am__append_196 = unictype/pr_grapheme_extend.c
302 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_GRAPHEME_LINK_TRUE@am__append_197 = unictype/pr_grapheme_link.c
303 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_HEX_DIGIT_TRUE@am__append_198 = unictype/pr_hex_digit.c
304 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_HYPHEN_TRUE@am__append_199 = unictype/pr_hyphen.c
305 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_ID_CONTINUE_TRUE@am__append_200 = unictype/pr_id_continue.c
306 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_ID_START_TRUE@am__append_201 = unictype/pr_id_start.c
307 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_IDEOGRAPHIC_TRUE@am__append_202 = unictype/pr_ideographic.c
308 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_IDS_BINARY_OPERATOR_TRUE@am__append_203 = unictype/pr_ids_binary_operator.c
309 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_IDS_TRINARY_OPERATOR_TRUE@am__append_204 = unictype/pr_ids_trinary_operator.c
310 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_IGNORABLE_CONTROL_TRUE@am__append_205 = unictype/pr_ignorable_control.c
311 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_ISO_CONTROL_TRUE@am__append_206 = unictype/pr_iso_control.c
312 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_JOIN_CONTROL_TRUE@am__append_207 = unictype/pr_join_control.c
313 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_LEFT_OF_PAIR_TRUE@am__append_208 = unictype/pr_left_of_pair.c
314 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_LINE_SEPARATOR_TRUE@am__append_209 = unictype/pr_line_separator.c
315 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_LOGICAL_ORDER_EXCEPTION_TRUE@am__append_210 = unictype/pr_logical_order_exception.c
316 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_LOWERCASE_TRUE@am__append_211 = unictype/pr_lowercase.c
317 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_MATH_TRUE@am__append_212 = unictype/pr_math.c
318 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_NON_BREAK_TRUE@am__append_213 = unictype/pr_non_break.c
319 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_NOT_A_CHARACTER_TRUE@am__append_214 = unictype/pr_not_a_character.c
320 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_NUMERIC_TRUE@am__append_215 = unictype/pr_numeric.c
321 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_OTHER_ALPHABETIC_TRUE@am__append_216 = unictype/pr_other_alphabetic.c
322 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_OTHER_DEFAULT_IGNORABLE_CODE_POINT_TRUE@am__append_217 = unictype/pr_other_default_ignorable_code_point.c
323 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_OTHER_GRAPHEME_EXTEND_TRUE@am__append_218 = unictype/pr_other_grapheme_extend.c
324 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_OTHER_ID_CONTINUE_TRUE@am__append_219 = unictype/pr_other_id_continue.c
325 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_OTHER_ID_START_TRUE@am__append_220 = unictype/pr_other_id_start.c
326 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_OTHER_LOWERCASE_TRUE@am__append_221 = unictype/pr_other_lowercase.c
327 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_OTHER_MATH_TRUE@am__append_222 = unictype/pr_other_math.c
328 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_OTHER_UPPERCASE_TRUE@am__append_223 = unictype/pr_other_uppercase.c
329 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_PAIRED_PUNCTUATION_TRUE@am__append_224 = unictype/pr_paired_punctuation.c
330 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_PARAGRAPH_SEPARATOR_TRUE@am__append_225 = unictype/pr_paragraph_separator.c
331 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_PATTERN_SYNTAX_TRUE@am__append_226 = unictype/pr_pattern_syntax.c
332 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_PATTERN_WHITE_SPACE_TRUE@am__append_227 = unictype/pr_pattern_white_space.c
333 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_PRIVATE_USE_TRUE@am__append_228 = unictype/pr_private_use.c
334 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_PUNCTUATION_TRUE@am__append_229 = unictype/pr_punctuation.c
335 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_QUOTATION_MARK_TRUE@am__append_230 = unictype/pr_quotation_mark.c
336 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_RADICAL_TRUE@am__append_231 = unictype/pr_radical.c
337 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_SENTENCE_TERMINAL_TRUE@am__append_232 = unictype/pr_sentence_terminal.c
338 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_SOFT_DOTTED_TRUE@am__append_233 = unictype/pr_soft_dotted.c
339 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_SPACE_TRUE@am__append_234 = unictype/pr_space.c
340 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_TERMINAL_PUNCTUATION_TRUE@am__append_235 = unictype/pr_terminal_punctuation.c
341 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_TEST_TRUE@am__append_236 = unictype/pr_test.c
342 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_TITLECASE_TRUE@am__append_237 = unictype/pr_titlecase.c
343 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_UNASSIGNED_CODE_VALUE_TRUE@am__append_238 = unictype/pr_unassigned_code_value.c
344 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_UNIFIED_IDEOGRAPH_TRUE@am__append_239 = unictype/pr_unified_ideograph.c
345 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_UPPERCASE_TRUE@am__append_240 = unictype/pr_uppercase.c
346 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_VARIATION_SELECTOR_TRUE@am__append_241 = unictype/pr_variation_selector.c
347 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_WHITE_SPACE_TRUE@am__append_242 = unictype/pr_white_space.c
348 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_XID_CONTINUE_TRUE@am__append_243 = unictype/pr_xid_continue.c
349 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_XID_START_TRUE@am__append_244 = unictype/pr_xid_start.c
350 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_ZERO_WIDTH_TRUE@am__append_245 = unictype/pr_zero_width.c
351 @LIBUNISTRING_COMPILE_UNICTYPE_SCRIPTS_TRUE@am__append_246 = unictype/scripts.c
352 @LIBUNISTRING_COMPILE_UNICTYPE_SYNTAX_C_IDENT_TRUE@am__append_247 = unictype/sy_c_ident.c
353 @LIBUNISTRING_COMPILE_UNICTYPE_SYNTAX_C_WHITESPACE_TRUE@am__append_248 = unictype/sy_c_whitespace.c
354 @LIBUNISTRING_COMPILE_UNICTYPE_SYNTAX_JAVA_IDENT_TRUE@am__append_249 = unictype/sy_java_ident.c
355 @LIBUNISTRING_COMPILE_UNICTYPE_SYNTAX_JAVA_WHITESPACE_TRUE@am__append_250 = unictype/sy_java_whitespace.c
356 @LIBUNISTRING_COMPILE_UNIGBRK_U16_GRAPHEME_BREAKS_TRUE@am__append_251 = unigbrk/u16-grapheme-breaks.c
357 @LIBUNISTRING_COMPILE_UNIGBRK_U16_GRAPHEME_NEXT_TRUE@am__append_252 = unigbrk/u16-grapheme-next.c
358 @LIBUNISTRING_COMPILE_UNIGBRK_U16_GRAPHEME_PREV_TRUE@am__append_253 = unigbrk/u16-grapheme-prev.c
359 @LIBUNISTRING_COMPILE_UNIGBRK_U32_GRAPHEME_BREAKS_TRUE@am__append_254 = unigbrk/u32-grapheme-breaks.c
360 @LIBUNISTRING_COMPILE_UNIGBRK_U32_GRAPHEME_NEXT_TRUE@am__append_255 = unigbrk/u32-grapheme-next.c
361 @LIBUNISTRING_COMPILE_UNIGBRK_U32_GRAPHEME_PREV_TRUE@am__append_256 = unigbrk/u32-grapheme-prev.c
362 @LIBUNISTRING_COMPILE_UNIGBRK_U8_GRAPHEME_BREAKS_TRUE@am__append_257 = unigbrk/u8-grapheme-breaks.c
363 @LIBUNISTRING_COMPILE_UNIGBRK_U8_GRAPHEME_NEXT_TRUE@am__append_258 = unigbrk/u8-grapheme-next.c
364 @LIBUNISTRING_COMPILE_UNIGBRK_U8_GRAPHEME_PREV_TRUE@am__append_259 = unigbrk/u8-grapheme-prev.c
365 @LIBUNISTRING_COMPILE_UNIGBRK_UC_GBRK_PROP_TRUE@am__append_260 = unigbrk/uc-gbrk-prop.c
366 @LIBUNISTRING_COMPILE_UNIGBRK_UC_IS_GRAPHEME_BREAK_TRUE@am__append_261 = unigbrk/uc-is-grapheme-break.c
367 @LIBUNISTRING_COMPILE_UNIGBRK_ULC_GRAPHEME_BREAKS_TRUE@am__append_262 = unigbrk/ulc-grapheme-breaks.c
368 @LIBUNISTRING_COMPILE_UNILBRK_U16_POSSIBLE_LINEBREAKS_TRUE@am__append_263 = unilbrk/u16-possible-linebreaks.c
369 @LIBUNISTRING_COMPILE_UNILBRK_U16_WIDTH_LINEBREAKS_TRUE@am__append_264 = unilbrk/u16-width-linebreaks.c
370 @LIBUNISTRING_COMPILE_UNILBRK_U32_POSSIBLE_LINEBREAKS_TRUE@am__append_265 = unilbrk/u32-possible-linebreaks.c
371 @LIBUNISTRING_COMPILE_UNILBRK_U32_WIDTH_LINEBREAKS_TRUE@am__append_266 = unilbrk/u32-width-linebreaks.c
372 @LIBUNISTRING_COMPILE_UNILBRK_U8_POSSIBLE_LINEBREAKS_TRUE@am__append_267 = unilbrk/u8-possible-linebreaks.c
373 @LIBUNISTRING_COMPILE_UNILBRK_U8_WIDTH_LINEBREAKS_TRUE@am__append_268 = unilbrk/u8-width-linebreaks.c
374 @LIBUNISTRING_COMPILE_UNILBRK_ULC_POSSIBLE_LINEBREAKS_TRUE@am__append_269 = unilbrk/ulc-possible-linebreaks.c
375 @LIBUNISTRING_COMPILE_UNILBRK_ULC_WIDTH_LINEBREAKS_TRUE@am__append_270 = unilbrk/ulc-width-linebreaks.c
376 @LIBUNISTRING_COMPILE_UNINAME_UNINAME_TRUE@am__append_271 = uniname/uniname.c
377 @LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_TRUE@am__append_272 = uninorm/canonical-decomposition.c
378 @LIBUNISTRING_COMPILE_UNINORM_COMPOSITION_TRUE@am__append_273 = uninorm/composition.c
379 @LIBUNISTRING_COMPILE_UNINORM_DECOMPOSING_FORM_TRUE@am__append_274 = uninorm/decomposing-form.c
380 @LIBUNISTRING_COMPILE_UNINORM_DECOMPOSITION_TRUE@am__append_275 = uninorm/decomposition.c
381 @LIBUNISTRING_COMPILE_UNINORM_FILTER_TRUE@am__append_276 = uninorm/uninorm-filter.c
382 @LIBUNISTRING_COMPILE_UNINORM_NFC_TRUE@am__append_277 = uninorm/nfc.c
383 @LIBUNISTRING_COMPILE_UNINORM_NFD_TRUE@am__append_278 = uninorm/nfd.c
384 @LIBUNISTRING_COMPILE_UNINORM_NFKC_TRUE@am__append_279 = uninorm/nfkc.c
385 @LIBUNISTRING_COMPILE_UNINORM_NFKD_TRUE@am__append_280 = uninorm/nfkd.c
386 @LIBUNISTRING_COMPILE_UNINORM_U16_NORMALIZE_TRUE@am__append_281 = uninorm/u16-normalize.c
387 @LIBUNISTRING_COMPILE_UNINORM_U16_NORMCMP_TRUE@am__append_282 = uninorm/u16-normcmp.c
388 @LIBUNISTRING_COMPILE_UNINORM_U16_NORMCOLL_TRUE@am__append_283 = uninorm/u16-normcoll.c
389 @LIBUNISTRING_COMPILE_UNINORM_U16_NORMXFRM_TRUE@am__append_284 = uninorm/u16-normxfrm.c
390 @LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE_TRUE@am__append_285 = uninorm/u32-normalize.c
391 @LIBUNISTRING_COMPILE_UNINORM_U32_NORMCMP_TRUE@am__append_286 = uninorm/u32-normcmp.c
392 @LIBUNISTRING_COMPILE_UNINORM_U32_NORMCOLL_TRUE@am__append_287 = uninorm/u32-normcoll.c
393 @LIBUNISTRING_COMPILE_UNINORM_U32_NORMXFRM_TRUE@am__append_288 = uninorm/u32-normxfrm.c
394 @LIBUNISTRING_COMPILE_UNINORM_U8_NORMALIZE_TRUE@am__append_289 = uninorm/u8-normalize.c
395 @LIBUNISTRING_COMPILE_UNINORM_U8_NORMCMP_TRUE@am__append_290 = uninorm/u8-normcmp.c
396 @LIBUNISTRING_COMPILE_UNINORM_U8_NORMCOLL_TRUE@am__append_291 = uninorm/u8-normcoll.c
397 @LIBUNISTRING_COMPILE_UNINORM_U8_NORMXFRM_TRUE@am__append_292 = uninorm/u8-normxfrm.c
398 @LIBUNISTRING_COMPILE_UNISTDIO_U16_ASNPRINTF_TRUE@am__append_293 = unistdio/u16-asnprintf.c
399 @LIBUNISTRING_COMPILE_UNISTDIO_U16_ASPRINTF_TRUE@am__append_294 = unistdio/u16-asprintf.c
400 @LIBUNISTRING_COMPILE_UNISTDIO_U16_SNPRINTF_TRUE@am__append_295 = unistdio/u16-snprintf.c
401 @LIBUNISTRING_COMPILE_UNISTDIO_U16_SPRINTF_TRUE@am__append_296 = unistdio/u16-sprintf.c
402 @LIBUNISTRING_COMPILE_UNISTDIO_U16_U16_ASNPRINTF_TRUE@am__append_297 = unistdio/u16-u16-asnprintf.c
403 @LIBUNISTRING_COMPILE_UNISTDIO_U16_U16_ASPRINTF_TRUE@am__append_298 = unistdio/u16-u16-asprintf.c
404 @LIBUNISTRING_COMPILE_UNISTDIO_U16_U16_SNPRINTF_TRUE@am__append_299 = unistdio/u16-u16-snprintf.c
405 @LIBUNISTRING_COMPILE_UNISTDIO_U16_U16_SPRINTF_TRUE@am__append_300 = unistdio/u16-u16-sprintf.c
406 @LIBUNISTRING_COMPILE_UNISTDIO_U16_U16_VASNPRINTF_TRUE@am__append_301 = unistdio/u16-u16-vasnprintf.c
407 @LIBUNISTRING_COMPILE_UNISTDIO_U16_U16_VASPRINTF_TRUE@am__append_302 = unistdio/u16-u16-vasprintf.c
408 @LIBUNISTRING_COMPILE_UNISTDIO_U16_U16_VSNPRINTF_TRUE@am__append_303 = unistdio/u16-u16-vsnprintf.c
409 @LIBUNISTRING_COMPILE_UNISTDIO_U16_U16_VSPRINTF_TRUE@am__append_304 = unistdio/u16-u16-vsprintf.c
410 @LIBUNISTRING_COMPILE_UNISTDIO_U16_VASNPRINTF_TRUE@am__append_305 = unistdio/u16-vasnprintf.c
411 @LIBUNISTRING_COMPILE_UNISTDIO_U16_VASPRINTF_TRUE@am__append_306 = unistdio/u16-vasprintf.c
412 @LIBUNISTRING_COMPILE_UNISTDIO_U16_VSNPRINTF_TRUE@am__append_307 = unistdio/u16-vsnprintf.c
413 @LIBUNISTRING_COMPILE_UNISTDIO_U16_VSPRINTF_TRUE@am__append_308 = unistdio/u16-vsprintf.c
414 @LIBUNISTRING_COMPILE_UNISTDIO_U32_ASNPRINTF_TRUE@am__append_309 = unistdio/u32-asnprintf.c
415 @LIBUNISTRING_COMPILE_UNISTDIO_U32_ASPRINTF_TRUE@am__append_310 = unistdio/u32-asprintf.c
416 @LIBUNISTRING_COMPILE_UNISTDIO_U32_SNPRINTF_TRUE@am__append_311 = unistdio/u32-snprintf.c
417 @LIBUNISTRING_COMPILE_UNISTDIO_U32_SPRINTF_TRUE@am__append_312 = unistdio/u32-sprintf.c
418 @LIBUNISTRING_COMPILE_UNISTDIO_U32_U32_ASNPRINTF_TRUE@am__append_313 = unistdio/u32-u32-asnprintf.c
419 @LIBUNISTRING_COMPILE_UNISTDIO_U32_U32_ASPRINTF_TRUE@am__append_314 = unistdio/u32-u32-asprintf.c
420 @LIBUNISTRING_COMPILE_UNISTDIO_U32_U32_SNPRINTF_TRUE@am__append_315 = unistdio/u32-u32-snprintf.c
421 @LIBUNISTRING_COMPILE_UNISTDIO_U32_U32_SPRINTF_TRUE@am__append_316 = unistdio/u32-u32-sprintf.c
422 @LIBUNISTRING_COMPILE_UNISTDIO_U32_U32_VASNPRINTF_TRUE@am__append_317 = unistdio/u32-u32-vasnprintf.c
423 @LIBUNISTRING_COMPILE_UNISTDIO_U32_U32_VASPRINTF_TRUE@am__append_318 = unistdio/u32-u32-vasprintf.c
424 @LIBUNISTRING_COMPILE_UNISTDIO_U32_U32_VSNPRINTF_TRUE@am__append_319 = unistdio/u32-u32-vsnprintf.c
425 @LIBUNISTRING_COMPILE_UNISTDIO_U32_U32_VSPRINTF_TRUE@am__append_320 = unistdio/u32-u32-vsprintf.c
426 @LIBUNISTRING_COMPILE_UNISTDIO_U32_VASNPRINTF_TRUE@am__append_321 = unistdio/u32-vasnprintf.c
427 @LIBUNISTRING_COMPILE_UNISTDIO_U32_VASPRINTF_TRUE@am__append_322 = unistdio/u32-vasprintf.c
428 @LIBUNISTRING_COMPILE_UNISTDIO_U32_VSNPRINTF_TRUE@am__append_323 = unistdio/u32-vsnprintf.c
429 @LIBUNISTRING_COMPILE_UNISTDIO_U32_VSPRINTF_TRUE@am__append_324 = unistdio/u32-vsprintf.c
430 @LIBUNISTRING_COMPILE_UNISTDIO_U8_ASNPRINTF_TRUE@am__append_325 = unistdio/u8-asnprintf.c
431 @LIBUNISTRING_COMPILE_UNISTDIO_U8_ASPRINTF_TRUE@am__append_326 = unistdio/u8-asprintf.c
432 @LIBUNISTRING_COMPILE_UNISTDIO_U8_SNPRINTF_TRUE@am__append_327 = unistdio/u8-snprintf.c
433 @LIBUNISTRING_COMPILE_UNISTDIO_U8_SPRINTF_TRUE@am__append_328 = unistdio/u8-sprintf.c
434 @LIBUNISTRING_COMPILE_UNISTDIO_U8_U8_ASNPRINTF_TRUE@am__append_329 = unistdio/u8-u8-asnprintf.c
435 @LIBUNISTRING_COMPILE_UNISTDIO_U8_U8_ASPRINTF_TRUE@am__append_330 = unistdio/u8-u8-asprintf.c
436 @LIBUNISTRING_COMPILE_UNISTDIO_U8_U8_SNPRINTF_TRUE@am__append_331 = unistdio/u8-u8-snprintf.c
437 @LIBUNISTRING_COMPILE_UNISTDIO_U8_U8_SPRINTF_TRUE@am__append_332 = unistdio/u8-u8-sprintf.c
438 @LIBUNISTRING_COMPILE_UNISTDIO_U8_U8_VASNPRINTF_TRUE@am__append_333 = unistdio/u8-u8-vasnprintf.c
439 @LIBUNISTRING_COMPILE_UNISTDIO_U8_U8_VASPRINTF_TRUE@am__append_334 = unistdio/u8-u8-vasprintf.c
440 @LIBUNISTRING_COMPILE_UNISTDIO_U8_U8_VSNPRINTF_TRUE@am__append_335 = unistdio/u8-u8-vsnprintf.c
441 @LIBUNISTRING_COMPILE_UNISTDIO_U8_U8_VSPRINTF_TRUE@am__append_336 = unistdio/u8-u8-vsprintf.c
442 @LIBUNISTRING_COMPILE_UNISTDIO_U8_VASNPRINTF_TRUE@am__append_337 = unistdio/u8-vasnprintf.c
443 @LIBUNISTRING_COMPILE_UNISTDIO_U8_VASPRINTF_TRUE@am__append_338 = unistdio/u8-vasprintf.c
444 @LIBUNISTRING_COMPILE_UNISTDIO_U8_VSNPRINTF_TRUE@am__append_339 = unistdio/u8-vsnprintf.c
445 @LIBUNISTRING_COMPILE_UNISTDIO_U8_VSPRINTF_TRUE@am__append_340 = unistdio/u8-vsprintf.c
446 @LIBUNISTRING_COMPILE_UNISTDIO_ULC_ASNPRINTF_TRUE@am__append_341 = unistdio/ulc-asnprintf.c
447 @LIBUNISTRING_COMPILE_UNISTDIO_ULC_ASPRINTF_TRUE@am__append_342 = unistdio/ulc-asprintf.c
448 @LIBUNISTRING_COMPILE_UNISTDIO_ULC_FPRINTF_TRUE@am__append_343 = unistdio/ulc-fprintf.c
449 @LIBUNISTRING_COMPILE_UNISTDIO_ULC_SNPRINTF_TRUE@am__append_344 = unistdio/ulc-snprintf.c
450 @LIBUNISTRING_COMPILE_UNISTDIO_ULC_SPRINTF_TRUE@am__append_345 = unistdio/ulc-sprintf.c
451 @LIBUNISTRING_COMPILE_UNISTDIO_ULC_VASNPRINTF_TRUE@am__append_346 = unistdio/ulc-vasnprintf.c
452 @LIBUNISTRING_COMPILE_UNISTDIO_ULC_VASPRINTF_TRUE@am__append_347 = unistdio/ulc-vasprintf.c
453 @LIBUNISTRING_COMPILE_UNISTDIO_ULC_VFPRINTF_TRUE@am__append_348 = unistdio/ulc-vfprintf.c
454 @LIBUNISTRING_COMPILE_UNISTDIO_ULC_VSNPRINTF_TRUE@am__append_349 = unistdio/ulc-vsnprintf.c
455 @LIBUNISTRING_COMPILE_UNISTDIO_ULC_VSPRINTF_TRUE@am__append_350 = unistdio/ulc-vsprintf.c
456 @LIBUNISTRING_COMPILE_UNISTR_U16_CHECK_TRUE@am__append_351 = unistr/u16-check.c
457 @LIBUNISTRING_COMPILE_UNISTR_U16_CHR_TRUE@am__append_352 = unistr/u16-chr.c
458 @LIBUNISTRING_COMPILE_UNISTR_U16_CMP_TRUE@am__append_353 = unistr/u16-cmp.c
459 @LIBUNISTRING_COMPILE_UNISTR_U16_CMP2_TRUE@am__append_354 = unistr/u16-cmp2.c
460 @LIBUNISTRING_COMPILE_UNISTR_U16_CPY_TRUE@am__append_355 = unistr/u16-cpy.c
461 @LIBUNISTRING_COMPILE_UNISTR_U16_CPY_ALLOC_TRUE@am__append_356 = unistr/u16-cpy-alloc.c
462 @LIBUNISTRING_COMPILE_UNISTR_U16_ENDSWITH_TRUE@am__append_357 = unistr/u16-endswith.c
463 @LIBUNISTRING_COMPILE_UNISTR_U16_MBLEN_TRUE@am__append_358 = unistr/u16-mblen.c
464 @LIBUNISTRING_COMPILE_UNISTR_U16_MBSNLEN_TRUE@am__append_359 = unistr/u16-mbsnlen.c
465 @LIBUNISTRING_COMPILE_UNISTR_U16_MBTOUC_TRUE@am__append_360 = unistr/u16-mbtouc.c unistr/u16-mbtouc-aux.c
466 @LIBUNISTRING_COMPILE_UNISTR_U16_MBTOUC_UNSAFE_TRUE@am__append_361 = unistr/u16-mbtouc-unsafe.c unistr/u16-mbtouc-unsafe-aux.c
467 @LIBUNISTRING_COMPILE_UNISTR_U16_MBTOUCR_TRUE@am__append_362 = unistr/u16-mbtoucr.c
468 @LIBUNISTRING_COMPILE_UNISTR_U16_MOVE_TRUE@am__append_363 = unistr/u16-move.c
469 @LIBUNISTRING_COMPILE_UNISTR_U16_NEXT_TRUE@am__append_364 = unistr/u16-next.c
470 @LIBUNISTRING_COMPILE_UNISTR_U16_PREV_TRUE@am__append_365 = unistr/u16-prev.c
471 @LIBUNISTRING_COMPILE_UNISTR_U16_SET_TRUE@am__append_366 = unistr/u16-set.c
472 @LIBUNISTRING_COMPILE_UNISTR_U16_STARTSWITH_TRUE@am__append_367 = unistr/u16-startswith.c
473 @LIBUNISTRING_COMPILE_UNISTR_U16_STPCPY_TRUE@am__append_368 = unistr/u16-stpcpy.c
474 @LIBUNISTRING_COMPILE_UNISTR_U16_STPNCPY_TRUE@am__append_369 = unistr/u16-stpncpy.c
475 @LIBUNISTRING_COMPILE_UNISTR_U16_STRCAT_TRUE@am__append_370 = unistr/u16-strcat.c
476 @LIBUNISTRING_COMPILE_UNISTR_U16_STRCHR_TRUE@am__append_371 = unistr/u16-strchr.c
477 @LIBUNISTRING_COMPILE_UNISTR_U16_STRCMP_TRUE@am__append_372 = unistr/u16-strcmp.c
478 @LIBUNISTRING_COMPILE_UNISTR_U16_STRCOLL_TRUE@am__append_373 = unistr/u16-strcoll.c
479 @LIBUNISTRING_COMPILE_UNISTR_U16_STRCPY_TRUE@am__append_374 = unistr/u16-strcpy.c
480 @LIBUNISTRING_COMPILE_UNISTR_U16_STRCSPN_TRUE@am__append_375 = unistr/u16-strcspn.c
481 @LIBUNISTRING_COMPILE_UNISTR_U16_STRDUP_TRUE@am__append_376 = unistr/u16-strdup.c
482 @LIBUNISTRING_COMPILE_UNISTR_U16_STRLEN_TRUE@am__append_377 = unistr/u16-strlen.c
483 @LIBUNISTRING_COMPILE_UNISTR_U16_STRMBLEN_TRUE@am__append_378 = unistr/u16-strmblen.c
484 @LIBUNISTRING_COMPILE_UNISTR_U16_STRMBTOUC_TRUE@am__append_379 = unistr/u16-strmbtouc.c
485 @LIBUNISTRING_COMPILE_UNISTR_U16_STRNCAT_TRUE@am__append_380 = unistr/u16-strncat.c
486 @LIBUNISTRING_COMPILE_UNISTR_U16_STRNCMP_TRUE@am__append_381 = unistr/u16-strncmp.c
487 @LIBUNISTRING_COMPILE_UNISTR_U16_STRNCPY_TRUE@am__append_382 = unistr/u16-strncpy.c
488 @LIBUNISTRING_COMPILE_UNISTR_U16_STRNLEN_TRUE@am__append_383 = unistr/u16-strnlen.c
489 @LIBUNISTRING_COMPILE_UNISTR_U16_STRPBRK_TRUE@am__append_384 = unistr/u16-strpbrk.c
490 @LIBUNISTRING_COMPILE_UNISTR_U16_STRRCHR_TRUE@am__append_385 = unistr/u16-strrchr.c
491 @LIBUNISTRING_COMPILE_UNISTR_U16_STRSPN_TRUE@am__append_386 = unistr/u16-strspn.c
492 @LIBUNISTRING_COMPILE_UNISTR_U16_STRSTR_TRUE@am__append_387 = unistr/u16-strstr.c
493 @LIBUNISTRING_COMPILE_UNISTR_U16_STRTOK_TRUE@am__append_388 = unistr/u16-strtok.c
494 @LIBUNISTRING_COMPILE_UNISTR_U16_TO_U32_TRUE@am__append_389 = unistr/u16-to-u32.c
495 @LIBUNISTRING_COMPILE_UNISTR_U16_TO_U8_TRUE@am__append_390 = unistr/u16-to-u8.c
496 @LIBUNISTRING_COMPILE_UNISTR_U16_UCTOMB_TRUE@am__append_391 = unistr/u16-uctomb.c unistr/u16-uctomb-aux.c
497 @LIBUNISTRING_COMPILE_UNISTR_U32_CHECK_TRUE@am__append_392 = unistr/u32-check.c
498 @LIBUNISTRING_COMPILE_UNISTR_U32_CHR_TRUE@am__append_393 = unistr/u32-chr.c
499 @LIBUNISTRING_COMPILE_UNISTR_U32_CMP_TRUE@am__append_394 = unistr/u32-cmp.c
500 @LIBUNISTRING_COMPILE_UNISTR_U32_CMP2_TRUE@am__append_395 = unistr/u32-cmp2.c
501 @LIBUNISTRING_COMPILE_UNISTR_U32_CPY_TRUE@am__append_396 = unistr/u32-cpy.c
502 @LIBUNISTRING_COMPILE_UNISTR_U32_CPY_ALLOC_TRUE@am__append_397 = unistr/u32-cpy-alloc.c
503 @LIBUNISTRING_COMPILE_UNISTR_U32_ENDSWITH_TRUE@am__append_398 = unistr/u32-endswith.c
504 @LIBUNISTRING_COMPILE_UNISTR_U32_MBLEN_TRUE@am__append_399 = unistr/u32-mblen.c
505 @LIBUNISTRING_COMPILE_UNISTR_U32_MBSNLEN_TRUE@am__append_400 = unistr/u32-mbsnlen.c
506 @LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_TRUE@am__append_401 = unistr/u32-mbtouc.c
507 @LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_UNSAFE_TRUE@am__append_402 = unistr/u32-mbtouc-unsafe.c
508 @LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUCR_TRUE@am__append_403 = unistr/u32-mbtoucr.c
509 @LIBUNISTRING_COMPILE_UNISTR_U32_MOVE_TRUE@am__append_404 = unistr/u32-move.c
510 @LIBUNISTRING_COMPILE_UNISTR_U32_NEXT_TRUE@am__append_405 = unistr/u32-next.c
511 @LIBUNISTRING_COMPILE_UNISTR_U32_PREV_TRUE@am__append_406 = unistr/u32-prev.c
512 @LIBUNISTRING_COMPILE_UNISTR_U32_SET_TRUE@am__append_407 = unistr/u32-set.c
513 @LIBUNISTRING_COMPILE_UNISTR_U32_STARTSWITH_TRUE@am__append_408 = unistr/u32-startswith.c
514 @LIBUNISTRING_COMPILE_UNISTR_U32_STPCPY_TRUE@am__append_409 = unistr/u32-stpcpy.c
515 @LIBUNISTRING_COMPILE_UNISTR_U32_STPNCPY_TRUE@am__append_410 = unistr/u32-stpncpy.c
516 @LIBUNISTRING_COMPILE_UNISTR_U32_STRCAT_TRUE@am__append_411 = unistr/u32-strcat.c
517 @LIBUNISTRING_COMPILE_UNISTR_U32_STRCHR_TRUE@am__append_412 = unistr/u32-strchr.c
518 @LIBUNISTRING_COMPILE_UNISTR_U32_STRCMP_TRUE@am__append_413 = unistr/u32-strcmp.c
519 @LIBUNISTRING_COMPILE_UNISTR_U32_STRCOLL_TRUE@am__append_414 = unistr/u32-strcoll.c
520 @LIBUNISTRING_COMPILE_UNISTR_U32_STRCPY_TRUE@am__append_415 = unistr/u32-strcpy.c
521 @LIBUNISTRING_COMPILE_UNISTR_U32_STRCSPN_TRUE@am__append_416 = unistr/u32-strcspn.c
522 @LIBUNISTRING_COMPILE_UNISTR_U32_STRDUP_TRUE@am__append_417 = unistr/u32-strdup.c
523 @LIBUNISTRING_COMPILE_UNISTR_U32_STRLEN_TRUE@am__append_418 = unistr/u32-strlen.c
524 @LIBUNISTRING_COMPILE_UNISTR_U32_STRMBLEN_TRUE@am__append_419 = unistr/u32-strmblen.c
525 @LIBUNISTRING_COMPILE_UNISTR_U32_STRMBTOUC_TRUE@am__append_420 = unistr/u32-strmbtouc.c
526 @LIBUNISTRING_COMPILE_UNISTR_U32_STRNCAT_TRUE@am__append_421 = unistr/u32-strncat.c
527 @LIBUNISTRING_COMPILE_UNISTR_U32_STRNCMP_TRUE@am__append_422 = unistr/u32-strncmp.c
528 @LIBUNISTRING_COMPILE_UNISTR_U32_STRNCPY_TRUE@am__append_423 = unistr/u32-strncpy.c
529 @LIBUNISTRING_COMPILE_UNISTR_U32_STRNLEN_TRUE@am__append_424 = unistr/u32-strnlen.c
530 @LIBUNISTRING_COMPILE_UNISTR_U32_STRPBRK_TRUE@am__append_425 = unistr/u32-strpbrk.c
531 @LIBUNISTRING_COMPILE_UNISTR_U32_STRRCHR_TRUE@am__append_426 = unistr/u32-strrchr.c
532 @LIBUNISTRING_COMPILE_UNISTR_U32_STRSPN_TRUE@am__append_427 = unistr/u32-strspn.c
533 @LIBUNISTRING_COMPILE_UNISTR_U32_STRSTR_TRUE@am__append_428 = unistr/u32-strstr.c
534 @LIBUNISTRING_COMPILE_UNISTR_U32_STRTOK_TRUE@am__append_429 = unistr/u32-strtok.c
535 @LIBUNISTRING_COMPILE_UNISTR_U32_TO_U16_TRUE@am__append_430 = unistr/u32-to-u16.c
536 @LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8_TRUE@am__append_431 = unistr/u32-to-u8.c
537 @LIBUNISTRING_COMPILE_UNISTR_U32_UCTOMB_TRUE@am__append_432 = unistr/u32-uctomb.c
538 @LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_TRUE@am__append_433 = unistr/u8-check.c
539 @LIBUNISTRING_COMPILE_UNISTR_U8_CHR_TRUE@am__append_434 = unistr/u8-chr.c
540 @LIBUNISTRING_COMPILE_UNISTR_U8_CMP_TRUE@am__append_435 = unistr/u8-cmp.c
541 @LIBUNISTRING_COMPILE_UNISTR_U8_CMP2_TRUE@am__append_436 = unistr/u8-cmp2.c
542 @LIBUNISTRING_COMPILE_UNISTR_U8_CPY_TRUE@am__append_437 = unistr/u8-cpy.c
543 @LIBUNISTRING_COMPILE_UNISTR_U8_CPY_ALLOC_TRUE@am__append_438 = unistr/u8-cpy-alloc.c
544 @LIBUNISTRING_COMPILE_UNISTR_U8_ENDSWITH_TRUE@am__append_439 = unistr/u8-endswith.c
545 @LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_TRUE@am__append_440 = unistr/u8-mblen.c
546 @LIBUNISTRING_COMPILE_UNISTR_U8_MBSNLEN_TRUE@am__append_441 = unistr/u8-mbsnlen.c
547 @LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_TRUE@am__append_442 = unistr/u8-mbtouc.c unistr/u8-mbtouc-aux.c
548 @LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_TRUE@am__append_443 = unistr/u8-mbtouc-unsafe.c unistr/u8-mbtouc-unsafe-aux.c
549 @LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE@am__append_444 = unistr/u8-mbtoucr.c
550 @LIBUNISTRING_COMPILE_UNISTR_U8_MOVE_TRUE@am__append_445 = unistr/u8-move.c
551 @LIBUNISTRING_COMPILE_UNISTR_U8_NEXT_TRUE@am__append_446 = unistr/u8-next.c
552 @LIBUNISTRING_COMPILE_UNISTR_U8_PREV_TRUE@am__append_447 = unistr/u8-prev.c
553 @LIBUNISTRING_COMPILE_UNISTR_U8_SET_TRUE@am__append_448 = unistr/u8-set.c
554 @LIBUNISTRING_COMPILE_UNISTR_U8_STARTSWITH_TRUE@am__append_449 = unistr/u8-startswith.c
555 @LIBUNISTRING_COMPILE_UNISTR_U8_STPCPY_TRUE@am__append_450 = unistr/u8-stpcpy.c
556 @LIBUNISTRING_COMPILE_UNISTR_U8_STPNCPY_TRUE@am__append_451 = unistr/u8-stpncpy.c
557 @LIBUNISTRING_COMPILE_UNISTR_U8_STRCAT_TRUE@am__append_452 = unistr/u8-strcat.c
558 @LIBUNISTRING_COMPILE_UNISTR_U8_STRCHR_TRUE@am__append_453 = unistr/u8-strchr.c
559 @LIBUNISTRING_COMPILE_UNISTR_U8_STRCMP_TRUE@am__append_454 = unistr/u8-strcmp.c
560 @LIBUNISTRING_COMPILE_UNISTR_U8_STRCOLL_TRUE@am__append_455 = unistr/u8-strcoll.c
561 @LIBUNISTRING_COMPILE_UNISTR_U8_STRCPY_TRUE@am__append_456 = unistr/u8-strcpy.c
562 @LIBUNISTRING_COMPILE_UNISTR_U8_STRCSPN_TRUE@am__append_457 = unistr/u8-strcspn.c
563 @LIBUNISTRING_COMPILE_UNISTR_U8_STRDUP_TRUE@am__append_458 = unistr/u8-strdup.c
564 @LIBUNISTRING_COMPILE_UNISTR_U8_STRLEN_TRUE@am__append_459 = unistr/u8-strlen.c
565 @LIBUNISTRING_COMPILE_UNISTR_U8_STRMBLEN_TRUE@am__append_460 = unistr/u8-strmblen.c
566 @LIBUNISTRING_COMPILE_UNISTR_U8_STRMBTOUC_TRUE@am__append_461 = unistr/u8-strmbtouc.c
567 @LIBUNISTRING_COMPILE_UNISTR_U8_STRNCAT_TRUE@am__append_462 = unistr/u8-strncat.c
568 @LIBUNISTRING_COMPILE_UNISTR_U8_STRNCMP_TRUE@am__append_463 = unistr/u8-strncmp.c
569 @LIBUNISTRING_COMPILE_UNISTR_U8_STRNCPY_TRUE@am__append_464 = unistr/u8-strncpy.c
570 @LIBUNISTRING_COMPILE_UNISTR_U8_STRNLEN_TRUE@am__append_465 = unistr/u8-strnlen.c
571 @LIBUNISTRING_COMPILE_UNISTR_U8_STRPBRK_TRUE@am__append_466 = unistr/u8-strpbrk.c
572 @LIBUNISTRING_COMPILE_UNISTR_U8_STRRCHR_TRUE@am__append_467 = unistr/u8-strrchr.c
573 @LIBUNISTRING_COMPILE_UNISTR_U8_STRSPN_TRUE@am__append_468 = unistr/u8-strspn.c
574 @LIBUNISTRING_COMPILE_UNISTR_U8_STRSTR_TRUE@am__append_469 = unistr/u8-strstr.c
575 @LIBUNISTRING_COMPILE_UNISTR_U8_STRTOK_TRUE@am__append_470 = unistr/u8-strtok.c
576 @LIBUNISTRING_COMPILE_UNISTR_U8_TO_U16_TRUE@am__append_471 = unistr/u8-to-u16.c
577 @LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32_TRUE@am__append_472 = unistr/u8-to-u32.c
578 @LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE@am__append_473 = unistr/u8-uctomb.c unistr/u8-uctomb-aux.c
579 @LIBUNISTRING_COMPILE_UNIWBRK_U16_WORDBREAKS_TRUE@am__append_474 = uniwbrk/u16-wordbreaks.c
580 @LIBUNISTRING_COMPILE_UNIWBRK_U32_WORDBREAKS_TRUE@am__append_475 = uniwbrk/u32-wordbreaks.c
581 @LIBUNISTRING_COMPILE_UNIWBRK_U8_WORDBREAKS_TRUE@am__append_476 = uniwbrk/u8-wordbreaks.c
582 @LIBUNISTRING_COMPILE_UNIWBRK_ULC_WORDBREAKS_TRUE@am__append_477 = uniwbrk/ulc-wordbreaks.c
583 @LIBUNISTRING_COMPILE_UNIWBRK_WORDBREAK_PROPERTY_TRUE@am__append_478 = uniwbrk/wordbreak-property.c
584 @LIBUNISTRING_COMPILE_UNIWIDTH_U16_STRWIDTH_TRUE@am__append_479 = uniwidth/u16-strwidth.c
585 @LIBUNISTRING_COMPILE_UNIWIDTH_U16_WIDTH_TRUE@am__append_480 = uniwidth/u16-width.c
586 @LIBUNISTRING_COMPILE_UNIWIDTH_U32_STRWIDTH_TRUE@am__append_481 = uniwidth/u32-strwidth.c
587 @LIBUNISTRING_COMPILE_UNIWIDTH_U32_WIDTH_TRUE@am__append_482 = uniwidth/u32-width.c
588 @LIBUNISTRING_COMPILE_UNIWIDTH_U8_STRWIDTH_TRUE@am__append_483 = uniwidth/u8-strwidth.c
589 @LIBUNISTRING_COMPILE_UNIWIDTH_U8_WIDTH_TRUE@am__append_484 = uniwidth/u8-width.c
590 @LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE@am__append_485 = uniwidth/width.c
591
592 # Tell the mingw or Cygwin linker which symbols to export.
593 @WOE32DLL_TRUE@am__append_486 = ../woe32dll/unistring-exports.c
594 @WOE32DLL_TRUE@am__append_487 = -Wl,--export-all-symbols
595 @WOE32_TRUE@am__append_488 = libunistring.res.lo
596 subdir = lib
597 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
598 am__aclocal_m4_deps = $(top_srcdir)/gnulib-m4/00gnulib.m4 \
599         $(top_srcdir)/gnulib-m4/absolute-header.m4 \
600         $(top_srcdir)/gnulib-m4/alloca.m4 \
601         $(top_srcdir)/gnulib-m4/btowc.m4 \
602         $(top_srcdir)/gnulib-m4/codeset.m4 \
603         $(top_srcdir)/gnulib-m4/configmake.m4 \
604         $(top_srcdir)/gnulib-m4/eealloc.m4 \
605         $(top_srcdir)/gnulib-m4/environ.m4 \
606         $(top_srcdir)/gnulib-m4/errno_h.m4 \
607         $(top_srcdir)/gnulib-m4/error.m4 \
608         $(top_srcdir)/gnulib-m4/exponentd.m4 \
609         $(top_srcdir)/gnulib-m4/exponentf.m4 \
610         $(top_srcdir)/gnulib-m4/exponentl.m4 \
611         $(top_srcdir)/gnulib-m4/extensions.m4 \
612         $(top_srcdir)/gnulib-m4/extern-inline.m4 \
613         $(top_srcdir)/gnulib-m4/fcntl-o.m4 \
614         $(top_srcdir)/gnulib-m4/fdopen.m4 \
615         $(top_srcdir)/gnulib-m4/float_h.m4 \
616         $(top_srcdir)/gnulib-m4/fpieee.m4 \
617         $(top_srcdir)/gnulib-m4/frexp.m4 \
618         $(top_srcdir)/gnulib-m4/frexpl.m4 \
619         $(top_srcdir)/gnulib-m4/fseterr.m4 \
620         $(top_srcdir)/gnulib-m4/getpagesize.m4 \
621         $(top_srcdir)/gnulib-m4/glibc21.m4 \
622         $(top_srcdir)/gnulib-m4/gnulib-common.m4 \
623         $(top_srcdir)/gnulib-m4/gnulib-comp.m4 \
624         $(top_srcdir)/gnulib-m4/iconv.m4 \
625         $(top_srcdir)/gnulib-m4/iconv_h.m4 \
626         $(top_srcdir)/gnulib-m4/iconv_open.m4 \
627         $(top_srcdir)/gnulib-m4/include_next.m4 \
628         $(top_srcdir)/gnulib-m4/inline.m4 \
629         $(top_srcdir)/gnulib-m4/intlmacosx.m4 \
630         $(top_srcdir)/gnulib-m4/intmax_t.m4 \
631         $(top_srcdir)/gnulib-m4/inttypes-pri.m4 \
632         $(top_srcdir)/gnulib-m4/inttypes.m4 \
633         $(top_srcdir)/gnulib-m4/inttypes_h.m4 \
634         $(top_srcdir)/gnulib-m4/isnand.m4 \
635         $(top_srcdir)/gnulib-m4/isnanf.m4 \
636         $(top_srcdir)/gnulib-m4/isnanl.m4 \
637         $(top_srcdir)/gnulib-m4/iswblank.m4 \
638         $(top_srcdir)/gnulib-m4/lcmessage.m4 \
639         $(top_srcdir)/gnulib-m4/ldexpl.m4 \
640         $(top_srcdir)/gnulib-m4/lib-ld.m4 \
641         $(top_srcdir)/gnulib-m4/lib-link.m4 \
642         $(top_srcdir)/gnulib-m4/lib-prefix.m4 \
643         $(top_srcdir)/gnulib-m4/libunistring-base.m4 \
644         $(top_srcdir)/gnulib-m4/localcharset.m4 \
645         $(top_srcdir)/gnulib-m4/locale-ar.m4 \
646         $(top_srcdir)/gnulib-m4/locale-fr.m4 \
647         $(top_srcdir)/gnulib-m4/locale-ja.m4 \
648         $(top_srcdir)/gnulib-m4/locale-tr.m4 \
649         $(top_srcdir)/gnulib-m4/locale-zh.m4 \
650         $(top_srcdir)/gnulib-m4/locale_h.m4 \
651         $(top_srcdir)/gnulib-m4/localename.m4 \
652         $(top_srcdir)/gnulib-m4/lock.m4 \
653         $(top_srcdir)/gnulib-m4/longlong.m4 \
654         $(top_srcdir)/gnulib-m4/malloc.m4 \
655         $(top_srcdir)/gnulib-m4/malloca.m4 \
656         $(top_srcdir)/gnulib-m4/math_h.m4 \
657         $(top_srcdir)/gnulib-m4/mbchar.m4 \
658         $(top_srcdir)/gnulib-m4/mbiter.m4 \
659         $(top_srcdir)/gnulib-m4/mbrtowc.m4 \
660         $(top_srcdir)/gnulib-m4/mbsinit.m4 \
661         $(top_srcdir)/gnulib-m4/mbstate_t.m4 \
662         $(top_srcdir)/gnulib-m4/mbtowc.m4 \
663         $(top_srcdir)/gnulib-m4/memchr.m4 \
664         $(top_srcdir)/gnulib-m4/minmax.m4 \
665         $(top_srcdir)/gnulib-m4/mmap-anon.m4 \
666         $(top_srcdir)/gnulib-m4/msvc-inval.m4 \
667         $(top_srcdir)/gnulib-m4/msvc-nothrow.m4 \
668         $(top_srcdir)/gnulib-m4/multiarch.m4 \
669         $(top_srcdir)/gnulib-m4/nocrash.m4 \
670         $(top_srcdir)/gnulib-m4/off_t.m4 \
671         $(top_srcdir)/gnulib-m4/printf-frexp.m4 \
672         $(top_srcdir)/gnulib-m4/printf-frexpl.m4 \
673         $(top_srcdir)/gnulib-m4/printf.m4 \
674         $(top_srcdir)/gnulib-m4/putenv.m4 \
675         $(top_srcdir)/gnulib-m4/relocatable-lib.m4 \
676         $(top_srcdir)/gnulib-m4/setenv.m4 \
677         $(top_srcdir)/gnulib-m4/setlocale.m4 \
678         $(top_srcdir)/gnulib-m4/signbit.m4 \
679         $(top_srcdir)/gnulib-m4/size_max.m4 \
680         $(top_srcdir)/gnulib-m4/ssize_t.m4 \
681         $(top_srcdir)/gnulib-m4/stdbool.m4 \
682         $(top_srcdir)/gnulib-m4/stddef_h.m4 \
683         $(top_srcdir)/gnulib-m4/stdint.m4 \
684         $(top_srcdir)/gnulib-m4/stdint_h.m4 \
685         $(top_srcdir)/gnulib-m4/stdio_h.m4 \
686         $(top_srcdir)/gnulib-m4/stdlib_h.m4 \
687         $(top_srcdir)/gnulib-m4/strerror.m4 \
688         $(top_srcdir)/gnulib-m4/string_h.m4 \
689         $(top_srcdir)/gnulib-m4/strncat.m4 \
690         $(top_srcdir)/gnulib-m4/strstr.m4 \
691         $(top_srcdir)/gnulib-m4/sys_socket_h.m4 \
692         $(top_srcdir)/gnulib-m4/sys_types_h.m4 \
693         $(top_srcdir)/gnulib-m4/thread.m4 \
694         $(top_srcdir)/gnulib-m4/threadlib.m4 \
695         $(top_srcdir)/gnulib-m4/unistd_h.m4 \
696         $(top_srcdir)/gnulib-m4/vasnprintf.m4 \
697         $(top_srcdir)/gnulib-m4/warn-on-use.m4 \
698         $(top_srcdir)/gnulib-m4/wchar_h.m4 \
699         $(top_srcdir)/gnulib-m4/wchar_t.m4 \
700         $(top_srcdir)/gnulib-m4/wcrtomb.m4 \
701         $(top_srcdir)/gnulib-m4/wctob.m4 \
702         $(top_srcdir)/gnulib-m4/wctomb.m4 \
703         $(top_srcdir)/gnulib-m4/wctype_h.m4 \
704         $(top_srcdir)/gnulib-m4/wcwidth.m4 \
705         $(top_srcdir)/gnulib-m4/wint_t.m4 \
706         $(top_srcdir)/gnulib-m4/xalloc.m4 \
707         $(top_srcdir)/gnulib-m4/xsize.m4 \
708         $(top_srcdir)/gnulib-m4/yield.m4 $(top_srcdir)/m4/exported.m4 \
709         $(top_srcdir)/m4/init-package-version.m4 \
710         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
711         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
712         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/woe32-dll.m4 \
713         $(top_srcdir)/configure.ac
714 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
715         $(ACLOCAL_M4)
716 mkinstalldirs = $(install_sh) -d
717 CONFIG_HEADER = $(top_builddir)/config.h
718 CONFIG_CLEAN_FILES = exported.sh
719 CONFIG_CLEAN_VPATH_FILES =
720 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
721 am__vpath_adj = case $$p in \
722     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
723     *) f=$$p;; \
724   esac;
725 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
726 am__install_max = 40
727 am__nobase_strip_setup = \
728   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
729 am__nobase_strip = \
730   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
731 am__nobase_list = $(am__nobase_strip_setup); \
732   for p in $$list; do echo "$$p $$p"; done | \
733   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
734   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
735     if (++n[$$2] == $(am__install_max)) \
736       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
737     END { for (dir in files) print dir, files[dir] }'
738 am__base_list = \
739   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
740   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
741 am__uninstall_files_from_dir = { \
742   test -z "$$files" \
743     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
744     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
745          $(am__cd) "$$dir" && rm -f $$files; }; \
746   }
747 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" \
748         "$(DESTDIR)$(includedir)"
749 LTLIBRARIES = $(lib_LTLIBRARIES)
750 am__DEPENDENCIES_1 =
751 @WOE32_TRUE@am__DEPENDENCIES_2 = libunistring.res.lo
752 am__libunistring_la_SOURCES_DIST = amemxfrm.c c-ctype.h c-ctype.c \
753         c-strcase.h c-strcasecmp.c c-strncasecmp.c localcharset.h \
754         localcharset.c localename.c glthread/lock.h glthread/lock.c \
755         malloca.c math.c mbchar.c mbiter.h mbiter.c mbsnlen.c \
756         memcmp2.c minmax.h printf-frexp.c printf-frexpl.c size_max.h \
757         striconveh.h striconveh.c striconveha.h striconveha.c \
758         glthread/threadlib.c unicase/cased.c \
759         unicase/empty-prefix-context.c unicase/empty-suffix-context.c \
760         unicase/ignorable.c unicase/locale-language.c \
761         unicase/special-casing.c unicase/tocasefold.c \
762         unicase/tolower.c unicase/totitle.c unicase/toupper.c \
763         unicase/u16-casecmp.c unicase/u16-casecoll.c \
764         unicase/u16-casefold.c unicase/u16-casemap.c \
765         unicase/u16-casexfrm.c unicase/u16-ct-casefold.c \
766         unicase/u16-ct-tolower.c unicase/u16-ct-totitle.c \
767         unicase/u16-ct-toupper.c unicase/u16-is-cased.c \
768         unicase/u16-is-casefolded.c unicase/u16-is-invariant.c \
769         unicase/u16-is-lowercase.c unicase/u16-is-titlecase.c \
770         unicase/u16-is-uppercase.c unicase/u16-tolower.c \
771         unicase/u16-totitle.c unicase/u16-toupper.c \
772         unicase/u32-casecmp.c unicase/u32-casecoll.c \
773         unicase/u32-casefold.c unicase/u32-casemap.c \
774         unicase/u32-casexfrm.c unicase/u32-ct-casefold.c \
775         unicase/u32-ct-tolower.c unicase/u32-ct-totitle.c \
776         unicase/u32-ct-toupper.c unicase/u32-is-cased.c \
777         unicase/u32-is-casefolded.c unicase/u32-is-invariant.c \
778         unicase/u32-is-lowercase.c unicase/u32-is-titlecase.c \
779         unicase/u32-is-uppercase.c unicase/u32-tolower.c \
780         unicase/u32-totitle.c unicase/u32-toupper.c \
781         unicase/u8-casecmp.c unicase/u8-casecoll.c \
782         unicase/u8-casefold.c unicase/u8-casemap.c \
783         unicase/u8-casexfrm.c unicase/u8-ct-casefold.c \
784         unicase/u8-ct-tolower.c unicase/u8-ct-totitle.c \
785         unicase/u8-ct-toupper.c unicase/u8-is-cased.c \
786         unicase/u8-is-casefolded.c unicase/u8-is-invariant.c \
787         unicase/u8-is-lowercase.c unicase/u8-is-titlecase.c \
788         unicase/u8-is-uppercase.c unicase/u8-tolower.c \
789         unicase/u8-totitle.c unicase/u8-toupper.c \
790         unicase/ulc-casecmp.c unicase/ulc-casecoll.c \
791         unicase/ulc-casexfrm.c uniconv/u16-conv-from-enc.c \
792         uniconv/u16-conv-to-enc.c uniconv/u16-strconv-from-enc.c \
793         uniconv/u16-strconv-from-locale.c uniconv/u16-strconv-to-enc.c \
794         uniconv/u16-strconv-to-locale.c uniconv/u32-conv-from-enc.c \
795         uniconv/u32-conv-to-enc.c uniconv/u32-strconv-from-enc.c \
796         uniconv/u32-strconv-from-locale.c uniconv/u32-strconv-to-enc.c \
797         uniconv/u32-strconv-to-locale.c uniconv/u8-conv-from-enc.c \
798         uniconv/u8-conv-to-enc.c uniconv/u8-strconv-from-enc.c \
799         uniconv/u8-strconv-from-locale.c uniconv/u8-strconv-to-enc.c \
800         uniconv/u8-strconv-to-locale.c unictype/bidi_byname.c \
801         unictype/bidi_longname.c unictype/bidi_name.c \
802         unictype/bidi_of.c unictype/bidi_test.c unictype/blocks.c \
803         unictype/block_test.c unictype/categ_C.c unictype/categ_Cc.c \
804         unictype/categ_Cf.c unictype/categ_Cn.c unictype/categ_Co.c \
805         unictype/categ_Cs.c unictype/categ_L.c unictype/categ_LC.c \
806         unictype/categ_Ll.c unictype/categ_Lm.c unictype/categ_Lo.c \
807         unictype/categ_Lt.c unictype/categ_Lu.c unictype/categ_M.c \
808         unictype/categ_Mc.c unictype/categ_Me.c unictype/categ_Mn.c \
809         unictype/categ_N.c unictype/categ_Nd.c unictype/categ_Nl.c \
810         unictype/categ_No.c unictype/categ_P.c unictype/categ_Pc.c \
811         unictype/categ_Pd.c unictype/categ_Pe.c unictype/categ_Pf.c \
812         unictype/categ_Pi.c unictype/categ_Po.c unictype/categ_Ps.c \
813         unictype/categ_S.c unictype/categ_Sc.c unictype/categ_Sk.c \
814         unictype/categ_Sm.c unictype/categ_So.c unictype/categ_Z.c \
815         unictype/categ_Zl.c unictype/categ_Zp.c unictype/categ_Zs.c \
816         unictype/categ_and.c unictype/categ_and_not.c \
817         unictype/categ_byname.c unictype/categ_longname.c \
818         unictype/categ_name.c unictype/categ_none.c \
819         unictype/categ_of.c unictype/categ_or.c unictype/categ_test.c \
820         unictype/combiningclass.c unictype/combiningclass_byname.c \
821         unictype/combiningclass_longname.c \
822         unictype/combiningclass_name.c unictype/ctype_alnum.c \
823         unictype/ctype_alpha.c unictype/ctype_blank.c \
824         unictype/ctype_cntrl.c unictype/ctype_digit.c \
825         unictype/ctype_graph.c unictype/ctype_lower.c \
826         unictype/ctype_print.c unictype/ctype_punct.c \
827         unictype/ctype_space.c unictype/ctype_upper.c \
828         unictype/ctype_xdigit.c unictype/decdigit.c unictype/digit.c \
829         unictype/joininggroup_byname.c unictype/joininggroup_name.c \
830         unictype/joininggroup_of.c unictype/joiningtype_byname.c \
831         unictype/joiningtype_longname.c unictype/joiningtype_name.c \
832         unictype/joiningtype_of.c unictype/mirror.c unictype/numeric.c \
833         unictype/pr_alphabetic.c unictype/pr_ascii_hex_digit.c \
834         unictype/pr_bidi_arabic_digit.c \
835         unictype/pr_bidi_arabic_right_to_left.c \
836         unictype/pr_bidi_block_separator.c \
837         unictype/pr_bidi_boundary_neutral.c \
838         unictype/pr_bidi_common_separator.c unictype/pr_bidi_control.c \
839         unictype/pr_bidi_embedding_or_override.c \
840         unictype/pr_bidi_eur_num_separator.c \
841         unictype/pr_bidi_eur_num_terminator.c \
842         unictype/pr_bidi_european_digit.c \
843         unictype/pr_bidi_hebrew_right_to_left.c \
844         unictype/pr_bidi_left_to_right.c \
845         unictype/pr_bidi_non_spacing_mark.c \
846         unictype/pr_bidi_other_neutral.c unictype/pr_bidi_pdf.c \
847         unictype/pr_bidi_segment_separator.c \
848         unictype/pr_bidi_whitespace.c unictype/pr_byname.c \
849         unictype/pr_case_ignorable.c unictype/pr_cased.c \
850         unictype/pr_changes_when_casefolded.c \
851         unictype/pr_changes_when_casemapped.c \
852         unictype/pr_changes_when_lowercased.c \
853         unictype/pr_changes_when_titlecased.c \
854         unictype/pr_changes_when_uppercased.c unictype/pr_combining.c \
855         unictype/pr_composite.c unictype/pr_currency_symbol.c \
856         unictype/pr_dash.c unictype/pr_decimal_digit.c \
857         unictype/pr_default_ignorable_code_point.c \
858         unictype/pr_deprecated.c unictype/pr_diacritic.c \
859         unictype/pr_extender.c unictype/pr_format_control.c \
860         unictype/pr_grapheme_base.c unictype/pr_grapheme_extend.c \
861         unictype/pr_grapheme_link.c unictype/pr_hex_digit.c \
862         unictype/pr_hyphen.c unictype/pr_id_continue.c \
863         unictype/pr_id_start.c unictype/pr_ideographic.c \
864         unictype/pr_ids_binary_operator.c \
865         unictype/pr_ids_trinary_operator.c \
866         unictype/pr_ignorable_control.c unictype/pr_iso_control.c \
867         unictype/pr_join_control.c unictype/pr_left_of_pair.c \
868         unictype/pr_line_separator.c \
869         unictype/pr_logical_order_exception.c unictype/pr_lowercase.c \
870         unictype/pr_math.c unictype/pr_non_break.c \
871         unictype/pr_not_a_character.c unictype/pr_numeric.c \
872         unictype/pr_other_alphabetic.c \
873         unictype/pr_other_default_ignorable_code_point.c \
874         unictype/pr_other_grapheme_extend.c \
875         unictype/pr_other_id_continue.c unictype/pr_other_id_start.c \
876         unictype/pr_other_lowercase.c unictype/pr_other_math.c \
877         unictype/pr_other_uppercase.c unictype/pr_paired_punctuation.c \
878         unictype/pr_paragraph_separator.c unictype/pr_pattern_syntax.c \
879         unictype/pr_pattern_white_space.c unictype/pr_private_use.c \
880         unictype/pr_punctuation.c unictype/pr_quotation_mark.c \
881         unictype/pr_radical.c unictype/pr_sentence_terminal.c \
882         unictype/pr_soft_dotted.c unictype/pr_space.c \
883         unictype/pr_terminal_punctuation.c unictype/pr_test.c \
884         unictype/pr_titlecase.c unictype/pr_unassigned_code_value.c \
885         unictype/pr_unified_ideograph.c unictype/pr_uppercase.c \
886         unictype/pr_variation_selector.c unictype/pr_white_space.c \
887         unictype/pr_xid_continue.c unictype/pr_xid_start.c \
888         unictype/pr_zero_width.c unictype/scripts.c \
889         unictype/sy_c_ident.c unictype/sy_c_whitespace.c \
890         unictype/sy_java_ident.c unictype/sy_java_whitespace.c \
891         unigbrk/u16-grapheme-breaks.c unigbrk/u16-grapheme-next.c \
892         unigbrk/u16-grapheme-prev.c unigbrk/u32-grapheme-breaks.c \
893         unigbrk/u32-grapheme-next.c unigbrk/u32-grapheme-prev.c \
894         unigbrk/u8-grapheme-breaks.c unigbrk/u8-grapheme-next.c \
895         unigbrk/u8-grapheme-prev.c unigbrk/uc-gbrk-prop.c \
896         unigbrk/uc-is-grapheme-break.c unigbrk/ulc-grapheme-breaks.c \
897         unilbrk/lbrktables.c unilbrk/u16-possible-linebreaks.c \
898         unilbrk/u16-width-linebreaks.c \
899         unilbrk/u32-possible-linebreaks.c \
900         unilbrk/u32-width-linebreaks.c \
901         unilbrk/u8-possible-linebreaks.c unilbrk/u8-width-linebreaks.c \
902         unilbrk/ulc-common.c unilbrk/ulc-possible-linebreaks.c \
903         unilbrk/ulc-width-linebreaks.c uniname/uniname.c \
904         uninorm/canonical-decomposition.c \
905         uninorm/compat-decomposition.c uninorm/composition.c \
906         uninorm/decompose-internal.c uninorm/decomposing-form.c \
907         uninorm/decomposition.c uninorm/decomposition-table.c \
908         uninorm/uninorm-filter.c uninorm/nfc.c uninorm/nfd.c \
909         uninorm/nfkc.c uninorm/nfkd.c uninorm/u16-normalize.c \
910         uninorm/u16-normcmp.c uninorm/u16-normcoll.c \
911         uninorm/u16-normxfrm.c uninorm/u32-normalize.c \
912         uninorm/u32-normcmp.c uninorm/u32-normcoll.c \
913         uninorm/u32-normxfrm.c uninorm/u8-normalize.c \
914         uninorm/u8-normcmp.c uninorm/u8-normcoll.c \
915         uninorm/u8-normxfrm.c unistd.c unistdio/u-printf-args.c \
916         unistdio/u16-asnprintf.c unistdio/u16-asprintf.c \
917         unistdio/u16-printf-parse.c unistdio/u16-snprintf.c \
918         unistdio/u16-sprintf.c unistdio/u16-u16-asnprintf.c \
919         unistdio/u16-u16-asprintf.c unistdio/u16-u16-snprintf.c \
920         unistdio/u16-u16-sprintf.c unistdio/u16-u16-vasnprintf.c \
921         unistdio/u16-u16-vasprintf.c unistdio/u16-u16-vsnprintf.c \
922         unistdio/u16-u16-vsprintf.c unistdio/u16-vasnprintf.c \
923         unistdio/u16-vasprintf.c unistdio/u16-vsnprintf.c \
924         unistdio/u16-vsprintf.c unistdio/u32-asnprintf.c \
925         unistdio/u32-asprintf.c unistdio/u32-printf-parse.c \
926         unistdio/u32-snprintf.c unistdio/u32-sprintf.c \
927         unistdio/u32-u32-asnprintf.c unistdio/u32-u32-asprintf.c \
928         unistdio/u32-u32-snprintf.c unistdio/u32-u32-sprintf.c \
929         unistdio/u32-u32-vasnprintf.c unistdio/u32-u32-vasprintf.c \
930         unistdio/u32-u32-vsnprintf.c unistdio/u32-u32-vsprintf.c \
931         unistdio/u32-vasnprintf.c unistdio/u32-vasprintf.c \
932         unistdio/u32-vsnprintf.c unistdio/u32-vsprintf.c \
933         unistdio/u8-asnprintf.c unistdio/u8-asprintf.c \
934         unistdio/u8-printf-parse.c unistdio/u8-snprintf.c \
935         unistdio/u8-sprintf.c unistdio/u8-u8-asnprintf.c \
936         unistdio/u8-u8-asprintf.c unistdio/u8-u8-snprintf.c \
937         unistdio/u8-u8-sprintf.c unistdio/u8-u8-vasnprintf.c \
938         unistdio/u8-u8-vasprintf.c unistdio/u8-u8-vsnprintf.c \
939         unistdio/u8-u8-vsprintf.c unistdio/u8-vasnprintf.c \
940         unistdio/u8-vasprintf.c unistdio/u8-vsnprintf.c \
941         unistdio/u8-vsprintf.c unistdio/ulc-asnprintf.c \
942         unistdio/ulc-asprintf.c unistdio/ulc-fprintf.c \
943         unistdio/ulc-printf-parse.c unistdio/ulc-snprintf.c \
944         unistdio/ulc-sprintf.c unistdio/ulc-vasnprintf.c \
945         unistdio/ulc-vasprintf.c unistdio/ulc-vfprintf.c \
946         unistdio/ulc-vsnprintf.c unistdio/ulc-vsprintf.c \
947         unistr/u16-check.c unistr/u16-chr.c unistr/u16-cmp.c \
948         unistr/u16-cmp2.c unistr/u16-cpy.c unistr/u16-cpy-alloc.c \
949         unistr/u16-endswith.c unistr/u16-mblen.c unistr/u16-mbsnlen.c \
950         unistr/u16-mbtouc.c unistr/u16-mbtouc-aux.c \
951         unistr/u16-mbtouc-unsafe.c unistr/u16-mbtouc-unsafe-aux.c \
952         unistr/u16-mbtoucr.c unistr/u16-move.c unistr/u16-next.c \
953         unistr/u16-prev.c unistr/u16-set.c unistr/u16-startswith.c \
954         unistr/u16-stpcpy.c unistr/u16-stpncpy.c unistr/u16-strcat.c \
955         unistr/u16-strchr.c unistr/u16-strcmp.c unistr/u16-strcoll.c \
956         unistr/u16-strcpy.c unistr/u16-strcspn.c unistr/u16-strdup.c \
957         unistr/u16-strlen.c unistr/u16-strmblen.c \
958         unistr/u16-strmbtouc.c unistr/u16-strncat.c \
959         unistr/u16-strncmp.c unistr/u16-strncpy.c unistr/u16-strnlen.c \
960         unistr/u16-strpbrk.c unistr/u16-strrchr.c unistr/u16-strspn.c \
961         unistr/u16-strstr.c unistr/u16-strtok.c unistr/u16-to-u32.c \
962         unistr/u16-to-u8.c unistr/u16-uctomb.c unistr/u16-uctomb-aux.c \
963         unistr/u32-check.c unistr/u32-chr.c unistr/u32-cmp.c \
964         unistr/u32-cmp2.c unistr/u32-cpy.c unistr/u32-cpy-alloc.c \
965         unistr/u32-endswith.c unistr/u32-mblen.c unistr/u32-mbsnlen.c \
966         unistr/u32-mbtouc.c unistr/u32-mbtouc-unsafe.c \
967         unistr/u32-mbtoucr.c unistr/u32-move.c unistr/u32-next.c \
968         unistr/u32-prev.c unistr/u32-set.c unistr/u32-startswith.c \
969         unistr/u32-stpcpy.c unistr/u32-stpncpy.c unistr/u32-strcat.c \
970         unistr/u32-strchr.c unistr/u32-strcmp.c unistr/u32-strcoll.c \
971         unistr/u32-strcpy.c unistr/u32-strcspn.c unistr/u32-strdup.c \
972         unistr/u32-strlen.c unistr/u32-strmblen.c \
973         unistr/u32-strmbtouc.c unistr/u32-strncat.c \
974         unistr/u32-strncmp.c unistr/u32-strncpy.c unistr/u32-strnlen.c \
975         unistr/u32-strpbrk.c unistr/u32-strrchr.c unistr/u32-strspn.c \
976         unistr/u32-strstr.c unistr/u32-strtok.c unistr/u32-to-u16.c \
977         unistr/u32-to-u8.c unistr/u32-uctomb.c unistr/u8-check.c \
978         unistr/u8-chr.c unistr/u8-cmp.c unistr/u8-cmp2.c \
979         unistr/u8-cpy.c unistr/u8-cpy-alloc.c unistr/u8-endswith.c \
980         unistr/u8-mblen.c unistr/u8-mbsnlen.c unistr/u8-mbtouc.c \
981         unistr/u8-mbtouc-aux.c unistr/u8-mbtouc-unsafe.c \
982         unistr/u8-mbtouc-unsafe-aux.c unistr/u8-mbtoucr.c \
983         unistr/u8-move.c unistr/u8-next.c unistr/u8-prev.c \
984         unistr/u8-set.c unistr/u8-startswith.c unistr/u8-stpcpy.c \
985         unistr/u8-stpncpy.c unistr/u8-strcat.c unistr/u8-strchr.c \
986         unistr/u8-strcmp.c unistr/u8-strcoll.c unistr/u8-strcpy.c \
987         unistr/u8-strcspn.c unistr/u8-strdup.c unistr/u8-strlen.c \
988         unistr/u8-strmblen.c unistr/u8-strmbtouc.c unistr/u8-strncat.c \
989         unistr/u8-strncmp.c unistr/u8-strncpy.c unistr/u8-strnlen.c \
990         unistr/u8-strpbrk.c unistr/u8-strrchr.c unistr/u8-strspn.c \
991         unistr/u8-strstr.c unistr/u8-strtok.c unistr/u8-to-u16.c \
992         unistr/u8-to-u32.c unistr/u8-uctomb.c unistr/u8-uctomb-aux.c \
993         uniwbrk/wbrktable.c uniwbrk/u16-wordbreaks.c \
994         uniwbrk/u32-wordbreaks.c uniwbrk/u8-wordbreaks.c \
995         uniwbrk/ulc-wordbreaks.c uniwbrk/wordbreak-property.c \
996         uniwidth/u16-strwidth.c uniwidth/u16-width.c \
997         uniwidth/u32-strwidth.c uniwidth/u32-width.c \
998         uniwidth/u8-strwidth.c uniwidth/u8-width.c uniwidth/width.c \
999         wctype-h.c xsize.h xsize.c version.c \
1000         ../woe32dll/unistring-exports.c
1001 am__dirstamp = $(am__leading_dot)dirstamp
1002 @LIBUNISTRING_COMPILE_UNICASE_EMPTY_PREFIX_CONTEXT_TRUE@am__objects_1 = unicase/empty-prefix-context.lo
1003 @LIBUNISTRING_COMPILE_UNICASE_EMPTY_SUFFIX_CONTEXT_TRUE@am__objects_2 = unicase/empty-suffix-context.lo
1004 @LIBUNISTRING_COMPILE_UNICASE_LOCALE_LANGUAGE_TRUE@am__objects_3 = unicase/locale-language.lo
1005 @LIBUNISTRING_COMPILE_UNICASE_TOLOWER_TRUE@am__objects_4 =  \
1006 @LIBUNISTRING_COMPILE_UNICASE_TOLOWER_TRUE@     unicase/tolower.lo
1007 @LIBUNISTRING_COMPILE_UNICASE_TOTITLE_TRUE@am__objects_5 =  \
1008 @LIBUNISTRING_COMPILE_UNICASE_TOTITLE_TRUE@     unicase/totitle.lo
1009 @LIBUNISTRING_COMPILE_UNICASE_TOUPPER_TRUE@am__objects_6 =  \
1010 @LIBUNISTRING_COMPILE_UNICASE_TOUPPER_TRUE@     unicase/toupper.lo
1011 @LIBUNISTRING_COMPILE_UNICASE_U16_CASECMP_TRUE@am__objects_7 = unicase/u16-casecmp.lo
1012 @LIBUNISTRING_COMPILE_UNICASE_U16_CASECOLL_TRUE@am__objects_8 = unicase/u16-casecoll.lo
1013 @LIBUNISTRING_COMPILE_UNICASE_U16_CASEFOLD_TRUE@am__objects_9 = unicase/u16-casefold.lo
1014 @LIBUNISTRING_COMPILE_UNICASE_U16_CASEXFRM_TRUE@am__objects_10 = unicase/u16-casexfrm.lo
1015 @LIBUNISTRING_COMPILE_UNICASE_U16_CT_CASEFOLD_TRUE@am__objects_11 = unicase/u16-ct-casefold.lo
1016 @LIBUNISTRING_COMPILE_UNICASE_U16_CT_TOLOWER_TRUE@am__objects_12 = unicase/u16-ct-tolower.lo
1017 @LIBUNISTRING_COMPILE_UNICASE_U16_CT_TOTITLE_TRUE@am__objects_13 = unicase/u16-ct-totitle.lo
1018 @LIBUNISTRING_COMPILE_UNICASE_U16_CT_TOUPPER_TRUE@am__objects_14 = unicase/u16-ct-toupper.lo
1019 @LIBUNISTRING_COMPILE_UNICASE_U16_IS_CASED_TRUE@am__objects_15 = unicase/u16-is-cased.lo
1020 @LIBUNISTRING_COMPILE_UNICASE_U16_IS_CASEFOLDED_TRUE@am__objects_16 = unicase/u16-is-casefolded.lo
1021 @LIBUNISTRING_COMPILE_UNICASE_U16_IS_LOWERCASE_TRUE@am__objects_17 = unicase/u16-is-lowercase.lo
1022 @LIBUNISTRING_COMPILE_UNICASE_U16_IS_TITLECASE_TRUE@am__objects_18 = unicase/u16-is-titlecase.lo
1023 @LIBUNISTRING_COMPILE_UNICASE_U16_IS_UPPERCASE_TRUE@am__objects_19 = unicase/u16-is-uppercase.lo
1024 @LIBUNISTRING_COMPILE_UNICASE_U16_TOLOWER_TRUE@am__objects_20 = unicase/u16-tolower.lo
1025 @LIBUNISTRING_COMPILE_UNICASE_U16_TOTITLE_TRUE@am__objects_21 = unicase/u16-totitle.lo
1026 @LIBUNISTRING_COMPILE_UNICASE_U16_TOUPPER_TRUE@am__objects_22 = unicase/u16-toupper.lo
1027 @LIBUNISTRING_COMPILE_UNICASE_U32_CASECMP_TRUE@am__objects_23 = unicase/u32-casecmp.lo
1028 @LIBUNISTRING_COMPILE_UNICASE_U32_CASECOLL_TRUE@am__objects_24 = unicase/u32-casecoll.lo
1029 @LIBUNISTRING_COMPILE_UNICASE_U32_CASEFOLD_TRUE@am__objects_25 = unicase/u32-casefold.lo
1030 @LIBUNISTRING_COMPILE_UNICASE_U32_CASEXFRM_TRUE@am__objects_26 = unicase/u32-casexfrm.lo
1031 @LIBUNISTRING_COMPILE_UNICASE_U32_CT_CASEFOLD_TRUE@am__objects_27 = unicase/u32-ct-casefold.lo
1032 @LIBUNISTRING_COMPILE_UNICASE_U32_CT_TOLOWER_TRUE@am__objects_28 = unicase/u32-ct-tolower.lo
1033 @LIBUNISTRING_COMPILE_UNICASE_U32_CT_TOTITLE_TRUE@am__objects_29 = unicase/u32-ct-totitle.lo
1034 @LIBUNISTRING_COMPILE_UNICASE_U32_CT_TOUPPER_TRUE@am__objects_30 = unicase/u32-ct-toupper.lo
1035 @LIBUNISTRING_COMPILE_UNICASE_U32_IS_CASED_TRUE@am__objects_31 = unicase/u32-is-cased.lo
1036 @LIBUNISTRING_COMPILE_UNICASE_U32_IS_CASEFOLDED_TRUE@am__objects_32 = unicase/u32-is-casefolded.lo
1037 @LIBUNISTRING_COMPILE_UNICASE_U32_IS_LOWERCASE_TRUE@am__objects_33 = unicase/u32-is-lowercase.lo
1038 @LIBUNISTRING_COMPILE_UNICASE_U32_IS_TITLECASE_TRUE@am__objects_34 = unicase/u32-is-titlecase.lo
1039 @LIBUNISTRING_COMPILE_UNICASE_U32_IS_UPPERCASE_TRUE@am__objects_35 = unicase/u32-is-uppercase.lo
1040 @LIBUNISTRING_COMPILE_UNICASE_U32_TOLOWER_TRUE@am__objects_36 = unicase/u32-tolower.lo
1041 @LIBUNISTRING_COMPILE_UNICASE_U32_TOTITLE_TRUE@am__objects_37 = unicase/u32-totitle.lo
1042 @LIBUNISTRING_COMPILE_UNICASE_U32_TOUPPER_TRUE@am__objects_38 = unicase/u32-toupper.lo
1043 @LIBUNISTRING_COMPILE_UNICASE_U8_CASECMP_TRUE@am__objects_39 = unicase/u8-casecmp.lo
1044 @LIBUNISTRING_COMPILE_UNICASE_U8_CASECOLL_TRUE@am__objects_40 = unicase/u8-casecoll.lo
1045 @LIBUNISTRING_COMPILE_UNICASE_U8_CASEFOLD_TRUE@am__objects_41 = unicase/u8-casefold.lo
1046 @LIBUNISTRING_COMPILE_UNICASE_U8_CASEXFRM_TRUE@am__objects_42 = unicase/u8-casexfrm.lo
1047 @LIBUNISTRING_COMPILE_UNICASE_U8_CT_CASEFOLD_TRUE@am__objects_43 = unicase/u8-ct-casefold.lo
1048 @LIBUNISTRING_COMPILE_UNICASE_U8_CT_TOLOWER_TRUE@am__objects_44 = unicase/u8-ct-tolower.lo
1049 @LIBUNISTRING_COMPILE_UNICASE_U8_CT_TOTITLE_TRUE@am__objects_45 = unicase/u8-ct-totitle.lo
1050 @LIBUNISTRING_COMPILE_UNICASE_U8_CT_TOUPPER_TRUE@am__objects_46 = unicase/u8-ct-toupper.lo
1051 @LIBUNISTRING_COMPILE_UNICASE_U8_IS_CASED_TRUE@am__objects_47 = unicase/u8-is-cased.lo
1052 @LIBUNISTRING_COMPILE_UNICASE_U8_IS_CASEFOLDED_TRUE@am__objects_48 = unicase/u8-is-casefolded.lo
1053 @LIBUNISTRING_COMPILE_UNICASE_U8_IS_LOWERCASE_TRUE@am__objects_49 = unicase/u8-is-lowercase.lo
1054 @LIBUNISTRING_COMPILE_UNICASE_U8_IS_TITLECASE_TRUE@am__objects_50 = unicase/u8-is-titlecase.lo
1055 @LIBUNISTRING_COMPILE_UNICASE_U8_IS_UPPERCASE_TRUE@am__objects_51 = unicase/u8-is-uppercase.lo
1056 @LIBUNISTRING_COMPILE_UNICASE_U8_TOLOWER_TRUE@am__objects_52 = unicase/u8-tolower.lo
1057 @LIBUNISTRING_COMPILE_UNICASE_U8_TOTITLE_TRUE@am__objects_53 = unicase/u8-totitle.lo
1058 @LIBUNISTRING_COMPILE_UNICASE_U8_TOUPPER_TRUE@am__objects_54 = unicase/u8-toupper.lo
1059 @LIBUNISTRING_COMPILE_UNICASE_ULC_CASECMP_TRUE@am__objects_55 = unicase/ulc-casecmp.lo
1060 @LIBUNISTRING_COMPILE_UNICASE_ULC_CASECOLL_TRUE@am__objects_56 = unicase/ulc-casecoll.lo
1061 @LIBUNISTRING_COMPILE_UNICASE_ULC_CASEXFRM_TRUE@am__objects_57 = unicase/ulc-casexfrm.lo
1062 @LIBUNISTRING_COMPILE_UNICONV_U16_CONV_FROM_ENC_TRUE@am__objects_58 = uniconv/u16-conv-from-enc.lo
1063 @LIBUNISTRING_COMPILE_UNICONV_U16_CONV_TO_ENC_TRUE@am__objects_59 = uniconv/u16-conv-to-enc.lo
1064 @LIBUNISTRING_COMPILE_UNICONV_U16_STRCONV_FROM_ENC_TRUE@am__objects_60 = uniconv/u16-strconv-from-enc.lo
1065 @LIBUNISTRING_COMPILE_UNICONV_U16_STRCONV_FROM_LOCALE_TRUE@am__objects_61 = uniconv/u16-strconv-from-locale.lo
1066 @LIBUNISTRING_COMPILE_UNICONV_U16_STRCONV_TO_ENC_TRUE@am__objects_62 = uniconv/u16-strconv-to-enc.lo
1067 @LIBUNISTRING_COMPILE_UNICONV_U16_STRCONV_TO_LOCALE_TRUE@am__objects_63 = uniconv/u16-strconv-to-locale.lo
1068 @LIBUNISTRING_COMPILE_UNICONV_U32_CONV_FROM_ENC_TRUE@am__objects_64 = uniconv/u32-conv-from-enc.lo
1069 @LIBUNISTRING_COMPILE_UNICONV_U32_CONV_TO_ENC_TRUE@am__objects_65 = uniconv/u32-conv-to-enc.lo
1070 @LIBUNISTRING_COMPILE_UNICONV_U32_STRCONV_FROM_ENC_TRUE@am__objects_66 = uniconv/u32-strconv-from-enc.lo
1071 @LIBUNISTRING_COMPILE_UNICONV_U32_STRCONV_FROM_LOCALE_TRUE@am__objects_67 = uniconv/u32-strconv-from-locale.lo
1072 @LIBUNISTRING_COMPILE_UNICONV_U32_STRCONV_TO_ENC_TRUE@am__objects_68 = uniconv/u32-strconv-to-enc.lo
1073 @LIBUNISTRING_COMPILE_UNICONV_U32_STRCONV_TO_LOCALE_TRUE@am__objects_69 = uniconv/u32-strconv-to-locale.lo
1074 @LIBUNISTRING_COMPILE_UNICONV_U8_CONV_FROM_ENC_TRUE@am__objects_70 = uniconv/u8-conv-from-enc.lo
1075 @LIBUNISTRING_COMPILE_UNICONV_U8_CONV_TO_ENC_TRUE@am__objects_71 = uniconv/u8-conv-to-enc.lo
1076 @LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_ENC_TRUE@am__objects_72 = uniconv/u8-strconv-from-enc.lo
1077 @LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_LOCALE_TRUE@am__objects_73 = uniconv/u8-strconv-from-locale.lo
1078 @LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_ENC_TRUE@am__objects_74 = uniconv/u8-strconv-to-enc.lo
1079 @LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_LOCALE_TRUE@am__objects_75 = uniconv/u8-strconv-to-locale.lo
1080 @LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_BYNAME_TRUE@am__objects_76 = unictype/bidi_byname.lo
1081 @LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_LONGNAME_TRUE@am__objects_77 = unictype/bidi_longname.lo
1082 @LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_NAME_TRUE@am__objects_78 = unictype/bidi_name.lo
1083 @LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_OF_TRUE@am__objects_79 = unictype/bidi_of.lo
1084 @LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_TEST_TRUE@am__objects_80 = unictype/bidi_test.lo
1085 @LIBUNISTRING_COMPILE_UNICTYPE_BLOCK_LIST_TRUE@am__objects_81 = unictype/blocks.lo
1086 @LIBUNISTRING_COMPILE_UNICTYPE_BLOCK_TEST_TRUE@am__objects_82 = unictype/block_test.lo
1087 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_C_TRUE@am__objects_83 = unictype/categ_C.lo
1088 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CC_TRUE@am__objects_84 = unictype/categ_Cc.lo
1089 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CF_TRUE@am__objects_85 = unictype/categ_Cf.lo
1090 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CN_TRUE@am__objects_86 = unictype/categ_Cn.lo
1091 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CO_TRUE@am__objects_87 = unictype/categ_Co.lo
1092 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CS_TRUE@am__objects_88 = unictype/categ_Cs.lo
1093 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_L_TRUE@am__objects_89 = unictype/categ_L.lo
1094 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LC_TRUE@am__objects_90 = unictype/categ_LC.lo
1095 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LL_TRUE@am__objects_91 = unictype/categ_Ll.lo
1096 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LM_TRUE@am__objects_92 = unictype/categ_Lm.lo
1097 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LO_TRUE@am__objects_93 = unictype/categ_Lo.lo
1098 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LT_TRUE@am__objects_94 = unictype/categ_Lt.lo
1099 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LU_TRUE@am__objects_95 = unictype/categ_Lu.lo
1100 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_M_TRUE@am__objects_96 = unictype/categ_M.lo
1101 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_MC_TRUE@am__objects_97 = unictype/categ_Mc.lo
1102 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ME_TRUE@am__objects_98 = unictype/categ_Me.lo
1103 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_MN_TRUE@am__objects_99 = unictype/categ_Mn.lo
1104 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_N_TRUE@am__objects_100 = unictype/categ_N.lo
1105 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ND_TRUE@am__objects_101 = unictype/categ_Nd.lo
1106 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NL_TRUE@am__objects_102 = unictype/categ_Nl.lo
1107 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NO_TRUE@am__objects_103 = unictype/categ_No.lo
1108 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_P_TRUE@am__objects_104 = unictype/categ_P.lo
1109 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PC_TRUE@am__objects_105 = unictype/categ_Pc.lo
1110 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PD_TRUE@am__objects_106 = unictype/categ_Pd.lo
1111 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PE_TRUE@am__objects_107 = unictype/categ_Pe.lo
1112 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PF_TRUE@am__objects_108 = unictype/categ_Pf.lo
1113 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PI_TRUE@am__objects_109 = unictype/categ_Pi.lo
1114 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PO_TRUE@am__objects_110 = unictype/categ_Po.lo
1115 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PS_TRUE@am__objects_111 = unictype/categ_Ps.lo
1116 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_S_TRUE@am__objects_112 = unictype/categ_S.lo
1117 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SC_TRUE@am__objects_113 = unictype/categ_Sc.lo
1118 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SK_TRUE@am__objects_114 = unictype/categ_Sk.lo
1119 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SM_TRUE@am__objects_115 = unictype/categ_Sm.lo
1120 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SO_TRUE@am__objects_116 = unictype/categ_So.lo
1121 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_Z_TRUE@am__objects_117 = unictype/categ_Z.lo
1122 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZL_TRUE@am__objects_118 = unictype/categ_Zl.lo
1123 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZP_TRUE@am__objects_119 = unictype/categ_Zp.lo
1124 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZS_TRUE@am__objects_120 = unictype/categ_Zs.lo
1125 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_AND_TRUE@am__objects_121 = unictype/categ_and.lo
1126 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_AND_NOT_TRUE@am__objects_122 = unictype/categ_and_not.lo
1127 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_BYNAME_TRUE@am__objects_123 = unictype/categ_byname.lo
1128 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LONGNAME_TRUE@am__objects_124 = unictype/categ_longname.lo
1129 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NAME_TRUE@am__objects_125 = unictype/categ_name.lo
1130 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_TRUE@am__objects_126 = unictype/categ_none.lo
1131 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_TRUE@am__objects_127 = unictype/categ_of.lo
1132 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OR_TRUE@am__objects_128 = unictype/categ_or.lo
1133 @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_TEST_TRUE@am__objects_129 = unictype/categ_test.lo
1134 @LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_TRUE@am__objects_130 = unictype/combiningclass.lo
1135 @LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_BYNAME_TRUE@am__objects_131 = unictype/combiningclass_byname.lo
1136 @LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_LONGNAME_TRUE@am__objects_132 = unictype/combiningclass_longname.lo
1137 @LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_NAME_TRUE@am__objects_133 = unictype/combiningclass_name.lo
1138 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_ALNUM_TRUE@am__objects_134 = unictype/ctype_alnum.lo
1139 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_ALPHA_TRUE@am__objects_135 = unictype/ctype_alpha.lo
1140 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_BLANK_TRUE@am__objects_136 = unictype/ctype_blank.lo
1141 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_CNTRL_TRUE@am__objects_137 = unictype/ctype_cntrl.lo
1142 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_DIGIT_TRUE@am__objects_138 = unictype/ctype_digit.lo
1143 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_GRAPH_TRUE@am__objects_139 = unictype/ctype_graph.lo
1144 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_LOWER_TRUE@am__objects_140 = unictype/ctype_lower.lo
1145 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_PRINT_TRUE@am__objects_141 = unictype/ctype_print.lo
1146 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_PUNCT_TRUE@am__objects_142 = unictype/ctype_punct.lo
1147 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_SPACE_TRUE@am__objects_143 = unictype/ctype_space.lo
1148 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_UPPER_TRUE@am__objects_144 = unictype/ctype_upper.lo
1149 @LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_XDIGIT_TRUE@am__objects_145 = unictype/ctype_xdigit.lo
1150 @LIBUNISTRING_COMPILE_UNICTYPE_DECIMAL_DIGIT_TRUE@am__objects_146 = unictype/decdigit.lo
1151 @LIBUNISTRING_COMPILE_UNICTYPE_DIGIT_TRUE@am__objects_147 =  \
1152 @LIBUNISTRING_COMPILE_UNICTYPE_DIGIT_TRUE@      unictype/digit.lo
1153 @LIBUNISTRING_COMPILE_UNICTYPE_JOININGGROUP_BYNAME_TRUE@am__objects_148 = unictype/joininggroup_byname.lo
1154 @LIBUNISTRING_COMPILE_UNICTYPE_JOININGGROUP_NAME_TRUE@am__objects_149 = unictype/joininggroup_name.lo
1155 @LIBUNISTRING_COMPILE_UNICTYPE_JOININGGROUP_OF_TRUE@am__objects_150 = unictype/joininggroup_of.lo
1156 @LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_BYNAME_TRUE@am__objects_151 = unictype/joiningtype_byname.lo
1157 @LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_LONGNAME_TRUE@am__objects_152 = unictype/joiningtype_longname.lo
1158 @LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_NAME_TRUE@am__objects_153 = unictype/joiningtype_name.lo
1159 @LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_OF_TRUE@am__objects_154 = unictype/joiningtype_of.lo
1160 @LIBUNISTRING_COMPILE_UNICTYPE_MIRROR_TRUE@am__objects_155 =  \
1161 @LIBUNISTRING_COMPILE_UNICTYPE_MIRROR_TRUE@     unictype/mirror.lo
1162 @LIBUNISTRING_COMPILE_UNICTYPE_NUMERIC_TRUE@am__objects_156 = unictype/numeric.lo
1163 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_ALPHABETIC_TRUE@am__objects_157 = unictype/pr_alphabetic.lo
1164 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_ASCII_HEX_DIGIT_TRUE@am__objects_158 = unictype/pr_ascii_hex_digit.lo
1165 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_ARABIC_DIGIT_TRUE@am__objects_159 = unictype/pr_bidi_arabic_digit.lo
1166 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_ARABIC_RIGHT_TO_LEFT_TRUE@am__objects_160 = unictype/pr_bidi_arabic_right_to_left.lo
1167 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_BLOCK_SEPARATOR_TRUE@am__objects_161 = unictype/pr_bidi_block_separator.lo
1168 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_BOUNDARY_NEUTRAL_TRUE@am__objects_162 = unictype/pr_bidi_boundary_neutral.lo
1169 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_COMMON_SEPARATOR_TRUE@am__objects_163 = unictype/pr_bidi_common_separator.lo
1170 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_CONTROL_TRUE@am__objects_164 = unictype/pr_bidi_control.lo
1171 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_EMBEDDING_OR_OVERRIDE_TRUE@am__objects_165 = unictype/pr_bidi_embedding_or_override.lo
1172 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_EUR_NUM_SEPARATOR_TRUE@am__objects_166 = unictype/pr_bidi_eur_num_separator.lo
1173 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_EUR_NUM_TERMINATOR_TRUE@am__objects_167 = unictype/pr_bidi_eur_num_terminator.lo
1174 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_EUROPEAN_DIGIT_TRUE@am__objects_168 = unictype/pr_bidi_european_digit.lo
1175 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_HEBREW_RIGHT_TO_LEFT_TRUE@am__objects_169 = unictype/pr_bidi_hebrew_right_to_left.lo
1176 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_LEFT_TO_RIGHT_TRUE@am__objects_170 = unictype/pr_bidi_left_to_right.lo
1177 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_NON_SPACING_MARK_TRUE@am__objects_171 = unictype/pr_bidi_non_spacing_mark.lo
1178 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_OTHER_NEUTRAL_TRUE@am__objects_172 = unictype/pr_bidi_other_neutral.lo
1179 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_PDF_TRUE@am__objects_173 = unictype/pr_bidi_pdf.lo
1180 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_SEGMENT_SEPARATOR_TRUE@am__objects_174 = unictype/pr_bidi_segment_separator.lo
1181 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_WHITESPACE_TRUE@am__objects_175 = unictype/pr_bidi_whitespace.lo
1182 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BYNAME_TRUE@am__objects_176 = unictype/pr_byname.lo
1183 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_CASE_IGNORABLE_TRUE@am__objects_177 = unictype/pr_case_ignorable.lo
1184 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_CASED_TRUE@am__objects_178 = unictype/pr_cased.lo
1185 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_CHANGES_WHEN_CASEFOLDED_TRUE@am__objects_179 = unictype/pr_changes_when_casefolded.lo
1186 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_CHANGES_WHEN_CASEMAPPED_TRUE@am__objects_180 = unictype/pr_changes_when_casemapped.lo
1187 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_CHANGES_WHEN_LOWERCASED_TRUE@am__objects_181 = unictype/pr_changes_when_lowercased.lo
1188 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_CHANGES_WHEN_TITLECASED_TRUE@am__objects_182 = unictype/pr_changes_when_titlecased.lo
1189 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_CHANGES_WHEN_UPPERCASED_TRUE@am__objects_183 = unictype/pr_changes_when_uppercased.lo
1190 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_COMBINING_TRUE@am__objects_184 = unictype/pr_combining.lo
1191 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_COMPOSITE_TRUE@am__objects_185 = unictype/pr_composite.lo
1192 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_CURRENCY_SYMBOL_TRUE@am__objects_186 = unictype/pr_currency_symbol.lo
1193 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_DASH_TRUE@am__objects_187 = unictype/pr_dash.lo
1194 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_DECIMAL_DIGIT_TRUE@am__objects_188 = unictype/pr_decimal_digit.lo
1195 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_DEFAULT_IGNORABLE_CODE_POINT_TRUE@am__objects_189 = unictype/pr_default_ignorable_code_point.lo
1196 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_DEPRECATED_TRUE@am__objects_190 = unictype/pr_deprecated.lo
1197 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_DIACRITIC_TRUE@am__objects_191 = unictype/pr_diacritic.lo
1198 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_EXTENDER_TRUE@am__objects_192 = unictype/pr_extender.lo
1199 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_FORMAT_CONTROL_TRUE@am__objects_193 = unictype/pr_format_control.lo
1200 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_GRAPHEME_BASE_TRUE@am__objects_194 = unictype/pr_grapheme_base.lo
1201 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_GRAPHEME_EXTEND_TRUE@am__objects_195 = unictype/pr_grapheme_extend.lo
1202 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_GRAPHEME_LINK_TRUE@am__objects_196 = unictype/pr_grapheme_link.lo
1203 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_HEX_DIGIT_TRUE@am__objects_197 = unictype/pr_hex_digit.lo
1204 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_HYPHEN_TRUE@am__objects_198 = unictype/pr_hyphen.lo
1205 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_ID_CONTINUE_TRUE@am__objects_199 = unictype/pr_id_continue.lo
1206 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_ID_START_TRUE@am__objects_200 = unictype/pr_id_start.lo
1207 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_IDEOGRAPHIC_TRUE@am__objects_201 = unictype/pr_ideographic.lo
1208 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_IDS_BINARY_OPERATOR_TRUE@am__objects_202 = unictype/pr_ids_binary_operator.lo
1209 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_IDS_TRINARY_OPERATOR_TRUE@am__objects_203 = unictype/pr_ids_trinary_operator.lo
1210 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_IGNORABLE_CONTROL_TRUE@am__objects_204 = unictype/pr_ignorable_control.lo
1211 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_ISO_CONTROL_TRUE@am__objects_205 = unictype/pr_iso_control.lo
1212 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_JOIN_CONTROL_TRUE@am__objects_206 = unictype/pr_join_control.lo
1213 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_LEFT_OF_PAIR_TRUE@am__objects_207 = unictype/pr_left_of_pair.lo
1214 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_LINE_SEPARATOR_TRUE@am__objects_208 = unictype/pr_line_separator.lo
1215 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_LOGICAL_ORDER_EXCEPTION_TRUE@am__objects_209 = unictype/pr_logical_order_exception.lo
1216 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_LOWERCASE_TRUE@am__objects_210 = unictype/pr_lowercase.lo
1217 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_MATH_TRUE@am__objects_211 = unictype/pr_math.lo
1218 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_NON_BREAK_TRUE@am__objects_212 = unictype/pr_non_break.lo
1219 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_NOT_A_CHARACTER_TRUE@am__objects_213 = unictype/pr_not_a_character.lo
1220 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_NUMERIC_TRUE@am__objects_214 = unictype/pr_numeric.lo
1221 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_OTHER_ALPHABETIC_TRUE@am__objects_215 = unictype/pr_other_alphabetic.lo
1222 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_OTHER_DEFAULT_IGNORABLE_CODE_POINT_TRUE@am__objects_216 = unictype/pr_other_default_ignorable_code_point.lo
1223 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_OTHER_GRAPHEME_EXTEND_TRUE@am__objects_217 = unictype/pr_other_grapheme_extend.lo
1224 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_OTHER_ID_CONTINUE_TRUE@am__objects_218 = unictype/pr_other_id_continue.lo
1225 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_OTHER_ID_START_TRUE@am__objects_219 = unictype/pr_other_id_start.lo
1226 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_OTHER_LOWERCASE_TRUE@am__objects_220 = unictype/pr_other_lowercase.lo
1227 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_OTHER_MATH_TRUE@am__objects_221 = unictype/pr_other_math.lo
1228 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_OTHER_UPPERCASE_TRUE@am__objects_222 = unictype/pr_other_uppercase.lo
1229 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_PAIRED_PUNCTUATION_TRUE@am__objects_223 = unictype/pr_paired_punctuation.lo
1230 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_PARAGRAPH_SEPARATOR_TRUE@am__objects_224 = unictype/pr_paragraph_separator.lo
1231 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_PATTERN_SYNTAX_TRUE@am__objects_225 = unictype/pr_pattern_syntax.lo
1232 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_PATTERN_WHITE_SPACE_TRUE@am__objects_226 = unictype/pr_pattern_white_space.lo
1233 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_PRIVATE_USE_TRUE@am__objects_227 = unictype/pr_private_use.lo
1234 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_PUNCTUATION_TRUE@am__objects_228 = unictype/pr_punctuation.lo
1235 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_QUOTATION_MARK_TRUE@am__objects_229 = unictype/pr_quotation_mark.lo
1236 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_RADICAL_TRUE@am__objects_230 = unictype/pr_radical.lo
1237 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_SENTENCE_TERMINAL_TRUE@am__objects_231 = unictype/pr_sentence_terminal.lo
1238 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_SOFT_DOTTED_TRUE@am__objects_232 = unictype/pr_soft_dotted.lo
1239 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_SPACE_TRUE@am__objects_233 = unictype/pr_space.lo
1240 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_TERMINAL_PUNCTUATION_TRUE@am__objects_234 = unictype/pr_terminal_punctuation.lo
1241 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_TEST_TRUE@am__objects_235 = unictype/pr_test.lo
1242 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_TITLECASE_TRUE@am__objects_236 = unictype/pr_titlecase.lo
1243 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_UNASSIGNED_CODE_VALUE_TRUE@am__objects_237 = unictype/pr_unassigned_code_value.lo
1244 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_UNIFIED_IDEOGRAPH_TRUE@am__objects_238 = unictype/pr_unified_ideograph.lo
1245 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_UPPERCASE_TRUE@am__objects_239 = unictype/pr_uppercase.lo
1246 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_VARIATION_SELECTOR_TRUE@am__objects_240 = unictype/pr_variation_selector.lo
1247 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_WHITE_SPACE_TRUE@am__objects_241 = unictype/pr_white_space.lo
1248 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_XID_CONTINUE_TRUE@am__objects_242 = unictype/pr_xid_continue.lo
1249 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_XID_START_TRUE@am__objects_243 = unictype/pr_xid_start.lo
1250 @LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_ZERO_WIDTH_TRUE@am__objects_244 = unictype/pr_zero_width.lo
1251 @LIBUNISTRING_COMPILE_UNICTYPE_SCRIPTS_TRUE@am__objects_245 = unictype/scripts.lo
1252 @LIBUNISTRING_COMPILE_UNICTYPE_SYNTAX_C_IDENT_TRUE@am__objects_246 = unictype/sy_c_ident.lo
1253 @LIBUNISTRING_COMPILE_UNICTYPE_SYNTAX_C_WHITESPACE_TRUE@am__objects_247 = unictype/sy_c_whitespace.lo
1254 @LIBUNISTRING_COMPILE_UNICTYPE_SYNTAX_JAVA_IDENT_TRUE@am__objects_248 = unictype/sy_java_ident.lo
1255 @LIBUNISTRING_COMPILE_UNICTYPE_SYNTAX_JAVA_WHITESPACE_TRUE@am__objects_249 = unictype/sy_java_whitespace.lo
1256 @LIBUNISTRING_COMPILE_UNIGBRK_U16_GRAPHEME_BREAKS_TRUE@am__objects_250 = unigbrk/u16-grapheme-breaks.lo
1257 @LIBUNISTRING_COMPILE_UNIGBRK_U16_GRAPHEME_NEXT_TRUE@am__objects_251 = unigbrk/u16-grapheme-next.lo
1258 @LIBUNISTRING_COMPILE_UNIGBRK_U16_GRAPHEME_PREV_TRUE@am__objects_252 = unigbrk/u16-grapheme-prev.lo
1259 @LIBUNISTRING_COMPILE_UNIGBRK_U32_GRAPHEME_BREAKS_TRUE@am__objects_253 = unigbrk/u32-grapheme-breaks.lo
1260 @LIBUNISTRING_COMPILE_UNIGBRK_U32_GRAPHEME_NEXT_TRUE@am__objects_254 = unigbrk/u32-grapheme-next.lo
1261 @LIBUNISTRING_COMPILE_UNIGBRK_U32_GRAPHEME_PREV_TRUE@am__objects_255 = unigbrk/u32-grapheme-prev.lo
1262 @LIBUNISTRING_COMPILE_UNIGBRK_U8_GRAPHEME_BREAKS_TRUE@am__objects_256 = unigbrk/u8-grapheme-breaks.lo
1263 @LIBUNISTRING_COMPILE_UNIGBRK_U8_GRAPHEME_NEXT_TRUE@am__objects_257 = unigbrk/u8-grapheme-next.lo
1264 @LIBUNISTRING_COMPILE_UNIGBRK_U8_GRAPHEME_PREV_TRUE@am__objects_258 = unigbrk/u8-grapheme-prev.lo
1265 @LIBUNISTRING_COMPILE_UNIGBRK_UC_GBRK_PROP_TRUE@am__objects_259 = unigbrk/uc-gbrk-prop.lo
1266 @LIBUNISTRING_COMPILE_UNIGBRK_UC_IS_GRAPHEME_BREAK_TRUE@am__objects_260 = unigbrk/uc-is-grapheme-break.lo
1267 @LIBUNISTRING_COMPILE_UNIGBRK_ULC_GRAPHEME_BREAKS_TRUE@am__objects_261 = unigbrk/ulc-grapheme-breaks.lo
1268 @LIBUNISTRING_COMPILE_UNILBRK_U16_POSSIBLE_LINEBREAKS_TRUE@am__objects_262 = unilbrk/u16-possible-linebreaks.lo
1269 @LIBUNISTRING_COMPILE_UNILBRK_U16_WIDTH_LINEBREAKS_TRUE@am__objects_263 = unilbrk/u16-width-linebreaks.lo
1270 @LIBUNISTRING_COMPILE_UNILBRK_U32_POSSIBLE_LINEBREAKS_TRUE@am__objects_264 = unilbrk/u32-possible-linebreaks.lo
1271 @LIBUNISTRING_COMPILE_UNILBRK_U32_WIDTH_LINEBREAKS_TRUE@am__objects_265 = unilbrk/u32-width-linebreaks.lo
1272 @LIBUNISTRING_COMPILE_UNILBRK_U8_POSSIBLE_LINEBREAKS_TRUE@am__objects_266 = unilbrk/u8-possible-linebreaks.lo
1273 @LIBUNISTRING_COMPILE_UNILBRK_U8_WIDTH_LINEBREAKS_TRUE@am__objects_267 = unilbrk/u8-width-linebreaks.lo
1274 @LIBUNISTRING_COMPILE_UNILBRK_ULC_POSSIBLE_LINEBREAKS_TRUE@am__objects_268 = unilbrk/ulc-possible-linebreaks.lo
1275 @LIBUNISTRING_COMPILE_UNILBRK_ULC_WIDTH_LINEBREAKS_TRUE@am__objects_269 = unilbrk/ulc-width-linebreaks.lo
1276 @LIBUNISTRING_COMPILE_UNINAME_UNINAME_TRUE@am__objects_270 =  \
1277 @LIBUNISTRING_COMPILE_UNINAME_UNINAME_TRUE@     uniname/uniname.lo
1278 @LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_TRUE@am__objects_271 = uninorm/canonical-decomposition.lo
1279 @LIBUNISTRING_COMPILE_UNINORM_COMPOSITION_TRUE@am__objects_272 = uninorm/composition.lo
1280 @LIBUNISTRING_COMPILE_UNINORM_DECOMPOSING_FORM_TRUE@am__objects_273 = uninorm/decomposing-form.lo
1281 @LIBUNISTRING_COMPILE_UNINORM_DECOMPOSITION_TRUE@am__objects_274 = uninorm/decomposition.lo
1282 @LIBUNISTRING_COMPILE_UNINORM_FILTER_TRUE@am__objects_275 = uninorm/uninorm-filter.lo
1283 @LIBUNISTRING_COMPILE_UNINORM_NFC_TRUE@am__objects_276 =  \
1284 @LIBUNISTRING_COMPILE_UNINORM_NFC_TRUE@ uninorm/nfc.lo
1285 @LIBUNISTRING_COMPILE_UNINORM_NFD_TRUE@am__objects_277 =  \
1286 @LIBUNISTRING_COMPILE_UNINORM_NFD_TRUE@ uninorm/nfd.lo
1287 @LIBUNISTRING_COMPILE_UNINORM_NFKC_TRUE@am__objects_278 =  \
1288 @LIBUNISTRING_COMPILE_UNINORM_NFKC_TRUE@        uninorm/nfkc.lo
1289 @LIBUNISTRING_COMPILE_UNINORM_NFKD_TRUE@am__objects_279 =  \
1290 @LIBUNISTRING_COMPILE_UNINORM_NFKD_TRUE@        uninorm/nfkd.lo
1291 @LIBUNISTRING_COMPILE_UNINORM_U16_NORMALIZE_TRUE@am__objects_280 = uninorm/u16-normalize.lo
1292 @LIBUNISTRING_COMPILE_UNINORM_U16_NORMCMP_TRUE@am__objects_281 = uninorm/u16-normcmp.lo
1293 @LIBUNISTRING_COMPILE_UNINORM_U16_NORMCOLL_TRUE@am__objects_282 = uninorm/u16-normcoll.lo
1294 @LIBUNISTRING_COMPILE_UNINORM_U16_NORMXFRM_TRUE@am__objects_283 = uninorm/u16-normxfrm.lo
1295 @LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE_TRUE@am__objects_284 = uninorm/u32-normalize.lo
1296 @LIBUNISTRING_COMPILE_UNINORM_U32_NORMCMP_TRUE@am__objects_285 = uninorm/u32-normcmp.lo
1297 @LIBUNISTRING_COMPILE_UNINORM_U32_NORMCOLL_TRUE@am__objects_286 = uninorm/u32-normcoll.lo
1298 @LIBUNISTRING_COMPILE_UNINORM_U32_NORMXFRM_TRUE@am__objects_287 = uninorm/u32-normxfrm.lo
1299 @LIBUNISTRING_COMPILE_UNINORM_U8_NORMALIZE_TRUE@am__objects_288 = uninorm/u8-normalize.lo
1300 @LIBUNISTRING_COMPILE_UNINORM_U8_NORMCMP_TRUE@am__objects_289 = uninorm/u8-normcmp.lo
1301 @LIBUNISTRING_COMPILE_UNINORM_U8_NORMCOLL_TRUE@am__objects_290 = uninorm/u8-normcoll.lo
1302 @LIBUNISTRING_COMPILE_UNINORM_U8_NORMXFRM_TRUE@am__objects_291 = uninorm/u8-normxfrm.lo
1303 @LIBUNISTRING_COMPILE_UNISTDIO_U16_ASNPRINTF_TRUE@am__objects_292 = unistdio/u16-asnprintf.lo
1304 @LIBUNISTRING_COMPILE_UNISTDIO_U16_ASPRINTF_TRUE@am__objects_293 = unistdio/u16-asprintf.lo
1305 @LIBUNISTRING_COMPILE_UNISTDIO_U16_SNPRINTF_TRUE@am__objects_294 = unistdio/u16-snprintf.lo
1306 @LIBUNISTRING_COMPILE_UNISTDIO_U16_SPRINTF_TRUE@am__objects_295 = unistdio/u16-sprintf.lo
1307 @LIBUNISTRING_COMPILE_UNISTDIO_U16_U16_ASNPRINTF_TRUE@am__objects_296 = unistdio/u16-u16-asnprintf.lo
1308 @LIBUNISTRING_COMPILE_UNISTDIO_U16_U16_ASPRINTF_TRUE@am__objects_297 = unistdio/u16-u16-asprintf.lo
1309 @LIBUNISTRING_COMPILE_UNISTDIO_U16_U16_SNPRINTF_TRUE@am__objects_298 = unistdio/u16-u16-snprintf.lo
1310 @LIBUNISTRING_COMPILE_UNISTDIO_U16_U16_SPRINTF_TRUE@am__objects_299 = unistdio/u16-u16-sprintf.lo
1311 @LIBUNISTRING_COMPILE_UNISTDIO_U16_U16_VASNPRINTF_TRUE@am__objects_300 = unistdio/u16-u16-vasnprintf.lo
1312 @LIBUNISTRING_COMPILE_UNISTDIO_U16_U16_VASPRINTF_TRUE@am__objects_301 = unistdio/u16-u16-vasprintf.lo
1313 @LIBUNISTRING_COMPILE_UNISTDIO_U16_U16_VSNPRINTF_TRUE@am__objects_302 = unistdio/u16-u16-vsnprintf.lo
1314 @LIBUNISTRING_COMPILE_UNISTDIO_U16_U16_VSPRINTF_TRUE@am__objects_303 = unistdio/u16-u16-vsprintf.lo
1315 @LIBUNISTRING_COMPILE_UNISTDIO_U16_VASNPRINTF_TRUE@am__objects_304 = unistdio/u16-vasnprintf.lo
1316 @LIBUNISTRING_COMPILE_UNISTDIO_U16_VASPRINTF_TRUE@am__objects_305 = unistdio/u16-vasprintf.lo
1317 @LIBUNISTRING_COMPILE_UNISTDIO_U16_VSNPRINTF_TRUE@am__objects_306 = unistdio/u16-vsnprintf.lo
1318 @LIBUNISTRING_COMPILE_UNISTDIO_U16_VSPRINTF_TRUE@am__objects_307 = unistdio/u16-vsprintf.lo
1319 @LIBUNISTRING_COMPILE_UNISTDIO_U32_ASNPRINTF_TRUE@am__objects_308 = unistdio/u32-asnprintf.lo
1320 @LIBUNISTRING_COMPILE_UNISTDIO_U32_ASPRINTF_TRUE@am__objects_309 = unistdio/u32-asprintf.lo
1321 @LIBUNISTRING_COMPILE_UNISTDIO_U32_SNPRINTF_TRUE@am__objects_310 = unistdio/u32-snprintf.lo
1322 @LIBUNISTRING_COMPILE_UNISTDIO_U32_SPRINTF_TRUE@am__objects_311 = unistdio/u32-sprintf.lo
1323 @LIBUNISTRING_COMPILE_UNISTDIO_U32_U32_ASNPRINTF_TRUE@am__objects_312 = unistdio/u32-u32-asnprintf.lo
1324 @LIBUNISTRING_COMPILE_UNISTDIO_U32_U32_ASPRINTF_TRUE@am__objects_313 = unistdio/u32-u32-asprintf.lo
1325 @LIBUNISTRING_COMPILE_UNISTDIO_U32_U32_SNPRINTF_TRUE@am__objects_314 = unistdio/u32-u32-snprintf.lo
1326 @LIBUNISTRING_COMPILE_UNISTDIO_U32_U32_SPRINTF_TRUE@am__objects_315 = unistdio/u32-u32-sprintf.lo
1327 @LIBUNISTRING_COMPILE_UNISTDIO_U32_U32_VASNPRINTF_TRUE@am__objects_316 = unistdio/u32-u32-vasnprintf.lo
1328 @LIBUNISTRING_COMPILE_UNISTDIO_U32_U32_VASPRINTF_TRUE@am__objects_317 = unistdio/u32-u32-vasprintf.lo
1329 @LIBUNISTRING_COMPILE_UNISTDIO_U32_U32_VSNPRINTF_TRUE@am__objects_318 = unistdio/u32-u32-vsnprintf.lo
1330 @LIBUNISTRING_COMPILE_UNISTDIO_U32_U32_VSPRINTF_TRUE@am__objects_319 = unistdio/u32-u32-vsprintf.lo
1331 @LIBUNISTRING_COMPILE_UNISTDIO_U32_VASNPRINTF_TRUE@am__objects_320 = unistdio/u32-vasnprintf.lo
1332 @LIBUNISTRING_COMPILE_UNISTDIO_U32_VASPRINTF_TRUE@am__objects_321 = unistdio/u32-vasprintf.lo
1333 @LIBUNISTRING_COMPILE_UNISTDIO_U32_VSNPRINTF_TRUE@am__objects_322 = unistdio/u32-vsnprintf.lo
1334 @LIBUNISTRING_COMPILE_UNISTDIO_U32_VSPRINTF_TRUE@am__objects_323 = unistdio/u32-vsprintf.lo
1335 @LIBUNISTRING_COMPILE_UNISTDIO_U8_ASNPRINTF_TRUE@am__objects_324 = unistdio/u8-asnprintf.lo
1336 @LIBUNISTRING_COMPILE_UNISTDIO_U8_ASPRINTF_TRUE@am__objects_325 = unistdio/u8-asprintf.lo
1337 @LIBUNISTRING_COMPILE_UNISTDIO_U8_SNPRINTF_TRUE@am__objects_326 = unistdio/u8-snprintf.lo
1338 @LIBUNISTRING_COMPILE_UNISTDIO_U8_SPRINTF_TRUE@am__objects_327 = unistdio/u8-sprintf.lo
1339 @LIBUNISTRING_COMPILE_UNISTDIO_U8_U8_ASNPRINTF_TRUE@am__objects_328 = unistdio/u8-u8-asnprintf.lo
1340 @LIBUNISTRING_COMPILE_UNISTDIO_U8_U8_ASPRINTF_TRUE@am__objects_329 = unistdio/u8-u8-asprintf.lo
1341 @LIBUNISTRING_COMPILE_UNISTDIO_U8_U8_SNPRINTF_TRUE@am__objects_330 = unistdio/u8-u8-snprintf.lo
1342 @LIBUNISTRING_COMPILE_UNISTDIO_U8_U8_SPRINTF_TRUE@am__objects_331 = unistdio/u8-u8-sprintf.lo
1343 @LIBUNISTRING_COMPILE_UNISTDIO_U8_U8_VASNPRINTF_TRUE@am__objects_332 = unistdio/u8-u8-vasnprintf.lo
1344 @LIBUNISTRING_COMPILE_UNISTDIO_U8_U8_VASPRINTF_TRUE@am__objects_333 = unistdio/u8-u8-vasprintf.lo
1345 @LIBUNISTRING_COMPILE_UNISTDIO_U8_U8_VSNPRINTF_TRUE@am__objects_334 = unistdio/u8-u8-vsnprintf.lo
1346 @LIBUNISTRING_COMPILE_UNISTDIO_U8_U8_VSPRINTF_TRUE@am__objects_335 = unistdio/u8-u8-vsprintf.lo
1347 @LIBUNISTRING_COMPILE_UNISTDIO_U8_VASNPRINTF_TRUE@am__objects_336 = unistdio/u8-vasnprintf.lo
1348 @LIBUNISTRING_COMPILE_UNISTDIO_U8_VASPRINTF_TRUE@am__objects_337 = unistdio/u8-vasprintf.lo
1349 @LIBUNISTRING_COMPILE_UNISTDIO_U8_VSNPRINTF_TRUE@am__objects_338 = unistdio/u8-vsnprintf.lo
1350 @LIBUNISTRING_COMPILE_UNISTDIO_U8_VSPRINTF_TRUE@am__objects_339 = unistdio/u8-vsprintf.lo
1351 @LIBUNISTRING_COMPILE_UNISTDIO_ULC_ASNPRINTF_TRUE@am__objects_340 = unistdio/ulc-asnprintf.lo
1352 @LIBUNISTRING_COMPILE_UNISTDIO_ULC_ASPRINTF_TRUE@am__objects_341 = unistdio/ulc-asprintf.lo
1353 @LIBUNISTRING_COMPILE_UNISTDIO_ULC_FPRINTF_TRUE@am__objects_342 = unistdio/ulc-fprintf.lo
1354 @LIBUNISTRING_COMPILE_UNISTDIO_ULC_SNPRINTF_TRUE@am__objects_343 = unistdio/ulc-snprintf.lo
1355 @LIBUNISTRING_COMPILE_UNISTDIO_ULC_SPRINTF_TRUE@am__objects_344 = unistdio/ulc-sprintf.lo
1356 @LIBUNISTRING_COMPILE_UNISTDIO_ULC_VASNPRINTF_TRUE@am__objects_345 = unistdio/ulc-vasnprintf.lo
1357 @LIBUNISTRING_COMPILE_UNISTDIO_ULC_VASPRINTF_TRUE@am__objects_346 = unistdio/ulc-vasprintf.lo
1358 @LIBUNISTRING_COMPILE_UNISTDIO_ULC_VFPRINTF_TRUE@am__objects_347 = unistdio/ulc-vfprintf.lo
1359 @LIBUNISTRING_COMPILE_UNISTDIO_ULC_VSNPRINTF_TRUE@am__objects_348 = unistdio/ulc-vsnprintf.lo
1360 @LIBUNISTRING_COMPILE_UNISTDIO_ULC_VSPRINTF_TRUE@am__objects_349 = unistdio/ulc-vsprintf.lo
1361 @LIBUNISTRING_COMPILE_UNISTR_U16_CHECK_TRUE@am__objects_350 = unistr/u16-check.lo
1362 @LIBUNISTRING_COMPILE_UNISTR_U16_CHR_TRUE@am__objects_351 =  \
1363 @LIBUNISTRING_COMPILE_UNISTR_U16_CHR_TRUE@      unistr/u16-chr.lo
1364 @LIBUNISTRING_COMPILE_UNISTR_U16_CMP_TRUE@am__objects_352 =  \
1365 @LIBUNISTRING_COMPILE_UNISTR_U16_CMP_TRUE@      unistr/u16-cmp.lo
1366 @LIBUNISTRING_COMPILE_UNISTR_U16_CMP2_TRUE@am__objects_353 =  \
1367 @LIBUNISTRING_COMPILE_UNISTR_U16_CMP2_TRUE@     unistr/u16-cmp2.lo
1368 @LIBUNISTRING_COMPILE_UNISTR_U16_CPY_TRUE@am__objects_354 =  \
1369 @LIBUNISTRING_COMPILE_UNISTR_U16_CPY_TRUE@      unistr/u16-cpy.lo
1370 @LIBUNISTRING_COMPILE_UNISTR_U16_CPY_ALLOC_TRUE@am__objects_355 = unistr/u16-cpy-alloc.lo
1371 @LIBUNISTRING_COMPILE_UNISTR_U16_ENDSWITH_TRUE@am__objects_356 = unistr/u16-endswith.lo
1372 @LIBUNISTRING_COMPILE_UNISTR_U16_MBLEN_TRUE@am__objects_357 = unistr/u16-mblen.lo
1373 @LIBUNISTRING_COMPILE_UNISTR_U16_MBSNLEN_TRUE@am__objects_358 = unistr/u16-mbsnlen.lo
1374 @LIBUNISTRING_COMPILE_UNISTR_U16_MBTOUC_TRUE@am__objects_359 = unistr/u16-mbtouc.lo \
1375 @LIBUNISTRING_COMPILE_UNISTR_U16_MBTOUC_TRUE@   unistr/u16-mbtouc-aux.lo
1376 @LIBUNISTRING_COMPILE_UNISTR_U16_MBTOUC_UNSAFE_TRUE@am__objects_360 = unistr/u16-mbtouc-unsafe.lo \
1377 @LIBUNISTRING_COMPILE_UNISTR_U16_MBTOUC_UNSAFE_TRUE@    unistr/u16-mbtouc-unsafe-aux.lo
1378 @LIBUNISTRING_COMPILE_UNISTR_U16_MBTOUCR_TRUE@am__objects_361 = unistr/u16-mbtoucr.lo
1379 @LIBUNISTRING_COMPILE_UNISTR_U16_MOVE_TRUE@am__objects_362 =  \
1380 @LIBUNISTRING_COMPILE_UNISTR_U16_MOVE_TRUE@     unistr/u16-move.lo
1381 @LIBUNISTRING_COMPILE_UNISTR_U16_NEXT_TRUE@am__objects_363 =  \
1382 @LIBUNISTRING_COMPILE_UNISTR_U16_NEXT_TRUE@     unistr/u16-next.lo
1383 @LIBUNISTRING_COMPILE_UNISTR_U16_PREV_TRUE@am__objects_364 =  \
1384 @LIBUNISTRING_COMPILE_UNISTR_U16_PREV_TRUE@     unistr/u16-prev.lo
1385 @LIBUNISTRING_COMPILE_UNISTR_U16_SET_TRUE@am__objects_365 =  \
1386 @LIBUNISTRING_COMPILE_UNISTR_U16_SET_TRUE@      unistr/u16-set.lo
1387 @LIBUNISTRING_COMPILE_UNISTR_U16_STARTSWITH_TRUE@am__objects_366 = unistr/u16-startswith.lo
1388 @LIBUNISTRING_COMPILE_UNISTR_U16_STPCPY_TRUE@am__objects_367 = unistr/u16-stpcpy.lo
1389 @LIBUNISTRING_COMPILE_UNISTR_U16_STPNCPY_TRUE@am__objects_368 = unistr/u16-stpncpy.lo
1390 @LIBUNISTRING_COMPILE_UNISTR_U16_STRCAT_TRUE@am__objects_369 = unistr/u16-strcat.lo
1391 @LIBUNISTRING_COMPILE_UNISTR_U16_STRCHR_TRUE@am__objects_370 = unistr/u16-strchr.lo
1392 @LIBUNISTRING_COMPILE_UNISTR_U16_STRCMP_TRUE@am__objects_371 = unistr/u16-strcmp.lo
1393 @LIBUNISTRING_COMPILE_UNISTR_U16_STRCOLL_TRUE@am__objects_372 = unistr/u16-strcoll.lo
1394 @LIBUNISTRING_COMPILE_UNISTR_U16_STRCPY_TRUE@am__objects_373 = unistr/u16-strcpy.lo
1395 @LIBUNISTRING_COMPILE_UNISTR_U16_STRCSPN_TRUE@am__objects_374 = unistr/u16-strcspn.lo
1396 @LIBUNISTRING_COMPILE_UNISTR_U16_STRDUP_TRUE@am__objects_375 = unistr/u16-strdup.lo
1397 @LIBUNISTRING_COMPILE_UNISTR_U16_STRLEN_TRUE@am__objects_376 = unistr/u16-strlen.lo
1398 @LIBUNISTRING_COMPILE_UNISTR_U16_STRMBLEN_TRUE@am__objects_377 = unistr/u16-strmblen.lo
1399 @LIBUNISTRING_COMPILE_UNISTR_U16_STRMBTOUC_TRUE@am__objects_378 = unistr/u16-strmbtouc.lo
1400 @LIBUNISTRING_COMPILE_UNISTR_U16_STRNCAT_TRUE@am__objects_379 = unistr/u16-strncat.lo
1401 @LIBUNISTRING_COMPILE_UNISTR_U16_STRNCMP_TRUE@am__objects_380 = unistr/u16-strncmp.lo
1402 @LIBUNISTRING_COMPILE_UNISTR_U16_STRNCPY_TRUE@am__objects_381 = unistr/u16-strncpy.lo
1403 @LIBUNISTRING_COMPILE_UNISTR_U16_STRNLEN_TRUE@am__objects_382 = unistr/u16-strnlen.lo
1404 @LIBUNISTRING_COMPILE_UNISTR_U16_STRPBRK_TRUE@am__objects_383 = unistr/u16-strpbrk.lo
1405 @LIBUNISTRING_COMPILE_UNISTR_U16_STRRCHR_TRUE@am__objects_384 = unistr/u16-strrchr.lo
1406 @LIBUNISTRING_COMPILE_UNISTR_U16_STRSPN_TRUE@am__objects_385 = unistr/u16-strspn.lo
1407 @LIBUNISTRING_COMPILE_UNISTR_U16_STRSTR_TRUE@am__objects_386 = unistr/u16-strstr.lo
1408 @LIBUNISTRING_COMPILE_UNISTR_U16_STRTOK_TRUE@am__objects_387 = unistr/u16-strtok.lo
1409 @LIBUNISTRING_COMPILE_UNISTR_U16_TO_U32_TRUE@am__objects_388 = unistr/u16-to-u32.lo
1410 @LIBUNISTRING_COMPILE_UNISTR_U16_TO_U8_TRUE@am__objects_389 = unistr/u16-to-u8.lo
1411 @LIBUNISTRING_COMPILE_UNISTR_U16_UCTOMB_TRUE@am__objects_390 = unistr/u16-uctomb.lo \
1412 @LIBUNISTRING_COMPILE_UNISTR_U16_UCTOMB_TRUE@   unistr/u16-uctomb-aux.lo
1413 @LIBUNISTRING_COMPILE_UNISTR_U32_CHECK_TRUE@am__objects_391 = unistr/u32-check.lo
1414 @LIBUNISTRING_COMPILE_UNISTR_U32_CHR_TRUE@am__objects_392 =  \
1415 @LIBUNISTRING_COMPILE_UNISTR_U32_CHR_TRUE@      unistr/u32-chr.lo
1416 @LIBUNISTRING_COMPILE_UNISTR_U32_CMP_TRUE@am__objects_393 =  \
1417 @LIBUNISTRING_COMPILE_UNISTR_U32_CMP_TRUE@      unistr/u32-cmp.lo
1418 @LIBUNISTRING_COMPILE_UNISTR_U32_CMP2_TRUE@am__objects_394 =  \
1419 @LIBUNISTRING_COMPILE_UNISTR_U32_CMP2_TRUE@     unistr/u32-cmp2.lo
1420 @LIBUNISTRING_COMPILE_UNISTR_U32_CPY_TRUE@am__objects_395 =  \
1421 @LIBUNISTRING_COMPILE_UNISTR_U32_CPY_TRUE@      unistr/u32-cpy.lo
1422 @LIBUNISTRING_COMPILE_UNISTR_U32_CPY_ALLOC_TRUE@am__objects_396 = unistr/u32-cpy-alloc.lo
1423 @LIBUNISTRING_COMPILE_UNISTR_U32_ENDSWITH_TRUE@am__objects_397 = unistr/u32-endswith.lo
1424 @LIBUNISTRING_COMPILE_UNISTR_U32_MBLEN_TRUE@am__objects_398 = unistr/u32-mblen.lo
1425 @LIBUNISTRING_COMPILE_UNISTR_U32_MBSNLEN_TRUE@am__objects_399 = unistr/u32-mbsnlen.lo
1426 @LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_TRUE@am__objects_400 = unistr/u32-mbtouc.lo
1427 @LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_UNSAFE_TRUE@am__objects_401 = unistr/u32-mbtouc-unsafe.lo
1428 @LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUCR_TRUE@am__objects_402 = unistr/u32-mbtoucr.lo
1429 @LIBUNISTRING_COMPILE_UNISTR_U32_MOVE_TRUE@am__objects_403 =  \
1430 @LIBUNISTRING_COMPILE_UNISTR_U32_MOVE_TRUE@     unistr/u32-move.lo
1431 @LIBUNISTRING_COMPILE_UNISTR_U32_NEXT_TRUE@am__objects_404 =  \
1432 @LIBUNISTRING_COMPILE_UNISTR_U32_NEXT_TRUE@     unistr/u32-next.lo
1433 @LIBUNISTRING_COMPILE_UNISTR_U32_PREV_TRUE@am__objects_405 =  \
1434 @LIBUNISTRING_COMPILE_UNISTR_U32_PREV_TRUE@     unistr/u32-prev.lo
1435 @LIBUNISTRING_COMPILE_UNISTR_U32_SET_TRUE@am__objects_406 =  \
1436 @LIBUNISTRING_COMPILE_UNISTR_U32_SET_TRUE@      unistr/u32-set.lo
1437 @LIBUNISTRING_COMPILE_UNISTR_U32_STARTSWITH_TRUE@am__objects_407 = unistr/u32-startswith.lo
1438 @LIBUNISTRING_COMPILE_UNISTR_U32_STPCPY_TRUE@am__objects_408 = unistr/u32-stpcpy.lo
1439 @LIBUNISTRING_COMPILE_UNISTR_U32_STPNCPY_TRUE@am__objects_409 = unistr/u32-stpncpy.lo
1440 @LIBUNISTRING_COMPILE_UNISTR_U32_STRCAT_TRUE@am__objects_410 = unistr/u32-strcat.lo
1441 @LIBUNISTRING_COMPILE_UNISTR_U32_STRCHR_TRUE@am__objects_411 = unistr/u32-strchr.lo
1442 @LIBUNISTRING_COMPILE_UNISTR_U32_STRCMP_TRUE@am__objects_412 = unistr/u32-strcmp.lo
1443 @LIBUNISTRING_COMPILE_UNISTR_U32_STRCOLL_TRUE@am__objects_413 = unistr/u32-strcoll.lo
1444 @LIBUNISTRING_COMPILE_UNISTR_U32_STRCPY_TRUE@am__objects_414 = unistr/u32-strcpy.lo
1445 @LIBUNISTRING_COMPILE_UNISTR_U32_STRCSPN_TRUE@am__objects_415 = unistr/u32-strcspn.lo
1446 @LIBUNISTRING_COMPILE_UNISTR_U32_STRDUP_TRUE@am__objects_416 = unistr/u32-strdup.lo
1447 @LIBUNISTRING_COMPILE_UNISTR_U32_STRLEN_TRUE@am__objects_417 = unistr/u32-strlen.lo
1448 @LIBUNISTRING_COMPILE_UNISTR_U32_STRMBLEN_TRUE@am__objects_418 = unistr/u32-strmblen.lo
1449 @LIBUNISTRING_COMPILE_UNISTR_U32_STRMBTOUC_TRUE@am__objects_419 = unistr/u32-strmbtouc.lo
1450 @LIBUNISTRING_COMPILE_UNISTR_U32_STRNCAT_TRUE@am__objects_420 = unistr/u32-strncat.lo
1451 @LIBUNISTRING_COMPILE_UNISTR_U32_STRNCMP_TRUE@am__objects_421 = unistr/u32-strncmp.lo
1452 @LIBUNISTRING_COMPILE_UNISTR_U32_STRNCPY_TRUE@am__objects_422 = unistr/u32-strncpy.lo
1453 @LIBUNISTRING_COMPILE_UNISTR_U32_STRNLEN_TRUE@am__objects_423 = unistr/u32-strnlen.lo
1454 @LIBUNISTRING_COMPILE_UNISTR_U32_STRPBRK_TRUE@am__objects_424 = unistr/u32-strpbrk.lo
1455 @LIBUNISTRING_COMPILE_UNISTR_U32_STRRCHR_TRUE@am__objects_425 = unistr/u32-strrchr.lo
1456 @LIBUNISTRING_COMPILE_UNISTR_U32_STRSPN_TRUE@am__objects_426 = unistr/u32-strspn.lo
1457 @LIBUNISTRING_COMPILE_UNISTR_U32_STRSTR_TRUE@am__objects_427 = unistr/u32-strstr.lo
1458 @LIBUNISTRING_COMPILE_UNISTR_U32_STRTOK_TRUE@am__objects_428 = unistr/u32-strtok.lo
1459 @LIBUNISTRING_COMPILE_UNISTR_U32_TO_U16_TRUE@am__objects_429 = unistr/u32-to-u16.lo
1460 @LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8_TRUE@am__objects_430 = unistr/u32-to-u8.lo
1461 @LIBUNISTRING_COMPILE_UNISTR_U32_UCTOMB_TRUE@am__objects_431 = unistr/u32-uctomb.lo
1462 @LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_TRUE@am__objects_432 =  \
1463 @LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_TRUE@     unistr/u8-check.lo
1464 @LIBUNISTRING_COMPILE_UNISTR_U8_CHR_TRUE@am__objects_433 =  \
1465 @LIBUNISTRING_COMPILE_UNISTR_U8_CHR_TRUE@       unistr/u8-chr.lo
1466 @LIBUNISTRING_COMPILE_UNISTR_U8_CMP_TRUE@am__objects_434 =  \
1467 @LIBUNISTRING_COMPILE_UNISTR_U8_CMP_TRUE@       unistr/u8-cmp.lo
1468 @LIBUNISTRING_COMPILE_UNISTR_U8_CMP2_TRUE@am__objects_435 =  \
1469 @LIBUNISTRING_COMPILE_UNISTR_U8_CMP2_TRUE@      unistr/u8-cmp2.lo
1470 @LIBUNISTRING_COMPILE_UNISTR_U8_CPY_TRUE@am__objects_436 =  \
1471 @LIBUNISTRING_COMPILE_UNISTR_U8_CPY_TRUE@       unistr/u8-cpy.lo
1472 @LIBUNISTRING_COMPILE_UNISTR_U8_CPY_ALLOC_TRUE@am__objects_437 = unistr/u8-cpy-alloc.lo
1473 @LIBUNISTRING_COMPILE_UNISTR_U8_ENDSWITH_TRUE@am__objects_438 = unistr/u8-endswith.lo
1474 @LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_TRUE@am__objects_439 =  \
1475 @LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_TRUE@     unistr/u8-mblen.lo
1476 @LIBUNISTRING_COMPILE_UNISTR_U8_MBSNLEN_TRUE@am__objects_440 = unistr/u8-mbsnlen.lo
1477 @LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_TRUE@am__objects_441 = unistr/u8-mbtouc.lo \
1478 @LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_TRUE@    unistr/u8-mbtouc-aux.lo
1479 @LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_TRUE@am__objects_442 = unistr/u8-mbtouc-unsafe.lo \
1480 @LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_TRUE@     unistr/u8-mbtouc-unsafe-aux.lo
1481 @LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE@am__objects_443 = unistr/u8-mbtoucr.lo
1482 @LIBUNISTRING_COMPILE_UNISTR_U8_MOVE_TRUE@am__objects_444 =  \
1483 @LIBUNISTRING_COMPILE_UNISTR_U8_MOVE_TRUE@      unistr/u8-move.lo
1484 @LIBUNISTRING_COMPILE_UNISTR_U8_NEXT_TRUE@am__objects_445 =  \
1485 @LIBUNISTRING_COMPILE_UNISTR_U8_NEXT_TRUE@      unistr/u8-next.lo
1486 @LIBUNISTRING_COMPILE_UNISTR_U8_PREV_TRUE@am__objects_446 =  \
1487 @LIBUNISTRING_COMPILE_UNISTR_U8_PREV_TRUE@      unistr/u8-prev.lo
1488 @LIBUNISTRING_COMPILE_UNISTR_U8_SET_TRUE@am__objects_447 =  \
1489 @LIBUNISTRING_COMPILE_UNISTR_U8_SET_TRUE@       unistr/u8-set.lo
1490 @LIBUNISTRING_COMPILE_UNISTR_U8_STARTSWITH_TRUE@am__objects_448 = unistr/u8-startswith.lo
1491 @LIBUNISTRING_COMPILE_UNISTR_U8_STPCPY_TRUE@am__objects_449 = unistr/u8-stpcpy.lo
1492 @LIBUNISTRING_COMPILE_UNISTR_U8_STPNCPY_TRUE@am__objects_450 = unistr/u8-stpncpy.lo
1493 @LIBUNISTRING_COMPILE_UNISTR_U8_STRCAT_TRUE@am__objects_451 = unistr/u8-strcat.lo
1494 @LIBUNISTRING_COMPILE_UNISTR_U8_STRCHR_TRUE@am__objects_452 = unistr/u8-strchr.lo
1495 @LIBUNISTRING_COMPILE_UNISTR_U8_STRCMP_TRUE@am__objects_453 = unistr/u8-strcmp.lo
1496 @LIBUNISTRING_COMPILE_UNISTR_U8_STRCOLL_TRUE@am__objects_454 = unistr/u8-strcoll.lo
1497 @LIBUNISTRING_COMPILE_UNISTR_U8_STRCPY_TRUE@am__objects_455 = unistr/u8-strcpy.lo
1498 @LIBUNISTRING_COMPILE_UNISTR_U8_STRCSPN_TRUE@am__objects_456 = unistr/u8-strcspn.lo
1499 @LIBUNISTRING_COMPILE_UNISTR_U8_STRDUP_TRUE@am__objects_457 = unistr/u8-strdup.lo
1500 @LIBUNISTRING_COMPILE_UNISTR_U8_STRLEN_TRUE@am__objects_458 = unistr/u8-strlen.lo
1501 @LIBUNISTRING_COMPILE_UNISTR_U8_STRMBLEN_TRUE@am__objects_459 = unistr/u8-strmblen.lo
1502 @LIBUNISTRING_COMPILE_UNISTR_U8_STRMBTOUC_TRUE@am__objects_460 = unistr/u8-strmbtouc.lo
1503 @LIBUNISTRING_COMPILE_UNISTR_U8_STRNCAT_TRUE@am__objects_461 = unistr/u8-strncat.lo
1504 @LIBUNISTRING_COMPILE_UNISTR_U8_STRNCMP_TRUE@am__objects_462 = unistr/u8-strncmp.lo
1505 @LIBUNISTRING_COMPILE_UNISTR_U8_STRNCPY_TRUE@am__objects_463 = unistr/u8-strncpy.lo
1506 @LIBUNISTRING_COMPILE_UNISTR_U8_STRNLEN_TRUE@am__objects_464 = unistr/u8-strnlen.lo
1507 @LIBUNISTRING_COMPILE_UNISTR_U8_STRPBRK_TRUE@am__objects_465 = unistr/u8-strpbrk.lo
1508 @LIBUNISTRING_COMPILE_UNISTR_U8_STRRCHR_TRUE@am__objects_466 = unistr/u8-strrchr.lo
1509 @LIBUNISTRING_COMPILE_UNISTR_U8_STRSPN_TRUE@am__objects_467 = unistr/u8-strspn.lo
1510 @LIBUNISTRING_COMPILE_UNISTR_U8_STRSTR_TRUE@am__objects_468 = unistr/u8-strstr.lo
1511 @LIBUNISTRING_COMPILE_UNISTR_U8_STRTOK_TRUE@am__objects_469 = unistr/u8-strtok.lo
1512 @LIBUNISTRING_COMPILE_UNISTR_U8_TO_U16_TRUE@am__objects_470 = unistr/u8-to-u16.lo
1513 @LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32_TRUE@am__objects_471 = unistr/u8-to-u32.lo
1514 @LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE@am__objects_472 = unistr/u8-uctomb.lo \
1515 @LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE@    unistr/u8-uctomb-aux.lo
1516 @LIBUNISTRING_COMPILE_UNIWBRK_U16_WORDBREAKS_TRUE@am__objects_473 = uniwbrk/u16-wordbreaks.lo
1517 @LIBUNISTRING_COMPILE_UNIWBRK_U32_WORDBREAKS_TRUE@am__objects_474 = uniwbrk/u32-wordbreaks.lo
1518 @LIBUNISTRING_COMPILE_UNIWBRK_U8_WORDBREAKS_TRUE@am__objects_475 = uniwbrk/u8-wordbreaks.lo
1519 @LIBUNISTRING_COMPILE_UNIWBRK_ULC_WORDBREAKS_TRUE@am__objects_476 = uniwbrk/ulc-wordbreaks.lo
1520 @LIBUNISTRING_COMPILE_UNIWBRK_WORDBREAK_PROPERTY_TRUE@am__objects_477 = uniwbrk/wordbreak-property.lo
1521 @LIBUNISTRING_COMPILE_UNIWIDTH_U16_STRWIDTH_TRUE@am__objects_478 = uniwidth/u16-strwidth.lo
1522 @LIBUNISTRING_COMPILE_UNIWIDTH_U16_WIDTH_TRUE@am__objects_479 = uniwidth/u16-width.lo
1523 @LIBUNISTRING_COMPILE_UNIWIDTH_U32_STRWIDTH_TRUE@am__objects_480 = uniwidth/u32-strwidth.lo
1524 @LIBUNISTRING_COMPILE_UNIWIDTH_U32_WIDTH_TRUE@am__objects_481 = uniwidth/u32-width.lo
1525 @LIBUNISTRING_COMPILE_UNIWIDTH_U8_STRWIDTH_TRUE@am__objects_482 = uniwidth/u8-strwidth.lo
1526 @LIBUNISTRING_COMPILE_UNIWIDTH_U8_WIDTH_TRUE@am__objects_483 = uniwidth/u8-width.lo
1527 @LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE@am__objects_484 =  \
1528 @LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE@      uniwidth/width.lo
1529 @WOE32DLL_TRUE@am__objects_485 = ../woe32dll/unistring-exports.lo
1530 am_libunistring_la_OBJECTS = amemxfrm.lo c-ctype.lo c-strcasecmp.lo \
1531         c-strncasecmp.lo localcharset.lo localename.lo \
1532         glthread/lock.lo malloca.lo math.lo mbchar.lo mbiter.lo \
1533         mbsnlen.lo memcmp2.lo printf-frexp.lo printf-frexpl.lo \
1534         striconveh.lo striconveha.lo glthread/threadlib.lo \
1535         unicase/cased.lo $(am__objects_1) $(am__objects_2) \
1536         unicase/ignorable.lo $(am__objects_3) \
1537         unicase/special-casing.lo unicase/tocasefold.lo \
1538         $(am__objects_4) $(am__objects_5) $(am__objects_6) \
1539         $(am__objects_7) $(am__objects_8) $(am__objects_9) \
1540         unicase/u16-casemap.lo $(am__objects_10) $(am__objects_11) \
1541         $(am__objects_12) $(am__objects_13) $(am__objects_14) \
1542         $(am__objects_15) $(am__objects_16) \
1543         unicase/u16-is-invariant.lo $(am__objects_17) \
1544         $(am__objects_18) $(am__objects_19) $(am__objects_20) \
1545         $(am__objects_21) $(am__objects_22) $(am__objects_23) \
1546         $(am__objects_24) $(am__objects_25) unicase/u32-casemap.lo \
1547         $(am__objects_26) $(am__objects_27) $(am__objects_28) \
1548         $(am__objects_29) $(am__objects_30) $(am__objects_31) \
1549         $(am__objects_32) unicase/u32-is-invariant.lo \
1550         $(am__objects_33) $(am__objects_34) $(am__objects_35) \
1551         $(am__objects_36) $(am__objects_37) $(am__objects_38) \
1552         $(am__objects_39) $(am__objects_40) $(am__objects_41) \
1553         unicase/u8-casemap.lo $(am__objects_42) $(am__objects_43) \
1554         $(am__objects_44) $(am__objects_45) $(am__objects_46) \
1555         $(am__objects_47) $(am__objects_48) unicase/u8-is-invariant.lo \
1556         $(am__objects_49) $(am__objects_50) $(am__objects_51) \
1557         $(am__objects_52) $(am__objects_53) $(am__objects_54) \
1558         $(am__objects_55) $(am__objects_56) $(am__objects_57) \
1559         $(am__objects_58) $(am__objects_59) $(am__objects_60) \
1560         $(am__objects_61) $(am__objects_62) $(am__objects_63) \
1561         $(am__objects_64) $(am__objects_65) $(am__objects_66) \
1562         $(am__objects_67) $(am__objects_68) $(am__objects_69) \
1563         $(am__objects_70) $(am__objects_71) $(am__objects_72) \
1564         $(am__objects_73) $(am__objects_74) $(am__objects_75) \
1565         $(am__objects_76) $(am__objects_77) $(am__objects_78) \
1566         $(am__objects_79) $(am__objects_80) $(am__objects_81) \
1567         $(am__objects_82) $(am__objects_83) $(am__objects_84) \
1568         $(am__objects_85) $(am__objects_86) $(am__objects_87) \
1569         $(am__objects_88) $(am__objects_89) $(am__objects_90) \
1570         $(am__objects_91) $(am__objects_92) $(am__objects_93) \
1571         $(am__objects_94) $(am__objects_95) $(am__objects_96) \
1572         $(am__objects_97) $(am__objects_98) $(am__objects_99) \
1573         $(am__objects_100) $(am__objects_101) $(am__objects_102) \
1574         $(am__objects_103) $(am__objects_104) $(am__objects_105) \
1575         $(am__objects_106) $(am__objects_107) $(am__objects_108) \
1576         $(am__objects_109) $(am__objects_110) $(am__objects_111) \
1577         $(am__objects_112) $(am__objects_113) $(am__objects_114) \
1578         $(am__objects_115) $(am__objects_116) $(am__objects_117) \
1579         $(am__objects_118) $(am__objects_119) $(am__objects_120) \
1580         $(am__objects_121) $(am__objects_122) $(am__objects_123) \
1581         $(am__objects_124) $(am__objects_125) $(am__objects_126) \
1582         $(am__objects_127) $(am__objects_128) $(am__objects_129) \
1583         $(am__objects_130) $(am__objects_131) $(am__objects_132) \
1584         $(am__objects_133) $(am__objects_134) $(am__objects_135) \
1585         $(am__objects_136) $(am__objects_137) $(am__objects_138) \
1586         $(am__objects_139) $(am__objects_140) $(am__objects_141) \
1587         $(am__objects_142) $(am__objects_143) $(am__objects_144) \
1588         $(am__objects_145) $(am__objects_146) $(am__objects_147) \
1589         $(am__objects_148) $(am__objects_149) $(am__objects_150) \
1590         $(am__objects_151) $(am__objects_152) $(am__objects_153) \
1591         $(am__objects_154) $(am__objects_155) $(am__objects_156) \
1592         $(am__objects_157) $(am__objects_158) $(am__objects_159) \
1593         $(am__objects_160) $(am__objects_161) $(am__objects_162) \
1594         $(am__objects_163) $(am__objects_164) $(am__objects_165) \
1595         $(am__objects_166) $(am__objects_167) $(am__objects_168) \
1596         $(am__objects_169) $(am__objects_170) $(am__objects_171) \
1597         $(am__objects_172) $(am__objects_173) $(am__objects_174) \
1598         $(am__objects_175) $(am__objects_176) $(am__objects_177) \
1599         $(am__objects_178) $(am__objects_179) $(am__objects_180) \
1600         $(am__objects_181) $(am__objects_182) $(am__objects_183) \
1601         $(am__objects_184) $(am__objects_185) $(am__objects_186) \
1602         $(am__objects_187) $(am__objects_188) $(am__objects_189) \
1603         $(am__objects_190) $(am__objects_191) $(am__objects_192) \
1604         $(am__objects_193) $(am__objects_194) $(am__objects_195) \
1605         $(am__objects_196) $(am__objects_197) $(am__objects_198) \
1606         $(am__objects_199) $(am__objects_200) $(am__objects_201) \
1607         $(am__objects_202) $(am__objects_203) $(am__objects_204) \
1608         $(am__objects_205) $(am__objects_206) $(am__objects_207) \
1609         $(am__objects_208) $(am__objects_209) $(am__objects_210) \
1610         $(am__objects_211) $(am__objects_212) $(am__objects_213) \
1611         $(am__objects_214) $(am__objects_215) $(am__objects_216) \
1612         $(am__objects_217) $(am__objects_218) $(am__objects_219) \
1613         $(am__objects_220) $(am__objects_221) $(am__objects_222) \
1614         $(am__objects_223) $(am__objects_224) $(am__objects_225) \
1615         $(am__objects_226) $(am__objects_227) $(am__objects_228) \
1616         $(am__objects_229) $(am__objects_230) $(am__objects_231) \
1617         $(am__objects_232) $(am__objects_233) $(am__objects_234) \
1618         $(am__objects_235) $(am__objects_236) $(am__objects_237) \
1619         $(am__objects_238) $(am__objects_239) $(am__objects_240) \
1620         $(am__objects_241) $(am__objects_242) $(am__objects_243) \
1621         $(am__objects_244) $(am__objects_245) $(am__objects_246) \
1622         $(am__objects_247) $(am__objects_248) $(am__objects_249) \
1623         $(am__objects_250) $(am__objects_251) $(am__objects_252) \
1624         $(am__objects_253) $(am__objects_254) $(am__objects_255) \
1625         $(am__objects_256) $(am__objects_257) $(am__objects_258) \
1626         $(am__objects_259) $(am__objects_260) $(am__objects_261) \
1627         unilbrk/lbrktables.lo $(am__objects_262) $(am__objects_263) \
1628         $(am__objects_264) $(am__objects_265) $(am__objects_266) \
1629         $(am__objects_267) unilbrk/ulc-common.lo $(am__objects_268) \
1630         $(am__objects_269) $(am__objects_270) $(am__objects_271) \
1631         uninorm/compat-decomposition.lo $(am__objects_272) \
1632         uninorm/decompose-internal.lo $(am__objects_273) \
1633         $(am__objects_274) uninorm/decomposition-table.lo \
1634         $(am__objects_275) $(am__objects_276) $(am__objects_277) \
1635         $(am__objects_278) $(am__objects_279) $(am__objects_280) \
1636         $(am__objects_281) $(am__objects_282) $(am__objects_283) \
1637         $(am__objects_284) $(am__objects_285) $(am__objects_286) \
1638         $(am__objects_287) $(am__objects_288) $(am__objects_289) \
1639         $(am__objects_290) $(am__objects_291) unistd.lo \
1640         unistdio/u-printf-args.lo $(am__objects_292) \
1641         $(am__objects_293) unistdio/u16-printf-parse.lo \
1642         $(am__objects_294) $(am__objects_295) $(am__objects_296) \
1643         $(am__objects_297) $(am__objects_298) $(am__objects_299) \
1644         $(am__objects_300) $(am__objects_301) $(am__objects_302) \
1645         $(am__objects_303) $(am__objects_304) $(am__objects_305) \
1646         $(am__objects_306) $(am__objects_307) $(am__objects_308) \
1647         $(am__objects_309) unistdio/u32-printf-parse.lo \
1648         $(am__objects_310) $(am__objects_311) $(am__objects_312) \
1649         $(am__objects_313) $(am__objects_314) $(am__objects_315) \
1650         $(am__objects_316) $(am__objects_317) $(am__objects_318) \
1651         $(am__objects_319) $(am__objects_320) $(am__objects_321) \
1652         $(am__objects_322) $(am__objects_323) $(am__objects_324) \
1653         $(am__objects_325) unistdio/u8-printf-parse.lo \
1654         $(am__objects_326) $(am__objects_327) $(am__objects_328) \
1655         $(am__objects_329) $(am__objects_330) $(am__objects_331) \
1656         $(am__objects_332) $(am__objects_333) $(am__objects_334) \
1657         $(am__objects_335) $(am__objects_336) $(am__objects_337) \
1658         $(am__objects_338) $(am__objects_339) $(am__objects_340) \
1659         $(am__objects_341) $(am__objects_342) \
1660         unistdio/ulc-printf-parse.lo $(am__objects_343) \
1661         $(am__objects_344) $(am__objects_345) $(am__objects_346) \
1662         $(am__objects_347) $(am__objects_348) $(am__objects_349) \
1663         $(am__objects_350) $(am__objects_351) $(am__objects_352) \
1664         $(am__objects_353) $(am__objects_354) $(am__objects_355) \
1665         $(am__objects_356) $(am__objects_357) $(am__objects_358) \
1666         $(am__objects_359) $(am__objects_360) $(am__objects_361) \
1667         $(am__objects_362) $(am__objects_363) $(am__objects_364) \
1668         $(am__objects_365) $(am__objects_366) $(am__objects_367) \
1669         $(am__objects_368) $(am__objects_369) $(am__objects_370) \
1670         $(am__objects_371) $(am__objects_372) $(am__objects_373) \
1671         $(am__objects_374) $(am__objects_375) $(am__objects_376) \
1672         $(am__objects_377) $(am__objects_378) $(am__objects_379) \
1673         $(am__objects_380) $(am__objects_381) $(am__objects_382) \
1674         $(am__objects_383) $(am__objects_384) $(am__objects_385) \
1675         $(am__objects_386) $(am__objects_387) $(am__objects_388) \
1676         $(am__objects_389) $(am__objects_390) $(am__objects_391) \
1677         $(am__objects_392) $(am__objects_393) $(am__objects_394) \
1678         $(am__objects_395) $(am__objects_396) $(am__objects_397) \
1679         $(am__objects_398) $(am__objects_399) $(am__objects_400) \
1680         $(am__objects_401) $(am__objects_402) $(am__objects_403) \
1681         $(am__objects_404) $(am__objects_405) $(am__objects_406) \
1682         $(am__objects_407) $(am__objects_408) $(am__objects_409) \
1683         $(am__objects_410) $(am__objects_411) $(am__objects_412) \
1684         $(am__objects_413) $(am__objects_414) $(am__objects_415) \
1685         $(am__objects_416) $(am__objects_417) $(am__objects_418) \
1686         $(am__objects_419) $(am__objects_420) $(am__objects_421) \
1687         $(am__objects_422) $(am__objects_423) $(am__objects_424) \
1688         $(am__objects_425) $(am__objects_426) $(am__objects_427) \
1689         $(am__objects_428) $(am__objects_429) $(am__objects_430) \
1690         $(am__objects_431) $(am__objects_432) $(am__objects_433) \
1691         $(am__objects_434) $(am__objects_435) $(am__objects_436) \
1692         $(am__objects_437) $(am__objects_438) $(am__objects_439) \
1693         $(am__objects_440) $(am__objects_441) $(am__objects_442) \
1694         $(am__objects_443) $(am__objects_444) $(am__objects_445) \
1695         $(am__objects_446) $(am__objects_447) $(am__objects_448) \
1696         $(am__objects_449) $(am__objects_450) $(am__objects_451) \
1697         $(am__objects_452) $(am__objects_453) $(am__objects_454) \
1698         $(am__objects_455) $(am__objects_456) $(am__objects_457) \
1699         $(am__objects_458) $(am__objects_459) $(am__objects_460) \
1700         $(am__objects_461) $(am__objects_462) $(am__objects_463) \
1701         $(am__objects_464) $(am__objects_465) $(am__objects_466) \
1702         $(am__objects_467) $(am__objects_468) $(am__objects_469) \
1703         $(am__objects_470) $(am__objects_471) $(am__objects_472) \
1704         uniwbrk/wbrktable.lo $(am__objects_473) $(am__objects_474) \
1705         $(am__objects_475) $(am__objects_476) $(am__objects_477) \
1706         $(am__objects_478) $(am__objects_479) $(am__objects_480) \
1707         $(am__objects_481) $(am__objects_482) $(am__objects_483) \
1708         $(am__objects_484) wctype-h.lo xsize.lo version.lo \
1709         $(am__objects_485)
1710 libunistring_la_OBJECTS = $(am_libunistring_la_OBJECTS)
1711 AM_V_lt = $(am__v_lt_@AM_V@)
1712 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
1713 am__v_lt_0 = --silent
1714 am__v_lt_1 = 
1715 libunistring_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
1716         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
1717         $(AM_CFLAGS) $(CFLAGS) $(libunistring_la_LDFLAGS) $(LDFLAGS) \
1718         -o $@
1719 AM_V_P = $(am__v_P_@AM_V@)
1720 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
1721 am__v_P_0 = false
1722 am__v_P_1 = :
1723 AM_V_GEN = $(am__v_GEN_@AM_V@)
1724 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
1725 am__v_GEN_0 = @echo "  GEN     " $@;
1726 am__v_GEN_1 = 
1727 AM_V_at = $(am__v_at_@AM_V@)
1728 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1729 am__v_at_0 = @
1730 am__v_at_1 = 
1731 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
1732 depcomp =
1733 am__depfiles_maybe =
1734 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
1735         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1736 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
1737         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
1738         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
1739         $(AM_CFLAGS) $(CFLAGS)
1740 AM_V_CC = $(am__v_CC_@AM_V@)
1741 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
1742 am__v_CC_0 = @echo "  CC      " $@;
1743 am__v_CC_1 = 
1744 CCLD = $(CC)
1745 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
1746         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
1747         $(AM_LDFLAGS) $(LDFLAGS) -o $@
1748 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
1749 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
1750 am__v_CCLD_0 = @echo "  CCLD    " $@;
1751 am__v_CCLD_1 = 
1752 SOURCES = $(libunistring_la_SOURCES) $(EXTRA_libunistring_la_SOURCES)
1753 DIST_SOURCES = $(am__libunistring_la_SOURCES_DIST) \
1754         $(EXTRA_libunistring_la_SOURCES)
1755 am__can_run_installinfo = \
1756   case $$AM_UPDATE_INFO_DIR in \
1757     n|no|NO) false;; \
1758     *) (install-info --version) >/dev/null 2>&1;; \
1759   esac
1760 HEADERS = $(nobase_include_HEADERS) $(nobase_nodist_include_HEADERS) \
1761         $(noinst_HEADERS)
1762 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
1763 # Read a list of newline-separated strings from the standard input,
1764 # and print each of them once, without duplicates.  Input order is
1765 # *not* preserved.
1766 am__uniquify_input = $(AWK) '\
1767   BEGIN { nonempty = 0; } \
1768   { items[$$0] = 1; nonempty = 1; } \
1769   END { if (nonempty) { for (i in items) print i; }; } \
1770 '
1771 # Make sure the list of sources is unique.  This is necessary because,
1772 # e.g., the same source file might be shared among _SOURCES variables
1773 # for different programs/libraries.
1774 am__define_uniq_tagged_files = \
1775   list='$(am__tagged_files)'; \
1776   unique=`for i in $$list; do \
1777     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1778   done | $(am__uniquify_input)`
1779 ETAGS = etags
1780 CTAGS = ctags
1781 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1782 pkglibexecdir = @pkglibexecdir@
1783 ACLOCAL = @ACLOCAL@
1784 ALLOCA = @ALLOCA@
1785 ALLOCA_H = @ALLOCA_H@
1786 AMTAR = @AMTAR@
1787 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1788 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
1789 AR = @AR@
1790 ARFLAGS = @ARFLAGS@
1791 AS = @AS@
1792 AUTOCONF = @AUTOCONF@
1793 AUTOHEADER = @AUTOHEADER@
1794 AUTOMAKE = @AUTOMAKE@
1795 AWK = @AWK@
1796 BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
1797 BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
1798 BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
1799 BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
1800 BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
1801 CC = @CC@
1802 CCDEPMODE = @CCDEPMODE@
1803 CFLAGS = @CFLAGS@
1804 CPP = @CPP@
1805 CPPFLAGS = @CPPFLAGS@
1806 CYGPATH_W = @CYGPATH_W@
1807 DEFS = @DEFS@ -DNO_XMALLOC
1808 DEPDIR = @DEPDIR@
1809 DLLTOOL = @DLLTOOL@
1810 DLL_VARIABLE = @DLL_VARIABLE@
1811 DSYMUTIL = @DSYMUTIL@
1812 DUMPBIN = @DUMPBIN@
1813 DVIPS = @DVIPS@
1814 ECHO_C = @ECHO_C@
1815 ECHO_N = @ECHO_N@
1816 ECHO_T = @ECHO_T@
1817 EGREP = @EGREP@
1818 EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@
1819 EMULTIHOP_VALUE = @EMULTIHOP_VALUE@
1820 ENOLINK_HIDDEN = @ENOLINK_HIDDEN@
1821 ENOLINK_VALUE = @ENOLINK_VALUE@
1822 EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@
1823 EOVERFLOW_VALUE = @EOVERFLOW_VALUE@
1824 ERRNO_H = @ERRNO_H@
1825 EXEEXT = @EXEEXT@
1826 FGREP = @FGREP@
1827 FLOAT_H = @FLOAT_H@
1828 GLIBC21 = @GLIBC21@
1829 GLOBAL_SYMBOL_PIPE = @GLOBAL_SYMBOL_PIPE@
1830 GNULIB_ACOSF = @GNULIB_ACOSF@
1831 GNULIB_ACOSL = @GNULIB_ACOSL@
1832 GNULIB_ASINF = @GNULIB_ASINF@
1833 GNULIB_ASINL = @GNULIB_ASINL@
1834 GNULIB_ATAN2F = @GNULIB_ATAN2F@
1835 GNULIB_ATANF = @GNULIB_ATANF@
1836 GNULIB_ATANL = @GNULIB_ATANL@
1837 GNULIB_ATOLL = @GNULIB_ATOLL@
1838 GNULIB_BTOWC = @GNULIB_BTOWC@
1839 GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
1840 GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@
1841 GNULIB_CBRT = @GNULIB_CBRT@
1842 GNULIB_CBRTF = @GNULIB_CBRTF@
1843 GNULIB_CBRTL = @GNULIB_CBRTL@
1844 GNULIB_CEIL = @GNULIB_CEIL@
1845 GNULIB_CEILF = @GNULIB_CEILF@
1846 GNULIB_CEILL = @GNULIB_CEILL@
1847 GNULIB_CHDIR = @GNULIB_CHDIR@
1848 GNULIB_CHOWN = @GNULIB_CHOWN@
1849 GNULIB_CLOSE = @GNULIB_CLOSE@
1850 GNULIB_COPYSIGN = @GNULIB_COPYSIGN@
1851 GNULIB_COPYSIGNF = @GNULIB_COPYSIGNF@
1852 GNULIB_COPYSIGNL = @GNULIB_COPYSIGNL@
1853 GNULIB_COSF = @GNULIB_COSF@
1854 GNULIB_COSHF = @GNULIB_COSHF@
1855 GNULIB_COSL = @GNULIB_COSL@
1856 GNULIB_DPRINTF = @GNULIB_DPRINTF@
1857 GNULIB_DUP = @GNULIB_DUP@
1858 GNULIB_DUP2 = @GNULIB_DUP2@
1859 GNULIB_DUP3 = @GNULIB_DUP3@
1860 GNULIB_DUPLOCALE = @GNULIB_DUPLOCALE@
1861 GNULIB_ENVIRON = @GNULIB_ENVIRON@
1862 GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
1863 GNULIB_EXP2 = @GNULIB_EXP2@
1864 GNULIB_EXP2F = @GNULIB_EXP2F@
1865 GNULIB_EXP2L = @GNULIB_EXP2L@
1866 GNULIB_EXPF = @GNULIB_EXPF@
1867 GNULIB_EXPL = @GNULIB_EXPL@
1868 GNULIB_EXPM1 = @GNULIB_EXPM1@
1869 GNULIB_EXPM1F = @GNULIB_EXPM1F@
1870 GNULIB_EXPM1L = @GNULIB_EXPM1L@
1871 GNULIB_FABSF = @GNULIB_FABSF@
1872 GNULIB_FABSL = @GNULIB_FABSL@
1873 GNULIB_FACCESSAT = @GNULIB_FACCESSAT@
1874 GNULIB_FCHDIR = @GNULIB_FCHDIR@
1875 GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@
1876 GNULIB_FCLOSE = @GNULIB_FCLOSE@
1877 GNULIB_FDATASYNC = @GNULIB_FDATASYNC@
1878 GNULIB_FDOPEN = @GNULIB_FDOPEN@
1879 GNULIB_FFLUSH = @GNULIB_FFLUSH@
1880 GNULIB_FFSL = @GNULIB_FFSL@
1881 GNULIB_FFSLL = @GNULIB_FFSLL@
1882 GNULIB_FGETC = @GNULIB_FGETC@
1883 GNULIB_FGETS = @GNULIB_FGETS@
1884 GNULIB_FLOOR = @GNULIB_FLOOR@
1885 GNULIB_FLOORF = @GNULIB_FLOORF@
1886 GNULIB_FLOORL = @GNULIB_FLOORL@
1887 GNULIB_FMA = @GNULIB_FMA@
1888 GNULIB_FMAF = @GNULIB_FMAF@
1889 GNULIB_FMAL = @GNULIB_FMAL@
1890 GNULIB_FMOD = @GNULIB_FMOD@
1891 GNULIB_FMODF = @GNULIB_FMODF@
1892 GNULIB_FMODL = @GNULIB_FMODL@
1893 GNULIB_FOPEN = @GNULIB_FOPEN@
1894 GNULIB_FPRINTF = @GNULIB_FPRINTF@
1895 GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
1896 GNULIB_FPURGE = @GNULIB_FPURGE@
1897 GNULIB_FPUTC = @GNULIB_FPUTC@
1898 GNULIB_FPUTS = @GNULIB_FPUTS@
1899 GNULIB_FREAD = @GNULIB_FREAD@
1900 GNULIB_FREOPEN = @GNULIB_FREOPEN@
1901 GNULIB_FREXP = @GNULIB_FREXP@
1902 GNULIB_FREXPF = @GNULIB_FREXPF@
1903 GNULIB_FREXPL = @GNULIB_FREXPL@
1904 GNULIB_FSCANF = @GNULIB_FSCANF@
1905 GNULIB_FSEEK = @GNULIB_FSEEK@
1906 GNULIB_FSEEKO = @GNULIB_FSEEKO@
1907 GNULIB_FSYNC = @GNULIB_FSYNC@
1908 GNULIB_FTELL = @GNULIB_FTELL@
1909 GNULIB_FTELLO = @GNULIB_FTELLO@
1910 GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
1911 GNULIB_FWRITE = @GNULIB_FWRITE@
1912 GNULIB_GETC = @GNULIB_GETC@
1913 GNULIB_GETCHAR = @GNULIB_GETCHAR@
1914 GNULIB_GETCWD = @GNULIB_GETCWD@
1915 GNULIB_GETDELIM = @GNULIB_GETDELIM@
1916 GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
1917 GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
1918 GNULIB_GETGROUPS = @GNULIB_GETGROUPS@
1919 GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
1920 GNULIB_GETLINE = @GNULIB_GETLINE@
1921 GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@
1922 GNULIB_GETLOGIN = @GNULIB_GETLOGIN@
1923 GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
1924 GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
1925 GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
1926 GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
1927 GNULIB_GRANTPT = @GNULIB_GRANTPT@
1928 GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@
1929 GNULIB_HYPOT = @GNULIB_HYPOT@
1930 GNULIB_HYPOTF = @GNULIB_HYPOTF@
1931 GNULIB_HYPOTL = @GNULIB_HYPOTL@
1932 GNULIB_ICONV = @GNULIB_ICONV@
1933 GNULIB_ILOGB = @GNULIB_ILOGB@
1934 GNULIB_ILOGBF = @GNULIB_ILOGBF@
1935 GNULIB_ILOGBL = @GNULIB_ILOGBL@
1936 GNULIB_IMAXABS = @GNULIB_IMAXABS@
1937 GNULIB_IMAXDIV = @GNULIB_IMAXDIV@
1938 GNULIB_ISATTY = @GNULIB_ISATTY@
1939 GNULIB_ISFINITE = @GNULIB_ISFINITE@
1940 GNULIB_ISINF = @GNULIB_ISINF@
1941 GNULIB_ISNAN = @GNULIB_ISNAN@
1942 GNULIB_ISNAND = @GNULIB_ISNAND@
1943 GNULIB_ISNANF = @GNULIB_ISNANF@
1944 GNULIB_ISNANL = @GNULIB_ISNANL@
1945 GNULIB_ISWBLANK = @GNULIB_ISWBLANK@
1946 GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@
1947 GNULIB_LCHOWN = @GNULIB_LCHOWN@
1948 GNULIB_LDEXPF = @GNULIB_LDEXPF@
1949 GNULIB_LDEXPL = @GNULIB_LDEXPL@
1950 GNULIB_LINK = @GNULIB_LINK@
1951 GNULIB_LINKAT = @GNULIB_LINKAT@
1952 GNULIB_LOCALECONV = @GNULIB_LOCALECONV@
1953 GNULIB_LOG = @GNULIB_LOG@
1954 GNULIB_LOG10 = @GNULIB_LOG10@
1955 GNULIB_LOG10F = @GNULIB_LOG10F@
1956 GNULIB_LOG10L = @GNULIB_LOG10L@
1957 GNULIB_LOG1P = @GNULIB_LOG1P@
1958 GNULIB_LOG1PF = @GNULIB_LOG1PF@
1959 GNULIB_LOG1PL = @GNULIB_LOG1PL@
1960 GNULIB_LOG2 = @GNULIB_LOG2@
1961 GNULIB_LOG2F = @GNULIB_LOG2F@
1962 GNULIB_LOG2L = @GNULIB_LOG2L@
1963 GNULIB_LOGB = @GNULIB_LOGB@
1964 GNULIB_LOGBF = @GNULIB_LOGBF@
1965 GNULIB_LOGBL = @GNULIB_LOGBL@
1966 GNULIB_LOGF = @GNULIB_LOGF@
1967 GNULIB_LOGL = @GNULIB_LOGL@
1968 GNULIB_LSEEK = @GNULIB_LSEEK@
1969 GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
1970 GNULIB_MBRLEN = @GNULIB_MBRLEN@
1971 GNULIB_MBRTOWC = @GNULIB_MBRTOWC@
1972 GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
1973 GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
1974 GNULIB_MBSCHR = @GNULIB_MBSCHR@
1975 GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
1976 GNULIB_MBSINIT = @GNULIB_MBSINIT@
1977 GNULIB_MBSLEN = @GNULIB_MBSLEN@
1978 GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
1979 GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
1980 GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@
1981 GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
1982 GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
1983 GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
1984 GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@
1985 GNULIB_MBSSEP = @GNULIB_MBSSEP@
1986 GNULIB_MBSSPN = @GNULIB_MBSSPN@
1987 GNULIB_MBSSTR = @GNULIB_MBSSTR@
1988 GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
1989 GNULIB_MBTOWC = @GNULIB_MBTOWC@
1990 GNULIB_MEMCHR = @GNULIB_MEMCHR@
1991 GNULIB_MEMMEM = @GNULIB_MEMMEM@
1992 GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
1993 GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
1994 GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
1995 GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@
1996 GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@
1997 GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
1998 GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@
1999 GNULIB_MODF = @GNULIB_MODF@
2000 GNULIB_MODFF = @GNULIB_MODFF@
2001 GNULIB_MODFL = @GNULIB_MODFL@
2002 GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@
2003 GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@
2004 GNULIB_PCLOSE = @GNULIB_PCLOSE@
2005 GNULIB_PERROR = @GNULIB_PERROR@
2006 GNULIB_PIPE = @GNULIB_PIPE@
2007 GNULIB_PIPE2 = @GNULIB_PIPE2@
2008 GNULIB_POPEN = @GNULIB_POPEN@
2009 GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@
2010 GNULIB_POWF = @GNULIB_POWF@
2011 GNULIB_PREAD = @GNULIB_PREAD@
2012 GNULIB_PRINTF = @GNULIB_PRINTF@
2013 GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
2014 GNULIB_PTSNAME = @GNULIB_PTSNAME@
2015 GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@
2016 GNULIB_PUTC = @GNULIB_PUTC@
2017 GNULIB_PUTCHAR = @GNULIB_PUTCHAR@
2018 GNULIB_PUTENV = @GNULIB_PUTENV@
2019 GNULIB_PUTS = @GNULIB_PUTS@
2020 GNULIB_PWRITE = @GNULIB_PWRITE@
2021 GNULIB_RANDOM = @GNULIB_RANDOM@
2022 GNULIB_RANDOM_R = @GNULIB_RANDOM_R@
2023 GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
2024 GNULIB_READ = @GNULIB_READ@
2025 GNULIB_READLINK = @GNULIB_READLINK@
2026 GNULIB_READLINKAT = @GNULIB_READLINKAT@
2027 GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
2028 GNULIB_REALPATH = @GNULIB_REALPATH@
2029 GNULIB_REMAINDER = @GNULIB_REMAINDER@
2030 GNULIB_REMAINDERF = @GNULIB_REMAINDERF@
2031 GNULIB_REMAINDERL = @GNULIB_REMAINDERL@
2032 GNULIB_REMOVE = @GNULIB_REMOVE@
2033 GNULIB_RENAME = @GNULIB_RENAME@
2034 GNULIB_RENAMEAT = @GNULIB_RENAMEAT@
2035 GNULIB_RINT = @GNULIB_RINT@
2036 GNULIB_RINTF = @GNULIB_RINTF@
2037 GNULIB_RINTL = @GNULIB_RINTL@
2038 GNULIB_RMDIR = @GNULIB_RMDIR@
2039 GNULIB_ROUND = @GNULIB_ROUND@
2040 GNULIB_ROUNDF = @GNULIB_ROUNDF@
2041 GNULIB_ROUNDL = @GNULIB_ROUNDL@
2042 GNULIB_RPMATCH = @GNULIB_RPMATCH@
2043 GNULIB_SCANF = @GNULIB_SCANF@
2044 GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@
2045 GNULIB_SETENV = @GNULIB_SETENV@
2046 GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@
2047 GNULIB_SETLOCALE = @GNULIB_SETLOCALE@
2048 GNULIB_SIGNBIT = @GNULIB_SIGNBIT@
2049 GNULIB_SINF = @GNULIB_SINF@
2050 GNULIB_SINHF = @GNULIB_SINHF@
2051 GNULIB_SINL = @GNULIB_SINL@
2052 GNULIB_SLEEP = @GNULIB_SLEEP@
2053 GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
2054 GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
2055 GNULIB_SQRTF = @GNULIB_SQRTF@
2056 GNULIB_SQRTL = @GNULIB_SQRTL@
2057 GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@
2058 GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@
2059 GNULIB_STPCPY = @GNULIB_STPCPY@
2060 GNULIB_STPNCPY = @GNULIB_STPNCPY@
2061 GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
2062 GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
2063 GNULIB_STRDUP = @GNULIB_STRDUP@
2064 GNULIB_STRERROR = @GNULIB_STRERROR@
2065 GNULIB_STRERROR_R = @GNULIB_STRERROR_R@
2066 GNULIB_STRNCAT = @GNULIB_STRNCAT@
2067 GNULIB_STRNDUP = @GNULIB_STRNDUP@
2068 GNULIB_STRNLEN = @GNULIB_STRNLEN@
2069 GNULIB_STRPBRK = @GNULIB_STRPBRK@
2070 GNULIB_STRSEP = @GNULIB_STRSEP@
2071 GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
2072 GNULIB_STRSTR = @GNULIB_STRSTR@
2073 GNULIB_STRTOD = @GNULIB_STRTOD@
2074 GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@
2075 GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
2076 GNULIB_STRTOLL = @GNULIB_STRTOLL@
2077 GNULIB_STRTOULL = @GNULIB_STRTOULL@
2078 GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@
2079 GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
2080 GNULIB_SYMLINK = @GNULIB_SYMLINK@
2081 GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@
2082 GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@
2083 GNULIB_TANF = @GNULIB_TANF@
2084 GNULIB_TANHF = @GNULIB_TANHF@
2085 GNULIB_TANL = @GNULIB_TANL@
2086 GNULIB_TMPFILE = @GNULIB_TMPFILE@
2087 GNULIB_TOWCTRANS = @GNULIB_TOWCTRANS@
2088 GNULIB_TRUNC = @GNULIB_TRUNC@
2089 GNULIB_TRUNCF = @GNULIB_TRUNCF@
2090 GNULIB_TRUNCL = @GNULIB_TRUNCL@
2091 GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@
2092 GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@
2093 GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
2094 GNULIB_UNLINK = @GNULIB_UNLINK@
2095 GNULIB_UNLINKAT = @GNULIB_UNLINKAT@
2096 GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@
2097 GNULIB_UNSETENV = @GNULIB_UNSETENV@
2098 GNULIB_USLEEP = @GNULIB_USLEEP@
2099 GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
2100 GNULIB_VDPRINTF = @GNULIB_VDPRINTF@
2101 GNULIB_VFPRINTF = @GNULIB_VFPRINTF@
2102 GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
2103 GNULIB_VFSCANF = @GNULIB_VFSCANF@
2104 GNULIB_VPRINTF = @GNULIB_VPRINTF@
2105 GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
2106 GNULIB_VSCANF = @GNULIB_VSCANF@
2107 GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
2108 GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
2109 GNULIB_WCPCPY = @GNULIB_WCPCPY@
2110 GNULIB_WCPNCPY = @GNULIB_WCPNCPY@
2111 GNULIB_WCRTOMB = @GNULIB_WCRTOMB@
2112 GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@
2113 GNULIB_WCSCAT = @GNULIB_WCSCAT@
2114 GNULIB_WCSCHR = @GNULIB_WCSCHR@
2115 GNULIB_WCSCMP = @GNULIB_WCSCMP@
2116 GNULIB_WCSCOLL = @GNULIB_WCSCOLL@
2117 GNULIB_WCSCPY = @GNULIB_WCSCPY@
2118 GNULIB_WCSCSPN = @GNULIB_WCSCSPN@
2119 GNULIB_WCSDUP = @GNULIB_WCSDUP@
2120 GNULIB_WCSLEN = @GNULIB_WCSLEN@
2121 GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@
2122 GNULIB_WCSNCAT = @GNULIB_WCSNCAT@
2123 GNULIB_WCSNCMP = @GNULIB_WCSNCMP@
2124 GNULIB_WCSNCPY = @GNULIB_WCSNCPY@
2125 GNULIB_WCSNLEN = @GNULIB_WCSNLEN@
2126 GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@
2127 GNULIB_WCSPBRK = @GNULIB_WCSPBRK@
2128 GNULIB_WCSRCHR = @GNULIB_WCSRCHR@
2129 GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@
2130 GNULIB_WCSSPN = @GNULIB_WCSSPN@
2131 GNULIB_WCSSTR = @GNULIB_WCSSTR@
2132 GNULIB_WCSTOK = @GNULIB_WCSTOK@
2133 GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@
2134 GNULIB_WCSXFRM = @GNULIB_WCSXFRM@
2135 GNULIB_WCTOB = @GNULIB_WCTOB@
2136 GNULIB_WCTOMB = @GNULIB_WCTOMB@
2137 GNULIB_WCTRANS = @GNULIB_WCTRANS@
2138 GNULIB_WCTYPE = @GNULIB_WCTYPE@
2139 GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
2140 GNULIB_WMEMCHR = @GNULIB_WMEMCHR@
2141 GNULIB_WMEMCMP = @GNULIB_WMEMCMP@
2142 GNULIB_WMEMCPY = @GNULIB_WMEMCPY@
2143 GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@
2144 GNULIB_WMEMSET = @GNULIB_WMEMSET@
2145 GNULIB_WRITE = @GNULIB_WRITE@
2146 GNULIB__EXIT = @GNULIB__EXIT@
2147 GREP = @GREP@
2148 HAVE_ACOSF = @HAVE_ACOSF@
2149 HAVE_ACOSL = @HAVE_ACOSL@
2150 HAVE_ASINF = @HAVE_ASINF@
2151 HAVE_ASINL = @HAVE_ASINL@
2152 HAVE_ATAN2F = @HAVE_ATAN2F@
2153 HAVE_ATANF = @HAVE_ATANF@
2154 HAVE_ATANL = @HAVE_ATANL@
2155 HAVE_ATOLL = @HAVE_ATOLL@
2156 HAVE_BTOWC = @HAVE_BTOWC@
2157 HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@
2158 HAVE_CBRT = @HAVE_CBRT@
2159 HAVE_CBRTF = @HAVE_CBRTF@
2160 HAVE_CBRTL = @HAVE_CBRTL@
2161 HAVE_CHOWN = @HAVE_CHOWN@
2162 HAVE_COPYSIGN = @HAVE_COPYSIGN@
2163 HAVE_COPYSIGNL = @HAVE_COPYSIGNL@
2164 HAVE_COSF = @HAVE_COSF@
2165 HAVE_COSHF = @HAVE_COSHF@
2166 HAVE_COSL = @HAVE_COSL@
2167 HAVE_DECL_ACOSL = @HAVE_DECL_ACOSL@
2168 HAVE_DECL_ASINL = @HAVE_DECL_ASINL@
2169 HAVE_DECL_ATANL = @HAVE_DECL_ATANL@
2170 HAVE_DECL_CBRTF = @HAVE_DECL_CBRTF@
2171 HAVE_DECL_CBRTL = @HAVE_DECL_CBRTL@
2172 HAVE_DECL_CEILF = @HAVE_DECL_CEILF@
2173 HAVE_DECL_CEILL = @HAVE_DECL_CEILL@
2174 HAVE_DECL_COPYSIGNF = @HAVE_DECL_COPYSIGNF@
2175 HAVE_DECL_COSL = @HAVE_DECL_COSL@
2176 HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
2177 HAVE_DECL_EXP2 = @HAVE_DECL_EXP2@
2178 HAVE_DECL_EXP2F = @HAVE_DECL_EXP2F@
2179 HAVE_DECL_EXP2L = @HAVE_DECL_EXP2L@
2180 HAVE_DECL_EXPL = @HAVE_DECL_EXPL@
2181 HAVE_DECL_EXPM1L = @HAVE_DECL_EXPM1L@
2182 HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@
2183 HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@
2184 HAVE_DECL_FLOORF = @HAVE_DECL_FLOORF@
2185 HAVE_DECL_FLOORL = @HAVE_DECL_FLOORL@
2186 HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@
2187 HAVE_DECL_FREXPL = @HAVE_DECL_FREXPL@
2188 HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@
2189 HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@
2190 HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
2191 HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@
2192 HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
2193 HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@
2194 HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
2195 HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@
2196 HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@
2197 HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@
2198 HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@
2199 HAVE_DECL_LDEXPL = @HAVE_DECL_LDEXPL@
2200 HAVE_DECL_LOG10L = @HAVE_DECL_LOG10L@
2201 HAVE_DECL_LOG2 = @HAVE_DECL_LOG2@
2202 HAVE_DECL_LOG2F = @HAVE_DECL_LOG2F@
2203 HAVE_DECL_LOG2L = @HAVE_DECL_LOG2L@
2204 HAVE_DECL_LOGB = @HAVE_DECL_LOGB@
2205 HAVE_DECL_LOGL = @HAVE_DECL_LOGL@
2206 HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
2207 HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
2208 HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@
2209 HAVE_DECL_REMAINDER = @HAVE_DECL_REMAINDER@
2210 HAVE_DECL_REMAINDERL = @HAVE_DECL_REMAINDERL@
2211 HAVE_DECL_RINTF = @HAVE_DECL_RINTF@
2212 HAVE_DECL_ROUND = @HAVE_DECL_ROUND@
2213 HAVE_DECL_ROUNDF = @HAVE_DECL_ROUNDF@
2214 HAVE_DECL_ROUNDL = @HAVE_DECL_ROUNDL@
2215 HAVE_DECL_SETENV = @HAVE_DECL_SETENV@
2216 HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@
2217 HAVE_DECL_SINL = @HAVE_DECL_SINL@
2218 HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
2219 HAVE_DECL_SQRTL = @HAVE_DECL_SQRTL@
2220 HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
2221 HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@
2222 HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
2223 HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
2224 HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
2225 HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@
2226 HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
2227 HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@
2228 HAVE_DECL_TANL = @HAVE_DECL_TANL@
2229 HAVE_DECL_TRUNC = @HAVE_DECL_TRUNC@
2230 HAVE_DECL_TRUNCF = @HAVE_DECL_TRUNCF@
2231 HAVE_DECL_TRUNCL = @HAVE_DECL_TRUNCL@
2232 HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@
2233 HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@
2234 HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
2235 HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@
2236 HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
2237 HAVE_DPRINTF = @HAVE_DPRINTF@
2238 HAVE_DUP2 = @HAVE_DUP2@
2239 HAVE_DUP3 = @HAVE_DUP3@
2240 HAVE_DUPLOCALE = @HAVE_DUPLOCALE@
2241 HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
2242 HAVE_EXPF = @HAVE_EXPF@
2243 HAVE_EXPL = @HAVE_EXPL@
2244 HAVE_EXPM1 = @HAVE_EXPM1@
2245 HAVE_EXPM1F = @HAVE_EXPM1F@
2246 HAVE_FABSF = @HAVE_FABSF@
2247 HAVE_FABSL = @HAVE_FABSL@
2248 HAVE_FACCESSAT = @HAVE_FACCESSAT@
2249 HAVE_FCHDIR = @HAVE_FCHDIR@
2250 HAVE_FCHOWNAT = @HAVE_FCHOWNAT@
2251 HAVE_FDATASYNC = @HAVE_FDATASYNC@
2252 HAVE_FEATURES_H = @HAVE_FEATURES_H@
2253 HAVE_FFSL = @HAVE_FFSL@
2254 HAVE_FFSLL = @HAVE_FFSLL@
2255 HAVE_FMA = @HAVE_FMA@
2256 HAVE_FMAF = @HAVE_FMAF@
2257 HAVE_FMAL = @HAVE_FMAL@
2258 HAVE_FMODF = @HAVE_FMODF@
2259 HAVE_FMODL = @HAVE_FMODL@
2260 HAVE_FREXPF = @HAVE_FREXPF@
2261 HAVE_FSEEKO = @HAVE_FSEEKO@
2262 HAVE_FSYNC = @HAVE_FSYNC@
2263 HAVE_FTELLO = @HAVE_FTELLO@
2264 HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
2265 HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
2266 HAVE_GETGROUPS = @HAVE_GETGROUPS@
2267 HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
2268 HAVE_GETLOGIN = @HAVE_GETLOGIN@
2269 HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
2270 HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
2271 HAVE_GLOBAL_SYMBOL_PIPE = @HAVE_GLOBAL_SYMBOL_PIPE@
2272 HAVE_GRANTPT = @HAVE_GRANTPT@
2273 HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@
2274 HAVE_HYPOTF = @HAVE_HYPOTF@
2275 HAVE_HYPOTL = @HAVE_HYPOTL@
2276 HAVE_ILOGB = @HAVE_ILOGB@
2277 HAVE_ILOGBF = @HAVE_ILOGBF@
2278 HAVE_ILOGBL = @HAVE_ILOGBL@
2279 HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
2280 HAVE_ISNAND = @HAVE_ISNAND@
2281 HAVE_ISNANF = @HAVE_ISNANF@
2282 HAVE_ISNANL = @HAVE_ISNANL@
2283 HAVE_ISWBLANK = @HAVE_ISWBLANK@
2284 HAVE_ISWCNTRL = @HAVE_ISWCNTRL@
2285 HAVE_LCHOWN = @HAVE_LCHOWN@
2286 HAVE_LDEXPF = @HAVE_LDEXPF@
2287 HAVE_LINK = @HAVE_LINK@
2288 HAVE_LINKAT = @HAVE_LINKAT@
2289 HAVE_LOG10F = @HAVE_LOG10F@
2290 HAVE_LOG10L = @HAVE_LOG10L@
2291 HAVE_LOG1P = @HAVE_LOG1P@
2292 HAVE_LOG1PF = @HAVE_LOG1PF@
2293 HAVE_LOG1PL = @HAVE_LOG1PL@
2294 HAVE_LOGBF = @HAVE_LOGBF@
2295 HAVE_LOGBL = @HAVE_LOGBL@
2296 HAVE_LOGF = @HAVE_LOGF@
2297 HAVE_LOGL = @HAVE_LOGL@
2298 HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
2299 HAVE_MBRLEN = @HAVE_MBRLEN@
2300 HAVE_MBRTOWC = @HAVE_MBRTOWC@
2301 HAVE_MBSINIT = @HAVE_MBSINIT@
2302 HAVE_MBSLEN = @HAVE_MBSLEN@
2303 HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@
2304 HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@
2305 HAVE_MEMCHR = @HAVE_MEMCHR@
2306 HAVE_MEMPCPY = @HAVE_MEMPCPY@
2307 HAVE_MKDTEMP = @HAVE_MKDTEMP@
2308 HAVE_MKOSTEMP = @HAVE_MKOSTEMP@
2309 HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@
2310 HAVE_MKSTEMP = @HAVE_MKSTEMP@
2311 HAVE_MKSTEMPS = @HAVE_MKSTEMPS@
2312 HAVE_MODFF = @HAVE_MODFF@
2313 HAVE_MODFL = @HAVE_MODFL@
2314 HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@
2315 HAVE_OS_H = @HAVE_OS_H@
2316 HAVE_PCLOSE = @HAVE_PCLOSE@
2317 HAVE_PIPE = @HAVE_PIPE@
2318 HAVE_PIPE2 = @HAVE_PIPE2@
2319 HAVE_POPEN = @HAVE_POPEN@
2320 HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@
2321 HAVE_POWF = @HAVE_POWF@
2322 HAVE_PREAD = @HAVE_PREAD@
2323 HAVE_PTSNAME = @HAVE_PTSNAME@
2324 HAVE_PTSNAME_R = @HAVE_PTSNAME_R@
2325 HAVE_PWRITE = @HAVE_PWRITE@
2326 HAVE_RANDOM = @HAVE_RANDOM@
2327 HAVE_RANDOM_H = @HAVE_RANDOM_H@
2328 HAVE_RANDOM_R = @HAVE_RANDOM_R@
2329 HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
2330 HAVE_READLINK = @HAVE_READLINK@
2331 HAVE_READLINKAT = @HAVE_READLINKAT@
2332 HAVE_REALPATH = @HAVE_REALPATH@
2333 HAVE_REMAINDER = @HAVE_REMAINDER@
2334 HAVE_REMAINDERF = @HAVE_REMAINDERF@
2335 HAVE_RENAMEAT = @HAVE_RENAMEAT@
2336 HAVE_RINT = @HAVE_RINT@
2337 HAVE_RINTL = @HAVE_RINTL@
2338 HAVE_RPMATCH = @HAVE_RPMATCH@
2339 HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = @HAVE_SAME_LONG_DOUBLE_AS_DOUBLE@
2340 HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@
2341 HAVE_SETENV = @HAVE_SETENV@
2342 HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@
2343 HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
2344 HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
2345 HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
2346 HAVE_SINF = @HAVE_SINF@
2347 HAVE_SINHF = @HAVE_SINHF@
2348 HAVE_SINL = @HAVE_SINL@
2349 HAVE_SLEEP = @HAVE_SLEEP@
2350 HAVE_SQRTF = @HAVE_SQRTF@
2351 HAVE_SQRTL = @HAVE_SQRTL@
2352 HAVE_STDINT_H = @HAVE_STDINT_H@
2353 HAVE_STPCPY = @HAVE_STPCPY@
2354 HAVE_STPNCPY = @HAVE_STPNCPY@
2355 HAVE_STRCASESTR = @HAVE_STRCASESTR@
2356 HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
2357 HAVE_STRPBRK = @HAVE_STRPBRK@
2358 HAVE_STRSEP = @HAVE_STRSEP@
2359 HAVE_STRTOD = @HAVE_STRTOD@
2360 HAVE_STRTOLL = @HAVE_STRTOLL@
2361 HAVE_STRTOULL = @HAVE_STRTOULL@
2362 HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@
2363 HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
2364 HAVE_SYMLINK = @HAVE_SYMLINK@
2365 HAVE_SYMLINKAT = @HAVE_SYMLINKAT@
2366 HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
2367 HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
2368 HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@
2369 HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
2370 HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
2371 HAVE_TANF = @HAVE_TANF@
2372 HAVE_TANHF = @HAVE_TANHF@
2373 HAVE_TANL = @HAVE_TANL@
2374 HAVE_UNISTD_H = @HAVE_UNISTD_H@
2375 HAVE_UNLINKAT = @HAVE_UNLINKAT@
2376 HAVE_UNLOCKPT = @HAVE_UNLOCKPT@
2377 HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
2378 HAVE_USLEEP = @HAVE_USLEEP@
2379 HAVE_VASPRINTF = @HAVE_VASPRINTF@
2380 HAVE_VDPRINTF = @HAVE_VDPRINTF@
2381 HAVE_WCHAR_H = @HAVE_WCHAR_H@
2382 HAVE_WCHAR_T = @HAVE_WCHAR_T@
2383 HAVE_WCPCPY = @HAVE_WCPCPY@
2384 HAVE_WCPNCPY = @HAVE_WCPNCPY@
2385 HAVE_WCRTOMB = @HAVE_WCRTOMB@
2386 HAVE_WCSCASECMP = @HAVE_WCSCASECMP@
2387 HAVE_WCSCAT = @HAVE_WCSCAT@
2388 HAVE_WCSCHR = @HAVE_WCSCHR@
2389 HAVE_WCSCMP = @HAVE_WCSCMP@
2390 HAVE_WCSCOLL = @HAVE_WCSCOLL@
2391 HAVE_WCSCPY = @HAVE_WCSCPY@
2392 HAVE_WCSCSPN = @HAVE_WCSCSPN@
2393 HAVE_WCSDUP = @HAVE_WCSDUP@
2394 HAVE_WCSLEN = @HAVE_WCSLEN@
2395 HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@
2396 HAVE_WCSNCAT = @HAVE_WCSNCAT@
2397 HAVE_WCSNCMP = @HAVE_WCSNCMP@
2398 HAVE_WCSNCPY = @HAVE_WCSNCPY@
2399 HAVE_WCSNLEN = @HAVE_WCSNLEN@
2400 HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@
2401 HAVE_WCSPBRK = @HAVE_WCSPBRK@
2402 HAVE_WCSRCHR = @HAVE_WCSRCHR@
2403 HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@
2404 HAVE_WCSSPN = @HAVE_WCSSPN@
2405 HAVE_WCSSTR = @HAVE_WCSSTR@
2406 HAVE_WCSTOK = @HAVE_WCSTOK@
2407 HAVE_WCSWIDTH = @HAVE_WCSWIDTH@
2408 HAVE_WCSXFRM = @HAVE_WCSXFRM@
2409 HAVE_WCTRANS_T = @HAVE_WCTRANS_T@
2410 HAVE_WCTYPE_H = @HAVE_WCTYPE_H@
2411 HAVE_WCTYPE_T = @HAVE_WCTYPE_T@
2412 HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
2413 HAVE_WINT_T = @HAVE_WINT_T@
2414 HAVE_WMEMCHR = @HAVE_WMEMCHR@
2415 HAVE_WMEMCMP = @HAVE_WMEMCMP@
2416 HAVE_WMEMCPY = @HAVE_WMEMCPY@
2417 HAVE_WMEMMOVE = @HAVE_WMEMMOVE@
2418 HAVE_WMEMSET = @HAVE_WMEMSET@
2419 HAVE_XLOCALE_H = @HAVE_XLOCALE_H@
2420 HAVE__BOOL = @HAVE__BOOL@
2421 HAVE__EXIT = @HAVE__EXIT@
2422 HEXVERSION = @HEXVERSION@
2423 ICONV_CONST = @ICONV_CONST@
2424 ICONV_H = @ICONV_H@
2425 INCLUDE_NEXT = @INCLUDE_NEXT@
2426 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
2427 INSTALL = @INSTALL@
2428 INSTALL_DATA = @INSTALL_DATA@
2429 INSTALL_PROGRAM = @INSTALL_PROGRAM@
2430 INSTALL_SCRIPT = @INSTALL_SCRIPT@
2431 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
2432 INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@
2433 INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@
2434 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
2435 LD = @LD@
2436 LDFLAGS = @LDFLAGS@
2437 LIBICONV = @LIBICONV@
2438 LIBINTL = @LIBINTL@
2439 LIBMULTITHREAD = @LIBMULTITHREAD@
2440 LIBOBJS = @LIBOBJS@
2441 LIBPTH = @LIBPTH@
2442 LIBPTH_PREFIX = @LIBPTH_PREFIX@
2443 LIBS = @LIBS@
2444 LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@
2445 LIBTHREAD = @LIBTHREAD@
2446 LIBTOOL = @LIBTOOL@
2447 LIBUNISTRING_UNICASE_H = @LIBUNISTRING_UNICASE_H@
2448 LIBUNISTRING_UNICONV_H = @LIBUNISTRING_UNICONV_H@
2449 LIBUNISTRING_UNICTYPE_H = @LIBUNISTRING_UNICTYPE_H@
2450 LIBUNISTRING_UNIGBRK_H = @LIBUNISTRING_UNIGBRK_H@
2451 LIBUNISTRING_UNILBRK_H = @LIBUNISTRING_UNILBRK_H@
2452 LIBUNISTRING_UNINAME_H = @LIBUNISTRING_UNINAME_H@
2453 LIBUNISTRING_UNINORM_H = @LIBUNISTRING_UNINORM_H@
2454 LIBUNISTRING_UNISTDIO_H = @LIBUNISTRING_UNISTDIO_H@
2455 LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@
2456 LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@
2457 LIBUNISTRING_UNIWBRK_H = @LIBUNISTRING_UNIWBRK_H@
2458 LIBUNISTRING_UNIWIDTH_H = @LIBUNISTRING_UNIWIDTH_H@
2459 LIPO = @LIPO@
2460 LN_S = @LN_S@
2461 LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@
2462 LOCALE_AR = @LOCALE_AR@
2463 LOCALE_FR = @LOCALE_FR@
2464 LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@
2465 LOCALE_JA = @LOCALE_JA@
2466 LOCALE_TR_UTF8 = @LOCALE_TR_UTF8@
2467 LOCALE_ZH_CN = @LOCALE_ZH_CN@
2468 LTLIBICONV = @LTLIBICONV@
2469 LTLIBINTL = @LTLIBINTL@
2470 LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
2471 LTLIBOBJS = @LTLIBOBJS@
2472 LTLIBPTH = @LTLIBPTH@
2473 LTLIBTHREAD = @LTLIBTHREAD@
2474 MAKEINFO = @MAKEINFO@
2475 MANIFEST_TOOL = @MANIFEST_TOOL@
2476 MKDIR_P = @MKDIR_P@
2477 NAMESPACING = @NAMESPACING@
2478 NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@
2479 NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@
2480 NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@
2481 NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@
2482 NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = @NEXT_AS_FIRST_DIRECTIVE_LOCALE_H@
2483 NEXT_AS_FIRST_DIRECTIVE_MATH_H = @NEXT_AS_FIRST_DIRECTIVE_MATH_H@
2484 NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
2485 NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
2486 NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@
2487 NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@
2488 NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
2489 NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@
2490 NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@
2491 NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@
2492 NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@
2493 NEXT_ERRNO_H = @NEXT_ERRNO_H@
2494 NEXT_FLOAT_H = @NEXT_FLOAT_H@
2495 NEXT_ICONV_H = @NEXT_ICONV_H@
2496 NEXT_INTTYPES_H = @NEXT_INTTYPES_H@
2497 NEXT_LOCALE_H = @NEXT_LOCALE_H@
2498 NEXT_MATH_H = @NEXT_MATH_H@
2499 NEXT_STDDEF_H = @NEXT_STDDEF_H@
2500 NEXT_STDINT_H = @NEXT_STDINT_H@
2501 NEXT_STDIO_H = @NEXT_STDIO_H@
2502 NEXT_STDLIB_H = @NEXT_STDLIB_H@
2503 NEXT_STRING_H = @NEXT_STRING_H@
2504 NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@
2505 NEXT_UNISTD_H = @NEXT_UNISTD_H@
2506 NEXT_WCHAR_H = @NEXT_WCHAR_H@
2507 NEXT_WCTYPE_H = @NEXT_WCTYPE_H@
2508 NM = @NM@
2509 NMEDIT = @NMEDIT@
2510 OBJDUMP = @OBJDUMP@
2511 OBJEXT = @OBJEXT@
2512 OTOOL = @OTOOL@
2513 OTOOL64 = @OTOOL64@
2514 PACKAGE = @PACKAGE@
2515 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
2516 PACKAGE_NAME = @PACKAGE_NAME@
2517 PACKAGE_STRING = @PACKAGE_STRING@
2518 PACKAGE_TARNAME = @PACKAGE_TARNAME@
2519 PACKAGE_URL = @PACKAGE_URL@
2520 PACKAGE_VERSION = @PACKAGE_VERSION@
2521 PATH_SEPARATOR = @PATH_SEPARATOR@
2522 PERL = @PERL@
2523 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
2524 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
2525 PRIPTR_PREFIX = @PRIPTR_PREFIX@
2526 PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
2527 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
2528 RANLIB = @RANLIB@
2529 RC = @RC@
2530 RELOCATABLE = @RELOCATABLE@
2531 REPLACE_BTOWC = @REPLACE_BTOWC@
2532 REPLACE_CALLOC = @REPLACE_CALLOC@
2533 REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@
2534 REPLACE_CBRTF = @REPLACE_CBRTF@
2535 REPLACE_CBRTL = @REPLACE_CBRTL@
2536 REPLACE_CEIL = @REPLACE_CEIL@
2537 REPLACE_CEILF = @REPLACE_CEILF@
2538 REPLACE_CEILL = @REPLACE_CEILL@
2539 REPLACE_CHOWN = @REPLACE_CHOWN@
2540 REPLACE_CLOSE = @REPLACE_CLOSE@
2541 REPLACE_DPRINTF = @REPLACE_DPRINTF@
2542 REPLACE_DUP = @REPLACE_DUP@
2543 REPLACE_DUP2 = @REPLACE_DUP2@
2544 REPLACE_DUPLOCALE = @REPLACE_DUPLOCALE@
2545 REPLACE_EXP2 = @REPLACE_EXP2@
2546 REPLACE_EXP2L = @REPLACE_EXP2L@
2547 REPLACE_EXPM1 = @REPLACE_EXPM1@
2548 REPLACE_EXPM1F = @REPLACE_EXPM1F@
2549 REPLACE_FABSL = @REPLACE_FABSL@
2550 REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@
2551 REPLACE_FCLOSE = @REPLACE_FCLOSE@
2552 REPLACE_FDOPEN = @REPLACE_FDOPEN@
2553 REPLACE_FFLUSH = @REPLACE_FFLUSH@
2554 REPLACE_FLOOR = @REPLACE_FLOOR@
2555 REPLACE_FLOORF = @REPLACE_FLOORF@
2556 REPLACE_FLOORL = @REPLACE_FLOORL@
2557 REPLACE_FMA = @REPLACE_FMA@
2558 REPLACE_FMAF = @REPLACE_FMAF@
2559 REPLACE_FMAL = @REPLACE_FMAL@
2560 REPLACE_FMOD = @REPLACE_FMOD@
2561 REPLACE_FMODF = @REPLACE_FMODF@
2562 REPLACE_FMODL = @REPLACE_FMODL@
2563 REPLACE_FOPEN = @REPLACE_FOPEN@
2564 REPLACE_FPRINTF = @REPLACE_FPRINTF@
2565 REPLACE_FPURGE = @REPLACE_FPURGE@
2566 REPLACE_FREOPEN = @REPLACE_FREOPEN@
2567 REPLACE_FREXP = @REPLACE_FREXP@
2568 REPLACE_FREXPF = @REPLACE_FREXPF@
2569 REPLACE_FREXPL = @REPLACE_FREXPL@
2570 REPLACE_FSEEK = @REPLACE_FSEEK@
2571 REPLACE_FSEEKO = @REPLACE_FSEEKO@
2572 REPLACE_FTELL = @REPLACE_FTELL@
2573 REPLACE_FTELLO = @REPLACE_FTELLO@
2574 REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@
2575 REPLACE_GETCWD = @REPLACE_GETCWD@
2576 REPLACE_GETDELIM = @REPLACE_GETDELIM@
2577 REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@
2578 REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@
2579 REPLACE_GETGROUPS = @REPLACE_GETGROUPS@
2580 REPLACE_GETLINE = @REPLACE_GETLINE@
2581 REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@
2582 REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
2583 REPLACE_HUGE_VAL = @REPLACE_HUGE_VAL@
2584 REPLACE_HYPOT = @REPLACE_HYPOT@
2585 REPLACE_HYPOTF = @REPLACE_HYPOTF@
2586 REPLACE_HYPOTL = @REPLACE_HYPOTL@
2587 REPLACE_ICONV = @REPLACE_ICONV@
2588 REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@
2589 REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@
2590 REPLACE_ILOGB = @REPLACE_ILOGB@
2591 REPLACE_ILOGBF = @REPLACE_ILOGBF@
2592 REPLACE_ISATTY = @REPLACE_ISATTY@
2593 REPLACE_ISFINITE = @REPLACE_ISFINITE@
2594 REPLACE_ISINF = @REPLACE_ISINF@
2595 REPLACE_ISNAN = @REPLACE_ISNAN@
2596 REPLACE_ISWBLANK = @REPLACE_ISWBLANK@
2597 REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@
2598 REPLACE_ITOLD = @REPLACE_ITOLD@
2599 REPLACE_LCHOWN = @REPLACE_LCHOWN@
2600 REPLACE_LDEXPL = @REPLACE_LDEXPL@
2601 REPLACE_LINK = @REPLACE_LINK@
2602 REPLACE_LINKAT = @REPLACE_LINKAT@
2603 REPLACE_LOCALECONV = @REPLACE_LOCALECONV@
2604 REPLACE_LOG = @REPLACE_LOG@
2605 REPLACE_LOG10 = @REPLACE_LOG10@
2606 REPLACE_LOG10F = @REPLACE_LOG10F@
2607 REPLACE_LOG10L = @REPLACE_LOG10L@
2608 REPLACE_LOG1P = @REPLACE_LOG1P@
2609 REPLACE_LOG1PF = @REPLACE_LOG1PF@
2610 REPLACE_LOG1PL = @REPLACE_LOG1PL@
2611 REPLACE_LOG2 = @REPLACE_LOG2@
2612 REPLACE_LOG2F = @REPLACE_LOG2F@
2613 REPLACE_LOG2L = @REPLACE_LOG2L@
2614 REPLACE_LOGB = @REPLACE_LOGB@
2615 REPLACE_LOGBF = @REPLACE_LOGBF@
2616 REPLACE_LOGBL = @REPLACE_LOGBL@
2617 REPLACE_LOGF = @REPLACE_LOGF@
2618 REPLACE_LOGL = @REPLACE_LOGL@
2619 REPLACE_LSEEK = @REPLACE_LSEEK@
2620 REPLACE_MALLOC = @REPLACE_MALLOC@
2621 REPLACE_MBRLEN = @REPLACE_MBRLEN@
2622 REPLACE_MBRTOWC = @REPLACE_MBRTOWC@
2623 REPLACE_MBSINIT = @REPLACE_MBSINIT@
2624 REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@
2625 REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@
2626 REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@
2627 REPLACE_MBTOWC = @REPLACE_MBTOWC@
2628 REPLACE_MEMCHR = @REPLACE_MEMCHR@
2629 REPLACE_MEMMEM = @REPLACE_MEMMEM@
2630 REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
2631 REPLACE_MODF = @REPLACE_MODF@
2632 REPLACE_MODFF = @REPLACE_MODFF@
2633 REPLACE_MODFL = @REPLACE_MODFL@
2634 REPLACE_NAN = @REPLACE_NAN@
2635 REPLACE_NULL = @REPLACE_NULL@
2636 REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@
2637 REPLACE_PERROR = @REPLACE_PERROR@
2638 REPLACE_POPEN = @REPLACE_POPEN@
2639 REPLACE_PREAD = @REPLACE_PREAD@
2640 REPLACE_PRINTF = @REPLACE_PRINTF@
2641 REPLACE_PTSNAME = @REPLACE_PTSNAME@
2642 REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@
2643 REPLACE_PUTENV = @REPLACE_PUTENV@
2644 REPLACE_PWRITE = @REPLACE_PWRITE@
2645 REPLACE_RANDOM_R = @REPLACE_RANDOM_R@
2646 REPLACE_READ = @REPLACE_READ@
2647 REPLACE_READLINK = @REPLACE_READLINK@
2648 REPLACE_REALLOC = @REPLACE_REALLOC@
2649 REPLACE_REALPATH = @REPLACE_REALPATH@
2650 REPLACE_REMAINDER = @REPLACE_REMAINDER@
2651 REPLACE_REMAINDERF = @REPLACE_REMAINDERF@
2652 REPLACE_REMAINDERL = @REPLACE_REMAINDERL@
2653 REPLACE_REMOVE = @REPLACE_REMOVE@
2654 REPLACE_RENAME = @REPLACE_RENAME@
2655 REPLACE_RENAMEAT = @REPLACE_RENAMEAT@
2656 REPLACE_RMDIR = @REPLACE_RMDIR@
2657 REPLACE_ROUND = @REPLACE_ROUND@
2658 REPLACE_ROUNDF = @REPLACE_ROUNDF@
2659 REPLACE_ROUNDL = @REPLACE_ROUNDL@
2660 REPLACE_SETENV = @REPLACE_SETENV@
2661 REPLACE_SETLOCALE = @REPLACE_SETLOCALE@
2662 REPLACE_SIGNBIT = @REPLACE_SIGNBIT@
2663 REPLACE_SIGNBIT_USING_GCC = @REPLACE_SIGNBIT_USING_GCC@
2664 REPLACE_SLEEP = @REPLACE_SLEEP@
2665 REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
2666 REPLACE_SPRINTF = @REPLACE_SPRINTF@
2667 REPLACE_SQRTL = @REPLACE_SQRTL@
2668 REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@
2669 REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@
2670 REPLACE_STPNCPY = @REPLACE_STPNCPY@
2671 REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
2672 REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@
2673 REPLACE_STRDUP = @REPLACE_STRDUP@
2674 REPLACE_STRERROR = @REPLACE_STRERROR@
2675 REPLACE_STRERROR_R = @REPLACE_STRERROR_R@
2676 REPLACE_STRNCAT = @REPLACE_STRNCAT@
2677 REPLACE_STRNDUP = @REPLACE_STRNDUP@
2678 REPLACE_STRNLEN = @REPLACE_STRNLEN@
2679 REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
2680 REPLACE_STRSTR = @REPLACE_STRSTR@
2681 REPLACE_STRTOD = @REPLACE_STRTOD@
2682 REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@
2683 REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
2684 REPLACE_STRTOUMAX = @REPLACE_STRTOUMAX@
2685 REPLACE_STRUCT_LCONV = @REPLACE_STRUCT_LCONV@
2686 REPLACE_SYMLINK = @REPLACE_SYMLINK@
2687 REPLACE_TMPFILE = @REPLACE_TMPFILE@
2688 REPLACE_TOWLOWER = @REPLACE_TOWLOWER@
2689 REPLACE_TRUNC = @REPLACE_TRUNC@
2690 REPLACE_TRUNCF = @REPLACE_TRUNCF@
2691 REPLACE_TRUNCL = @REPLACE_TRUNCL@
2692 REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@
2693 REPLACE_UNLINK = @REPLACE_UNLINK@
2694 REPLACE_UNLINKAT = @REPLACE_UNLINKAT@
2695 REPLACE_UNSETENV = @REPLACE_UNSETENV@
2696 REPLACE_USLEEP = @REPLACE_USLEEP@
2697 REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
2698 REPLACE_VDPRINTF = @REPLACE_VDPRINTF@
2699 REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
2700 REPLACE_VPRINTF = @REPLACE_VPRINTF@
2701 REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
2702 REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
2703 REPLACE_WCRTOMB = @REPLACE_WCRTOMB@
2704 REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@
2705 REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
2706 REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@
2707 REPLACE_WCTOB = @REPLACE_WCTOB@
2708 REPLACE_WCTOMB = @REPLACE_WCTOMB@
2709 REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
2710 REPLACE_WRITE = @REPLACE_WRITE@
2711 SED = @SED@
2712 SET_MAKE = @SET_MAKE@
2713 SHELL = @SHELL@
2714 SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
2715 SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
2716 STDBOOL_H = @STDBOOL_H@
2717 STDDEF_H = @STDDEF_H@
2718 STDINT_H = @STDINT_H@
2719 STRIP = @STRIP@
2720 TEXI2DVI = @TEXI2DVI@
2721 UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@
2722 UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@
2723 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
2724 UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
2725 UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
2726 VERSION = @VERSION@
2727 WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
2728 WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@
2729 WINT_T_SUFFIX = @WINT_T_SUFFIX@
2730 YIELD_LIB = @YIELD_LIB@
2731 abs_builddir = @abs_builddir@
2732 abs_srcdir = @abs_srcdir@
2733 abs_top_builddir = @abs_top_builddir@
2734 abs_top_srcdir = @abs_top_srcdir@
2735 ac_ct_AR = @ac_ct_AR@
2736 ac_ct_CC = @ac_ct_CC@
2737 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
2738 am__include = @am__include@
2739 am__leading_dot = @am__leading_dot@
2740 am__quote = @am__quote@
2741 am__tar = @am__tar@
2742 am__untar = @am__untar@
2743 bindir = @bindir@
2744 build = @build@
2745 build_alias = @build_alias@
2746 build_cpu = @build_cpu@
2747 build_os = @build_os@
2748 build_vendor = @build_vendor@
2749 builddir = @builddir@
2750 datadir = @datadir@
2751 datarootdir = @datarootdir@
2752 docdir = @docdir@
2753 dvidir = @dvidir@
2754 exec_prefix = @exec_prefix@
2755 gl_LIBOBJS = @gl_LIBOBJS@
2756 gl_LTLIBOBJS = @gl_LTLIBOBJS@
2757 gltests_LIBOBJS = @gltests_LIBOBJS@
2758 gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
2759 gltests_WITNESS = @gltests_WITNESS@
2760 host = @host@
2761 host_alias = @host_alias@
2762 host_cpu = @host_cpu@
2763 host_os = @host_os@
2764 host_vendor = @host_vendor@
2765 htmldir = @htmldir@
2766 includedir = @includedir@
2767 infodir = @infodir@
2768 install_sh = @install_sh@
2769 libdir = @libdir@
2770 libexecdir = @libexecdir@
2771 lispdir = @lispdir@
2772 localedir = @localedir@
2773 localstatedir = @localstatedir@
2774 mandir = @mandir@
2775 mkdir_p = @mkdir_p@
2776 oldincludedir = @oldincludedir@
2777 pdfdir = @pdfdir@
2778 prefix = @prefix@
2779 program_transform_name = @program_transform_name@
2780 psdir = @psdir@
2781 runstatedir = @runstatedir@
2782 sbindir = @sbindir@
2783 sharedstatedir = @sharedstatedir@
2784 srcdir = @srcdir@
2785 sysconfdir = @sysconfdir@
2786 target_alias = @target_alias@
2787 top_build_prefix = @top_build_prefix@
2788 top_builddir = @top_builddir@
2789 top_srcdir = @top_srcdir@
2790 AUTOMAKE_OPTIONS = 1.5 gnits subdir-objects no-dependencies
2791
2792 # Version information according to Woe32 conventions.
2793 EXTRA_DIST = alloca.in.h amemxfrm.h array-mergesort.h c-strcaseeq.h \
2794         errno.in.h float.c float.in.h itold.c fpucw.h frexp.c frexp.c \
2795         frexpl.c fseterr.c fseterr.h stdio-impl.h \
2796         $(top_srcdir)/build-aux/config.rpath iconv.in.h \
2797         iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h \
2798         iconv_open-osf.h iconv_open-solaris.h iconv.c iconv_close.c \
2799         iconv_open-aix.gperf iconv_open-hpux.gperf \
2800         iconv_open-irix.gperf iconv_open-osf.gperf \
2801         iconv_open-solaris.gperf iconv_open.c float+.h isnan.c \
2802         isnand-nolibm.h isnand.c float+.h isnan.c isnanf-nolibm.h \
2803         isnanf.c float+.h isnan.c isnanl-nolibm.h isnanl.c iswblank.c \
2804         config.charset ref-add.sin ref-del.sin localename.h malloc.c \
2805         malloca.h malloca.valgrind math.in.h mbchar.h mbrtowc.c \
2806         mbsinit.c memchr.c memchr.valgrind memcmp2.h printf-frexp.h \
2807         printf-frexp.c printf-frexpl.h relocatable.c relocatable.h \
2808         float+.h signbitd.c signbitf.c signbitl.c \
2809         $(top_srcdir)/build-aux/snippet/_Noreturn.h \
2810         $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
2811         $(top_srcdir)/build-aux/snippet/c++defs.h \
2812         $(top_srcdir)/build-aux/snippet/unused-parameter.h \
2813         $(top_srcdir)/build-aux/snippet/warn-on-use.h stdbool.in.h \
2814         stddef.in.h stdint.in.h stdlib.in.h streq.h iconveh.h \
2815         string.in.h strncat.c str-two-way.h strstr.c sys_types.in.h \
2816         $(top_srcdir)/build-aux/config.rpath unicase.in.h \
2817         unicase/cased.h unicase/caseprop.h unictype/bitmap.h \
2818         unicase/caseprop.h unicase/ignorable.h unictype/bitmap.h \
2819         unicase/locale-languages.h unicase/locale-languages.gperf \
2820         unicase/special-casing-table.h \
2821         unicase/special-casing-table.gperf unicase/special-casing.h \
2822         unicase/casefold.h unicase/simple-mapping.h \
2823         unicase/tocasefold.h unicase/simple-mapping.h \
2824         unicase/tolower.h unicase/simple-mapping.h unicase/totitle.h \
2825         unicase/simple-mapping.h unicase/toupper.h unicase/u-casecmp.h \
2826         unicase/u-casecoll.h unicase/u-casefold.h unicase/context.h \
2827         unicase/u-casemap.h unicase/unicasemap.h unicase/u-casexfrm.h \
2828         unicase/u-ct-casefold.h unicase/context.h \
2829         unicase/u-ct-totitle.h unicase/u-is-cased.h \
2830         unicase/invariant.h unicase/u-is-invariant.h \
2831         unicase/u-totitle.h unicase/u-casecmp.h unicase/u-casecoll.h \
2832         unicase/u-casefold.h unicase/context.h unicase/u-casemap.h \
2833         unicase/unicasemap.h unicase/u-casexfrm.h \
2834         unicase/u-ct-casefold.h unicase/context.h \
2835         unicase/u-ct-totitle.h unicase/u-is-cased.h \
2836         unicase/invariant.h unicase/u-is-invariant.h \
2837         unicase/u-totitle.h unicase/u-casecmp.h unicase/u-casecoll.h \
2838         unicase/u-casefold.h unicase/context.h unicase/u-casemap.h \
2839         unicase/unicasemap.h unicase/u-casexfrm.h \
2840         unicase/u-ct-casefold.h unicase/context.h \
2841         unicase/u-ct-totitle.h unicase/u-is-cased.h \
2842         unicase/invariant.h unicase/u-is-invariant.h \
2843         unicase/u-totitle.h unicase/u-casecmp.h unicase/u-casecoll.h \
2844         iconveh.h localcharset.h striconveha.h uniconv.in.h \
2845         uniconv/u-conv-from-enc.h uniconv/u-conv-to-enc.h \
2846         uniconv/u-strconv-from-enc.h uniconv/u-strconv-to-enc.h \
2847         uniconv/u-conv-from-enc.h uniconv/u-conv-to-enc.h \
2848         uniconv/u-strconv-from-enc.h uniconv/u-strconv-to-enc.h \
2849         uniconv/u-strconv-from-enc.h unictype.in.h \
2850         unictype/bidi_byname.h unictype/bidi_byname.gperf \
2851         unictype/bidi_of.h unictype/blocks.h unictype/categ_C.h \
2852         unictype/categ_Cc.h unictype/categ_Cf.h unictype/categ_Cn.h \
2853         unictype/categ_Co.h unictype/categ_Cs.h unictype/categ_L.h \
2854         unictype/categ_LC.h unictype/categ_Ll.h unictype/categ_Lm.h \
2855         unictype/categ_Lo.h unictype/categ_Lt.h unictype/categ_Lu.h \
2856         unictype/categ_M.h unictype/categ_Mc.h unictype/categ_Me.h \
2857         unictype/categ_Mn.h unictype/categ_N.h unictype/categ_Nd.h \
2858         unictype/categ_Nl.h unictype/categ_No.h unictype/categ_P.h \
2859         unictype/categ_Pc.h unictype/categ_Pd.h unictype/categ_Pe.h \
2860         unictype/categ_Pf.h unictype/categ_Pi.h unictype/categ_Po.h \
2861         unictype/categ_Ps.h unictype/categ_S.h unictype/categ_Sc.h \
2862         unictype/categ_Sk.h unictype/categ_Sm.h unictype/categ_So.h \
2863         unictype/categ_Z.h unictype/categ_Zl.h unictype/categ_Zp.h \
2864         unictype/categ_Zs.h unictype/categ_byname.h \
2865         unictype/categ_byname.gperf unictype/categ_of.h \
2866         unictype/bitmap.h unictype/combiningclass.h \
2867         unictype/combiningclass_byname.h \
2868         unictype/combiningclass_byname.gperf unictype/bitmap.h \
2869         unictype/ctype_alnum.h unictype/bitmap.h \
2870         unictype/ctype_alpha.h unictype/bitmap.h \
2871         unictype/ctype_blank.h unictype/bitmap.h \
2872         unictype/ctype_cntrl.h unictype/bitmap.h \
2873         unictype/ctype_digit.h unictype/bitmap.h \
2874         unictype/ctype_graph.h unictype/bitmap.h \
2875         unictype/ctype_lower.h unictype/bitmap.h \
2876         unictype/ctype_print.h unictype/bitmap.h \
2877         unictype/ctype_punct.h unictype/bitmap.h \
2878         unictype/ctype_space.h unictype/bitmap.h \
2879         unictype/ctype_upper.h unictype/bitmap.h \
2880         unictype/ctype_xdigit.h unictype/decdigit.h unictype/digit.h \
2881         unictype/joininggroup_byname.h \
2882         unictype/joininggroup_byname.gperf \
2883         unictype/joininggroup_name.h unictype/joininggroup_of.h \
2884         unictype/joiningtype_byname.h \
2885         unictype/joiningtype_byname.gperf unictype/joiningtype_of.h \
2886         unictype/mirror.h unictype/numeric.h unictype/bitmap.h \
2887         unictype/pr_alphabetic.h unictype/bitmap.h \
2888         unictype/pr_ascii_hex_digit.h unictype/bitmap.h \
2889         unictype/pr_bidi_arabic_digit.h unictype/bitmap.h \
2890         unictype/pr_bidi_arabic_right_to_left.h unictype/bitmap.h \
2891         unictype/pr_bidi_block_separator.h unictype/bitmap.h \
2892         unictype/pr_bidi_boundary_neutral.h unictype/bitmap.h \
2893         unictype/pr_bidi_common_separator.h unictype/bitmap.h \
2894         unictype/pr_bidi_control.h unictype/bitmap.h \
2895         unictype/pr_bidi_embedding_or_override.h unictype/bitmap.h \
2896         unictype/pr_bidi_eur_num_separator.h unictype/bitmap.h \
2897         unictype/pr_bidi_eur_num_terminator.h unictype/bitmap.h \
2898         unictype/pr_bidi_european_digit.h unictype/bitmap.h \
2899         unictype/pr_bidi_hebrew_right_to_left.h unictype/bitmap.h \
2900         unictype/pr_bidi_left_to_right.h unictype/bitmap.h \
2901         unictype/pr_bidi_non_spacing_mark.h unictype/bitmap.h \
2902         unictype/pr_bidi_other_neutral.h unictype/bitmap.h \
2903         unictype/pr_bidi_pdf.h unictype/bitmap.h \
2904         unictype/pr_bidi_segment_separator.h unictype/bitmap.h \
2905         unictype/pr_bidi_whitespace.h unictype/pr_byname.h \
2906         unictype/pr_byname.gperf unictype/bitmap.h \
2907         unictype/pr_case_ignorable.h unictype/bitmap.h \
2908         unictype/pr_cased.h unictype/bitmap.h \
2909         unictype/pr_changes_when_casefolded.h unictype/bitmap.h \
2910         unictype/pr_changes_when_casemapped.h unictype/bitmap.h \
2911         unictype/pr_changes_when_lowercased.h unictype/bitmap.h \
2912         unictype/pr_changes_when_titlecased.h unictype/bitmap.h \
2913         unictype/pr_changes_when_uppercased.h unictype/bitmap.h \
2914         unictype/pr_combining.h unictype/bitmap.h \
2915         unictype/pr_composite.h unictype/bitmap.h \
2916         unictype/pr_currency_symbol.h unictype/bitmap.h \
2917         unictype/pr_dash.h unictype/bitmap.h \
2918         unictype/pr_decimal_digit.h unictype/bitmap.h \
2919         unictype/pr_default_ignorable_code_point.h unictype/bitmap.h \
2920         unictype/pr_deprecated.h unictype/bitmap.h \
2921         unictype/pr_diacritic.h unictype/bitmap.h \
2922         unictype/pr_extender.h unictype/bitmap.h \
2923         unictype/pr_format_control.h unictype/bitmap.h \
2924         unictype/pr_grapheme_base.h unictype/bitmap.h \
2925         unictype/pr_grapheme_extend.h unictype/bitmap.h \
2926         unictype/pr_grapheme_link.h unictype/bitmap.h \
2927         unictype/pr_hex_digit.h unictype/bitmap.h unictype/pr_hyphen.h \
2928         unictype/bitmap.h unictype/pr_id_continue.h unictype/bitmap.h \
2929         unictype/pr_id_start.h unictype/bitmap.h \
2930         unictype/pr_ideographic.h unictype/bitmap.h \
2931         unictype/pr_ids_binary_operator.h unictype/bitmap.h \
2932         unictype/pr_ids_trinary_operator.h unictype/bitmap.h \
2933         unictype/pr_ignorable_control.h unictype/bitmap.h \
2934         unictype/pr_iso_control.h unictype/bitmap.h \
2935         unictype/pr_join_control.h unictype/bitmap.h \
2936         unictype/pr_left_of_pair.h unictype/bitmap.h \
2937         unictype/pr_line_separator.h unictype/bitmap.h \
2938         unictype/pr_logical_order_exception.h unictype/bitmap.h \
2939         unictype/pr_lowercase.h unictype/bitmap.h unictype/pr_math.h \
2940         unictype/bitmap.h unictype/pr_non_break.h unictype/bitmap.h \
2941         unictype/pr_not_a_character.h unictype/bitmap.h \
2942         unictype/pr_numeric.h unictype/bitmap.h \
2943         unictype/pr_other_alphabetic.h unictype/bitmap.h \
2944         unictype/pr_other_default_ignorable_code_point.h \
2945         unictype/bitmap.h unictype/pr_other_grapheme_extend.h \
2946         unictype/bitmap.h unictype/pr_other_id_continue.h \
2947         unictype/bitmap.h unictype/pr_other_id_start.h \
2948         unictype/bitmap.h unictype/pr_other_lowercase.h \
2949         unictype/bitmap.h unictype/pr_other_math.h unictype/bitmap.h \
2950         unictype/pr_other_uppercase.h unictype/bitmap.h \
2951         unictype/pr_paired_punctuation.h unictype/bitmap.h \
2952         unictype/pr_paragraph_separator.h unictype/bitmap.h \
2953         unictype/pr_pattern_syntax.h unictype/bitmap.h \
2954         unictype/pr_pattern_white_space.h unictype/bitmap.h \
2955         unictype/pr_private_use.h unictype/bitmap.h \
2956         unictype/pr_punctuation.h unictype/bitmap.h \
2957         unictype/pr_quotation_mark.h unictype/bitmap.h \
2958         unictype/pr_radical.h unictype/bitmap.h \
2959         unictype/pr_sentence_terminal.h unictype/bitmap.h \
2960         unictype/pr_soft_dotted.h unictype/bitmap.h \
2961         unictype/pr_space.h unictype/bitmap.h \
2962         unictype/pr_terminal_punctuation.h unictype/bitmap.h \
2963         unictype/pr_titlecase.h unictype/bitmap.h \
2964         unictype/pr_unassigned_code_value.h unictype/bitmap.h \
2965         unictype/pr_unified_ideograph.h unictype/bitmap.h \
2966         unictype/pr_uppercase.h unictype/bitmap.h \
2967         unictype/pr_variation_selector.h unictype/bitmap.h \
2968         unictype/pr_white_space.h unictype/bitmap.h \
2969         unictype/pr_xid_continue.h unictype/bitmap.h \
2970         unictype/pr_xid_start.h unictype/bitmap.h \
2971         unictype/pr_zero_width.h unictype/scripts_byname.h \
2972         unictype/scripts.h unictype/scripts_byname.gperf \
2973         unictype/identsyntaxmap.h unictype/sy_c_ident.h \
2974         unictype/identsyntaxmap.h unictype/sy_java_ident.h \
2975         unigbrk.in.h unigbrk/gbrkprop.h unilbrk.in.h \
2976         unilbrk/lbrkprop1.h unilbrk/lbrkprop2.h unilbrk/lbrktables.h \
2977         uniwidth/cjk.h uniwidth/cjk.h uniwidth/cjk.h \
2978         unilbrk/ulc-common.h uniname.in.h uniname/gen-uninames.lisp \
2979         uniname/uninames.h uninorm.in.h uninorm/decompose-internal.h \
2980         uninorm/composition-table.h uninorm/composition-table.gperf \
2981         uninorm/decompose-internal.h uninorm/normalize-internal.h \
2982         uninorm/decomposition-table.h uninorm/decomposition-table1.h \
2983         uninorm/decomposition-table2.h uninorm/normalize-internal.h \
2984         uninorm/normalize-internal.h uninorm/normalize-internal.h \
2985         uninorm/normalize-internal.h uninorm/normalize-internal.h \
2986         uninorm/normalize-internal.h uninorm/u-normalize-internal.h \
2987         uninorm/u-normcmp.h uninorm/u-normcoll.h uninorm/u-normxfrm.h \
2988         uninorm/normalize-internal.h uninorm/u-normalize-internal.h \
2989         uninorm/u-normcmp.h uninorm/u-normcoll.h uninorm/u-normxfrm.h \
2990         uninorm/normalize-internal.h uninorm/u-normalize-internal.h \
2991         uninorm/u-normcmp.h uninorm/u-normcoll.h uninorm/u-normxfrm.h \
2992         unistd.in.h unistdio.in.h printf-args.c printf-args.h \
2993         unistdio/u-printf-args.h unistdio/u-asnprintf.h \
2994         unistdio/u-asprintf.h printf-parse.c printf-parse.h \
2995         unistdio/u-printf-parse.h unistdio/u-snprintf.h \
2996         unistdio/u-sprintf.h unistdio/u-asnprintf.h \
2997         unistdio/u-asprintf.h unistdio/u-snprintf.h \
2998         unistdio/u-sprintf.h vasnprintf.c unistdio/u-vasprintf.h \
2999         unistdio/u-vsnprintf.h unistdio/u-vsprintf.h vasnprintf.c \
3000         unistdio/u-vasprintf.h unistdio/u-vsnprintf.h \
3001         unistdio/u-vsprintf.h unistdio/u-asnprintf.h \
3002         unistdio/u-asprintf.h printf-parse.c printf-parse.h \
3003         unistdio/u-printf-parse.h unistdio/u-snprintf.h \
3004         unistdio/u-sprintf.h unistdio/u-asnprintf.h \
3005         unistdio/u-asprintf.h unistdio/u-snprintf.h \
3006         unistdio/u-sprintf.h vasnprintf.c unistdio/u-vasprintf.h \
3007         unistdio/u-vsnprintf.h unistdio/u-vsprintf.h vasnprintf.c \
3008         unistdio/u-vasprintf.h unistdio/u-vsnprintf.h \
3009         unistdio/u-vsprintf.h unistdio/u-asnprintf.h \
3010         unistdio/u-asprintf.h printf-parse.c printf-parse.h \
3011         unistdio/u-printf-parse.h unistdio/u-snprintf.h \
3012         unistdio/u-sprintf.h unistdio/u-asnprintf.h \
3013         unistdio/u-asprintf.h unistdio/u-snprintf.h \
3014         unistdio/u-sprintf.h vasnprintf.c unistdio/u-vasprintf.h \
3015         unistdio/u-vsnprintf.h unistdio/u-vsprintf.h vasnprintf.c \
3016         unistdio/u-vasprintf.h unistdio/u-vsnprintf.h \
3017         unistdio/u-vsprintf.h unistdio/u-asnprintf.h \
3018         unistdio/u-asprintf.h printf-parse.c printf-parse.h \
3019         unistdio/u-printf-parse.h unistdio/u-snprintf.h \
3020         unistdio/u-sprintf.h vasnprintf.c unistdio/u-vasprintf.h \
3021         unistdio/u-vsnprintf.h unistdio/u-vsprintf.h unistr.in.h \
3022         unistr/u-cmp2.h unistr/u-cpy.h unistr/u-cpy-alloc.h \
3023         unistr/u-endswith.h unistr/u-move.h unistr/u-set.h \
3024         unistr/u-startswith.h unistr/u-stpcpy.h unistr/u-stpncpy.h \
3025         unistr/u-strcat.h unistr/u-strcoll.h unistr/u-strcpy.h \
3026         unistr/u-strcspn.h unistr/u-strdup.h unistr/u-strlen.h \
3027         unistr/u-strncat.h unistr/u-strncpy.h unistr/u-strnlen.h \
3028         unistr/u-strpbrk.h unistr/u-strspn.h str-kmp.h \
3029         unistr/u-strstr.h unistr/u-strtok.h unistr/u-cmp2.h \
3030         unistr/u-cpy.h unistr/u-cpy-alloc.h unistr/u-endswith.h \
3031         unistr/u-move.h unistr/u-set.h unistr/u-startswith.h \
3032         unistr/u-stpcpy.h unistr/u-stpncpy.h unistr/u-strcat.h \
3033         unistr/u-strcoll.h unistr/u-strcpy.h unistr/u-strdup.h \
3034         unistr/u-strlen.h unistr/u-strncat.h unistr/u-strncpy.h \
3035         unistr/u-strnlen.h str-kmp.h unistr/u-strstr.h \
3036         unistr/u-strtok.h unistr/u-cmp2.h unistr/u-cpy.h \
3037         unistr/u-cpy-alloc.h unistr/u-endswith.h unistr/u-move.h \
3038         unistr/u-startswith.h unistr/u-stpcpy.h unistr/u-stpncpy.h \
3039         unistr/u-strcoll.h unistr/u-strcspn.h unistr/u-strdup.h \
3040         unistr/u-strnlen.h unistr/u-strpbrk.h unistr/u-strspn.h \
3041         unistr/u-strstr.h unistr/u-strtok.h unitypes.in.h uniwbrk.in.h \
3042         uniwbrk/wbrktable.h uniwbrk/u-wordbreaks.h \
3043         uniwbrk/u-wordbreaks.h uniwbrk/u-wordbreaks.h \
3044         uniwbrk/wbrkprop.h localcharset.h uniwidth.in.h uniwidth/cjk.h \
3045         verify.h wchar.in.h wctype.in.h wcwidth.c stdbool.mini.h \
3046         stdint.mini.h unistring/cdefs.in.h libunistring.sym \
3047         declared.sh libunistring.rc
3048
3049 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
3050 # statements but through direct file reference. Therefore this snippet must be
3051 # present in all Makefile.am that need it. This is ensured by the applicability
3052 # 'all' defined above.
3053
3054 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
3055 # statements but through direct file reference. Therefore this snippet must be
3056 # present in all Makefile.am that need it. This is ensured by the applicability
3057 # 'all' defined above.
3058
3059 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
3060 # statements but through direct file reference. Therefore this snippet must be
3061 # present in all Makefile.am that need it. This is ensured by the applicability
3062 # 'all' defined above.
3063 BUILT_SOURCES = $(ALLOCA_H) configmake.h $(ERRNO_H) $(FLOAT_H) \
3064         $(ICONV_H) iconv_open-aix.h iconv_open-hpux.h \
3065         iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h math.h \
3066         arg-nonnull.h c++defs.h unused-parameter.h warn-on-use.h \
3067         $(STDBOOL_H) $(STDDEF_H) $(STDINT_H) stdlib.h string.h \
3068         sys/types.h $(LIBUNISTRING_UNICASE_H) \
3069         unicase/locale-languages.h unicase/special-casing-table.h \
3070         $(LIBUNISTRING_UNICONV_H) $(LIBUNISTRING_UNICTYPE_H) \
3071         unictype/bidi_byname.h unictype/categ_byname.h \
3072         unictype/combiningclass_byname.h \
3073         unictype/joininggroup_byname.h unictype/joiningtype_byname.h \
3074         unictype/pr_byname.h unictype/scripts_byname.h \
3075         $(LIBUNISTRING_UNIGBRK_H) $(LIBUNISTRING_UNILBRK_H) \
3076         $(LIBUNISTRING_UNINAME_H) $(LIBUNISTRING_UNINORM_H) \
3077         uninorm/composition-table.h unistd.h \
3078         $(LIBUNISTRING_UNISTDIO_H) $(LIBUNISTRING_UNISTR_H) \
3079         $(LIBUNISTRING_UNITYPES_H) $(LIBUNISTRING_UNIWBRK_H) \
3080         $(LIBUNISTRING_UNIWIDTH_H) wchar.h wctype.h \
3081         unistring/stdbool.h unistring/stdint.h \
3082         unistring/localcharset.h unistring/iconveh.h unistring/cdefs.h
3083 # We distribute it because declared.sh relies on GNU sed.
3084 MOSTLYCLEANFILES = core *.stackdump core *.stackdump alloca.h \
3085         alloca.h-t errno.h errno.h-t float.h float.h-t iconv.h \
3086         iconv.h-t iconv_open-aix.h-t iconv_open-hpux.h-t \
3087         iconv_open-irix.h-t iconv_open-osf.h-t iconv_open-solaris.h-t \
3088         math.h math.h-t arg-nonnull.h arg-nonnull.h-t c++defs.h \
3089         c++defs.h-t unused-parameter.h unused-parameter.h-t \
3090         warn-on-use.h warn-on-use.h-t stdbool.h stdbool.h-t stddef.h \
3091         stddef.h-t stdint.h stdint.h-t stdlib.h stdlib.h-t string.h \
3092         string.h-t sys/types.h sys/types.h-t unicase.h unicase.h-t \
3093         unicase/locale-languages.h-t unicase/special-casing-table.h-t \
3094         uniconv.h uniconv.h-t unictype.h unictype.h-t \
3095         unictype/bidi_byname.h-t unictype/categ_byname.h-t \
3096         unictype/combiningclass_byname.h-t \
3097         unictype/joininggroup_byname.h-t \
3098         unictype/joiningtype_byname.h-t unictype/pr_byname.h-t \
3099         unictype/scripts_byname.h-t unigbrk.h unigbrk.h-t unilbrk.h \
3100         unilbrk.h-t uniname.h uniname.h-t uninorm.h uninorm.h-t \
3101         uninorm/composition-table.h-t unistd.h unistd.h-t unistdio.h \
3102         unistdio.h-t unistr.h unistr.h-t unitypes.h unitypes.h-t \
3103         uniwbrk.h uniwbrk.h-t uniwidth.h uniwidth.h-t wchar.h \
3104         wchar.h-t wctype.h wctype.h-t unistring/stdbool.h-t \
3105         unistring/stdint.h-t unistring/localcharset.h-t \
3106         unistring/iconveh.h-t unistring/cdefs.h-t libunistring.sym-t \
3107         config.h config.h-t $(am__append_488)
3108 MOSTLYCLEANDIRS = 
3109 CLEANFILES = configmake.h configmake.h-t charset.alias ref-add.sed \
3110         ref-del.sed unistring/stdbool.h unistring/stdint.h \
3111         unistring/localcharset.h unistring/iconveh.h unistring/cdefs.h
3112 DISTCLEANFILES = 
3113 MAINTAINERCLEANFILES = iconv_open-aix.h iconv_open-hpux.h \
3114         iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h \
3115         unicase/locale-languages.h unicase/special-casing-table.h \
3116         unictype/bidi_byname.h unictype/categ_byname.h \
3117         unictype/combiningclass_byname.h \
3118         unictype/joininggroup_byname.h unictype/joiningtype_byname.h \
3119         unictype/pr_byname.h unictype/scripts_byname.h \
3120         uninorm/composition-table.h libunistring.sym
3121 SUFFIXES = .sed .sin
3122 lib_LTLIBRARIES = libunistring.la
3123 nobase_include_HEADERS = \
3124   unitypes.h \
3125   unistr.h \
3126   uniconv.h \
3127   unistdio.h \
3128   uniname.h \
3129   unictype.h \
3130   uniwidth.h \
3131   unigbrk.h \
3132   uniwbrk.h \
3133   unilbrk.h \
3134   uninorm.h \
3135   unicase.h \
3136   unistring/inline.h
3137
3138 noinst_HEADERS = \
3139   unistring-notinline.h
3140
3141
3142 # Parametrization of the 'relocatable-lib-lgpl' module.
3143 AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_builddir) -I$(top_srcdir) \
3144         -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1
3145
3146 # Rules generated and collected by gnulib-tool.
3147
3148 # Additional source files.
3149 libunistring_la_SOURCES = amemxfrm.c c-ctype.h c-ctype.c c-strcase.h \
3150         c-strcasecmp.c c-strncasecmp.c localcharset.h localcharset.c \
3151         localename.c glthread/lock.h glthread/lock.c malloca.c math.c \
3152         mbchar.c mbiter.h mbiter.c mbsnlen.c memcmp2.c minmax.h \
3153         printf-frexp.c printf-frexpl.c size_max.h striconveh.h \
3154         striconveh.c striconveha.h striconveha.c glthread/threadlib.c \
3155         unicase/cased.c $(am__append_2) $(am__append_3) \
3156         unicase/ignorable.c $(am__append_4) unicase/special-casing.c \
3157         unicase/tocasefold.c $(am__append_5) $(am__append_6) \
3158         $(am__append_7) $(am__append_8) $(am__append_9) \
3159         $(am__append_10) unicase/u16-casemap.c $(am__append_11) \
3160         $(am__append_12) $(am__append_13) $(am__append_14) \
3161         $(am__append_15) $(am__append_16) $(am__append_17) \
3162         unicase/u16-is-invariant.c $(am__append_18) $(am__append_19) \
3163         $(am__append_20) $(am__append_21) $(am__append_22) \
3164         $(am__append_23) $(am__append_24) $(am__append_25) \
3165         $(am__append_26) unicase/u32-casemap.c $(am__append_27) \
3166         $(am__append_28) $(am__append_29) $(am__append_30) \
3167         $(am__append_31) $(am__append_32) $(am__append_33) \
3168         unicase/u32-is-invariant.c $(am__append_34) $(am__append_35) \
3169         $(am__append_36) $(am__append_37) $(am__append_38) \
3170         $(am__append_39) $(am__append_40) $(am__append_41) \
3171         $(am__append_42) unicase/u8-casemap.c $(am__append_43) \
3172         $(am__append_44) $(am__append_45) $(am__append_46) \
3173         $(am__append_47) $(am__append_48) $(am__append_49) \
3174         unicase/u8-is-invariant.c $(am__append_50) $(am__append_51) \
3175         $(am__append_52) $(am__append_53) $(am__append_54) \
3176         $(am__append_55) $(am__append_56) $(am__append_57) \
3177         $(am__append_58) $(am__append_59) $(am__append_60) \
3178         $(am__append_61) $(am__append_62) $(am__append_63) \
3179         $(am__append_64) $(am__append_65) $(am__append_66) \
3180         $(am__append_67) $(am__append_68) $(am__append_69) \
3181         $(am__append_70) $(am__append_71) $(am__append_72) \
3182         $(am__append_73) $(am__append_74) $(am__append_75) \
3183         $(am__append_76) $(am__append_77) $(am__append_78) \
3184         $(am__append_79) $(am__append_80) $(am__append_81) \
3185         $(am__append_82) $(am__append_83) $(am__append_84) \
3186         $(am__append_85) $(am__append_86) $(am__append_87) \
3187         $(am__append_88) $(am__append_89) $(am__append_90) \
3188         $(am__append_91) $(am__append_92) $(am__append_93) \
3189         $(am__append_94) $(am__append_95) $(am__append_96) \
3190         $(am__append_97) $(am__append_98) $(am__append_99) \
3191         $(am__append_100) $(am__append_101) $(am__append_102) \
3192         $(am__append_103) $(am__append_104) $(am__append_105) \
3193         $(am__append_106) $(am__append_107) $(am__append_108) \
3194         $(am__append_109) $(am__append_110) $(am__append_111) \
3195         $(am__append_112) $(am__append_113) $(am__append_114) \
3196         $(am__append_115) $(am__append_116) $(am__append_117) \
3197         $(am__append_118) $(am__append_119) $(am__append_120) \
3198         $(am__append_121) $(am__append_122) $(am__append_123) \
3199         $(am__append_124) $(am__append_125) $(am__append_126) \
3200         $(am__append_127) $(am__append_128) $(am__append_129) \
3201         $(am__append_130) $(am__append_131) $(am__append_132) \
3202         $(am__append_133) $(am__append_134) $(am__append_135) \
3203         $(am__append_136) $(am__append_137) $(am__append_138) \
3204         $(am__append_139) $(am__append_140) $(am__append_141) \
3205         $(am__append_142) $(am__append_143) $(am__append_144) \
3206         $(am__append_145) $(am__append_146) $(am__append_147) \
3207         $(am__append_148) $(am__append_149) $(am__append_150) \
3208         $(am__append_151) $(am__append_152) $(am__append_153) \
3209         $(am__append_154) $(am__append_155) $(am__append_156) \
3210         $(am__append_157) $(am__append_158) $(am__append_159) \
3211         $(am__append_160) $(am__append_161) $(am__append_162) \
3212         $(am__append_163) $(am__append_164) $(am__append_165) \
3213         $(am__append_166) $(am__append_167) $(am__append_168) \
3214         $(am__append_169) $(am__append_170) $(am__append_171) \
3215         $(am__append_172) $(am__append_173) $(am__append_174) \
3216         $(am__append_175) $(am__append_176) $(am__append_177) \
3217         $(am__append_178) $(am__append_179) $(am__append_180) \
3218         $(am__append_181) $(am__append_182) $(am__append_183) \
3219         $(am__append_184) $(am__append_185) $(am__append_186) \
3220         $(am__append_187) $(am__append_188) $(am__append_189) \
3221         $(am__append_190) $(am__append_191) $(am__append_192) \
3222         $(am__append_193) $(am__append_194) $(am__append_195) \
3223         $(am__append_196) $(am__append_197) $(am__append_198) \
3224         $(am__append_199) $(am__append_200) $(am__append_201) \
3225         $(am__append_202) $(am__append_203) $(am__append_204) \
3226         $(am__append_205) $(am__append_206) $(am__append_207) \
3227         $(am__append_208) $(am__append_209) $(am__append_210) \
3228         $(am__append_211) $(am__append_212) $(am__append_213) \
3229         $(am__append_214) $(am__append_215) $(am__append_216) \
3230         $(am__append_217) $(am__append_218) $(am__append_219) \
3231         $(am__append_220) $(am__append_221) $(am__append_222) \
3232         $(am__append_223) $(am__append_224) $(am__append_225) \
3233         $(am__append_226) $(am__append_227) $(am__append_228) \
3234         $(am__append_229) $(am__append_230) $(am__append_231) \
3235         $(am__append_232) $(am__append_233) $(am__append_234) \
3236         $(am__append_235) $(am__append_236) $(am__append_237) \
3237         $(am__append_238) $(am__append_239) $(am__append_240) \
3238         $(am__append_241) $(am__append_242) $(am__append_243) \
3239         $(am__append_244) $(am__append_245) $(am__append_246) \
3240         $(am__append_247) $(am__append_248) $(am__append_249) \
3241         $(am__append_250) $(am__append_251) $(am__append_252) \
3242         $(am__append_253) $(am__append_254) $(am__append_255) \
3243         $(am__append_256) $(am__append_257) $(am__append_258) \
3244         $(am__append_259) $(am__append_260) $(am__append_261) \
3245         $(am__append_262) unilbrk/lbrktables.c $(am__append_263) \
3246         $(am__append_264) $(am__append_265) $(am__append_266) \
3247         $(am__append_267) $(am__append_268) unilbrk/ulc-common.c \
3248         $(am__append_269) $(am__append_270) $(am__append_271) \
3249         $(am__append_272) uninorm/compat-decomposition.c \
3250         $(am__append_273) uninorm/decompose-internal.c \
3251         $(am__append_274) $(am__append_275) \
3252         uninorm/decomposition-table.c $(am__append_276) \
3253         $(am__append_277) $(am__append_278) $(am__append_279) \
3254         $(am__append_280) $(am__append_281) $(am__append_282) \
3255         $(am__append_283) $(am__append_284) $(am__append_285) \
3256         $(am__append_286) $(am__append_287) $(am__append_288) \
3257         $(am__append_289) $(am__append_290) $(am__append_291) \
3258         $(am__append_292) unistd.c unistdio/u-printf-args.c \
3259         $(am__append_293) $(am__append_294) \
3260         unistdio/u16-printf-parse.c $(am__append_295) \
3261         $(am__append_296) $(am__append_297) $(am__append_298) \
3262         $(am__append_299) $(am__append_300) $(am__append_301) \
3263         $(am__append_302) $(am__append_303) $(am__append_304) \
3264         $(am__append_305) $(am__append_306) $(am__append_307) \
3265         $(am__append_308) $(am__append_309) $(am__append_310) \
3266         unistdio/u32-printf-parse.c $(am__append_311) \
3267         $(am__append_312) $(am__append_313) $(am__append_314) \
3268         $(am__append_315) $(am__append_316) $(am__append_317) \
3269         $(am__append_318) $(am__append_319) $(am__append_320) \
3270         $(am__append_321) $(am__append_322) $(am__append_323) \
3271         $(am__append_324) $(am__append_325) $(am__append_326) \
3272         unistdio/u8-printf-parse.c $(am__append_327) $(am__append_328) \
3273         $(am__append_329) $(am__append_330) $(am__append_331) \
3274         $(am__append_332) $(am__append_333) $(am__append_334) \
3275         $(am__append_335) $(am__append_336) $(am__append_337) \
3276         $(am__append_338) $(am__append_339) $(am__append_340) \
3277         $(am__append_341) $(am__append_342) $(am__append_343) \
3278         unistdio/ulc-printf-parse.c $(am__append_344) \
3279         $(am__append_345) $(am__append_346) $(am__append_347) \
3280         $(am__append_348) $(am__append_349) $(am__append_350) \
3281         $(am__append_351) $(am__append_352) $(am__append_353) \
3282         $(am__append_354) $(am__append_355) $(am__append_356) \
3283         $(am__append_357) $(am__append_358) $(am__append_359) \
3284         $(am__append_360) $(am__append_361) $(am__append_362) \
3285         $(am__append_363) $(am__append_364) $(am__append_365) \
3286         $(am__append_366) $(am__append_367) $(am__append_368) \
3287         $(am__append_369) $(am__append_370) $(am__append_371) \
3288         $(am__append_372) $(am__append_373) $(am__append_374) \
3289         $(am__append_375) $(am__append_376) $(am__append_377) \
3290         $(am__append_378) $(am__append_379) $(am__append_380) \
3291         $(am__append_381) $(am__append_382) $(am__append_383) \
3292         $(am__append_384) $(am__append_385) $(am__append_386) \
3293         $(am__append_387) $(am__append_388) $(am__append_389) \
3294         $(am__append_390) $(am__append_391) $(am__append_392) \
3295         $(am__append_393) $(am__append_394) $(am__append_395) \
3296         $(am__append_396) $(am__append_397) $(am__append_398) \
3297         $(am__append_399) $(am__append_400) $(am__append_401) \
3298         $(am__append_402) $(am__append_403) $(am__append_404) \
3299         $(am__append_405) $(am__append_406) $(am__append_407) \
3300         $(am__append_408) $(am__append_409) $(am__append_410) \
3301         $(am__append_411) $(am__append_412) $(am__append_413) \
3302         $(am__append_414) $(am__append_415) $(am__append_416) \
3303         $(am__append_417) $(am__append_418) $(am__append_419) \
3304         $(am__append_420) $(am__append_421) $(am__append_422) \
3305         $(am__append_423) $(am__append_424) $(am__append_425) \
3306         $(am__append_426) $(am__append_427) $(am__append_428) \
3307         $(am__append_429) $(am__append_430) $(am__append_431) \
3308         $(am__append_432) $(am__append_433) $(am__append_434) \
3309         $(am__append_435) $(am__append_436) $(am__append_437) \
3310         $(am__append_438) $(am__append_439) $(am__append_440) \
3311         $(am__append_441) $(am__append_442) $(am__append_443) \
3312         $(am__append_444) $(am__append_445) $(am__append_446) \
3313         $(am__append_447) $(am__append_448) $(am__append_449) \
3314         $(am__append_450) $(am__append_451) $(am__append_452) \
3315         $(am__append_453) $(am__append_454) $(am__append_455) \
3316         $(am__append_456) $(am__append_457) $(am__append_458) \
3317         $(am__append_459) $(am__append_460) $(am__append_461) \
3318         $(am__append_462) $(am__append_463) $(am__append_464) \
3319         $(am__append_465) $(am__append_466) $(am__append_467) \
3320         $(am__append_468) $(am__append_469) $(am__append_470) \
3321         $(am__append_471) $(am__append_472) $(am__append_473) \
3322         uniwbrk/wbrktable.c $(am__append_474) $(am__append_475) \
3323         $(am__append_476) $(am__append_477) $(am__append_478) \
3324         $(am__append_479) $(am__append_480) $(am__append_481) \
3325         $(am__append_482) $(am__append_483) $(am__append_484) \
3326         $(am__append_485) wctype-h.c xsize.h xsize.c version.c \
3327         $(am__append_486)
3328 libunistring_la_LIBADD = $(gl_LTLIBOBJS) $(WOE32_LIBADD)
3329 libunistring_la_DEPENDENCIES = $(gl_LTLIBOBJS) $(WOE32_LIBADD)
3330 EXTRA_libunistring_la_SOURCES = float.c itold.c frexp.c frexp.c \
3331         frexpl.c fseterr.c iconv.c iconv_close.c iconv_open.c isnan.c \
3332         isnand.c isnan.c isnanf.c isnan.c isnanl.c iswblank.c malloc.c \
3333         mbrtowc.c mbsinit.c memchr.c printf-frexp.c relocatable.c \
3334         signbitd.c signbitf.c signbitl.c strncat.c strstr.c \
3335         printf-args.c printf-parse.c vasnprintf.c vasnprintf.c \
3336         printf-parse.c vasnprintf.c vasnprintf.c printf-parse.c \
3337         vasnprintf.c vasnprintf.c printf-parse.c vasnprintf.c \
3338         wcwidth.c
3339
3340 # How to build libunistring.la.
3341 libunistring_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined $(LTLIBICONV) \
3342         $(LTLIBTHREAD) @INTL_MACOSX_LIBS@ $(am__append_1) \
3343         $(am__append_487) -version-info \
3344         $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) -rpath $(libdir)
3345
3346 # Use this preprocessor expression to decide whether #include_next works.
3347 # Do not rely on a 'configure'-time test for this, since the expression
3348 # might appear in an installed header, which is used by some other compiler.
3349 HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
3350 GPERF = gperf
3351 charset_alias = $(DESTDIR)$(libdir)/charset.alias
3352 charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
3353
3354 # Because this Makefile snippet defines a variable used by other
3355 # gnulib Makefile snippets, it must be present in all Makefile.am that
3356 # need it. This is ensured by the applicability 'all' defined above.
3357 _NORETURN_H = $(top_srcdir)/build-aux/snippet/_Noreturn.h
3358 ARG_NONNULL_H = arg-nonnull.h
3359 CXXDEFS_H = c++defs.h
3360 UNUSED_PARAMETER_H = unused-parameter.h
3361 WARN_ON_USE_H = warn-on-use.h
3362
3363 # The <stdbool.h> and <stdint.h> replacements that can be installed.
3364
3365 # localcharset.h is not public, but its contents is documented.
3366
3367 # iconveh.h is not public, but its contents is documented.
3368
3369 # unistring/version.h is public.
3370
3371 # unistring/cdefs.h is not public, but is included by other header files.
3372
3373 # unistring/woe32dll.h is not public, but is included by other header files.
3374 nobase_nodist_include_HEADERS = unistring/stdbool.h unistring/stdint.h \
3375         unistring/localcharset.h unistring/iconveh.h \
3376         unistring/version.h unistring/cdefs.h unistring/woe32dll.h
3377
3378 # Directories that contain some CLEANFILES.
3379 CLEANDIRS = 
3380 CLEANDIRS_NOT_IN_SRCDIR = unistring
3381
3382 # List of header files that get installed and that declare 'extern' symbols.
3383 HEADERS_WITH_EXTERNS = \
3384   unitypes.h \
3385   unistr.h \
3386   uniconv.h \
3387   unistdio.h \
3388   uniname.h \
3389   unictype.h \
3390   uniwidth.h \
3391   unigbrk.h \
3392   uniwbrk.h \
3393   unilbrk.h \
3394   uninorm.h \
3395   unicase.h \
3396   localcharset.h \
3397   iconveh.h \
3398   unistring/version.in.h
3399
3400 @WOE32_FALSE@WOE32_LIBADD = 
3401 @WOE32_TRUE@WOE32_LIBADD = libunistring.res.lo
3402
3403 # Libtool's library version information for libunistring.
3404 # See the libtool documentation, section "Library interface versions".
3405 LTV_CURRENT = 2
3406 LTV_REVISION = 0
3407 LTV_AGE = 0
3408 all: $(BUILT_SOURCES)
3409         $(MAKE) $(AM_MAKEFLAGS) all-am
3410
3411 .SUFFIXES:
3412 .SUFFIXES: .sed .sin .c .lo .o .obj
3413 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/Makefile.gnulib $(am__configure_deps)
3414         @for dep in $?; do \
3415           case '$(am__configure_deps)' in \
3416             *$$dep*) \
3417               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
3418                 && { if test -f $@; then exit 0; else break; fi; }; \
3419               exit 1;; \
3420           esac; \
3421         done; \
3422         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits lib/Makefile'; \
3423         $(am__cd) $(top_srcdir) && \
3424           $(AUTOMAKE) --gnits lib/Makefile
3425 .PRECIOUS: Makefile
3426 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
3427         @case '$?' in \
3428           *config.status*) \
3429             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
3430           *) \
3431             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
3432             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
3433         esac;
3434 $(srcdir)/Makefile.gnulib:
3435
3436 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
3437         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
3438
3439 $(top_srcdir)/configure:  $(am__configure_deps)
3440         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
3441 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
3442         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
3443 $(am__aclocal_m4_deps):
3444 exported.sh: $(top_builddir)/config.status $(srcdir)/exported.sh.in
3445         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
3446
3447 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
3448         @$(NORMAL_INSTALL)
3449         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
3450         list2=; for p in $$list; do \
3451           if test -f $$p; then \
3452             list2="$$list2 $$p"; \
3453           else :; fi; \
3454         done; \
3455         test -z "$$list2" || { \
3456           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
3457           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
3458           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
3459           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
3460         }
3461
3462 uninstall-libLTLIBRARIES:
3463         @$(NORMAL_UNINSTALL)
3464         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
3465         for p in $$list; do \
3466           $(am__strip_dir) \
3467           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
3468           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
3469         done
3470
3471 clean-libLTLIBRARIES:
3472         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
3473         @list='$(lib_LTLIBRARIES)'; \
3474         locs=`for p in $$list; do echo $$p; done | \
3475               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
3476               sort -u`; \
3477         test -z "$$locs" || { \
3478           echo rm -f $${locs}; \
3479           rm -f $${locs}; \
3480         }
3481 glthread/$(am__dirstamp):
3482         @$(MKDIR_P) glthread
3483         @: > glthread/$(am__dirstamp)
3484 glthread/lock.lo: glthread/$(am__dirstamp)
3485 glthread/threadlib.lo: glthread/$(am__dirstamp)
3486 unicase/$(am__dirstamp):
3487         @$(MKDIR_P) unicase
3488         @: > unicase/$(am__dirstamp)
3489 unicase/cased.lo: unicase/$(am__dirstamp)
3490 unicase/empty-prefix-context.lo: unicase/$(am__dirstamp)
3491 unicase/empty-suffix-context.lo: unicase/$(am__dirstamp)
3492 unicase/ignorable.lo: unicase/$(am__dirstamp)
3493 unicase/locale-language.lo: unicase/$(am__dirstamp)
3494 unicase/special-casing.lo: unicase/$(am__dirstamp)
3495 unicase/tocasefold.lo: unicase/$(am__dirstamp)
3496 unicase/tolower.lo: unicase/$(am__dirstamp)
3497 unicase/totitle.lo: unicase/$(am__dirstamp)
3498 unicase/toupper.lo: unicase/$(am__dirstamp)
3499 unicase/u16-casecmp.lo: unicase/$(am__dirstamp)
3500 unicase/u16-casecoll.lo: unicase/$(am__dirstamp)
3501 unicase/u16-casefold.lo: unicase/$(am__dirstamp)
3502 unicase/u16-casemap.lo: unicase/$(am__dirstamp)
3503 unicase/u16-casexfrm.lo: unicase/$(am__dirstamp)
3504 unicase/u16-ct-casefold.lo: unicase/$(am__dirstamp)
3505 unicase/u16-ct-tolower.lo: unicase/$(am__dirstamp)
3506 unicase/u16-ct-totitle.lo: unicase/$(am__dirstamp)
3507 unicase/u16-ct-toupper.lo: unicase/$(am__dirstamp)
3508 unicase/u16-is-cased.lo: unicase/$(am__dirstamp)
3509 unicase/u16-is-casefolded.lo: unicase/$(am__dirstamp)
3510 unicase/u16-is-invariant.lo: unicase/$(am__dirstamp)
3511 unicase/u16-is-lowercase.lo: unicase/$(am__dirstamp)
3512 unicase/u16-is-titlecase.lo: unicase/$(am__dirstamp)
3513 unicase/u16-is-uppercase.lo: unicase/$(am__dirstamp)
3514 unicase/u16-tolower.lo: unicase/$(am__dirstamp)
3515 unicase/u16-totitle.lo: unicase/$(am__dirstamp)
3516 unicase/u16-toupper.lo: unicase/$(am__dirstamp)
3517 unicase/u32-casecmp.lo: unicase/$(am__dirstamp)
3518 unicase/u32-casecoll.lo: unicase/$(am__dirstamp)
3519 unicase/u32-casefold.lo: unicase/$(am__dirstamp)
3520 unicase/u32-casemap.lo: unicase/$(am__dirstamp)
3521 unicase/u32-casexfrm.lo: unicase/$(am__dirstamp)
3522 unicase/u32-ct-casefold.lo: unicase/$(am__dirstamp)
3523 unicase/u32-ct-tolower.lo: unicase/$(am__dirstamp)
3524 unicase/u32-ct-totitle.lo: unicase/$(am__dirstamp)
3525 unicase/u32-ct-toupper.lo: unicase/$(am__dirstamp)
3526 unicase/u32-is-cased.lo: unicase/$(am__dirstamp)
3527 unicase/u32-is-casefolded.lo: unicase/$(am__dirstamp)
3528 unicase/u32-is-invariant.lo: unicase/$(am__dirstamp)
3529 unicase/u32-is-lowercase.lo: unicase/$(am__dirstamp)
3530 unicase/u32-is-titlecase.lo: unicase/$(am__dirstamp)
3531 unicase/u32-is-uppercase.lo: unicase/$(am__dirstamp)
3532 unicase/u32-tolower.lo: unicase/$(am__dirstamp)
3533 unicase/u32-totitle.lo: unicase/$(am__dirstamp)
3534 unicase/u32-toupper.lo: unicase/$(am__dirstamp)
3535 unicase/u8-casecmp.lo: unicase/$(am__dirstamp)
3536 unicase/u8-casecoll.lo: unicase/$(am__dirstamp)
3537 unicase/u8-casefold.lo: unicase/$(am__dirstamp)
3538 unicase/u8-casemap.lo: unicase/$(am__dirstamp)
3539 unicase/u8-casexfrm.lo: unicase/$(am__dirstamp)
3540 unicase/u8-ct-casefold.lo: unicase/$(am__dirstamp)
3541 unicase/u8-ct-tolower.lo: unicase/$(am__dirstamp)
3542 unicase/u8-ct-totitle.lo: unicase/$(am__dirstamp)
3543 unicase/u8-ct-toupper.lo: unicase/$(am__dirstamp)
3544 unicase/u8-is-cased.lo: unicase/$(am__dirstamp)
3545 unicase/u8-is-casefolded.lo: unicase/$(am__dirstamp)
3546 unicase/u8-is-invariant.lo: unicase/$(am__dirstamp)
3547 unicase/u8-is-lowercase.lo: unicase/$(am__dirstamp)
3548 unicase/u8-is-titlecase.lo: unicase/$(am__dirstamp)
3549 unicase/u8-is-uppercase.lo: unicase/$(am__dirstamp)
3550 unicase/u8-tolower.lo: unicase/$(am__dirstamp)
3551 unicase/u8-totitle.lo: unicase/$(am__dirstamp)
3552 unicase/u8-toupper.lo: unicase/$(am__dirstamp)
3553 unicase/ulc-casecmp.lo: unicase/$(am__dirstamp)
3554 unicase/ulc-casecoll.lo: unicase/$(am__dirstamp)
3555 unicase/ulc-casexfrm.lo: unicase/$(am__dirstamp)
3556 uniconv/$(am__dirstamp):
3557         @$(MKDIR_P) uniconv
3558         @: > uniconv/$(am__dirstamp)
3559 uniconv/u16-conv-from-enc.lo: uniconv/$(am__dirstamp)
3560 uniconv/u16-conv-to-enc.lo: uniconv/$(am__dirstamp)
3561 uniconv/u16-strconv-from-enc.lo: uniconv/$(am__dirstamp)
3562 uniconv/u16-strconv-from-locale.lo: uniconv/$(am__dirstamp)
3563 uniconv/u16-strconv-to-enc.lo: uniconv/$(am__dirstamp)
3564 uniconv/u16-strconv-to-locale.lo: uniconv/$(am__dirstamp)
3565 uniconv/u32-conv-from-enc.lo: uniconv/$(am__dirstamp)
3566 uniconv/u32-conv-to-enc.lo: uniconv/$(am__dirstamp)
3567 uniconv/u32-strconv-from-enc.lo: uniconv/$(am__dirstamp)
3568 uniconv/u32-strconv-from-locale.lo: uniconv/$(am__dirstamp)
3569 uniconv/u32-strconv-to-enc.lo: uniconv/$(am__dirstamp)
3570 uniconv/u32-strconv-to-locale.lo: uniconv/$(am__dirstamp)
3571 uniconv/u8-conv-from-enc.lo: uniconv/$(am__dirstamp)
3572 uniconv/u8-conv-to-enc.lo: uniconv/$(am__dirstamp)
3573 uniconv/u8-strconv-from-enc.lo: uniconv/$(am__dirstamp)
3574 uniconv/u8-strconv-from-locale.lo: uniconv/$(am__dirstamp)
3575 uniconv/u8-strconv-to-enc.lo: uniconv/$(am__dirstamp)
3576 uniconv/u8-strconv-to-locale.lo: uniconv/$(am__dirstamp)
3577 unictype/$(am__dirstamp):
3578         @$(MKDIR_P) unictype
3579         @: > unictype/$(am__dirstamp)
3580 unictype/bidi_byname.lo: unictype/$(am__dirstamp)
3581 unictype/bidi_longname.lo: unictype/$(am__dirstamp)
3582 unictype/bidi_name.lo: unictype/$(am__dirstamp)
3583 unictype/bidi_of.lo: unictype/$(am__dirstamp)
3584 unictype/bidi_test.lo: unictype/$(am__dirstamp)
3585 unictype/blocks.lo: unictype/$(am__dirstamp)
3586 unictype/block_test.lo: unictype/$(am__dirstamp)
3587 unictype/categ_C.lo: unictype/$(am__dirstamp)
3588 unictype/categ_Cc.lo: unictype/$(am__dirstamp)
3589 unictype/categ_Cf.lo: unictype/$(am__dirstamp)
3590 unictype/categ_Cn.lo: unictype/$(am__dirstamp)
3591 unictype/categ_Co.lo: unictype/$(am__dirstamp)
3592 unictype/categ_Cs.lo: unictype/$(am__dirstamp)
3593 unictype/categ_L.lo: unictype/$(am__dirstamp)
3594 unictype/categ_LC.lo: unictype/$(am__dirstamp)
3595 unictype/categ_Ll.lo: unictype/$(am__dirstamp)
3596 unictype/categ_Lm.lo: unictype/$(am__dirstamp)
3597 unictype/categ_Lo.lo: unictype/$(am__dirstamp)
3598 unictype/categ_Lt.lo: unictype/$(am__dirstamp)
3599 unictype/categ_Lu.lo: unictype/$(am__dirstamp)
3600 unictype/categ_M.lo: unictype/$(am__dirstamp)
3601 unictype/categ_Mc.lo: unictype/$(am__dirstamp)
3602 unictype/categ_Me.lo: unictype/$(am__dirstamp)
3603 unictype/categ_Mn.lo: unictype/$(am__dirstamp)
3604 unictype/categ_N.lo: unictype/$(am__dirstamp)
3605 unictype/categ_Nd.lo: unictype/$(am__dirstamp)
3606 unictype/categ_Nl.lo: unictype/$(am__dirstamp)
3607 unictype/categ_No.lo: unictype/$(am__dirstamp)
3608 unictype/categ_P.lo: unictype/$(am__dirstamp)
3609 unictype/categ_Pc.lo: unictype/$(am__dirstamp)
3610 unictype/categ_Pd.lo: unictype/$(am__dirstamp)
3611 unictype/categ_Pe.lo: unictype/$(am__dirstamp)
3612 unictype/categ_Pf.lo: unictype/$(am__dirstamp)
3613 unictype/categ_Pi.lo: unictype/$(am__dirstamp)
3614 unictype/categ_Po.lo: unictype/$(am__dirstamp)
3615 unictype/categ_Ps.lo: unictype/$(am__dirstamp)
3616 unictype/categ_S.lo: unictype/$(am__dirstamp)
3617 unictype/categ_Sc.lo: unictype/$(am__dirstamp)
3618 unictype/categ_Sk.lo: unictype/$(am__dirstamp)
3619 unictype/categ_Sm.lo: unictype/$(am__dirstamp)
3620 unictype/categ_So.lo: unictype/$(am__dirstamp)
3621 unictype/categ_Z.lo: unictype/$(am__dirstamp)
3622 unictype/categ_Zl.lo: unictype/$(am__dirstamp)
3623 unictype/categ_Zp.lo: unictype/$(am__dirstamp)
3624 unictype/categ_Zs.lo: unictype/$(am__dirstamp)
3625 unictype/categ_and.lo: unictype/$(am__dirstamp)
3626 unictype/categ_and_not.lo: unictype/$(am__dirstamp)
3627 unictype/categ_byname.lo: unictype/$(am__dirstamp)
3628 unictype/categ_longname.lo: unictype/$(am__dirstamp)
3629 unictype/categ_name.lo: unictype/$(am__dirstamp)
3630 unictype/categ_none.lo: unictype/$(am__dirstamp)
3631 unictype/categ_of.lo: unictype/$(am__dirstamp)
3632 unictype/categ_or.lo: unictype/$(am__dirstamp)
3633 unictype/categ_test.lo: unictype/$(am__dirstamp)
3634 unictype/combiningclass.lo: unictype/$(am__dirstamp)
3635 unictype/combiningclass_byname.lo: unictype/$(am__dirstamp)
3636 unictype/combiningclass_longname.lo: unictype/$(am__dirstamp)
3637 unictype/combiningclass_name.lo: unictype/$(am__dirstamp)
3638 unictype/ctype_alnum.lo: unictype/$(am__dirstamp)
3639 unictype/ctype_alpha.lo: unictype/$(am__dirstamp)
3640 unictype/ctype_blank.lo: unictype/$(am__dirstamp)
3641 unictype/ctype_cntrl.lo: unictype/$(am__dirstamp)
3642 unictype/ctype_digit.lo: unictype/$(am__dirstamp)
3643 unictype/ctype_graph.lo: unictype/$(am__dirstamp)
3644 unictype/ctype_lower.lo: unictype/$(am__dirstamp)
3645 unictype/ctype_print.lo: unictype/$(am__dirstamp)
3646 unictype/ctype_punct.lo: unictype/$(am__dirstamp)
3647 unictype/ctype_space.lo: unictype/$(am__dirstamp)
3648 unictype/ctype_upper.lo: unictype/$(am__dirstamp)
3649 unictype/ctype_xdigit.lo: unictype/$(am__dirstamp)
3650 unictype/decdigit.lo: unictype/$(am__dirstamp)
3651 unictype/digit.lo: unictype/$(am__dirstamp)
3652 unictype/joininggroup_byname.lo: unictype/$(am__dirstamp)
3653 unictype/joininggroup_name.lo: unictype/$(am__dirstamp)
3654 unictype/joininggroup_of.lo: unictype/$(am__dirstamp)
3655 unictype/joiningtype_byname.lo: unictype/$(am__dirstamp)
3656 unictype/joiningtype_longname.lo: unictype/$(am__dirstamp)
3657 unictype/joiningtype_name.lo: unictype/$(am__dirstamp)
3658 unictype/joiningtype_of.lo: unictype/$(am__dirstamp)
3659 unictype/mirror.lo: unictype/$(am__dirstamp)
3660 unictype/numeric.lo: unictype/$(am__dirstamp)
3661 unictype/pr_alphabetic.lo: unictype/$(am__dirstamp)
3662 unictype/pr_ascii_hex_digit.lo: unictype/$(am__dirstamp)
3663 unictype/pr_bidi_arabic_digit.lo: unictype/$(am__dirstamp)
3664 unictype/pr_bidi_arabic_right_to_left.lo: unictype/$(am__dirstamp)
3665 unictype/pr_bidi_block_separator.lo: unictype/$(am__dirstamp)
3666 unictype/pr_bidi_boundary_neutral.lo: unictype/$(am__dirstamp)
3667 unictype/pr_bidi_common_separator.lo: unictype/$(am__dirstamp)
3668 unictype/pr_bidi_control.lo: unictype/$(am__dirstamp)
3669 unictype/pr_bidi_embedding_or_override.lo: unictype/$(am__dirstamp)
3670 unictype/pr_bidi_eur_num_separator.lo: unictype/$(am__dirstamp)
3671 unictype/pr_bidi_eur_num_terminator.lo: unictype/$(am__dirstamp)
3672 unictype/pr_bidi_european_digit.lo: unictype/$(am__dirstamp)
3673 unictype/pr_bidi_hebrew_right_to_left.lo: unictype/$(am__dirstamp)
3674 unictype/pr_bidi_left_to_right.lo: unictype/$(am__dirstamp)
3675 unictype/pr_bidi_non_spacing_mark.lo: unictype/$(am__dirstamp)
3676 unictype/pr_bidi_other_neutral.lo: unictype/$(am__dirstamp)
3677 unictype/pr_bidi_pdf.lo: unictype/$(am__dirstamp)
3678 unictype/pr_bidi_segment_separator.lo: unictype/$(am__dirstamp)
3679 unictype/pr_bidi_whitespace.lo: unictype/$(am__dirstamp)
3680 unictype/pr_byname.lo: unictype/$(am__dirstamp)
3681 unictype/pr_case_ignorable.lo: unictype/$(am__dirstamp)
3682 unictype/pr_cased.lo: unictype/$(am__dirstamp)
3683 unictype/pr_changes_when_casefolded.lo: unictype/$(am__dirstamp)
3684 unictype/pr_changes_when_casemapped.lo: unictype/$(am__dirstamp)
3685 unictype/pr_changes_when_lowercased.lo: unictype/$(am__dirstamp)
3686 unictype/pr_changes_when_titlecased.lo: unictype/$(am__dirstamp)
3687 unictype/pr_changes_when_uppercased.lo: unictype/$(am__dirstamp)
3688 unictype/pr_combining.lo: unictype/$(am__dirstamp)
3689 unictype/pr_composite.lo: unictype/$(am__dirstamp)
3690 unictype/pr_currency_symbol.lo: unictype/$(am__dirstamp)
3691 unictype/pr_dash.lo: unictype/$(am__dirstamp)
3692 unictype/pr_decimal_digit.lo: unictype/$(am__dirstamp)
3693 unictype/pr_default_ignorable_code_point.lo: unictype/$(am__dirstamp)
3694 unictype/pr_deprecated.lo: unictype/$(am__dirstamp)
3695 unictype/pr_diacritic.lo: unictype/$(am__dirstamp)
3696 unictype/pr_extender.lo: unictype/$(am__dirstamp)
3697 unictype/pr_format_control.lo: unictype/$(am__dirstamp)
3698 unictype/pr_grapheme_base.lo: unictype/$(am__dirstamp)
3699 unictype/pr_grapheme_extend.lo: unictype/$(am__dirstamp)
3700 unictype/pr_grapheme_link.lo: unictype/$(am__dirstamp)
3701 unictype/pr_hex_digit.lo: unictype/$(am__dirstamp)
3702 unictype/pr_hyphen.lo: unictype/$(am__dirstamp)
3703 unictype/pr_id_continue.lo: unictype/$(am__dirstamp)
3704 unictype/pr_id_start.lo: unictype/$(am__dirstamp)
3705 unictype/pr_ideographic.lo: unictype/$(am__dirstamp)
3706 unictype/pr_ids_binary_operator.lo: unictype/$(am__dirstamp)
3707 unictype/pr_ids_trinary_operator.lo: unictype/$(am__dirstamp)
3708 unictype/pr_ignorable_control.lo: unictype/$(am__dirstamp)
3709 unictype/pr_iso_control.lo: unictype/$(am__dirstamp)
3710 unictype/pr_join_control.lo: unictype/$(am__dirstamp)
3711 unictype/pr_left_of_pair.lo: unictype/$(am__dirstamp)
3712 unictype/pr_line_separator.lo: unictype/$(am__dirstamp)
3713 unictype/pr_logical_order_exception.lo: unictype/$(am__dirstamp)
3714 unictype/pr_lowercase.lo: unictype/$(am__dirstamp)
3715 unictype/pr_math.lo: unictype/$(am__dirstamp)
3716 unictype/pr_non_break.lo: unictype/$(am__dirstamp)
3717 unictype/pr_not_a_character.lo: unictype/$(am__dirstamp)
3718 unictype/pr_numeric.lo: unictype/$(am__dirstamp)
3719 unictype/pr_other_alphabetic.lo: unictype/$(am__dirstamp)
3720 unictype/pr_other_default_ignorable_code_point.lo:  \
3721         unictype/$(am__dirstamp)
3722 unictype/pr_other_grapheme_extend.lo: unictype/$(am__dirstamp)
3723 unictype/pr_other_id_continue.lo: unictype/$(am__dirstamp)
3724 unictype/pr_other_id_start.lo: unictype/$(am__dirstamp)
3725 unictype/pr_other_lowercase.lo: unictype/$(am__dirstamp)
3726 unictype/pr_other_math.lo: unictype/$(am__dirstamp)
3727 unictype/pr_other_uppercase.lo: unictype/$(am__dirstamp)
3728 unictype/pr_paired_punctuation.lo: unictype/$(am__dirstamp)
3729 unictype/pr_paragraph_separator.lo: unictype/$(am__dirstamp)
3730 unictype/pr_pattern_syntax.lo: unictype/$(am__dirstamp)
3731 unictype/pr_pattern_white_space.lo: unictype/$(am__dirstamp)
3732 unictype/pr_private_use.lo: unictype/$(am__dirstamp)
3733 unictype/pr_punctuation.lo: unictype/$(am__dirstamp)
3734 unictype/pr_quotation_mark.lo: unictype/$(am__dirstamp)
3735 unictype/pr_radical.lo: unictype/$(am__dirstamp)
3736 unictype/pr_sentence_terminal.lo: unictype/$(am__dirstamp)
3737 unictype/pr_soft_dotted.lo: unictype/$(am__dirstamp)
3738 unictype/pr_space.lo: unictype/$(am__dirstamp)
3739 unictype/pr_terminal_punctuation.lo: unictype/$(am__dirstamp)
3740 unictype/pr_test.lo: unictype/$(am__dirstamp)
3741 unictype/pr_titlecase.lo: unictype/$(am__dirstamp)
3742 unictype/pr_unassigned_code_value.lo: unictype/$(am__dirstamp)
3743 unictype/pr_unified_ideograph.lo: unictype/$(am__dirstamp)
3744 unictype/pr_uppercase.lo: unictype/$(am__dirstamp)
3745 unictype/pr_variation_selector.lo: unictype/$(am__dirstamp)
3746 unictype/pr_white_space.lo: unictype/$(am__dirstamp)
3747 unictype/pr_xid_continue.lo: unictype/$(am__dirstamp)
3748 unictype/pr_xid_start.lo: unictype/$(am__dirstamp)
3749 unictype/pr_zero_width.lo: unictype/$(am__dirstamp)
3750 unictype/scripts.lo: unictype/$(am__dirstamp)
3751 unictype/sy_c_ident.lo: unictype/$(am__dirstamp)
3752 unictype/sy_c_whitespace.lo: unictype/$(am__dirstamp)
3753 unictype/sy_java_ident.lo: unictype/$(am__dirstamp)
3754 unictype/sy_java_whitespace.lo: unictype/$(am__dirstamp)
3755 unigbrk/$(am__dirstamp):
3756         @$(MKDIR_P) unigbrk
3757         @: > unigbrk/$(am__dirstamp)
3758 unigbrk/u16-grapheme-breaks.lo: unigbrk/$(am__dirstamp)
3759 unigbrk/u16-grapheme-next.lo: unigbrk/$(am__dirstamp)
3760 unigbrk/u16-grapheme-prev.lo: unigbrk/$(am__dirstamp)
3761 unigbrk/u32-grapheme-breaks.lo: unigbrk/$(am__dirstamp)
3762 unigbrk/u32-grapheme-next.lo: unigbrk/$(am__dirstamp)
3763 unigbrk/u32-grapheme-prev.lo: unigbrk/$(am__dirstamp)
3764 unigbrk/u8-grapheme-breaks.lo: unigbrk/$(am__dirstamp)
3765 unigbrk/u8-grapheme-next.lo: unigbrk/$(am__dirstamp)
3766 unigbrk/u8-grapheme-prev.lo: unigbrk/$(am__dirstamp)
3767 unigbrk/uc-gbrk-prop.lo: unigbrk/$(am__dirstamp)
3768 unigbrk/uc-is-grapheme-break.lo: unigbrk/$(am__dirstamp)
3769 unigbrk/ulc-grapheme-breaks.lo: unigbrk/$(am__dirstamp)
3770 unilbrk/$(am__dirstamp):
3771         @$(MKDIR_P) unilbrk
3772         @: > unilbrk/$(am__dirstamp)
3773 unilbrk/lbrktables.lo: unilbrk/$(am__dirstamp)
3774 unilbrk/u16-possible-linebreaks.lo: unilbrk/$(am__dirstamp)
3775 unilbrk/u16-width-linebreaks.lo: unilbrk/$(am__dirstamp)
3776 unilbrk/u32-possible-linebreaks.lo: unilbrk/$(am__dirstamp)
3777 unilbrk/u32-width-linebreaks.lo: unilbrk/$(am__dirstamp)
3778 unilbrk/u8-possible-linebreaks.lo: unilbrk/$(am__dirstamp)
3779 unilbrk/u8-width-linebreaks.lo: unilbrk/$(am__dirstamp)
3780 unilbrk/ulc-common.lo: unilbrk/$(am__dirstamp)
3781 unilbrk/ulc-possible-linebreaks.lo: unilbrk/$(am__dirstamp)
3782 unilbrk/ulc-width-linebreaks.lo: unilbrk/$(am__dirstamp)
3783 uniname/$(am__dirstamp):
3784         @$(MKDIR_P) uniname
3785         @: > uniname/$(am__dirstamp)
3786 uniname/uniname.lo: uniname/$(am__dirstamp)
3787 uninorm/$(am__dirstamp):
3788         @$(MKDIR_P) uninorm
3789         @: > uninorm/$(am__dirstamp)
3790 uninorm/canonical-decomposition.lo: uninorm/$(am__dirstamp)
3791 uninorm/compat-decomposition.lo: uninorm/$(am__dirstamp)
3792 uninorm/composition.lo: uninorm/$(am__dirstamp)
3793 uninorm/decompose-internal.lo: uninorm/$(am__dirstamp)
3794 uninorm/decomposing-form.lo: uninorm/$(am__dirstamp)
3795 uninorm/decomposition.lo: uninorm/$(am__dirstamp)
3796 uninorm/decomposition-table.lo: uninorm/$(am__dirstamp)
3797 uninorm/uninorm-filter.lo: uninorm/$(am__dirstamp)
3798 uninorm/nfc.lo: uninorm/$(am__dirstamp)
3799 uninorm/nfd.lo: uninorm/$(am__dirstamp)
3800 uninorm/nfkc.lo: uninorm/$(am__dirstamp)
3801 uninorm/nfkd.lo: uninorm/$(am__dirstamp)
3802 uninorm/u16-normalize.lo: uninorm/$(am__dirstamp)
3803 uninorm/u16-normcmp.lo: uninorm/$(am__dirstamp)
3804 uninorm/u16-normcoll.lo: uninorm/$(am__dirstamp)
3805 uninorm/u16-normxfrm.lo: uninorm/$(am__dirstamp)
3806 uninorm/u32-normalize.lo: uninorm/$(am__dirstamp)
3807 uninorm/u32-normcmp.lo: uninorm/$(am__dirstamp)
3808 uninorm/u32-normcoll.lo: uninorm/$(am__dirstamp)
3809 uninorm/u32-normxfrm.lo: uninorm/$(am__dirstamp)
3810 uninorm/u8-normalize.lo: uninorm/$(am__dirstamp)
3811 uninorm/u8-normcmp.lo: uninorm/$(am__dirstamp)
3812 uninorm/u8-normcoll.lo: uninorm/$(am__dirstamp)
3813 uninorm/u8-normxfrm.lo: uninorm/$(am__dirstamp)
3814 unistdio/$(am__dirstamp):
3815         @$(MKDIR_P) unistdio
3816         @: > unistdio/$(am__dirstamp)
3817 unistdio/u-printf-args.lo: unistdio/$(am__dirstamp)
3818 unistdio/u16-asnprintf.lo: unistdio/$(am__dirstamp)
3819 unistdio/u16-asprintf.lo: unistdio/$(am__dirstamp)
3820 unistdio/u16-printf-parse.lo: unistdio/$(am__dirstamp)
3821 unistdio/u16-snprintf.lo: unistdio/$(am__dirstamp)
3822 unistdio/u16-sprintf.lo: unistdio/$(am__dirstamp)
3823 unistdio/u16-u16-asnprintf.lo: unistdio/$(am__dirstamp)
3824 unistdio/u16-u16-asprintf.lo: unistdio/$(am__dirstamp)
3825 unistdio/u16-u16-snprintf.lo: unistdio/$(am__dirstamp)
3826 unistdio/u16-u16-sprintf.lo: unistdio/$(am__dirstamp)
3827 unistdio/u16-u16-vasnprintf.lo: unistdio/$(am__dirstamp)
3828 unistdio/u16-u16-vasprintf.lo: unistdio/$(am__dirstamp)
3829 unistdio/u16-u16-vsnprintf.lo: unistdio/$(am__dirstamp)
3830 unistdio/u16-u16-vsprintf.lo: unistdio/$(am__dirstamp)
3831 unistdio/u16-vasnprintf.lo: unistdio/$(am__dirstamp)
3832 unistdio/u16-vasprintf.lo: unistdio/$(am__dirstamp)
3833 unistdio/u16-vsnprintf.lo: unistdio/$(am__dirstamp)
3834 unistdio/u16-vsprintf.lo: unistdio/$(am__dirstamp)
3835 unistdio/u32-asnprintf.lo: unistdio/$(am__dirstamp)
3836 unistdio/u32-asprintf.lo: unistdio/$(am__dirstamp)
3837 unistdio/u32-printf-parse.lo: unistdio/$(am__dirstamp)
3838 unistdio/u32-snprintf.lo: unistdio/$(am__dirstamp)
3839 unistdio/u32-sprintf.lo: unistdio/$(am__dirstamp)
3840 unistdio/u32-u32-asnprintf.lo: unistdio/$(am__dirstamp)
3841 unistdio/u32-u32-asprintf.lo: unistdio/$(am__dirstamp)
3842 unistdio/u32-u32-snprintf.lo: unistdio/$(am__dirstamp)
3843 unistdio/u32-u32-sprintf.lo: unistdio/$(am__dirstamp)
3844 unistdio/u32-u32-vasnprintf.lo: unistdio/$(am__dirstamp)
3845 unistdio/u32-u32-vasprintf.lo: unistdio/$(am__dirstamp)
3846 unistdio/u32-u32-vsnprintf.lo: unistdio/$(am__dirstamp)
3847 unistdio/u32-u32-vsprintf.lo: unistdio/$(am__dirstamp)
3848 unistdio/u32-vasnprintf.lo: unistdio/$(am__dirstamp)
3849 unistdio/u32-vasprintf.lo: unistdio/$(am__dirstamp)
3850 unistdio/u32-vsnprintf.lo: unistdio/$(am__dirstamp)
3851 unistdio/u32-vsprintf.lo: unistdio/$(am__dirstamp)
3852 unistdio/u8-asnprintf.lo: unistdio/$(am__dirstamp)
3853 unistdio/u8-asprintf.lo: unistdio/$(am__dirstamp)
3854 unistdio/u8-printf-parse.lo: unistdio/$(am__dirstamp)
3855 unistdio/u8-snprintf.lo: unistdio/$(am__dirstamp)
3856 unistdio/u8-sprintf.lo: unistdio/$(am__dirstamp)
3857 unistdio/u8-u8-asnprintf.lo: unistdio/$(am__dirstamp)
3858 unistdio/u8-u8-asprintf.lo: unistdio/$(am__dirstamp)
3859 unistdio/u8-u8-snprintf.lo: unistdio/$(am__dirstamp)
3860 unistdio/u8-u8-sprintf.lo: unistdio/$(am__dirstamp)
3861 unistdio/u8-u8-vasnprintf.lo: unistdio/$(am__dirstamp)
3862 unistdio/u8-u8-vasprintf.lo: unistdio/$(am__dirstamp)
3863 unistdio/u8-u8-vsnprintf.lo: unistdio/$(am__dirstamp)
3864 unistdio/u8-u8-vsprintf.lo: unistdio/$(am__dirstamp)
3865 unistdio/u8-vasnprintf.lo: unistdio/$(am__dirstamp)
3866 unistdio/u8-vasprintf.lo: unistdio/$(am__dirstamp)
3867 unistdio/u8-vsnprintf.lo: unistdio/$(am__dirstamp)
3868 unistdio/u8-vsprintf.lo: unistdio/$(am__dirstamp)
3869 unistdio/ulc-asnprintf.lo: unistdio/$(am__dirstamp)
3870 unistdio/ulc-asprintf.lo: unistdio/$(am__dirstamp)
3871 unistdio/ulc-fprintf.lo: unistdio/$(am__dirstamp)
3872 unistdio/ulc-printf-parse.lo: unistdio/$(am__dirstamp)
3873 unistdio/ulc-snprintf.lo: unistdio/$(am__dirstamp)
3874 unistdio/ulc-sprintf.lo: unistdio/$(am__dirstamp)
3875 unistdio/ulc-vasnprintf.lo: unistdio/$(am__dirstamp)
3876 unistdio/ulc-vasprintf.lo: unistdio/$(am__dirstamp)
3877 unistdio/ulc-vfprintf.lo: unistdio/$(am__dirstamp)
3878 unistdio/ulc-vsnprintf.lo: unistdio/$(am__dirstamp)
3879 unistdio/ulc-vsprintf.lo: unistdio/$(am__dirstamp)
3880 unistr/$(am__dirstamp):
3881         @$(MKDIR_P) unistr
3882         @: > unistr/$(am__dirstamp)
3883 unistr/u16-check.lo: unistr/$(am__dirstamp)
3884 unistr/u16-chr.lo: unistr/$(am__dirstamp)
3885 unistr/u16-cmp.lo: unistr/$(am__dirstamp)
3886 unistr/u16-cmp2.lo: unistr/$(am__dirstamp)
3887 unistr/u16-cpy.lo: unistr/$(am__dirstamp)
3888 unistr/u16-cpy-alloc.lo: unistr/$(am__dirstamp)
3889 unistr/u16-endswith.lo: unistr/$(am__dirstamp)
3890 unistr/u16-mblen.lo: unistr/$(am__dirstamp)
3891 unistr/u16-mbsnlen.lo: unistr/$(am__dirstamp)
3892 unistr/u16-mbtouc.lo: unistr/$(am__dirstamp)
3893 unistr/u16-mbtouc-aux.lo: unistr/$(am__dirstamp)
3894 unistr/u16-mbtouc-unsafe.lo: unistr/$(am__dirstamp)
3895 unistr/u16-mbtouc-unsafe-aux.lo: unistr/$(am__dirstamp)
3896 unistr/u16-mbtoucr.lo: unistr/$(am__dirstamp)
3897 unistr/u16-move.lo: unistr/$(am__dirstamp)
3898 unistr/u16-next.lo: unistr/$(am__dirstamp)
3899 unistr/u16-prev.lo: unistr/$(am__dirstamp)
3900 unistr/u16-set.lo: unistr/$(am__dirstamp)
3901 unistr/u16-startswith.lo: unistr/$(am__dirstamp)
3902 unistr/u16-stpcpy.lo: unistr/$(am__dirstamp)
3903 unistr/u16-stpncpy.lo: unistr/$(am__dirstamp)
3904 unistr/u16-strcat.lo: unistr/$(am__dirstamp)
3905 unistr/u16-strchr.lo: unistr/$(am__dirstamp)
3906 unistr/u16-strcmp.lo: unistr/$(am__dirstamp)
3907 unistr/u16-strcoll.lo: unistr/$(am__dirstamp)
3908 unistr/u16-strcpy.lo: unistr/$(am__dirstamp)
3909 unistr/u16-strcspn.lo: unistr/$(am__dirstamp)
3910 unistr/u16-strdup.lo: unistr/$(am__dirstamp)
3911 unistr/u16-strlen.lo: unistr/$(am__dirstamp)
3912 unistr/u16-strmblen.lo: unistr/$(am__dirstamp)
3913 unistr/u16-strmbtouc.lo: unistr/$(am__dirstamp)
3914 unistr/u16-strncat.lo: unistr/$(am__dirstamp)
3915 unistr/u16-strncmp.lo: unistr/$(am__dirstamp)
3916 unistr/u16-strncpy.lo: unistr/$(am__dirstamp)
3917 unistr/u16-strnlen.lo: unistr/$(am__dirstamp)
3918 unistr/u16-strpbrk.lo: unistr/$(am__dirstamp)
3919 unistr/u16-strrchr.lo: unistr/$(am__dirstamp)
3920 unistr/u16-strspn.lo: unistr/$(am__dirstamp)
3921 unistr/u16-strstr.lo: unistr/$(am__dirstamp)
3922 unistr/u16-strtok.lo: unistr/$(am__dirstamp)
3923 unistr/u16-to-u32.lo: unistr/$(am__dirstamp)
3924 unistr/u16-to-u8.lo: unistr/$(am__dirstamp)
3925 unistr/u16-uctomb.lo: unistr/$(am__dirstamp)
3926 unistr/u16-uctomb-aux.lo: unistr/$(am__dirstamp)
3927 unistr/u32-check.lo: unistr/$(am__dirstamp)
3928 unistr/u32-chr.lo: unistr/$(am__dirstamp)
3929 unistr/u32-cmp.lo: unistr/$(am__dirstamp)
3930 unistr/u32-cmp2.lo: unistr/$(am__dirstamp)
3931 unistr/u32-cpy.lo: unistr/$(am__dirstamp)
3932 unistr/u32-cpy-alloc.lo: unistr/$(am__dirstamp)
3933 unistr/u32-endswith.lo: unistr/$(am__dirstamp)
3934 unistr/u32-mblen.lo: unistr/$(am__dirstamp)
3935 unistr/u32-mbsnlen.lo: unistr/$(am__dirstamp)
3936 unistr/u32-mbtouc.lo: unistr/$(am__dirstamp)
3937 unistr/u32-mbtouc-unsafe.lo: unistr/$(am__dirstamp)
3938 unistr/u32-mbtoucr.lo: unistr/$(am__dirstamp)
3939 unistr/u32-move.lo: unistr/$(am__dirstamp)
3940 unistr/u32-next.lo: unistr/$(am__dirstamp)
3941 unistr/u32-prev.lo: unistr/$(am__dirstamp)
3942 unistr/u32-set.lo: unistr/$(am__dirstamp)
3943 unistr/u32-startswith.lo: unistr/$(am__dirstamp)
3944 unistr/u32-stpcpy.lo: unistr/$(am__dirstamp)
3945 unistr/u32-stpncpy.lo: unistr/$(am__dirstamp)
3946 unistr/u32-strcat.lo: unistr/$(am__dirstamp)
3947 unistr/u32-strchr.lo: unistr/$(am__dirstamp)
3948 unistr/u32-strcmp.lo: unistr/$(am__dirstamp)
3949 unistr/u32-strcoll.lo: unistr/$(am__dirstamp)
3950 unistr/u32-strcpy.lo: unistr/$(am__dirstamp)
3951 unistr/u32-strcspn.lo: unistr/$(am__dirstamp)
3952 unistr/u32-strdup.lo: unistr/$(am__dirstamp)
3953 unistr/u32-strlen.lo: unistr/$(am__dirstamp)
3954 unistr/u32-strmblen.lo: unistr/$(am__dirstamp)
3955 unistr/u32-strmbtouc.lo: unistr/$(am__dirstamp)
3956 unistr/u32-strncat.lo: unistr/$(am__dirstamp)
3957 unistr/u32-strncmp.lo: unistr/$(am__dirstamp)
3958 unistr/u32-strncpy.lo: unistr/$(am__dirstamp)
3959 unistr/u32-strnlen.lo: unistr/$(am__dirstamp)
3960 unistr/u32-strpbrk.lo: unistr/$(am__dirstamp)
3961 unistr/u32-strrchr.lo: unistr/$(am__dirstamp)
3962 unistr/u32-strspn.lo: unistr/$(am__dirstamp)
3963 unistr/u32-strstr.lo: unistr/$(am__dirstamp)
3964 unistr/u32-strtok.lo: unistr/$(am__dirstamp)
3965 unistr/u32-to-u16.lo: unistr/$(am__dirstamp)
3966 unistr/u32-to-u8.lo: unistr/$(am__dirstamp)
3967 unistr/u32-uctomb.lo: unistr/$(am__dirstamp)
3968 unistr/u8-check.lo: unistr/$(am__dirstamp)
3969 unistr/u8-chr.lo: unistr/$(am__dirstamp)
3970 unistr/u8-cmp.lo: unistr/$(am__dirstamp)
3971 unistr/u8-cmp2.lo: unistr/$(am__dirstamp)
3972 unistr/u8-cpy.lo: unistr/$(am__dirstamp)
3973 unistr/u8-cpy-alloc.lo: unistr/$(am__dirstamp)
3974 unistr/u8-endswith.lo: unistr/$(am__dirstamp)
3975 unistr/u8-mblen.lo: unistr/$(am__dirstamp)
3976 unistr/u8-mbsnlen.lo: unistr/$(am__dirstamp)
3977 unistr/u8-mbtouc.lo: unistr/$(am__dirstamp)
3978 unistr/u8-mbtouc-aux.lo: unistr/$(am__dirstamp)
3979 unistr/u8-mbtouc-unsafe.lo: unistr/$(am__dirstamp)
3980 unistr/u8-mbtouc-unsafe-aux.lo: unistr/$(am__dirstamp)
3981 unistr/u8-mbtoucr.lo: unistr/$(am__dirstamp)
3982 unistr/u8-move.lo: unistr/$(am__dirstamp)
3983 unistr/u8-next.lo: unistr/$(am__dirstamp)
3984 unistr/u8-prev.lo: unistr/$(am__dirstamp)
3985 unistr/u8-set.lo: unistr/$(am__dirstamp)
3986 unistr/u8-startswith.lo: unistr/$(am__dirstamp)
3987 unistr/u8-stpcpy.lo: unistr/$(am__dirstamp)
3988 unistr/u8-stpncpy.lo: unistr/$(am__dirstamp)
3989 unistr/u8-strcat.lo: unistr/$(am__dirstamp)
3990 unistr/u8-strchr.lo: unistr/$(am__dirstamp)
3991 unistr/u8-strcmp.lo: unistr/$(am__dirstamp)
3992 unistr/u8-strcoll.lo: unistr/$(am__dirstamp)
3993 unistr/u8-strcpy.lo: unistr/$(am__dirstamp)
3994 unistr/u8-strcspn.lo: unistr/$(am__dirstamp)
3995 unistr/u8-strdup.lo: unistr/$(am__dirstamp)
3996 unistr/u8-strlen.lo: unistr/$(am__dirstamp)
3997 unistr/u8-strmblen.lo: unistr/$(am__dirstamp)
3998 unistr/u8-strmbtouc.lo: unistr/$(am__dirstamp)
3999 unistr/u8-strncat.lo: unistr/$(am__dirstamp)
4000 unistr/u8-strncmp.lo: unistr/$(am__dirstamp)
4001 unistr/u8-strncpy.lo: unistr/$(am__dirstamp)
4002 unistr/u8-strnlen.lo: unistr/$(am__dirstamp)
4003 unistr/u8-strpbrk.lo: unistr/$(am__dirstamp)
4004 unistr/u8-strrchr.lo: unistr/$(am__dirstamp)
4005 unistr/u8-strspn.lo: unistr/$(am__dirstamp)
4006 unistr/u8-strstr.lo: unistr/$(am__dirstamp)
4007 unistr/u8-strtok.lo: unistr/$(am__dirstamp)
4008 unistr/u8-to-u16.lo: unistr/$(am__dirstamp)
4009 unistr/u8-to-u32.lo: unistr/$(am__dirstamp)
4010 unistr/u8-uctomb.lo: unistr/$(am__dirstamp)
4011 unistr/u8-uctomb-aux.lo: unistr/$(am__dirstamp)
4012 uniwbrk/$(am__dirstamp):
4013         @$(MKDIR_P) uniwbrk
4014         @: > uniwbrk/$(am__dirstamp)
4015 uniwbrk/wbrktable.lo: uniwbrk/$(am__dirstamp)
4016 uniwbrk/u16-wordbreaks.lo: uniwbrk/$(am__dirstamp)
4017 uniwbrk/u32-wordbreaks.lo: uniwbrk/$(am__dirstamp)
4018 uniwbrk/u8-wordbreaks.lo: uniwbrk/$(am__dirstamp)
4019 uniwbrk/ulc-wordbreaks.lo: uniwbrk/$(am__dirstamp)
4020 uniwbrk/wordbreak-property.lo: uniwbrk/$(am__dirstamp)
4021 uniwidth/$(am__dirstamp):
4022         @$(MKDIR_P) uniwidth
4023         @: > uniwidth/$(am__dirstamp)
4024 uniwidth/u16-strwidth.lo: uniwidth/$(am__dirstamp)
4025 uniwidth/u16-width.lo: uniwidth/$(am__dirstamp)
4026 uniwidth/u32-strwidth.lo: uniwidth/$(am__dirstamp)
4027 uniwidth/u32-width.lo: uniwidth/$(am__dirstamp)
4028 uniwidth/u8-strwidth.lo: uniwidth/$(am__dirstamp)
4029 uniwidth/u8-width.lo: uniwidth/$(am__dirstamp)
4030 uniwidth/width.lo: uniwidth/$(am__dirstamp)
4031 ../woe32dll/$(am__dirstamp):
4032         @$(MKDIR_P) ../woe32dll
4033         @: > ../woe32dll/$(am__dirstamp)
4034 ../woe32dll/unistring-exports.lo: ../woe32dll/$(am__dirstamp)
4035
4036 libunistring.la: $(libunistring_la_OBJECTS) $(libunistring_la_DEPENDENCIES) $(EXTRA_libunistring_la_DEPENDENCIES) 
4037         $(AM_V_CCLD)$(libunistring_la_LINK) -rpath $(libdir) $(libunistring_la_OBJECTS) $(libunistring_la_LIBADD) $(LIBS)
4038
4039 mostlyclean-compile:
4040         -rm -f *.$(OBJEXT)
4041         -rm -f ../woe32dll/*.$(OBJEXT)
4042         -rm -f ../woe32dll/*.lo
4043         -rm -f glthread/*.$(OBJEXT)
4044         -rm -f glthread/*.lo
4045         -rm -f unicase/*.$(OBJEXT)
4046         -rm -f unicase/*.lo
4047         -rm -f uniconv/*.$(OBJEXT)
4048         -rm -f uniconv/*.lo
4049         -rm -f unictype/*.$(OBJEXT)
4050         -rm -f unictype/*.lo
4051         -rm -f unigbrk/*.$(OBJEXT)
4052         -rm -f unigbrk/*.lo
4053         -rm -f unilbrk/*.$(OBJEXT)
4054         -rm -f unilbrk/*.lo
4055         -rm -f uniname/*.$(OBJEXT)
4056         -rm -f uniname/*.lo
4057         -rm -f uninorm/*.$(OBJEXT)
4058         -rm -f uninorm/*.lo
4059         -rm -f unistdio/*.$(OBJEXT)
4060         -rm -f unistdio/*.lo
4061         -rm -f unistr/*.$(OBJEXT)
4062         -rm -f unistr/*.lo
4063         -rm -f uniwbrk/*.$(OBJEXT)
4064         -rm -f uniwbrk/*.lo
4065         -rm -f uniwidth/*.$(OBJEXT)
4066         -rm -f uniwidth/*.lo
4067
4068 distclean-compile:
4069         -rm -f *.tab.c
4070
4071 .c.o:
4072         $(AM_V_CC)$(COMPILE) -c -o $@ $<
4073
4074 .c.obj:
4075         $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
4076
4077 .c.lo:
4078         $(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
4079
4080 mostlyclean-libtool:
4081         -rm -f *.lo
4082
4083 clean-libtool:
4084         -rm -rf .libs _libs
4085         -rm -rf ../woe32dll/.libs ../woe32dll/_libs
4086         -rm -rf glthread/.libs glthread/_libs
4087         -rm -rf unicase/.libs unicase/_libs
4088         -rm -rf uniconv/.libs uniconv/_libs
4089         -rm -rf unictype/.libs unictype/_libs
4090         -rm -rf unigbrk/.libs unigbrk/_libs
4091         -rm -rf unilbrk/.libs unilbrk/_libs
4092         -rm -rf uniname/.libs uniname/_libs
4093         -rm -rf uninorm/.libs uninorm/_libs
4094         -rm -rf unistdio/.libs unistdio/_libs
4095         -rm -rf unistr/.libs unistr/_libs
4096         -rm -rf uniwbrk/.libs uniwbrk/_libs
4097         -rm -rf uniwidth/.libs uniwidth/_libs
4098 install-nobase_includeHEADERS: $(nobase_include_HEADERS)
4099         @$(NORMAL_INSTALL)
4100         @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
4101         if test -n "$$list"; then \
4102           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
4103           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
4104         fi; \
4105         $(am__nobase_list) | while read dir files; do \
4106           xfiles=; for file in $$files; do \
4107             if test -f "$$file"; then xfiles="$$xfiles $$file"; \
4108             else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
4109           test -z "$$xfiles" || { \
4110             test "x$$dir" = x. || { \
4111               echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
4112               $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
4113             echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
4114             $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
4115         done
4116
4117 uninstall-nobase_includeHEADERS:
4118         @$(NORMAL_UNINSTALL)
4119         @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
4120         $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
4121         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
4122 install-nobase_nodist_includeHEADERS: $(nobase_nodist_include_HEADERS)
4123         @$(NORMAL_INSTALL)
4124         @list='$(nobase_nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
4125         if test -n "$$list"; then \
4126           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
4127           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
4128         fi; \
4129         $(am__nobase_list) | while read dir files; do \
4130           xfiles=; for file in $$files; do \
4131             if test -f "$$file"; then xfiles="$$xfiles $$file"; \
4132             else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
4133           test -z "$$xfiles" || { \
4134             test "x$$dir" = x. || { \
4135               echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
4136               $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
4137             echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
4138             $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
4139         done
4140
4141 uninstall-nobase_nodist_includeHEADERS:
4142         @$(NORMAL_UNINSTALL)
4143         @list='$(nobase_nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
4144         $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
4145         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
4146
4147 ID: $(am__tagged_files)
4148         $(am__define_uniq_tagged_files); mkid -fID $$unique
4149 tags: tags-am
4150 TAGS: tags
4151
4152 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
4153         set x; \
4154         here=`pwd`; \
4155         $(am__define_uniq_tagged_files); \
4156         shift; \
4157         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
4158           test -n "$$unique" || unique=$$empty_fix; \
4159           if test $$# -gt 0; then \
4160             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4161               "$$@" $$unique; \
4162           else \
4163             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4164               $$unique; \
4165           fi; \
4166         fi
4167 ctags: ctags-am
4168
4169 CTAGS: ctags
4170 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
4171         $(am__define_uniq_tagged_files); \
4172         test -z "$(CTAGS_ARGS)$$unique" \
4173           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
4174              $$unique
4175
4176 GTAGS:
4177         here=`$(am__cd) $(top_builddir) && pwd` \
4178           && $(am__cd) $(top_srcdir) \
4179           && gtags -i $(GTAGS_ARGS) "$$here"
4180 cscopelist: cscopelist-am
4181
4182 cscopelist-am: $(am__tagged_files)
4183         list='$(am__tagged_files)'; \
4184         case "$(srcdir)" in \
4185           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
4186           *) sdir=$(subdir)/$(srcdir) ;; \
4187         esac; \
4188         for i in $$list; do \
4189           if test -f "$$i"; then \
4190             echo "$(subdir)/$$i"; \
4191           else \
4192             echo "$$sdir/$$i"; \
4193           fi; \
4194         done >> $(top_builddir)/cscope.files
4195
4196 distclean-tags:
4197         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
4198
4199 distdir: $(DISTFILES)
4200         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
4201         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
4202         list='$(DISTFILES)'; \
4203           dist_files=`for file in $$list; do echo $$file; done | \
4204           sed -e "s|^$$srcdirstrip/||;t" \
4205               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
4206         case $$dist_files in \
4207           */*) $(MKDIR_P) `echo "$$dist_files" | \
4208                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
4209                            sort -u` ;; \
4210         esac; \
4211         for file in $$dist_files; do \
4212           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
4213           if test -d $$d/$$file; then \
4214             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
4215             if test -d "$(distdir)/$$file"; then \
4216               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
4217             fi; \
4218             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
4219               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
4220               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
4221             fi; \
4222             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
4223           else \
4224             test -f "$(distdir)/$$file" \
4225             || cp -p $$d/$$file "$(distdir)/$$file" \
4226             || exit 1; \
4227           fi; \
4228         done
4229 check-am: all-am
4230 check: $(BUILT_SOURCES)
4231         $(MAKE) $(AM_MAKEFLAGS) check-am
4232 all-am: Makefile $(LTLIBRARIES) $(HEADERS) all-local
4233 installdirs:
4234         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"; do \
4235           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
4236         done
4237 install: $(BUILT_SOURCES)
4238         $(MAKE) $(AM_MAKEFLAGS) install-am
4239 install-exec: install-exec-am
4240 install-data: install-data-am
4241 uninstall: uninstall-am
4242
4243 install-am: all-am
4244         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
4245
4246 installcheck: installcheck-am
4247 install-strip:
4248         if test -z '$(STRIP)'; then \
4249           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
4250             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
4251               install; \
4252         else \
4253           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
4254             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
4255             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
4256         fi
4257 mostlyclean-generic:
4258         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
4259
4260 clean-generic:
4261         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
4262
4263 distclean-generic:
4264         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
4265         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
4266         -rm -f ../woe32dll/$(am__dirstamp)
4267         -rm -f glthread/$(am__dirstamp)
4268         -rm -f unicase/$(am__dirstamp)
4269         -rm -f uniconv/$(am__dirstamp)
4270         -rm -f unictype/$(am__dirstamp)
4271         -rm -f unigbrk/$(am__dirstamp)
4272         -rm -f unilbrk/$(am__dirstamp)
4273         -rm -f uniname/$(am__dirstamp)
4274         -rm -f uninorm/$(am__dirstamp)
4275         -rm -f unistdio/$(am__dirstamp)
4276         -rm -f unistr/$(am__dirstamp)
4277         -rm -f uniwbrk/$(am__dirstamp)
4278         -rm -f uniwidth/$(am__dirstamp)
4279         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
4280
4281 maintainer-clean-generic:
4282         @echo "This command is intended for maintainers to use"
4283         @echo "it deletes files that may require special tools to rebuild."
4284         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
4285         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
4286 clean: clean-am
4287
4288 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
4289         mostlyclean-am
4290
4291 distclean: distclean-am
4292         -rm -f Makefile
4293 distclean-am: clean-am distclean-compile distclean-generic \
4294         distclean-tags
4295
4296 dvi: dvi-am
4297
4298 dvi-am:
4299
4300 html: html-am
4301
4302 html-am:
4303
4304 info: info-am
4305
4306 info-am:
4307
4308 install-data-am: install-nobase_includeHEADERS \
4309         install-nobase_nodist_includeHEADERS
4310
4311 install-dvi: install-dvi-am
4312
4313 install-dvi-am:
4314
4315 install-exec-am: install-exec-local install-libLTLIBRARIES
4316
4317 install-html: install-html-am
4318
4319 install-html-am:
4320
4321 install-info: install-info-am
4322
4323 install-info-am:
4324
4325 install-man:
4326
4327 install-pdf: install-pdf-am
4328
4329 install-pdf-am:
4330
4331 install-ps: install-ps-am
4332
4333 install-ps-am:
4334
4335 installcheck-am:
4336
4337 maintainer-clean: maintainer-clean-am
4338         -rm -f Makefile
4339 maintainer-clean-am: distclean-am maintainer-clean-generic
4340
4341 mostlyclean: mostlyclean-am
4342
4343 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
4344         mostlyclean-libtool mostlyclean-local
4345
4346 pdf: pdf-am
4347
4348 pdf-am:
4349
4350 ps: ps-am
4351
4352 ps-am:
4353
4354 uninstall-am: uninstall-libLTLIBRARIES uninstall-local \
4355         uninstall-nobase_includeHEADERS \
4356         uninstall-nobase_nodist_includeHEADERS
4357
4358 .MAKE: all check install install-am install-strip
4359
4360 .PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \
4361         clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
4362         cscopelist-am ctags ctags-am distclean distclean-compile \
4363         distclean-generic distclean-libtool distclean-tags distdir dvi \
4364         dvi-am html html-am info info-am install install-am \
4365         install-data install-data-am install-dvi install-dvi-am \
4366         install-exec install-exec-am install-exec-local install-html \
4367         install-html-am install-info install-info-am \
4368         install-libLTLIBRARIES install-man \
4369         install-nobase_includeHEADERS \
4370         install-nobase_nodist_includeHEADERS install-pdf \
4371         install-pdf-am install-ps install-ps-am install-strip \
4372         installcheck installcheck-am installdirs maintainer-clean \
4373         maintainer-clean-generic mostlyclean mostlyclean-compile \
4374         mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
4375         pdf-am ps ps-am tags tags-am uninstall uninstall-am \
4376         uninstall-libLTLIBRARIES uninstall-local \
4377         uninstall-nobase_includeHEADERS \
4378         uninstall-nobase_nodist_includeHEADERS
4379
4380
4381 # We need the following in order to create <alloca.h> when the system
4382 # doesn't have one that works with the given compiler.
4383 @GL_GENERATE_ALLOCA_H_TRUE@alloca.h: alloca.in.h $(top_builddir)/config.status
4384 @GL_GENERATE_ALLOCA_H_TRUE@     $(AM_V_GEN)rm -f $@-t $@ && \
4385 @GL_GENERATE_ALLOCA_H_TRUE@     { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4386 @GL_GENERATE_ALLOCA_H_TRUE@       cat $(srcdir)/alloca.in.h; \
4387 @GL_GENERATE_ALLOCA_H_TRUE@     } > $@-t && \
4388 @GL_GENERATE_ALLOCA_H_TRUE@     mv -f $@-t $@
4389 @GL_GENERATE_ALLOCA_H_FALSE@alloca.h: $(top_builddir)/config.status
4390 @GL_GENERATE_ALLOCA_H_FALSE@    rm -f $@
4391
4392 # Listed in the same order as the GNU makefile conventions, and
4393 # provided by autoconf 2.59c+ or 2.70.
4394 # The Automake-defined pkg* macros are appended, in the order
4395 # listed in the Automake 1.10a+ documentation.
4396 configmake.h: Makefile
4397         $(AM_V_GEN)rm -f $@-t && \
4398         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4399           echo '#define PREFIX "$(prefix)"'; \
4400           echo '#define EXEC_PREFIX "$(exec_prefix)"'; \
4401           echo '#define BINDIR "$(bindir)"'; \
4402           echo '#define SBINDIR "$(sbindir)"'; \
4403           echo '#define LIBEXECDIR "$(libexecdir)"'; \
4404           echo '#define DATAROOTDIR "$(datarootdir)"'; \
4405           echo '#define DATADIR "$(datadir)"'; \
4406           echo '#define SYSCONFDIR "$(sysconfdir)"'; \
4407           echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \
4408           echo '#define LOCALSTATEDIR "$(localstatedir)"'; \
4409           echo '#define RUNSTATEDIR "$(runstatedir)"'; \
4410           echo '#define INCLUDEDIR "$(includedir)"'; \
4411           echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \
4412           echo '#define DOCDIR "$(docdir)"'; \
4413           echo '#define INFODIR "$(infodir)"'; \
4414           echo '#define HTMLDIR "$(htmldir)"'; \
4415           echo '#define DVIDIR "$(dvidir)"'; \
4416           echo '#define PDFDIR "$(pdfdir)"'; \
4417           echo '#define PSDIR "$(psdir)"'; \
4418           echo '#define LIBDIR "$(libdir)"'; \
4419           echo '#define LISPDIR "$(lispdir)"'; \
4420           echo '#define LOCALEDIR "$(localedir)"'; \
4421           echo '#define MANDIR "$(mandir)"'; \
4422           echo '#define MANEXT "$(manext)"'; \
4423           echo '#define PKGDATADIR "$(pkgdatadir)"'; \
4424           echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
4425           echo '#define PKGLIBDIR "$(pkglibdir)"'; \
4426           echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
4427         } | sed '/""/d' > $@-t && \
4428         mv -f $@-t $@
4429
4430 # We need the following in order to create <errno.h> when the system
4431 # doesn't have one that is POSIX compliant.
4432 @GL_GENERATE_ERRNO_H_TRUE@errno.h: errno.in.h $(top_builddir)/config.status
4433 @GL_GENERATE_ERRNO_H_TRUE@      $(AM_V_GEN)rm -f $@-t $@ && \
4434 @GL_GENERATE_ERRNO_H_TRUE@      { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
4435 @GL_GENERATE_ERRNO_H_TRUE@        sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4436 @GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
4437 @GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
4438 @GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
4439 @GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
4440 @GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
4441 @GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
4442 @GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
4443 @GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
4444 @GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
4445 @GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
4446 @GL_GENERATE_ERRNO_H_TRUE@            < $(srcdir)/errno.in.h; \
4447 @GL_GENERATE_ERRNO_H_TRUE@      } > $@-t && \
4448 @GL_GENERATE_ERRNO_H_TRUE@      mv $@-t $@
4449 @GL_GENERATE_ERRNO_H_FALSE@errno.h: $(top_builddir)/config.status
4450 @GL_GENERATE_ERRNO_H_FALSE@     rm -f $@
4451
4452 # We need the following in order to create <float.h> when the system
4453 # doesn't have one that works with the given compiler.
4454 @GL_GENERATE_FLOAT_H_TRUE@float.h: float.in.h $(top_builddir)/config.status
4455 @GL_GENERATE_FLOAT_H_TRUE@      $(AM_V_GEN)rm -f $@-t $@ && \
4456 @GL_GENERATE_FLOAT_H_TRUE@      { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
4457 @GL_GENERATE_FLOAT_H_TRUE@        sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4458 @GL_GENERATE_FLOAT_H_TRUE@            -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
4459 @GL_GENERATE_FLOAT_H_TRUE@            -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
4460 @GL_GENERATE_FLOAT_H_TRUE@            -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
4461 @GL_GENERATE_FLOAT_H_TRUE@            -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
4462 @GL_GENERATE_FLOAT_H_TRUE@            -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
4463 @GL_GENERATE_FLOAT_H_TRUE@            < $(srcdir)/float.in.h; \
4464 @GL_GENERATE_FLOAT_H_TRUE@      } > $@-t && \
4465 @GL_GENERATE_FLOAT_H_TRUE@      mv $@-t $@
4466 @GL_GENERATE_FLOAT_H_FALSE@float.h: $(top_builddir)/config.status
4467 @GL_GENERATE_FLOAT_H_FALSE@     rm -f $@
4468
4469 # We need the following in order to create <iconv.h> when the system
4470 # doesn't have one that works with the given compiler.
4471 @GL_GENERATE_ICONV_H_TRUE@iconv.h: iconv.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
4472 @GL_GENERATE_ICONV_H_TRUE@      $(AM_V_GEN)rm -f $@-t $@ && \
4473 @GL_GENERATE_ICONV_H_TRUE@      { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
4474 @GL_GENERATE_ICONV_H_TRUE@        sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4475 @GL_GENERATE_ICONV_H_TRUE@            -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
4476 @GL_GENERATE_ICONV_H_TRUE@            -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
4477 @GL_GENERATE_ICONV_H_TRUE@            -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
4478 @GL_GENERATE_ICONV_H_TRUE@            -e 's|@''NEXT_ICONV_H''@|$(NEXT_ICONV_H)|g' \
4479 @GL_GENERATE_ICONV_H_TRUE@            -e 's/@''GNULIB_ICONV''@/$(GNULIB_ICONV)/g' \
4480 @GL_GENERATE_ICONV_H_TRUE@            -e 's|@''ICONV_CONST''@|$(ICONV_CONST)|g' \
4481 @GL_GENERATE_ICONV_H_TRUE@            -e 's|@''REPLACE_ICONV''@|$(REPLACE_ICONV)|g' \
4482 @GL_GENERATE_ICONV_H_TRUE@            -e 's|@''REPLACE_ICONV_OPEN''@|$(REPLACE_ICONV_OPEN)|g' \
4483 @GL_GENERATE_ICONV_H_TRUE@            -e 's|@''REPLACE_ICONV_UTF''@|$(REPLACE_ICONV_UTF)|g' \
4484 @GL_GENERATE_ICONV_H_TRUE@            -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
4485 @GL_GENERATE_ICONV_H_TRUE@            -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
4486 @GL_GENERATE_ICONV_H_TRUE@            -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
4487 @GL_GENERATE_ICONV_H_TRUE@            < $(srcdir)/iconv.in.h; \
4488 @GL_GENERATE_ICONV_H_TRUE@      } > $@-t && \
4489 @GL_GENERATE_ICONV_H_TRUE@      mv $@-t $@
4490 @GL_GENERATE_ICONV_H_FALSE@iconv.h: $(top_builddir)/config.status
4491 @GL_GENERATE_ICONV_H_FALSE@     rm -f $@
4492
4493 iconv_open-aix.h: iconv_open-aix.gperf
4494         $(GPERF) -m 10 $(srcdir)/iconv_open-aix.gperf > $(srcdir)/iconv_open-aix.h-t
4495         mv $(srcdir)/iconv_open-aix.h-t $(srcdir)/iconv_open-aix.h
4496 iconv_open-hpux.h: iconv_open-hpux.gperf
4497         $(GPERF) -m 10 $(srcdir)/iconv_open-hpux.gperf > $(srcdir)/iconv_open-hpux.h-t
4498         mv $(srcdir)/iconv_open-hpux.h-t $(srcdir)/iconv_open-hpux.h
4499 iconv_open-irix.h: iconv_open-irix.gperf
4500         $(GPERF) -m 10 $(srcdir)/iconv_open-irix.gperf > $(srcdir)/iconv_open-irix.h-t
4501         mv $(srcdir)/iconv_open-irix.h-t $(srcdir)/iconv_open-irix.h
4502 iconv_open-osf.h: iconv_open-osf.gperf
4503         $(GPERF) -m 10 $(srcdir)/iconv_open-osf.gperf > $(srcdir)/iconv_open-osf.h-t
4504         mv $(srcdir)/iconv_open-osf.h-t $(srcdir)/iconv_open-osf.h
4505 iconv_open-solaris.h: iconv_open-solaris.gperf
4506         $(GPERF) -m 10 $(srcdir)/iconv_open-solaris.gperf > $(srcdir)/iconv_open-solaris.h-t
4507         mv $(srcdir)/iconv_open-solaris.h-t $(srcdir)/iconv_open-solaris.h
4508
4509 # We need the following in order to install a simple file in $(libdir)
4510 # which is shared with other installed packages. We use a list of referencing
4511 # packages so that "make uninstall" will remove the file if and only if it
4512 # is not used by another installed package.
4513 # On systems with glibc-2.1 or newer, the file is redundant, therefore we
4514 # avoid installing it.
4515
4516 all-local: charset.alias ref-add.sed ref-del.sed
4517 install-exec-local: install-exec-localcharset
4518 install-exec-localcharset: all-local
4519         if test $(GLIBC21) = no; then \
4520           case '$(host_os)' in \
4521             darwin[56]*) \
4522               need_charset_alias=true ;; \
4523             darwin* | cygwin* | mingw* | pw32* | cegcc*) \
4524               need_charset_alias=false ;; \
4525             *) \
4526               need_charset_alias=true ;; \
4527           esac ; \
4528         else \
4529           need_charset_alias=false ; \
4530         fi ; \
4531         if $$need_charset_alias; then \
4532           $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
4533         fi ; \
4534         if test -f $(charset_alias); then \
4535           sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
4536           $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
4537           rm -f $(charset_tmp) ; \
4538         else \
4539           if $$need_charset_alias; then \
4540             sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
4541             $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
4542             rm -f $(charset_tmp) ; \
4543           fi ; \
4544         fi
4545
4546 uninstall-local: uninstall-localcharset
4547 uninstall-localcharset: all-local
4548         if test -f $(charset_alias); then \
4549           sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
4550           if grep '^# Packages using this file: $$' $(charset_tmp) \
4551               > /dev/null; then \
4552             rm -f $(charset_alias); \
4553           else \
4554             $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
4555           fi; \
4556           rm -f $(charset_tmp); \
4557         fi
4558
4559 charset.alias: config.charset
4560         $(AM_V_GEN)rm -f t-$@ $@ && \
4561         $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \
4562         mv t-$@ $@
4563 .sin.sed:
4564         $(AM_V_GEN)rm -f t-$@ $@ && \
4565         sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \
4566         mv t-$@ $@
4567
4568 # We need the following in order to create <math.h> when the system
4569 # doesn't have one that works with the given compiler.
4570 math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
4571         $(AM_V_GEN)rm -f $@-t $@ && \
4572         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
4573           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4574               -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
4575               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
4576               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
4577               -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \
4578               -e 's/@''GNULIB_ACOSF''@/$(GNULIB_ACOSF)/g' \
4579               -e 's/@''GNULIB_ACOSL''@/$(GNULIB_ACOSL)/g' \
4580               -e 's/@''GNULIB_ASINF''@/$(GNULIB_ASINF)/g' \
4581               -e 's/@''GNULIB_ASINL''@/$(GNULIB_ASINL)/g' \
4582               -e 's/@''GNULIB_ATANF''@/$(GNULIB_ATANF)/g' \
4583               -e 's/@''GNULIB_ATANL''@/$(GNULIB_ATANL)/g' \
4584               -e 's/@''GNULIB_ATAN2F''@/$(GNULIB_ATAN2F)/g' \
4585               -e 's/@''GNULIB_CBRT''@/$(GNULIB_CBRT)/g' \
4586               -e 's/@''GNULIB_CBRTF''@/$(GNULIB_CBRTF)/g' \
4587               -e 's/@''GNULIB_CBRTL''@/$(GNULIB_CBRTL)/g' \
4588               -e 's/@''GNULIB_CEIL''@/$(GNULIB_CEIL)/g' \
4589               -e 's/@''GNULIB_CEILF''@/$(GNULIB_CEILF)/g' \
4590               -e 's/@''GNULIB_CEILL''@/$(GNULIB_CEILL)/g' \
4591               -e 's/@''GNULIB_COPYSIGN''@/$(GNULIB_COPYSIGN)/g' \
4592               -e 's/@''GNULIB_COPYSIGNF''@/$(GNULIB_COPYSIGNF)/g' \
4593               -e 's/@''GNULIB_COPYSIGNL''@/$(GNULIB_COPYSIGNL)/g' \
4594               -e 's/@''GNULIB_COSF''@/$(GNULIB_COSF)/g' \
4595               -e 's/@''GNULIB_COSL''@/$(GNULIB_COSL)/g' \
4596               -e 's/@''GNULIB_COSHF''@/$(GNULIB_COSHF)/g' \
4597               -e 's/@''GNULIB_EXPF''@/$(GNULIB_EXPF)/g' \
4598               -e 's/@''GNULIB_EXPL''@/$(GNULIB_EXPL)/g' \
4599               -e 's/@''GNULIB_EXP2''@/$(GNULIB_EXP2)/g' \
4600               -e 's/@''GNULIB_EXP2F''@/$(GNULIB_EXP2F)/g' \
4601               -e 's/@''GNULIB_EXP2L''@/$(GNULIB_EXP2L)/g' \
4602               -e 's/@''GNULIB_EXPM1''@/$(GNULIB_EXPM1)/g' \
4603               -e 's/@''GNULIB_EXPM1F''@/$(GNULIB_EXPM1F)/g' \
4604               -e 's/@''GNULIB_EXPM1L''@/$(GNULIB_EXPM1L)/g' \
4605               -e 's/@''GNULIB_FABSF''@/$(GNULIB_FABSF)/g' \
4606               -e 's/@''GNULIB_FABSL''@/$(GNULIB_FABSL)/g' \
4607               -e 's/@''GNULIB_FLOOR''@/$(GNULIB_FLOOR)/g' \
4608               -e 's/@''GNULIB_FLOORF''@/$(GNULIB_FLOORF)/g' \
4609               -e 's/@''GNULIB_FLOORL''@/$(GNULIB_FLOORL)/g' \
4610               -e 's/@''GNULIB_FMA''@/$(GNULIB_FMA)/g' \
4611               -e 's/@''GNULIB_FMAF''@/$(GNULIB_FMAF)/g' \
4612               -e 's/@''GNULIB_FMAL''@/$(GNULIB_FMAL)/g' \
4613               -e 's/@''GNULIB_FMOD''@/$(GNULIB_FMOD)/g' \
4614               -e 's/@''GNULIB_FMODF''@/$(GNULIB_FMODF)/g' \
4615               -e 's/@''GNULIB_FMODL''@/$(GNULIB_FMODL)/g' \
4616               -e 's/@''GNULIB_FREXPF''@/$(GNULIB_FREXPF)/g' \
4617               -e 's/@''GNULIB_FREXP''@/$(GNULIB_FREXP)/g' \
4618               -e 's/@''GNULIB_FREXPL''@/$(GNULIB_FREXPL)/g' \
4619               -e 's/@''GNULIB_HYPOT''@/$(GNULIB_HYPOT)/g' \
4620               -e 's/@''GNULIB_HYPOTF''@/$(GNULIB_HYPOTF)/g' \
4621               -e 's/@''GNULIB_HYPOTL''@/$(GNULIB_HYPOTL)/g' \
4622               < $(srcdir)/math.in.h | \
4623           sed -e 's/@''GNULIB_ILOGB''@/$(GNULIB_ILOGB)/g' \
4624               -e 's/@''GNULIB_ILOGBF''@/$(GNULIB_ILOGBF)/g' \
4625               -e 's/@''GNULIB_ILOGBL''@/$(GNULIB_ILOGBL)/g' \
4626               -e 's/@''GNULIB_ISFINITE''@/$(GNULIB_ISFINITE)/g' \
4627               -e 's/@''GNULIB_ISINF''@/$(GNULIB_ISINF)/g' \
4628               -e 's/@''GNULIB_ISNAN''@/$(GNULIB_ISNAN)/g' \
4629               -e 's/@''GNULIB_ISNANF''@/$(GNULIB_ISNANF)/g' \
4630               -e 's/@''GNULIB_ISNAND''@/$(GNULIB_ISNAND)/g' \
4631               -e 's/@''GNULIB_ISNANL''@/$(GNULIB_ISNANL)/g' \
4632               -e 's/@''GNULIB_LDEXPF''@/$(GNULIB_LDEXPF)/g' \
4633               -e 's/@''GNULIB_LDEXPL''@/$(GNULIB_LDEXPL)/g' \
4634               -e 's/@''GNULIB_LOG''@/$(GNULIB_LOG)/g' \
4635               -e 's/@''GNULIB_LOGF''@/$(GNULIB_LOGF)/g' \
4636               -e 's/@''GNULIB_LOGL''@/$(GNULIB_LOGL)/g' \
4637               -e 's/@''GNULIB_LOG10''@/$(GNULIB_LOG10)/g' \
4638               -e 's/@''GNULIB_LOG10F''@/$(GNULIB_LOG10F)/g' \
4639               -e 's/@''GNULIB_LOG10L''@/$(GNULIB_LOG10L)/g' \
4640               -e 's/@''GNULIB_LOG1P''@/$(GNULIB_LOG1P)/g' \
4641               -e 's/@''GNULIB_LOG1PF''@/$(GNULIB_LOG1PF)/g' \
4642               -e 's/@''GNULIB_LOG1PL''@/$(GNULIB_LOG1PL)/g' \
4643               -e 's/@''GNULIB_LOG2''@/$(GNULIB_LOG2)/g' \
4644               -e 's/@''GNULIB_LOG2F''@/$(GNULIB_LOG2F)/g' \
4645               -e 's/@''GNULIB_LOG2L''@/$(GNULIB_LOG2L)/g' \
4646               -e 's/@''GNULIB_LOGB''@/$(GNULIB_LOGB)/g' \
4647               -e 's/@''GNULIB_LOGBF''@/$(GNULIB_LOGBF)/g' \
4648               -e 's/@''GNULIB_LOGBL''@/$(GNULIB_LOGBL)/g' \
4649               -e 's/@''GNULIB_MODF''@/$(GNULIB_MODF)/g' \
4650               -e 's/@''GNULIB_MODFF''@/$(GNULIB_MODFF)/g' \
4651               -e 's/@''GNULIB_MODFL''@/$(GNULIB_MODFL)/g' \
4652               -e 's/@''GNULIB_POWF''@/$(GNULIB_POWF)/g' \
4653               -e 's/@''GNULIB_REMAINDER''@/$(GNULIB_REMAINDER)/g' \
4654               -e 's/@''GNULIB_REMAINDERF''@/$(GNULIB_REMAINDERF)/g' \
4655               -e 's/@''GNULIB_REMAINDERL''@/$(GNULIB_REMAINDERL)/g' \
4656               -e 's/@''GNULIB_RINT''@/$(GNULIB_RINT)/g' \
4657               -e 's/@''GNULIB_RINTF''@/$(GNULIB_RINTF)/g' \
4658               -e 's/@''GNULIB_RINTL''@/$(GNULIB_RINTL)/g' \
4659               -e 's/@''GNULIB_ROUND''@/$(GNULIB_ROUND)/g' \
4660               -e 's/@''GNULIB_ROUNDF''@/$(GNULIB_ROUNDF)/g' \
4661               -e 's/@''GNULIB_ROUNDL''@/$(GNULIB_ROUNDL)/g' \
4662               -e 's/@''GNULIB_SIGNBIT''@/$(GNULIB_SIGNBIT)/g' \
4663               -e 's/@''GNULIB_SINF''@/$(GNULIB_SINF)/g' \
4664               -e 's/@''GNULIB_SINL''@/$(GNULIB_SINL)/g' \
4665               -e 's/@''GNULIB_SINHF''@/$(GNULIB_SINHF)/g' \
4666               -e 's/@''GNULIB_SQRTF''@/$(GNULIB_SQRTF)/g' \
4667               -e 's/@''GNULIB_SQRTL''@/$(GNULIB_SQRTL)/g' \
4668               -e 's/@''GNULIB_TANF''@/$(GNULIB_TANF)/g' \
4669               -e 's/@''GNULIB_TANL''@/$(GNULIB_TANL)/g' \
4670               -e 's/@''GNULIB_TANHF''@/$(GNULIB_TANHF)/g' \
4671               -e 's/@''GNULIB_TRUNC''@/$(GNULIB_TRUNC)/g' \
4672               -e 's/@''GNULIB_TRUNCF''@/$(GNULIB_TRUNCF)/g' \
4673               -e 's/@''GNULIB_TRUNCL''@/$(GNULIB_TRUNCL)/g' \
4674           | \
4675           sed -e 's|@''HAVE_ACOSF''@|$(HAVE_ACOSF)|g' \
4676               -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \
4677               -e 's|@''HAVE_ASINF''@|$(HAVE_ASINF)|g' \
4678               -e 's|@''HAVE_ASINL''@|$(HAVE_ASINL)|g' \
4679               -e 's|@''HAVE_ATANF''@|$(HAVE_ATANF)|g' \
4680               -e 's|@''HAVE_ATANL''@|$(HAVE_ATANL)|g' \
4681               -e 's|@''HAVE_ATAN2F''@|$(HAVE_ATAN2F)|g' \
4682               -e 's|@''HAVE_CBRT''@|$(HAVE_CBRT)|g' \
4683               -e 's|@''HAVE_CBRTF''@|$(HAVE_CBRTF)|g' \
4684               -e 's|@''HAVE_CBRTL''@|$(HAVE_CBRTL)|g' \
4685               -e 's|@''HAVE_COPYSIGN''@|$(HAVE_COPYSIGN)|g' \
4686               -e 's|@''HAVE_COPYSIGNL''@|$(HAVE_COPYSIGNL)|g' \
4687               -e 's|@''HAVE_COSF''@|$(HAVE_COSF)|g' \
4688               -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \
4689               -e 's|@''HAVE_COSHF''@|$(HAVE_COSHF)|g' \
4690               -e 's|@''HAVE_EXPF''@|$(HAVE_EXPF)|g' \
4691               -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \
4692               -e 's|@''HAVE_EXPM1''@|$(HAVE_EXPM1)|g' \
4693               -e 's|@''HAVE_EXPM1F''@|$(HAVE_EXPM1F)|g' \
4694               -e 's|@''HAVE_FABSF''@|$(HAVE_FABSF)|g' \
4695               -e 's|@''HAVE_FABSL''@|$(HAVE_FABSL)|g' \
4696               -e 's|@''HAVE_FMA''@|$(HAVE_FMA)|g' \
4697               -e 's|@''HAVE_FMAF''@|$(HAVE_FMAF)|g' \
4698               -e 's|@''HAVE_FMAL''@|$(HAVE_FMAL)|g' \
4699               -e 's|@''HAVE_FMODF''@|$(HAVE_FMODF)|g' \
4700               -e 's|@''HAVE_FMODL''@|$(HAVE_FMODL)|g' \
4701               -e 's|@''HAVE_FREXPF''@|$(HAVE_FREXPF)|g' \
4702               -e 's|@''HAVE_HYPOTF''@|$(HAVE_HYPOTF)|g' \
4703               -e 's|@''HAVE_HYPOTL''@|$(HAVE_HYPOTL)|g' \
4704               -e 's|@''HAVE_ILOGB''@|$(HAVE_ILOGB)|g' \
4705               -e 's|@''HAVE_ILOGBF''@|$(HAVE_ILOGBF)|g' \
4706               -e 's|@''HAVE_ILOGBL''@|$(HAVE_ILOGBL)|g' \
4707               -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \
4708               -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \
4709               -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \
4710               -e 's|@''HAVE_LDEXPF''@|$(HAVE_LDEXPF)|g' \
4711               -e 's|@''HAVE_LOGF''@|$(HAVE_LOGF)|g' \
4712               -e 's|@''HAVE_LOGL''@|$(HAVE_LOGL)|g' \
4713               -e 's|@''HAVE_LOG10F''@|$(HAVE_LOG10F)|g' \
4714               -e 's|@''HAVE_LOG10L''@|$(HAVE_LOG10L)|g' \
4715               -e 's|@''HAVE_LOG1P''@|$(HAVE_LOG1P)|g' \
4716               -e 's|@''HAVE_LOG1PF''@|$(HAVE_LOG1PF)|g' \
4717               -e 's|@''HAVE_LOG1PL''@|$(HAVE_LOG1PL)|g' \
4718               -e 's|@''HAVE_LOGBF''@|$(HAVE_LOGBF)|g' \
4719               -e 's|@''HAVE_LOGBL''@|$(HAVE_LOGBL)|g' \
4720               -e 's|@''HAVE_MODFF''@|$(HAVE_MODFF)|g' \
4721               -e 's|@''HAVE_MODFL''@|$(HAVE_MODFL)|g' \
4722               -e 's|@''HAVE_POWF''@|$(HAVE_POWF)|g' \
4723               -e 's|@''HAVE_REMAINDER''@|$(HAVE_REMAINDER)|g' \
4724               -e 's|@''HAVE_REMAINDERF''@|$(HAVE_REMAINDERF)|g' \
4725               -e 's|@''HAVE_RINT''@|$(HAVE_RINT)|g' \
4726               -e 's|@''HAVE_RINTL''@|$(HAVE_RINTL)|g' \
4727               -e 's|@''HAVE_SINF''@|$(HAVE_SINF)|g' \
4728               -e 's|@''HAVE_SINL''@|$(HAVE_SINL)|g' \
4729               -e 's|@''HAVE_SINHF''@|$(HAVE_SINHF)|g' \
4730               -e 's|@''HAVE_SQRTF''@|$(HAVE_SQRTF)|g' \
4731               -e 's|@''HAVE_SQRTL''@|$(HAVE_SQRTL)|g' \
4732               -e 's|@''HAVE_TANF''@|$(HAVE_TANF)|g' \
4733               -e 's|@''HAVE_TANL''@|$(HAVE_TANL)|g' \
4734               -e 's|@''HAVE_TANHF''@|$(HAVE_TANHF)|g' \
4735               -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \
4736               -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \
4737               -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \
4738               -e 's|@''HAVE_DECL_CBRTF''@|$(HAVE_DECL_CBRTF)|g' \
4739               -e 's|@''HAVE_DECL_CBRTL''@|$(HAVE_DECL_CBRTL)|g' \
4740               -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \
4741               -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \
4742               -e 's|@''HAVE_DECL_COPYSIGNF''@|$(HAVE_DECL_COPYSIGNF)|g' \
4743               -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \
4744               -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \
4745               -e 's|@''HAVE_DECL_EXP2''@|$(HAVE_DECL_EXP2)|g' \
4746               -e 's|@''HAVE_DECL_EXP2F''@|$(HAVE_DECL_EXP2F)|g' \
4747               -e 's|@''HAVE_DECL_EXP2L''@|$(HAVE_DECL_EXP2L)|g' \
4748               -e 's|@''HAVE_DECL_EXPM1L''@|$(HAVE_DECL_EXPM1L)|g' \
4749               -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \
4750               -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \
4751               -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \
4752               -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \
4753               -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \
4754               -e 's|@''HAVE_DECL_LOG10L''@|$(HAVE_DECL_LOG10L)|g' \
4755               -e 's|@''HAVE_DECL_LOG2''@|$(HAVE_DECL_LOG2)|g' \
4756               -e 's|@''HAVE_DECL_LOG2F''@|$(HAVE_DECL_LOG2F)|g' \
4757               -e 's|@''HAVE_DECL_LOG2L''@|$(HAVE_DECL_LOG2L)|g' \
4758               -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \
4759               -e 's|@''HAVE_DECL_REMAINDER''@|$(HAVE_DECL_REMAINDER)|g' \
4760               -e 's|@''HAVE_DECL_REMAINDERL''@|$(HAVE_DECL_REMAINDERL)|g' \
4761               -e 's|@''HAVE_DECL_RINTF''@|$(HAVE_DECL_RINTF)|g' \
4762               -e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \
4763               -e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \
4764               -e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \
4765               -e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \
4766               -e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \
4767               -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \
4768               -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \
4769               -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \
4770               -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \
4771           | \
4772           sed -e 's|@''REPLACE_CBRTF''@|$(REPLACE_CBRTF)|g' \
4773               -e 's|@''REPLACE_CBRTL''@|$(REPLACE_CBRTL)|g' \
4774               -e 's|@''REPLACE_CEIL''@|$(REPLACE_CEIL)|g' \
4775               -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \
4776               -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \
4777               -e 's|@''REPLACE_EXPM1''@|$(REPLACE_EXPM1)|g' \
4778               -e 's|@''REPLACE_EXPM1F''@|$(REPLACE_EXPM1F)|g' \
4779               -e 's|@''REPLACE_EXP2''@|$(REPLACE_EXP2)|g' \
4780               -e 's|@''REPLACE_EXP2L''@|$(REPLACE_EXP2L)|g' \
4781               -e 's|@''REPLACE_FABSL''@|$(REPLACE_FABSL)|g' \
4782               -e 's|@''REPLACE_FLOOR''@|$(REPLACE_FLOOR)|g' \
4783               -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \
4784               -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \
4785               -e 's|@''REPLACE_FMA''@|$(REPLACE_FMA)|g' \
4786               -e 's|@''REPLACE_FMAF''@|$(REPLACE_FMAF)|g' \
4787               -e 's|@''REPLACE_FMAL''@|$(REPLACE_FMAL)|g' \
4788               -e 's|@''REPLACE_FMOD''@|$(REPLACE_FMOD)|g' \
4789               -e 's|@''REPLACE_FMODF''@|$(REPLACE_FMODF)|g' \
4790               -e 's|@''REPLACE_FMODL''@|$(REPLACE_FMODL)|g' \
4791               -e 's|@''REPLACE_FREXPF''@|$(REPLACE_FREXPF)|g' \
4792               -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \
4793               -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \
4794               -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \
4795               -e 's|@''REPLACE_HYPOT''@|$(REPLACE_HYPOT)|g' \
4796               -e 's|@''REPLACE_HYPOTF''@|$(REPLACE_HYPOTF)|g' \
4797               -e 's|@''REPLACE_HYPOTL''@|$(REPLACE_HYPOTL)|g' \
4798               -e 's|@''REPLACE_ILOGB''@|$(REPLACE_ILOGB)|g' \
4799               -e 's|@''REPLACE_ILOGBF''@|$(REPLACE_ILOGBF)|g' \
4800               -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \
4801               -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \
4802               -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \
4803               -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
4804               -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \
4805               -e 's|@''REPLACE_LOG''@|$(REPLACE_LOG)|g' \
4806               -e 's|@''REPLACE_LOGF''@|$(REPLACE_LOGF)|g' \
4807               -e 's|@''REPLACE_LOGL''@|$(REPLACE_LOGL)|g' \
4808               -e 's|@''REPLACE_LOG10''@|$(REPLACE_LOG10)|g' \
4809               -e 's|@''REPLACE_LOG10F''@|$(REPLACE_LOG10F)|g' \
4810               -e 's|@''REPLACE_LOG10L''@|$(REPLACE_LOG10L)|g' \
4811               -e 's|@''REPLACE_LOG1P''@|$(REPLACE_LOG1P)|g' \
4812               -e 's|@''REPLACE_LOG1PF''@|$(REPLACE_LOG1PF)|g' \
4813               -e 's|@''REPLACE_LOG1PL''@|$(REPLACE_LOG1PL)|g' \
4814               -e 's|@''REPLACE_LOG2''@|$(REPLACE_LOG2)|g' \
4815               -e 's|@''REPLACE_LOG2F''@|$(REPLACE_LOG2F)|g' \
4816               -e 's|@''REPLACE_LOG2L''@|$(REPLACE_LOG2L)|g' \
4817               -e 's|@''REPLACE_LOGB''@|$(REPLACE_LOGB)|g' \
4818               -e 's|@''REPLACE_LOGBF''@|$(REPLACE_LOGBF)|g' \
4819               -e 's|@''REPLACE_LOGBL''@|$(REPLACE_LOGBL)|g' \
4820               -e 's|@''REPLACE_MODF''@|$(REPLACE_MODF)|g' \
4821               -e 's|@''REPLACE_MODFF''@|$(REPLACE_MODFF)|g' \
4822               -e 's|@''REPLACE_MODFL''@|$(REPLACE_MODFL)|g' \
4823               -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \
4824               -e 's|@''REPLACE_REMAINDER''@|$(REPLACE_REMAINDER)|g' \
4825               -e 's|@''REPLACE_REMAINDERF''@|$(REPLACE_REMAINDERF)|g' \
4826               -e 's|@''REPLACE_REMAINDERL''@|$(REPLACE_REMAINDERL)|g' \
4827               -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \
4828               -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \
4829               -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \
4830               -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \
4831               -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|$(REPLACE_SIGNBIT_USING_GCC)|g' \
4832               -e 's|@''REPLACE_SQRTL''@|$(REPLACE_SQRTL)|g' \
4833               -e 's|@''REPLACE_TRUNC''@|$(REPLACE_TRUNC)|g' \
4834               -e 's|@''REPLACE_TRUNCF''@|$(REPLACE_TRUNCF)|g' \
4835               -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \
4836               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
4837               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
4838               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
4839         } > $@-t && \
4840         mv $@-t $@
4841 # The arg-nonnull.h that gets inserted into generated .h files is the same as
4842 # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
4843 # off.
4844 arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
4845         $(AM_V_GEN)rm -f $@-t $@ && \
4846         sed -n -e '/GL_ARG_NONNULL/,$$p' \
4847           < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
4848           > $@-t && \
4849         mv $@-t $@
4850 # The c++defs.h that gets inserted into generated .h files is the same as
4851 # build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
4852 c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
4853         $(AM_V_GEN)rm -f $@-t $@ && \
4854         sed -n -e '/_GL_CXXDEFS/,$$p' \
4855           < $(top_srcdir)/build-aux/snippet/c++defs.h \
4856           > $@-t && \
4857         mv $@-t $@
4858 # The unused-parameter.h that gets inserted into generated .h files is the same
4859 # as build-aux/snippet/unused-parameter.h, except that it has the copyright
4860 # header cut off.
4861 unused-parameter.h: $(top_srcdir)/build-aux/snippet/unused-parameter.h
4862         $(AM_V_GEN)rm -f $@-t $@ && \
4863         sed -n -e '/GL_UNUSED_PARAMETER/,$$p' \
4864           < $(top_srcdir)/build-aux/snippet/unused-parameter.h \
4865           > $@-t && \
4866         mv $@-t $@
4867 # The warn-on-use.h that gets inserted into generated .h files is the same as
4868 # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
4869 # off.
4870 warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
4871         $(AM_V_GEN)rm -f $@-t $@ && \
4872         sed -n -e '/^.ifndef/,$$p' \
4873           < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
4874           > $@-t && \
4875         mv $@-t $@
4876
4877 # We need the following in order to create <stdbool.h> when the system
4878 # doesn't have one that works.
4879 @GL_GENERATE_STDBOOL_H_TRUE@stdbool.h: stdbool.in.h $(top_builddir)/config.status
4880 @GL_GENERATE_STDBOOL_H_TRUE@    $(AM_V_GEN)rm -f $@-t $@ && \
4881 @GL_GENERATE_STDBOOL_H_TRUE@    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4882 @GL_GENERATE_STDBOOL_H_TRUE@      sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
4883 @GL_GENERATE_STDBOOL_H_TRUE@    } > $@-t && \
4884 @GL_GENERATE_STDBOOL_H_TRUE@    mv $@-t $@
4885 @GL_GENERATE_STDBOOL_H_FALSE@stdbool.h: $(top_builddir)/config.status
4886 @GL_GENERATE_STDBOOL_H_FALSE@   rm -f $@
4887
4888 # We need the following in order to create <stddef.h> when the system
4889 # doesn't have one that works with the given compiler.
4890 @GL_GENERATE_STDDEF_H_TRUE@stddef.h: stddef.in.h $(top_builddir)/config.status
4891 @GL_GENERATE_STDDEF_H_TRUE@     $(AM_V_GEN)rm -f $@-t $@ && \
4892 @GL_GENERATE_STDDEF_H_TRUE@     { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
4893 @GL_GENERATE_STDDEF_H_TRUE@       sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4894 @GL_GENERATE_STDDEF_H_TRUE@           -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
4895 @GL_GENERATE_STDDEF_H_TRUE@           -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
4896 @GL_GENERATE_STDDEF_H_TRUE@           -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
4897 @GL_GENERATE_STDDEF_H_TRUE@           -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
4898 @GL_GENERATE_STDDEF_H_TRUE@           -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
4899 @GL_GENERATE_STDDEF_H_TRUE@           -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
4900 @GL_GENERATE_STDDEF_H_TRUE@           < $(srcdir)/stddef.in.h; \
4901 @GL_GENERATE_STDDEF_H_TRUE@     } > $@-t && \
4902 @GL_GENERATE_STDDEF_H_TRUE@     mv $@-t $@
4903 @GL_GENERATE_STDDEF_H_FALSE@stddef.h: $(top_builddir)/config.status
4904 @GL_GENERATE_STDDEF_H_FALSE@    rm -f $@
4905
4906 # We need the following in order to create <stdint.h> when the system
4907 # doesn't have one that works with the given compiler.
4908 @GL_GENERATE_STDINT_H_TRUE@stdint.h: stdint.in.h $(top_builddir)/config.status
4909 @GL_GENERATE_STDINT_H_TRUE@     $(AM_V_GEN)rm -f $@-t $@ && \
4910 @GL_GENERATE_STDINT_H_TRUE@     { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4911 @GL_GENERATE_STDINT_H_TRUE@       sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4912 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
4913 @GL_GENERATE_STDINT_H_TRUE@           -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
4914 @GL_GENERATE_STDINT_H_TRUE@           -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
4915 @GL_GENERATE_STDINT_H_TRUE@           -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
4916 @GL_GENERATE_STDINT_H_TRUE@           -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
4917 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
4918 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
4919 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
4920 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
4921 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
4922 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
4923 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
4924 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
4925 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
4926 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
4927 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
4928 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
4929 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
4930 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
4931 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
4932 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
4933 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
4934 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
4935 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
4936 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
4937 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
4938 @GL_GENERATE_STDINT_H_TRUE@           < $(srcdir)/stdint.in.h; \
4939 @GL_GENERATE_STDINT_H_TRUE@     } > $@-t && \
4940 @GL_GENERATE_STDINT_H_TRUE@     mv $@-t $@
4941 @GL_GENERATE_STDINT_H_FALSE@stdint.h: $(top_builddir)/config.status
4942 @GL_GENERATE_STDINT_H_FALSE@    rm -f $@
4943
4944 # We need the following in order to create <stdlib.h> when the system
4945 # doesn't have one that works with the given compiler.
4946 stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
4947   $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
4948         $(AM_V_GEN)rm -f $@-t $@ && \
4949         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
4950           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4951               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
4952               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
4953               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
4954               -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
4955               -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
4956               -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
4957               -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
4958               -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
4959               -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
4960               -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
4961               -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
4962               -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
4963               -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
4964               -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
4965               -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
4966               -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
4967               -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
4968               -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
4969               -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
4970               -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
4971               -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
4972               -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
4973               -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
4974               -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
4975               -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
4976               -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
4977               -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
4978               -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
4979               -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
4980               -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
4981               -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
4982               -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
4983               -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
4984               -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
4985               -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
4986               -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
4987               < $(srcdir)/stdlib.in.h | \
4988           sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
4989               -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
4990               -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
4991               -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
4992               -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
4993               -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
4994               -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
4995               -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
4996               -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
4997               -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
4998               -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
4999               -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
5000               -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
5001               -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
5002               -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
5003               -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
5004               -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
5005               -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
5006               -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
5007               -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
5008               -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
5009               -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
5010               -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
5011               -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
5012               -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
5013               -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
5014               -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
5015               -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
5016               -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
5017               -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
5018               -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
5019               -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
5020               -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
5021               -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
5022               -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
5023               -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
5024               -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
5025               -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
5026               -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
5027               -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
5028               -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
5029               -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
5030               -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
5031               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
5032               -e '/definition of _Noreturn/r $(_NORETURN_H)' \
5033               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
5034               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
5035         } > $@-t && \
5036         mv $@-t $@
5037
5038 # We need the following in order to create <string.h> when the system
5039 # doesn't have one that works with the given compiler.
5040 string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
5041         $(AM_V_GEN)rm -f $@-t $@ && \
5042         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
5043           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
5044               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
5045               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
5046               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
5047               -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
5048               -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
5049               -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
5050               -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
5051               -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
5052               -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
5053               -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
5054               -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
5055               -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
5056               -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
5057               -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
5058               -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
5059               -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
5060               -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
5061               -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
5062               -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
5063               -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
5064               -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
5065               -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
5066               -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
5067               -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
5068               -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
5069               -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
5070               -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
5071               -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
5072               -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
5073               -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
5074               -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
5075               -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
5076               -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
5077               -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
5078               -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
5079               -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
5080               -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
5081               -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
5082               -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
5083               -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
5084               -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
5085               < $(srcdir)/string.in.h | \
5086           sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
5087               -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
5088               -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
5089               -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
5090               -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
5091               -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
5092               -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
5093               -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
5094               -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
5095               -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
5096               -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
5097               -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
5098               -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
5099               -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
5100               -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
5101               -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
5102               -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
5103               -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
5104               -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
5105               -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
5106               -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
5107               -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
5108               -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
5109               -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
5110               -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
5111               -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
5112               -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
5113               -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
5114               -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
5115               -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
5116               -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
5117               -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
5118               -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
5119               -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
5120               -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
5121               -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
5122               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
5123               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
5124               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
5125               < $(srcdir)/string.in.h; \
5126         } > $@-t && \
5127         mv $@-t $@
5128
5129 # We need the following in order to create <sys/types.h> when the system
5130 # doesn't have one that works with the given compiler.
5131 sys/types.h: sys_types.in.h $(top_builddir)/config.status
5132         $(AM_V_at)$(MKDIR_P) sys
5133         $(AM_V_GEN)rm -f $@-t $@ && \
5134         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5135           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
5136               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
5137               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
5138               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
5139               -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
5140               -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
5141               < $(srcdir)/sys_types.in.h; \
5142         } > $@-t && \
5143         mv $@-t $@
5144
5145 unicase.h: unicase.in.h
5146         $(AM_V_GEN)rm -f $@-t $@ && \
5147         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5148           cat $(srcdir)/unicase.in.h; \
5149         } > $@-t && \
5150         mv -f $@-t $@
5151
5152 unicase/locale-languages.h: $(srcdir)/unicase/locale-languages.gperf
5153         $(GPERF) -m 10 $(srcdir)/unicase/locale-languages.gperf > $(srcdir)/unicase/locale-languages.h-t
5154         mv $(srcdir)/unicase/locale-languages.h-t $(srcdir)/unicase/locale-languages.h
5155
5156 unicase/special-casing-table.h: $(srcdir)/unicase/special-casing-table.gperf
5157         $(GPERF) -m 10 $(srcdir)/unicase/special-casing-table.gperf > $(srcdir)/unicase/special-casing-table.h-t
5158         mv $(srcdir)/unicase/special-casing-table.h-t $(srcdir)/unicase/special-casing-table.h
5159
5160 uniconv.h: uniconv.in.h
5161         $(AM_V_GEN)rm -f $@-t $@ && \
5162         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5163           cat $(srcdir)/uniconv.in.h; \
5164         } > $@-t && \
5165         mv -f $@-t $@
5166
5167 unictype.h: unictype.in.h
5168         $(AM_V_GEN)rm -f $@-t $@ && \
5169         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5170           cat $(srcdir)/unictype.in.h; \
5171         } > $@-t && \
5172         mv -f $@-t $@
5173
5174 unictype/bidi_byname.h: unictype/bidi_byname.gperf
5175         $(GPERF) -m 10 $(srcdir)/unictype/bidi_byname.gperf > $(srcdir)/unictype/bidi_byname.h-t
5176         mv $(srcdir)/unictype/bidi_byname.h-t $(srcdir)/unictype/bidi_byname.h
5177
5178 unictype/categ_byname.h: unictype/categ_byname.gperf
5179         $(GPERF) -m 10 $(srcdir)/unictype/categ_byname.gperf > $(srcdir)/unictype/categ_byname.h-t
5180         mv $(srcdir)/unictype/categ_byname.h-t $(srcdir)/unictype/categ_byname.h
5181
5182 unictype/combiningclass_byname.h: unictype/combiningclass_byname.gperf
5183         $(GPERF) -m 10 $(srcdir)/unictype/combiningclass_byname.gperf > $(srcdir)/unictype/combiningclass_byname.h-t
5184         mv $(srcdir)/unictype/combiningclass_byname.h-t $(srcdir)/unictype/combiningclass_byname.h
5185
5186 unictype/joininggroup_byname.h: unictype/joininggroup_byname.gperf
5187         $(GPERF) -m 10 $(srcdir)/unictype/joininggroup_byname.gperf > $(srcdir)/unictype/joininggroup_byname.h-t
5188         mv $(srcdir)/unictype/joininggroup_byname.h-t $(srcdir)/unictype/joininggroup_byname.h
5189
5190 unictype/joiningtype_byname.h: unictype/joiningtype_byname.gperf
5191         $(GPERF) -m 10 $(srcdir)/unictype/joiningtype_byname.gperf > $(srcdir)/unictype/joiningtype_byname.h-t
5192         mv $(srcdir)/unictype/joiningtype_byname.h-t $(srcdir)/unictype/joiningtype_byname.h
5193
5194 unictype/pr_byname.h: unictype/pr_byname.gperf
5195         $(GPERF) -m 10 $(srcdir)/unictype/pr_byname.gperf > $(srcdir)/unictype/pr_byname.h-t
5196         mv $(srcdir)/unictype/pr_byname.h-t $(srcdir)/unictype/pr_byname.h
5197
5198 unictype/scripts_byname.h: unictype/scripts_byname.gperf
5199         $(GPERF) -m 10 $(srcdir)/unictype/scripts_byname.gperf > $(srcdir)/unictype/scripts_byname.h-t
5200         mv $(srcdir)/unictype/scripts_byname.h-t $(srcdir)/unictype/scripts_byname.h
5201
5202 unigbrk.h: unigbrk.in.h
5203         $(AM_V_GEN)rm -f $@-t $@ && \
5204         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5205           cat $(srcdir)/unigbrk.in.h; \
5206         } > $@-t && \
5207         mv -f $@-t $@
5208
5209 unilbrk.h: unilbrk.in.h
5210         $(AM_V_GEN)rm -f $@-t $@ && \
5211         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5212           cat $(srcdir)/unilbrk.in.h; \
5213         } > $@-t && \
5214         mv -f $@-t $@
5215
5216 uniname.h: uniname.in.h
5217         $(AM_V_GEN)rm -f $@-t $@ && \
5218         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5219           cat $(srcdir)/uniname.in.h; \
5220         } > $@-t && \
5221         mv -f $@-t $@
5222
5223 uninorm.h: uninorm.in.h
5224         $(AM_V_GEN)rm -f $@-t $@ && \
5225         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5226           cat $(srcdir)/uninorm.in.h; \
5227         } > $@-t && \
5228         mv -f $@-t $@
5229
5230 uninorm/composition-table.h: $(srcdir)/uninorm/composition-table.gperf
5231         $(GPERF) -m 1 $(srcdir)/uninorm/composition-table.gperf > $(srcdir)/uninorm/composition-table.h-t
5232         mv $(srcdir)/uninorm/composition-table.h-t $(srcdir)/uninorm/composition-table.h
5233
5234 # We need the following in order to create an empty placeholder for
5235 # <unistd.h> when the system doesn't have one.
5236 unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
5237         $(AM_V_GEN)rm -f $@-t $@ && \
5238         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5239           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
5240               -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
5241               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
5242               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
5243               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
5244               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
5245               -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
5246               -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
5247               -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
5248               -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
5249               -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
5250               -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
5251               -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
5252               -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
5253               -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
5254               -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
5255               -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
5256               -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
5257               -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
5258               -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
5259               -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
5260               -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
5261               -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
5262               -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
5263               -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
5264               -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
5265               -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
5266               -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
5267               -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
5268               -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
5269               -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
5270               -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
5271               -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
5272               -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
5273               -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
5274               -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
5275               -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
5276               -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
5277               -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
5278               -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
5279               -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
5280               -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
5281               -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
5282               -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
5283               -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
5284               -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
5285               -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
5286               -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
5287               -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
5288               -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
5289               -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
5290               -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
5291               -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
5292               -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
5293               -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
5294               -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
5295               < $(srcdir)/unistd.in.h | \
5296           sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
5297               -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
5298               -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
5299               -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
5300               -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
5301               -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
5302               -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
5303               -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
5304               -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
5305               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
5306               -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
5307               -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
5308               -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
5309               -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
5310               -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
5311               -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
5312               -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
5313               -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
5314               -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
5315               -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
5316               -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
5317               -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
5318               -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
5319               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
5320               -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
5321               -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
5322               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
5323               -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
5324               -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
5325               -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
5326               -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
5327               -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
5328               -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
5329               -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
5330               -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
5331               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
5332               -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
5333               -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
5334               -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
5335               -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
5336               -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
5337               -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
5338           | \
5339           sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
5340               -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
5341               -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
5342               -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
5343               -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
5344               -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
5345               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
5346               -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
5347               -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
5348               -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
5349               -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
5350               -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
5351               -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
5352               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
5353               -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
5354               -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
5355               -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
5356               -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
5357               -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
5358               -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
5359               -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
5360               -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
5361               -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
5362               -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
5363               -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
5364               -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
5365               -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
5366               -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
5367               -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
5368               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
5369               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
5370               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
5371               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
5372               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
5373         } > $@-t && \
5374         mv $@-t $@
5375
5376 unistdio.h: unistdio.in.h
5377         $(AM_V_GEN)rm -f $@-t $@ && \
5378         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5379           cat $(srcdir)/unistdio.in.h; \
5380         } > $@-t && \
5381         mv -f $@-t $@
5382
5383 unistr.h: unistr.in.h
5384         $(AM_V_GEN)rm -f $@-t $@ && \
5385         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5386           cat $(srcdir)/unistr.in.h; \
5387         } > $@-t && \
5388         mv -f $@-t $@
5389
5390 unitypes.h: unitypes.in.h
5391         $(AM_V_GEN)rm -f $@-t $@ && \
5392         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5393           cat $(srcdir)/unitypes.in.h; \
5394         } > $@-t && \
5395         mv -f $@-t $@
5396
5397 uniwbrk.h: uniwbrk.in.h
5398         $(AM_V_GEN)rm -f $@-t $@ && \
5399         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5400           cat $(srcdir)/uniwbrk.in.h; \
5401         } > $@-t && \
5402         mv -f $@-t $@
5403
5404 uniwidth.h: uniwidth.in.h
5405         $(AM_V_GEN)rm -f $@-t $@ && \
5406         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5407           cat $(srcdir)/uniwidth.in.h; \
5408         } > $@-t && \
5409         mv -f $@-t $@
5410
5411 # We need the following in order to create <wchar.h> when the system
5412 # version does not work standalone.
5413 wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
5414         $(AM_V_GEN)rm -f $@-t $@ && \
5415         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5416           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
5417               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
5418               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
5419               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
5420               -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
5421               -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
5422               -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
5423               -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
5424               -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
5425               -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
5426               -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
5427               -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
5428               -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
5429               -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
5430               -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
5431               -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
5432               -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
5433               -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
5434               -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
5435               -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
5436               -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
5437               -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
5438               -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
5439               -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
5440               -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
5441               -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
5442               -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
5443               -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
5444               -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
5445               -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
5446               -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
5447               -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
5448               -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
5449               -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
5450               -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
5451               -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
5452               -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
5453               -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
5454               -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
5455               -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
5456               -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
5457               -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
5458               -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
5459               -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
5460               -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
5461               -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
5462               < $(srcdir)/wchar.in.h | \
5463           sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
5464               -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
5465               -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
5466               -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
5467               -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
5468               -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
5469               -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
5470               -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
5471               -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
5472               -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
5473               -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
5474               -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
5475               -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
5476               -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
5477               -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
5478               -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
5479               -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
5480               -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
5481               -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
5482               -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
5483               -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
5484               -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
5485               -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
5486               -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
5487               -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
5488               -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
5489               -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
5490               -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
5491               -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
5492               -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
5493               -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
5494               -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
5495               -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
5496               -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
5497               -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
5498               -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
5499               -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
5500               -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
5501               -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
5502               -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
5503           | \
5504           sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
5505               -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
5506               -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
5507               -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
5508               -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
5509               -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
5510               -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
5511               -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
5512               -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
5513               -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
5514               -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
5515               -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
5516               -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
5517               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
5518               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
5519               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
5520         } > $@-t && \
5521         mv $@-t $@
5522
5523 # We need the following in order to create <wctype.h> when the system
5524 # doesn't have one that works with the given compiler.
5525 wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
5526         $(AM_V_GEN)rm -f $@-t $@ && \
5527         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5528           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
5529               -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
5530               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
5531               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
5532               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
5533               -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
5534               -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \
5535               -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \
5536               -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \
5537               -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \
5538               -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \
5539               -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
5540               -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
5541               -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \
5542               -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \
5543               -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
5544               -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \
5545               -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
5546               -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \
5547               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
5548               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
5549               < $(srcdir)/wctype.in.h; \
5550         } > $@-t && \
5551         mv $@-t $@
5552
5553 mostlyclean-local: mostlyclean-generic
5554         @for dir in '' $(MOSTLYCLEANDIRS); do \
5555           if test -n "$$dir" && test -d $$dir; then \
5556             echo "rmdir $$dir"; rmdir $$dir; \
5557           fi; \
5558         done; \
5559         :
5560
5561 # Produce an unistring/stdbool.h that is not compiler dependent.
5562 # GCC >= 2.95 has <stdbool.h>.
5563 # AIX >= 5.3 has <stdbool.h>.
5564 # Solaris 10 and some HP-UX 11 versions have <stdbool.h> but it does not
5565 # necessarily work.
5566 unistring/stdbool.h : $(STDBOOL_H) stdbool.mini.h
5567         @MKDIR_P@ unistring
5568         rm -f $@-t $@
5569         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5570           echo '#if !defined _GL_STDBOOL_H'; \
5571           if test -f /usr/include/stdbool.h; then \
5572             echo '#if (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)) || defined _AIX'; \
5573           else \
5574             echo '#if (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95))'; \
5575           fi; \
5576           echo '#include <stdbool.h>'; \
5577           echo '#else'; \
5578           cat $(srcdir)/stdbool.mini.h; \
5579           echo '#endif'; \
5580           echo '#endif'; \
5581         } > $@-t
5582         mv $@-t $@
5583
5584 # Produce an unistring/stdint.h that is not compiler dependent.
5585 # Glibc >= 2 has <stdint.h>.
5586 # On most other platforms that have it, it is buggy in one way or the other.
5587 unistring/stdint.h : $(STDINT_H) stdint.mini.h
5588         @MKDIR_P@ unistring
5589         rm -f $@-t $@
5590         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5591           echo '#include <stddef.h>'; \
5592           echo '#if __GLIBC__ >= 2'; \
5593           echo '#include <stdint.h>'; \
5594           echo '#else'; \
5595           if test -f /usr/include/stdint.h; then \
5596             HAVE_STDINT_H='1'; \
5597           else \
5598             HAVE_STDINT_H='defined __MINGW32__ || defined __HAIKU__'; \
5599           fi; \
5600           if test -f /usr/include/inttypes.h; then \
5601             HAVE_INTTYPES_H='1'; \
5602           else \
5603             HAVE_INTTYPES_H='defined __MINGW32__ || defined __HAIKU__'; \
5604           fi; \
5605           if test -f /usr/include/sys/inttypes.h; then \
5606             HAVE_SYS_INTTYPES_H='1'; \
5607           else \
5608             HAVE_SYS_INTTYPES_H='0'; \
5609           fi; \
5610           sed -e 's/@''HAVE_STDINT_H''@/'"$$HAVE_STDINT_H"'/g' \
5611               -e 's|@''INCLUDE_NEXT''@|include|g' \
5612               -e 's|@''PRAGMA_SYSTEM_HEADER''@||g' \
5613               -e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \
5614               -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
5615               -e 's/@''HAVE_INTTYPES_H''@/'"$$HAVE_INTTYPES_H"'/g' \
5616               -e 's/@''HAVE_SYS_INTTYPES_H''@/'"$$HAVE_SYS_INTTYPES_H"'/g' \
5617               -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
5618               < $(srcdir)/stdint.mini.h; \
5619           echo '#endif'; \
5620         } > $@-t
5621         mv $@-t $@
5622 unistring/localcharset.h : localcharset.h
5623         @MKDIR_P@ unistring
5624         rm -f $@-t $@
5625         cp $(srcdir)/localcharset.h $@-t
5626         mv $@-t $@
5627 unistring/iconveh.h : iconveh.h
5628         @MKDIR_P@ unistring
5629         rm -f $@-t $@
5630         cp $(srcdir)/iconveh.h $@-t
5631         mv $@-t $@
5632 unistring/cdefs.h : unistring/cdefs.in.h $(UNUSED_PARAMETER_H)
5633         @MKDIR_P@ unistring
5634         rm -f $@-t $@
5635         sed -e '/definition of _GL_UNUSED_PARAMETER/r $(UNUSED_PARAMETER_H)' \
5636             < $(srcdir)/unistring/cdefs.in.h \
5637             > $@-t
5638         mv $@-t $@
5639 clean-local: clean-generic
5640         @for dir in '' $(CLEANDIRS); do \
5641           if test -n "$$dir" && test -d $$dir; then \
5642             echo "rmdir $$dir"; rmdir $$dir; \
5643           fi; \
5644         done; \
5645         if test '$(srcdir)' != '.'; then \
5646           for dir in '' $(CLEANDIRS_NOT_IN_SRCDIR); do \
5647             if test -n "$$dir" && test -d $$dir; then \
5648               echo "rmdir $$dir"; rmdir $$dir; \
5649             fi; \
5650           done; \
5651         fi; \
5652         :
5653
5654 # List of exported symbols.
5655 # We extract it from the header files that get installed.
5656 # We keep symbols that start with "_UC", because they may be needed for
5657 # compiling newer versions of gnulib modules when the gnulib module
5658 # 'libunistring-optional' is in use.
5659 # This file has the same format as the one expected by the libtool option
5660 # '-export-symbols', but we don't use this option, because it would prevent us
5661 # from building some of the gnulib unit tests.
5662 libunistring.sym : $(HEADERS_WITH_EXTERNS)
5663         for f in $(HEADERS_WITH_EXTERNS); do \
5664           if test -f $$f; then \
5665             cat $$f; \
5666           else \
5667             cat $(srcdir)/$$f; \
5668           fi; \
5669         done \
5670           | $(srcdir)/declared.sh | LC_ALL=C sort | LC_ALL=C uniq \
5671           > $@-t
5672         mv $@-t $@
5673
5674 # Hide undesired symbols that are defined by libunistring_la_SOURCES or
5675 # libunistring_la_LIBADD from the global namespace, by prefixing them with
5676 # "libunistring_".
5677 all check install: config.h
5678 config.h: $(BUILT_SOURCES) libunistring.sym
5679         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5680           : "Avoid double inclusion, to avoid a warning about redefinitions."; \
5681           echo '#ifndef UNISTRING_CONFIG_H'; \
5682           echo '#define UNISTRING_CONFIG_H'; \
5683           echo; \
5684           echo '#include "../config.h"'; \
5685           echo; \
5686           echo '#endif /* UNISTRING_CONFIG_H */'; \
5687         } > config.h && \
5688         if test -n "$(NAMESPACING)" && test -n "$(HAVE_GLOBAL_SYMBOL_PIPE)"; then \
5689           { \
5690             { \
5691               for f in $(libunistring_la_SOURCES) $(libunistring_la_LIBADD); do \
5692                 case $$f in \
5693                   *.res.lo ) ;; \
5694                   *.c | *.$(OBJEXT) | *.lo ) \
5695                     sf=`echo "$$f" | sed -e 's,\\.[^.]*$$,,'`.c; \
5696                     test -f $$sf || sf=$(srcdir)/$$sf; \
5697                     of=`echo "$$f" | sed -e 's,^.*/,,' -e 's,\\.[^.]*$$,,'`.$(OBJEXT); \
5698                     echo "$(COMPILE) -c $$sf" 1>&6; \
5699                     $(COMPILE) -c $$sf || { rm -f config.h; exit 1; }; \
5700                     sh ./exported.sh $$of 1>&5; \
5701                     rm -f $$of `echo "$$of" | sed -e 's,\\.$(OBJEXT)$$,.lo,'`; \
5702                     ;; \
5703                 esac; \
5704               done; \
5705             } 5>&1 \
5706               | sed -e 's,.* ,,' | LC_ALL=C sort | LC_ALL=C uniq \
5707               | { \
5708                   if test -f libunistring.sym; then \
5709                     symfile='libunistring.sym'; \
5710                   else \
5711                     symfile='$(srcdir)/libunistring.sym'; \
5712                   fi; \
5713                   LC_ALL=C join -v 1 - $$symfile; \
5714                 } \
5715               | sed -e 's,^\(.*\)$$,#define \1 libunistring_\1,' > config.h-t; \
5716           } 6>&1 && \
5717           if test -f config.h; then \
5718             cat config.h-t >> config.h; \
5719             rm -f config.h-t; \
5720           else \
5721             rm -f config.h-t; \
5722             exit 1; \
5723           fi \
5724         fi
5725 @WOE32_TRUE@libunistring.res.lo : $(srcdir)/libunistring.rc
5726 @WOE32_TRUE@    $(LIBTOOL) --tag=RC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(RC) `$(SHELL) $(top_srcdir)/build-aux/windres-options --escape $(VERSION)` -i $(srcdir)/libunistring.rc -o libunistring.res.lo --output-format=coff
5727
5728 # Tell versions [3.59,3.63) of GNU make to not export all variables.
5729 # Otherwise a system limit (for SysV at least) may be exceeded.
5730 .NOEXPORT: