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
14MOSTLYCLEANFILES += core *.stackdump
15
16
17libunistring_la_SOURCES =
18libunistring_la_LIBADD = $(gl_LTLIBOBJS)
19libunistring_la_DEPENDENCIES = $(gl_LTLIBOBJS)
20EXTRA_libunistring_la_SOURCES =
21libunistring_la_LDFLAGS = $(AM_LDFLAGS)
22
23## begin gnulib module alloca-opt
24
25BUILT_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.
29alloca.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 $@
35MOSTLYCLEANFILES += alloca.h alloca.h-t
36
37EXTRA_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
48BUILT_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.
51arg-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 $@
57MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
58
59ARG_NONNULL_H=arg-nonnull.h
60
61EXTRA_DIST += $(top_srcdir)/build-aux/arg-nonnull.h
62
63## end   gnulib module arg-nonnull
64
65## begin gnulib module array-mergesort
66
67
68EXTRA_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
79BUILT_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.
82c++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 $@
88MOSTLYCLEANFILES += c++defs.h c++defs.h-t
89
90CXXDEFS_H=c++defs.h
91
92EXTRA_DIST += $(top_srcdir)/build-aux/c++defs.h
93
94## end   gnulib module c++defs
95
96## begin gnulib module c-ctype
97
98libunistring_la_SOURCES += c-ctype.h c-ctype.c
99
100## end   gnulib module c-ctype
101
102## begin gnulib module c-strcase
103
104libunistring_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
111EXTRA_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.
134configmake.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
171BUILT_SOURCES += configmake.h
172CLEANFILES += configmake.h configmake.h-t
173
174## end   gnulib module configmake
175
176## begin gnulib module errno
177
178BUILT_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.
182errno.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 $@
197MOSTLYCLEANFILES += errno.h errno.h-t
198
199EXTRA_DIST += errno.in.h
200
201## end   gnulib module errno
202
203## begin gnulib module float
204
205BUILT_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.
209float.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 $@
218MOSTLYCLEANFILES += float.h float.h-t
219
220EXTRA_DIST += float.in.h
221
222## end   gnulib module float
223
224## begin gnulib module fpucw
225
226
227EXTRA_DIST += fpucw.h
228
229## end   gnulib module fpucw
230
231## begin gnulib module frexpl-nolibm
232
233
234EXTRA_DIST += frexp.c frexpl.c
235
236EXTRA_libunistring_la_SOURCES += frexp.c frexpl.c
237
238## end   gnulib module frexpl-nolibm
239
240## begin gnulib module fseterr
241
242libunistring_la_SOURCES += fseterr.c
243
244EXTRA_DIST += fseterr.h stdio-impl.h
245
246## end   gnulib module fseterr
247
248## begin gnulib module gperf
249
250GPERF = gperf
251
252## end   gnulib module gperf
253
254## begin gnulib module havelib
255
256
257EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
258
259## end   gnulib module havelib
260
261## begin gnulib module iconv-h
262
263BUILT_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.
267iconv.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 $@
283MOSTLYCLEANFILES += iconv.h iconv.h-t
284
285EXTRA_DIST += iconv.in.h
286
287## end   gnulib module iconv-h
288
289## begin gnulib module iconv_open
290
291iconv_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
294iconv_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
297iconv_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
300iconv_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
303iconv_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
306BUILT_SOURCES        += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h
307MOSTLYCLEANFILES     += 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
308MAINTAINERCLEANFILES += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h
309EXTRA_DIST           += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h
310
311EXTRA_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
313EXTRA_libunistring_la_SOURCES += iconv_open.c
314
315## end   gnulib module iconv_open
316
317## begin gnulib module isnand-nolibm
318
319
320EXTRA_DIST += float+.h isnan.c isnand-nolibm.h isnand.c
321
322EXTRA_libunistring_la_SOURCES += isnan.c isnand.c
323
324## end   gnulib module isnand-nolibm
325
326## begin gnulib module isnanf-nolibm
327
328
329EXTRA_DIST += float+.h isnan.c isnanf-nolibm.h isnanf.c
330
331EXTRA_libunistring_la_SOURCES += isnan.c isnanf.c
332
333## end   gnulib module isnanf-nolibm
334
335## begin gnulib module isnanl-nolibm
336
337
338EXTRA_DIST += float+.h isnan.c isnanl-nolibm.h isnanl.c
339
340EXTRA_libunistring_la_SOURCES += isnan.c isnanl.c
341
342## end   gnulib module isnanl-nolibm
343
344## begin gnulib module localcharset
345
346libunistring_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
355all-local: charset.alias ref-add.sed ref-del.sed
356
357charset_alias = $(DESTDIR)$(libdir)/charset.alias
358charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
359install-exec-local: install-exec-localcharset
360install-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
388uninstall-local: uninstall-localcharset
389uninstall-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
401charset.alias: config.charset
402	$(AM_V_GEN)rm -f t-$@ $@ && \
403	$(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \
404	mv t-$@ $@
405
406SUFFIXES += .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
412CLEANFILES += charset.alias ref-add.sed ref-del.sed
413
414EXTRA_DIST += config.charset ref-add.sin ref-del.sin
415
416## end   gnulib module localcharset
417
418## begin gnulib module localename
419
420libunistring_la_SOURCES += localename.c
421
422EXTRA_DIST += localename.h
423
424## end   gnulib module localename
425
426## begin gnulib module lock
427
428libunistring_la_SOURCES += glthread/lock.h glthread/lock.c
429
430## end   gnulib module lock
431
432## begin gnulib module malloc-posix
433
434
435EXTRA_DIST += malloc.c
436
437EXTRA_libunistring_la_SOURCES += malloc.c
438
439## end   gnulib module malloc-posix
440
441## begin gnulib module malloca
442
443libunistring_la_SOURCES += malloca.c
444
445EXTRA_DIST += malloca.h malloca.valgrind
446
447## end   gnulib module malloca
448
449## begin gnulib module math
450
451BUILT_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.
455math.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 $@
549MOSTLYCLEANFILES += math.h math.h-t
550
551EXTRA_DIST += math.in.h
552
553## end   gnulib module math
554
555## begin gnulib module mbchar
556
557libunistring_la_SOURCES += mbchar.c
558
559EXTRA_DIST += mbchar.h
560
561## end   gnulib module mbchar
562
563## begin gnulib module mbiter
564
565libunistring_la_SOURCES += mbiter.h
566
567## end   gnulib module mbiter
568
569## begin gnulib module mbrtowc
570
571
572EXTRA_DIST += mbrtowc.c
573
574EXTRA_libunistring_la_SOURCES += mbrtowc.c
575
576## end   gnulib module mbrtowc
577
578## begin gnulib module mbsinit
579
580
581EXTRA_DIST += mbsinit.c
582
583EXTRA_libunistring_la_SOURCES += mbsinit.c
584
585## end   gnulib module mbsinit
586
587## begin gnulib module mbsnlen
588
589libunistring_la_SOURCES += mbsnlen.c
590
591## end   gnulib module mbsnlen
592
593## begin gnulib module memchr
594
595
596EXTRA_DIST += memchr.c memchr.valgrind
597
598EXTRA_libunistring_la_SOURCES += memchr.c
599
600## end   gnulib module memchr
601
602## begin gnulib module memcmp2
603
604libunistring_la_SOURCES += memcmp2.c
605
606EXTRA_DIST += memcmp2.h
607
608## end   gnulib module memcmp2
609
610## begin gnulib module memxfrm
611
612libunistring_la_SOURCES += memxfrm.c
613
614EXTRA_DIST += memxfrm.h
615
616## end   gnulib module memxfrm
617
618## begin gnulib module minmax
619
620libunistring_la_SOURCES += minmax.h
621
622## end   gnulib module minmax
623
624## begin gnulib module printf-frexp
625
626libunistring_la_SOURCES += printf-frexp.c
627
628EXTRA_DIST += printf-frexp.h
629
630## end   gnulib module printf-frexp
631
632## begin gnulib module printf-frexpl
633
634libunistring_la_SOURCES += printf-frexpl.c
635
636EXTRA_DIST += printf-frexp.c printf-frexpl.h
637
638EXTRA_libunistring_la_SOURCES += printf-frexp.c
639
640## end   gnulib module printf-frexpl
641
642## begin gnulib module relocatable-lib-lgpl
643
644DEFS += -DNO_XMALLOC
645
646EXTRA_DIST += relocatable.c relocatable.h
647
648EXTRA_libunistring_la_SOURCES += relocatable.c
649
650## end   gnulib module relocatable-lib-lgpl
651
652## begin gnulib module signbit
653
654
655EXTRA_DIST += float+.h signbitd.c signbitf.c signbitl.c
656
657EXTRA_libunistring_la_SOURCES += signbitd.c signbitf.c signbitl.c
658
659## end   gnulib module signbit
660
661## begin gnulib module size_max
662
663libunistring_la_SOURCES += size_max.h
664
665## end   gnulib module size_max
666
667## begin gnulib module stdbool
668
669BUILT_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.
673stdbool.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 $@
679MOSTLYCLEANFILES += stdbool.h stdbool.h-t
680
681EXTRA_DIST += stdbool.in.h
682
683## end   gnulib module stdbool
684
685## begin gnulib module stddef
686
687BUILT_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.
691stddef.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 $@
702MOSTLYCLEANFILES += stddef.h stddef.h-t
703
704EXTRA_DIST += stddef.in.h
705
706## end   gnulib module stddef
707
708## begin gnulib module stdint
709
710BUILT_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.
714stdint.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 $@
744MOSTLYCLEANFILES += stdint.h stdint.h-t
745
746EXTRA_DIST += stdint.in.h
747
748## end   gnulib module stdint
749
750## begin gnulib module stdlib
751
752BUILT_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.
756stdlib.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 $@
825MOSTLYCLEANFILES += stdlib.h stdlib.h-t
826
827EXTRA_DIST += stdlib.in.h
828
829## end   gnulib module stdlib
830
831## begin gnulib module streq
832
833
834EXTRA_DIST += streq.h
835
836## end   gnulib module streq
837
838## begin gnulib module striconveh
839
840libunistring_la_SOURCES += striconveh.h striconveh.c
841if GL_COND_LIBTOOL
842libunistring_la_LDFLAGS += $(LTLIBICONV)
843endif
844
845EXTRA_DIST += iconveh.h
846
847## end   gnulib module striconveh
848
849## begin gnulib module striconveha
850
851libunistring_la_SOURCES += striconveha.h striconveha.c
852
853## end   gnulib module striconveha
854
855## begin gnulib module string
856
857BUILT_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.
861string.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 $@
939MOSTLYCLEANFILES += string.h string.h-t
940
941EXTRA_DIST += string.in.h
942
943## end   gnulib module string
944
945## begin gnulib module strncat
946
947
948EXTRA_DIST += strncat.c
949
950EXTRA_libunistring_la_SOURCES += strncat.c
951
952## end   gnulib module strncat
953
954## begin gnulib module threadlib
955
956libunistring_la_SOURCES += glthread/threadlib.c
957
958EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
959
960## end   gnulib module threadlib
961
962## begin gnulib module unicase/base
963
964
965EXTRA_DIST += unicase.h
966
967## end   gnulib module unicase/base
968
969## begin gnulib module unicase/cased
970
971libunistring_la_SOURCES += unicase/cased.c
972
973EXTRA_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
979libunistring_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
985libunistring_la_SOURCES += unicase/empty-suffix-context.c
986
987## end   gnulib module unicase/empty-suffix-context
988
989## begin gnulib module unicase/ignorable
990
991libunistring_la_SOURCES += unicase/ignorable.c
992
993EXTRA_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
999libunistring_la_SOURCES += unicase/locale-language.c
1000
1001unicase/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
1004BUILT_SOURCES        += unicase/locale-languages.h
1005MOSTLYCLEANFILES     += unicase/locale-languages.h-t
1006MAINTAINERCLEANFILES += unicase/locale-languages.h
1007EXTRA_DIST           += unicase/locale-languages.h
1008
1009EXTRA_DIST += unicase/locale-languages.gperf
1010
1011## end   gnulib module unicase/locale-language
1012
1013## begin gnulib module unicase/special-casing
1014
1015libunistring_la_SOURCES += unicase/special-casing.c
1016
1017unicase/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
1020BUILT_SOURCES        += unicase/special-casing-table.h
1021MOSTLYCLEANFILES     += unicase/special-casing-table.h-t
1022MAINTAINERCLEANFILES += unicase/special-casing-table.h
1023EXTRA_DIST           += unicase/special-casing-table.h
1024
1025EXTRA_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
1031libunistring_la_SOURCES += unicase/tocasefold.c
1032
1033EXTRA_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
1039libunistring_la_SOURCES += unicase/tolower.c
1040
1041EXTRA_DIST += unicase/simple-mapping.h unicase/tolower.h
1042
1043## end   gnulib module unicase/tolower
1044
1045## begin gnulib module unicase/totitle
1046
1047libunistring_la_SOURCES += unicase/totitle.c
1048
1049EXTRA_DIST += unicase/simple-mapping.h unicase/totitle.h
1050
1051## end   gnulib module unicase/totitle
1052
1053## begin gnulib module unicase/toupper
1054
1055libunistring_la_SOURCES += unicase/toupper.c
1056
1057EXTRA_DIST += unicase/simple-mapping.h unicase/toupper.h
1058
1059## end   gnulib module unicase/toupper
1060
1061## begin gnulib module unicase/u16-casecmp
1062
1063libunistring_la_SOURCES += unicase/u16-casecmp.c
1064
1065EXTRA_DIST += unicase/u-casecmp.h
1066
1067## end   gnulib module unicase/u16-casecmp
1068
1069## begin gnulib module unicase/u16-casecoll
1070
1071libunistring_la_SOURCES += unicase/u16-casecoll.c
1072
1073EXTRA_DIST += unicase/u-casecoll.h
1074
1075## end   gnulib module unicase/u16-casecoll
1076
1077## begin gnulib module unicase/u16-casefold
1078
1079libunistring_la_SOURCES += unicase/u16-casefold.c
1080
1081EXTRA_DIST += unicase/u-casefold.h
1082
1083## end   gnulib module unicase/u16-casefold
1084
1085## begin gnulib module unicase/u16-casemap
1086
1087libunistring_la_SOURCES += unicase/u16-casemap.c
1088
1089EXTRA_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
1095libunistring_la_SOURCES += unicase/u16-casexfrm.c
1096
1097EXTRA_DIST += unicase/u-casexfrm.h
1098
1099## end   gnulib module unicase/u16-casexfrm
1100
1101## begin gnulib module unicase/u16-ct-casefold
1102
1103libunistring_la_SOURCES += unicase/u16-ct-casefold.c
1104
1105EXTRA_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
1111libunistring_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
1117libunistring_la_SOURCES += unicase/u16-ct-totitle.c
1118
1119EXTRA_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
1125libunistring_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
1131libunistring_la_SOURCES += unicase/u16-is-cased.c
1132
1133EXTRA_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
1139libunistring_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
1145libunistring_la_SOURCES += unicase/u16-is-invariant.c
1146
1147EXTRA_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
1153libunistring_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
1159libunistring_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
1165libunistring_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
1171libunistring_la_SOURCES += unicase/u16-tolower.c
1172
1173## end   gnulib module unicase/u16-tolower
1174
1175## begin gnulib module unicase/u16-totitle
1176
1177libunistring_la_SOURCES += unicase/u16-totitle.c
1178
1179EXTRA_DIST += unicase/u-totitle.h
1180
1181## end   gnulib module unicase/u16-totitle
1182
1183## begin gnulib module unicase/u16-toupper
1184
1185libunistring_la_SOURCES += unicase/u16-toupper.c
1186
1187## end   gnulib module unicase/u16-toupper
1188
1189## begin gnulib module unicase/u32-casecmp
1190
1191libunistring_la_SOURCES += unicase/u32-casecmp.c
1192
1193EXTRA_DIST += unicase/u-casecmp.h
1194
1195## end   gnulib module unicase/u32-casecmp
1196
1197## begin gnulib module unicase/u32-casecoll
1198
1199libunistring_la_SOURCES += unicase/u32-casecoll.c
1200
1201EXTRA_DIST += unicase/u-casecoll.h
1202
1203## end   gnulib module unicase/u32-casecoll
1204
1205## begin gnulib module unicase/u32-casefold
1206
1207libunistring_la_SOURCES += unicase/u32-casefold.c
1208
1209EXTRA_DIST += unicase/u-casefold.h
1210
1211## end   gnulib module unicase/u32-casefold
1212
1213## begin gnulib module unicase/u32-casemap
1214
1215libunistring_la_SOURCES += unicase/u32-casemap.c
1216
1217EXTRA_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
1223libunistring_la_SOURCES += unicase/u32-casexfrm.c
1224
1225EXTRA_DIST += unicase/u-casexfrm.h
1226
1227## end   gnulib module unicase/u32-casexfrm
1228
1229## begin gnulib module unicase/u32-ct-casefold
1230
1231libunistring_la_SOURCES += unicase/u32-ct-casefold.c
1232
1233EXTRA_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
1239libunistring_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
1245libunistring_la_SOURCES += unicase/u32-ct-totitle.c
1246
1247EXTRA_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
1253libunistring_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
1259libunistring_la_SOURCES += unicase/u32-is-cased.c
1260
1261EXTRA_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
1267libunistring_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
1273libunistring_la_SOURCES += unicase/u32-is-invariant.c
1274
1275EXTRA_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
1281libunistring_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
1287libunistring_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
1293libunistring_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
1299libunistring_la_SOURCES += unicase/u32-tolower.c
1300
1301## end   gnulib module unicase/u32-tolower
1302
1303## begin gnulib module unicase/u32-totitle
1304
1305libunistring_la_SOURCES += unicase/u32-totitle.c
1306
1307EXTRA_DIST += unicase/u-totitle.h
1308
1309## end   gnulib module unicase/u32-totitle
1310
1311## begin gnulib module unicase/u32-toupper
1312
1313libunistring_la_SOURCES += unicase/u32-toupper.c
1314
1315## end   gnulib module unicase/u32-toupper
1316
1317## begin gnulib module unicase/u8-casecmp
1318
1319libunistring_la_SOURCES += unicase/u8-casecmp.c
1320
1321EXTRA_DIST += unicase/u-casecmp.h
1322
1323## end   gnulib module unicase/u8-casecmp
1324
1325## begin gnulib module unicase/u8-casecoll
1326
1327libunistring_la_SOURCES += unicase/u8-casecoll.c
1328
1329EXTRA_DIST += unicase/u-casecoll.h
1330
1331## end   gnulib module unicase/u8-casecoll
1332
1333## begin gnulib module unicase/u8-casefold
1334
1335libunistring_la_SOURCES += unicase/u8-casefold.c
1336
1337EXTRA_DIST += unicase/u-casefold.h
1338
1339## end   gnulib module unicase/u8-casefold
1340
1341## begin gnulib module unicase/u8-casemap
1342
1343libunistring_la_SOURCES += unicase/u8-casemap.c
1344
1345EXTRA_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
1351libunistring_la_SOURCES += unicase/u8-casexfrm.c
1352
1353EXTRA_DIST += unicase/u-casexfrm.h
1354
1355## end   gnulib module unicase/u8-casexfrm
1356
1357## begin gnulib module unicase/u8-ct-casefold
1358
1359libunistring_la_SOURCES += unicase/u8-ct-casefold.c
1360
1361EXTRA_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
1367libunistring_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
1373libunistring_la_SOURCES += unicase/u8-ct-totitle.c
1374
1375EXTRA_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
1381libunistring_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
1387libunistring_la_SOURCES += unicase/u8-is-cased.c
1388
1389EXTRA_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
1395libunistring_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
1401libunistring_la_SOURCES += unicase/u8-is-invariant.c
1402
1403EXTRA_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
1409libunistring_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
1415libunistring_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
1421libunistring_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
1427libunistring_la_SOURCES += unicase/u8-tolower.c
1428
1429## end   gnulib module unicase/u8-tolower
1430
1431## begin gnulib module unicase/u8-totitle
1432
1433libunistring_la_SOURCES += unicase/u8-totitle.c
1434
1435EXTRA_DIST += unicase/u-totitle.h
1436
1437## end   gnulib module unicase/u8-totitle
1438
1439## begin gnulib module unicase/u8-toupper
1440
1441libunistring_la_SOURCES += unicase/u8-toupper.c
1442
1443## end   gnulib module unicase/u8-toupper
1444
1445## begin gnulib module unicase/ulc-casecmp
1446
1447libunistring_la_SOURCES += unicase/ulc-casecmp.c
1448
1449EXTRA_DIST += unicase/u-casecmp.h
1450
1451## end   gnulib module unicase/ulc-casecmp
1452
1453## begin gnulib module unicase/ulc-casecoll
1454
1455libunistring_la_SOURCES += unicase/ulc-casecoll.c
1456
1457EXTRA_DIST += unicase/u-casecoll.h
1458
1459## end   gnulib module unicase/ulc-casecoll
1460
1461## begin gnulib module unicase/ulc-casexfrm
1462
1463libunistring_la_SOURCES += unicase/ulc-casexfrm.c
1464
1465## end   gnulib module unicase/ulc-casexfrm
1466
1467## begin gnulib module uniconv/base
1468
1469
1470EXTRA_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
1476libunistring_la_SOURCES += uniconv/u16-conv-from-enc.c
1477
1478EXTRA_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
1484libunistring_la_SOURCES += uniconv/u16-conv-to-enc.c
1485
1486EXTRA_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
1492libunistring_la_SOURCES += uniconv/u16-strconv-from-enc.c
1493
1494EXTRA_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
1500libunistring_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
1506libunistring_la_SOURCES += uniconv/u16-strconv-to-enc.c
1507
1508EXTRA_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
1514libunistring_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
1520libunistring_la_SOURCES += uniconv/u32-conv-from-enc.c
1521
1522EXTRA_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
1528libunistring_la_SOURCES += uniconv/u32-conv-to-enc.c
1529
1530EXTRA_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
1536libunistring_la_SOURCES += uniconv/u32-strconv-from-enc.c
1537
1538EXTRA_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
1544libunistring_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
1550libunistring_la_SOURCES += uniconv/u32-strconv-to-enc.c
1551
1552EXTRA_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
1558libunistring_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
1564libunistring_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
1570libunistring_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
1576libunistring_la_SOURCES += uniconv/u8-strconv-from-enc.c
1577
1578EXTRA_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
1584libunistring_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
1590libunistring_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
1596libunistring_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
1603EXTRA_DIST += unictype.h
1604
1605## end   gnulib module unictype/base
1606
1607## begin gnulib module unictype/bidicategory-byname
1608
1609libunistring_la_SOURCES += unictype/bidi_byname.c
1610
1611## end   gnulib module unictype/bidicategory-byname
1612
1613## begin gnulib module unictype/bidicategory-name
1614
1615libunistring_la_SOURCES += unictype/bidi_name.c
1616
1617## end   gnulib module unictype/bidicategory-name
1618
1619## begin gnulib module unictype/bidicategory-of
1620
1621libunistring_la_SOURCES += unictype/bidi_of.c
1622
1623EXTRA_DIST += unictype/bidi_of.h
1624
1625## end   gnulib module unictype/bidicategory-of
1626
1627## begin gnulib module unictype/bidicategory-test
1628
1629libunistring_la_SOURCES += unictype/bidi_test.c
1630
1631## end   gnulib module unictype/bidicategory-test
1632
1633## begin gnulib module unictype/block-list
1634
1635libunistring_la_SOURCES += unictype/blocks.c
1636
1637EXTRA_DIST += unictype/blocks.h
1638
1639## end   gnulib module unictype/block-list
1640
1641## begin gnulib module unictype/block-test
1642
1643libunistring_la_SOURCES += unictype/block_test.c
1644
1645## end   gnulib module unictype/block-test
1646
1647## begin gnulib module unictype/category-C
1648
1649libunistring_la_SOURCES += unictype/categ_C.c
1650
1651EXTRA_DIST += unictype/categ_C.h
1652
1653## end   gnulib module unictype/category-C
1654
1655## begin gnulib module unictype/category-Cc
1656
1657libunistring_la_SOURCES += unictype/categ_Cc.c
1658
1659EXTRA_DIST += unictype/categ_Cc.h
1660
1661## end   gnulib module unictype/category-Cc
1662
1663## begin gnulib module unictype/category-Cf
1664
1665libunistring_la_SOURCES += unictype/categ_Cf.c
1666
1667EXTRA_DIST += unictype/categ_Cf.h
1668
1669## end   gnulib module unictype/category-Cf
1670
1671## begin gnulib module unictype/category-Cn
1672
1673libunistring_la_SOURCES += unictype/categ_Cn.c
1674
1675EXTRA_DIST += unictype/categ_Cn.h
1676
1677## end   gnulib module unictype/category-Cn
1678
1679## begin gnulib module unictype/category-Co
1680
1681libunistring_la_SOURCES += unictype/categ_Co.c
1682
1683EXTRA_DIST += unictype/categ_Co.h
1684
1685## end   gnulib module unictype/category-Co
1686
1687## begin gnulib module unictype/category-Cs
1688
1689libunistring_la_SOURCES += unictype/categ_Cs.c
1690
1691EXTRA_DIST += unictype/categ_Cs.h
1692
1693## end   gnulib module unictype/category-Cs
1694
1695## begin gnulib module unictype/category-L
1696
1697libunistring_la_SOURCES += unictype/categ_L.c
1698
1699EXTRA_DIST += unictype/categ_L.h
1700
1701## end   gnulib module unictype/category-L
1702
1703## begin gnulib module unictype/category-Ll
1704
1705libunistring_la_SOURCES += unictype/categ_Ll.c
1706
1707EXTRA_DIST += unictype/categ_Ll.h
1708
1709## end   gnulib module unictype/category-Ll
1710
1711## begin gnulib module unictype/category-Lm
1712
1713libunistring_la_SOURCES += unictype/categ_Lm.c
1714
1715EXTRA_DIST += unictype/categ_Lm.h
1716
1717## end   gnulib module unictype/category-Lm
1718
1719## begin gnulib module unictype/category-Lo
1720
1721libunistring_la_SOURCES += unictype/categ_Lo.c
1722
1723EXTRA_DIST += unictype/categ_Lo.h
1724
1725## end   gnulib module unictype/category-Lo
1726
1727## begin gnulib module unictype/category-Lt
1728
1729libunistring_la_SOURCES += unictype/categ_Lt.c
1730
1731EXTRA_DIST += unictype/categ_Lt.h
1732
1733## end   gnulib module unictype/category-Lt
1734
1735## begin gnulib module unictype/category-Lu
1736
1737libunistring_la_SOURCES += unictype/categ_Lu.c
1738
1739EXTRA_DIST += unictype/categ_Lu.h
1740
1741## end   gnulib module unictype/category-Lu
1742
1743## begin gnulib module unictype/category-M
1744
1745libunistring_la_SOURCES += unictype/categ_M.c
1746
1747EXTRA_DIST += unictype/categ_M.h
1748
1749## end   gnulib module unictype/category-M
1750
1751## begin gnulib module unictype/category-Mc
1752
1753libunistring_la_SOURCES += unictype/categ_Mc.c
1754
1755EXTRA_DIST += unictype/categ_Mc.h
1756
1757## end   gnulib module unictype/category-Mc
1758
1759## begin gnulib module unictype/category-Me
1760
1761libunistring_la_SOURCES += unictype/categ_Me.c
1762
1763EXTRA_DIST += unictype/categ_Me.h
1764
1765## end   gnulib module unictype/category-Me
1766
1767## begin gnulib module unictype/category-Mn
1768
1769libunistring_la_SOURCES += unictype/categ_Mn.c
1770
1771EXTRA_DIST += unictype/categ_Mn.h
1772
1773## end   gnulib module unictype/category-Mn
1774
1775## begin gnulib module unictype/category-N
1776
1777libunistring_la_SOURCES += unictype/categ_N.c
1778
1779EXTRA_DIST += unictype/categ_N.h
1780
1781## end   gnulib module unictype/category-N
1782
1783## begin gnulib module unictype/category-Nd
1784
1785libunistring_la_SOURCES += unictype/categ_Nd.c
1786
1787EXTRA_DIST += unictype/categ_Nd.h
1788
1789## end   gnulib module unictype/category-Nd
1790
1791## begin gnulib module unictype/category-Nl
1792
1793libunistring_la_SOURCES += unictype/categ_Nl.c
1794
1795EXTRA_DIST += unictype/categ_Nl.h
1796
1797## end   gnulib module unictype/category-Nl
1798
1799## begin gnulib module unictype/category-No
1800
1801libunistring_la_SOURCES += unictype/categ_No.c
1802
1803EXTRA_DIST += unictype/categ_No.h
1804
1805## end   gnulib module unictype/category-No
1806
1807## begin gnulib module unictype/category-P
1808
1809libunistring_la_SOURCES += unictype/categ_P.c
1810
1811EXTRA_DIST += unictype/categ_P.h
1812
1813## end   gnulib module unictype/category-P
1814
1815## begin gnulib module unictype/category-Pc
1816
1817libunistring_la_SOURCES += unictype/categ_Pc.c
1818
1819EXTRA_DIST += unictype/categ_Pc.h
1820
1821## end   gnulib module unictype/category-Pc
1822
1823## begin gnulib module unictype/category-Pd
1824
1825libunistring_la_SOURCES += unictype/categ_Pd.c
1826
1827EXTRA_DIST += unictype/categ_Pd.h
1828
1829## end   gnulib module unictype/category-Pd
1830
1831## begin gnulib module unictype/category-Pe
1832
1833libunistring_la_SOURCES += unictype/categ_Pe.c
1834
1835EXTRA_DIST += unictype/categ_Pe.h
1836
1837## end   gnulib module unictype/category-Pe
1838
1839## begin gnulib module unictype/category-Pf
1840
1841libunistring_la_SOURCES += unictype/categ_Pf.c
1842
1843EXTRA_DIST += unictype/categ_Pf.h
1844
1845## end   gnulib module unictype/category-Pf
1846
1847## begin gnulib module unictype/category-Pi
1848
1849libunistring_la_SOURCES += unictype/categ_Pi.c
1850
1851EXTRA_DIST += unictype/categ_Pi.h
1852
1853## end   gnulib module unictype/category-Pi
1854
1855## begin gnulib module unictype/category-Po
1856
1857libunistring_la_SOURCES += unictype/categ_Po.c
1858
1859EXTRA_DIST += unictype/categ_Po.h
1860
1861## end   gnulib module unictype/category-Po
1862
1863## begin gnulib module unictype/category-Ps
1864
1865libunistring_la_SOURCES += unictype/categ_Ps.c
1866
1867EXTRA_DIST += unictype/categ_Ps.h
1868
1869## end   gnulib module unictype/category-Ps
1870
1871## begin gnulib module unictype/category-S
1872
1873libunistring_la_SOURCES += unictype/categ_S.c
1874
1875EXTRA_DIST += unictype/categ_S.h
1876
1877## end   gnulib module unictype/category-S
1878
1879## begin gnulib module unictype/category-Sc
1880
1881libunistring_la_SOURCES += unictype/categ_Sc.c
1882
1883EXTRA_DIST += unictype/categ_Sc.h
1884
1885## end   gnulib module unictype/category-Sc
1886
1887## begin gnulib module unictype/category-Sk
1888
1889libunistring_la_SOURCES += unictype/categ_Sk.c
1890
1891EXTRA_DIST += unictype/categ_Sk.h
1892
1893## end   gnulib module unictype/category-Sk
1894
1895## begin gnulib module unictype/category-Sm
1896
1897libunistring_la_SOURCES += unictype/categ_Sm.c
1898
1899EXTRA_DIST += unictype/categ_Sm.h
1900
1901## end   gnulib module unictype/category-Sm
1902
1903## begin gnulib module unictype/category-So
1904
1905libunistring_la_SOURCES += unictype/categ_So.c
1906
1907EXTRA_DIST += unictype/categ_So.h
1908
1909## end   gnulib module unictype/category-So
1910
1911## begin gnulib module unictype/category-Z
1912
1913libunistring_la_SOURCES += unictype/categ_Z.c
1914
1915EXTRA_DIST += unictype/categ_Z.h
1916
1917## end   gnulib module unictype/category-Z
1918
1919## begin gnulib module unictype/category-Zl
1920
1921libunistring_la_SOURCES += unictype/categ_Zl.c
1922
1923EXTRA_DIST += unictype/categ_Zl.h
1924
1925## end   gnulib module unictype/category-Zl
1926
1927## begin gnulib module unictype/category-Zp
1928
1929libunistring_la_SOURCES += unictype/categ_Zp.c
1930
1931EXTRA_DIST += unictype/categ_Zp.h
1932
1933## end   gnulib module unictype/category-Zp
1934
1935## begin gnulib module unictype/category-Zs
1936
1937libunistring_la_SOURCES += unictype/categ_Zs.c
1938
1939EXTRA_DIST += unictype/categ_Zs.h
1940
1941## end   gnulib module unictype/category-Zs
1942
1943## begin gnulib module unictype/category-and
1944
1945libunistring_la_SOURCES += unictype/categ_and.c
1946
1947## end   gnulib module unictype/category-and
1948
1949## begin gnulib module unictype/category-and-not
1950
1951libunistring_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
1957libunistring_la_SOURCES += unictype/categ_byname.c
1958
1959## end   gnulib module unictype/category-byname
1960
1961## begin gnulib module unictype/category-name
1962
1963libunistring_la_SOURCES += unictype/categ_name.c
1964
1965## end   gnulib module unictype/category-name
1966
1967## begin gnulib module unictype/category-none
1968
1969libunistring_la_SOURCES += unictype/categ_none.c
1970
1971## end   gnulib module unictype/category-none
1972
1973## begin gnulib module unictype/category-of
1974
1975libunistring_la_SOURCES += unictype/categ_of.c
1976
1977EXTRA_DIST += unictype/categ_of.h
1978
1979## end   gnulib module unictype/category-of
1980
1981## begin gnulib module unictype/category-or
1982
1983libunistring_la_SOURCES += unictype/categ_or.c
1984
1985## end   gnulib module unictype/category-or
1986
1987## begin gnulib module unictype/category-test
1988
1989libunistring_la_SOURCES += unictype/categ_test.c
1990
1991EXTRA_DIST += unictype/bitmap.h
1992
1993## end   gnulib module unictype/category-test
1994
1995## begin gnulib module unictype/combining-class
1996
1997libunistring_la_SOURCES += unictype/combining.c
1998
1999EXTRA_DIST += unictype/combining.h
2000
2001## end   gnulib module unictype/combining-class
2002
2003## begin gnulib module unictype/ctype-alnum
2004
2005libunistring_la_SOURCES += unictype/ctype_alnum.c
2006
2007EXTRA_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
2013libunistring_la_SOURCES += unictype/ctype_alpha.c
2014
2015EXTRA_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
2021libunistring_la_SOURCES += unictype/ctype_blank.c
2022
2023EXTRA_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
2029libunistring_la_SOURCES += unictype/ctype_cntrl.c
2030
2031EXTRA_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
2037libunistring_la_SOURCES += unictype/ctype_digit.c
2038
2039EXTRA_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
2045libunistring_la_SOURCES += unictype/ctype_graph.c
2046
2047EXTRA_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
2053libunistring_la_SOURCES += unictype/ctype_lower.c
2054
2055EXTRA_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
2061libunistring_la_SOURCES += unictype/ctype_print.c
2062
2063EXTRA_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
2069libunistring_la_SOURCES += unictype/ctype_punct.c
2070
2071EXTRA_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
2077libunistring_la_SOURCES += unictype/ctype_space.c
2078
2079EXTRA_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
2085libunistring_la_SOURCES += unictype/ctype_upper.c
2086
2087EXTRA_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
2093libunistring_la_SOURCES += unictype/ctype_xdigit.c
2094
2095EXTRA_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
2101libunistring_la_SOURCES += unictype/decdigit.c
2102
2103EXTRA_DIST += unictype/decdigit.h
2104
2105## end   gnulib module unictype/decimal-digit
2106
2107## begin gnulib module unictype/digit
2108
2109libunistring_la_SOURCES += unictype/digit.c
2110
2111EXTRA_DIST += unictype/digit.h
2112
2113## end   gnulib module unictype/digit
2114
2115## begin gnulib module unictype/mirror
2116
2117libunistring_la_SOURCES += unictype/mirror.c
2118
2119EXTRA_DIST += unictype/mirror.h
2120
2121## end   gnulib module unictype/mirror
2122
2123## begin gnulib module unictype/numeric
2124
2125libunistring_la_SOURCES += unictype/numeric.c
2126
2127EXTRA_DIST += unictype/numeric.h
2128
2129## end   gnulib module unictype/numeric
2130
2131## begin gnulib module unictype/property-alphabetic
2132
2133libunistring_la_SOURCES += unictype/pr_alphabetic.c
2134
2135EXTRA_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
2141libunistring_la_SOURCES += unictype/pr_ascii_hex_digit.c
2142
2143EXTRA_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
2149libunistring_la_SOURCES += unictype/pr_bidi_arabic_digit.c
2150
2151EXTRA_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
2157libunistring_la_SOURCES += unictype/pr_bidi_arabic_right_to_left.c
2158
2159EXTRA_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
2165libunistring_la_SOURCES += unictype/pr_bidi_block_separator.c
2166
2167EXTRA_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
2173libunistring_la_SOURCES += unictype/pr_bidi_boundary_neutral.c
2174
2175EXTRA_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
2181libunistring_la_SOURCES += unictype/pr_bidi_common_separator.c
2182
2183EXTRA_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
2189libunistring_la_SOURCES += unictype/pr_bidi_control.c
2190
2191EXTRA_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
2197libunistring_la_SOURCES += unictype/pr_bidi_embedding_or_override.c
2198
2199EXTRA_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
2205libunistring_la_SOURCES += unictype/pr_bidi_eur_num_separator.c
2206
2207EXTRA_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
2213libunistring_la_SOURCES += unictype/pr_bidi_eur_num_terminator.c
2214
2215EXTRA_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
2221libunistring_la_SOURCES += unictype/pr_bidi_european_digit.c
2222
2223EXTRA_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
2229libunistring_la_SOURCES += unictype/pr_bidi_hebrew_right_to_left.c
2230
2231EXTRA_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
2237libunistring_la_SOURCES += unictype/pr_bidi_left_to_right.c
2238
2239EXTRA_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
2245libunistring_la_SOURCES += unictype/pr_bidi_non_spacing_mark.c
2246
2247EXTRA_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
2253libunistring_la_SOURCES += unictype/pr_bidi_other_neutral.c
2254
2255EXTRA_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
2261libunistring_la_SOURCES += unictype/pr_bidi_pdf.c
2262
2263EXTRA_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
2269libunistring_la_SOURCES += unictype/pr_bidi_segment_separator.c
2270
2271EXTRA_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
2277libunistring_la_SOURCES += unictype/pr_bidi_whitespace.c
2278
2279EXTRA_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
2285libunistring_la_SOURCES += unictype/pr_byname.c
2286
2287unictype/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
2290BUILT_SOURCES        += unictype/pr_byname.h
2291MOSTLYCLEANFILES     += unictype/pr_byname.h-t
2292MAINTAINERCLEANFILES += unictype/pr_byname.h
2293EXTRA_DIST           += unictype/pr_byname.h
2294
2295EXTRA_DIST += unictype/pr_byname.gperf
2296
2297## end   gnulib module unictype/property-byname
2298
2299## begin gnulib module unictype/property-combining
2300
2301libunistring_la_SOURCES += unictype/pr_combining.c
2302
2303EXTRA_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
2309libunistring_la_SOURCES += unictype/pr_composite.c
2310
2311EXTRA_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
2317libunistring_la_SOURCES += unictype/pr_currency_symbol.c
2318
2319EXTRA_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
2325libunistring_la_SOURCES += unictype/pr_dash.c
2326
2327EXTRA_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
2333libunistring_la_SOURCES += unictype/pr_decimal_digit.c
2334
2335EXTRA_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
2341libunistring_la_SOURCES += unictype/pr_default_ignorable_code_point.c
2342
2343EXTRA_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
2349libunistring_la_SOURCES += unictype/pr_deprecated.c
2350
2351EXTRA_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
2357libunistring_la_SOURCES += unictype/pr_diacritic.c
2358
2359EXTRA_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
2365libunistring_la_SOURCES += unictype/pr_extender.c
2366
2367EXTRA_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
2373libunistring_la_SOURCES += unictype/pr_format_control.c
2374
2375EXTRA_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
2381libunistring_la_SOURCES += unictype/pr_grapheme_base.c
2382
2383EXTRA_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
2389libunistring_la_SOURCES += unictype/pr_grapheme_extend.c
2390
2391EXTRA_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
2397libunistring_la_SOURCES += unictype/pr_grapheme_link.c
2398
2399EXTRA_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
2405libunistring_la_SOURCES += unictype/pr_hex_digit.c
2406
2407EXTRA_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
2413libunistring_la_SOURCES += unictype/pr_hyphen.c
2414
2415EXTRA_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
2421libunistring_la_SOURCES += unictype/pr_id_continue.c
2422
2423EXTRA_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
2429libunistring_la_SOURCES += unictype/pr_id_start.c
2430
2431EXTRA_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
2437libunistring_la_SOURCES += unictype/pr_ideographic.c
2438
2439EXTRA_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
2445libunistring_la_SOURCES += unictype/pr_ids_binary_operator.c
2446
2447EXTRA_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
2453libunistring_la_SOURCES += unictype/pr_ids_trinary_operator.c
2454
2455EXTRA_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
2461libunistring_la_SOURCES += unictype/pr_ignorable_control.c
2462
2463EXTRA_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
2469libunistring_la_SOURCES += unictype/pr_iso_control.c
2470
2471EXTRA_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
2477libunistring_la_SOURCES += unictype/pr_join_control.c
2478
2479EXTRA_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
2485libunistring_la_SOURCES += unictype/pr_left_of_pair.c
2486
2487EXTRA_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
2493libunistring_la_SOURCES += unictype/pr_line_separator.c
2494
2495EXTRA_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
2501libunistring_la_SOURCES += unictype/pr_logical_order_exception.c
2502
2503EXTRA_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
2509libunistring_la_SOURCES += unictype/pr_lowercase.c
2510
2511EXTRA_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
2517libunistring_la_SOURCES += unictype/pr_math.c
2518
2519EXTRA_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
2525libunistring_la_SOURCES += unictype/pr_non_break.c
2526
2527EXTRA_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
2533libunistring_la_SOURCES += unictype/pr_not_a_character.c
2534
2535EXTRA_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
2541libunistring_la_SOURCES += unictype/pr_numeric.c
2542
2543EXTRA_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
2549libunistring_la_SOURCES += unictype/pr_other_alphabetic.c
2550
2551EXTRA_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
2557libunistring_la_SOURCES += unictype/pr_other_default_ignorable_code_point.c
2558
2559EXTRA_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
2565libunistring_la_SOURCES += unictype/pr_other_grapheme_extend.c
2566
2567EXTRA_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
2573libunistring_la_SOURCES += unictype/pr_other_id_continue.c
2574
2575EXTRA_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
2581libunistring_la_SOURCES += unictype/pr_other_id_start.c
2582
2583EXTRA_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
2589libunistring_la_SOURCES += unictype/pr_other_lowercase.c
2590
2591EXTRA_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
2597libunistring_la_SOURCES += unictype/pr_other_math.c
2598
2599EXTRA_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
2605libunistring_la_SOURCES += unictype/pr_other_uppercase.c
2606
2607EXTRA_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
2613libunistring_la_SOURCES += unictype/pr_paired_punctuation.c
2614
2615EXTRA_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
2621libunistring_la_SOURCES += unictype/pr_paragraph_separator.c
2622
2623EXTRA_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
2629libunistring_la_SOURCES += unictype/pr_pattern_syntax.c
2630
2631EXTRA_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
2637libunistring_la_SOURCES += unictype/pr_pattern_white_space.c
2638
2639EXTRA_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
2645libunistring_la_SOURCES += unictype/pr_private_use.c
2646
2647EXTRA_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
2653libunistring_la_SOURCES += unictype/pr_punctuation.c
2654
2655EXTRA_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
2661libunistring_la_SOURCES += unictype/pr_quotation_mark.c
2662
2663EXTRA_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
2669libunistring_la_SOURCES += unictype/pr_radical.c
2670
2671EXTRA_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
2677libunistring_la_SOURCES += unictype/pr_sentence_terminal.c
2678
2679EXTRA_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
2685libunistring_la_SOURCES += unictype/pr_soft_dotted.c
2686
2687EXTRA_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
2693libunistring_la_SOURCES += unictype/pr_space.c
2694
2695EXTRA_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
2701libunistring_la_SOURCES += unictype/pr_terminal_punctuation.c
2702
2703EXTRA_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
2709libunistring_la_SOURCES += unictype/pr_test.c
2710
2711## end   gnulib module unictype/property-test
2712
2713## begin gnulib module unictype/property-titlecase
2714
2715libunistring_la_SOURCES += unictype/pr_titlecase.c
2716
2717EXTRA_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
2723libunistring_la_SOURCES += unictype/pr_unassigned_code_value.c
2724
2725EXTRA_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
2731libunistring_la_SOURCES += unictype/pr_unified_ideograph.c
2732
2733EXTRA_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
2739libunistring_la_SOURCES += unictype/pr_uppercase.c
2740
2741EXTRA_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
2747libunistring_la_SOURCES += unictype/pr_variation_selector.c
2748
2749EXTRA_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
2755libunistring_la_SOURCES += unictype/pr_white_space.c
2756
2757EXTRA_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
2763libunistring_la_SOURCES += unictype/pr_xid_continue.c
2764
2765EXTRA_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
2771libunistring_la_SOURCES += unictype/pr_xid_start.c
2772
2773EXTRA_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
2779libunistring_la_SOURCES += unictype/pr_zero_width.c
2780
2781EXTRA_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
2787libunistring_la_SOURCES += unictype/scripts.c
2788
2789unictype/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
2792BUILT_SOURCES        += unictype/scripts_byname.h
2793MOSTLYCLEANFILES     += unictype/scripts_byname.h-t
2794MAINTAINERCLEANFILES += unictype/scripts_byname.h
2795EXTRA_DIST           += unictype/scripts_byname.h
2796
2797EXTRA_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
2803libunistring_la_SOURCES += unictype/sy_c_ident.c
2804
2805EXTRA_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
2811libunistring_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
2817libunistring_la_SOURCES += unictype/sy_java_ident.c
2818
2819EXTRA_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
2825libunistring_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
2832EXTRA_DIST += unilbrk.h
2833
2834## end   gnulib module unilbrk/base
2835
2836## begin gnulib module unilbrk/tables
2837
2838libunistring_la_SOURCES += unilbrk/lbrktables.c
2839
2840EXTRA_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
2846libunistring_la_SOURCES += unilbrk/u16-possible-linebreaks.c
2847
2848EXTRA_DIST += uniwidth/cjk.h
2849
2850## end   gnulib module unilbrk/u16-possible-linebreaks
2851
2852## begin gnulib module unilbrk/u16-width-linebreaks
2853
2854libunistring_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
2860libunistring_la_SOURCES += unilbrk/u32-possible-linebreaks.c
2861
2862EXTRA_DIST += uniwidth/cjk.h
2863
2864## end   gnulib module unilbrk/u32-possible-linebreaks
2865
2866## begin gnulib module unilbrk/u32-width-linebreaks
2867
2868libunistring_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
2874libunistring_la_SOURCES += unilbrk/u8-possible-linebreaks.c
2875
2876EXTRA_DIST += uniwidth/cjk.h
2877
2878## end   gnulib module unilbrk/u8-possible-linebreaks
2879
2880## begin gnulib module unilbrk/u8-width-linebreaks
2881
2882libunistring_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
2888libunistring_la_SOURCES += unilbrk/ulc-common.c
2889
2890EXTRA_DIST += unilbrk/ulc-common.h
2891
2892## end   gnulib module unilbrk/ulc-common
2893
2894## begin gnulib module unilbrk/ulc-possible-linebreaks
2895
2896libunistring_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
2902libunistring_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
2909EXTRA_DIST += uniname.h
2910
2911## end   gnulib module uniname/base
2912
2913## begin gnulib module uniname/uniname
2914
2915libunistring_la_SOURCES += uniname/uniname.c
2916
2917EXTRA_DIST += uniname/gen-uninames.lisp uniname/uninames.h
2918
2919## end   gnulib module uniname/uniname
2920
2921## begin gnulib module uninorm/base
2922
2923
2924EXTRA_DIST += uninorm.h
2925
2926## end   gnulib module uninorm/base
2927
2928## begin gnulib module uninorm/canonical-decomposition
2929
2930libunistring_la_SOURCES += uninorm/canonical-decomposition.c
2931
2932## end   gnulib module uninorm/canonical-decomposition
2933
2934## begin gnulib module uninorm/compat-decomposition
2935
2936libunistring_la_SOURCES += uninorm/compat-decomposition.c
2937
2938EXTRA_DIST += uninorm/decompose-internal.h
2939
2940## end   gnulib module uninorm/compat-decomposition
2941
2942## begin gnulib module uninorm/composition
2943
2944libunistring_la_SOURCES += uninorm/composition.c
2945
2946uninorm/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
2949BUILT_SOURCES        += uninorm/composition-table.h
2950MOSTLYCLEANFILES     += uninorm/composition-table.h-t
2951MAINTAINERCLEANFILES += uninorm/composition-table.h
2952EXTRA_DIST           += uninorm/composition-table.h
2953
2954EXTRA_DIST += uninorm/composition-table.gperf
2955
2956## end   gnulib module uninorm/composition
2957
2958## begin gnulib module uninorm/decompose-internal
2959
2960libunistring_la_SOURCES += uninorm/decompose-internal.c
2961
2962EXTRA_DIST += uninorm/decompose-internal.h
2963
2964## end   gnulib module uninorm/decompose-internal
2965
2966## begin gnulib module uninorm/decomposing-form
2967
2968libunistring_la_SOURCES += uninorm/decomposing-form.c
2969
2970EXTRA_DIST += uninorm/normalize-internal.h
2971
2972## end   gnulib module uninorm/decomposing-form
2973
2974## begin gnulib module uninorm/decomposition
2975
2976libunistring_la_SOURCES += uninorm/decomposition.c
2977
2978## end   gnulib module uninorm/decomposition
2979
2980## begin gnulib module uninorm/decomposition-table
2981
2982libunistring_la_SOURCES += uninorm/decomposition-table.c
2983
2984EXTRA_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
2990libunistring_la_SOURCES += uninorm/uninorm-filter.c
2991
2992EXTRA_DIST += uninorm/normalize-internal.h
2993
2994## end   gnulib module uninorm/filter
2995
2996## begin gnulib module uninorm/nfc
2997
2998libunistring_la_SOURCES += uninorm/nfc.c
2999
3000EXTRA_DIST += uninorm/normalize-internal.h
3001
3002## end   gnulib module uninorm/nfc
3003
3004## begin gnulib module uninorm/nfd
3005
3006libunistring_la_SOURCES += uninorm/nfd.c
3007
3008EXTRA_DIST += uninorm/normalize-internal.h
3009
3010## end   gnulib module uninorm/nfd
3011
3012## begin gnulib module uninorm/nfkc
3013
3014libunistring_la_SOURCES += uninorm/nfkc.c
3015
3016EXTRA_DIST += uninorm/normalize-internal.h
3017
3018## end   gnulib module uninorm/nfkc
3019
3020## begin gnulib module uninorm/nfkd
3021
3022libunistring_la_SOURCES += uninorm/nfkd.c
3023
3024EXTRA_DIST += uninorm/normalize-internal.h
3025
3026## end   gnulib module uninorm/nfkd
3027
3028## begin gnulib module uninorm/u16-normalize
3029
3030libunistring_la_SOURCES += uninorm/u16-normalize.c
3031
3032EXTRA_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
3038libunistring_la_SOURCES += uninorm/u16-normcmp.c
3039
3040EXTRA_DIST += uninorm/u-normcmp.h
3041
3042## end   gnulib module uninorm/u16-normcmp
3043
3044## begin gnulib module uninorm/u16-normcoll
3045
3046libunistring_la_SOURCES += uninorm/u16-normcoll.c
3047
3048EXTRA_DIST += uninorm/u-normcoll.h
3049
3050## end   gnulib module uninorm/u16-normcoll
3051
3052## begin gnulib module uninorm/u16-normxfrm
3053
3054libunistring_la_SOURCES += uninorm/u16-normxfrm.c
3055
3056EXTRA_DIST += uninorm/u-normxfrm.h
3057
3058## end   gnulib module uninorm/u16-normxfrm
3059
3060## begin gnulib module uninorm/u32-normalize
3061
3062libunistring_la_SOURCES += uninorm/u32-normalize.c
3063
3064EXTRA_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
3070libunistring_la_SOURCES += uninorm/u32-normcmp.c
3071
3072EXTRA_DIST += uninorm/u-normcmp.h
3073
3074## end   gnulib module uninorm/u32-normcmp
3075
3076## begin gnulib module uninorm/u32-normcoll
3077
3078libunistring_la_SOURCES += uninorm/u32-normcoll.c
3079
3080EXTRA_DIST += uninorm/u-normcoll.h
3081
3082## end   gnulib module uninorm/u32-normcoll
3083
3084## begin gnulib module uninorm/u32-normxfrm
3085
3086libunistring_la_SOURCES += uninorm/u32-normxfrm.c
3087
3088EXTRA_DIST += uninorm/u-normxfrm.h
3089
3090## end   gnulib module uninorm/u32-normxfrm
3091
3092## begin gnulib module uninorm/u8-normalize
3093
3094libunistring_la_SOURCES += uninorm/u8-normalize.c
3095
3096EXTRA_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
3102libunistring_la_SOURCES += uninorm/u8-normcmp.c
3103
3104EXTRA_DIST += uninorm/u-normcmp.h
3105
3106## end   gnulib module uninorm/u8-normcmp
3107
3108## begin gnulib module uninorm/u8-normcoll
3109
3110libunistring_la_SOURCES += uninorm/u8-normcoll.c
3111
3112EXTRA_DIST += uninorm/u-normcoll.h
3113
3114## end   gnulib module uninorm/u8-normcoll
3115
3116## begin gnulib module uninorm/u8-normxfrm
3117
3118libunistring_la_SOURCES += uninorm/u8-normxfrm.c
3119
3120EXTRA_DIST += uninorm/u-normxfrm.h
3121
3122## end   gnulib module uninorm/u8-normxfrm
3123
3124## begin gnulib module unistd
3125
3126BUILT_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.
3130unistd.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 $@
3240MOSTLYCLEANFILES += unistd.h unistd.h-t
3241
3242EXTRA_DIST += unistd.in.h
3243
3244## end   gnulib module unistd
3245
3246## begin gnulib module unistdio/base
3247
3248
3249EXTRA_DIST += unistdio.h
3250
3251## end   gnulib module unistdio/base
3252
3253## begin gnulib module unistdio/u-printf-args
3254
3255libunistring_la_SOURCES += unistdio/u-printf-args.c
3256
3257EXTRA_DIST += printf-args.c printf-args.h unistdio/u-printf-args.h
3258
3259EXTRA_libunistring_la_SOURCES += printf-args.c
3260
3261## end   gnulib module unistdio/u-printf-args
3262
3263## begin gnulib module unistdio/u16-asnprintf
3264
3265libunistring_la_SOURCES += unistdio/u16-asnprintf.c
3266
3267EXTRA_DIST += unistdio/u-asnprintf.h
3268
3269## end   gnulib module unistdio/u16-asnprintf
3270
3271## begin gnulib module unistdio/u16-asprintf
3272
3273libunistring_la_SOURCES += unistdio/u16-asprintf.c
3274
3275EXTRA_DIST += unistdio/u-asprintf.h
3276
3277## end   gnulib module unistdio/u16-asprintf
3278
3279## begin gnulib module unistdio/u16-printf-parse
3280
3281libunistring_la_SOURCES += unistdio/u16-printf-parse.c
3282
3283EXTRA_DIST += printf-parse.c printf-parse.h unistdio/u-printf-parse.h
3284
3285EXTRA_libunistring_la_SOURCES += printf-parse.c
3286
3287## end   gnulib module unistdio/u16-printf-parse
3288
3289## begin gnulib module unistdio/u16-snprintf
3290
3291libunistring_la_SOURCES += unistdio/u16-snprintf.c
3292
3293EXTRA_DIST += unistdio/u-snprintf.h
3294
3295## end   gnulib module unistdio/u16-snprintf
3296
3297## begin gnulib module unistdio/u16-sprintf
3298
3299libunistring_la_SOURCES += unistdio/u16-sprintf.c
3300
3301EXTRA_DIST += unistdio/u-sprintf.h
3302
3303## end   gnulib module unistdio/u16-sprintf
3304
3305## begin gnulib module unistdio/u16-u16-asnprintf
3306
3307libunistring_la_SOURCES += unistdio/u16-u16-asnprintf.c
3308
3309EXTRA_DIST += unistdio/u-asnprintf.h
3310
3311## end   gnulib module unistdio/u16-u16-asnprintf
3312
3313## begin gnulib module unistdio/u16-u16-asprintf
3314
3315libunistring_la_SOURCES += unistdio/u16-u16-asprintf.c
3316
3317EXTRA_DIST += unistdio/u-asprintf.h
3318
3319## end   gnulib module unistdio/u16-u16-asprintf
3320
3321## begin gnulib module unistdio/u16-u16-snprintf
3322
3323libunistring_la_SOURCES += unistdio/u16-u16-snprintf.c
3324
3325EXTRA_DIST += unistdio/u-snprintf.h
3326
3327## end   gnulib module unistdio/u16-u16-snprintf
3328
3329## begin gnulib module unistdio/u16-u16-sprintf
3330
3331libunistring_la_SOURCES += unistdio/u16-u16-sprintf.c
3332
3333EXTRA_DIST += unistdio/u-sprintf.h
3334
3335## end   gnulib module unistdio/u16-u16-sprintf
3336
3337## begin gnulib module unistdio/u16-u16-vasnprintf
3338
3339libunistring_la_SOURCES += unistdio/u16-u16-vasnprintf.c
3340
3341EXTRA_DIST += vasnprintf.c
3342
3343EXTRA_libunistring_la_SOURCES += vasnprintf.c
3344
3345## end   gnulib module unistdio/u16-u16-vasnprintf
3346
3347## begin gnulib module unistdio/u16-u16-vasprintf
3348
3349libunistring_la_SOURCES += unistdio/u16-u16-vasprintf.c
3350
3351EXTRA_DIST += unistdio/u-vasprintf.h
3352
3353## end   gnulib module unistdio/u16-u16-vasprintf
3354
3355## begin gnulib module unistdio/u16-u16-vsnprintf
3356
3357libunistring_la_SOURCES += unistdio/u16-u16-vsnprintf.c
3358
3359EXTRA_DIST += unistdio/u-vsnprintf.h
3360
3361## end   gnulib module unistdio/u16-u16-vsnprintf
3362
3363## begin gnulib module unistdio/u16-u16-vsprintf
3364
3365libunistring_la_SOURCES += unistdio/u16-u16-vsprintf.c
3366
3367EXTRA_DIST += unistdio/u-vsprintf.h
3368
3369## end   gnulib module unistdio/u16-u16-vsprintf
3370
3371## begin gnulib module unistdio/u16-vasnprintf
3372
3373libunistring_la_SOURCES += unistdio/u16-vasnprintf.c
3374
3375EXTRA_DIST += vasnprintf.c
3376
3377EXTRA_libunistring_la_SOURCES += vasnprintf.c
3378
3379## end   gnulib module unistdio/u16-vasnprintf
3380
3381## begin gnulib module unistdio/u16-vasprintf
3382
3383libunistring_la_SOURCES += unistdio/u16-vasprintf.c
3384
3385EXTRA_DIST += unistdio/u-vasprintf.h
3386
3387## end   gnulib module unistdio/u16-vasprintf
3388
3389## begin gnulib module unistdio/u16-vsnprintf
3390
3391libunistring_la_SOURCES += unistdio/u16-vsnprintf.c
3392
3393EXTRA_DIST += unistdio/u-vsnprintf.h
3394
3395## end   gnulib module unistdio/u16-vsnprintf
3396
3397## begin gnulib module unistdio/u16-vsprintf
3398
3399libunistring_la_SOURCES += unistdio/u16-vsprintf.c
3400
3401EXTRA_DIST += unistdio/u-vsprintf.h
3402
3403## end   gnulib module unistdio/u16-vsprintf
3404
3405## begin gnulib module unistdio/u32-asnprintf
3406
3407libunistring_la_SOURCES += unistdio/u32-asnprintf.c
3408
3409EXTRA_DIST += unistdio/u-asnprintf.h
3410
3411## end   gnulib module unistdio/u32-asnprintf
3412
3413## begin gnulib module unistdio/u32-asprintf
3414
3415libunistring_la_SOURCES += unistdio/u32-asprintf.c
3416
3417EXTRA_DIST += unistdio/u-asprintf.h
3418
3419## end   gnulib module unistdio/u32-asprintf
3420
3421## begin gnulib module unistdio/u32-printf-parse
3422
3423libunistring_la_SOURCES += unistdio/u32-printf-parse.c
3424
3425EXTRA_DIST += printf-parse.c printf-parse.h unistdio/u-printf-parse.h
3426
3427EXTRA_libunistring_la_SOURCES += printf-parse.c
3428
3429## end   gnulib module unistdio/u32-printf-parse
3430
3431## begin gnulib module unistdio/u32-snprintf
3432
3433libunistring_la_SOURCES += unistdio/u32-snprintf.c
3434
3435EXTRA_DIST += unistdio/u-snprintf.h
3436
3437## end   gnulib module unistdio/u32-snprintf
3438
3439## begin gnulib module unistdio/u32-sprintf
3440
3441libunistring_la_SOURCES += unistdio/u32-sprintf.c
3442
3443EXTRA_DIST += unistdio/u-sprintf.h
3444
3445## end   gnulib module unistdio/u32-sprintf
3446
3447## begin gnulib module unistdio/u32-u32-asnprintf
3448
3449libunistring_la_SOURCES += unistdio/u32-u32-asnprintf.c
3450
3451EXTRA_DIST += unistdio/u-asnprintf.h
3452
3453## end   gnulib module unistdio/u32-u32-asnprintf
3454
3455## begin gnulib module unistdio/u32-u32-asprintf
3456
3457libunistring_la_SOURCES += unistdio/u32-u32-asprintf.c
3458
3459EXTRA_DIST += unistdio/u-asprintf.h
3460
3461## end   gnulib module unistdio/u32-u32-asprintf
3462
3463## begin gnulib module unistdio/u32-u32-snprintf
3464
3465libunistring_la_SOURCES += unistdio/u32-u32-snprintf.c
3466
3467EXTRA_DIST += unistdio/u-snprintf.h
3468
3469## end   gnulib module unistdio/u32-u32-snprintf
3470
3471## begin gnulib module unistdio/u32-u32-sprintf
3472
3473libunistring_la_SOURCES += unistdio/u32-u32-sprintf.c
3474
3475EXTRA_DIST += unistdio/u-sprintf.h
3476
3477## end   gnulib module unistdio/u32-u32-sprintf
3478
3479## begin gnulib module unistdio/u32-u32-vasnprintf
3480
3481libunistring_la_SOURCES += unistdio/u32-u32-vasnprintf.c
3482
3483EXTRA_DIST += vasnprintf.c
3484
3485EXTRA_libunistring_la_SOURCES += vasnprintf.c
3486
3487## end   gnulib module unistdio/u32-u32-vasnprintf
3488
3489## begin gnulib module unistdio/u32-u32-vasprintf
3490
3491libunistring_la_SOURCES += unistdio/u32-u32-vasprintf.c
3492
3493EXTRA_DIST += unistdio/u-vasprintf.h
3494
3495## end   gnulib module unistdio/u32-u32-vasprintf
3496
3497## begin gnulib module unistdio/u32-u32-vsnprintf
3498
3499libunistring_la_SOURCES += unistdio/u32-u32-vsnprintf.c
3500
3501EXTRA_DIST += unistdio/u-vsnprintf.h
3502
3503## end   gnulib module unistdio/u32-u32-vsnprintf
3504
3505## begin gnulib module unistdio/u32-u32-vsprintf
3506
3507libunistring_la_SOURCES += unistdio/u32-u32-vsprintf.c
3508
3509EXTRA_DIST += unistdio/u-vsprintf.h
3510
3511## end   gnulib module unistdio/u32-u32-vsprintf
3512
3513## begin gnulib module unistdio/u32-vasnprintf
3514
3515libunistring_la_SOURCES += unistdio/u32-vasnprintf.c
3516
3517EXTRA_DIST += vasnprintf.c
3518
3519EXTRA_libunistring_la_SOURCES += vasnprintf.c
3520
3521## end   gnulib module unistdio/u32-vasnprintf
3522
3523## begin gnulib module unistdio/u32-vasprintf
3524
3525libunistring_la_SOURCES += unistdio/u32-vasprintf.c
3526
3527EXTRA_DIST += unistdio/u-vasprintf.h
3528
3529## end   gnulib module unistdio/u32-vasprintf
3530
3531## begin gnulib module unistdio/u32-vsnprintf
3532
3533libunistring_la_SOURCES += unistdio/u32-vsnprintf.c
3534
3535EXTRA_DIST += unistdio/u-vsnprintf.h
3536
3537## end   gnulib module unistdio/u32-vsnprintf
3538
3539## begin gnulib module unistdio/u32-vsprintf
3540
3541libunistring_la_SOURCES += unistdio/u32-vsprintf.c
3542
3543EXTRA_DIST += unistdio/u-vsprintf.h
3544
3545## end   gnulib module unistdio/u32-vsprintf
3546
3547## begin gnulib module unistdio/u8-asnprintf
3548
3549libunistring_la_SOURCES += unistdio/u8-asnprintf.c
3550
3551EXTRA_DIST += unistdio/u-asnprintf.h
3552
3553## end   gnulib module unistdio/u8-asnprintf
3554
3555## begin gnulib module unistdio/u8-asprintf
3556
3557libunistring_la_SOURCES += unistdio/u8-asprintf.c
3558
3559EXTRA_DIST += unistdio/u-asprintf.h
3560
3561## end   gnulib module unistdio/u8-asprintf
3562
3563## begin gnulib module unistdio/u8-printf-parse
3564
3565libunistring_la_SOURCES += unistdio/u8-printf-parse.c
3566
3567EXTRA_DIST += printf-parse.c printf-parse.h unistdio/u-printf-parse.h
3568
3569EXTRA_libunistring_la_SOURCES += printf-parse.c
3570
3571## end   gnulib module unistdio/u8-printf-parse
3572
3573## begin gnulib module unistdio/u8-snprintf
3574
3575libunistring_la_SOURCES += unistdio/u8-snprintf.c
3576
3577EXTRA_DIST += unistdio/u-snprintf.h
3578
3579## end   gnulib module unistdio/u8-snprintf
3580
3581## begin gnulib module unistdio/u8-sprintf
3582
3583libunistring_la_SOURCES += unistdio/u8-sprintf.c
3584
3585EXTRA_DIST += unistdio/u-sprintf.h
3586
3587## end   gnulib module unistdio/u8-sprintf
3588
3589## begin gnulib module unistdio/u8-u8-asnprintf
3590
3591libunistring_la_SOURCES += unistdio/u8-u8-asnprintf.c
3592
3593EXTRA_DIST += unistdio/u-asnprintf.h
3594
3595## end   gnulib module unistdio/u8-u8-asnprintf
3596
3597## begin gnulib module unistdio/u8-u8-asprintf
3598
3599libunistring_la_SOURCES += unistdio/u8-u8-asprintf.c
3600
3601EXTRA_DIST += unistdio/u-asprintf.h
3602
3603## end   gnulib module unistdio/u8-u8-asprintf
3604
3605## begin gnulib module unistdio/u8-u8-snprintf
3606
3607libunistring_la_SOURCES += unistdio/u8-u8-snprintf.c
3608
3609EXTRA_DIST += unistdio/u-snprintf.h
3610
3611## end   gnulib module unistdio/u8-u8-snprintf
3612
3613## begin gnulib module unistdio/u8-u8-sprintf
3614
3615libunistring_la_SOURCES += unistdio/u8-u8-sprintf.c
3616
3617EXTRA_DIST += unistdio/u-sprintf.h
3618
3619## end   gnulib module unistdio/u8-u8-sprintf
3620
3621## begin gnulib module unistdio/u8-u8-vasnprintf
3622
3623libunistring_la_SOURCES += unistdio/u8-u8-vasnprintf.c
3624
3625EXTRA_DIST += vasnprintf.c
3626
3627EXTRA_libunistring_la_SOURCES += vasnprintf.c
3628
3629## end   gnulib module unistdio/u8-u8-vasnprintf
3630
3631## begin gnulib module unistdio/u8-u8-vasprintf
3632
3633libunistring_la_SOURCES += unistdio/u8-u8-vasprintf.c
3634
3635EXTRA_DIST += unistdio/u-vasprintf.h
3636
3637## end   gnulib module unistdio/u8-u8-vasprintf
3638
3639## begin gnulib module unistdio/u8-u8-vsnprintf
3640
3641libunistring_la_SOURCES += unistdio/u8-u8-vsnprintf.c
3642
3643EXTRA_DIST += unistdio/u-vsnprintf.h
3644
3645## end   gnulib module unistdio/u8-u8-vsnprintf
3646
3647## begin gnulib module unistdio/u8-u8-vsprintf
3648
3649libunistring_la_SOURCES += unistdio/u8-u8-vsprintf.c
3650
3651EXTRA_DIST += unistdio/u-vsprintf.h
3652
3653## end   gnulib module unistdio/u8-u8-vsprintf
3654
3655## begin gnulib module unistdio/u8-vasnprintf
3656
3657libunistring_la_SOURCES += unistdio/u8-vasnprintf.c
3658
3659EXTRA_DIST += vasnprintf.c
3660
3661EXTRA_libunistring_la_SOURCES += vasnprintf.c
3662
3663## end   gnulib module unistdio/u8-vasnprintf
3664
3665## begin gnulib module unistdio/u8-vasprintf
3666
3667libunistring_la_SOURCES += unistdio/u8-vasprintf.c
3668
3669EXTRA_DIST += unistdio/u-vasprintf.h
3670
3671## end   gnulib module unistdio/u8-vasprintf
3672
3673## begin gnulib module unistdio/u8-vsnprintf
3674
3675libunistring_la_SOURCES += unistdio/u8-vsnprintf.c
3676
3677EXTRA_DIST += unistdio/u-vsnprintf.h
3678
3679## end   gnulib module unistdio/u8-vsnprintf
3680
3681## begin gnulib module unistdio/u8-vsprintf
3682
3683libunistring_la_SOURCES += unistdio/u8-vsprintf.c
3684
3685EXTRA_DIST += unistdio/u-vsprintf.h
3686
3687## end   gnulib module unistdio/u8-vsprintf
3688
3689## begin gnulib module unistdio/ulc-asnprintf
3690
3691libunistring_la_SOURCES += unistdio/ulc-asnprintf.c
3692
3693EXTRA_DIST += unistdio/u-asnprintf.h
3694
3695## end   gnulib module unistdio/ulc-asnprintf
3696
3697## begin gnulib module unistdio/ulc-asprintf
3698
3699libunistring_la_SOURCES += unistdio/ulc-asprintf.c
3700
3701EXTRA_DIST += unistdio/u-asprintf.h
3702
3703## end   gnulib module unistdio/ulc-asprintf
3704
3705## begin gnulib module unistdio/ulc-fprintf
3706
3707libunistring_la_SOURCES += unistdio/ulc-fprintf.c
3708
3709## end   gnulib module unistdio/ulc-fprintf
3710
3711## begin gnulib module unistdio/ulc-printf-parse
3712
3713libunistring_la_SOURCES += unistdio/ulc-printf-parse.c
3714
3715EXTRA_DIST += printf-parse.c printf-parse.h unistdio/u-printf-parse.h
3716
3717EXTRA_libunistring_la_SOURCES += printf-parse.c
3718
3719## end   gnulib module unistdio/ulc-printf-parse
3720
3721## begin gnulib module unistdio/ulc-snprintf
3722
3723libunistring_la_SOURCES += unistdio/ulc-snprintf.c
3724
3725EXTRA_DIST += unistdio/u-snprintf.h
3726
3727## end   gnulib module unistdio/ulc-snprintf
3728
3729## begin gnulib module unistdio/ulc-sprintf
3730
3731libunistring_la_SOURCES += unistdio/ulc-sprintf.c
3732
3733EXTRA_DIST += unistdio/u-sprintf.h
3734
3735## end   gnulib module unistdio/ulc-sprintf
3736
3737## begin gnulib module unistdio/ulc-vasnprintf
3738
3739libunistring_la_SOURCES += unistdio/ulc-vasnprintf.c
3740
3741EXTRA_DIST += vasnprintf.c
3742
3743EXTRA_libunistring_la_SOURCES += vasnprintf.c
3744
3745## end   gnulib module unistdio/ulc-vasnprintf
3746
3747## begin gnulib module unistdio/ulc-vasprintf
3748
3749libunistring_la_SOURCES += unistdio/ulc-vasprintf.c
3750
3751EXTRA_DIST += unistdio/u-vasprintf.h
3752
3753## end   gnulib module unistdio/ulc-vasprintf
3754
3755## begin gnulib module unistdio/ulc-vfprintf
3756
3757libunistring_la_SOURCES += unistdio/ulc-vfprintf.c
3758
3759## end   gnulib module unistdio/ulc-vfprintf
3760
3761## begin gnulib module unistdio/ulc-vsnprintf
3762
3763libunistring_la_SOURCES += unistdio/ulc-vsnprintf.c
3764
3765EXTRA_DIST += unistdio/u-vsnprintf.h
3766
3767## end   gnulib module unistdio/ulc-vsnprintf
3768
3769## begin gnulib module unistdio/ulc-vsprintf
3770
3771libunistring_la_SOURCES += unistdio/ulc-vsprintf.c
3772
3773EXTRA_DIST += unistdio/u-vsprintf.h
3774
3775## end   gnulib module unistdio/ulc-vsprintf
3776
3777## begin gnulib module unistr/base
3778
3779
3780EXTRA_DIST += unistr.h
3781
3782## end   gnulib module unistr/base
3783
3784## begin gnulib module unistr/u16-check
3785
3786libunistring_la_SOURCES += unistr/u16-check.c
3787
3788## end   gnulib module unistr/u16-check
3789
3790## begin gnulib module unistr/u16-chr
3791
3792libunistring_la_SOURCES += unistr/u16-chr.c
3793
3794## end   gnulib module unistr/u16-chr
3795
3796## begin gnulib module unistr/u16-cmp
3797
3798libunistring_la_SOURCES += unistr/u16-cmp.c
3799
3800## end   gnulib module unistr/u16-cmp
3801
3802## begin gnulib module unistr/u16-cmp2
3803
3804libunistring_la_SOURCES += unistr/u16-cmp2.c
3805
3806EXTRA_DIST += unistr/u-cmp2.h
3807
3808## end   gnulib module unistr/u16-cmp2
3809
3810## begin gnulib module unistr/u16-cpy
3811
3812libunistring_la_SOURCES += unistr/u16-cpy.c
3813
3814EXTRA_DIST += unistr/u-cpy.h
3815
3816## end   gnulib module unistr/u16-cpy
3817
3818## begin gnulib module unistr/u16-cpy-alloc
3819
3820libunistring_la_SOURCES += unistr/u16-cpy-alloc.c
3821
3822EXTRA_DIST += unistr/u-cpy-alloc.h
3823
3824## end   gnulib module unistr/u16-cpy-alloc
3825
3826## begin gnulib module unistr/u16-endswith
3827
3828libunistring_la_SOURCES += unistr/u16-endswith.c
3829
3830EXTRA_DIST += unistr/u-endswith.h
3831
3832## end   gnulib module unistr/u16-endswith
3833
3834## begin gnulib module unistr/u16-mblen
3835
3836libunistring_la_SOURCES += unistr/u16-mblen.c
3837
3838## end   gnulib module unistr/u16-mblen
3839
3840## begin gnulib module unistr/u16-mbsnlen
3841
3842libunistring_la_SOURCES += unistr/u16-mbsnlen.c
3843
3844## end   gnulib module unistr/u16-mbsnlen
3845
3846## begin gnulib module unistr/u16-mbtouc
3847
3848libunistring_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
3854libunistring_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
3860libunistring_la_SOURCES += unistr/u16-mbtoucr.c
3861
3862## end   gnulib module unistr/u16-mbtoucr
3863
3864## begin gnulib module unistr/u16-move
3865
3866libunistring_la_SOURCES += unistr/u16-move.c
3867
3868EXTRA_DIST += unistr/u-move.h
3869
3870## end   gnulib module unistr/u16-move
3871
3872## begin gnulib module unistr/u16-next
3873
3874libunistring_la_SOURCES += unistr/u16-next.c
3875
3876## end   gnulib module unistr/u16-next
3877
3878## begin gnulib module unistr/u16-prev
3879
3880libunistring_la_SOURCES += unistr/u16-prev.c
3881
3882## end   gnulib module unistr/u16-prev
3883
3884## begin gnulib module unistr/u16-set
3885
3886libunistring_la_SOURCES += unistr/u16-set.c
3887
3888EXTRA_DIST += unistr/u-set.h
3889
3890## end   gnulib module unistr/u16-set
3891
3892## begin gnulib module unistr/u16-startswith
3893
3894libunistring_la_SOURCES += unistr/u16-startswith.c
3895
3896EXTRA_DIST += unistr/u-startswith.h
3897
3898## end   gnulib module unistr/u16-startswith
3899
3900## begin gnulib module unistr/u16-stpcpy
3901
3902libunistring_la_SOURCES += unistr/u16-stpcpy.c
3903
3904EXTRA_DIST += unistr/u-stpcpy.h
3905
3906## end   gnulib module unistr/u16-stpcpy
3907
3908## begin gnulib module unistr/u16-stpncpy
3909
3910libunistring_la_SOURCES += unistr/u16-stpncpy.c
3911
3912EXTRA_DIST += unistr/u-stpncpy.h
3913
3914## end   gnulib module unistr/u16-stpncpy
3915
3916## begin gnulib module unistr/u16-strcat
3917
3918libunistring_la_SOURCES += unistr/u16-strcat.c
3919
3920EXTRA_DIST += unistr/u-strcat.h
3921
3922## end   gnulib module unistr/u16-strcat
3923
3924## begin gnulib module unistr/u16-strchr
3925
3926libunistring_la_SOURCES += unistr/u16-strchr.c
3927
3928## end   gnulib module unistr/u16-strchr
3929
3930## begin gnulib module unistr/u16-strcmp
3931
3932libunistring_la_SOURCES += unistr/u16-strcmp.c
3933
3934## end   gnulib module unistr/u16-strcmp
3935
3936## begin gnulib module unistr/u16-strcoll
3937
3938libunistring_la_SOURCES += unistr/u16-strcoll.c
3939
3940EXTRA_DIST += unistr/u-strcoll.h
3941
3942## end   gnulib module unistr/u16-strcoll
3943
3944## begin gnulib module unistr/u16-strcpy
3945
3946libunistring_la_SOURCES += unistr/u16-strcpy.c
3947
3948EXTRA_DIST += unistr/u-strcpy.h
3949
3950## end   gnulib module unistr/u16-strcpy
3951
3952## begin gnulib module unistr/u16-strcspn
3953
3954libunistring_la_SOURCES += unistr/u16-strcspn.c
3955
3956EXTRA_DIST += unistr/u-strcspn.h
3957
3958## end   gnulib module unistr/u16-strcspn
3959
3960## begin gnulib module unistr/u16-strdup
3961
3962libunistring_la_SOURCES += unistr/u16-strdup.c
3963
3964EXTRA_DIST += unistr/u-strdup.h
3965
3966## end   gnulib module unistr/u16-strdup
3967
3968## begin gnulib module unistr/u16-strlen
3969
3970libunistring_la_SOURCES += unistr/u16-strlen.c
3971
3972EXTRA_DIST += unistr/u-strlen.h
3973
3974## end   gnulib module unistr/u16-strlen
3975
3976## begin gnulib module unistr/u16-strmblen
3977
3978libunistring_la_SOURCES += unistr/u16-strmblen.c
3979
3980## end   gnulib module unistr/u16-strmblen
3981
3982## begin gnulib module unistr/u16-strmbtouc
3983
3984libunistring_la_SOURCES += unistr/u16-strmbtouc.c
3985
3986## end   gnulib module unistr/u16-strmbtouc
3987
3988## begin gnulib module unistr/u16-strncat
3989
3990libunistring_la_SOURCES += unistr/u16-strncat.c
3991
3992EXTRA_DIST += unistr/u-strncat.h
3993
3994## end   gnulib module unistr/u16-strncat
3995
3996## begin gnulib module unistr/u16-strncmp
3997
3998libunistring_la_SOURCES += unistr/u16-strncmp.c
3999
4000## end   gnulib module unistr/u16-strncmp
4001
4002## begin gnulib module unistr/u16-strncpy
4003
4004libunistring_la_SOURCES += unistr/u16-strncpy.c
4005
4006EXTRA_DIST += unistr/u-strncpy.h
4007
4008## end   gnulib module unistr/u16-strncpy
4009
4010## begin gnulib module unistr/u16-strnlen
4011
4012libunistring_la_SOURCES += unistr/u16-strnlen.c
4013
4014EXTRA_DIST += unistr/u-strnlen.h
4015
4016## end   gnulib module unistr/u16-strnlen
4017
4018## begin gnulib module unistr/u16-strpbrk
4019
4020libunistring_la_SOURCES += unistr/u16-strpbrk.c
4021
4022EXTRA_DIST += unistr/u-strpbrk.h
4023
4024## end   gnulib module unistr/u16-strpbrk
4025
4026## begin gnulib module unistr/u16-strrchr
4027
4028libunistring_la_SOURCES += unistr/u16-strrchr.c
4029
4030## end   gnulib module unistr/u16-strrchr
4031
4032## begin gnulib module unistr/u16-strspn
4033
4034libunistring_la_SOURCES += unistr/u16-strspn.c
4035
4036EXTRA_DIST += unistr/u-strspn.h
4037
4038## end   gnulib module unistr/u16-strspn
4039
4040## begin gnulib module unistr/u16-strstr
4041
4042libunistring_la_SOURCES += unistr/u16-strstr.c
4043
4044EXTRA_DIST += unistr/u-strstr.h
4045
4046## end   gnulib module unistr/u16-strstr
4047
4048## begin gnulib module unistr/u16-strtok
4049
4050libunistring_la_SOURCES += unistr/u16-strtok.c
4051
4052EXTRA_DIST += unistr/u-strtok.h
4053
4054## end   gnulib module unistr/u16-strtok
4055
4056## begin gnulib module unistr/u16-to-u32
4057
4058libunistring_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
4064libunistring_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
4070libunistring_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
4076libunistring_la_SOURCES += unistr/u32-check.c
4077
4078## end   gnulib module unistr/u32-check
4079
4080## begin gnulib module unistr/u32-chr
4081
4082libunistring_la_SOURCES += unistr/u32-chr.c
4083
4084## end   gnulib module unistr/u32-chr
4085
4086## begin gnulib module unistr/u32-cmp
4087
4088libunistring_la_SOURCES += unistr/u32-cmp.c
4089
4090## end   gnulib module unistr/u32-cmp
4091
4092## begin gnulib module unistr/u32-cmp2
4093
4094libunistring_la_SOURCES += unistr/u32-cmp2.c
4095
4096EXTRA_DIST += unistr/u-cmp2.h
4097
4098## end   gnulib module unistr/u32-cmp2
4099
4100## begin gnulib module unistr/u32-cpy
4101
4102libunistring_la_SOURCES += unistr/u32-cpy.c
4103
4104EXTRA_DIST += unistr/u-cpy.h
4105
4106## end   gnulib module unistr/u32-cpy
4107
4108## begin gnulib module unistr/u32-cpy-alloc
4109
4110libunistring_la_SOURCES += unistr/u32-cpy-alloc.c
4111
4112EXTRA_DIST += unistr/u-cpy-alloc.h
4113
4114## end   gnulib module unistr/u32-cpy-alloc
4115
4116## begin gnulib module unistr/u32-endswith
4117
4118libunistring_la_SOURCES += unistr/u32-endswith.c
4119
4120EXTRA_DIST += unistr/u-endswith.h
4121
4122## end   gnulib module unistr/u32-endswith
4123
4124## begin gnulib module unistr/u32-mblen
4125
4126libunistring_la_SOURCES += unistr/u32-mblen.c
4127
4128## end   gnulib module unistr/u32-mblen
4129
4130## begin gnulib module unistr/u32-mbsnlen
4131
4132libunistring_la_SOURCES += unistr/u32-mbsnlen.c
4133
4134## end   gnulib module unistr/u32-mbsnlen
4135
4136## begin gnulib module unistr/u32-mbtouc
4137
4138libunistring_la_SOURCES += unistr/u32-mbtouc.c
4139
4140## end   gnulib module unistr/u32-mbtouc
4141
4142## begin gnulib module unistr/u32-mbtouc-unsafe
4143
4144libunistring_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
4150libunistring_la_SOURCES += unistr/u32-mbtoucr.c
4151
4152## end   gnulib module unistr/u32-mbtoucr
4153
4154## begin gnulib module unistr/u32-move
4155
4156libunistring_la_SOURCES += unistr/u32-move.c
4157
4158EXTRA_DIST += unistr/u-move.h
4159
4160## end   gnulib module unistr/u32-move
4161
4162## begin gnulib module unistr/u32-next
4163
4164libunistring_la_SOURCES += unistr/u32-next.c
4165
4166## end   gnulib module unistr/u32-next
4167
4168## begin gnulib module unistr/u32-prev
4169
4170libunistring_la_SOURCES += unistr/u32-prev.c
4171
4172## end   gnulib module unistr/u32-prev
4173
4174## begin gnulib module unistr/u32-set
4175
4176libunistring_la_SOURCES += unistr/u32-set.c
4177
4178EXTRA_DIST += unistr/u-set.h
4179
4180## end   gnulib module unistr/u32-set
4181
4182## begin gnulib module unistr/u32-startswith
4183
4184libunistring_la_SOURCES += unistr/u32-startswith.c
4185
4186EXTRA_DIST += unistr/u-startswith.h
4187
4188## end   gnulib module unistr/u32-startswith
4189
4190## begin gnulib module unistr/u32-stpcpy
4191
4192libunistring_la_SOURCES += unistr/u32-stpcpy.c
4193
4194EXTRA_DIST += unistr/u-stpcpy.h
4195
4196## end   gnulib module unistr/u32-stpcpy
4197
4198## begin gnulib module unistr/u32-stpncpy
4199
4200libunistring_la_SOURCES += unistr/u32-stpncpy.c
4201
4202EXTRA_DIST += unistr/u-stpncpy.h
4203
4204## end   gnulib module unistr/u32-stpncpy
4205
4206## begin gnulib module unistr/u32-strcat
4207
4208libunistring_la_SOURCES += unistr/u32-strcat.c
4209
4210EXTRA_DIST += unistr/u-strcat.h
4211
4212## end   gnulib module unistr/u32-strcat
4213
4214## begin gnulib module unistr/u32-strchr
4215
4216libunistring_la_SOURCES += unistr/u32-strchr.c
4217
4218## end   gnulib module unistr/u32-strchr
4219
4220## begin gnulib module unistr/u32-strcmp
4221
4222libunistring_la_SOURCES += unistr/u32-strcmp.c
4223
4224## end   gnulib module unistr/u32-strcmp
4225
4226## begin gnulib module unistr/u32-strcoll
4227
4228libunistring_la_SOURCES += unistr/u32-strcoll.c
4229
4230EXTRA_DIST += unistr/u-strcoll.h
4231
4232## end   gnulib module unistr/u32-strcoll
4233
4234## begin gnulib module unistr/u32-strcpy
4235
4236libunistring_la_SOURCES += unistr/u32-strcpy.c
4237
4238EXTRA_DIST += unistr/u-strcpy.h
4239
4240## end   gnulib module unistr/u32-strcpy
4241
4242## begin gnulib module unistr/u32-strcspn
4243
4244libunistring_la_SOURCES += unistr/u32-strcspn.c
4245
4246## end   gnulib module unistr/u32-strcspn
4247
4248## begin gnulib module unistr/u32-strdup
4249
4250libunistring_la_SOURCES += unistr/u32-strdup.c
4251
4252EXTRA_DIST += unistr/u-strdup.h
4253
4254## end   gnulib module unistr/u32-strdup
4255
4256## begin gnulib module unistr/u32-strlen
4257
4258libunistring_la_SOURCES += unistr/u32-strlen.c
4259
4260EXTRA_DIST += unistr/u-strlen.h
4261
4262## end   gnulib module unistr/u32-strlen
4263
4264## begin gnulib module unistr/u32-strmblen
4265
4266libunistring_la_SOURCES += unistr/u32-strmblen.c
4267
4268## end   gnulib module unistr/u32-strmblen
4269
4270## begin gnulib module unistr/u32-strmbtouc
4271
4272libunistring_la_SOURCES += unistr/u32-strmbtouc.c
4273
4274## end   gnulib module unistr/u32-strmbtouc
4275
4276## begin gnulib module unistr/u32-strncat
4277
4278libunistring_la_SOURCES += unistr/u32-strncat.c
4279
4280EXTRA_DIST += unistr/u-strncat.h
4281
4282## end   gnulib module unistr/u32-strncat
4283
4284## begin gnulib module unistr/u32-strncmp
4285
4286libunistring_la_SOURCES += unistr/u32-strncmp.c
4287
4288## end   gnulib module unistr/u32-strncmp
4289
4290## begin gnulib module unistr/u32-strncpy
4291
4292libunistring_la_SOURCES += unistr/u32-strncpy.c
4293
4294EXTRA_DIST += unistr/u-strncpy.h
4295
4296## end   gnulib module unistr/u32-strncpy
4297
4298## begin gnulib module unistr/u32-strnlen
4299
4300libunistring_la_SOURCES += unistr/u32-strnlen.c
4301
4302EXTRA_DIST += unistr/u-strnlen.h
4303
4304## end   gnulib module unistr/u32-strnlen
4305
4306## begin gnulib module unistr/u32-strpbrk
4307
4308libunistring_la_SOURCES += unistr/u32-strpbrk.c
4309
4310## end   gnulib module unistr/u32-strpbrk
4311
4312## begin gnulib module unistr/u32-strrchr
4313
4314libunistring_la_SOURCES += unistr/u32-strrchr.c
4315
4316## end   gnulib module unistr/u32-strrchr
4317
4318## begin gnulib module unistr/u32-strspn
4319
4320libunistring_la_SOURCES += unistr/u32-strspn.c
4321
4322## end   gnulib module unistr/u32-strspn
4323
4324## begin gnulib module unistr/u32-strstr
4325
4326libunistring_la_SOURCES += unistr/u32-strstr.c
4327
4328EXTRA_DIST += unistr/u-strstr.h
4329
4330## end   gnulib module unistr/u32-strstr
4331
4332## begin gnulib module unistr/u32-strtok
4333
4334libunistring_la_SOURCES += unistr/u32-strtok.c
4335
4336EXTRA_DIST += unistr/u-strtok.h
4337
4338## end   gnulib module unistr/u32-strtok
4339
4340## begin gnulib module unistr/u32-to-u16
4341
4342libunistring_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
4348libunistring_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
4354libunistring_la_SOURCES += unistr/u32-uctomb.c
4355
4356## end   gnulib module unistr/u32-uctomb
4357
4358## begin gnulib module unistr/u8-check
4359
4360libunistring_la_SOURCES += unistr/u8-check.c
4361
4362## end   gnulib module unistr/u8-check
4363
4364## begin gnulib module unistr/u8-chr
4365
4366libunistring_la_SOURCES += unistr/u8-chr.c
4367
4368## end   gnulib module unistr/u8-chr
4369
4370## begin gnulib module unistr/u8-cmp
4371
4372libunistring_la_SOURCES += unistr/u8-cmp.c
4373
4374## end   gnulib module unistr/u8-cmp
4375
4376## begin gnulib module unistr/u8-cmp2
4377
4378libunistring_la_SOURCES += unistr/u8-cmp2.c
4379
4380EXTRA_DIST += unistr/u-cmp2.h
4381
4382## end   gnulib module unistr/u8-cmp2
4383
4384## begin gnulib module unistr/u8-cpy
4385
4386libunistring_la_SOURCES += unistr/u8-cpy.c
4387
4388EXTRA_DIST += unistr/u-cpy.h
4389
4390## end   gnulib module unistr/u8-cpy
4391
4392## begin gnulib module unistr/u8-cpy-alloc
4393
4394libunistring_la_SOURCES += unistr/u8-cpy-alloc.c
4395
4396EXTRA_DIST += unistr/u-cpy-alloc.h
4397
4398## end   gnulib module unistr/u8-cpy-alloc
4399
4400## begin gnulib module unistr/u8-endswith
4401
4402libunistring_la_SOURCES += unistr/u8-endswith.c
4403
4404EXTRA_DIST += unistr/u-endswith.h
4405
4406## end   gnulib module unistr/u8-endswith
4407
4408## begin gnulib module unistr/u8-mblen
4409
4410libunistring_la_SOURCES += unistr/u8-mblen.c
4411
4412## end   gnulib module unistr/u8-mblen
4413
4414## begin gnulib module unistr/u8-mbsnlen
4415
4416libunistring_la_SOURCES += unistr/u8-mbsnlen.c
4417
4418## end   gnulib module unistr/u8-mbsnlen
4419
4420## begin gnulib module unistr/u8-mbtouc
4421
4422libunistring_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
4428libunistring_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
4434libunistring_la_SOURCES += unistr/u8-mbtoucr.c
4435
4436## end   gnulib module unistr/u8-mbtoucr
4437
4438## begin gnulib module unistr/u8-move
4439
4440libunistring_la_SOURCES += unistr/u8-move.c
4441
4442EXTRA_DIST += unistr/u-move.h
4443
4444## end   gnulib module unistr/u8-move
4445
4446## begin gnulib module unistr/u8-next
4447
4448libunistring_la_SOURCES += unistr/u8-next.c
4449
4450## end   gnulib module unistr/u8-next
4451
4452## begin gnulib module unistr/u8-prev
4453
4454libunistring_la_SOURCES += unistr/u8-prev.c
4455
4456## end   gnulib module unistr/u8-prev
4457
4458## begin gnulib module unistr/u8-set
4459
4460libunistring_la_SOURCES += unistr/u8-set.c
4461
4462## end   gnulib module unistr/u8-set
4463
4464## begin gnulib module unistr/u8-startswith
4465
4466libunistring_la_SOURCES += unistr/u8-startswith.c
4467
4468EXTRA_DIST += unistr/u-startswith.h
4469
4470## end   gnulib module unistr/u8-startswith
4471
4472## begin gnulib module unistr/u8-stpcpy
4473
4474libunistring_la_SOURCES += unistr/u8-stpcpy.c
4475
4476EXTRA_DIST += unistr/u-stpcpy.h
4477
4478## end   gnulib module unistr/u8-stpcpy
4479
4480## begin gnulib module unistr/u8-stpncpy
4481
4482libunistring_la_SOURCES += unistr/u8-stpncpy.c
4483
4484EXTRA_DIST += unistr/u-stpncpy.h
4485
4486## end   gnulib module unistr/u8-stpncpy
4487
4488## begin gnulib module unistr/u8-strcat
4489
4490libunistring_la_SOURCES += unistr/u8-strcat.c
4491
4492## end   gnulib module unistr/u8-strcat
4493
4494## begin gnulib module unistr/u8-strchr
4495
4496libunistring_la_SOURCES += unistr/u8-strchr.c
4497
4498## end   gnulib module unistr/u8-strchr
4499
4500## begin gnulib module unistr/u8-strcmp
4501
4502libunistring_la_SOURCES += unistr/u8-strcmp.c
4503
4504## end   gnulib module unistr/u8-strcmp
4505
4506## begin gnulib module unistr/u8-strcoll
4507
4508libunistring_la_SOURCES += unistr/u8-strcoll.c
4509
4510EXTRA_DIST += unistr/u-strcoll.h
4511
4512## end   gnulib module unistr/u8-strcoll
4513
4514## begin gnulib module unistr/u8-strcpy
4515
4516libunistring_la_SOURCES += unistr/u8-strcpy.c
4517
4518## end   gnulib module unistr/u8-strcpy
4519
4520## begin gnulib module unistr/u8-strcspn
4521
4522libunistring_la_SOURCES += unistr/u8-strcspn.c
4523
4524EXTRA_DIST += unistr/u-strcspn.h
4525
4526## end   gnulib module unistr/u8-strcspn
4527
4528## begin gnulib module unistr/u8-strdup
4529
4530libunistring_la_SOURCES += unistr/u8-strdup.c
4531
4532EXTRA_DIST += unistr/u-strdup.h
4533
4534## end   gnulib module unistr/u8-strdup
4535
4536## begin gnulib module unistr/u8-strlen
4537
4538libunistring_la_SOURCES += unistr/u8-strlen.c
4539
4540## end   gnulib module unistr/u8-strlen
4541
4542## begin gnulib module unistr/u8-strmblen
4543
4544libunistring_la_SOURCES += unistr/u8-strmblen.c
4545
4546## end   gnulib module unistr/u8-strmblen
4547
4548## begin gnulib module unistr/u8-strmbtouc
4549
4550libunistring_la_SOURCES += unistr/u8-strmbtouc.c
4551
4552## end   gnulib module unistr/u8-strmbtouc
4553
4554## begin gnulib module unistr/u8-strncat
4555
4556libunistring_la_SOURCES += unistr/u8-strncat.c
4557
4558## end   gnulib module unistr/u8-strncat
4559
4560## begin gnulib module unistr/u8-strncmp
4561
4562libunistring_la_SOURCES += unistr/u8-strncmp.c
4563
4564## end   gnulib module unistr/u8-strncmp
4565
4566## begin gnulib module unistr/u8-strncpy
4567
4568libunistring_la_SOURCES += unistr/u8-strncpy.c
4569
4570## end   gnulib module unistr/u8-strncpy
4571
4572## begin gnulib module unistr/u8-strnlen
4573
4574libunistring_la_SOURCES += unistr/u8-strnlen.c
4575
4576EXTRA_DIST += unistr/u-strnlen.h
4577
4578## end   gnulib module unistr/u8-strnlen
4579
4580## begin gnulib module unistr/u8-strpbrk
4581
4582libunistring_la_SOURCES += unistr/u8-strpbrk.c
4583
4584EXTRA_DIST += unistr/u-strpbrk.h
4585
4586## end   gnulib module unistr/u8-strpbrk
4587
4588## begin gnulib module unistr/u8-strrchr
4589
4590libunistring_la_SOURCES += unistr/u8-strrchr.c
4591
4592## end   gnulib module unistr/u8-strrchr
4593
4594## begin gnulib module unistr/u8-strspn
4595
4596libunistring_la_SOURCES += unistr/u8-strspn.c
4597
4598EXTRA_DIST += unistr/u-strspn.h
4599
4600## end   gnulib module unistr/u8-strspn
4601
4602## begin gnulib module unistr/u8-strstr
4603
4604libunistring_la_SOURCES += unistr/u8-strstr.c
4605
4606EXTRA_DIST += unistr/u-strstr.h
4607
4608## end   gnulib module unistr/u8-strstr
4609
4610## begin gnulib module unistr/u8-strtok
4611
4612libunistring_la_SOURCES += unistr/u8-strtok.c
4613
4614EXTRA_DIST += unistr/u-strtok.h
4615
4616## end   gnulib module unistr/u8-strtok
4617
4618## begin gnulib module unistr/u8-to-u16
4619
4620libunistring_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
4626libunistring_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
4632libunistring_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
4639EXTRA_DIST += unitypes.h
4640
4641## end   gnulib module unitypes
4642
4643## begin gnulib module uniwbrk/base
4644
4645
4646EXTRA_DIST += uniwbrk.h
4647
4648## end   gnulib module uniwbrk/base
4649
4650## begin gnulib module uniwbrk/table
4651
4652libunistring_la_SOURCES += uniwbrk/wbrktable.c
4653
4654EXTRA_DIST += uniwbrk/wbrktable.h
4655
4656## end   gnulib module uniwbrk/table
4657
4658## begin gnulib module uniwbrk/u16-wordbreaks
4659
4660libunistring_la_SOURCES += uniwbrk/u16-wordbreaks.c
4661
4662EXTRA_DIST += uniwbrk/u-wordbreaks.h
4663
4664## end   gnulib module uniwbrk/u16-wordbreaks
4665
4666## begin gnulib module uniwbrk/u32-wordbreaks
4667
4668libunistring_la_SOURCES += uniwbrk/u32-wordbreaks.c
4669
4670EXTRA_DIST += uniwbrk/u-wordbreaks.h
4671
4672## end   gnulib module uniwbrk/u32-wordbreaks
4673
4674## begin gnulib module uniwbrk/u8-wordbreaks
4675
4676libunistring_la_SOURCES += uniwbrk/u8-wordbreaks.c
4677
4678EXTRA_DIST += uniwbrk/u-wordbreaks.h
4679
4680## end   gnulib module uniwbrk/u8-wordbreaks
4681
4682## begin gnulib module uniwbrk/ulc-wordbreaks
4683
4684libunistring_la_SOURCES += uniwbrk/ulc-wordbreaks.c
4685
4686## end   gnulib module uniwbrk/ulc-wordbreaks
4687
4688## begin gnulib module uniwbrk/wordbreak-property
4689
4690libunistring_la_SOURCES += uniwbrk/wordbreak-property.c
4691
4692EXTRA_DIST += uniwbrk/wbrkprop.h
4693
4694## end   gnulib module uniwbrk/wordbreak-property
4695
4696## begin gnulib module uniwidth/base
4697
4698
4699EXTRA_DIST += localcharset.h uniwidth.h
4700
4701## end   gnulib module uniwidth/base
4702
4703## begin gnulib module uniwidth/u16-strwidth
4704
4705libunistring_la_SOURCES += uniwidth/u16-strwidth.c
4706
4707## end   gnulib module uniwidth/u16-strwidth
4708
4709## begin gnulib module uniwidth/u16-width
4710
4711libunistring_la_SOURCES += uniwidth/u16-width.c
4712
4713## end   gnulib module uniwidth/u16-width
4714
4715## begin gnulib module uniwidth/u32-strwidth
4716
4717libunistring_la_SOURCES += uniwidth/u32-strwidth.c
4718
4719## end   gnulib module uniwidth/u32-strwidth
4720
4721## begin gnulib module uniwidth/u32-width
4722
4723libunistring_la_SOURCES += uniwidth/u32-width.c
4724
4725## end   gnulib module uniwidth/u32-width
4726
4727## begin gnulib module uniwidth/u8-strwidth
4728
4729libunistring_la_SOURCES += uniwidth/u8-strwidth.c
4730
4731## end   gnulib module uniwidth/u8-strwidth
4732
4733## begin gnulib module uniwidth/u8-width
4734
4735libunistring_la_SOURCES += uniwidth/u8-width.c
4736
4737## end   gnulib module uniwidth/u8-width
4738
4739## begin gnulib module uniwidth/width
4740
4741libunistring_la_SOURCES += uniwidth/width.c
4742
4743EXTRA_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
4754BUILT_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.
4758unused-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 $@
4764MOSTLYCLEANFILES += unused-parameter.h unused-parameter.h-t
4765
4766UNUSED_PARAMETER_H=unused-parameter.h
4767
4768EXTRA_DIST += $(top_srcdir)/build-aux/unused-parameter.h
4769
4770## end   gnulib module unused-parameter
4771
4772## begin gnulib module verify
4773
4774libunistring_la_SOURCES += verify.h
4775
4776## end   gnulib module verify
4777
4778## begin gnulib module warn-on-use
4779
4780BUILT_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.
4783warn-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 $@
4789MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
4790
4791WARN_ON_USE_H=warn-on-use.h
4792
4793EXTRA_DIST += $(top_srcdir)/build-aux/warn-on-use.h
4794
4795## end   gnulib module warn-on-use
4796
4797## begin gnulib module wchar
4798
4799BUILT_SOURCES += wchar.h
4800
4801# We need the following in order to create <wchar.h> when the system
4802# version does not work standalone.
4803wchar.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 $@
4851MOSTLYCLEANFILES += wchar.h wchar.h-t
4852
4853EXTRA_DIST += wchar.in.h
4854
4855## end   gnulib module wchar
4856
4857## begin gnulib module wctype
4858
4859BUILT_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.
4863wctype.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 $@
4879MOSTLYCLEANFILES += wctype.h wctype.h-t
4880
4881EXTRA_DIST += wctype.in.h
4882
4883## end   gnulib module wctype
4884
4885## begin gnulib module wcwidth
4886
4887
4888EXTRA_DIST += wcwidth.c
4889
4890EXTRA_libunistring_la_SOURCES += wcwidth.c
4891
4892## end   gnulib module wcwidth
4893
4894## begin gnulib module xsize
4895
4896libunistring_la_SOURCES += xsize.h
4897
4898## end   gnulib module xsize
4899
4900
4901mostlyclean-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	:
4908