Imported Upstream version 0.9.3
[platform/upstream/libunistring.git] / lib / Makefile.gnulib
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2010 Free Software Foundation, Inc.
4 #
5 # This file is free software, distributed under the terms of the GNU
6 # General Public License.  As a special exception to the GNU General
7 # Public License, this file may be distributed as part of a program
8 # that contains a configuration script generated by Autoconf, under
9 # the same distribution terms as the rest of that program.
10 #
11 # Generated by gnulib-tool.
12
13
14 MOSTLYCLEANFILES += core *.stackdump
15
16
17 libunistring_la_SOURCES =
18 libunistring_la_LIBADD = $(gl_LTLIBOBJS)
19 libunistring_la_DEPENDENCIES = $(gl_LTLIBOBJS)
20 EXTRA_libunistring_la_SOURCES =
21 libunistring_la_LDFLAGS = $(AM_LDFLAGS)
22
23 ## begin gnulib module alloca-opt
24
25 BUILT_SOURCES += $(ALLOCA_H)
26
27 # We need the following in order to create <alloca.h> when the system
28 # doesn't have one that works with the given compiler.
29 alloca.h: alloca.in.h
30         $(AM_V_GEN)rm -f $@-t $@ && \
31         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
32           cat $(srcdir)/alloca.in.h; \
33         } > $@-t && \
34         mv -f $@-t $@
35 MOSTLYCLEANFILES += alloca.h alloca.h-t
36
37 EXTRA_DIST += alloca.in.h
38
39 ## end   gnulib module alloca-opt
40
41 ## begin gnulib module arg-nonnull
42
43 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
44 # statements but through direct file reference. Therefore this snippet must be
45 # present in all Makefile.am that need it. This is ensured by the applicability
46 # 'all' defined above.
47
48 BUILT_SOURCES += arg-nonnull.h
49 # The arg-nonnull.h that gets inserted into generated .h files is the same as
50 # build-aux/arg-nonnull.h, except that it has the copyright header cut off.
51 arg-nonnull.h: $(top_srcdir)/build-aux/arg-nonnull.h
52         $(AM_V_GEN)rm -f $@-t $@ && \
53         sed -n -e '/GL_ARG_NONNULL/,$$p' \
54           < $(top_srcdir)/build-aux/arg-nonnull.h \
55           > $@-t && \
56         mv $@-t $@
57 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
58
59 ARG_NONNULL_H=arg-nonnull.h
60
61 EXTRA_DIST += $(top_srcdir)/build-aux/arg-nonnull.h
62
63 ## end   gnulib module arg-nonnull
64
65 ## begin gnulib module array-mergesort
66
67
68 EXTRA_DIST += array-mergesort.h
69
70 ## end   gnulib module array-mergesort
71
72 ## begin gnulib module c++defs
73
74 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
75 # statements but through direct file reference. Therefore this snippet must be
76 # present in all Makefile.am that need it. This is ensured by the applicability
77 # 'all' defined above.
78
79 BUILT_SOURCES += c++defs.h
80 # The c++defs.h that gets inserted into generated .h files is the same as
81 # build-aux/c++defs.h, except that it has the copyright header cut off.
82 c++defs.h: $(top_srcdir)/build-aux/c++defs.h
83         $(AM_V_GEN)rm -f $@-t $@ && \
84         sed -n -e '/_GL_CXXDEFS/,$$p' \
85           < $(top_srcdir)/build-aux/c++defs.h \
86           > $@-t && \
87         mv $@-t $@
88 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
89
90 CXXDEFS_H=c++defs.h
91
92 EXTRA_DIST += $(top_srcdir)/build-aux/c++defs.h
93
94 ## end   gnulib module c++defs
95
96 ## begin gnulib module c-ctype
97
98 libunistring_la_SOURCES += c-ctype.h c-ctype.c
99
100 ## end   gnulib module c-ctype
101
102 ## begin gnulib module c-strcase
103
104 libunistring_la_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c
105
106 ## end   gnulib module c-strcase
107
108 ## begin gnulib module c-strcaseeq
109
110
111 EXTRA_DIST += c-strcaseeq.h
112
113 ## end   gnulib module c-strcaseeq
114
115 ## begin gnulib module configmake
116
117 # Retrieve values of the variables through 'configure' followed by
118 # 'make', not directly through 'configure', so that a user who
119 # sets some of these variables consistently on the 'make' command
120 # line gets correct results.
121 #
122 # One advantage of this approach, compared to the classical
123 # approach of adding -DLIBDIR=\"$(libdir)\" etc. to AM_CPPFLAGS,
124 # is that it protects against the use of undefined variables.
125 # If, say, $(libdir) is not set in the Makefile, LIBDIR is not
126 # defined by this module, and code using LIBDIR gives a
127 # compilation error.
128 #
129 # Another advantage is that 'make' output is shorter.
130 #
131 # Listed in the same order as the GNU makefile conventions.
132 # The Automake-defined pkg* macros are appended, in the order
133 # listed in the Automake 1.10a+ documentation.
134 configmake.h: Makefile
135         $(AM_V_GEN)rm -f $@-t && \
136         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
137           echo '#define PREFIX "$(prefix)"'; \
138           echo '#define EXEC_PREFIX "$(exec_prefix)"'; \
139           echo '#define BINDIR "$(bindir)"'; \
140           echo '#define SBINDIR "$(sbindir)"'; \
141           echo '#define LIBEXECDIR "$(libexecdir)"'; \
142           echo '#define DATAROOTDIR "$(datarootdir)"'; \
143           echo '#define DATADIR "$(datadir)"'; \
144           echo '#define SYSCONFDIR "$(sysconfdir)"'; \
145           echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \
146           echo '#define LOCALSTATEDIR "$(localstatedir)"'; \
147           echo '#define INCLUDEDIR "$(includedir)"'; \
148           echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \
149           echo '#define DOCDIR "$(docdir)"'; \
150           echo '#define INFODIR "$(infodir)"'; \
151           echo '#define HTMLDIR "$(htmldir)"'; \
152           echo '#define DVIDIR "$(dvidir)"'; \
153           echo '#define PDFDIR "$(pdfdir)"'; \
154           echo '#define PSDIR "$(psdir)"'; \
155           echo '#define LIBDIR "$(libdir)"'; \
156           echo '#define LISPDIR "$(lispdir)"'; \
157           echo '#define LOCALEDIR "$(localedir)"'; \
158           echo '#define MANDIR "$(mandir)"'; \
159           echo '#define MANEXT "$(manext)"'; \
160           echo '#define PKGDATADIR "$(pkgdatadir)"'; \
161           echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
162           echo '#define PKGLIBDIR "$(pkglibdir)"'; \
163           echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
164         } | sed '/""/d' > $@-t && \
165         if test -f $@ && cmp $@-t $@ > /dev/null; then \
166           rm -f $@-t; \
167         else \
168           rm -f $@; mv $@-t $@; \
169         fi
170
171 BUILT_SOURCES += configmake.h
172 CLEANFILES += configmake.h configmake.h-t
173
174 ## end   gnulib module configmake
175
176 ## begin gnulib module errno
177
178 BUILT_SOURCES += $(ERRNO_H)
179
180 # We need the following in order to create <errno.h> when the system
181 # doesn't have one that is POSIX compliant.
182 errno.h: errno.in.h
183         $(AM_V_GEN)rm -f $@-t $@ && \
184         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
185           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
186               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
187               -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
188               -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
189               -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
190               -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
191               -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
192               -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
193               -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
194               < $(srcdir)/errno.in.h; \
195         } > $@-t && \
196         mv $@-t $@
197 MOSTLYCLEANFILES += errno.h errno.h-t
198
199 EXTRA_DIST += errno.in.h
200
201 ## end   gnulib module errno
202
203 ## begin gnulib module float
204
205 BUILT_SOURCES += $(FLOAT_H)
206
207 # We need the following in order to create <float.h> when the system
208 # doesn't have one that works with the given compiler.
209 float.h: float.in.h
210         $(AM_V_GEN)rm -f $@-t $@ && \
211         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
212           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
213               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
214               -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
215               < $(srcdir)/float.in.h; \
216         } > $@-t && \
217         mv $@-t $@
218 MOSTLYCLEANFILES += float.h float.h-t
219
220 EXTRA_DIST += float.in.h
221
222 ## end   gnulib module float
223
224 ## begin gnulib module fpucw
225
226
227 EXTRA_DIST += fpucw.h
228
229 ## end   gnulib module fpucw
230
231 ## begin gnulib module frexpl-nolibm
232
233
234 EXTRA_DIST += frexp.c frexpl.c
235
236 EXTRA_libunistring_la_SOURCES += frexp.c frexpl.c
237
238 ## end   gnulib module frexpl-nolibm
239
240 ## begin gnulib module fseterr
241
242 libunistring_la_SOURCES += fseterr.c
243
244 EXTRA_DIST += fseterr.h stdio-impl.h
245
246 ## end   gnulib module fseterr
247
248 ## begin gnulib module gperf
249
250 GPERF = gperf
251
252 ## end   gnulib module gperf
253
254 ## begin gnulib module havelib
255
256
257 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
258
259 ## end   gnulib module havelib
260
261 ## begin gnulib module iconv-h
262
263 BUILT_SOURCES += $(ICONV_H)
264
265 # We need the following in order to create <iconv.h> when the system
266 # doesn't have one that works with the given compiler.
267 iconv.h: iconv.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
268         $(AM_V_GEN)rm -f $@-t $@ && \
269         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
270           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
271               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
272               -e 's|@''NEXT_ICONV_H''@|$(NEXT_ICONV_H)|g' \
273               -e 's|@''ICONV_CONST''@|$(ICONV_CONST)|g' \
274               -e 's|@''REPLACE_ICONV''@|$(REPLACE_ICONV)|g' \
275               -e 's|@''REPLACE_ICONV_OPEN''@|$(REPLACE_ICONV_OPEN)|g' \
276               -e 's|@''REPLACE_ICONV_UTF''@|$(REPLACE_ICONV_UTF)|g' \
277               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
278               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
279               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
280               < $(srcdir)/iconv.in.h; \
281         } > $@-t && \
282         mv $@-t $@
283 MOSTLYCLEANFILES += iconv.h iconv.h-t
284
285 EXTRA_DIST += iconv.in.h
286
287 ## end   gnulib module iconv-h
288
289 ## begin gnulib module iconv_open
290
291 iconv_open-aix.h: iconv_open-aix.gperf
292         $(GPERF) -m 10 $(srcdir)/iconv_open-aix.gperf > $(srcdir)/iconv_open-aix.h-t
293         mv $(srcdir)/iconv_open-aix.h-t $(srcdir)/iconv_open-aix.h
294 iconv_open-hpux.h: iconv_open-hpux.gperf
295         $(GPERF) -m 10 $(srcdir)/iconv_open-hpux.gperf > $(srcdir)/iconv_open-hpux.h-t
296         mv $(srcdir)/iconv_open-hpux.h-t $(srcdir)/iconv_open-hpux.h
297 iconv_open-irix.h: iconv_open-irix.gperf
298         $(GPERF) -m 10 $(srcdir)/iconv_open-irix.gperf > $(srcdir)/iconv_open-irix.h-t
299         mv $(srcdir)/iconv_open-irix.h-t $(srcdir)/iconv_open-irix.h
300 iconv_open-osf.h: iconv_open-osf.gperf
301         $(GPERF) -m 10 $(srcdir)/iconv_open-osf.gperf > $(srcdir)/iconv_open-osf.h-t
302         mv $(srcdir)/iconv_open-osf.h-t $(srcdir)/iconv_open-osf.h
303 iconv_open-solaris.h: iconv_open-solaris.gperf
304         $(GPERF) -m 10 $(srcdir)/iconv_open-solaris.gperf > $(srcdir)/iconv_open-solaris.h-t
305         mv $(srcdir)/iconv_open-solaris.h-t $(srcdir)/iconv_open-solaris.h
306 BUILT_SOURCES        += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h
307 MOSTLYCLEANFILES     += iconv_open-aix.h-t iconv_open-hpux.h-t iconv_open-irix.h-t iconv_open-osf.h-t iconv_open-solaris.h-t
308 MAINTAINERCLEANFILES += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h
309 EXTRA_DIST           += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h
310
311 EXTRA_DIST += iconv_open-aix.gperf iconv_open-hpux.gperf iconv_open-irix.gperf iconv_open-osf.gperf iconv_open-solaris.gperf iconv_open.c
312
313 EXTRA_libunistring_la_SOURCES += iconv_open.c
314
315 ## end   gnulib module iconv_open
316
317 ## begin gnulib module isnand-nolibm
318
319
320 EXTRA_DIST += float+.h isnan.c isnand-nolibm.h isnand.c
321
322 EXTRA_libunistring_la_SOURCES += isnan.c isnand.c
323
324 ## end   gnulib module isnand-nolibm
325
326 ## begin gnulib module isnanf-nolibm
327
328
329 EXTRA_DIST += float+.h isnan.c isnanf-nolibm.h isnanf.c
330
331 EXTRA_libunistring_la_SOURCES += isnan.c isnanf.c
332
333 ## end   gnulib module isnanf-nolibm
334
335 ## begin gnulib module isnanl-nolibm
336
337
338 EXTRA_DIST += float+.h isnan.c isnanl-nolibm.h isnanl.c
339
340 EXTRA_libunistring_la_SOURCES += isnan.c isnanl.c
341
342 ## end   gnulib module isnanl-nolibm
343
344 ## begin gnulib module localcharset
345
346 libunistring_la_SOURCES += localcharset.h localcharset.c
347
348 # We need the following in order to install a simple file in $(libdir)
349 # which is shared with other installed packages. We use a list of referencing
350 # packages so that "make uninstall" will remove the file if and only if it
351 # is not used by another installed package.
352 # On systems with glibc-2.1 or newer, the file is redundant, therefore we
353 # avoid installing it.
354
355 all-local: charset.alias ref-add.sed ref-del.sed
356
357 charset_alias = $(DESTDIR)$(libdir)/charset.alias
358 charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
359 install-exec-local: install-exec-localcharset
360 install-exec-localcharset: all-local
361         if test $(GLIBC21) = no; then \
362           case '$(host_os)' in \
363             darwin[56]*) \
364               need_charset_alias=true ;; \
365             darwin* | cygwin* | mingw* | pw32* | cegcc*) \
366               need_charset_alias=false ;; \
367             *) \
368               need_charset_alias=true ;; \
369           esac ; \
370         else \
371           need_charset_alias=false ; \
372         fi ; \
373         if $$need_charset_alias; then \
374           $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
375         fi ; \
376         if test -f $(charset_alias); then \
377           sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
378           $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
379           rm -f $(charset_tmp) ; \
380         else \
381           if $$need_charset_alias; then \
382             sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
383             $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
384             rm -f $(charset_tmp) ; \
385           fi ; \
386         fi
387
388 uninstall-local: uninstall-localcharset
389 uninstall-localcharset: all-local
390         if test -f $(charset_alias); then \
391           sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
392           if grep '^# Packages using this file: $$' $(charset_tmp) \
393               > /dev/null; then \
394             rm -f $(charset_alias); \
395           else \
396             $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
397           fi; \
398           rm -f $(charset_tmp); \
399         fi
400
401 charset.alias: config.charset
402         $(AM_V_GEN)rm -f t-$@ $@ && \
403         $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \
404         mv t-$@ $@
405
406 SUFFIXES += .sed .sin
407 .sin.sed:
408         $(AM_V_GEN)rm -f t-$@ $@ && \
409         sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \
410         mv t-$@ $@
411
412 CLEANFILES += charset.alias ref-add.sed ref-del.sed
413
414 EXTRA_DIST += config.charset ref-add.sin ref-del.sin
415
416 ## end   gnulib module localcharset
417
418 ## begin gnulib module localename
419
420 libunistring_la_SOURCES += localename.c
421
422 EXTRA_DIST += localename.h
423
424 ## end   gnulib module localename
425
426 ## begin gnulib module lock
427
428 libunistring_la_SOURCES += glthread/lock.h glthread/lock.c
429
430 ## end   gnulib module lock
431
432 ## begin gnulib module malloc-posix
433
434
435 EXTRA_DIST += malloc.c
436
437 EXTRA_libunistring_la_SOURCES += malloc.c
438
439 ## end   gnulib module malloc-posix
440
441 ## begin gnulib module malloca
442
443 libunistring_la_SOURCES += malloca.c
444
445 EXTRA_DIST += malloca.h malloca.valgrind
446
447 ## end   gnulib module malloca
448
449 ## begin gnulib module math
450
451 BUILT_SOURCES += math.h
452
453 # We need the following in order to create <math.h> when the system
454 # doesn't have one that works with the given compiler.
455 math.h: math.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
456         $(AM_V_GEN)rm -f $@-t $@ && \
457         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
458           sed -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
459               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
460               -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \
461               -e 's|@''GNULIB_ACOSL''@|$(GNULIB_ACOSL)|g' \
462               -e 's|@''GNULIB_ASINL''@|$(GNULIB_ASINL)|g' \
463               -e 's|@''GNULIB_ATANL''@|$(GNULIB_ATANL)|g' \
464               -e 's|@''GNULIB_CEILF''@|$(GNULIB_CEILF)|g' \
465               -e 's|@''GNULIB_CEILL''@|$(GNULIB_CEILL)|g' \
466               -e 's|@''GNULIB_COSL''@|$(GNULIB_COSL)|g' \
467               -e 's|@''GNULIB_EXPL''@|$(GNULIB_EXPL)|g' \
468               -e 's|@''GNULIB_FLOORF''@|$(GNULIB_FLOORF)|g' \
469               -e 's|@''GNULIB_FLOORL''@|$(GNULIB_FLOORL)|g' \
470               -e 's|@''GNULIB_FREXP''@|$(GNULIB_FREXP)|g' \
471               -e 's|@''GNULIB_FREXPL''@|$(GNULIB_FREXPL)|g' \
472               -e 's|@''GNULIB_ISFINITE''@|$(GNULIB_ISFINITE)|g' \
473               -e 's|@''GNULIB_ISINF''@|$(GNULIB_ISINF)|g' \
474               -e 's|@''GNULIB_ISNAN''@|$(GNULIB_ISNAN)|g' \
475               -e 's|@''GNULIB_ISNANF''@|$(GNULIB_ISNANF)|g' \
476               -e 's|@''GNULIB_ISNAND''@|$(GNULIB_ISNAND)|g' \
477               -e 's|@''GNULIB_ISNANL''@|$(GNULIB_ISNANL)|g' \
478               -e 's|@''GNULIB_LDEXPL''@|$(GNULIB_LDEXPL)|g' \
479               -e 's|@''GNULIB_LOGB''@|$(GNULIB_LOGB)|g' \
480               -e 's|@''GNULIB_LOGL''@|$(GNULIB_LOGL)|g' \
481               -e 's|@''GNULIB_ROUND''@|$(GNULIB_ROUND)|g' \
482               -e 's|@''GNULIB_ROUNDF''@|$(GNULIB_ROUNDF)|g' \
483               -e 's|@''GNULIB_ROUNDL''@|$(GNULIB_ROUNDL)|g' \
484               -e 's|@''GNULIB_SIGNBIT''@|$(GNULIB_SIGNBIT)|g' \
485               -e 's|@''GNULIB_SINL''@|$(GNULIB_SINL)|g' \
486               -e 's|@''GNULIB_SQRTL''@|$(GNULIB_SQRTL)|g' \
487               -e 's|@''GNULIB_TANL''@|$(GNULIB_TANL)|g' \
488               -e 's|@''GNULIB_TRUNC''@|$(GNULIB_TRUNC)|g' \
489               -e 's|@''GNULIB_TRUNCF''@|$(GNULIB_TRUNCF)|g' \
490               -e 's|@''GNULIB_TRUNCL''@|$(GNULIB_TRUNCL)|g' \
491               -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \
492               -e 's|@''HAVE_ASINL''@|$(HAVE_ASINL)|g' \
493               -e 's|@''HAVE_ATANL''@|$(HAVE_ATANL)|g' \
494               -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \
495               -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \
496               -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \
497               -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \
498               -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \
499               -e 's|@''HAVE_LOGL''@|$(HAVE_LOGL)|g' \
500               -e 's|@''HAVE_SINL''@|$(HAVE_SINL)|g' \
501               -e 's|@''HAVE_SQRTL''@|$(HAVE_SQRTL)|g' \
502               -e 's|@''HAVE_TANL''@|$(HAVE_TANL)|g' \
503               -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \
504               -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \
505               -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \
506               -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \
507               -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \
508               -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \
509               -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \
510               -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \
511               -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \
512               -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \
513               -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \
514               -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \
515               -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \
516               -e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \
517               -e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \
518               -e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \
519               -e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \
520               -e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \
521               -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \
522               -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \
523               -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \
524               -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \
525               -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \
526               -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \
527               -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \
528               -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \
529               -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \
530               -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \
531               -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \
532               -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \
533               -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \
534               -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \
535               -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \
536               -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \
537               -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \
538               -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \
539               -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \
540               -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \
541               -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|$(REPLACE_SIGNBIT_USING_GCC)|g' \
542               -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \
543               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
544               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
545               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
546               < $(srcdir)/math.in.h; \
547         } > $@-t && \
548         mv $@-t $@
549 MOSTLYCLEANFILES += math.h math.h-t
550
551 EXTRA_DIST += math.in.h
552
553 ## end   gnulib module math
554
555 ## begin gnulib module mbchar
556
557 libunistring_la_SOURCES += mbchar.c
558
559 EXTRA_DIST += mbchar.h
560
561 ## end   gnulib module mbchar
562
563 ## begin gnulib module mbiter
564
565 libunistring_la_SOURCES += mbiter.h
566
567 ## end   gnulib module mbiter
568
569 ## begin gnulib module mbrtowc
570
571
572 EXTRA_DIST += mbrtowc.c
573
574 EXTRA_libunistring_la_SOURCES += mbrtowc.c
575
576 ## end   gnulib module mbrtowc
577
578 ## begin gnulib module mbsinit
579
580
581 EXTRA_DIST += mbsinit.c
582
583 EXTRA_libunistring_la_SOURCES += mbsinit.c
584
585 ## end   gnulib module mbsinit
586
587 ## begin gnulib module mbsnlen
588
589 libunistring_la_SOURCES += mbsnlen.c
590
591 ## end   gnulib module mbsnlen
592
593 ## begin gnulib module memchr
594
595
596 EXTRA_DIST += memchr.c memchr.valgrind
597
598 EXTRA_libunistring_la_SOURCES += memchr.c
599
600 ## end   gnulib module memchr
601
602 ## begin gnulib module memcmp2
603
604 libunistring_la_SOURCES += memcmp2.c
605
606 EXTRA_DIST += memcmp2.h
607
608 ## end   gnulib module memcmp2
609
610 ## begin gnulib module memxfrm
611
612 libunistring_la_SOURCES += memxfrm.c
613
614 EXTRA_DIST += memxfrm.h
615
616 ## end   gnulib module memxfrm
617
618 ## begin gnulib module minmax
619
620 libunistring_la_SOURCES += minmax.h
621
622 ## end   gnulib module minmax
623
624 ## begin gnulib module printf-frexp
625
626 libunistring_la_SOURCES += printf-frexp.c
627
628 EXTRA_DIST += printf-frexp.h
629
630 ## end   gnulib module printf-frexp
631
632 ## begin gnulib module printf-frexpl
633
634 libunistring_la_SOURCES += printf-frexpl.c
635
636 EXTRA_DIST += printf-frexp.c printf-frexpl.h
637
638 EXTRA_libunistring_la_SOURCES += printf-frexp.c
639
640 ## end   gnulib module printf-frexpl
641
642 ## begin gnulib module relocatable-lib-lgpl
643
644 DEFS += -DNO_XMALLOC
645
646 EXTRA_DIST += relocatable.c relocatable.h
647
648 EXTRA_libunistring_la_SOURCES += relocatable.c
649
650 ## end   gnulib module relocatable-lib-lgpl
651
652 ## begin gnulib module signbit
653
654
655 EXTRA_DIST += float+.h signbitd.c signbitf.c signbitl.c
656
657 EXTRA_libunistring_la_SOURCES += signbitd.c signbitf.c signbitl.c
658
659 ## end   gnulib module signbit
660
661 ## begin gnulib module size_max
662
663 libunistring_la_SOURCES += size_max.h
664
665 ## end   gnulib module size_max
666
667 ## begin gnulib module stdbool
668
669 BUILT_SOURCES += $(STDBOOL_H)
670
671 # We need the following in order to create <stdbool.h> when the system
672 # doesn't have one that works.
673 stdbool.h: stdbool.in.h
674         $(AM_V_GEN)rm -f $@-t $@ && \
675         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
676           sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
677         } > $@-t && \
678         mv $@-t $@
679 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
680
681 EXTRA_DIST += stdbool.in.h
682
683 ## end   gnulib module stdbool
684
685 ## begin gnulib module stddef
686
687 BUILT_SOURCES += $(STDDEF_H)
688
689 # We need the following in order to create <stddef.h> when the system
690 # doesn't have one that works with the given compiler.
691 stddef.h: stddef.in.h
692         $(AM_V_GEN)rm -f $@-t $@ && \
693         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
694           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
695               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
696               -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
697               -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
698               -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
699               < $(srcdir)/stddef.in.h; \
700         } > $@-t && \
701         mv $@-t $@
702 MOSTLYCLEANFILES += stddef.h stddef.h-t
703
704 EXTRA_DIST += stddef.in.h
705
706 ## end   gnulib module stddef
707
708 ## begin gnulib module stdint
709
710 BUILT_SOURCES += $(STDINT_H)
711
712 # We need the following in order to create <stdint.h> when the system
713 # doesn't have one that works with the given compiler.
714 stdint.h: stdint.in.h
715         $(AM_V_GEN)rm -f $@-t $@ && \
716         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
717           sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
718               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
719               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
720               -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
721               -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
722               -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
723               -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
724               -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
725               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
726               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
727               -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
728               -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
729               -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
730               -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
731               -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
732               -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
733               -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
734               -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
735               -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
736               -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
737               -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
738               -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
739               -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
740               -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
741               < $(srcdir)/stdint.in.h; \
742         } > $@-t && \
743         mv $@-t $@
744 MOSTLYCLEANFILES += stdint.h stdint.h-t
745
746 EXTRA_DIST += stdint.in.h
747
748 ## end   gnulib module stdint
749
750 ## begin gnulib module stdlib
751
752 BUILT_SOURCES += stdlib.h
753
754 # We need the following in order to create <stdlib.h> when the system
755 # doesn't have one that works with the given compiler.
756 stdlib.h: stdlib.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
757         $(AM_V_GEN)rm -f $@-t $@ && \
758         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
759           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
760               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
761               -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
762               -e 's|@''GNULIB_ATOLL''@|$(GNULIB_ATOLL)|g' \
763               -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
764               -e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@|$(GNULIB_CANONICALIZE_FILE_NAME)|g' \
765               -e 's|@''GNULIB_GETLOADAVG''@|$(GNULIB_GETLOADAVG)|g' \
766               -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
767               -e 's|@''GNULIB_GRANTPT''@|$(GNULIB_GRANTPT)|g' \
768               -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
769               -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
770               -e 's|@''GNULIB_MKOSTEMP''@|$(GNULIB_MKOSTEMP)|g' \
771               -e 's|@''GNULIB_MKOSTEMPS''@|$(GNULIB_MKOSTEMPS)|g' \
772               -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
773               -e 's|@''GNULIB_MKSTEMPS''@|$(GNULIB_MKSTEMPS)|g' \
774               -e 's|@''GNULIB_PTSNAME''@|$(GNULIB_PTSNAME)|g' \
775               -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
776               -e 's|@''GNULIB_RANDOM_R''@|$(GNULIB_RANDOM_R)|g' \
777               -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
778               -e 's|@''GNULIB_REALPATH''@|$(GNULIB_REALPATH)|g' \
779               -e 's|@''GNULIB_RPMATCH''@|$(GNULIB_RPMATCH)|g' \
780               -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \
781               -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \
782               -e 's|@''GNULIB_STRTOLL''@|$(GNULIB_STRTOLL)|g' \
783               -e 's|@''GNULIB_STRTOULL''@|$(GNULIB_STRTOULL)|g' \
784               -e 's|@''GNULIB_UNLOCKPT''@|$(GNULIB_UNLOCKPT)|g' \
785               -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
786               -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
787               -e 's|@''HAVE_CALLOC_POSIX''@|$(HAVE_CALLOC_POSIX)|g' \
788               -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
789               -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
790               -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
791               -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
792               -e 's|@''HAVE_MALLOC_POSIX''@|$(HAVE_MALLOC_POSIX)|g' \
793               -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
794               -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
795               -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
796               -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
797               -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
798               -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
799               -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
800               -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
801               -e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \
802               -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
803               -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
804               -e 's|@''HAVE_SETENV''@|$(HAVE_SETENV)|g' \
805               -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
806               -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
807               -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
808               -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
809               -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
810               -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
811               -e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \
812               -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
813               -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
814               -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
815               -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
816               -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
817               -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
818               -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
819               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
820               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
821               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
822               < $(srcdir)/stdlib.in.h; \
823         } > $@-t && \
824         mv $@-t $@
825 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
826
827 EXTRA_DIST += stdlib.in.h
828
829 ## end   gnulib module stdlib
830
831 ## begin gnulib module streq
832
833
834 EXTRA_DIST += streq.h
835
836 ## end   gnulib module streq
837
838 ## begin gnulib module striconveh
839
840 libunistring_la_SOURCES += striconveh.h striconveh.c
841 if GL_COND_LIBTOOL
842 libunistring_la_LDFLAGS += $(LTLIBICONV)
843 endif
844
845 EXTRA_DIST += iconveh.h
846
847 ## end   gnulib module striconveh
848
849 ## begin gnulib module striconveha
850
851 libunistring_la_SOURCES += striconveha.h striconveha.c
852
853 ## end   gnulib module striconveha
854
855 ## begin gnulib module string
856
857 BUILT_SOURCES += string.h
858
859 # We need the following in order to create <string.h> when the system
860 # doesn't have one that works with the given compiler.
861 string.h: string.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
862         $(AM_V_GEN)rm -f $@-t $@ && \
863         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
864           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
865               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
866               -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
867               -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
868               -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \
869               -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
870               -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
871               -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
872               -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
873               -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
874               -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
875               -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
876               -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
877               -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
878               -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
879               -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
880               -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
881               -e 's|@''GNULIB_MEMCHR''@|$(GNULIB_MEMCHR)|g' \
882               -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
883               -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
884               -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
885               -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \
886               -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
887               -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
888               -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
889               -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
890               -e 's|@''GNULIB_STRNCAT''@|$(GNULIB_STRNCAT)|g' \
891               -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
892               -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
893               -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
894               -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
895               -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \
896               -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
897               -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
898               -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
899               -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
900               -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \
901               < $(srcdir)/string.in.h | \
902           sed -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
903               -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
904               -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
905               -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
906               -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
907               -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
908               -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
909               -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
910               -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
911               -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
912               -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
913               -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
914               -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
915               -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
916               -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
917               -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
918               -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
919               -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
920               -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
921               -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
922               -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
923               -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
924               -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
925               -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
926               -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
927               -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
928               -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
929               -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
930               -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
931               -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
932               -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
933               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
934               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
935               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
936               < $(srcdir)/string.in.h; \
937         } > $@-t && \
938         mv $@-t $@
939 MOSTLYCLEANFILES += string.h string.h-t
940
941 EXTRA_DIST += string.in.h
942
943 ## end   gnulib module string
944
945 ## begin gnulib module strncat
946
947
948 EXTRA_DIST += strncat.c
949
950 EXTRA_libunistring_la_SOURCES += strncat.c
951
952 ## end   gnulib module strncat
953
954 ## begin gnulib module threadlib
955
956 libunistring_la_SOURCES += glthread/threadlib.c
957
958 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
959
960 ## end   gnulib module threadlib
961
962 ## begin gnulib module unicase/base
963
964
965 EXTRA_DIST += unicase.h
966
967 ## end   gnulib module unicase/base
968
969 ## begin gnulib module unicase/cased
970
971 libunistring_la_SOURCES += unicase/cased.c
972
973 EXTRA_DIST += unicase/cased.h unicase/caseprop.h unictype/bitmap.h
974
975 ## end   gnulib module unicase/cased
976
977 ## begin gnulib module unicase/empty-prefix-context
978
979 libunistring_la_SOURCES += unicase/empty-prefix-context.c
980
981 ## end   gnulib module unicase/empty-prefix-context
982
983 ## begin gnulib module unicase/empty-suffix-context
984
985 libunistring_la_SOURCES += unicase/empty-suffix-context.c
986
987 ## end   gnulib module unicase/empty-suffix-context
988
989 ## begin gnulib module unicase/ignorable
990
991 libunistring_la_SOURCES += unicase/ignorable.c
992
993 EXTRA_DIST += unicase/caseprop.h unicase/ignorable.h unictype/bitmap.h
994
995 ## end   gnulib module unicase/ignorable
996
997 ## begin gnulib module unicase/locale-language
998
999 libunistring_la_SOURCES += unicase/locale-language.c
1000
1001 unicase/locale-languages.h: $(srcdir)/unicase/locale-languages.gperf
1002         $(GPERF) -m 10 $(srcdir)/unicase/locale-languages.gperf > $(srcdir)/unicase/locale-languages.h-t
1003         mv $(srcdir)/unicase/locale-languages.h-t $(srcdir)/unicase/locale-languages.h
1004 BUILT_SOURCES        += unicase/locale-languages.h
1005 MOSTLYCLEANFILES     += unicase/locale-languages.h-t
1006 MAINTAINERCLEANFILES += unicase/locale-languages.h
1007 EXTRA_DIST           += unicase/locale-languages.h
1008
1009 EXTRA_DIST += unicase/locale-languages.gperf
1010
1011 ## end   gnulib module unicase/locale-language
1012
1013 ## begin gnulib module unicase/special-casing
1014
1015 libunistring_la_SOURCES += unicase/special-casing.c
1016
1017 unicase/special-casing-table.h: $(srcdir)/unicase/special-casing-table.gperf
1018         $(GPERF) -m 10 $(srcdir)/unicase/special-casing-table.gperf > $(srcdir)/unicase/special-casing-table.h-t
1019         mv $(srcdir)/unicase/special-casing-table.h-t $(srcdir)/unicase/special-casing-table.h
1020 BUILT_SOURCES        += unicase/special-casing-table.h
1021 MOSTLYCLEANFILES     += unicase/special-casing-table.h-t
1022 MAINTAINERCLEANFILES += unicase/special-casing-table.h
1023 EXTRA_DIST           += unicase/special-casing-table.h
1024
1025 EXTRA_DIST += unicase/special-casing-table.gperf unicase/special-casing.h
1026
1027 ## end   gnulib module unicase/special-casing
1028
1029 ## begin gnulib module unicase/tocasefold
1030
1031 libunistring_la_SOURCES += unicase/tocasefold.c
1032
1033 EXTRA_DIST += unicase/casefold.h unicase/simple-mapping.h unicase/tocasefold.h
1034
1035 ## end   gnulib module unicase/tocasefold
1036
1037 ## begin gnulib module unicase/tolower
1038
1039 libunistring_la_SOURCES += unicase/tolower.c
1040
1041 EXTRA_DIST += unicase/simple-mapping.h unicase/tolower.h
1042
1043 ## end   gnulib module unicase/tolower
1044
1045 ## begin gnulib module unicase/totitle
1046
1047 libunistring_la_SOURCES += unicase/totitle.c
1048
1049 EXTRA_DIST += unicase/simple-mapping.h unicase/totitle.h
1050
1051 ## end   gnulib module unicase/totitle
1052
1053 ## begin gnulib module unicase/toupper
1054
1055 libunistring_la_SOURCES += unicase/toupper.c
1056
1057 EXTRA_DIST += unicase/simple-mapping.h unicase/toupper.h
1058
1059 ## end   gnulib module unicase/toupper
1060
1061 ## begin gnulib module unicase/u16-casecmp
1062
1063 libunistring_la_SOURCES += unicase/u16-casecmp.c
1064
1065 EXTRA_DIST += unicase/u-casecmp.h
1066
1067 ## end   gnulib module unicase/u16-casecmp
1068
1069 ## begin gnulib module unicase/u16-casecoll
1070
1071 libunistring_la_SOURCES += unicase/u16-casecoll.c
1072
1073 EXTRA_DIST += unicase/u-casecoll.h
1074
1075 ## end   gnulib module unicase/u16-casecoll
1076
1077 ## begin gnulib module unicase/u16-casefold
1078
1079 libunistring_la_SOURCES += unicase/u16-casefold.c
1080
1081 EXTRA_DIST += unicase/u-casefold.h
1082
1083 ## end   gnulib module unicase/u16-casefold
1084
1085 ## begin gnulib module unicase/u16-casemap
1086
1087 libunistring_la_SOURCES += unicase/u16-casemap.c
1088
1089 EXTRA_DIST += unicase/context.h unicase/u-casemap.h unicase/unicasemap.h
1090
1091 ## end   gnulib module unicase/u16-casemap
1092
1093 ## begin gnulib module unicase/u16-casexfrm
1094
1095 libunistring_la_SOURCES += unicase/u16-casexfrm.c
1096
1097 EXTRA_DIST += unicase/u-casexfrm.h
1098
1099 ## end   gnulib module unicase/u16-casexfrm
1100
1101 ## begin gnulib module unicase/u16-ct-casefold
1102
1103 libunistring_la_SOURCES += unicase/u16-ct-casefold.c
1104
1105 EXTRA_DIST += unicase/u-ct-casefold.h
1106
1107 ## end   gnulib module unicase/u16-ct-casefold
1108
1109 ## begin gnulib module unicase/u16-ct-tolower
1110
1111 libunistring_la_SOURCES += unicase/u16-ct-tolower.c
1112
1113 ## end   gnulib module unicase/u16-ct-tolower
1114
1115 ## begin gnulib module unicase/u16-ct-totitle
1116
1117 libunistring_la_SOURCES += unicase/u16-ct-totitle.c
1118
1119 EXTRA_DIST += unicase/context.h unicase/u-ct-totitle.h
1120
1121 ## end   gnulib module unicase/u16-ct-totitle
1122
1123 ## begin gnulib module unicase/u16-ct-toupper
1124
1125 libunistring_la_SOURCES += unicase/u16-ct-toupper.c
1126
1127 ## end   gnulib module unicase/u16-ct-toupper
1128
1129 ## begin gnulib module unicase/u16-is-cased
1130
1131 libunistring_la_SOURCES += unicase/u16-is-cased.c
1132
1133 EXTRA_DIST += unicase/u-is-cased.h
1134
1135 ## end   gnulib module unicase/u16-is-cased
1136
1137 ## begin gnulib module unicase/u16-is-casefolded
1138
1139 libunistring_la_SOURCES += unicase/u16-is-casefolded.c
1140
1141 ## end   gnulib module unicase/u16-is-casefolded
1142
1143 ## begin gnulib module unicase/u16-is-invariant
1144
1145 libunistring_la_SOURCES += unicase/u16-is-invariant.c
1146
1147 EXTRA_DIST += unicase/invariant.h unicase/u-is-invariant.h
1148
1149 ## end   gnulib module unicase/u16-is-invariant
1150
1151 ## begin gnulib module unicase/u16-is-lowercase
1152
1153 libunistring_la_SOURCES += unicase/u16-is-lowercase.c
1154
1155 ## end   gnulib module unicase/u16-is-lowercase
1156
1157 ## begin gnulib module unicase/u16-is-titlecase
1158
1159 libunistring_la_SOURCES += unicase/u16-is-titlecase.c
1160
1161 ## end   gnulib module unicase/u16-is-titlecase
1162
1163 ## begin gnulib module unicase/u16-is-uppercase
1164
1165 libunistring_la_SOURCES += unicase/u16-is-uppercase.c
1166
1167 ## end   gnulib module unicase/u16-is-uppercase
1168
1169 ## begin gnulib module unicase/u16-tolower
1170
1171 libunistring_la_SOURCES += unicase/u16-tolower.c
1172
1173 ## end   gnulib module unicase/u16-tolower
1174
1175 ## begin gnulib module unicase/u16-totitle
1176
1177 libunistring_la_SOURCES += unicase/u16-totitle.c
1178
1179 EXTRA_DIST += unicase/u-totitle.h
1180
1181 ## end   gnulib module unicase/u16-totitle
1182
1183 ## begin gnulib module unicase/u16-toupper
1184
1185 libunistring_la_SOURCES += unicase/u16-toupper.c
1186
1187 ## end   gnulib module unicase/u16-toupper
1188
1189 ## begin gnulib module unicase/u32-casecmp
1190
1191 libunistring_la_SOURCES += unicase/u32-casecmp.c
1192
1193 EXTRA_DIST += unicase/u-casecmp.h
1194
1195 ## end   gnulib module unicase/u32-casecmp
1196
1197 ## begin gnulib module unicase/u32-casecoll
1198
1199 libunistring_la_SOURCES += unicase/u32-casecoll.c
1200
1201 EXTRA_DIST += unicase/u-casecoll.h
1202
1203 ## end   gnulib module unicase/u32-casecoll
1204
1205 ## begin gnulib module unicase/u32-casefold
1206
1207 libunistring_la_SOURCES += unicase/u32-casefold.c
1208
1209 EXTRA_DIST += unicase/u-casefold.h
1210
1211 ## end   gnulib module unicase/u32-casefold
1212
1213 ## begin gnulib module unicase/u32-casemap
1214
1215 libunistring_la_SOURCES += unicase/u32-casemap.c
1216
1217 EXTRA_DIST += unicase/context.h unicase/u-casemap.h unicase/unicasemap.h
1218
1219 ## end   gnulib module unicase/u32-casemap
1220
1221 ## begin gnulib module unicase/u32-casexfrm
1222
1223 libunistring_la_SOURCES += unicase/u32-casexfrm.c
1224
1225 EXTRA_DIST += unicase/u-casexfrm.h
1226
1227 ## end   gnulib module unicase/u32-casexfrm
1228
1229 ## begin gnulib module unicase/u32-ct-casefold
1230
1231 libunistring_la_SOURCES += unicase/u32-ct-casefold.c
1232
1233 EXTRA_DIST += unicase/u-ct-casefold.h
1234
1235 ## end   gnulib module unicase/u32-ct-casefold
1236
1237 ## begin gnulib module unicase/u32-ct-tolower
1238
1239 libunistring_la_SOURCES += unicase/u32-ct-tolower.c
1240
1241 ## end   gnulib module unicase/u32-ct-tolower
1242
1243 ## begin gnulib module unicase/u32-ct-totitle
1244
1245 libunistring_la_SOURCES += unicase/u32-ct-totitle.c
1246
1247 EXTRA_DIST += unicase/context.h unicase/u-ct-totitle.h
1248
1249 ## end   gnulib module unicase/u32-ct-totitle
1250
1251 ## begin gnulib module unicase/u32-ct-toupper
1252
1253 libunistring_la_SOURCES += unicase/u32-ct-toupper.c
1254
1255 ## end   gnulib module unicase/u32-ct-toupper
1256
1257 ## begin gnulib module unicase/u32-is-cased
1258
1259 libunistring_la_SOURCES += unicase/u32-is-cased.c
1260
1261 EXTRA_DIST += unicase/u-is-cased.h
1262
1263 ## end   gnulib module unicase/u32-is-cased
1264
1265 ## begin gnulib module unicase/u32-is-casefolded
1266
1267 libunistring_la_SOURCES += unicase/u32-is-casefolded.c
1268
1269 ## end   gnulib module unicase/u32-is-casefolded
1270
1271 ## begin gnulib module unicase/u32-is-invariant
1272
1273 libunistring_la_SOURCES += unicase/u32-is-invariant.c
1274
1275 EXTRA_DIST += unicase/invariant.h unicase/u-is-invariant.h
1276
1277 ## end   gnulib module unicase/u32-is-invariant
1278
1279 ## begin gnulib module unicase/u32-is-lowercase
1280
1281 libunistring_la_SOURCES += unicase/u32-is-lowercase.c
1282
1283 ## end   gnulib module unicase/u32-is-lowercase
1284
1285 ## begin gnulib module unicase/u32-is-titlecase
1286
1287 libunistring_la_SOURCES += unicase/u32-is-titlecase.c
1288
1289 ## end   gnulib module unicase/u32-is-titlecase
1290
1291 ## begin gnulib module unicase/u32-is-uppercase
1292
1293 libunistring_la_SOURCES += unicase/u32-is-uppercase.c
1294
1295 ## end   gnulib module unicase/u32-is-uppercase
1296
1297 ## begin gnulib module unicase/u32-tolower
1298
1299 libunistring_la_SOURCES += unicase/u32-tolower.c
1300
1301 ## end   gnulib module unicase/u32-tolower
1302
1303 ## begin gnulib module unicase/u32-totitle
1304
1305 libunistring_la_SOURCES += unicase/u32-totitle.c
1306
1307 EXTRA_DIST += unicase/u-totitle.h
1308
1309 ## end   gnulib module unicase/u32-totitle
1310
1311 ## begin gnulib module unicase/u32-toupper
1312
1313 libunistring_la_SOURCES += unicase/u32-toupper.c
1314
1315 ## end   gnulib module unicase/u32-toupper
1316
1317 ## begin gnulib module unicase/u8-casecmp
1318
1319 libunistring_la_SOURCES += unicase/u8-casecmp.c
1320
1321 EXTRA_DIST += unicase/u-casecmp.h
1322
1323 ## end   gnulib module unicase/u8-casecmp
1324
1325 ## begin gnulib module unicase/u8-casecoll
1326
1327 libunistring_la_SOURCES += unicase/u8-casecoll.c
1328
1329 EXTRA_DIST += unicase/u-casecoll.h
1330
1331 ## end   gnulib module unicase/u8-casecoll
1332
1333 ## begin gnulib module unicase/u8-casefold
1334
1335 libunistring_la_SOURCES += unicase/u8-casefold.c
1336
1337 EXTRA_DIST += unicase/u-casefold.h
1338
1339 ## end   gnulib module unicase/u8-casefold
1340
1341 ## begin gnulib module unicase/u8-casemap
1342
1343 libunistring_la_SOURCES += unicase/u8-casemap.c
1344
1345 EXTRA_DIST += unicase/context.h unicase/u-casemap.h unicase/unicasemap.h
1346
1347 ## end   gnulib module unicase/u8-casemap
1348
1349 ## begin gnulib module unicase/u8-casexfrm
1350
1351 libunistring_la_SOURCES += unicase/u8-casexfrm.c
1352
1353 EXTRA_DIST += unicase/u-casexfrm.h
1354
1355 ## end   gnulib module unicase/u8-casexfrm
1356
1357 ## begin gnulib module unicase/u8-ct-casefold
1358
1359 libunistring_la_SOURCES += unicase/u8-ct-casefold.c
1360
1361 EXTRA_DIST += unicase/u-ct-casefold.h
1362
1363 ## end   gnulib module unicase/u8-ct-casefold
1364
1365 ## begin gnulib module unicase/u8-ct-tolower
1366
1367 libunistring_la_SOURCES += unicase/u8-ct-tolower.c
1368
1369 ## end   gnulib module unicase/u8-ct-tolower
1370
1371 ## begin gnulib module unicase/u8-ct-totitle
1372
1373 libunistring_la_SOURCES += unicase/u8-ct-totitle.c
1374
1375 EXTRA_DIST += unicase/context.h unicase/u-ct-totitle.h
1376
1377 ## end   gnulib module unicase/u8-ct-totitle
1378
1379 ## begin gnulib module unicase/u8-ct-toupper
1380
1381 libunistring_la_SOURCES += unicase/u8-ct-toupper.c
1382
1383 ## end   gnulib module unicase/u8-ct-toupper
1384
1385 ## begin gnulib module unicase/u8-is-cased
1386
1387 libunistring_la_SOURCES += unicase/u8-is-cased.c
1388
1389 EXTRA_DIST += unicase/u-is-cased.h
1390
1391 ## end   gnulib module unicase/u8-is-cased
1392
1393 ## begin gnulib module unicase/u8-is-casefolded
1394
1395 libunistring_la_SOURCES += unicase/u8-is-casefolded.c
1396
1397 ## end   gnulib module unicase/u8-is-casefolded
1398
1399 ## begin gnulib module unicase/u8-is-invariant
1400
1401 libunistring_la_SOURCES += unicase/u8-is-invariant.c
1402
1403 EXTRA_DIST += unicase/invariant.h unicase/u-is-invariant.h
1404
1405 ## end   gnulib module unicase/u8-is-invariant
1406
1407 ## begin gnulib module unicase/u8-is-lowercase
1408
1409 libunistring_la_SOURCES += unicase/u8-is-lowercase.c
1410
1411 ## end   gnulib module unicase/u8-is-lowercase
1412
1413 ## begin gnulib module unicase/u8-is-titlecase
1414
1415 libunistring_la_SOURCES += unicase/u8-is-titlecase.c
1416
1417 ## end   gnulib module unicase/u8-is-titlecase
1418
1419 ## begin gnulib module unicase/u8-is-uppercase
1420
1421 libunistring_la_SOURCES += unicase/u8-is-uppercase.c
1422
1423 ## end   gnulib module unicase/u8-is-uppercase
1424
1425 ## begin gnulib module unicase/u8-tolower
1426
1427 libunistring_la_SOURCES += unicase/u8-tolower.c
1428
1429 ## end   gnulib module unicase/u8-tolower
1430
1431 ## begin gnulib module unicase/u8-totitle
1432
1433 libunistring_la_SOURCES += unicase/u8-totitle.c
1434
1435 EXTRA_DIST += unicase/u-totitle.h
1436
1437 ## end   gnulib module unicase/u8-totitle
1438
1439 ## begin gnulib module unicase/u8-toupper
1440
1441 libunistring_la_SOURCES += unicase/u8-toupper.c
1442
1443 ## end   gnulib module unicase/u8-toupper
1444
1445 ## begin gnulib module unicase/ulc-casecmp
1446
1447 libunistring_la_SOURCES += unicase/ulc-casecmp.c
1448
1449 EXTRA_DIST += unicase/u-casecmp.h
1450
1451 ## end   gnulib module unicase/ulc-casecmp
1452
1453 ## begin gnulib module unicase/ulc-casecoll
1454
1455 libunistring_la_SOURCES += unicase/ulc-casecoll.c
1456
1457 EXTRA_DIST += unicase/u-casecoll.h
1458
1459 ## end   gnulib module unicase/ulc-casecoll
1460
1461 ## begin gnulib module unicase/ulc-casexfrm
1462
1463 libunistring_la_SOURCES += unicase/ulc-casexfrm.c
1464
1465 ## end   gnulib module unicase/ulc-casexfrm
1466
1467 ## begin gnulib module uniconv/base
1468
1469
1470 EXTRA_DIST += iconveh.h localcharset.h striconveha.h uniconv.h
1471
1472 ## end   gnulib module uniconv/base
1473
1474 ## begin gnulib module uniconv/u16-conv-from-enc
1475
1476 libunistring_la_SOURCES += uniconv/u16-conv-from-enc.c
1477
1478 EXTRA_DIST += uniconv/u-conv-from-enc.h
1479
1480 ## end   gnulib module uniconv/u16-conv-from-enc
1481
1482 ## begin gnulib module uniconv/u16-conv-to-enc
1483
1484 libunistring_la_SOURCES += uniconv/u16-conv-to-enc.c
1485
1486 EXTRA_DIST += uniconv/u-conv-to-enc.h
1487
1488 ## end   gnulib module uniconv/u16-conv-to-enc
1489
1490 ## begin gnulib module uniconv/u16-strconv-from-enc
1491
1492 libunistring_la_SOURCES += uniconv/u16-strconv-from-enc.c
1493
1494 EXTRA_DIST += uniconv/u-strconv-from-enc.h
1495
1496 ## end   gnulib module uniconv/u16-strconv-from-enc
1497
1498 ## begin gnulib module uniconv/u16-strconv-from-locale
1499
1500 libunistring_la_SOURCES += uniconv/u16-strconv-from-locale.c
1501
1502 ## end   gnulib module uniconv/u16-strconv-from-locale
1503
1504 ## begin gnulib module uniconv/u16-strconv-to-enc
1505
1506 libunistring_la_SOURCES += uniconv/u16-strconv-to-enc.c
1507
1508 EXTRA_DIST += uniconv/u-strconv-to-enc.h
1509
1510 ## end   gnulib module uniconv/u16-strconv-to-enc
1511
1512 ## begin gnulib module uniconv/u16-strconv-to-locale
1513
1514 libunistring_la_SOURCES += uniconv/u16-strconv-to-locale.c
1515
1516 ## end   gnulib module uniconv/u16-strconv-to-locale
1517
1518 ## begin gnulib module uniconv/u32-conv-from-enc
1519
1520 libunistring_la_SOURCES += uniconv/u32-conv-from-enc.c
1521
1522 EXTRA_DIST += uniconv/u-conv-from-enc.h
1523
1524 ## end   gnulib module uniconv/u32-conv-from-enc
1525
1526 ## begin gnulib module uniconv/u32-conv-to-enc
1527
1528 libunistring_la_SOURCES += uniconv/u32-conv-to-enc.c
1529
1530 EXTRA_DIST += uniconv/u-conv-to-enc.h
1531
1532 ## end   gnulib module uniconv/u32-conv-to-enc
1533
1534 ## begin gnulib module uniconv/u32-strconv-from-enc
1535
1536 libunistring_la_SOURCES += uniconv/u32-strconv-from-enc.c
1537
1538 EXTRA_DIST += uniconv/u-strconv-from-enc.h
1539
1540 ## end   gnulib module uniconv/u32-strconv-from-enc
1541
1542 ## begin gnulib module uniconv/u32-strconv-from-locale
1543
1544 libunistring_la_SOURCES += uniconv/u32-strconv-from-locale.c
1545
1546 ## end   gnulib module uniconv/u32-strconv-from-locale
1547
1548 ## begin gnulib module uniconv/u32-strconv-to-enc
1549
1550 libunistring_la_SOURCES += uniconv/u32-strconv-to-enc.c
1551
1552 EXTRA_DIST += uniconv/u-strconv-to-enc.h
1553
1554 ## end   gnulib module uniconv/u32-strconv-to-enc
1555
1556 ## begin gnulib module uniconv/u32-strconv-to-locale
1557
1558 libunistring_la_SOURCES += uniconv/u32-strconv-to-locale.c
1559
1560 ## end   gnulib module uniconv/u32-strconv-to-locale
1561
1562 ## begin gnulib module uniconv/u8-conv-from-enc
1563
1564 libunistring_la_SOURCES += uniconv/u8-conv-from-enc.c
1565
1566 ## end   gnulib module uniconv/u8-conv-from-enc
1567
1568 ## begin gnulib module uniconv/u8-conv-to-enc
1569
1570 libunistring_la_SOURCES += uniconv/u8-conv-to-enc.c
1571
1572 ## end   gnulib module uniconv/u8-conv-to-enc
1573
1574 ## begin gnulib module uniconv/u8-strconv-from-enc
1575
1576 libunistring_la_SOURCES += uniconv/u8-strconv-from-enc.c
1577
1578 EXTRA_DIST += uniconv/u-strconv-from-enc.h
1579
1580 ## end   gnulib module uniconv/u8-strconv-from-enc
1581
1582 ## begin gnulib module uniconv/u8-strconv-from-locale
1583
1584 libunistring_la_SOURCES += uniconv/u8-strconv-from-locale.c
1585
1586 ## end   gnulib module uniconv/u8-strconv-from-locale
1587
1588 ## begin gnulib module uniconv/u8-strconv-to-enc
1589
1590 libunistring_la_SOURCES += uniconv/u8-strconv-to-enc.c
1591
1592 ## end   gnulib module uniconv/u8-strconv-to-enc
1593
1594 ## begin gnulib module uniconv/u8-strconv-to-locale
1595
1596 libunistring_la_SOURCES += uniconv/u8-strconv-to-locale.c
1597
1598 ## end   gnulib module uniconv/u8-strconv-to-locale
1599
1600 ## begin gnulib module unictype/base
1601
1602
1603 EXTRA_DIST += unictype.h
1604
1605 ## end   gnulib module unictype/base
1606
1607 ## begin gnulib module unictype/bidicategory-byname
1608
1609 libunistring_la_SOURCES += unictype/bidi_byname.c
1610
1611 ## end   gnulib module unictype/bidicategory-byname
1612
1613 ## begin gnulib module unictype/bidicategory-name
1614
1615 libunistring_la_SOURCES += unictype/bidi_name.c
1616
1617 ## end   gnulib module unictype/bidicategory-name
1618
1619 ## begin gnulib module unictype/bidicategory-of
1620
1621 libunistring_la_SOURCES += unictype/bidi_of.c
1622
1623 EXTRA_DIST += unictype/bidi_of.h
1624
1625 ## end   gnulib module unictype/bidicategory-of
1626
1627 ## begin gnulib module unictype/bidicategory-test
1628
1629 libunistring_la_SOURCES += unictype/bidi_test.c
1630
1631 ## end   gnulib module unictype/bidicategory-test
1632
1633 ## begin gnulib module unictype/block-list
1634
1635 libunistring_la_SOURCES += unictype/blocks.c
1636
1637 EXTRA_DIST += unictype/blocks.h
1638
1639 ## end   gnulib module unictype/block-list
1640
1641 ## begin gnulib module unictype/block-test
1642
1643 libunistring_la_SOURCES += unictype/block_test.c
1644
1645 ## end   gnulib module unictype/block-test
1646
1647 ## begin gnulib module unictype/category-C
1648
1649 libunistring_la_SOURCES += unictype/categ_C.c
1650
1651 EXTRA_DIST += unictype/categ_C.h
1652
1653 ## end   gnulib module unictype/category-C
1654
1655 ## begin gnulib module unictype/category-Cc
1656
1657 libunistring_la_SOURCES += unictype/categ_Cc.c
1658
1659 EXTRA_DIST += unictype/categ_Cc.h
1660
1661 ## end   gnulib module unictype/category-Cc
1662
1663 ## begin gnulib module unictype/category-Cf
1664
1665 libunistring_la_SOURCES += unictype/categ_Cf.c
1666
1667 EXTRA_DIST += unictype/categ_Cf.h
1668
1669 ## end   gnulib module unictype/category-Cf
1670
1671 ## begin gnulib module unictype/category-Cn
1672
1673 libunistring_la_SOURCES += unictype/categ_Cn.c
1674
1675 EXTRA_DIST += unictype/categ_Cn.h
1676
1677 ## end   gnulib module unictype/category-Cn
1678
1679 ## begin gnulib module unictype/category-Co
1680
1681 libunistring_la_SOURCES += unictype/categ_Co.c
1682
1683 EXTRA_DIST += unictype/categ_Co.h
1684
1685 ## end   gnulib module unictype/category-Co
1686
1687 ## begin gnulib module unictype/category-Cs
1688
1689 libunistring_la_SOURCES += unictype/categ_Cs.c
1690
1691 EXTRA_DIST += unictype/categ_Cs.h
1692
1693 ## end   gnulib module unictype/category-Cs
1694
1695 ## begin gnulib module unictype/category-L
1696
1697 libunistring_la_SOURCES += unictype/categ_L.c
1698
1699 EXTRA_DIST += unictype/categ_L.h
1700
1701 ## end   gnulib module unictype/category-L
1702
1703 ## begin gnulib module unictype/category-Ll
1704
1705 libunistring_la_SOURCES += unictype/categ_Ll.c
1706
1707 EXTRA_DIST += unictype/categ_Ll.h
1708
1709 ## end   gnulib module unictype/category-Ll
1710
1711 ## begin gnulib module unictype/category-Lm
1712
1713 libunistring_la_SOURCES += unictype/categ_Lm.c
1714
1715 EXTRA_DIST += unictype/categ_Lm.h
1716
1717 ## end   gnulib module unictype/category-Lm
1718
1719 ## begin gnulib module unictype/category-Lo
1720
1721 libunistring_la_SOURCES += unictype/categ_Lo.c
1722
1723 EXTRA_DIST += unictype/categ_Lo.h
1724
1725 ## end   gnulib module unictype/category-Lo
1726
1727 ## begin gnulib module unictype/category-Lt
1728
1729 libunistring_la_SOURCES += unictype/categ_Lt.c
1730
1731 EXTRA_DIST += unictype/categ_Lt.h
1732
1733 ## end   gnulib module unictype/category-Lt
1734
1735 ## begin gnulib module unictype/category-Lu
1736
1737 libunistring_la_SOURCES += unictype/categ_Lu.c
1738
1739 EXTRA_DIST += unictype/categ_Lu.h
1740
1741 ## end   gnulib module unictype/category-Lu
1742
1743 ## begin gnulib module unictype/category-M
1744
1745 libunistring_la_SOURCES += unictype/categ_M.c
1746
1747 EXTRA_DIST += unictype/categ_M.h
1748
1749 ## end   gnulib module unictype/category-M
1750
1751 ## begin gnulib module unictype/category-Mc
1752
1753 libunistring_la_SOURCES += unictype/categ_Mc.c
1754
1755 EXTRA_DIST += unictype/categ_Mc.h
1756
1757 ## end   gnulib module unictype/category-Mc
1758
1759 ## begin gnulib module unictype/category-Me
1760
1761 libunistring_la_SOURCES += unictype/categ_Me.c
1762
1763 EXTRA_DIST += unictype/categ_Me.h
1764
1765 ## end   gnulib module unictype/category-Me
1766
1767 ## begin gnulib module unictype/category-Mn
1768
1769 libunistring_la_SOURCES += unictype/categ_Mn.c
1770
1771 EXTRA_DIST += unictype/categ_Mn.h
1772
1773 ## end   gnulib module unictype/category-Mn
1774
1775 ## begin gnulib module unictype/category-N
1776
1777 libunistring_la_SOURCES += unictype/categ_N.c
1778
1779 EXTRA_DIST += unictype/categ_N.h
1780
1781 ## end   gnulib module unictype/category-N
1782
1783 ## begin gnulib module unictype/category-Nd
1784
1785 libunistring_la_SOURCES += unictype/categ_Nd.c
1786
1787 EXTRA_DIST += unictype/categ_Nd.h
1788
1789 ## end   gnulib module unictype/category-Nd
1790
1791 ## begin gnulib module unictype/category-Nl
1792
1793 libunistring_la_SOURCES += unictype/categ_Nl.c
1794
1795 EXTRA_DIST += unictype/categ_Nl.h
1796
1797 ## end   gnulib module unictype/category-Nl
1798
1799 ## begin gnulib module unictype/category-No
1800
1801 libunistring_la_SOURCES += unictype/categ_No.c
1802
1803 EXTRA_DIST += unictype/categ_No.h
1804
1805 ## end   gnulib module unictype/category-No
1806
1807 ## begin gnulib module unictype/category-P
1808
1809 libunistring_la_SOURCES += unictype/categ_P.c
1810
1811 EXTRA_DIST += unictype/categ_P.h
1812
1813 ## end   gnulib module unictype/category-P
1814
1815 ## begin gnulib module unictype/category-Pc
1816
1817 libunistring_la_SOURCES += unictype/categ_Pc.c
1818
1819 EXTRA_DIST += unictype/categ_Pc.h
1820
1821 ## end   gnulib module unictype/category-Pc
1822
1823 ## begin gnulib module unictype/category-Pd
1824
1825 libunistring_la_SOURCES += unictype/categ_Pd.c
1826
1827 EXTRA_DIST += unictype/categ_Pd.h
1828
1829 ## end   gnulib module unictype/category-Pd
1830
1831 ## begin gnulib module unictype/category-Pe
1832
1833 libunistring_la_SOURCES += unictype/categ_Pe.c
1834
1835 EXTRA_DIST += unictype/categ_Pe.h
1836
1837 ## end   gnulib module unictype/category-Pe
1838
1839 ## begin gnulib module unictype/category-Pf
1840
1841 libunistring_la_SOURCES += unictype/categ_Pf.c
1842
1843 EXTRA_DIST += unictype/categ_Pf.h
1844
1845 ## end   gnulib module unictype/category-Pf
1846
1847 ## begin gnulib module unictype/category-Pi
1848
1849 libunistring_la_SOURCES += unictype/categ_Pi.c
1850
1851 EXTRA_DIST += unictype/categ_Pi.h
1852
1853 ## end   gnulib module unictype/category-Pi
1854
1855 ## begin gnulib module unictype/category-Po
1856
1857 libunistring_la_SOURCES += unictype/categ_Po.c
1858
1859 EXTRA_DIST += unictype/categ_Po.h
1860
1861 ## end   gnulib module unictype/category-Po
1862
1863 ## begin gnulib module unictype/category-Ps
1864
1865 libunistring_la_SOURCES += unictype/categ_Ps.c
1866
1867 EXTRA_DIST += unictype/categ_Ps.h
1868
1869 ## end   gnulib module unictype/category-Ps
1870
1871 ## begin gnulib module unictype/category-S
1872
1873 libunistring_la_SOURCES += unictype/categ_S.c
1874
1875 EXTRA_DIST += unictype/categ_S.h
1876
1877 ## end   gnulib module unictype/category-S
1878
1879 ## begin gnulib module unictype/category-Sc
1880
1881 libunistring_la_SOURCES += unictype/categ_Sc.c
1882
1883 EXTRA_DIST += unictype/categ_Sc.h
1884
1885 ## end   gnulib module unictype/category-Sc
1886
1887 ## begin gnulib module unictype/category-Sk
1888
1889 libunistring_la_SOURCES += unictype/categ_Sk.c
1890
1891 EXTRA_DIST += unictype/categ_Sk.h
1892
1893 ## end   gnulib module unictype/category-Sk
1894
1895 ## begin gnulib module unictype/category-Sm
1896
1897 libunistring_la_SOURCES += unictype/categ_Sm.c
1898
1899 EXTRA_DIST += unictype/categ_Sm.h
1900
1901 ## end   gnulib module unictype/category-Sm
1902
1903 ## begin gnulib module unictype/category-So
1904
1905 libunistring_la_SOURCES += unictype/categ_So.c
1906
1907 EXTRA_DIST += unictype/categ_So.h
1908
1909 ## end   gnulib module unictype/category-So
1910
1911 ## begin gnulib module unictype/category-Z
1912
1913 libunistring_la_SOURCES += unictype/categ_Z.c
1914
1915 EXTRA_DIST += unictype/categ_Z.h
1916
1917 ## end   gnulib module unictype/category-Z
1918
1919 ## begin gnulib module unictype/category-Zl
1920
1921 libunistring_la_SOURCES += unictype/categ_Zl.c
1922
1923 EXTRA_DIST += unictype/categ_Zl.h
1924
1925 ## end   gnulib module unictype/category-Zl
1926
1927 ## begin gnulib module unictype/category-Zp
1928
1929 libunistring_la_SOURCES += unictype/categ_Zp.c
1930
1931 EXTRA_DIST += unictype/categ_Zp.h
1932
1933 ## end   gnulib module unictype/category-Zp
1934
1935 ## begin gnulib module unictype/category-Zs
1936
1937 libunistring_la_SOURCES += unictype/categ_Zs.c
1938
1939 EXTRA_DIST += unictype/categ_Zs.h
1940
1941 ## end   gnulib module unictype/category-Zs
1942
1943 ## begin gnulib module unictype/category-and
1944
1945 libunistring_la_SOURCES += unictype/categ_and.c
1946
1947 ## end   gnulib module unictype/category-and
1948
1949 ## begin gnulib module unictype/category-and-not
1950
1951 libunistring_la_SOURCES += unictype/categ_and_not.c
1952
1953 ## end   gnulib module unictype/category-and-not
1954
1955 ## begin gnulib module unictype/category-byname
1956
1957 libunistring_la_SOURCES += unictype/categ_byname.c
1958
1959 ## end   gnulib module unictype/category-byname
1960
1961 ## begin gnulib module unictype/category-name
1962
1963 libunistring_la_SOURCES += unictype/categ_name.c
1964
1965 ## end   gnulib module unictype/category-name
1966
1967 ## begin gnulib module unictype/category-none
1968
1969 libunistring_la_SOURCES += unictype/categ_none.c
1970
1971 ## end   gnulib module unictype/category-none
1972
1973 ## begin gnulib module unictype/category-of
1974
1975 libunistring_la_SOURCES += unictype/categ_of.c
1976
1977 EXTRA_DIST += unictype/categ_of.h
1978
1979 ## end   gnulib module unictype/category-of
1980
1981 ## begin gnulib module unictype/category-or
1982
1983 libunistring_la_SOURCES += unictype/categ_or.c
1984
1985 ## end   gnulib module unictype/category-or
1986
1987 ## begin gnulib module unictype/category-test
1988
1989 libunistring_la_SOURCES += unictype/categ_test.c
1990
1991 EXTRA_DIST += unictype/bitmap.h
1992
1993 ## end   gnulib module unictype/category-test
1994
1995 ## begin gnulib module unictype/combining-class
1996
1997 libunistring_la_SOURCES += unictype/combining.c
1998
1999 EXTRA_DIST += unictype/combining.h
2000
2001 ## end   gnulib module unictype/combining-class
2002
2003 ## begin gnulib module unictype/ctype-alnum
2004
2005 libunistring_la_SOURCES += unictype/ctype_alnum.c
2006
2007 EXTRA_DIST += unictype/bitmap.h unictype/ctype_alnum.h
2008
2009 ## end   gnulib module unictype/ctype-alnum
2010
2011 ## begin gnulib module unictype/ctype-alpha
2012
2013 libunistring_la_SOURCES += unictype/ctype_alpha.c
2014
2015 EXTRA_DIST += unictype/bitmap.h unictype/ctype_alpha.h
2016
2017 ## end   gnulib module unictype/ctype-alpha
2018
2019 ## begin gnulib module unictype/ctype-blank
2020
2021 libunistring_la_SOURCES += unictype/ctype_blank.c
2022
2023 EXTRA_DIST += unictype/bitmap.h unictype/ctype_blank.h
2024
2025 ## end   gnulib module unictype/ctype-blank
2026
2027 ## begin gnulib module unictype/ctype-cntrl
2028
2029 libunistring_la_SOURCES += unictype/ctype_cntrl.c
2030
2031 EXTRA_DIST += unictype/bitmap.h unictype/ctype_cntrl.h
2032
2033 ## end   gnulib module unictype/ctype-cntrl
2034
2035 ## begin gnulib module unictype/ctype-digit
2036
2037 libunistring_la_SOURCES += unictype/ctype_digit.c
2038
2039 EXTRA_DIST += unictype/bitmap.h unictype/ctype_digit.h
2040
2041 ## end   gnulib module unictype/ctype-digit
2042
2043 ## begin gnulib module unictype/ctype-graph
2044
2045 libunistring_la_SOURCES += unictype/ctype_graph.c
2046
2047 EXTRA_DIST += unictype/bitmap.h unictype/ctype_graph.h
2048
2049 ## end   gnulib module unictype/ctype-graph
2050
2051 ## begin gnulib module unictype/ctype-lower
2052
2053 libunistring_la_SOURCES += unictype/ctype_lower.c
2054
2055 EXTRA_DIST += unictype/bitmap.h unictype/ctype_lower.h
2056
2057 ## end   gnulib module unictype/ctype-lower
2058
2059 ## begin gnulib module unictype/ctype-print
2060
2061 libunistring_la_SOURCES += unictype/ctype_print.c
2062
2063 EXTRA_DIST += unictype/bitmap.h unictype/ctype_print.h
2064
2065 ## end   gnulib module unictype/ctype-print
2066
2067 ## begin gnulib module unictype/ctype-punct
2068
2069 libunistring_la_SOURCES += unictype/ctype_punct.c
2070
2071 EXTRA_DIST += unictype/bitmap.h unictype/ctype_punct.h
2072
2073 ## end   gnulib module unictype/ctype-punct
2074
2075 ## begin gnulib module unictype/ctype-space
2076
2077 libunistring_la_SOURCES += unictype/ctype_space.c
2078
2079 EXTRA_DIST += unictype/bitmap.h unictype/ctype_space.h
2080
2081 ## end   gnulib module unictype/ctype-space
2082
2083 ## begin gnulib module unictype/ctype-upper
2084
2085 libunistring_la_SOURCES += unictype/ctype_upper.c
2086
2087 EXTRA_DIST += unictype/bitmap.h unictype/ctype_upper.h
2088
2089 ## end   gnulib module unictype/ctype-upper
2090
2091 ## begin gnulib module unictype/ctype-xdigit
2092
2093 libunistring_la_SOURCES += unictype/ctype_xdigit.c
2094
2095 EXTRA_DIST += unictype/bitmap.h unictype/ctype_xdigit.h
2096
2097 ## end   gnulib module unictype/ctype-xdigit
2098
2099 ## begin gnulib module unictype/decimal-digit
2100
2101 libunistring_la_SOURCES += unictype/decdigit.c
2102
2103 EXTRA_DIST += unictype/decdigit.h
2104
2105 ## end   gnulib module unictype/decimal-digit
2106
2107 ## begin gnulib module unictype/digit
2108
2109 libunistring_la_SOURCES += unictype/digit.c
2110
2111 EXTRA_DIST += unictype/digit.h
2112
2113 ## end   gnulib module unictype/digit
2114
2115 ## begin gnulib module unictype/mirror
2116
2117 libunistring_la_SOURCES += unictype/mirror.c
2118
2119 EXTRA_DIST += unictype/mirror.h
2120
2121 ## end   gnulib module unictype/mirror
2122
2123 ## begin gnulib module unictype/numeric
2124
2125 libunistring_la_SOURCES += unictype/numeric.c
2126
2127 EXTRA_DIST += unictype/numeric.h
2128
2129 ## end   gnulib module unictype/numeric
2130
2131 ## begin gnulib module unictype/property-alphabetic
2132
2133 libunistring_la_SOURCES += unictype/pr_alphabetic.c
2134
2135 EXTRA_DIST += unictype/bitmap.h unictype/pr_alphabetic.h
2136
2137 ## end   gnulib module unictype/property-alphabetic
2138
2139 ## begin gnulib module unictype/property-ascii-hex-digit
2140
2141 libunistring_la_SOURCES += unictype/pr_ascii_hex_digit.c
2142
2143 EXTRA_DIST += unictype/bitmap.h unictype/pr_ascii_hex_digit.h
2144
2145 ## end   gnulib module unictype/property-ascii-hex-digit
2146
2147 ## begin gnulib module unictype/property-bidi-arabic-digit
2148
2149 libunistring_la_SOURCES += unictype/pr_bidi_arabic_digit.c
2150
2151 EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_arabic_digit.h
2152
2153 ## end   gnulib module unictype/property-bidi-arabic-digit
2154
2155 ## begin gnulib module unictype/property-bidi-arabic-right-to-left
2156
2157 libunistring_la_SOURCES += unictype/pr_bidi_arabic_right_to_left.c
2158
2159 EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_arabic_right_to_left.h
2160
2161 ## end   gnulib module unictype/property-bidi-arabic-right-to-left
2162
2163 ## begin gnulib module unictype/property-bidi-block-separator
2164
2165 libunistring_la_SOURCES += unictype/pr_bidi_block_separator.c
2166
2167 EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_block_separator.h
2168
2169 ## end   gnulib module unictype/property-bidi-block-separator
2170
2171 ## begin gnulib module unictype/property-bidi-boundary-neutral
2172
2173 libunistring_la_SOURCES += unictype/pr_bidi_boundary_neutral.c
2174
2175 EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_boundary_neutral.h
2176
2177 ## end   gnulib module unictype/property-bidi-boundary-neutral
2178
2179 ## begin gnulib module unictype/property-bidi-common-separator
2180
2181 libunistring_la_SOURCES += unictype/pr_bidi_common_separator.c
2182
2183 EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_common_separator.h
2184
2185 ## end   gnulib module unictype/property-bidi-common-separator
2186
2187 ## begin gnulib module unictype/property-bidi-control
2188
2189 libunistring_la_SOURCES += unictype/pr_bidi_control.c
2190
2191 EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_control.h
2192
2193 ## end   gnulib module unictype/property-bidi-control
2194
2195 ## begin gnulib module unictype/property-bidi-embedding-or-override
2196
2197 libunistring_la_SOURCES += unictype/pr_bidi_embedding_or_override.c
2198
2199 EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_embedding_or_override.h
2200
2201 ## end   gnulib module unictype/property-bidi-embedding-or-override
2202
2203 ## begin gnulib module unictype/property-bidi-eur-num-separator
2204
2205 libunistring_la_SOURCES += unictype/pr_bidi_eur_num_separator.c
2206
2207 EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_eur_num_separator.h
2208
2209 ## end   gnulib module unictype/property-bidi-eur-num-separator
2210
2211 ## begin gnulib module unictype/property-bidi-eur-num-terminator
2212
2213 libunistring_la_SOURCES += unictype/pr_bidi_eur_num_terminator.c
2214
2215 EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_eur_num_terminator.h
2216
2217 ## end   gnulib module unictype/property-bidi-eur-num-terminator
2218
2219 ## begin gnulib module unictype/property-bidi-european-digit
2220
2221 libunistring_la_SOURCES += unictype/pr_bidi_european_digit.c
2222
2223 EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_european_digit.h
2224
2225 ## end   gnulib module unictype/property-bidi-european-digit
2226
2227 ## begin gnulib module unictype/property-bidi-hebrew-right-to-left
2228
2229 libunistring_la_SOURCES += unictype/pr_bidi_hebrew_right_to_left.c
2230
2231 EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_hebrew_right_to_left.h
2232
2233 ## end   gnulib module unictype/property-bidi-hebrew-right-to-left
2234
2235 ## begin gnulib module unictype/property-bidi-left-to-right
2236
2237 libunistring_la_SOURCES += unictype/pr_bidi_left_to_right.c
2238
2239 EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_left_to_right.h
2240
2241 ## end   gnulib module unictype/property-bidi-left-to-right
2242
2243 ## begin gnulib module unictype/property-bidi-non-spacing-mark
2244
2245 libunistring_la_SOURCES += unictype/pr_bidi_non_spacing_mark.c
2246
2247 EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_non_spacing_mark.h
2248
2249 ## end   gnulib module unictype/property-bidi-non-spacing-mark
2250
2251 ## begin gnulib module unictype/property-bidi-other-neutral
2252
2253 libunistring_la_SOURCES += unictype/pr_bidi_other_neutral.c
2254
2255 EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_other_neutral.h
2256
2257 ## end   gnulib module unictype/property-bidi-other-neutral
2258
2259 ## begin gnulib module unictype/property-bidi-pdf
2260
2261 libunistring_la_SOURCES += unictype/pr_bidi_pdf.c
2262
2263 EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_pdf.h
2264
2265 ## end   gnulib module unictype/property-bidi-pdf
2266
2267 ## begin gnulib module unictype/property-bidi-segment-separator
2268
2269 libunistring_la_SOURCES += unictype/pr_bidi_segment_separator.c
2270
2271 EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_segment_separator.h
2272
2273 ## end   gnulib module unictype/property-bidi-segment-separator
2274
2275 ## begin gnulib module unictype/property-bidi-whitespace
2276
2277 libunistring_la_SOURCES += unictype/pr_bidi_whitespace.c
2278
2279 EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_whitespace.h
2280
2281 ## end   gnulib module unictype/property-bidi-whitespace
2282
2283 ## begin gnulib module unictype/property-byname
2284
2285 libunistring_la_SOURCES += unictype/pr_byname.c
2286
2287 unictype/pr_byname.h: unictype/pr_byname.gperf
2288         $(GPERF) -m 10 $(srcdir)/unictype/pr_byname.gperf > $(srcdir)/unictype/pr_byname.h-t
2289         mv $(srcdir)/unictype/pr_byname.h-t $(srcdir)/unictype/pr_byname.h
2290 BUILT_SOURCES        += unictype/pr_byname.h
2291 MOSTLYCLEANFILES     += unictype/pr_byname.h-t
2292 MAINTAINERCLEANFILES += unictype/pr_byname.h
2293 EXTRA_DIST           += unictype/pr_byname.h
2294
2295 EXTRA_DIST += unictype/pr_byname.gperf
2296
2297 ## end   gnulib module unictype/property-byname
2298
2299 ## begin gnulib module unictype/property-combining
2300
2301 libunistring_la_SOURCES += unictype/pr_combining.c
2302
2303 EXTRA_DIST += unictype/bitmap.h unictype/pr_combining.h
2304
2305 ## end   gnulib module unictype/property-combining
2306
2307 ## begin gnulib module unictype/property-composite
2308
2309 libunistring_la_SOURCES += unictype/pr_composite.c
2310
2311 EXTRA_DIST += unictype/bitmap.h unictype/pr_composite.h
2312
2313 ## end   gnulib module unictype/property-composite
2314
2315 ## begin gnulib module unictype/property-currency-symbol
2316
2317 libunistring_la_SOURCES += unictype/pr_currency_symbol.c
2318
2319 EXTRA_DIST += unictype/bitmap.h unictype/pr_currency_symbol.h
2320
2321 ## end   gnulib module unictype/property-currency-symbol
2322
2323 ## begin gnulib module unictype/property-dash
2324
2325 libunistring_la_SOURCES += unictype/pr_dash.c
2326
2327 EXTRA_DIST += unictype/bitmap.h unictype/pr_dash.h
2328
2329 ## end   gnulib module unictype/property-dash
2330
2331 ## begin gnulib module unictype/property-decimal-digit
2332
2333 libunistring_la_SOURCES += unictype/pr_decimal_digit.c
2334
2335 EXTRA_DIST += unictype/bitmap.h unictype/pr_decimal_digit.h
2336
2337 ## end   gnulib module unictype/property-decimal-digit
2338
2339 ## begin gnulib module unictype/property-default-ignorable-code-point
2340
2341 libunistring_la_SOURCES += unictype/pr_default_ignorable_code_point.c
2342
2343 EXTRA_DIST += unictype/bitmap.h unictype/pr_default_ignorable_code_point.h
2344
2345 ## end   gnulib module unictype/property-default-ignorable-code-point
2346
2347 ## begin gnulib module unictype/property-deprecated
2348
2349 libunistring_la_SOURCES += unictype/pr_deprecated.c
2350
2351 EXTRA_DIST += unictype/bitmap.h unictype/pr_deprecated.h
2352
2353 ## end   gnulib module unictype/property-deprecated
2354
2355 ## begin gnulib module unictype/property-diacritic
2356
2357 libunistring_la_SOURCES += unictype/pr_diacritic.c
2358
2359 EXTRA_DIST += unictype/bitmap.h unictype/pr_diacritic.h
2360
2361 ## end   gnulib module unictype/property-diacritic
2362
2363 ## begin gnulib module unictype/property-extender
2364
2365 libunistring_la_SOURCES += unictype/pr_extender.c
2366
2367 EXTRA_DIST += unictype/bitmap.h unictype/pr_extender.h
2368
2369 ## end   gnulib module unictype/property-extender
2370
2371 ## begin gnulib module unictype/property-format-control
2372
2373 libunistring_la_SOURCES += unictype/pr_format_control.c
2374
2375 EXTRA_DIST += unictype/bitmap.h unictype/pr_format_control.h
2376
2377 ## end   gnulib module unictype/property-format-control
2378
2379 ## begin gnulib module unictype/property-grapheme-base
2380
2381 libunistring_la_SOURCES += unictype/pr_grapheme_base.c
2382
2383 EXTRA_DIST += unictype/bitmap.h unictype/pr_grapheme_base.h
2384
2385 ## end   gnulib module unictype/property-grapheme-base
2386
2387 ## begin gnulib module unictype/property-grapheme-extend
2388
2389 libunistring_la_SOURCES += unictype/pr_grapheme_extend.c
2390
2391 EXTRA_DIST += unictype/bitmap.h unictype/pr_grapheme_extend.h
2392
2393 ## end   gnulib module unictype/property-grapheme-extend
2394
2395 ## begin gnulib module unictype/property-grapheme-link
2396
2397 libunistring_la_SOURCES += unictype/pr_grapheme_link.c
2398
2399 EXTRA_DIST += unictype/bitmap.h unictype/pr_grapheme_link.h
2400
2401 ## end   gnulib module unictype/property-grapheme-link
2402
2403 ## begin gnulib module unictype/property-hex-digit
2404
2405 libunistring_la_SOURCES += unictype/pr_hex_digit.c
2406
2407 EXTRA_DIST += unictype/bitmap.h unictype/pr_hex_digit.h
2408
2409 ## end   gnulib module unictype/property-hex-digit
2410
2411 ## begin gnulib module unictype/property-hyphen
2412
2413 libunistring_la_SOURCES += unictype/pr_hyphen.c
2414
2415 EXTRA_DIST += unictype/bitmap.h unictype/pr_hyphen.h
2416
2417 ## end   gnulib module unictype/property-hyphen
2418
2419 ## begin gnulib module unictype/property-id-continue
2420
2421 libunistring_la_SOURCES += unictype/pr_id_continue.c
2422
2423 EXTRA_DIST += unictype/bitmap.h unictype/pr_id_continue.h
2424
2425 ## end   gnulib module unictype/property-id-continue
2426
2427 ## begin gnulib module unictype/property-id-start
2428
2429 libunistring_la_SOURCES += unictype/pr_id_start.c
2430
2431 EXTRA_DIST += unictype/bitmap.h unictype/pr_id_start.h
2432
2433 ## end   gnulib module unictype/property-id-start
2434
2435 ## begin gnulib module unictype/property-ideographic
2436
2437 libunistring_la_SOURCES += unictype/pr_ideographic.c
2438
2439 EXTRA_DIST += unictype/bitmap.h unictype/pr_ideographic.h
2440
2441 ## end   gnulib module unictype/property-ideographic
2442
2443 ## begin gnulib module unictype/property-ids-binary-operator
2444
2445 libunistring_la_SOURCES += unictype/pr_ids_binary_operator.c
2446
2447 EXTRA_DIST += unictype/bitmap.h unictype/pr_ids_binary_operator.h
2448
2449 ## end   gnulib module unictype/property-ids-binary-operator
2450
2451 ## begin gnulib module unictype/property-ids-trinary-operator
2452
2453 libunistring_la_SOURCES += unictype/pr_ids_trinary_operator.c
2454
2455 EXTRA_DIST += unictype/bitmap.h unictype/pr_ids_trinary_operator.h
2456
2457 ## end   gnulib module unictype/property-ids-trinary-operator
2458
2459 ## begin gnulib module unictype/property-ignorable-control
2460
2461 libunistring_la_SOURCES += unictype/pr_ignorable_control.c
2462
2463 EXTRA_DIST += unictype/bitmap.h unictype/pr_ignorable_control.h
2464
2465 ## end   gnulib module unictype/property-ignorable-control
2466
2467 ## begin gnulib module unictype/property-iso-control
2468
2469 libunistring_la_SOURCES += unictype/pr_iso_control.c
2470
2471 EXTRA_DIST += unictype/bitmap.h unictype/pr_iso_control.h
2472
2473 ## end   gnulib module unictype/property-iso-control
2474
2475 ## begin gnulib module unictype/property-join-control
2476
2477 libunistring_la_SOURCES += unictype/pr_join_control.c
2478
2479 EXTRA_DIST += unictype/bitmap.h unictype/pr_join_control.h
2480
2481 ## end   gnulib module unictype/property-join-control
2482
2483 ## begin gnulib module unictype/property-left-of-pair
2484
2485 libunistring_la_SOURCES += unictype/pr_left_of_pair.c
2486
2487 EXTRA_DIST += unictype/bitmap.h unictype/pr_left_of_pair.h
2488
2489 ## end   gnulib module unictype/property-left-of-pair
2490
2491 ## begin gnulib module unictype/property-line-separator
2492
2493 libunistring_la_SOURCES += unictype/pr_line_separator.c
2494
2495 EXTRA_DIST += unictype/bitmap.h unictype/pr_line_separator.h
2496
2497 ## end   gnulib module unictype/property-line-separator
2498
2499 ## begin gnulib module unictype/property-logical-order-exception
2500
2501 libunistring_la_SOURCES += unictype/pr_logical_order_exception.c
2502
2503 EXTRA_DIST += unictype/bitmap.h unictype/pr_logical_order_exception.h
2504
2505 ## end   gnulib module unictype/property-logical-order-exception
2506
2507 ## begin gnulib module unictype/property-lowercase
2508
2509 libunistring_la_SOURCES += unictype/pr_lowercase.c
2510
2511 EXTRA_DIST += unictype/bitmap.h unictype/pr_lowercase.h
2512
2513 ## end   gnulib module unictype/property-lowercase
2514
2515 ## begin gnulib module unictype/property-math
2516
2517 libunistring_la_SOURCES += unictype/pr_math.c
2518
2519 EXTRA_DIST += unictype/bitmap.h unictype/pr_math.h
2520
2521 ## end   gnulib module unictype/property-math
2522
2523 ## begin gnulib module unictype/property-non-break
2524
2525 libunistring_la_SOURCES += unictype/pr_non_break.c
2526
2527 EXTRA_DIST += unictype/bitmap.h unictype/pr_non_break.h
2528
2529 ## end   gnulib module unictype/property-non-break
2530
2531 ## begin gnulib module unictype/property-not-a-character
2532
2533 libunistring_la_SOURCES += unictype/pr_not_a_character.c
2534
2535 EXTRA_DIST += unictype/bitmap.h unictype/pr_not_a_character.h
2536
2537 ## end   gnulib module unictype/property-not-a-character
2538
2539 ## begin gnulib module unictype/property-numeric
2540
2541 libunistring_la_SOURCES += unictype/pr_numeric.c
2542
2543 EXTRA_DIST += unictype/bitmap.h unictype/pr_numeric.h
2544
2545 ## end   gnulib module unictype/property-numeric
2546
2547 ## begin gnulib module unictype/property-other-alphabetic
2548
2549 libunistring_la_SOURCES += unictype/pr_other_alphabetic.c
2550
2551 EXTRA_DIST += unictype/bitmap.h unictype/pr_other_alphabetic.h
2552
2553 ## end   gnulib module unictype/property-other-alphabetic
2554
2555 ## begin gnulib module unictype/property-other-default-ignorable-code-point
2556
2557 libunistring_la_SOURCES += unictype/pr_other_default_ignorable_code_point.c
2558
2559 EXTRA_DIST += unictype/bitmap.h unictype/pr_other_default_ignorable_code_point.h
2560
2561 ## end   gnulib module unictype/property-other-default-ignorable-code-point
2562
2563 ## begin gnulib module unictype/property-other-grapheme-extend
2564
2565 libunistring_la_SOURCES += unictype/pr_other_grapheme_extend.c
2566
2567 EXTRA_DIST += unictype/bitmap.h unictype/pr_other_grapheme_extend.h
2568
2569 ## end   gnulib module unictype/property-other-grapheme-extend
2570
2571 ## begin gnulib module unictype/property-other-id-continue
2572
2573 libunistring_la_SOURCES += unictype/pr_other_id_continue.c
2574
2575 EXTRA_DIST += unictype/bitmap.h unictype/pr_other_id_continue.h
2576
2577 ## end   gnulib module unictype/property-other-id-continue
2578
2579 ## begin gnulib module unictype/property-other-id-start
2580
2581 libunistring_la_SOURCES += unictype/pr_other_id_start.c
2582
2583 EXTRA_DIST += unictype/bitmap.h unictype/pr_other_id_start.h
2584
2585 ## end   gnulib module unictype/property-other-id-start
2586
2587 ## begin gnulib module unictype/property-other-lowercase
2588
2589 libunistring_la_SOURCES += unictype/pr_other_lowercase.c
2590
2591 EXTRA_DIST += unictype/bitmap.h unictype/pr_other_lowercase.h
2592
2593 ## end   gnulib module unictype/property-other-lowercase
2594
2595 ## begin gnulib module unictype/property-other-math
2596
2597 libunistring_la_SOURCES += unictype/pr_other_math.c
2598
2599 EXTRA_DIST += unictype/bitmap.h unictype/pr_other_math.h
2600
2601 ## end   gnulib module unictype/property-other-math
2602
2603 ## begin gnulib module unictype/property-other-uppercase
2604
2605 libunistring_la_SOURCES += unictype/pr_other_uppercase.c
2606
2607 EXTRA_DIST += unictype/bitmap.h unictype/pr_other_uppercase.h
2608
2609 ## end   gnulib module unictype/property-other-uppercase
2610
2611 ## begin gnulib module unictype/property-paired-punctuation
2612
2613 libunistring_la_SOURCES += unictype/pr_paired_punctuation.c
2614
2615 EXTRA_DIST += unictype/bitmap.h unictype/pr_paired_punctuation.h
2616
2617 ## end   gnulib module unictype/property-paired-punctuation
2618
2619 ## begin gnulib module unictype/property-paragraph-separator
2620
2621 libunistring_la_SOURCES += unictype/pr_paragraph_separator.c
2622
2623 EXTRA_DIST += unictype/bitmap.h unictype/pr_paragraph_separator.h
2624
2625 ## end   gnulib module unictype/property-paragraph-separator
2626
2627 ## begin gnulib module unictype/property-pattern-syntax
2628
2629 libunistring_la_SOURCES += unictype/pr_pattern_syntax.c
2630
2631 EXTRA_DIST += unictype/bitmap.h unictype/pr_pattern_syntax.h
2632
2633 ## end   gnulib module unictype/property-pattern-syntax
2634
2635 ## begin gnulib module unictype/property-pattern-white-space
2636
2637 libunistring_la_SOURCES += unictype/pr_pattern_white_space.c
2638
2639 EXTRA_DIST += unictype/bitmap.h unictype/pr_pattern_white_space.h
2640
2641 ## end   gnulib module unictype/property-pattern-white-space
2642
2643 ## begin gnulib module unictype/property-private-use
2644
2645 libunistring_la_SOURCES += unictype/pr_private_use.c
2646
2647 EXTRA_DIST += unictype/bitmap.h unictype/pr_private_use.h
2648
2649 ## end   gnulib module unictype/property-private-use
2650
2651 ## begin gnulib module unictype/property-punctuation
2652
2653 libunistring_la_SOURCES += unictype/pr_punctuation.c
2654
2655 EXTRA_DIST += unictype/bitmap.h unictype/pr_punctuation.h
2656
2657 ## end   gnulib module unictype/property-punctuation
2658
2659 ## begin gnulib module unictype/property-quotation-mark
2660
2661 libunistring_la_SOURCES += unictype/pr_quotation_mark.c
2662
2663 EXTRA_DIST += unictype/bitmap.h unictype/pr_quotation_mark.h
2664
2665 ## end   gnulib module unictype/property-quotation-mark
2666
2667 ## begin gnulib module unictype/property-radical
2668
2669 libunistring_la_SOURCES += unictype/pr_radical.c
2670
2671 EXTRA_DIST += unictype/bitmap.h unictype/pr_radical.h
2672
2673 ## end   gnulib module unictype/property-radical
2674
2675 ## begin gnulib module unictype/property-sentence-terminal
2676
2677 libunistring_la_SOURCES += unictype/pr_sentence_terminal.c
2678
2679 EXTRA_DIST += unictype/bitmap.h unictype/pr_sentence_terminal.h
2680
2681 ## end   gnulib module unictype/property-sentence-terminal
2682
2683 ## begin gnulib module unictype/property-soft-dotted
2684
2685 libunistring_la_SOURCES += unictype/pr_soft_dotted.c
2686
2687 EXTRA_DIST += unictype/bitmap.h unictype/pr_soft_dotted.h
2688
2689 ## end   gnulib module unictype/property-soft-dotted
2690
2691 ## begin gnulib module unictype/property-space
2692
2693 libunistring_la_SOURCES += unictype/pr_space.c
2694
2695 EXTRA_DIST += unictype/bitmap.h unictype/pr_space.h
2696
2697 ## end   gnulib module unictype/property-space
2698
2699 ## begin gnulib module unictype/property-terminal-punctuation
2700
2701 libunistring_la_SOURCES += unictype/pr_terminal_punctuation.c
2702
2703 EXTRA_DIST += unictype/bitmap.h unictype/pr_terminal_punctuation.h
2704
2705 ## end   gnulib module unictype/property-terminal-punctuation
2706
2707 ## begin gnulib module unictype/property-test
2708
2709 libunistring_la_SOURCES += unictype/pr_test.c
2710
2711 ## end   gnulib module unictype/property-test
2712
2713 ## begin gnulib module unictype/property-titlecase
2714
2715 libunistring_la_SOURCES += unictype/pr_titlecase.c
2716
2717 EXTRA_DIST += unictype/bitmap.h unictype/pr_titlecase.h
2718
2719 ## end   gnulib module unictype/property-titlecase
2720
2721 ## begin gnulib module unictype/property-unassigned-code-value
2722
2723 libunistring_la_SOURCES += unictype/pr_unassigned_code_value.c
2724
2725 EXTRA_DIST += unictype/bitmap.h unictype/pr_unassigned_code_value.h
2726
2727 ## end   gnulib module unictype/property-unassigned-code-value
2728
2729 ## begin gnulib module unictype/property-unified-ideograph
2730
2731 libunistring_la_SOURCES += unictype/pr_unified_ideograph.c
2732
2733 EXTRA_DIST += unictype/bitmap.h unictype/pr_unified_ideograph.h
2734
2735 ## end   gnulib module unictype/property-unified-ideograph
2736
2737 ## begin gnulib module unictype/property-uppercase
2738
2739 libunistring_la_SOURCES += unictype/pr_uppercase.c
2740
2741 EXTRA_DIST += unictype/bitmap.h unictype/pr_uppercase.h
2742
2743 ## end   gnulib module unictype/property-uppercase
2744
2745 ## begin gnulib module unictype/property-variation-selector
2746
2747 libunistring_la_SOURCES += unictype/pr_variation_selector.c
2748
2749 EXTRA_DIST += unictype/bitmap.h unictype/pr_variation_selector.h
2750
2751 ## end   gnulib module unictype/property-variation-selector
2752
2753 ## begin gnulib module unictype/property-white-space
2754
2755 libunistring_la_SOURCES += unictype/pr_white_space.c
2756
2757 EXTRA_DIST += unictype/bitmap.h unictype/pr_white_space.h
2758
2759 ## end   gnulib module unictype/property-white-space
2760
2761 ## begin gnulib module unictype/property-xid-continue
2762
2763 libunistring_la_SOURCES += unictype/pr_xid_continue.c
2764
2765 EXTRA_DIST += unictype/bitmap.h unictype/pr_xid_continue.h
2766
2767 ## end   gnulib module unictype/property-xid-continue
2768
2769 ## begin gnulib module unictype/property-xid-start
2770
2771 libunistring_la_SOURCES += unictype/pr_xid_start.c
2772
2773 EXTRA_DIST += unictype/bitmap.h unictype/pr_xid_start.h
2774
2775 ## end   gnulib module unictype/property-xid-start
2776
2777 ## begin gnulib module unictype/property-zero-width
2778
2779 libunistring_la_SOURCES += unictype/pr_zero_width.c
2780
2781 EXTRA_DIST += unictype/bitmap.h unictype/pr_zero_width.h
2782
2783 ## end   gnulib module unictype/property-zero-width
2784
2785 ## begin gnulib module unictype/scripts
2786
2787 libunistring_la_SOURCES += unictype/scripts.c
2788
2789 unictype/scripts_byname.h: unictype/scripts_byname.gperf
2790         $(GPERF) -m 10 $(srcdir)/unictype/scripts_byname.gperf > $(srcdir)/unictype/scripts_byname.h-t
2791         mv $(srcdir)/unictype/scripts_byname.h-t $(srcdir)/unictype/scripts_byname.h
2792 BUILT_SOURCES        += unictype/scripts_byname.h
2793 MOSTLYCLEANFILES     += unictype/scripts_byname.h-t
2794 MAINTAINERCLEANFILES += unictype/scripts_byname.h
2795 EXTRA_DIST           += unictype/scripts_byname.h
2796
2797 EXTRA_DIST += unictype/scripts.h unictype/scripts_byname.gperf
2798
2799 ## end   gnulib module unictype/scripts
2800
2801 ## begin gnulib module unictype/syntax-c-ident
2802
2803 libunistring_la_SOURCES += unictype/sy_c_ident.c
2804
2805 EXTRA_DIST += unictype/identsyntaxmap.h unictype/sy_c_ident.h
2806
2807 ## end   gnulib module unictype/syntax-c-ident
2808
2809 ## begin gnulib module unictype/syntax-c-whitespace
2810
2811 libunistring_la_SOURCES += unictype/sy_c_whitespace.c
2812
2813 ## end   gnulib module unictype/syntax-c-whitespace
2814
2815 ## begin gnulib module unictype/syntax-java-ident
2816
2817 libunistring_la_SOURCES += unictype/sy_java_ident.c
2818
2819 EXTRA_DIST += unictype/identsyntaxmap.h unictype/sy_java_ident.h
2820
2821 ## end   gnulib module unictype/syntax-java-ident
2822
2823 ## begin gnulib module unictype/syntax-java-whitespace
2824
2825 libunistring_la_SOURCES += unictype/sy_java_whitespace.c
2826
2827 ## end   gnulib module unictype/syntax-java-whitespace
2828
2829 ## begin gnulib module unilbrk/base
2830
2831
2832 EXTRA_DIST += unilbrk.h
2833
2834 ## end   gnulib module unilbrk/base
2835
2836 ## begin gnulib module unilbrk/tables
2837
2838 libunistring_la_SOURCES += unilbrk/lbrktables.c
2839
2840 EXTRA_DIST += unilbrk/lbrkprop1.h unilbrk/lbrkprop2.h unilbrk/lbrktables.h
2841
2842 ## end   gnulib module unilbrk/tables
2843
2844 ## begin gnulib module unilbrk/u16-possible-linebreaks
2845
2846 libunistring_la_SOURCES += unilbrk/u16-possible-linebreaks.c
2847
2848 EXTRA_DIST += uniwidth/cjk.h
2849
2850 ## end   gnulib module unilbrk/u16-possible-linebreaks
2851
2852 ## begin gnulib module unilbrk/u16-width-linebreaks
2853
2854 libunistring_la_SOURCES += unilbrk/u16-width-linebreaks.c
2855
2856 ## end   gnulib module unilbrk/u16-width-linebreaks
2857
2858 ## begin gnulib module unilbrk/u32-possible-linebreaks
2859
2860 libunistring_la_SOURCES += unilbrk/u32-possible-linebreaks.c
2861
2862 EXTRA_DIST += uniwidth/cjk.h
2863
2864 ## end   gnulib module unilbrk/u32-possible-linebreaks
2865
2866 ## begin gnulib module unilbrk/u32-width-linebreaks
2867
2868 libunistring_la_SOURCES += unilbrk/u32-width-linebreaks.c
2869
2870 ## end   gnulib module unilbrk/u32-width-linebreaks
2871
2872 ## begin gnulib module unilbrk/u8-possible-linebreaks
2873
2874 libunistring_la_SOURCES += unilbrk/u8-possible-linebreaks.c
2875
2876 EXTRA_DIST += uniwidth/cjk.h
2877
2878 ## end   gnulib module unilbrk/u8-possible-linebreaks
2879
2880 ## begin gnulib module unilbrk/u8-width-linebreaks
2881
2882 libunistring_la_SOURCES += unilbrk/u8-width-linebreaks.c
2883
2884 ## end   gnulib module unilbrk/u8-width-linebreaks
2885
2886 ## begin gnulib module unilbrk/ulc-common
2887
2888 libunistring_la_SOURCES += unilbrk/ulc-common.c
2889
2890 EXTRA_DIST += unilbrk/ulc-common.h
2891
2892 ## end   gnulib module unilbrk/ulc-common
2893
2894 ## begin gnulib module unilbrk/ulc-possible-linebreaks
2895
2896 libunistring_la_SOURCES += unilbrk/ulc-possible-linebreaks.c
2897
2898 ## end   gnulib module unilbrk/ulc-possible-linebreaks
2899
2900 ## begin gnulib module unilbrk/ulc-width-linebreaks
2901
2902 libunistring_la_SOURCES += unilbrk/ulc-width-linebreaks.c
2903
2904 ## end   gnulib module unilbrk/ulc-width-linebreaks
2905
2906 ## begin gnulib module uniname/base
2907
2908
2909 EXTRA_DIST += uniname.h
2910
2911 ## end   gnulib module uniname/base
2912
2913 ## begin gnulib module uniname/uniname
2914
2915 libunistring_la_SOURCES += uniname/uniname.c
2916
2917 EXTRA_DIST += uniname/gen-uninames.lisp uniname/uninames.h
2918
2919 ## end   gnulib module uniname/uniname
2920
2921 ## begin gnulib module uninorm/base
2922
2923
2924 EXTRA_DIST += uninorm.h
2925
2926 ## end   gnulib module uninorm/base
2927
2928 ## begin gnulib module uninorm/canonical-decomposition
2929
2930 libunistring_la_SOURCES += uninorm/canonical-decomposition.c
2931
2932 ## end   gnulib module uninorm/canonical-decomposition
2933
2934 ## begin gnulib module uninorm/compat-decomposition
2935
2936 libunistring_la_SOURCES += uninorm/compat-decomposition.c
2937
2938 EXTRA_DIST += uninorm/decompose-internal.h
2939
2940 ## end   gnulib module uninorm/compat-decomposition
2941
2942 ## begin gnulib module uninorm/composition
2943
2944 libunistring_la_SOURCES += uninorm/composition.c
2945
2946 uninorm/composition-table.h: $(srcdir)/uninorm/composition-table.gperf
2947         $(GPERF) -m 1 $(srcdir)/uninorm/composition-table.gperf > $(srcdir)/uninorm/composition-table.h-t
2948         mv $(srcdir)/uninorm/composition-table.h-t $(srcdir)/uninorm/composition-table.h
2949 BUILT_SOURCES        += uninorm/composition-table.h
2950 MOSTLYCLEANFILES     += uninorm/composition-table.h-t
2951 MAINTAINERCLEANFILES += uninorm/composition-table.h
2952 EXTRA_DIST           += uninorm/composition-table.h
2953
2954 EXTRA_DIST += uninorm/composition-table.gperf
2955
2956 ## end   gnulib module uninorm/composition
2957
2958 ## begin gnulib module uninorm/decompose-internal
2959
2960 libunistring_la_SOURCES += uninorm/decompose-internal.c
2961
2962 EXTRA_DIST += uninorm/decompose-internal.h
2963
2964 ## end   gnulib module uninorm/decompose-internal
2965
2966 ## begin gnulib module uninorm/decomposing-form
2967
2968 libunistring_la_SOURCES += uninorm/decomposing-form.c
2969
2970 EXTRA_DIST += uninorm/normalize-internal.h
2971
2972 ## end   gnulib module uninorm/decomposing-form
2973
2974 ## begin gnulib module uninorm/decomposition
2975
2976 libunistring_la_SOURCES += uninorm/decomposition.c
2977
2978 ## end   gnulib module uninorm/decomposition
2979
2980 ## begin gnulib module uninorm/decomposition-table
2981
2982 libunistring_la_SOURCES += uninorm/decomposition-table.c
2983
2984 EXTRA_DIST += uninorm/decomposition-table.h uninorm/decomposition-table1.h uninorm/decomposition-table2.h
2985
2986 ## end   gnulib module uninorm/decomposition-table
2987
2988 ## begin gnulib module uninorm/filter
2989
2990 libunistring_la_SOURCES += uninorm/uninorm-filter.c
2991
2992 EXTRA_DIST += uninorm/normalize-internal.h
2993
2994 ## end   gnulib module uninorm/filter
2995
2996 ## begin gnulib module uninorm/nfc
2997
2998 libunistring_la_SOURCES += uninorm/nfc.c
2999
3000 EXTRA_DIST += uninorm/normalize-internal.h
3001
3002 ## end   gnulib module uninorm/nfc
3003
3004 ## begin gnulib module uninorm/nfd
3005
3006 libunistring_la_SOURCES += uninorm/nfd.c
3007
3008 EXTRA_DIST += uninorm/normalize-internal.h
3009
3010 ## end   gnulib module uninorm/nfd
3011
3012 ## begin gnulib module uninorm/nfkc
3013
3014 libunistring_la_SOURCES += uninorm/nfkc.c
3015
3016 EXTRA_DIST += uninorm/normalize-internal.h
3017
3018 ## end   gnulib module uninorm/nfkc
3019
3020 ## begin gnulib module uninorm/nfkd
3021
3022 libunistring_la_SOURCES += uninorm/nfkd.c
3023
3024 EXTRA_DIST += uninorm/normalize-internal.h
3025
3026 ## end   gnulib module uninorm/nfkd
3027
3028 ## begin gnulib module uninorm/u16-normalize
3029
3030 libunistring_la_SOURCES += uninorm/u16-normalize.c
3031
3032 EXTRA_DIST += uninorm/normalize-internal.h uninorm/u-normalize-internal.h
3033
3034 ## end   gnulib module uninorm/u16-normalize
3035
3036 ## begin gnulib module uninorm/u16-normcmp
3037
3038 libunistring_la_SOURCES += uninorm/u16-normcmp.c
3039
3040 EXTRA_DIST += uninorm/u-normcmp.h
3041
3042 ## end   gnulib module uninorm/u16-normcmp
3043
3044 ## begin gnulib module uninorm/u16-normcoll
3045
3046 libunistring_la_SOURCES += uninorm/u16-normcoll.c
3047
3048 EXTRA_DIST += uninorm/u-normcoll.h
3049
3050 ## end   gnulib module uninorm/u16-normcoll
3051
3052 ## begin gnulib module uninorm/u16-normxfrm
3053
3054 libunistring_la_SOURCES += uninorm/u16-normxfrm.c
3055
3056 EXTRA_DIST += uninorm/u-normxfrm.h
3057
3058 ## end   gnulib module uninorm/u16-normxfrm
3059
3060 ## begin gnulib module uninorm/u32-normalize
3061
3062 libunistring_la_SOURCES += uninorm/u32-normalize.c
3063
3064 EXTRA_DIST += uninorm/normalize-internal.h uninorm/u-normalize-internal.h
3065
3066 ## end   gnulib module uninorm/u32-normalize
3067
3068 ## begin gnulib module uninorm/u32-normcmp
3069
3070 libunistring_la_SOURCES += uninorm/u32-normcmp.c
3071
3072 EXTRA_DIST += uninorm/u-normcmp.h
3073
3074 ## end   gnulib module uninorm/u32-normcmp
3075
3076 ## begin gnulib module uninorm/u32-normcoll
3077
3078 libunistring_la_SOURCES += uninorm/u32-normcoll.c
3079
3080 EXTRA_DIST += uninorm/u-normcoll.h
3081
3082 ## end   gnulib module uninorm/u32-normcoll
3083
3084 ## begin gnulib module uninorm/u32-normxfrm
3085
3086 libunistring_la_SOURCES += uninorm/u32-normxfrm.c
3087
3088 EXTRA_DIST += uninorm/u-normxfrm.h
3089
3090 ## end   gnulib module uninorm/u32-normxfrm
3091
3092 ## begin gnulib module uninorm/u8-normalize
3093
3094 libunistring_la_SOURCES += uninorm/u8-normalize.c
3095
3096 EXTRA_DIST += uninorm/normalize-internal.h uninorm/u-normalize-internal.h
3097
3098 ## end   gnulib module uninorm/u8-normalize
3099
3100 ## begin gnulib module uninorm/u8-normcmp
3101
3102 libunistring_la_SOURCES += uninorm/u8-normcmp.c
3103
3104 EXTRA_DIST += uninorm/u-normcmp.h
3105
3106 ## end   gnulib module uninorm/u8-normcmp
3107
3108 ## begin gnulib module uninorm/u8-normcoll
3109
3110 libunistring_la_SOURCES += uninorm/u8-normcoll.c
3111
3112 EXTRA_DIST += uninorm/u-normcoll.h
3113
3114 ## end   gnulib module uninorm/u8-normcoll
3115
3116 ## begin gnulib module uninorm/u8-normxfrm
3117
3118 libunistring_la_SOURCES += uninorm/u8-normxfrm.c
3119
3120 EXTRA_DIST += uninorm/u-normxfrm.h
3121
3122 ## end   gnulib module uninorm/u8-normxfrm
3123
3124 ## begin gnulib module unistd
3125
3126 BUILT_SOURCES += unistd.h
3127
3128 # We need the following in order to create an empty placeholder for
3129 # <unistd.h> when the system doesn't have one.
3130 unistd.h: unistd.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3131         $(AM_V_GEN)rm -f $@-t $@ && \
3132         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3133           sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
3134               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3135               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3136               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
3137               -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
3138               -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
3139               -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
3140               -e 's|@''GNULIB_DUP3''@|$(GNULIB_DUP3)|g' \
3141               -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
3142               -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \
3143               -e 's|@''GNULIB_FACCESSAT''@|$(GNULIB_FACCESSAT)|g' \
3144               -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
3145               -e 's|@''GNULIB_FCHOWNAT''@|$(GNULIB_FCHOWNAT)|g' \
3146               -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \
3147               -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
3148               -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
3149               -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \
3150               -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \
3151               -e 's|@''GNULIB_GETGROUPS''@|$(GNULIB_GETGROUPS)|g' \
3152               -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \
3153               -e 's|@''GNULIB_GETLOGIN''@|$(GNULIB_GETLOGIN)|g' \
3154               -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
3155               -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
3156               -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \
3157               -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
3158               -e 's|@''GNULIB_LINK''@|$(GNULIB_LINK)|g' \
3159               -e 's|@''GNULIB_LINKAT''@|$(GNULIB_LINKAT)|g' \
3160               -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
3161               -e 's|@''GNULIB_PIPE2''@|$(GNULIB_PIPE2)|g' \
3162               -e 's|@''GNULIB_PREAD''@|$(GNULIB_PREAD)|g' \
3163               -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
3164               -e 's|@''GNULIB_READLINKAT''@|$(GNULIB_READLINKAT)|g' \
3165               -e 's|@''GNULIB_RMDIR''@|$(GNULIB_RMDIR)|g' \
3166               -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
3167               -e 's|@''GNULIB_SYMLINK''@|$(GNULIB_SYMLINK)|g' \
3168               -e 's|@''GNULIB_SYMLINKAT''@|$(GNULIB_SYMLINKAT)|g' \
3169               -e 's|@''GNULIB_TTYNAME_R''@|$(GNULIB_TTYNAME_R)|g' \
3170               -e 's|@''GNULIB_UNISTD_H_GETOPT''@|$(GNULIB_UNISTD_H_GETOPT)|g' \
3171               -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
3172               -e 's|@''GNULIB_UNLINK''@|$(GNULIB_UNLINK)|g' \
3173               -e 's|@''GNULIB_UNLINKAT''@|$(GNULIB_UNLINKAT)|g' \
3174               -e 's|@''GNULIB_USLEEP''@|$(GNULIB_USLEEP)|g' \
3175               -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
3176               < $(srcdir)/unistd.in.h | \
3177           sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
3178               -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
3179               -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
3180               -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
3181               -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
3182               -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
3183               -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
3184               -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
3185               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
3186               -e 's|@''HAVE_GETDOMAINNAME''@|$(HAVE_GETDOMAINNAME)|g' \
3187               -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
3188               -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
3189               -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
3190               -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
3191               -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
3192               -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
3193               -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
3194               -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
3195               -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
3196               -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
3197               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
3198               -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
3199               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
3200               -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
3201               -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
3202               -e 's|@''HAVE_TTYNAME_R''@|$(HAVE_TTYNAME_R)|g' \
3203               -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
3204               -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
3205               -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
3206               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
3207               -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
3208               -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
3209               -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
3210               -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
3211               -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
3212               -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
3213               -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
3214               -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
3215               -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
3216               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
3217               -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
3218               -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
3219               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
3220               -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
3221               -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
3222               -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
3223               -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
3224               -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
3225               -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
3226               -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
3227               -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
3228               -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
3229               -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
3230               -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
3231               -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
3232               -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
3233               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
3234               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
3235               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3236               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3237               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
3238         } > $@-t && \
3239         mv $@-t $@
3240 MOSTLYCLEANFILES += unistd.h unistd.h-t
3241
3242 EXTRA_DIST += unistd.in.h
3243
3244 ## end   gnulib module unistd
3245
3246 ## begin gnulib module unistdio/base
3247
3248
3249 EXTRA_DIST += unistdio.h
3250
3251 ## end   gnulib module unistdio/base
3252
3253 ## begin gnulib module unistdio/u-printf-args
3254
3255 libunistring_la_SOURCES += unistdio/u-printf-args.c
3256
3257 EXTRA_DIST += printf-args.c printf-args.h unistdio/u-printf-args.h
3258
3259 EXTRA_libunistring_la_SOURCES += printf-args.c
3260
3261 ## end   gnulib module unistdio/u-printf-args
3262
3263 ## begin gnulib module unistdio/u16-asnprintf
3264
3265 libunistring_la_SOURCES += unistdio/u16-asnprintf.c
3266
3267 EXTRA_DIST += unistdio/u-asnprintf.h
3268
3269 ## end   gnulib module unistdio/u16-asnprintf
3270
3271 ## begin gnulib module unistdio/u16-asprintf
3272
3273 libunistring_la_SOURCES += unistdio/u16-asprintf.c
3274
3275 EXTRA_DIST += unistdio/u-asprintf.h
3276
3277 ## end   gnulib module unistdio/u16-asprintf
3278
3279 ## begin gnulib module unistdio/u16-printf-parse
3280
3281 libunistring_la_SOURCES += unistdio/u16-printf-parse.c
3282
3283 EXTRA_DIST += printf-parse.c printf-parse.h unistdio/u-printf-parse.h
3284
3285 EXTRA_libunistring_la_SOURCES += printf-parse.c
3286
3287 ## end   gnulib module unistdio/u16-printf-parse
3288
3289 ## begin gnulib module unistdio/u16-snprintf
3290
3291 libunistring_la_SOURCES += unistdio/u16-snprintf.c
3292
3293 EXTRA_DIST += unistdio/u-snprintf.h
3294
3295 ## end   gnulib module unistdio/u16-snprintf
3296
3297 ## begin gnulib module unistdio/u16-sprintf
3298
3299 libunistring_la_SOURCES += unistdio/u16-sprintf.c
3300
3301 EXTRA_DIST += unistdio/u-sprintf.h
3302
3303 ## end   gnulib module unistdio/u16-sprintf
3304
3305 ## begin gnulib module unistdio/u16-u16-asnprintf
3306
3307 libunistring_la_SOURCES += unistdio/u16-u16-asnprintf.c
3308
3309 EXTRA_DIST += unistdio/u-asnprintf.h
3310
3311 ## end   gnulib module unistdio/u16-u16-asnprintf
3312
3313 ## begin gnulib module unistdio/u16-u16-asprintf
3314
3315 libunistring_la_SOURCES += unistdio/u16-u16-asprintf.c
3316
3317 EXTRA_DIST += unistdio/u-asprintf.h
3318
3319 ## end   gnulib module unistdio/u16-u16-asprintf
3320
3321 ## begin gnulib module unistdio/u16-u16-snprintf
3322
3323 libunistring_la_SOURCES += unistdio/u16-u16-snprintf.c
3324
3325 EXTRA_DIST += unistdio/u-snprintf.h
3326
3327 ## end   gnulib module unistdio/u16-u16-snprintf
3328
3329 ## begin gnulib module unistdio/u16-u16-sprintf
3330
3331 libunistring_la_SOURCES += unistdio/u16-u16-sprintf.c
3332
3333 EXTRA_DIST += unistdio/u-sprintf.h
3334
3335 ## end   gnulib module unistdio/u16-u16-sprintf
3336
3337 ## begin gnulib module unistdio/u16-u16-vasnprintf
3338
3339 libunistring_la_SOURCES += unistdio/u16-u16-vasnprintf.c
3340
3341 EXTRA_DIST += vasnprintf.c
3342
3343 EXTRA_libunistring_la_SOURCES += vasnprintf.c
3344
3345 ## end   gnulib module unistdio/u16-u16-vasnprintf
3346
3347 ## begin gnulib module unistdio/u16-u16-vasprintf
3348
3349 libunistring_la_SOURCES += unistdio/u16-u16-vasprintf.c
3350
3351 EXTRA_DIST += unistdio/u-vasprintf.h
3352
3353 ## end   gnulib module unistdio/u16-u16-vasprintf
3354
3355 ## begin gnulib module unistdio/u16-u16-vsnprintf
3356
3357 libunistring_la_SOURCES += unistdio/u16-u16-vsnprintf.c
3358
3359 EXTRA_DIST += unistdio/u-vsnprintf.h
3360
3361 ## end   gnulib module unistdio/u16-u16-vsnprintf
3362
3363 ## begin gnulib module unistdio/u16-u16-vsprintf
3364
3365 libunistring_la_SOURCES += unistdio/u16-u16-vsprintf.c
3366
3367 EXTRA_DIST += unistdio/u-vsprintf.h
3368
3369 ## end   gnulib module unistdio/u16-u16-vsprintf
3370
3371 ## begin gnulib module unistdio/u16-vasnprintf
3372
3373 libunistring_la_SOURCES += unistdio/u16-vasnprintf.c
3374
3375 EXTRA_DIST += vasnprintf.c
3376
3377 EXTRA_libunistring_la_SOURCES += vasnprintf.c
3378
3379 ## end   gnulib module unistdio/u16-vasnprintf
3380
3381 ## begin gnulib module unistdio/u16-vasprintf
3382
3383 libunistring_la_SOURCES += unistdio/u16-vasprintf.c
3384
3385 EXTRA_DIST += unistdio/u-vasprintf.h
3386
3387 ## end   gnulib module unistdio/u16-vasprintf
3388
3389 ## begin gnulib module unistdio/u16-vsnprintf
3390
3391 libunistring_la_SOURCES += unistdio/u16-vsnprintf.c
3392
3393 EXTRA_DIST += unistdio/u-vsnprintf.h
3394
3395 ## end   gnulib module unistdio/u16-vsnprintf
3396
3397 ## begin gnulib module unistdio/u16-vsprintf
3398
3399 libunistring_la_SOURCES += unistdio/u16-vsprintf.c
3400
3401 EXTRA_DIST += unistdio/u-vsprintf.h
3402
3403 ## end   gnulib module unistdio/u16-vsprintf
3404
3405 ## begin gnulib module unistdio/u32-asnprintf
3406
3407 libunistring_la_SOURCES += unistdio/u32-asnprintf.c
3408
3409 EXTRA_DIST += unistdio/u-asnprintf.h
3410
3411 ## end   gnulib module unistdio/u32-asnprintf
3412
3413 ## begin gnulib module unistdio/u32-asprintf
3414
3415 libunistring_la_SOURCES += unistdio/u32-asprintf.c
3416
3417 EXTRA_DIST += unistdio/u-asprintf.h
3418
3419 ## end   gnulib module unistdio/u32-asprintf
3420
3421 ## begin gnulib module unistdio/u32-printf-parse
3422
3423 libunistring_la_SOURCES += unistdio/u32-printf-parse.c
3424
3425 EXTRA_DIST += printf-parse.c printf-parse.h unistdio/u-printf-parse.h
3426
3427 EXTRA_libunistring_la_SOURCES += printf-parse.c
3428
3429 ## end   gnulib module unistdio/u32-printf-parse
3430
3431 ## begin gnulib module unistdio/u32-snprintf
3432
3433 libunistring_la_SOURCES += unistdio/u32-snprintf.c
3434
3435 EXTRA_DIST += unistdio/u-snprintf.h
3436
3437 ## end   gnulib module unistdio/u32-snprintf
3438
3439 ## begin gnulib module unistdio/u32-sprintf
3440
3441 libunistring_la_SOURCES += unistdio/u32-sprintf.c
3442
3443 EXTRA_DIST += unistdio/u-sprintf.h
3444
3445 ## end   gnulib module unistdio/u32-sprintf
3446
3447 ## begin gnulib module unistdio/u32-u32-asnprintf
3448
3449 libunistring_la_SOURCES += unistdio/u32-u32-asnprintf.c
3450
3451 EXTRA_DIST += unistdio/u-asnprintf.h
3452
3453 ## end   gnulib module unistdio/u32-u32-asnprintf
3454
3455 ## begin gnulib module unistdio/u32-u32-asprintf
3456
3457 libunistring_la_SOURCES += unistdio/u32-u32-asprintf.c
3458
3459 EXTRA_DIST += unistdio/u-asprintf.h
3460
3461 ## end   gnulib module unistdio/u32-u32-asprintf
3462
3463 ## begin gnulib module unistdio/u32-u32-snprintf
3464
3465 libunistring_la_SOURCES += unistdio/u32-u32-snprintf.c
3466
3467 EXTRA_DIST += unistdio/u-snprintf.h
3468
3469 ## end   gnulib module unistdio/u32-u32-snprintf
3470
3471 ## begin gnulib module unistdio/u32-u32-sprintf
3472
3473 libunistring_la_SOURCES += unistdio/u32-u32-sprintf.c
3474
3475 EXTRA_DIST += unistdio/u-sprintf.h
3476
3477 ## end   gnulib module unistdio/u32-u32-sprintf
3478
3479 ## begin gnulib module unistdio/u32-u32-vasnprintf
3480
3481 libunistring_la_SOURCES += unistdio/u32-u32-vasnprintf.c
3482
3483 EXTRA_DIST += vasnprintf.c
3484
3485 EXTRA_libunistring_la_SOURCES += vasnprintf.c
3486
3487 ## end   gnulib module unistdio/u32-u32-vasnprintf
3488
3489 ## begin gnulib module unistdio/u32-u32-vasprintf
3490
3491 libunistring_la_SOURCES += unistdio/u32-u32-vasprintf.c
3492
3493 EXTRA_DIST += unistdio/u-vasprintf.h
3494
3495 ## end   gnulib module unistdio/u32-u32-vasprintf
3496
3497 ## begin gnulib module unistdio/u32-u32-vsnprintf
3498
3499 libunistring_la_SOURCES += unistdio/u32-u32-vsnprintf.c
3500
3501 EXTRA_DIST += unistdio/u-vsnprintf.h
3502
3503 ## end   gnulib module unistdio/u32-u32-vsnprintf
3504
3505 ## begin gnulib module unistdio/u32-u32-vsprintf
3506
3507 libunistring_la_SOURCES += unistdio/u32-u32-vsprintf.c
3508
3509 EXTRA_DIST += unistdio/u-vsprintf.h
3510
3511 ## end   gnulib module unistdio/u32-u32-vsprintf
3512
3513 ## begin gnulib module unistdio/u32-vasnprintf
3514
3515 libunistring_la_SOURCES += unistdio/u32-vasnprintf.c
3516
3517 EXTRA_DIST += vasnprintf.c
3518
3519 EXTRA_libunistring_la_SOURCES += vasnprintf.c
3520
3521 ## end   gnulib module unistdio/u32-vasnprintf
3522
3523 ## begin gnulib module unistdio/u32-vasprintf
3524
3525 libunistring_la_SOURCES += unistdio/u32-vasprintf.c
3526
3527 EXTRA_DIST += unistdio/u-vasprintf.h
3528
3529 ## end   gnulib module unistdio/u32-vasprintf
3530
3531 ## begin gnulib module unistdio/u32-vsnprintf
3532
3533 libunistring_la_SOURCES += unistdio/u32-vsnprintf.c
3534
3535 EXTRA_DIST += unistdio/u-vsnprintf.h
3536
3537 ## end   gnulib module unistdio/u32-vsnprintf
3538
3539 ## begin gnulib module unistdio/u32-vsprintf
3540
3541 libunistring_la_SOURCES += unistdio/u32-vsprintf.c
3542
3543 EXTRA_DIST += unistdio/u-vsprintf.h
3544
3545 ## end   gnulib module unistdio/u32-vsprintf
3546
3547 ## begin gnulib module unistdio/u8-asnprintf
3548
3549 libunistring_la_SOURCES += unistdio/u8-asnprintf.c
3550
3551 EXTRA_DIST += unistdio/u-asnprintf.h
3552
3553 ## end   gnulib module unistdio/u8-asnprintf
3554
3555 ## begin gnulib module unistdio/u8-asprintf
3556
3557 libunistring_la_SOURCES += unistdio/u8-asprintf.c
3558
3559 EXTRA_DIST += unistdio/u-asprintf.h
3560
3561 ## end   gnulib module unistdio/u8-asprintf
3562
3563 ## begin gnulib module unistdio/u8-printf-parse
3564
3565 libunistring_la_SOURCES += unistdio/u8-printf-parse.c
3566
3567 EXTRA_DIST += printf-parse.c printf-parse.h unistdio/u-printf-parse.h
3568
3569 EXTRA_libunistring_la_SOURCES += printf-parse.c
3570
3571 ## end   gnulib module unistdio/u8-printf-parse
3572
3573 ## begin gnulib module unistdio/u8-snprintf
3574
3575 libunistring_la_SOURCES += unistdio/u8-snprintf.c
3576
3577 EXTRA_DIST += unistdio/u-snprintf.h
3578
3579 ## end   gnulib module unistdio/u8-snprintf
3580
3581 ## begin gnulib module unistdio/u8-sprintf
3582
3583 libunistring_la_SOURCES += unistdio/u8-sprintf.c
3584
3585 EXTRA_DIST += unistdio/u-sprintf.h
3586
3587 ## end   gnulib module unistdio/u8-sprintf
3588
3589 ## begin gnulib module unistdio/u8-u8-asnprintf
3590
3591 libunistring_la_SOURCES += unistdio/u8-u8-asnprintf.c
3592
3593 EXTRA_DIST += unistdio/u-asnprintf.h
3594
3595 ## end   gnulib module unistdio/u8-u8-asnprintf
3596
3597 ## begin gnulib module unistdio/u8-u8-asprintf
3598
3599 libunistring_la_SOURCES += unistdio/u8-u8-asprintf.c
3600
3601 EXTRA_DIST += unistdio/u-asprintf.h
3602
3603 ## end   gnulib module unistdio/u8-u8-asprintf
3604
3605 ## begin gnulib module unistdio/u8-u8-snprintf
3606
3607 libunistring_la_SOURCES += unistdio/u8-u8-snprintf.c
3608
3609 EXTRA_DIST += unistdio/u-snprintf.h
3610
3611 ## end   gnulib module unistdio/u8-u8-snprintf
3612
3613 ## begin gnulib module unistdio/u8-u8-sprintf
3614
3615 libunistring_la_SOURCES += unistdio/u8-u8-sprintf.c
3616
3617 EXTRA_DIST += unistdio/u-sprintf.h
3618
3619 ## end   gnulib module unistdio/u8-u8-sprintf
3620
3621 ## begin gnulib module unistdio/u8-u8-vasnprintf
3622
3623 libunistring_la_SOURCES += unistdio/u8-u8-vasnprintf.c
3624
3625 EXTRA_DIST += vasnprintf.c
3626
3627 EXTRA_libunistring_la_SOURCES += vasnprintf.c
3628
3629 ## end   gnulib module unistdio/u8-u8-vasnprintf
3630
3631 ## begin gnulib module unistdio/u8-u8-vasprintf
3632
3633 libunistring_la_SOURCES += unistdio/u8-u8-vasprintf.c
3634
3635 EXTRA_DIST += unistdio/u-vasprintf.h
3636
3637 ## end   gnulib module unistdio/u8-u8-vasprintf
3638
3639 ## begin gnulib module unistdio/u8-u8-vsnprintf
3640
3641 libunistring_la_SOURCES += unistdio/u8-u8-vsnprintf.c
3642
3643 EXTRA_DIST += unistdio/u-vsnprintf.h
3644
3645 ## end   gnulib module unistdio/u8-u8-vsnprintf
3646
3647 ## begin gnulib module unistdio/u8-u8-vsprintf
3648
3649 libunistring_la_SOURCES += unistdio/u8-u8-vsprintf.c
3650
3651 EXTRA_DIST += unistdio/u-vsprintf.h
3652
3653 ## end   gnulib module unistdio/u8-u8-vsprintf
3654
3655 ## begin gnulib module unistdio/u8-vasnprintf
3656
3657 libunistring_la_SOURCES += unistdio/u8-vasnprintf.c
3658
3659 EXTRA_DIST += vasnprintf.c
3660
3661 EXTRA_libunistring_la_SOURCES += vasnprintf.c
3662
3663 ## end   gnulib module unistdio/u8-vasnprintf
3664
3665 ## begin gnulib module unistdio/u8-vasprintf
3666
3667 libunistring_la_SOURCES += unistdio/u8-vasprintf.c
3668
3669 EXTRA_DIST += unistdio/u-vasprintf.h
3670
3671 ## end   gnulib module unistdio/u8-vasprintf
3672
3673 ## begin gnulib module unistdio/u8-vsnprintf
3674
3675 libunistring_la_SOURCES += unistdio/u8-vsnprintf.c
3676
3677 EXTRA_DIST += unistdio/u-vsnprintf.h
3678
3679 ## end   gnulib module unistdio/u8-vsnprintf
3680
3681 ## begin gnulib module unistdio/u8-vsprintf
3682
3683 libunistring_la_SOURCES += unistdio/u8-vsprintf.c
3684
3685 EXTRA_DIST += unistdio/u-vsprintf.h
3686
3687 ## end   gnulib module unistdio/u8-vsprintf
3688
3689 ## begin gnulib module unistdio/ulc-asnprintf
3690
3691 libunistring_la_SOURCES += unistdio/ulc-asnprintf.c
3692
3693 EXTRA_DIST += unistdio/u-asnprintf.h
3694
3695 ## end   gnulib module unistdio/ulc-asnprintf
3696
3697 ## begin gnulib module unistdio/ulc-asprintf
3698
3699 libunistring_la_SOURCES += unistdio/ulc-asprintf.c
3700
3701 EXTRA_DIST += unistdio/u-asprintf.h
3702
3703 ## end   gnulib module unistdio/ulc-asprintf
3704
3705 ## begin gnulib module unistdio/ulc-fprintf
3706
3707 libunistring_la_SOURCES += unistdio/ulc-fprintf.c
3708
3709 ## end   gnulib module unistdio/ulc-fprintf
3710
3711 ## begin gnulib module unistdio/ulc-printf-parse
3712
3713 libunistring_la_SOURCES += unistdio/ulc-printf-parse.c
3714
3715 EXTRA_DIST += printf-parse.c printf-parse.h unistdio/u-printf-parse.h
3716
3717 EXTRA_libunistring_la_SOURCES += printf-parse.c
3718
3719 ## end   gnulib module unistdio/ulc-printf-parse
3720
3721 ## begin gnulib module unistdio/ulc-snprintf
3722
3723 libunistring_la_SOURCES += unistdio/ulc-snprintf.c
3724
3725 EXTRA_DIST += unistdio/u-snprintf.h
3726
3727 ## end   gnulib module unistdio/ulc-snprintf
3728
3729 ## begin gnulib module unistdio/ulc-sprintf
3730
3731 libunistring_la_SOURCES += unistdio/ulc-sprintf.c
3732
3733 EXTRA_DIST += unistdio/u-sprintf.h
3734
3735 ## end   gnulib module unistdio/ulc-sprintf
3736
3737 ## begin gnulib module unistdio/ulc-vasnprintf
3738
3739 libunistring_la_SOURCES += unistdio/ulc-vasnprintf.c
3740
3741 EXTRA_DIST += vasnprintf.c
3742
3743 EXTRA_libunistring_la_SOURCES += vasnprintf.c
3744
3745 ## end   gnulib module unistdio/ulc-vasnprintf
3746
3747 ## begin gnulib module unistdio/ulc-vasprintf
3748
3749 libunistring_la_SOURCES += unistdio/ulc-vasprintf.c
3750
3751 EXTRA_DIST += unistdio/u-vasprintf.h
3752
3753 ## end   gnulib module unistdio/ulc-vasprintf
3754
3755 ## begin gnulib module unistdio/ulc-vfprintf
3756
3757 libunistring_la_SOURCES += unistdio/ulc-vfprintf.c
3758
3759 ## end   gnulib module unistdio/ulc-vfprintf
3760
3761 ## begin gnulib module unistdio/ulc-vsnprintf
3762
3763 libunistring_la_SOURCES += unistdio/ulc-vsnprintf.c
3764
3765 EXTRA_DIST += unistdio/u-vsnprintf.h
3766
3767 ## end   gnulib module unistdio/ulc-vsnprintf
3768
3769 ## begin gnulib module unistdio/ulc-vsprintf
3770
3771 libunistring_la_SOURCES += unistdio/ulc-vsprintf.c
3772
3773 EXTRA_DIST += unistdio/u-vsprintf.h
3774
3775 ## end   gnulib module unistdio/ulc-vsprintf
3776
3777 ## begin gnulib module unistr/base
3778
3779
3780 EXTRA_DIST += unistr.h
3781
3782 ## end   gnulib module unistr/base
3783
3784 ## begin gnulib module unistr/u16-check
3785
3786 libunistring_la_SOURCES += unistr/u16-check.c
3787
3788 ## end   gnulib module unistr/u16-check
3789
3790 ## begin gnulib module unistr/u16-chr
3791
3792 libunistring_la_SOURCES += unistr/u16-chr.c
3793
3794 ## end   gnulib module unistr/u16-chr
3795
3796 ## begin gnulib module unistr/u16-cmp
3797
3798 libunistring_la_SOURCES += unistr/u16-cmp.c
3799
3800 ## end   gnulib module unistr/u16-cmp
3801
3802 ## begin gnulib module unistr/u16-cmp2
3803
3804 libunistring_la_SOURCES += unistr/u16-cmp2.c
3805
3806 EXTRA_DIST += unistr/u-cmp2.h
3807
3808 ## end   gnulib module unistr/u16-cmp2
3809
3810 ## begin gnulib module unistr/u16-cpy
3811
3812 libunistring_la_SOURCES += unistr/u16-cpy.c
3813
3814 EXTRA_DIST += unistr/u-cpy.h
3815
3816 ## end   gnulib module unistr/u16-cpy
3817
3818 ## begin gnulib module unistr/u16-cpy-alloc
3819
3820 libunistring_la_SOURCES += unistr/u16-cpy-alloc.c
3821
3822 EXTRA_DIST += unistr/u-cpy-alloc.h
3823
3824 ## end   gnulib module unistr/u16-cpy-alloc
3825
3826 ## begin gnulib module unistr/u16-endswith
3827
3828 libunistring_la_SOURCES += unistr/u16-endswith.c
3829
3830 EXTRA_DIST += unistr/u-endswith.h
3831
3832 ## end   gnulib module unistr/u16-endswith
3833
3834 ## begin gnulib module unistr/u16-mblen
3835
3836 libunistring_la_SOURCES += unistr/u16-mblen.c
3837
3838 ## end   gnulib module unistr/u16-mblen
3839
3840 ## begin gnulib module unistr/u16-mbsnlen
3841
3842 libunistring_la_SOURCES += unistr/u16-mbsnlen.c
3843
3844 ## end   gnulib module unistr/u16-mbsnlen
3845
3846 ## begin gnulib module unistr/u16-mbtouc
3847
3848 libunistring_la_SOURCES += unistr/u16-mbtouc.c unistr/u16-mbtouc-aux.c
3849
3850 ## end   gnulib module unistr/u16-mbtouc
3851
3852 ## begin gnulib module unistr/u16-mbtouc-unsafe
3853
3854 libunistring_la_SOURCES += unistr/u16-mbtouc-unsafe.c unistr/u16-mbtouc-unsafe-aux.c
3855
3856 ## end   gnulib module unistr/u16-mbtouc-unsafe
3857
3858 ## begin gnulib module unistr/u16-mbtoucr
3859
3860 libunistring_la_SOURCES += unistr/u16-mbtoucr.c
3861
3862 ## end   gnulib module unistr/u16-mbtoucr
3863
3864 ## begin gnulib module unistr/u16-move
3865
3866 libunistring_la_SOURCES += unistr/u16-move.c
3867
3868 EXTRA_DIST += unistr/u-move.h
3869
3870 ## end   gnulib module unistr/u16-move
3871
3872 ## begin gnulib module unistr/u16-next
3873
3874 libunistring_la_SOURCES += unistr/u16-next.c
3875
3876 ## end   gnulib module unistr/u16-next
3877
3878 ## begin gnulib module unistr/u16-prev
3879
3880 libunistring_la_SOURCES += unistr/u16-prev.c
3881
3882 ## end   gnulib module unistr/u16-prev
3883
3884 ## begin gnulib module unistr/u16-set
3885
3886 libunistring_la_SOURCES += unistr/u16-set.c
3887
3888 EXTRA_DIST += unistr/u-set.h
3889
3890 ## end   gnulib module unistr/u16-set
3891
3892 ## begin gnulib module unistr/u16-startswith
3893
3894 libunistring_la_SOURCES += unistr/u16-startswith.c
3895
3896 EXTRA_DIST += unistr/u-startswith.h
3897
3898 ## end   gnulib module unistr/u16-startswith
3899
3900 ## begin gnulib module unistr/u16-stpcpy
3901
3902 libunistring_la_SOURCES += unistr/u16-stpcpy.c
3903
3904 EXTRA_DIST += unistr/u-stpcpy.h
3905
3906 ## end   gnulib module unistr/u16-stpcpy
3907
3908 ## begin gnulib module unistr/u16-stpncpy
3909
3910 libunistring_la_SOURCES += unistr/u16-stpncpy.c
3911
3912 EXTRA_DIST += unistr/u-stpncpy.h
3913
3914 ## end   gnulib module unistr/u16-stpncpy
3915
3916 ## begin gnulib module unistr/u16-strcat
3917
3918 libunistring_la_SOURCES += unistr/u16-strcat.c
3919
3920 EXTRA_DIST += unistr/u-strcat.h
3921
3922 ## end   gnulib module unistr/u16-strcat
3923
3924 ## begin gnulib module unistr/u16-strchr
3925
3926 libunistring_la_SOURCES += unistr/u16-strchr.c
3927
3928 ## end   gnulib module unistr/u16-strchr
3929
3930 ## begin gnulib module unistr/u16-strcmp
3931
3932 libunistring_la_SOURCES += unistr/u16-strcmp.c
3933
3934 ## end   gnulib module unistr/u16-strcmp
3935
3936 ## begin gnulib module unistr/u16-strcoll
3937
3938 libunistring_la_SOURCES += unistr/u16-strcoll.c
3939
3940 EXTRA_DIST += unistr/u-strcoll.h
3941
3942 ## end   gnulib module unistr/u16-strcoll
3943
3944 ## begin gnulib module unistr/u16-strcpy
3945
3946 libunistring_la_SOURCES += unistr/u16-strcpy.c
3947
3948 EXTRA_DIST += unistr/u-strcpy.h
3949
3950 ## end   gnulib module unistr/u16-strcpy
3951
3952 ## begin gnulib module unistr/u16-strcspn
3953
3954 libunistring_la_SOURCES += unistr/u16-strcspn.c
3955
3956 EXTRA_DIST += unistr/u-strcspn.h
3957
3958 ## end   gnulib module unistr/u16-strcspn
3959
3960 ## begin gnulib module unistr/u16-strdup
3961
3962 libunistring_la_SOURCES += unistr/u16-strdup.c
3963
3964 EXTRA_DIST += unistr/u-strdup.h
3965
3966 ## end   gnulib module unistr/u16-strdup
3967
3968 ## begin gnulib module unistr/u16-strlen
3969
3970 libunistring_la_SOURCES += unistr/u16-strlen.c
3971
3972 EXTRA_DIST += unistr/u-strlen.h
3973
3974 ## end   gnulib module unistr/u16-strlen
3975
3976 ## begin gnulib module unistr/u16-strmblen
3977
3978 libunistring_la_SOURCES += unistr/u16-strmblen.c
3979
3980 ## end   gnulib module unistr/u16-strmblen
3981
3982 ## begin gnulib module unistr/u16-strmbtouc
3983
3984 libunistring_la_SOURCES += unistr/u16-strmbtouc.c
3985
3986 ## end   gnulib module unistr/u16-strmbtouc
3987
3988 ## begin gnulib module unistr/u16-strncat
3989
3990 libunistring_la_SOURCES += unistr/u16-strncat.c
3991
3992 EXTRA_DIST += unistr/u-strncat.h
3993
3994 ## end   gnulib module unistr/u16-strncat
3995
3996 ## begin gnulib module unistr/u16-strncmp
3997
3998 libunistring_la_SOURCES += unistr/u16-strncmp.c
3999
4000 ## end   gnulib module unistr/u16-strncmp
4001
4002 ## begin gnulib module unistr/u16-strncpy
4003
4004 libunistring_la_SOURCES += unistr/u16-strncpy.c
4005
4006 EXTRA_DIST += unistr/u-strncpy.h
4007
4008 ## end   gnulib module unistr/u16-strncpy
4009
4010 ## begin gnulib module unistr/u16-strnlen
4011
4012 libunistring_la_SOURCES += unistr/u16-strnlen.c
4013
4014 EXTRA_DIST += unistr/u-strnlen.h
4015
4016 ## end   gnulib module unistr/u16-strnlen
4017
4018 ## begin gnulib module unistr/u16-strpbrk
4019
4020 libunistring_la_SOURCES += unistr/u16-strpbrk.c
4021
4022 EXTRA_DIST += unistr/u-strpbrk.h
4023
4024 ## end   gnulib module unistr/u16-strpbrk
4025
4026 ## begin gnulib module unistr/u16-strrchr
4027
4028 libunistring_la_SOURCES += unistr/u16-strrchr.c
4029
4030 ## end   gnulib module unistr/u16-strrchr
4031
4032 ## begin gnulib module unistr/u16-strspn
4033
4034 libunistring_la_SOURCES += unistr/u16-strspn.c
4035
4036 EXTRA_DIST += unistr/u-strspn.h
4037
4038 ## end   gnulib module unistr/u16-strspn
4039
4040 ## begin gnulib module unistr/u16-strstr
4041
4042 libunistring_la_SOURCES += unistr/u16-strstr.c
4043
4044 EXTRA_DIST += unistr/u-strstr.h
4045
4046 ## end   gnulib module unistr/u16-strstr
4047
4048 ## begin gnulib module unistr/u16-strtok
4049
4050 libunistring_la_SOURCES += unistr/u16-strtok.c
4051
4052 EXTRA_DIST += unistr/u-strtok.h
4053
4054 ## end   gnulib module unistr/u16-strtok
4055
4056 ## begin gnulib module unistr/u16-to-u32
4057
4058 libunistring_la_SOURCES += unistr/u16-to-u32.c
4059
4060 ## end   gnulib module unistr/u16-to-u32
4061
4062 ## begin gnulib module unistr/u16-to-u8
4063
4064 libunistring_la_SOURCES += unistr/u16-to-u8.c
4065
4066 ## end   gnulib module unistr/u16-to-u8
4067
4068 ## begin gnulib module unistr/u16-uctomb
4069
4070 libunistring_la_SOURCES += unistr/u16-uctomb.c unistr/u16-uctomb-aux.c
4071
4072 ## end   gnulib module unistr/u16-uctomb
4073
4074 ## begin gnulib module unistr/u32-check
4075
4076 libunistring_la_SOURCES += unistr/u32-check.c
4077
4078 ## end   gnulib module unistr/u32-check
4079
4080 ## begin gnulib module unistr/u32-chr
4081
4082 libunistring_la_SOURCES += unistr/u32-chr.c
4083
4084 ## end   gnulib module unistr/u32-chr
4085
4086 ## begin gnulib module unistr/u32-cmp
4087
4088 libunistring_la_SOURCES += unistr/u32-cmp.c
4089
4090 ## end   gnulib module unistr/u32-cmp
4091
4092 ## begin gnulib module unistr/u32-cmp2
4093
4094 libunistring_la_SOURCES += unistr/u32-cmp2.c
4095
4096 EXTRA_DIST += unistr/u-cmp2.h
4097
4098 ## end   gnulib module unistr/u32-cmp2
4099
4100 ## begin gnulib module unistr/u32-cpy
4101
4102 libunistring_la_SOURCES += unistr/u32-cpy.c
4103
4104 EXTRA_DIST += unistr/u-cpy.h
4105
4106 ## end   gnulib module unistr/u32-cpy
4107
4108 ## begin gnulib module unistr/u32-cpy-alloc
4109
4110 libunistring_la_SOURCES += unistr/u32-cpy-alloc.c
4111
4112 EXTRA_DIST += unistr/u-cpy-alloc.h
4113
4114 ## end   gnulib module unistr/u32-cpy-alloc
4115
4116 ## begin gnulib module unistr/u32-endswith
4117
4118 libunistring_la_SOURCES += unistr/u32-endswith.c
4119
4120 EXTRA_DIST += unistr/u-endswith.h
4121
4122 ## end   gnulib module unistr/u32-endswith
4123
4124 ## begin gnulib module unistr/u32-mblen
4125
4126 libunistring_la_SOURCES += unistr/u32-mblen.c
4127
4128 ## end   gnulib module unistr/u32-mblen
4129
4130 ## begin gnulib module unistr/u32-mbsnlen
4131
4132 libunistring_la_SOURCES += unistr/u32-mbsnlen.c
4133
4134 ## end   gnulib module unistr/u32-mbsnlen
4135
4136 ## begin gnulib module unistr/u32-mbtouc
4137
4138 libunistring_la_SOURCES += unistr/u32-mbtouc.c
4139
4140 ## end   gnulib module unistr/u32-mbtouc
4141
4142 ## begin gnulib module unistr/u32-mbtouc-unsafe
4143
4144 libunistring_la_SOURCES += unistr/u32-mbtouc-unsafe.c
4145
4146 ## end   gnulib module unistr/u32-mbtouc-unsafe
4147
4148 ## begin gnulib module unistr/u32-mbtoucr
4149
4150 libunistring_la_SOURCES += unistr/u32-mbtoucr.c
4151
4152 ## end   gnulib module unistr/u32-mbtoucr
4153
4154 ## begin gnulib module unistr/u32-move
4155
4156 libunistring_la_SOURCES += unistr/u32-move.c
4157
4158 EXTRA_DIST += unistr/u-move.h
4159
4160 ## end   gnulib module unistr/u32-move
4161
4162 ## begin gnulib module unistr/u32-next
4163
4164 libunistring_la_SOURCES += unistr/u32-next.c
4165
4166 ## end   gnulib module unistr/u32-next
4167
4168 ## begin gnulib module unistr/u32-prev
4169
4170 libunistring_la_SOURCES += unistr/u32-prev.c
4171
4172 ## end   gnulib module unistr/u32-prev
4173
4174 ## begin gnulib module unistr/u32-set
4175
4176 libunistring_la_SOURCES += unistr/u32-set.c
4177
4178 EXTRA_DIST += unistr/u-set.h
4179
4180 ## end   gnulib module unistr/u32-set
4181
4182 ## begin gnulib module unistr/u32-startswith
4183
4184 libunistring_la_SOURCES += unistr/u32-startswith.c
4185
4186 EXTRA_DIST += unistr/u-startswith.h
4187
4188 ## end   gnulib module unistr/u32-startswith
4189
4190 ## begin gnulib module unistr/u32-stpcpy
4191
4192 libunistring_la_SOURCES += unistr/u32-stpcpy.c
4193
4194 EXTRA_DIST += unistr/u-stpcpy.h
4195
4196 ## end   gnulib module unistr/u32-stpcpy
4197
4198 ## begin gnulib module unistr/u32-stpncpy
4199
4200 libunistring_la_SOURCES += unistr/u32-stpncpy.c
4201
4202 EXTRA_DIST += unistr/u-stpncpy.h
4203
4204 ## end   gnulib module unistr/u32-stpncpy
4205
4206 ## begin gnulib module unistr/u32-strcat
4207
4208 libunistring_la_SOURCES += unistr/u32-strcat.c
4209
4210 EXTRA_DIST += unistr/u-strcat.h
4211
4212 ## end   gnulib module unistr/u32-strcat
4213
4214 ## begin gnulib module unistr/u32-strchr
4215
4216 libunistring_la_SOURCES += unistr/u32-strchr.c
4217
4218 ## end   gnulib module unistr/u32-strchr
4219
4220 ## begin gnulib module unistr/u32-strcmp
4221
4222 libunistring_la_SOURCES += unistr/u32-strcmp.c
4223
4224 ## end   gnulib module unistr/u32-strcmp
4225
4226 ## begin gnulib module unistr/u32-strcoll
4227
4228 libunistring_la_SOURCES += unistr/u32-strcoll.c
4229
4230 EXTRA_DIST += unistr/u-strcoll.h
4231
4232 ## end   gnulib module unistr/u32-strcoll
4233
4234 ## begin gnulib module unistr/u32-strcpy
4235
4236 libunistring_la_SOURCES += unistr/u32-strcpy.c
4237
4238 EXTRA_DIST += unistr/u-strcpy.h
4239
4240 ## end   gnulib module unistr/u32-strcpy
4241
4242 ## begin gnulib module unistr/u32-strcspn
4243
4244 libunistring_la_SOURCES += unistr/u32-strcspn.c
4245
4246 ## end   gnulib module unistr/u32-strcspn
4247
4248 ## begin gnulib module unistr/u32-strdup
4249
4250 libunistring_la_SOURCES += unistr/u32-strdup.c
4251
4252 EXTRA_DIST += unistr/u-strdup.h
4253
4254 ## end   gnulib module unistr/u32-strdup
4255
4256 ## begin gnulib module unistr/u32-strlen
4257
4258 libunistring_la_SOURCES += unistr/u32-strlen.c
4259
4260 EXTRA_DIST += unistr/u-strlen.h
4261
4262 ## end   gnulib module unistr/u32-strlen
4263
4264 ## begin gnulib module unistr/u32-strmblen
4265
4266 libunistring_la_SOURCES += unistr/u32-strmblen.c
4267
4268 ## end   gnulib module unistr/u32-strmblen
4269
4270 ## begin gnulib module unistr/u32-strmbtouc
4271
4272 libunistring_la_SOURCES += unistr/u32-strmbtouc.c
4273
4274 ## end   gnulib module unistr/u32-strmbtouc
4275
4276 ## begin gnulib module unistr/u32-strncat
4277
4278 libunistring_la_SOURCES += unistr/u32-strncat.c
4279
4280 EXTRA_DIST += unistr/u-strncat.h
4281
4282 ## end   gnulib module unistr/u32-strncat
4283
4284 ## begin gnulib module unistr/u32-strncmp
4285
4286 libunistring_la_SOURCES += unistr/u32-strncmp.c
4287
4288 ## end   gnulib module unistr/u32-strncmp
4289
4290 ## begin gnulib module unistr/u32-strncpy
4291
4292 libunistring_la_SOURCES += unistr/u32-strncpy.c
4293
4294 EXTRA_DIST += unistr/u-strncpy.h
4295
4296 ## end   gnulib module unistr/u32-strncpy
4297
4298 ## begin gnulib module unistr/u32-strnlen
4299
4300 libunistring_la_SOURCES += unistr/u32-strnlen.c
4301
4302 EXTRA_DIST += unistr/u-strnlen.h
4303
4304 ## end   gnulib module unistr/u32-strnlen
4305
4306 ## begin gnulib module unistr/u32-strpbrk
4307
4308 libunistring_la_SOURCES += unistr/u32-strpbrk.c
4309
4310 ## end   gnulib module unistr/u32-strpbrk
4311
4312 ## begin gnulib module unistr/u32-strrchr
4313
4314 libunistring_la_SOURCES += unistr/u32-strrchr.c
4315
4316 ## end   gnulib module unistr/u32-strrchr
4317
4318 ## begin gnulib module unistr/u32-strspn
4319
4320 libunistring_la_SOURCES += unistr/u32-strspn.c
4321
4322 ## end   gnulib module unistr/u32-strspn
4323
4324 ## begin gnulib module unistr/u32-strstr
4325
4326 libunistring_la_SOURCES += unistr/u32-strstr.c
4327
4328 EXTRA_DIST += unistr/u-strstr.h
4329
4330 ## end   gnulib module unistr/u32-strstr
4331
4332 ## begin gnulib module unistr/u32-strtok
4333
4334 libunistring_la_SOURCES += unistr/u32-strtok.c
4335
4336 EXTRA_DIST += unistr/u-strtok.h
4337
4338 ## end   gnulib module unistr/u32-strtok
4339
4340 ## begin gnulib module unistr/u32-to-u16
4341
4342 libunistring_la_SOURCES += unistr/u32-to-u16.c
4343
4344 ## end   gnulib module unistr/u32-to-u16
4345
4346 ## begin gnulib module unistr/u32-to-u8
4347
4348 libunistring_la_SOURCES += unistr/u32-to-u8.c
4349
4350 ## end   gnulib module unistr/u32-to-u8
4351
4352 ## begin gnulib module unistr/u32-uctomb
4353
4354 libunistring_la_SOURCES += unistr/u32-uctomb.c
4355
4356 ## end   gnulib module unistr/u32-uctomb
4357
4358 ## begin gnulib module unistr/u8-check
4359
4360 libunistring_la_SOURCES += unistr/u8-check.c
4361
4362 ## end   gnulib module unistr/u8-check
4363
4364 ## begin gnulib module unistr/u8-chr
4365
4366 libunistring_la_SOURCES += unistr/u8-chr.c
4367
4368 ## end   gnulib module unistr/u8-chr
4369
4370 ## begin gnulib module unistr/u8-cmp
4371
4372 libunistring_la_SOURCES += unistr/u8-cmp.c
4373
4374 ## end   gnulib module unistr/u8-cmp
4375
4376 ## begin gnulib module unistr/u8-cmp2
4377
4378 libunistring_la_SOURCES += unistr/u8-cmp2.c
4379
4380 EXTRA_DIST += unistr/u-cmp2.h
4381
4382 ## end   gnulib module unistr/u8-cmp2
4383
4384 ## begin gnulib module unistr/u8-cpy
4385
4386 libunistring_la_SOURCES += unistr/u8-cpy.c
4387
4388 EXTRA_DIST += unistr/u-cpy.h
4389
4390 ## end   gnulib module unistr/u8-cpy
4391
4392 ## begin gnulib module unistr/u8-cpy-alloc
4393
4394 libunistring_la_SOURCES += unistr/u8-cpy-alloc.c
4395
4396 EXTRA_DIST += unistr/u-cpy-alloc.h
4397
4398 ## end   gnulib module unistr/u8-cpy-alloc
4399
4400 ## begin gnulib module unistr/u8-endswith
4401
4402 libunistring_la_SOURCES += unistr/u8-endswith.c
4403
4404 EXTRA_DIST += unistr/u-endswith.h
4405
4406 ## end   gnulib module unistr/u8-endswith
4407
4408 ## begin gnulib module unistr/u8-mblen
4409
4410 libunistring_la_SOURCES += unistr/u8-mblen.c
4411
4412 ## end   gnulib module unistr/u8-mblen
4413
4414 ## begin gnulib module unistr/u8-mbsnlen
4415
4416 libunistring_la_SOURCES += unistr/u8-mbsnlen.c
4417
4418 ## end   gnulib module unistr/u8-mbsnlen
4419
4420 ## begin gnulib module unistr/u8-mbtouc
4421
4422 libunistring_la_SOURCES += unistr/u8-mbtouc.c unistr/u8-mbtouc-aux.c
4423
4424 ## end   gnulib module unistr/u8-mbtouc
4425
4426 ## begin gnulib module unistr/u8-mbtouc-unsafe
4427
4428 libunistring_la_SOURCES += unistr/u8-mbtouc-unsafe.c unistr/u8-mbtouc-unsafe-aux.c
4429
4430 ## end   gnulib module unistr/u8-mbtouc-unsafe
4431
4432 ## begin gnulib module unistr/u8-mbtoucr
4433
4434 libunistring_la_SOURCES += unistr/u8-mbtoucr.c
4435
4436 ## end   gnulib module unistr/u8-mbtoucr
4437
4438 ## begin gnulib module unistr/u8-move
4439
4440 libunistring_la_SOURCES += unistr/u8-move.c
4441
4442 EXTRA_DIST += unistr/u-move.h
4443
4444 ## end   gnulib module unistr/u8-move
4445
4446 ## begin gnulib module unistr/u8-next
4447
4448 libunistring_la_SOURCES += unistr/u8-next.c
4449
4450 ## end   gnulib module unistr/u8-next
4451
4452 ## begin gnulib module unistr/u8-prev
4453
4454 libunistring_la_SOURCES += unistr/u8-prev.c
4455
4456 ## end   gnulib module unistr/u8-prev
4457
4458 ## begin gnulib module unistr/u8-set
4459
4460 libunistring_la_SOURCES += unistr/u8-set.c
4461
4462 ## end   gnulib module unistr/u8-set
4463
4464 ## begin gnulib module unistr/u8-startswith
4465
4466 libunistring_la_SOURCES += unistr/u8-startswith.c
4467
4468 EXTRA_DIST += unistr/u-startswith.h
4469
4470 ## end   gnulib module unistr/u8-startswith
4471
4472 ## begin gnulib module unistr/u8-stpcpy
4473
4474 libunistring_la_SOURCES += unistr/u8-stpcpy.c
4475
4476 EXTRA_DIST += unistr/u-stpcpy.h
4477
4478 ## end   gnulib module unistr/u8-stpcpy
4479
4480 ## begin gnulib module unistr/u8-stpncpy
4481
4482 libunistring_la_SOURCES += unistr/u8-stpncpy.c
4483
4484 EXTRA_DIST += unistr/u-stpncpy.h
4485
4486 ## end   gnulib module unistr/u8-stpncpy
4487
4488 ## begin gnulib module unistr/u8-strcat
4489
4490 libunistring_la_SOURCES += unistr/u8-strcat.c
4491
4492 ## end   gnulib module unistr/u8-strcat
4493
4494 ## begin gnulib module unistr/u8-strchr
4495
4496 libunistring_la_SOURCES += unistr/u8-strchr.c
4497
4498 ## end   gnulib module unistr/u8-strchr
4499
4500 ## begin gnulib module unistr/u8-strcmp
4501
4502 libunistring_la_SOURCES += unistr/u8-strcmp.c
4503
4504 ## end   gnulib module unistr/u8-strcmp
4505
4506 ## begin gnulib module unistr/u8-strcoll
4507
4508 libunistring_la_SOURCES += unistr/u8-strcoll.c
4509
4510 EXTRA_DIST += unistr/u-strcoll.h
4511
4512 ## end   gnulib module unistr/u8-strcoll
4513
4514 ## begin gnulib module unistr/u8-strcpy
4515
4516 libunistring_la_SOURCES += unistr/u8-strcpy.c
4517
4518 ## end   gnulib module unistr/u8-strcpy
4519
4520 ## begin gnulib module unistr/u8-strcspn
4521
4522 libunistring_la_SOURCES += unistr/u8-strcspn.c
4523
4524 EXTRA_DIST += unistr/u-strcspn.h
4525
4526 ## end   gnulib module unistr/u8-strcspn
4527
4528 ## begin gnulib module unistr/u8-strdup
4529
4530 libunistring_la_SOURCES += unistr/u8-strdup.c
4531
4532 EXTRA_DIST += unistr/u-strdup.h
4533
4534 ## end   gnulib module unistr/u8-strdup
4535
4536 ## begin gnulib module unistr/u8-strlen
4537
4538 libunistring_la_SOURCES += unistr/u8-strlen.c
4539
4540 ## end   gnulib module unistr/u8-strlen
4541
4542 ## begin gnulib module unistr/u8-strmblen
4543
4544 libunistring_la_SOURCES += unistr/u8-strmblen.c
4545
4546 ## end   gnulib module unistr/u8-strmblen
4547
4548 ## begin gnulib module unistr/u8-strmbtouc
4549
4550 libunistring_la_SOURCES += unistr/u8-strmbtouc.c
4551
4552 ## end   gnulib module unistr/u8-strmbtouc
4553
4554 ## begin gnulib module unistr/u8-strncat
4555
4556 libunistring_la_SOURCES += unistr/u8-strncat.c
4557
4558 ## end   gnulib module unistr/u8-strncat
4559
4560 ## begin gnulib module unistr/u8-strncmp
4561
4562 libunistring_la_SOURCES += unistr/u8-strncmp.c
4563
4564 ## end   gnulib module unistr/u8-strncmp
4565
4566 ## begin gnulib module unistr/u8-strncpy
4567
4568 libunistring_la_SOURCES += unistr/u8-strncpy.c
4569
4570 ## end   gnulib module unistr/u8-strncpy
4571
4572 ## begin gnulib module unistr/u8-strnlen
4573
4574 libunistring_la_SOURCES += unistr/u8-strnlen.c
4575
4576 EXTRA_DIST += unistr/u-strnlen.h
4577
4578 ## end   gnulib module unistr/u8-strnlen
4579
4580 ## begin gnulib module unistr/u8-strpbrk
4581
4582 libunistring_la_SOURCES += unistr/u8-strpbrk.c
4583
4584 EXTRA_DIST += unistr/u-strpbrk.h
4585
4586 ## end   gnulib module unistr/u8-strpbrk
4587
4588 ## begin gnulib module unistr/u8-strrchr
4589
4590 libunistring_la_SOURCES += unistr/u8-strrchr.c
4591
4592 ## end   gnulib module unistr/u8-strrchr
4593
4594 ## begin gnulib module unistr/u8-strspn
4595
4596 libunistring_la_SOURCES += unistr/u8-strspn.c
4597
4598 EXTRA_DIST += unistr/u-strspn.h
4599
4600 ## end   gnulib module unistr/u8-strspn
4601
4602 ## begin gnulib module unistr/u8-strstr
4603
4604 libunistring_la_SOURCES += unistr/u8-strstr.c
4605
4606 EXTRA_DIST += unistr/u-strstr.h
4607
4608 ## end   gnulib module unistr/u8-strstr
4609
4610 ## begin gnulib module unistr/u8-strtok
4611
4612 libunistring_la_SOURCES += unistr/u8-strtok.c
4613
4614 EXTRA_DIST += unistr/u-strtok.h
4615
4616 ## end   gnulib module unistr/u8-strtok
4617
4618 ## begin gnulib module unistr/u8-to-u16
4619
4620 libunistring_la_SOURCES += unistr/u8-to-u16.c
4621
4622 ## end   gnulib module unistr/u8-to-u16
4623
4624 ## begin gnulib module unistr/u8-to-u32
4625
4626 libunistring_la_SOURCES += unistr/u8-to-u32.c
4627
4628 ## end   gnulib module unistr/u8-to-u32
4629
4630 ## begin gnulib module unistr/u8-uctomb
4631
4632 libunistring_la_SOURCES += unistr/u8-uctomb.c unistr/u8-uctomb-aux.c
4633
4634 ## end   gnulib module unistr/u8-uctomb
4635
4636 ## begin gnulib module unitypes
4637
4638
4639 EXTRA_DIST += unitypes.h
4640
4641 ## end   gnulib module unitypes
4642
4643 ## begin gnulib module uniwbrk/base
4644
4645
4646 EXTRA_DIST += uniwbrk.h
4647
4648 ## end   gnulib module uniwbrk/base
4649
4650 ## begin gnulib module uniwbrk/table
4651
4652 libunistring_la_SOURCES += uniwbrk/wbrktable.c
4653
4654 EXTRA_DIST += uniwbrk/wbrktable.h
4655
4656 ## end   gnulib module uniwbrk/table
4657
4658 ## begin gnulib module uniwbrk/u16-wordbreaks
4659
4660 libunistring_la_SOURCES += uniwbrk/u16-wordbreaks.c
4661
4662 EXTRA_DIST += uniwbrk/u-wordbreaks.h
4663
4664 ## end   gnulib module uniwbrk/u16-wordbreaks
4665
4666 ## begin gnulib module uniwbrk/u32-wordbreaks
4667
4668 libunistring_la_SOURCES += uniwbrk/u32-wordbreaks.c
4669
4670 EXTRA_DIST += uniwbrk/u-wordbreaks.h
4671
4672 ## end   gnulib module uniwbrk/u32-wordbreaks
4673
4674 ## begin gnulib module uniwbrk/u8-wordbreaks
4675
4676 libunistring_la_SOURCES += uniwbrk/u8-wordbreaks.c
4677
4678 EXTRA_DIST += uniwbrk/u-wordbreaks.h
4679
4680 ## end   gnulib module uniwbrk/u8-wordbreaks
4681
4682 ## begin gnulib module uniwbrk/ulc-wordbreaks
4683
4684 libunistring_la_SOURCES += uniwbrk/ulc-wordbreaks.c
4685
4686 ## end   gnulib module uniwbrk/ulc-wordbreaks
4687
4688 ## begin gnulib module uniwbrk/wordbreak-property
4689
4690 libunistring_la_SOURCES += uniwbrk/wordbreak-property.c
4691
4692 EXTRA_DIST += uniwbrk/wbrkprop.h
4693
4694 ## end   gnulib module uniwbrk/wordbreak-property
4695
4696 ## begin gnulib module uniwidth/base
4697
4698
4699 EXTRA_DIST += localcharset.h uniwidth.h
4700
4701 ## end   gnulib module uniwidth/base
4702
4703 ## begin gnulib module uniwidth/u16-strwidth
4704
4705 libunistring_la_SOURCES += uniwidth/u16-strwidth.c
4706
4707 ## end   gnulib module uniwidth/u16-strwidth
4708
4709 ## begin gnulib module uniwidth/u16-width
4710
4711 libunistring_la_SOURCES += uniwidth/u16-width.c
4712
4713 ## end   gnulib module uniwidth/u16-width
4714
4715 ## begin gnulib module uniwidth/u32-strwidth
4716
4717 libunistring_la_SOURCES += uniwidth/u32-strwidth.c
4718
4719 ## end   gnulib module uniwidth/u32-strwidth
4720
4721 ## begin gnulib module uniwidth/u32-width
4722
4723 libunistring_la_SOURCES += uniwidth/u32-width.c
4724
4725 ## end   gnulib module uniwidth/u32-width
4726
4727 ## begin gnulib module uniwidth/u8-strwidth
4728
4729 libunistring_la_SOURCES += uniwidth/u8-strwidth.c
4730
4731 ## end   gnulib module uniwidth/u8-strwidth
4732
4733 ## begin gnulib module uniwidth/u8-width
4734
4735 libunistring_la_SOURCES += uniwidth/u8-width.c
4736
4737 ## end   gnulib module uniwidth/u8-width
4738
4739 ## begin gnulib module uniwidth/width
4740
4741 libunistring_la_SOURCES += uniwidth/width.c
4742
4743 EXTRA_DIST += uniwidth/cjk.h
4744
4745 ## end   gnulib module uniwidth/width
4746
4747 ## begin gnulib module unused-parameter
4748
4749 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
4750 # statements but through direct file reference. Therefore this snippet must be
4751 # present in all Makefile.am that need it. This is ensured by the applicability
4752 # 'all' defined above.
4753
4754 BUILT_SOURCES += unused-parameter.h
4755 # The unused-parameter.h that gets inserted into generated .h files is the same
4756 # as build-aux/unused-parameter.h, except that it has the copyright header cut
4757 # off.
4758 unused-parameter.h: $(top_srcdir)/build-aux/unused-parameter.h
4759         $(AM_V_GEN)rm -f $@-t $@ && \
4760         sed -n -e '/GL_UNUSED_PARAMETER/,$$p' \
4761           < $(top_srcdir)/build-aux/unused-parameter.h \
4762           > $@-t && \
4763         mv $@-t $@
4764 MOSTLYCLEANFILES += unused-parameter.h unused-parameter.h-t
4765
4766 UNUSED_PARAMETER_H=unused-parameter.h
4767
4768 EXTRA_DIST += $(top_srcdir)/build-aux/unused-parameter.h
4769
4770 ## end   gnulib module unused-parameter
4771
4772 ## begin gnulib module verify
4773
4774 libunistring_la_SOURCES += verify.h
4775
4776 ## end   gnulib module verify
4777
4778 ## begin gnulib module warn-on-use
4779
4780 BUILT_SOURCES += warn-on-use.h
4781 # The warn-on-use.h that gets inserted into generated .h files is the same as
4782 # build-aux/warn-on-use.h, except that it has the copyright header cut off.
4783 warn-on-use.h: $(top_srcdir)/build-aux/warn-on-use.h
4784         $(AM_V_GEN)rm -f $@-t $@ && \
4785         sed -n -e '/^.ifndef/,$$p' \
4786           < $(top_srcdir)/build-aux/warn-on-use.h \
4787           > $@-t && \
4788         mv $@-t $@
4789 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
4790
4791 WARN_ON_USE_H=warn-on-use.h
4792
4793 EXTRA_DIST += $(top_srcdir)/build-aux/warn-on-use.h
4794
4795 ## end   gnulib module warn-on-use
4796
4797 ## begin gnulib module wchar
4798
4799 BUILT_SOURCES += wchar.h
4800
4801 # We need the following in order to create <wchar.h> when the system
4802 # version does not work standalone.
4803 wchar.h: wchar.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
4804         $(AM_V_GEN)rm -f $@-t $@ && \
4805         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4806           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
4807               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
4808               -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
4809               -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
4810               -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \
4811               -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \
4812               -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \
4813               -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \
4814               -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \
4815               -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \
4816               -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \
4817               -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \
4818               -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \
4819               -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \
4820               -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
4821               -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
4822               -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
4823               -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
4824               -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
4825               -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
4826               -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
4827               -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
4828               -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
4829               -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
4830               -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
4831               -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
4832               -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
4833               -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
4834               -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
4835               -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
4836               -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
4837               -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
4838               -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
4839               -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
4840               -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
4841               -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
4842               -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
4843               -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
4844               -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
4845               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
4846               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
4847               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
4848             < $(srcdir)/wchar.in.h; \
4849         } > $@-t && \
4850         mv $@-t $@
4851 MOSTLYCLEANFILES += wchar.h wchar.h-t
4852
4853 EXTRA_DIST += wchar.in.h
4854
4855 ## end   gnulib module wchar
4856
4857 ## begin gnulib module wctype
4858
4859 BUILT_SOURCES += wctype.h
4860
4861 # We need the following in order to create <wctype.h> when the system
4862 # doesn't have one that works with the given compiler.
4863 wctype.h: wctype.in.h $(CXXDEFS_H) $(WARN_ON_USE_H)
4864         $(AM_V_GEN)rm -f $@-t $@ && \
4865         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4866           sed -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
4867               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
4868               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
4869               -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
4870               -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
4871               -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
4872               -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
4873               -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
4874               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
4875               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
4876               < $(srcdir)/wctype.in.h; \
4877         } > $@-t && \
4878         mv $@-t $@
4879 MOSTLYCLEANFILES += wctype.h wctype.h-t
4880
4881 EXTRA_DIST += wctype.in.h
4882
4883 ## end   gnulib module wctype
4884
4885 ## begin gnulib module wcwidth
4886
4887
4888 EXTRA_DIST += wcwidth.c
4889
4890 EXTRA_libunistring_la_SOURCES += wcwidth.c
4891
4892 ## end   gnulib module wcwidth
4893
4894 ## begin gnulib module xsize
4895
4896 libunistring_la_SOURCES += xsize.h
4897
4898 ## end   gnulib module xsize
4899
4900
4901 mostlyclean-local: mostlyclean-generic
4902         @for dir in '' $(MOSTLYCLEANDIRS); do \
4903           if test -n "$$dir" && test -d $$dir; then \
4904             echo "rmdir $$dir"; rmdir $$dir; \
4905           fi; \
4906         done; \
4907         :