From fa095a4504cbe668e4244547e2c141597bea4ecf Mon Sep 17 00:00:00 2001 From: Andreas Rottmann Date: Mon, 14 Sep 2009 12:32:44 +0200 Subject: Imported Upstream version 0.9.1 --- lib/Makefile.gnulib | 4655 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 4655 insertions(+) create mode 100644 lib/Makefile.gnulib (limited to 'lib/Makefile.gnulib') diff --git a/lib/Makefile.gnulib b/lib/Makefile.gnulib new file mode 100644 index 00000000..b7a5d319 --- /dev/null +++ b/lib/Makefile.gnulib @@ -0,0 +1,4655 @@ +## DO NOT EDIT! GENERATED AUTOMATICALLY! +## Process this file with automake to produce Makefile.in. +# Copyright (C) 2002-2009 Free Software Foundation, Inc. +# +# This file is free software, distributed under the terms of the GNU +# General Public License. As a special exception to the GNU General +# Public License, this file may be distributed as part of a program +# that contains a configuration script generated by Autoconf, under +# the same distribution terms as the rest of that program. +# +# Generated by gnulib-tool. + + +MOSTLYCLEANFILES += core *.stackdump + + +libunistring_la_SOURCES = +libunistring_la_LIBADD = $(gl_LTLIBOBJS) +libunistring_la_DEPENDENCIES = $(gl_LTLIBOBJS) +EXTRA_libunistring_la_SOURCES = +libunistring_la_LDFLAGS = $(AM_LDFLAGS) + +## begin gnulib module alloca-opt + +BUILT_SOURCES += $(ALLOCA_H) + +# We need the following in order to create when the system +# doesn't have one that works with the given compiler. +alloca.h: alloca.in.h + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/alloca.in.h; \ + } > $@-t + mv -f $@-t $@ +MOSTLYCLEANFILES += alloca.h alloca.h-t + +EXTRA_DIST += alloca.in.h + +## end gnulib module alloca-opt + +## begin gnulib module array-mergesort + + +EXTRA_DIST += array-mergesort.h + +## end gnulib module array-mergesort + +## begin gnulib module c-ctype + +libunistring_la_SOURCES += c-ctype.h c-ctype.c + +## end gnulib module c-ctype + +## begin gnulib module c-strcase + +libunistring_la_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c + +## end gnulib module c-strcase + +## begin gnulib module c-strcaseeq + + +EXTRA_DIST += c-strcaseeq.h + +## end gnulib module c-strcaseeq + +## begin gnulib module configmake + +# Retrieve values of the variables through 'configure' followed by +# 'make', not directly through 'configure', so that a user who +# sets some of these variables consistently on the 'make' command +# line gets correct results. +# +# One advantage of this approach, compared to the classical +# approach of adding -DLIBDIR=\"$(libdir)\" etc. to AM_CPPFLAGS, +# is that it protects against the use of undefined variables. +# If, say, $(libdir) is not set in the Makefile, LIBDIR is not +# defined by this module, and code using LIBDIR gives a +# compilation error. +# +# Another advantage is that 'make' output is shorter. +# +# Listed in the same order as the GNU makefile conventions. +# The Automake-defined pkg* macros are appended, in the order +# listed in the Automake 1.10a+ documentation. +configmake.h: Makefile + rm -f $@-t + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + echo '#define PREFIX "$(prefix)"'; \ + echo '#define EXEC_PREFIX "$(exec_prefix)"'; \ + echo '#define BINDIR "$(bindir)"'; \ + echo '#define SBINDIR "$(sbindir)"'; \ + echo '#define LIBEXECDIR "$(libexecdir)"'; \ + echo '#define DATAROOTDIR "$(datarootdir)"'; \ + echo '#define DATADIR "$(datadir)"'; \ + echo '#define SYSCONFDIR "$(sysconfdir)"'; \ + echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \ + echo '#define LOCALSTATEDIR "$(localstatedir)"'; \ + echo '#define INCLUDEDIR "$(includedir)"'; \ + echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \ + echo '#define DOCDIR "$(docdir)"'; \ + echo '#define INFODIR "$(infodir)"'; \ + echo '#define HTMLDIR "$(htmldir)"'; \ + echo '#define DVIDIR "$(dvidir)"'; \ + echo '#define PDFDIR "$(pdfdir)"'; \ + echo '#define PSDIR "$(psdir)"'; \ + echo '#define LIBDIR "$(libdir)"'; \ + echo '#define LISPDIR "$(lispdir)"'; \ + echo '#define LOCALEDIR "$(localedir)"'; \ + echo '#define MANDIR "$(mandir)"'; \ + echo '#define MANEXT "$(manext)"'; \ + echo '#define PKGDATADIR "$(pkgdatadir)"'; \ + echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \ + echo '#define PKGLIBDIR "$(pkglibdir)"'; \ + echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \ + } | sed '/""/d' > $@-t + if test -f $@ && cmp $@-t $@ > /dev/null; then \ + rm -f $@-t; \ + else \ + rm -f $@; mv $@-t $@; \ + fi + +BUILT_SOURCES += configmake.h +CLEANFILES += configmake.h configmake.h-t + +## end gnulib module configmake + +## begin gnulib module errno + +BUILT_SOURCES += $(ERRNO_H) + +# We need the following in order to create when the system +# doesn't have one that is POSIX compliant. +errno.h: errno.in.h + rm -f $@-t $@ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ + -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \ + -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \ + -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \ + -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \ + -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \ + -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \ + -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \ + < $(srcdir)/errno.in.h; \ + } > $@-t + mv $@-t $@ +MOSTLYCLEANFILES += errno.h errno.h-t + +EXTRA_DIST += errno.in.h + +## end gnulib module errno + +## begin gnulib module float + +BUILT_SOURCES += $(FLOAT_H) + +# We need the following in order to create when the system +# doesn't have one that works with the given compiler. +float.h: float.in.h + rm -f $@-t $@ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ + -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \ + < $(srcdir)/float.in.h; \ + } > $@-t + mv $@-t $@ +MOSTLYCLEANFILES += float.h float.h-t + +EXTRA_DIST += float.in.h + +## end gnulib module float + +## begin gnulib module fpucw + + +EXTRA_DIST += fpucw.h + +## end gnulib module fpucw + +## begin gnulib module frexpl-nolibm + + +EXTRA_DIST += frexp.c frexpl.c + +EXTRA_libunistring_la_SOURCES += frexp.c frexpl.c + +## end gnulib module frexpl-nolibm + +## begin gnulib module fseterr + +libunistring_la_SOURCES += fseterr.c + +EXTRA_DIST += fseterr.h stdio-impl.h + +## end gnulib module fseterr + +## begin gnulib module getpagesize + + +EXTRA_DIST += getpagesize.c + +EXTRA_libunistring_la_SOURCES += getpagesize.c + +## end gnulib module getpagesize + +## begin gnulib module gperf + +GPERF = gperf + +## end gnulib module gperf + +## begin gnulib module havelib + + +EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath + +## end gnulib module havelib + +## begin gnulib module iconv_open + +BUILT_SOURCES += $(ICONV_H) + +# We need the following in order to create when the system +# doesn't have one that works with the given compiler. +iconv.h: iconv.in.h + rm -f $@-t $@ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ + -e 's|@''NEXT_ICONV_H''@|$(NEXT_ICONV_H)|g' \ + -e 's|@''ICONV_CONST''@|$(ICONV_CONST)|g' \ + -e 's|@''REPLACE_ICONV''@|$(REPLACE_ICONV)|g' \ + -e 's|@''REPLACE_ICONV_OPEN''@|$(REPLACE_ICONV_OPEN)|g' \ + -e 's|@''REPLACE_ICONV_UTF''@|$(REPLACE_ICONV_UTF)|g' \ + < $(srcdir)/iconv.in.h; \ + } > $@-t + mv $@-t $@ +MOSTLYCLEANFILES += iconv.h iconv.h-t + +iconv_open-aix.h: iconv_open-aix.gperf + $(GPERF) -m 10 $(srcdir)/iconv_open-aix.gperf > $(srcdir)/iconv_open-aix.h-t + mv $(srcdir)/iconv_open-aix.h-t $(srcdir)/iconv_open-aix.h +iconv_open-hpux.h: iconv_open-hpux.gperf + $(GPERF) -m 10 $(srcdir)/iconv_open-hpux.gperf > $(srcdir)/iconv_open-hpux.h-t + mv $(srcdir)/iconv_open-hpux.h-t $(srcdir)/iconv_open-hpux.h +iconv_open-irix.h: iconv_open-irix.gperf + $(GPERF) -m 10 $(srcdir)/iconv_open-irix.gperf > $(srcdir)/iconv_open-irix.h-t + mv $(srcdir)/iconv_open-irix.h-t $(srcdir)/iconv_open-irix.h +iconv_open-osf.h: iconv_open-osf.gperf + $(GPERF) -m 10 $(srcdir)/iconv_open-osf.gperf > $(srcdir)/iconv_open-osf.h-t + mv $(srcdir)/iconv_open-osf.h-t $(srcdir)/iconv_open-osf.h +BUILT_SOURCES += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h +MOSTLYCLEANFILES += iconv_open-aix.h-t iconv_open-hpux.h-t iconv_open-irix.h-t iconv_open-osf.h-t +MAINTAINERCLEANFILES += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h +EXTRA_DIST += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h + +EXTRA_DIST += iconv.in.h iconv_open-aix.gperf iconv_open-hpux.gperf iconv_open-irix.gperf iconv_open-osf.gperf iconv_open.c + +EXTRA_libunistring_la_SOURCES += iconv_open.c + +## end gnulib module iconv_open + +## begin gnulib module isnand-nolibm + + +EXTRA_DIST += float+.h isnan.c isnand-nolibm.h isnand.c + +EXTRA_libunistring_la_SOURCES += isnan.c isnand.c + +## end gnulib module isnand-nolibm + +## begin gnulib module isnanf-nolibm + + +EXTRA_DIST += float+.h isnan.c isnanf-nolibm.h isnanf.c + +EXTRA_libunistring_la_SOURCES += isnan.c isnanf.c + +## end gnulib module isnanf-nolibm + +## begin gnulib module isnanl-nolibm + + +EXTRA_DIST += float+.h isnan.c isnanl-nolibm.h isnanl.c + +EXTRA_libunistring_la_SOURCES += isnan.c isnanl.c + +## end gnulib module isnanl-nolibm + +## begin gnulib module link-warning + +LINK_WARNING_H=$(top_srcdir)/build-aux/link-warning.h + +EXTRA_DIST += $(top_srcdir)/build-aux/link-warning.h + +## end gnulib module link-warning + +## begin gnulib module localcharset + +libunistring_la_SOURCES += localcharset.h localcharset.c + +# We need the following in order to install a simple file in $(libdir) +# which is shared with other installed packages. We use a list of referencing +# packages so that "make uninstall" will remove the file if and only if it +# is not used by another installed package. +# On systems with glibc-2.1 or newer, the file is redundant, therefore we +# avoid installing it. + +all-local: charset.alias ref-add.sed ref-del.sed + +charset_alias = $(DESTDIR)$(libdir)/charset.alias +charset_tmp = $(DESTDIR)$(libdir)/charset.tmp +install-exec-local: install-exec-localcharset +install-exec-localcharset: all-local + if test $(GLIBC21) = no; then \ + case '$(host_os)' in \ + darwin[56]*) \ + need_charset_alias=true ;; \ + darwin* | cygwin* | mingw* | pw32* | cegcc*) \ + need_charset_alias=false ;; \ + *) \ + need_charset_alias=true ;; \ + esac ; \ + else \ + need_charset_alias=false ; \ + fi ; \ + if $$need_charset_alias; then \ + $(mkinstalldirs) $(DESTDIR)$(libdir) ; \ + fi ; \ + if test -f $(charset_alias); then \ + sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \ + $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ + rm -f $(charset_tmp) ; \ + else \ + if $$need_charset_alias; then \ + sed -f ref-add.sed charset.alias > $(charset_tmp) ; \ + $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ + rm -f $(charset_tmp) ; \ + fi ; \ + fi + +uninstall-local: uninstall-localcharset +uninstall-localcharset: all-local + if test -f $(charset_alias); then \ + sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \ + if grep '^# Packages using this file: $$' $(charset_tmp) \ + > /dev/null; then \ + rm -f $(charset_alias); \ + else \ + $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \ + fi; \ + rm -f $(charset_tmp); \ + fi + +charset.alias: config.charset + rm -f t-$@ $@ + $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ + mv t-$@ $@ + +SUFFIXES += .sed .sin +.sin.sed: + rm -f t-$@ $@ + sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ + mv t-$@ $@ + +CLEANFILES += charset.alias ref-add.sed ref-del.sed + +EXTRA_DIST += config.charset ref-add.sin ref-del.sin + +## end gnulib module localcharset + +## begin gnulib module localename + +libunistring_la_SOURCES += localename.c + +EXTRA_DIST += localename.h + +## end gnulib module localename + +## begin gnulib module malloc-posix + + +EXTRA_DIST += malloc.c + +EXTRA_libunistring_la_SOURCES += malloc.c + +## end gnulib module malloc-posix + +## begin gnulib module malloca + +libunistring_la_SOURCES += malloca.c + +EXTRA_DIST += malloca.h malloca.valgrind + +## end gnulib module malloca + +## begin gnulib module math + +BUILT_SOURCES += math.h + +# We need the following in order to create when the system +# doesn't have one that works with the given compiler. +math.h: math.in.h + rm -f $@-t $@ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ + sed -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ + -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \ + -e 's|@''GNULIB_CEILF''@|$(GNULIB_CEILF)|g' \ + -e 's|@''GNULIB_CEILL''@|$(GNULIB_CEILL)|g' \ + -e 's|@''GNULIB_FLOORF''@|$(GNULIB_FLOORF)|g' \ + -e 's|@''GNULIB_FLOORL''@|$(GNULIB_FLOORL)|g' \ + -e 's|@''GNULIB_FREXP''@|$(GNULIB_FREXP)|g' \ + -e 's|@''GNULIB_FREXPL''@|$(GNULIB_FREXPL)|g' \ + -e 's|@''GNULIB_ISFINITE''@|$(GNULIB_ISFINITE)|g' \ + -e 's|@''GNULIB_ISINF''@|$(GNULIB_ISINF)|g' \ + -e 's|@''GNULIB_ISNAN''@|$(GNULIB_ISNAN)|g' \ + -e 's|@''GNULIB_ISNANF''@|$(GNULIB_ISNANF)|g' \ + -e 's|@''GNULIB_ISNAND''@|$(GNULIB_ISNAND)|g' \ + -e 's|@''GNULIB_ISNANL''@|$(GNULIB_ISNANL)|g' \ + -e 's|@''GNULIB_LDEXPL''@|$(GNULIB_LDEXPL)|g' \ + -e 's|@''GNULIB_MATHL''@|$(GNULIB_MATHL)|g' \ + -e 's|@''GNULIB_ROUND''@|$(GNULIB_ROUND)|g' \ + -e 's|@''GNULIB_ROUNDF''@|$(GNULIB_ROUNDF)|g' \ + -e 's|@''GNULIB_ROUNDL''@|$(GNULIB_ROUNDL)|g' \ + -e 's|@''GNULIB_SIGNBIT''@|$(GNULIB_SIGNBIT)|g' \ + -e 's|@''GNULIB_TRUNC''@|$(GNULIB_TRUNC)|g' \ + -e 's|@''GNULIB_TRUNCF''@|$(GNULIB_TRUNCF)|g' \ + -e 's|@''GNULIB_TRUNCL''@|$(GNULIB_TRUNCL)|g' \ + -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \ + -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \ + -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \ + -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \ + -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \ + -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \ + -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \ + -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \ + -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \ + -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \ + -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \ + -e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \ + -e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \ + -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \ + -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \ + -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \ + -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \ + -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \ + -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \ + -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \ + -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \ + -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \ + -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \ + -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \ + -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \ + -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \ + -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \ + -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \ + -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \ + -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \ + -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \ + -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \ + -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|$(REPLACE_SIGNBIT_USING_GCC)|g' \ + -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \ + -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ + < $(srcdir)/math.in.h; \ + } > $@-t + mv $@-t $@ +MOSTLYCLEANFILES += math.h math.h-t + +EXTRA_DIST += math.in.h + +## end gnulib module math + +## begin gnulib module mbchar + +libunistring_la_SOURCES += mbchar.c + +EXTRA_DIST += mbchar.h + +## end gnulib module mbchar + +## begin gnulib module mbiter + +libunistring_la_SOURCES += mbiter.h + +## end gnulib module mbiter + +## begin gnulib module mbrtowc + + +EXTRA_DIST += mbrtowc.c + +EXTRA_libunistring_la_SOURCES += mbrtowc.c + +## end gnulib module mbrtowc + +## begin gnulib module mbsinit + + +EXTRA_DIST += mbsinit.c + +EXTRA_libunistring_la_SOURCES += mbsinit.c + +## end gnulib module mbsinit + +## begin gnulib module mbsnlen + +libunistring_la_SOURCES += mbsnlen.c + +## end gnulib module mbsnlen + +## begin gnulib module memchr + + +EXTRA_DIST += memchr.c memchr.valgrind + +EXTRA_libunistring_la_SOURCES += memchr.c + +## end gnulib module memchr + +## begin gnulib module memcmp2 + +libunistring_la_SOURCES += memcmp2.c + +EXTRA_DIST += memcmp2.h + +## end gnulib module memcmp2 + +## begin gnulib module memxfrm + +libunistring_la_SOURCES += memxfrm.c + +EXTRA_DIST += memxfrm.h + +## end gnulib module memxfrm + +## begin gnulib module minmax + +libunistring_la_SOURCES += minmax.h + +## end gnulib module minmax + +## begin gnulib module printf-frexp + +libunistring_la_SOURCES += printf-frexp.c + +EXTRA_DIST += printf-frexp.h + +## end gnulib module printf-frexp + +## begin gnulib module printf-frexpl + +libunistring_la_SOURCES += printf-frexpl.c + +EXTRA_DIST += printf-frexp.c printf-frexpl.h + +EXTRA_libunistring_la_SOURCES += printf-frexp.c + +## end gnulib module printf-frexpl + +## begin gnulib module relocatable-lib-lgpl + +DEFS += -DNO_XMALLOC + +EXTRA_DIST += relocatable.c relocatable.h + +EXTRA_libunistring_la_SOURCES += relocatable.c + +## end gnulib module relocatable-lib-lgpl + +## begin gnulib module signbit + + +EXTRA_DIST += float+.h signbitd.c signbitf.c signbitl.c + +EXTRA_libunistring_la_SOURCES += signbitd.c signbitf.c signbitl.c + +## end gnulib module signbit + +## begin gnulib module size_max + +libunistring_la_SOURCES += size_max.h + +## end gnulib module size_max + +## begin gnulib module stdbool + +BUILT_SOURCES += $(STDBOOL_H) + +# We need the following in order to create when the system +# doesn't have one that works. +stdbool.h: stdbool.in.h + rm -f $@-t $@ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \ + } > $@-t + mv $@-t $@ +MOSTLYCLEANFILES += stdbool.h stdbool.h-t + +EXTRA_DIST += stdbool.in.h + +## end gnulib module stdbool + +## begin gnulib module stdint + +BUILT_SOURCES += $(STDINT_H) + +# We need the following in order to create when the system +# doesn't have one that works with the given compiler. +stdint.h: stdint.in.h + rm -f $@-t $@ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ + -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ + -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ + -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ + -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ + -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ + -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ + -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ + -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ + -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ + -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \ + -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \ + -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \ + -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \ + -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \ + -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \ + -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \ + -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \ + -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \ + -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \ + -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ + -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ + -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ + < $(srcdir)/stdint.in.h; \ + } > $@-t + mv $@-t $@ +MOSTLYCLEANFILES += stdint.h stdint.h-t + +EXTRA_DIST += stdint.in.h + +## end gnulib module stdint + +## begin gnulib module stdlib + +BUILT_SOURCES += stdlib.h + +# We need the following in order to create when the system +# doesn't have one that works with the given compiler. +stdlib.h: stdlib.in.h + rm -f $@-t $@ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ + -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \ + -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \ + -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \ + -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \ + -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \ + -e 's|@''GNULIB_ATOLL''@|$(GNULIB_ATOLL)|g' \ + -e 's|@''GNULIB_GETLOADAVG''@|$(GNULIB_GETLOADAVG)|g' \ + -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \ + -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \ + -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \ + -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \ + -e 's|@''GNULIB_RANDOM_R''@|$(GNULIB_RANDOM_R)|g' \ + -e 's|@''GNULIB_RPMATCH''@|$(GNULIB_RPMATCH)|g' \ + -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \ + -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \ + -e 's|@''GNULIB_STRTOLL''@|$(GNULIB_STRTOLL)|g' \ + -e 's|@''GNULIB_STRTOULL''@|$(GNULIB_STRTOULL)|g' \ + -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \ + -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \ + -e 's|@''HAVE_CALLOC_POSIX''@|$(HAVE_CALLOC_POSIX)|g' \ + -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \ + -e 's|@''HAVE_MALLOC_POSIX''@|$(HAVE_MALLOC_POSIX)|g' \ + -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \ + -e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \ + -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \ + -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \ + -e 's|@''HAVE_SETENV''@|$(HAVE_SETENV)|g' \ + -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \ + -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \ + -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \ + -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \ + -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \ + -e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \ + -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \ + -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \ + -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \ + -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \ + -e 's|@''VOID_UNSETENV''@|$(VOID_UNSETENV)|g' \ + -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ + < $(srcdir)/stdlib.in.h; \ + } > $@-t + mv $@-t $@ +MOSTLYCLEANFILES += stdlib.h stdlib.h-t + +EXTRA_DIST += stdlib.in.h + +## end gnulib module stdlib + +## begin gnulib module streq + + +EXTRA_DIST += streq.h + +## end gnulib module streq + +## begin gnulib module striconveh + +libunistring_la_SOURCES += striconveh.h striconveh.c +if GL_COND_LIBTOOL +libunistring_la_LDFLAGS += $(LTLIBICONV) +endif + +EXTRA_DIST += iconveh.h + +## end gnulib module striconveh + +## begin gnulib module striconveha + +libunistring_la_SOURCES += striconveha.h striconveha.c + +## end gnulib module striconveha + +## begin gnulib module string + +BUILT_SOURCES += string.h + +# We need the following in order to create when the system +# doesn't have one that works with the given compiler. +string.h: string.in.h + rm -f $@-t $@ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ + -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \ + -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \ + -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \ + -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \ + -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \ + -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \ + -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \ + -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \ + -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \ + -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \ + -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \ + -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \ + -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \ + -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \ + -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \ + -e 's|@''GNULIB_MEMCHR''@|$(GNULIB_MEMCHR)|g' \ + -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \ + -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \ + -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \ + -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \ + -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \ + -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \ + -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \ + -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \ + -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \ + -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \ + -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \ + -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \ + -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \ + -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \ + -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \ + -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \ + -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \ + -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \ + -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \ + -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \ + -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \ + -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \ + -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \ + -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \ + -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \ + -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \ + -e 's|@''HAVE_STRNDUP''@|$(HAVE_STRNDUP)|g' \ + -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \ + -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \ + -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \ + -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \ + -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \ + -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \ + -e 's|@''HAVE_DECL_STRERROR''@|$(HAVE_DECL_STRERROR)|g' \ + -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \ + -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \ + -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \ + -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \ + -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \ + -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \ + -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \ + -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \ + -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \ + -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ + < $(srcdir)/string.in.h; \ + } > $@-t + mv $@-t $@ +MOSTLYCLEANFILES += string.h string.h-t + +EXTRA_DIST += string.in.h + +## end gnulib module string + +## begin gnulib module unicase/base + + +EXTRA_DIST += unicase.h + +## end gnulib module unicase/base + +## begin gnulib module unicase/cased + +libunistring_la_SOURCES += unicase/cased.c + +EXTRA_DIST += unicase/cased.h unicase/caseprop.h unictype/bitmap.h + +## end gnulib module unicase/cased + +## begin gnulib module unicase/empty-prefix-context + +libunistring_la_SOURCES += unicase/empty-prefix-context.c + +## end gnulib module unicase/empty-prefix-context + +## begin gnulib module unicase/empty-suffix-context + +libunistring_la_SOURCES += unicase/empty-suffix-context.c + +## end gnulib module unicase/empty-suffix-context + +## begin gnulib module unicase/ignorable + +libunistring_la_SOURCES += unicase/ignorable.c + +EXTRA_DIST += unicase/caseprop.h unicase/ignorable.h unictype/bitmap.h + +## end gnulib module unicase/ignorable + +## begin gnulib module unicase/locale-language + +libunistring_la_SOURCES += unicase/locale-language.c + +unicase/locale-languages.h: $(srcdir)/unicase/locale-languages.gperf + $(GPERF) -m 10 $(srcdir)/unicase/locale-languages.gperf > $(srcdir)/unicase/locale-languages.h-t + mv $(srcdir)/unicase/locale-languages.h-t $(srcdir)/unicase/locale-languages.h +BUILT_SOURCES += unicase/locale-languages.h +MOSTLYCLEANFILES += unicase/locale-languages.h-t +MAINTAINERCLEANFILES += unicase/locale-languages.h +EXTRA_DIST += unicase/locale-languages.h + +EXTRA_DIST += unicase/locale-languages.gperf + +## end gnulib module unicase/locale-language + +## begin gnulib module unicase/special-casing + +libunistring_la_SOURCES += unicase/special-casing.c + +unicase/special-casing-table.h: $(srcdir)/unicase/special-casing-table.gperf + $(GPERF) -m 10 $(srcdir)/unicase/special-casing-table.gperf > $(srcdir)/unicase/special-casing-table.h-t + mv $(srcdir)/unicase/special-casing-table.h-t $(srcdir)/unicase/special-casing-table.h +BUILT_SOURCES += unicase/special-casing-table.h +MOSTLYCLEANFILES += unicase/special-casing-table.h-t +MAINTAINERCLEANFILES += unicase/special-casing-table.h +EXTRA_DIST += unicase/special-casing-table.h + +EXTRA_DIST += unicase/special-casing-table.gperf unicase/special-casing.h + +## end gnulib module unicase/special-casing + +## begin gnulib module unicase/tocasefold + +libunistring_la_SOURCES += unicase/tocasefold.c + +EXTRA_DIST += unicase/casefold.h unicase/simple-mapping.h unicase/tocasefold.h + +## end gnulib module unicase/tocasefold + +## begin gnulib module unicase/tolower + +libunistring_la_SOURCES += unicase/tolower.c + +EXTRA_DIST += unicase/simple-mapping.h unicase/tolower.h + +## end gnulib module unicase/tolower + +## begin gnulib module unicase/totitle + +libunistring_la_SOURCES += unicase/totitle.c + +EXTRA_DIST += unicase/simple-mapping.h unicase/totitle.h + +## end gnulib module unicase/totitle + +## begin gnulib module unicase/toupper + +libunistring_la_SOURCES += unicase/toupper.c + +EXTRA_DIST += unicase/simple-mapping.h unicase/toupper.h + +## end gnulib module unicase/toupper + +## begin gnulib module unicase/u16-casecmp + +libunistring_la_SOURCES += unicase/u16-casecmp.c + +EXTRA_DIST += unicase/u-casecmp.h + +## end gnulib module unicase/u16-casecmp + +## begin gnulib module unicase/u16-casecoll + +libunistring_la_SOURCES += unicase/u16-casecoll.c + +EXTRA_DIST += unicase/u-casecoll.h + +## end gnulib module unicase/u16-casecoll + +## begin gnulib module unicase/u16-casefold + +libunistring_la_SOURCES += unicase/u16-casefold.c + +EXTRA_DIST += unicase/u-casefold.h + +## end gnulib module unicase/u16-casefold + +## begin gnulib module unicase/u16-casemap + +libunistring_la_SOURCES += unicase/u16-casemap.c + +EXTRA_DIST += unicase/context.h unicase/u-casemap.h unicase/unicasemap.h + +## end gnulib module unicase/u16-casemap + +## begin gnulib module unicase/u16-casexfrm + +libunistring_la_SOURCES += unicase/u16-casexfrm.c + +EXTRA_DIST += unicase/u-casexfrm.h + +## end gnulib module unicase/u16-casexfrm + +## begin gnulib module unicase/u16-ct-casefold + +libunistring_la_SOURCES += unicase/u16-ct-casefold.c + +EXTRA_DIST += unicase/u-ct-casefold.h + +## end gnulib module unicase/u16-ct-casefold + +## begin gnulib module unicase/u16-ct-tolower + +libunistring_la_SOURCES += unicase/u16-ct-tolower.c + +## end gnulib module unicase/u16-ct-tolower + +## begin gnulib module unicase/u16-ct-totitle + +libunistring_la_SOURCES += unicase/u16-ct-totitle.c + +EXTRA_DIST += unicase/context.h unicase/u-ct-totitle.h + +## end gnulib module unicase/u16-ct-totitle + +## begin gnulib module unicase/u16-ct-toupper + +libunistring_la_SOURCES += unicase/u16-ct-toupper.c + +## end gnulib module unicase/u16-ct-toupper + +## begin gnulib module unicase/u16-is-cased + +libunistring_la_SOURCES += unicase/u16-is-cased.c + +EXTRA_DIST += unicase/u-is-cased.h + +## end gnulib module unicase/u16-is-cased + +## begin gnulib module unicase/u16-is-casefolded + +libunistring_la_SOURCES += unicase/u16-is-casefolded.c + +## end gnulib module unicase/u16-is-casefolded + +## begin gnulib module unicase/u16-is-invariant + +libunistring_la_SOURCES += unicase/u16-is-invariant.c + +EXTRA_DIST += unicase/invariant.h unicase/u-is-invariant.h + +## end gnulib module unicase/u16-is-invariant + +## begin gnulib module unicase/u16-is-lowercase + +libunistring_la_SOURCES += unicase/u16-is-lowercase.c + +## end gnulib module unicase/u16-is-lowercase + +## begin gnulib module unicase/u16-is-titlecase + +libunistring_la_SOURCES += unicase/u16-is-titlecase.c + +## end gnulib module unicase/u16-is-titlecase + +## begin gnulib module unicase/u16-is-uppercase + +libunistring_la_SOURCES += unicase/u16-is-uppercase.c + +## end gnulib module unicase/u16-is-uppercase + +## begin gnulib module unicase/u16-tolower + +libunistring_la_SOURCES += unicase/u16-tolower.c + +## end gnulib module unicase/u16-tolower + +## begin gnulib module unicase/u16-totitle + +libunistring_la_SOURCES += unicase/u16-totitle.c + +EXTRA_DIST += unicase/u-totitle.h + +## end gnulib module unicase/u16-totitle + +## begin gnulib module unicase/u16-toupper + +libunistring_la_SOURCES += unicase/u16-toupper.c + +## end gnulib module unicase/u16-toupper + +## begin gnulib module unicase/u32-casecmp + +libunistring_la_SOURCES += unicase/u32-casecmp.c + +EXTRA_DIST += unicase/u-casecmp.h + +## end gnulib module unicase/u32-casecmp + +## begin gnulib module unicase/u32-casecoll + +libunistring_la_SOURCES += unicase/u32-casecoll.c + +EXTRA_DIST += unicase/u-casecoll.h + +## end gnulib module unicase/u32-casecoll + +## begin gnulib module unicase/u32-casefold + +libunistring_la_SOURCES += unicase/u32-casefold.c + +EXTRA_DIST += unicase/u-casefold.h + +## end gnulib module unicase/u32-casefold + +## begin gnulib module unicase/u32-casemap + +libunistring_la_SOURCES += unicase/u32-casemap.c + +EXTRA_DIST += unicase/context.h unicase/u-casemap.h unicase/unicasemap.h + +## end gnulib module unicase/u32-casemap + +## begin gnulib module unicase/u32-casexfrm + +libunistring_la_SOURCES += unicase/u32-casexfrm.c + +EXTRA_DIST += unicase/u-casexfrm.h + +## end gnulib module unicase/u32-casexfrm + +## begin gnulib module unicase/u32-ct-casefold + +libunistring_la_SOURCES += unicase/u32-ct-casefold.c + +EXTRA_DIST += unicase/u-ct-casefold.h + +## end gnulib module unicase/u32-ct-casefold + +## begin gnulib module unicase/u32-ct-tolower + +libunistring_la_SOURCES += unicase/u32-ct-tolower.c + +## end gnulib module unicase/u32-ct-tolower + +## begin gnulib module unicase/u32-ct-totitle + +libunistring_la_SOURCES += unicase/u32-ct-totitle.c + +EXTRA_DIST += unicase/context.h unicase/u-ct-totitle.h + +## end gnulib module unicase/u32-ct-totitle + +## begin gnulib module unicase/u32-ct-toupper + +libunistring_la_SOURCES += unicase/u32-ct-toupper.c + +## end gnulib module unicase/u32-ct-toupper + +## begin gnulib module unicase/u32-is-cased + +libunistring_la_SOURCES += unicase/u32-is-cased.c + +EXTRA_DIST += unicase/u-is-cased.h + +## end gnulib module unicase/u32-is-cased + +## begin gnulib module unicase/u32-is-casefolded + +libunistring_la_SOURCES += unicase/u32-is-casefolded.c + +## end gnulib module unicase/u32-is-casefolded + +## begin gnulib module unicase/u32-is-invariant + +libunistring_la_SOURCES += unicase/u32-is-invariant.c + +EXTRA_DIST += unicase/invariant.h unicase/u-is-invariant.h + +## end gnulib module unicase/u32-is-invariant + +## begin gnulib module unicase/u32-is-lowercase + +libunistring_la_SOURCES += unicase/u32-is-lowercase.c + +## end gnulib module unicase/u32-is-lowercase + +## begin gnulib module unicase/u32-is-titlecase + +libunistring_la_SOURCES += unicase/u32-is-titlecase.c + +## end gnulib module unicase/u32-is-titlecase + +## begin gnulib module unicase/u32-is-uppercase + +libunistring_la_SOURCES += unicase/u32-is-uppercase.c + +## end gnulib module unicase/u32-is-uppercase + +## begin gnulib module unicase/u32-tolower + +libunistring_la_SOURCES += unicase/u32-tolower.c + +## end gnulib module unicase/u32-tolower + +## begin gnulib module unicase/u32-totitle + +libunistring_la_SOURCES += unicase/u32-totitle.c + +EXTRA_DIST += unicase/u-totitle.h + +## end gnulib module unicase/u32-totitle + +## begin gnulib module unicase/u32-toupper + +libunistring_la_SOURCES += unicase/u32-toupper.c + +## end gnulib module unicase/u32-toupper + +## begin gnulib module unicase/u8-casecmp + +libunistring_la_SOURCES += unicase/u8-casecmp.c + +EXTRA_DIST += unicase/u-casecmp.h + +## end gnulib module unicase/u8-casecmp + +## begin gnulib module unicase/u8-casecoll + +libunistring_la_SOURCES += unicase/u8-casecoll.c + +EXTRA_DIST += unicase/u-casecoll.h + +## end gnulib module unicase/u8-casecoll + +## begin gnulib module unicase/u8-casefold + +libunistring_la_SOURCES += unicase/u8-casefold.c + +EXTRA_DIST += unicase/u-casefold.h + +## end gnulib module unicase/u8-casefold + +## begin gnulib module unicase/u8-casemap + +libunistring_la_SOURCES += unicase/u8-casemap.c + +EXTRA_DIST += unicase/context.h unicase/u-casemap.h unicase/unicasemap.h + +## end gnulib module unicase/u8-casemap + +## begin gnulib module unicase/u8-casexfrm + +libunistring_la_SOURCES += unicase/u8-casexfrm.c + +EXTRA_DIST += unicase/u-casexfrm.h + +## end gnulib module unicase/u8-casexfrm + +## begin gnulib module unicase/u8-ct-casefold + +libunistring_la_SOURCES += unicase/u8-ct-casefold.c + +EXTRA_DIST += unicase/u-ct-casefold.h + +## end gnulib module unicase/u8-ct-casefold + +## begin gnulib module unicase/u8-ct-tolower + +libunistring_la_SOURCES += unicase/u8-ct-tolower.c + +## end gnulib module unicase/u8-ct-tolower + +## begin gnulib module unicase/u8-ct-totitle + +libunistring_la_SOURCES += unicase/u8-ct-totitle.c + +EXTRA_DIST += unicase/context.h unicase/u-ct-totitle.h + +## end gnulib module unicase/u8-ct-totitle + +## begin gnulib module unicase/u8-ct-toupper + +libunistring_la_SOURCES += unicase/u8-ct-toupper.c + +## end gnulib module unicase/u8-ct-toupper + +## begin gnulib module unicase/u8-is-cased + +libunistring_la_SOURCES += unicase/u8-is-cased.c + +EXTRA_DIST += unicase/u-is-cased.h + +## end gnulib module unicase/u8-is-cased + +## begin gnulib module unicase/u8-is-casefolded + +libunistring_la_SOURCES += unicase/u8-is-casefolded.c + +## end gnulib module unicase/u8-is-casefolded + +## begin gnulib module unicase/u8-is-invariant + +libunistring_la_SOURCES += unicase/u8-is-invariant.c + +EXTRA_DIST += unicase/invariant.h unicase/u-is-invariant.h + +## end gnulib module unicase/u8-is-invariant + +## begin gnulib module unicase/u8-is-lowercase + +libunistring_la_SOURCES += unicase/u8-is-lowercase.c + +## end gnulib module unicase/u8-is-lowercase + +## begin gnulib module unicase/u8-is-titlecase + +libunistring_la_SOURCES += unicase/u8-is-titlecase.c + +## end gnulib module unicase/u8-is-titlecase + +## begin gnulib module unicase/u8-is-uppercase + +libunistring_la_SOURCES += unicase/u8-is-uppercase.c + +## end gnulib module unicase/u8-is-uppercase + +## begin gnulib module unicase/u8-tolower + +libunistring_la_SOURCES += unicase/u8-tolower.c + +## end gnulib module unicase/u8-tolower + +## begin gnulib module unicase/u8-totitle + +libunistring_la_SOURCES += unicase/u8-totitle.c + +EXTRA_DIST += unicase/u-totitle.h + +## end gnulib module unicase/u8-totitle + +## begin gnulib module unicase/u8-toupper + +libunistring_la_SOURCES += unicase/u8-toupper.c + +## end gnulib module unicase/u8-toupper + +## begin gnulib module unicase/ulc-casecmp + +libunistring_la_SOURCES += unicase/ulc-casecmp.c + +EXTRA_DIST += unicase/u-casecmp.h + +## end gnulib module unicase/ulc-casecmp + +## begin gnulib module unicase/ulc-casecoll + +libunistring_la_SOURCES += unicase/ulc-casecoll.c + +EXTRA_DIST += unicase/u-casecoll.h + +## end gnulib module unicase/ulc-casecoll + +## begin gnulib module unicase/ulc-casexfrm + +libunistring_la_SOURCES += unicase/ulc-casexfrm.c + +## end gnulib module unicase/ulc-casexfrm + +## begin gnulib module uniconv/base + + +EXTRA_DIST += iconveh.h localcharset.h striconveha.h uniconv.h + +## end gnulib module uniconv/base + +## begin gnulib module uniconv/u16-conv-from-enc + +libunistring_la_SOURCES += uniconv/u16-conv-from-enc.c + +EXTRA_DIST += uniconv/u-conv-from-enc.h + +## end gnulib module uniconv/u16-conv-from-enc + +## begin gnulib module uniconv/u16-conv-to-enc + +libunistring_la_SOURCES += uniconv/u16-conv-to-enc.c + +EXTRA_DIST += uniconv/u-conv-to-enc.h + +## end gnulib module uniconv/u16-conv-to-enc + +## begin gnulib module uniconv/u16-strconv-from-enc + +libunistring_la_SOURCES += uniconv/u16-strconv-from-enc.c + +EXTRA_DIST += uniconv/u-strconv-from-enc.h + +## end gnulib module uniconv/u16-strconv-from-enc + +## begin gnulib module uniconv/u16-strconv-from-locale + +libunistring_la_SOURCES += uniconv/u16-strconv-from-locale.c + +## end gnulib module uniconv/u16-strconv-from-locale + +## begin gnulib module uniconv/u16-strconv-to-enc + +libunistring_la_SOURCES += uniconv/u16-strconv-to-enc.c + +EXTRA_DIST += uniconv/u-strconv-to-enc.h + +## end gnulib module uniconv/u16-strconv-to-enc + +## begin gnulib module uniconv/u16-strconv-to-locale + +libunistring_la_SOURCES += uniconv/u16-strconv-to-locale.c + +## end gnulib module uniconv/u16-strconv-to-locale + +## begin gnulib module uniconv/u32-conv-from-enc + +libunistring_la_SOURCES += uniconv/u32-conv-from-enc.c + +EXTRA_DIST += uniconv/u-conv-from-enc.h + +## end gnulib module uniconv/u32-conv-from-enc + +## begin gnulib module uniconv/u32-conv-to-enc + +libunistring_la_SOURCES += uniconv/u32-conv-to-enc.c + +EXTRA_DIST += uniconv/u-conv-to-enc.h + +## end gnulib module uniconv/u32-conv-to-enc + +## begin gnulib module uniconv/u32-strconv-from-enc + +libunistring_la_SOURCES += uniconv/u32-strconv-from-enc.c + +EXTRA_DIST += uniconv/u-strconv-from-enc.h + +## end gnulib module uniconv/u32-strconv-from-enc + +## begin gnulib module uniconv/u32-strconv-from-locale + +libunistring_la_SOURCES += uniconv/u32-strconv-from-locale.c + +## end gnulib module uniconv/u32-strconv-from-locale + +## begin gnulib module uniconv/u32-strconv-to-enc + +libunistring_la_SOURCES += uniconv/u32-strconv-to-enc.c + +EXTRA_DIST += uniconv/u-strconv-to-enc.h + +## end gnulib module uniconv/u32-strconv-to-enc + +## begin gnulib module uniconv/u32-strconv-to-locale + +libunistring_la_SOURCES += uniconv/u32-strconv-to-locale.c + +## end gnulib module uniconv/u32-strconv-to-locale + +## begin gnulib module uniconv/u8-conv-from-enc + +libunistring_la_SOURCES += uniconv/u8-conv-from-enc.c + +## end gnulib module uniconv/u8-conv-from-enc + +## begin gnulib module uniconv/u8-conv-to-enc + +libunistring_la_SOURCES += uniconv/u8-conv-to-enc.c + +## end gnulib module uniconv/u8-conv-to-enc + +## begin gnulib module uniconv/u8-strconv-from-enc + +libunistring_la_SOURCES += uniconv/u8-strconv-from-enc.c + +EXTRA_DIST += uniconv/u-strconv-from-enc.h + +## end gnulib module uniconv/u8-strconv-from-enc + +## begin gnulib module uniconv/u8-strconv-from-locale + +libunistring_la_SOURCES += uniconv/u8-strconv-from-locale.c + +## end gnulib module uniconv/u8-strconv-from-locale + +## begin gnulib module uniconv/u8-strconv-to-enc + +libunistring_la_SOURCES += uniconv/u8-strconv-to-enc.c + +## end gnulib module uniconv/u8-strconv-to-enc + +## begin gnulib module uniconv/u8-strconv-to-locale + +libunistring_la_SOURCES += uniconv/u8-strconv-to-locale.c + +## end gnulib module uniconv/u8-strconv-to-locale + +## begin gnulib module unictype/base + + +EXTRA_DIST += unictype.h + +## end gnulib module unictype/base + +## begin gnulib module unictype/bidicategory-byname + +libunistring_la_SOURCES += unictype/bidi_byname.c + +## end gnulib module unictype/bidicategory-byname + +## begin gnulib module unictype/bidicategory-name + +libunistring_la_SOURCES += unictype/bidi_name.c + +## end gnulib module unictype/bidicategory-name + +## begin gnulib module unictype/bidicategory-of + +libunistring_la_SOURCES += unictype/bidi_of.c + +EXTRA_DIST += unictype/bidi_of.h + +## end gnulib module unictype/bidicategory-of + +## begin gnulib module unictype/bidicategory-test + +libunistring_la_SOURCES += unictype/bidi_test.c + +## end gnulib module unictype/bidicategory-test + +## begin gnulib module unictype/block-list + +libunistring_la_SOURCES += unictype/blocks.c + +EXTRA_DIST += unictype/blocks.h + +## end gnulib module unictype/block-list + +## begin gnulib module unictype/block-test + +libunistring_la_SOURCES += unictype/block_test.c + +## end gnulib module unictype/block-test + +## begin gnulib module unictype/category-C + +libunistring_la_SOURCES += unictype/categ_C.c + +EXTRA_DIST += unictype/categ_C.h + +## end gnulib module unictype/category-C + +## begin gnulib module unictype/category-Cc + +libunistring_la_SOURCES += unictype/categ_Cc.c + +EXTRA_DIST += unictype/categ_Cc.h + +## end gnulib module unictype/category-Cc + +## begin gnulib module unictype/category-Cf + +libunistring_la_SOURCES += unictype/categ_Cf.c + +EXTRA_DIST += unictype/categ_Cf.h + +## end gnulib module unictype/category-Cf + +## begin gnulib module unictype/category-Cn + +libunistring_la_SOURCES += unictype/categ_Cn.c + +EXTRA_DIST += unictype/categ_Cn.h + +## end gnulib module unictype/category-Cn + +## begin gnulib module unictype/category-Co + +libunistring_la_SOURCES += unictype/categ_Co.c + +EXTRA_DIST += unictype/categ_Co.h + +## end gnulib module unictype/category-Co + +## begin gnulib module unictype/category-Cs + +libunistring_la_SOURCES += unictype/categ_Cs.c + +EXTRA_DIST += unictype/categ_Cs.h + +## end gnulib module unictype/category-Cs + +## begin gnulib module unictype/category-L + +libunistring_la_SOURCES += unictype/categ_L.c + +EXTRA_DIST += unictype/categ_L.h + +## end gnulib module unictype/category-L + +## begin gnulib module unictype/category-Ll + +libunistring_la_SOURCES += unictype/categ_Ll.c + +EXTRA_DIST += unictype/categ_Ll.h + +## end gnulib module unictype/category-Ll + +## begin gnulib module unictype/category-Lm + +libunistring_la_SOURCES += unictype/categ_Lm.c + +EXTRA_DIST += unictype/categ_Lm.h + +## end gnulib module unictype/category-Lm + +## begin gnulib module unictype/category-Lo + +libunistring_la_SOURCES += unictype/categ_Lo.c + +EXTRA_DIST += unictype/categ_Lo.h + +## end gnulib module unictype/category-Lo + +## begin gnulib module unictype/category-Lt + +libunistring_la_SOURCES += unictype/categ_Lt.c + +EXTRA_DIST += unictype/categ_Lt.h + +## end gnulib module unictype/category-Lt + +## begin gnulib module unictype/category-Lu + +libunistring_la_SOURCES += unictype/categ_Lu.c + +EXTRA_DIST += unictype/categ_Lu.h + +## end gnulib module unictype/category-Lu + +## begin gnulib module unictype/category-M + +libunistring_la_SOURCES += unictype/categ_M.c + +EXTRA_DIST += unictype/categ_M.h + +## end gnulib module unictype/category-M + +## begin gnulib module unictype/category-Mc + +libunistring_la_SOURCES += unictype/categ_Mc.c + +EXTRA_DIST += unictype/categ_Mc.h + +## end gnulib module unictype/category-Mc + +## begin gnulib module unictype/category-Me + +libunistring_la_SOURCES += unictype/categ_Me.c + +EXTRA_DIST += unictype/categ_Me.h + +## end gnulib module unictype/category-Me + +## begin gnulib module unictype/category-Mn + +libunistring_la_SOURCES += unictype/categ_Mn.c + +EXTRA_DIST += unictype/categ_Mn.h + +## end gnulib module unictype/category-Mn + +## begin gnulib module unictype/category-N + +libunistring_la_SOURCES += unictype/categ_N.c + +EXTRA_DIST += unictype/categ_N.h + +## end gnulib module unictype/category-N + +## begin gnulib module unictype/category-Nd + +libunistring_la_SOURCES += unictype/categ_Nd.c + +EXTRA_DIST += unictype/categ_Nd.h + +## end gnulib module unictype/category-Nd + +## begin gnulib module unictype/category-Nl + +libunistring_la_SOURCES += unictype/categ_Nl.c + +EXTRA_DIST += unictype/categ_Nl.h + +## end gnulib module unictype/category-Nl + +## begin gnulib module unictype/category-No + +libunistring_la_SOURCES += unictype/categ_No.c + +EXTRA_DIST += unictype/categ_No.h + +## end gnulib module unictype/category-No + +## begin gnulib module unictype/category-P + +libunistring_la_SOURCES += unictype/categ_P.c + +EXTRA_DIST += unictype/categ_P.h + +## end gnulib module unictype/category-P + +## begin gnulib module unictype/category-Pc + +libunistring_la_SOURCES += unictype/categ_Pc.c + +EXTRA_DIST += unictype/categ_Pc.h + +## end gnulib module unictype/category-Pc + +## begin gnulib module unictype/category-Pd + +libunistring_la_SOURCES += unictype/categ_Pd.c + +EXTRA_DIST += unictype/categ_Pd.h + +## end gnulib module unictype/category-Pd + +## begin gnulib module unictype/category-Pe + +libunistring_la_SOURCES += unictype/categ_Pe.c + +EXTRA_DIST += unictype/categ_Pe.h + +## end gnulib module unictype/category-Pe + +## begin gnulib module unictype/category-Pf + +libunistring_la_SOURCES += unictype/categ_Pf.c + +EXTRA_DIST += unictype/categ_Pf.h + +## end gnulib module unictype/category-Pf + +## begin gnulib module unictype/category-Pi + +libunistring_la_SOURCES += unictype/categ_Pi.c + +EXTRA_DIST += unictype/categ_Pi.h + +## end gnulib module unictype/category-Pi + +## begin gnulib module unictype/category-Po + +libunistring_la_SOURCES += unictype/categ_Po.c + +EXTRA_DIST += unictype/categ_Po.h + +## end gnulib module unictype/category-Po + +## begin gnulib module unictype/category-Ps + +libunistring_la_SOURCES += unictype/categ_Ps.c + +EXTRA_DIST += unictype/categ_Ps.h + +## end gnulib module unictype/category-Ps + +## begin gnulib module unictype/category-S + +libunistring_la_SOURCES += unictype/categ_S.c + +EXTRA_DIST += unictype/categ_S.h + +## end gnulib module unictype/category-S + +## begin gnulib module unictype/category-Sc + +libunistring_la_SOURCES += unictype/categ_Sc.c + +EXTRA_DIST += unictype/categ_Sc.h + +## end gnulib module unictype/category-Sc + +## begin gnulib module unictype/category-Sk + +libunistring_la_SOURCES += unictype/categ_Sk.c + +EXTRA_DIST += unictype/categ_Sk.h + +## end gnulib module unictype/category-Sk + +## begin gnulib module unictype/category-Sm + +libunistring_la_SOURCES += unictype/categ_Sm.c + +EXTRA_DIST += unictype/categ_Sm.h + +## end gnulib module unictype/category-Sm + +## begin gnulib module unictype/category-So + +libunistring_la_SOURCES += unictype/categ_So.c + +EXTRA_DIST += unictype/categ_So.h + +## end gnulib module unictype/category-So + +## begin gnulib module unictype/category-Z + +libunistring_la_SOURCES += unictype/categ_Z.c + +EXTRA_DIST += unictype/categ_Z.h + +## end gnulib module unictype/category-Z + +## begin gnulib module unictype/category-Zl + +libunistring_la_SOURCES += unictype/categ_Zl.c + +EXTRA_DIST += unictype/categ_Zl.h + +## end gnulib module unictype/category-Zl + +## begin gnulib module unictype/category-Zp + +libunistring_la_SOURCES += unictype/categ_Zp.c + +EXTRA_DIST += unictype/categ_Zp.h + +## end gnulib module unictype/category-Zp + +## begin gnulib module unictype/category-Zs + +libunistring_la_SOURCES += unictype/categ_Zs.c + +EXTRA_DIST += unictype/categ_Zs.h + +## end gnulib module unictype/category-Zs + +## begin gnulib module unictype/category-and + +libunistring_la_SOURCES += unictype/categ_and.c + +## end gnulib module unictype/category-and + +## begin gnulib module unictype/category-and-not + +libunistring_la_SOURCES += unictype/categ_and_not.c + +## end gnulib module unictype/category-and-not + +## begin gnulib module unictype/category-byname + +libunistring_la_SOURCES += unictype/categ_byname.c + +## end gnulib module unictype/category-byname + +## begin gnulib module unictype/category-name + +libunistring_la_SOURCES += unictype/categ_name.c + +## end gnulib module unictype/category-name + +## begin gnulib module unictype/category-none + +libunistring_la_SOURCES += unictype/categ_none.c + +## end gnulib module unictype/category-none + +## begin gnulib module unictype/category-of + +libunistring_la_SOURCES += unictype/categ_of.c + +EXTRA_DIST += unictype/categ_of.h + +## end gnulib module unictype/category-of + +## begin gnulib module unictype/category-or + +libunistring_la_SOURCES += unictype/categ_or.c + +## end gnulib module unictype/category-or + +## begin gnulib module unictype/category-test + +libunistring_la_SOURCES += unictype/categ_test.c + +EXTRA_DIST += unictype/bitmap.h + +## end gnulib module unictype/category-test + +## begin gnulib module unictype/combining-class + +libunistring_la_SOURCES += unictype/combining.c + +EXTRA_DIST += unictype/combining.h + +## end gnulib module unictype/combining-class + +## begin gnulib module unictype/ctype-alnum + +libunistring_la_SOURCES += unictype/ctype_alnum.c + +EXTRA_DIST += unictype/bitmap.h unictype/ctype_alnum.h + +## end gnulib module unictype/ctype-alnum + +## begin gnulib module unictype/ctype-alpha + +libunistring_la_SOURCES += unictype/ctype_alpha.c + +EXTRA_DIST += unictype/bitmap.h unictype/ctype_alpha.h + +## end gnulib module unictype/ctype-alpha + +## begin gnulib module unictype/ctype-blank + +libunistring_la_SOURCES += unictype/ctype_blank.c + +EXTRA_DIST += unictype/bitmap.h unictype/ctype_blank.h + +## end gnulib module unictype/ctype-blank + +## begin gnulib module unictype/ctype-cntrl + +libunistring_la_SOURCES += unictype/ctype_cntrl.c + +EXTRA_DIST += unictype/bitmap.h unictype/ctype_cntrl.h + +## end gnulib module unictype/ctype-cntrl + +## begin gnulib module unictype/ctype-digit + +libunistring_la_SOURCES += unictype/ctype_digit.c + +EXTRA_DIST += unictype/bitmap.h unictype/ctype_digit.h + +## end gnulib module unictype/ctype-digit + +## begin gnulib module unictype/ctype-graph + +libunistring_la_SOURCES += unictype/ctype_graph.c + +EXTRA_DIST += unictype/bitmap.h unictype/ctype_graph.h + +## end gnulib module unictype/ctype-graph + +## begin gnulib module unictype/ctype-lower + +libunistring_la_SOURCES += unictype/ctype_lower.c + +EXTRA_DIST += unictype/bitmap.h unictype/ctype_lower.h + +## end gnulib module unictype/ctype-lower + +## begin gnulib module unictype/ctype-print + +libunistring_la_SOURCES += unictype/ctype_print.c + +EXTRA_DIST += unictype/bitmap.h unictype/ctype_print.h + +## end gnulib module unictype/ctype-print + +## begin gnulib module unictype/ctype-punct + +libunistring_la_SOURCES += unictype/ctype_punct.c + +EXTRA_DIST += unictype/bitmap.h unictype/ctype_punct.h + +## end gnulib module unictype/ctype-punct + +## begin gnulib module unictype/ctype-space + +libunistring_la_SOURCES += unictype/ctype_space.c + +EXTRA_DIST += unictype/bitmap.h unictype/ctype_space.h + +## end gnulib module unictype/ctype-space + +## begin gnulib module unictype/ctype-upper + +libunistring_la_SOURCES += unictype/ctype_upper.c + +EXTRA_DIST += unictype/bitmap.h unictype/ctype_upper.h + +## end gnulib module unictype/ctype-upper + +## begin gnulib module unictype/ctype-xdigit + +libunistring_la_SOURCES += unictype/ctype_xdigit.c + +EXTRA_DIST += unictype/bitmap.h unictype/ctype_xdigit.h + +## end gnulib module unictype/ctype-xdigit + +## begin gnulib module unictype/decimal-digit + +libunistring_la_SOURCES += unictype/decdigit.c + +EXTRA_DIST += unictype/decdigit.h + +## end gnulib module unictype/decimal-digit + +## begin gnulib module unictype/digit + +libunistring_la_SOURCES += unictype/digit.c + +EXTRA_DIST += unictype/digit.h + +## end gnulib module unictype/digit + +## begin gnulib module unictype/mirror + +libunistring_la_SOURCES += unictype/mirror.c + +EXTRA_DIST += unictype/mirror.h + +## end gnulib module unictype/mirror + +## begin gnulib module unictype/numeric + +libunistring_la_SOURCES += unictype/numeric.c + +EXTRA_DIST += unictype/numeric.h + +## end gnulib module unictype/numeric + +## begin gnulib module unictype/property-alphabetic + +libunistring_la_SOURCES += unictype/pr_alphabetic.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_alphabetic.h + +## end gnulib module unictype/property-alphabetic + +## begin gnulib module unictype/property-ascii-hex-digit + +libunistring_la_SOURCES += unictype/pr_ascii_hex_digit.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_ascii_hex_digit.h + +## end gnulib module unictype/property-ascii-hex-digit + +## begin gnulib module unictype/property-bidi-arabic-digit + +libunistring_la_SOURCES += unictype/pr_bidi_arabic_digit.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_arabic_digit.h + +## end gnulib module unictype/property-bidi-arabic-digit + +## begin gnulib module unictype/property-bidi-arabic-right-to-left + +libunistring_la_SOURCES += unictype/pr_bidi_arabic_right_to_left.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_arabic_right_to_left.h + +## end gnulib module unictype/property-bidi-arabic-right-to-left + +## begin gnulib module unictype/property-bidi-block-separator + +libunistring_la_SOURCES += unictype/pr_bidi_block_separator.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_block_separator.h + +## end gnulib module unictype/property-bidi-block-separator + +## begin gnulib module unictype/property-bidi-boundary-neutral + +libunistring_la_SOURCES += unictype/pr_bidi_boundary_neutral.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_boundary_neutral.h + +## end gnulib module unictype/property-bidi-boundary-neutral + +## begin gnulib module unictype/property-bidi-common-separator + +libunistring_la_SOURCES += unictype/pr_bidi_common_separator.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_common_separator.h + +## end gnulib module unictype/property-bidi-common-separator + +## begin gnulib module unictype/property-bidi-control + +libunistring_la_SOURCES += unictype/pr_bidi_control.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_control.h + +## end gnulib module unictype/property-bidi-control + +## begin gnulib module unictype/property-bidi-embedding-or-override + +libunistring_la_SOURCES += unictype/pr_bidi_embedding_or_override.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_embedding_or_override.h + +## end gnulib module unictype/property-bidi-embedding-or-override + +## begin gnulib module unictype/property-bidi-eur-num-separator + +libunistring_la_SOURCES += unictype/pr_bidi_eur_num_separator.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_eur_num_separator.h + +## end gnulib module unictype/property-bidi-eur-num-separator + +## begin gnulib module unictype/property-bidi-eur-num-terminator + +libunistring_la_SOURCES += unictype/pr_bidi_eur_num_terminator.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_eur_num_terminator.h + +## end gnulib module unictype/property-bidi-eur-num-terminator + +## begin gnulib module unictype/property-bidi-european-digit + +libunistring_la_SOURCES += unictype/pr_bidi_european_digit.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_european_digit.h + +## end gnulib module unictype/property-bidi-european-digit + +## begin gnulib module unictype/property-bidi-hebrew-right-to-left + +libunistring_la_SOURCES += unictype/pr_bidi_hebrew_right_to_left.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_hebrew_right_to_left.h + +## end gnulib module unictype/property-bidi-hebrew-right-to-left + +## begin gnulib module unictype/property-bidi-left-to-right + +libunistring_la_SOURCES += unictype/pr_bidi_left_to_right.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_left_to_right.h + +## end gnulib module unictype/property-bidi-left-to-right + +## begin gnulib module unictype/property-bidi-non-spacing-mark + +libunistring_la_SOURCES += unictype/pr_bidi_non_spacing_mark.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_non_spacing_mark.h + +## end gnulib module unictype/property-bidi-non-spacing-mark + +## begin gnulib module unictype/property-bidi-other-neutral + +libunistring_la_SOURCES += unictype/pr_bidi_other_neutral.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_other_neutral.h + +## end gnulib module unictype/property-bidi-other-neutral + +## begin gnulib module unictype/property-bidi-pdf + +libunistring_la_SOURCES += unictype/pr_bidi_pdf.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_pdf.h + +## end gnulib module unictype/property-bidi-pdf + +## begin gnulib module unictype/property-bidi-segment-separator + +libunistring_la_SOURCES += unictype/pr_bidi_segment_separator.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_segment_separator.h + +## end gnulib module unictype/property-bidi-segment-separator + +## begin gnulib module unictype/property-bidi-whitespace + +libunistring_la_SOURCES += unictype/pr_bidi_whitespace.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_bidi_whitespace.h + +## end gnulib module unictype/property-bidi-whitespace + +## begin gnulib module unictype/property-byname + +libunistring_la_SOURCES += unictype/pr_byname.c + +unictype/pr_byname.h: unictype/pr_byname.gperf + $(GPERF) -m 10 $(srcdir)/unictype/pr_byname.gperf > $(srcdir)/unictype/pr_byname.h-t + mv $(srcdir)/unictype/pr_byname.h-t $(srcdir)/unictype/pr_byname.h +BUILT_SOURCES += unictype/pr_byname.h +MOSTLYCLEANFILES += unictype/pr_byname.h-t +MAINTAINERCLEANFILES += unictype/pr_byname.h +EXTRA_DIST += unictype/pr_byname.h + +EXTRA_DIST += unictype/pr_byname.gperf + +## end gnulib module unictype/property-byname + +## begin gnulib module unictype/property-combining + +libunistring_la_SOURCES += unictype/pr_combining.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_combining.h + +## end gnulib module unictype/property-combining + +## begin gnulib module unictype/property-composite + +libunistring_la_SOURCES += unictype/pr_composite.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_composite.h + +## end gnulib module unictype/property-composite + +## begin gnulib module unictype/property-currency-symbol + +libunistring_la_SOURCES += unictype/pr_currency_symbol.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_currency_symbol.h + +## end gnulib module unictype/property-currency-symbol + +## begin gnulib module unictype/property-dash + +libunistring_la_SOURCES += unictype/pr_dash.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_dash.h + +## end gnulib module unictype/property-dash + +## begin gnulib module unictype/property-decimal-digit + +libunistring_la_SOURCES += unictype/pr_decimal_digit.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_decimal_digit.h + +## end gnulib module unictype/property-decimal-digit + +## begin gnulib module unictype/property-default-ignorable-code-point + +libunistring_la_SOURCES += unictype/pr_default_ignorable_code_point.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_default_ignorable_code_point.h + +## end gnulib module unictype/property-default-ignorable-code-point + +## begin gnulib module unictype/property-deprecated + +libunistring_la_SOURCES += unictype/pr_deprecated.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_deprecated.h + +## end gnulib module unictype/property-deprecated + +## begin gnulib module unictype/property-diacritic + +libunistring_la_SOURCES += unictype/pr_diacritic.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_diacritic.h + +## end gnulib module unictype/property-diacritic + +## begin gnulib module unictype/property-extender + +libunistring_la_SOURCES += unictype/pr_extender.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_extender.h + +## end gnulib module unictype/property-extender + +## begin gnulib module unictype/property-format-control + +libunistring_la_SOURCES += unictype/pr_format_control.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_format_control.h + +## end gnulib module unictype/property-format-control + +## begin gnulib module unictype/property-grapheme-base + +libunistring_la_SOURCES += unictype/pr_grapheme_base.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_grapheme_base.h + +## end gnulib module unictype/property-grapheme-base + +## begin gnulib module unictype/property-grapheme-extend + +libunistring_la_SOURCES += unictype/pr_grapheme_extend.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_grapheme_extend.h + +## end gnulib module unictype/property-grapheme-extend + +## begin gnulib module unictype/property-grapheme-link + +libunistring_la_SOURCES += unictype/pr_grapheme_link.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_grapheme_link.h + +## end gnulib module unictype/property-grapheme-link + +## begin gnulib module unictype/property-hex-digit + +libunistring_la_SOURCES += unictype/pr_hex_digit.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_hex_digit.h + +## end gnulib module unictype/property-hex-digit + +## begin gnulib module unictype/property-hyphen + +libunistring_la_SOURCES += unictype/pr_hyphen.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_hyphen.h + +## end gnulib module unictype/property-hyphen + +## begin gnulib module unictype/property-id-continue + +libunistring_la_SOURCES += unictype/pr_id_continue.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_id_continue.h + +## end gnulib module unictype/property-id-continue + +## begin gnulib module unictype/property-id-start + +libunistring_la_SOURCES += unictype/pr_id_start.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_id_start.h + +## end gnulib module unictype/property-id-start + +## begin gnulib module unictype/property-ideographic + +libunistring_la_SOURCES += unictype/pr_ideographic.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_ideographic.h + +## end gnulib module unictype/property-ideographic + +## begin gnulib module unictype/property-ids-binary-operator + +libunistring_la_SOURCES += unictype/pr_ids_binary_operator.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_ids_binary_operator.h + +## end gnulib module unictype/property-ids-binary-operator + +## begin gnulib module unictype/property-ids-trinary-operator + +libunistring_la_SOURCES += unictype/pr_ids_trinary_operator.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_ids_trinary_operator.h + +## end gnulib module unictype/property-ids-trinary-operator + +## begin gnulib module unictype/property-ignorable-control + +libunistring_la_SOURCES += unictype/pr_ignorable_control.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_ignorable_control.h + +## end gnulib module unictype/property-ignorable-control + +## begin gnulib module unictype/property-iso-control + +libunistring_la_SOURCES += unictype/pr_iso_control.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_iso_control.h + +## end gnulib module unictype/property-iso-control + +## begin gnulib module unictype/property-join-control + +libunistring_la_SOURCES += unictype/pr_join_control.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_join_control.h + +## end gnulib module unictype/property-join-control + +## begin gnulib module unictype/property-left-of-pair + +libunistring_la_SOURCES += unictype/pr_left_of_pair.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_left_of_pair.h + +## end gnulib module unictype/property-left-of-pair + +## begin gnulib module unictype/property-line-separator + +libunistring_la_SOURCES += unictype/pr_line_separator.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_line_separator.h + +## end gnulib module unictype/property-line-separator + +## begin gnulib module unictype/property-logical-order-exception + +libunistring_la_SOURCES += unictype/pr_logical_order_exception.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_logical_order_exception.h + +## end gnulib module unictype/property-logical-order-exception + +## begin gnulib module unictype/property-lowercase + +libunistring_la_SOURCES += unictype/pr_lowercase.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_lowercase.h + +## end gnulib module unictype/property-lowercase + +## begin gnulib module unictype/property-math + +libunistring_la_SOURCES += unictype/pr_math.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_math.h + +## end gnulib module unictype/property-math + +## begin gnulib module unictype/property-non-break + +libunistring_la_SOURCES += unictype/pr_non_break.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_non_break.h + +## end gnulib module unictype/property-non-break + +## begin gnulib module unictype/property-not-a-character + +libunistring_la_SOURCES += unictype/pr_not_a_character.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_not_a_character.h + +## end gnulib module unictype/property-not-a-character + +## begin gnulib module unictype/property-numeric + +libunistring_la_SOURCES += unictype/pr_numeric.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_numeric.h + +## end gnulib module unictype/property-numeric + +## begin gnulib module unictype/property-other-alphabetic + +libunistring_la_SOURCES += unictype/pr_other_alphabetic.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_other_alphabetic.h + +## end gnulib module unictype/property-other-alphabetic + +## begin gnulib module unictype/property-other-default-ignorable-code-point + +libunistring_la_SOURCES += unictype/pr_other_default_ignorable_code_point.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_other_default_ignorable_code_point.h + +## end gnulib module unictype/property-other-default-ignorable-code-point + +## begin gnulib module unictype/property-other-grapheme-extend + +libunistring_la_SOURCES += unictype/pr_other_grapheme_extend.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_other_grapheme_extend.h + +## end gnulib module unictype/property-other-grapheme-extend + +## begin gnulib module unictype/property-other-id-continue + +libunistring_la_SOURCES += unictype/pr_other_id_continue.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_other_id_continue.h + +## end gnulib module unictype/property-other-id-continue + +## begin gnulib module unictype/property-other-id-start + +libunistring_la_SOURCES += unictype/pr_other_id_start.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_other_id_start.h + +## end gnulib module unictype/property-other-id-start + +## begin gnulib module unictype/property-other-lowercase + +libunistring_la_SOURCES += unictype/pr_other_lowercase.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_other_lowercase.h + +## end gnulib module unictype/property-other-lowercase + +## begin gnulib module unictype/property-other-math + +libunistring_la_SOURCES += unictype/pr_other_math.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_other_math.h + +## end gnulib module unictype/property-other-math + +## begin gnulib module unictype/property-other-uppercase + +libunistring_la_SOURCES += unictype/pr_other_uppercase.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_other_uppercase.h + +## end gnulib module unictype/property-other-uppercase + +## begin gnulib module unictype/property-paired-punctuation + +libunistring_la_SOURCES += unictype/pr_paired_punctuation.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_paired_punctuation.h + +## end gnulib module unictype/property-paired-punctuation + +## begin gnulib module unictype/property-paragraph-separator + +libunistring_la_SOURCES += unictype/pr_paragraph_separator.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_paragraph_separator.h + +## end gnulib module unictype/property-paragraph-separator + +## begin gnulib module unictype/property-pattern-syntax + +libunistring_la_SOURCES += unictype/pr_pattern_syntax.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_pattern_syntax.h + +## end gnulib module unictype/property-pattern-syntax + +## begin gnulib module unictype/property-pattern-white-space + +libunistring_la_SOURCES += unictype/pr_pattern_white_space.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_pattern_white_space.h + +## end gnulib module unictype/property-pattern-white-space + +## begin gnulib module unictype/property-private-use + +libunistring_la_SOURCES += unictype/pr_private_use.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_private_use.h + +## end gnulib module unictype/property-private-use + +## begin gnulib module unictype/property-punctuation + +libunistring_la_SOURCES += unictype/pr_punctuation.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_punctuation.h + +## end gnulib module unictype/property-punctuation + +## begin gnulib module unictype/property-quotation-mark + +libunistring_la_SOURCES += unictype/pr_quotation_mark.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_quotation_mark.h + +## end gnulib module unictype/property-quotation-mark + +## begin gnulib module unictype/property-radical + +libunistring_la_SOURCES += unictype/pr_radical.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_radical.h + +## end gnulib module unictype/property-radical + +## begin gnulib module unictype/property-sentence-terminal + +libunistring_la_SOURCES += unictype/pr_sentence_terminal.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_sentence_terminal.h + +## end gnulib module unictype/property-sentence-terminal + +## begin gnulib module unictype/property-soft-dotted + +libunistring_la_SOURCES += unictype/pr_soft_dotted.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_soft_dotted.h + +## end gnulib module unictype/property-soft-dotted + +## begin gnulib module unictype/property-space + +libunistring_la_SOURCES += unictype/pr_space.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_space.h + +## end gnulib module unictype/property-space + +## begin gnulib module unictype/property-terminal-punctuation + +libunistring_la_SOURCES += unictype/pr_terminal_punctuation.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_terminal_punctuation.h + +## end gnulib module unictype/property-terminal-punctuation + +## begin gnulib module unictype/property-test + +libunistring_la_SOURCES += unictype/pr_test.c + +## end gnulib module unictype/property-test + +## begin gnulib module unictype/property-titlecase + +libunistring_la_SOURCES += unictype/pr_titlecase.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_titlecase.h + +## end gnulib module unictype/property-titlecase + +## begin gnulib module unictype/property-unassigned-code-value + +libunistring_la_SOURCES += unictype/pr_unassigned_code_value.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_unassigned_code_value.h + +## end gnulib module unictype/property-unassigned-code-value + +## begin gnulib module unictype/property-unified-ideograph + +libunistring_la_SOURCES += unictype/pr_unified_ideograph.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_unified_ideograph.h + +## end gnulib module unictype/property-unified-ideograph + +## begin gnulib module unictype/property-uppercase + +libunistring_la_SOURCES += unictype/pr_uppercase.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_uppercase.h + +## end gnulib module unictype/property-uppercase + +## begin gnulib module unictype/property-variation-selector + +libunistring_la_SOURCES += unictype/pr_variation_selector.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_variation_selector.h + +## end gnulib module unictype/property-variation-selector + +## begin gnulib module unictype/property-white-space + +libunistring_la_SOURCES += unictype/pr_white_space.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_white_space.h + +## end gnulib module unictype/property-white-space + +## begin gnulib module unictype/property-xid-continue + +libunistring_la_SOURCES += unictype/pr_xid_continue.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_xid_continue.h + +## end gnulib module unictype/property-xid-continue + +## begin gnulib module unictype/property-xid-start + +libunistring_la_SOURCES += unictype/pr_xid_start.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_xid_start.h + +## end gnulib module unictype/property-xid-start + +## begin gnulib module unictype/property-zero-width + +libunistring_la_SOURCES += unictype/pr_zero_width.c + +EXTRA_DIST += unictype/bitmap.h unictype/pr_zero_width.h + +## end gnulib module unictype/property-zero-width + +## begin gnulib module unictype/scripts + +libunistring_la_SOURCES += unictype/scripts.c + +unictype/scripts_byname.h: unictype/scripts_byname.gperf + $(GPERF) -m 10 $(srcdir)/unictype/scripts_byname.gperf > $(srcdir)/unictype/scripts_byname.h-t + mv $(srcdir)/unictype/scripts_byname.h-t $(srcdir)/unictype/scripts_byname.h +BUILT_SOURCES += unictype/scripts_byname.h +MOSTLYCLEANFILES += unictype/scripts_byname.h-t +MAINTAINERCLEANFILES += unictype/scripts_byname.h +EXTRA_DIST += unictype/scripts_byname.h + +EXTRA_DIST += unictype/scripts.h unictype/scripts_byname.gperf + +## end gnulib module unictype/scripts + +## begin gnulib module unictype/syntax-c-ident + +libunistring_la_SOURCES += unictype/sy_c_ident.c + +EXTRA_DIST += unictype/identsyntaxmap.h unictype/sy_c_ident.h + +## end gnulib module unictype/syntax-c-ident + +## begin gnulib module unictype/syntax-c-whitespace + +libunistring_la_SOURCES += unictype/sy_c_whitespace.c + +## end gnulib module unictype/syntax-c-whitespace + +## begin gnulib module unictype/syntax-java-ident + +libunistring_la_SOURCES += unictype/sy_java_ident.c + +EXTRA_DIST += unictype/identsyntaxmap.h unictype/sy_java_ident.h + +## end gnulib module unictype/syntax-java-ident + +## begin gnulib module unictype/syntax-java-whitespace + +libunistring_la_SOURCES += unictype/sy_java_whitespace.c + +## end gnulib module unictype/syntax-java-whitespace + +## begin gnulib module unilbrk/base + + +EXTRA_DIST += unilbrk.h + +## end gnulib module unilbrk/base + +## begin gnulib module unilbrk/tables + +libunistring_la_SOURCES += unilbrk/lbrktables.c + +EXTRA_DIST += unilbrk/lbrkprop1.h unilbrk/lbrkprop2.h unilbrk/lbrktables.h + +## end gnulib module unilbrk/tables + +## begin gnulib module unilbrk/u16-possible-linebreaks + +libunistring_la_SOURCES += unilbrk/u16-possible-linebreaks.c + +EXTRA_DIST += uniwidth/cjk.h + +## end gnulib module unilbrk/u16-possible-linebreaks + +## begin gnulib module unilbrk/u16-width-linebreaks + +libunistring_la_SOURCES += unilbrk/u16-width-linebreaks.c + +## end gnulib module unilbrk/u16-width-linebreaks + +## begin gnulib module unilbrk/u32-possible-linebreaks + +libunistring_la_SOURCES += unilbrk/u32-possible-linebreaks.c + +EXTRA_DIST += uniwidth/cjk.h + +## end gnulib module unilbrk/u32-possible-linebreaks + +## begin gnulib module unilbrk/u32-width-linebreaks + +libunistring_la_SOURCES += unilbrk/u32-width-linebreaks.c + +## end gnulib module unilbrk/u32-width-linebreaks + +## begin gnulib module unilbrk/u8-possible-linebreaks + +libunistring_la_SOURCES += unilbrk/u8-possible-linebreaks.c + +EXTRA_DIST += uniwidth/cjk.h + +## end gnulib module unilbrk/u8-possible-linebreaks + +## begin gnulib module unilbrk/u8-width-linebreaks + +libunistring_la_SOURCES += unilbrk/u8-width-linebreaks.c + +## end gnulib module unilbrk/u8-width-linebreaks + +## begin gnulib module unilbrk/ulc-common + +libunistring_la_SOURCES += unilbrk/ulc-common.c + +EXTRA_DIST += unilbrk/ulc-common.h + +## end gnulib module unilbrk/ulc-common + +## begin gnulib module unilbrk/ulc-possible-linebreaks + +libunistring_la_SOURCES += unilbrk/ulc-possible-linebreaks.c + +## end gnulib module unilbrk/ulc-possible-linebreaks + +## begin gnulib module unilbrk/ulc-width-linebreaks + +libunistring_la_SOURCES += unilbrk/ulc-width-linebreaks.c + +## end gnulib module unilbrk/ulc-width-linebreaks + +## begin gnulib module uniname/base + + +EXTRA_DIST += uniname.h + +## end gnulib module uniname/base + +## begin gnulib module uniname/uniname + +libunistring_la_SOURCES += uniname/uniname.c + +EXTRA_DIST += uniname/gen-uninames.lisp uniname/uninames.h + +## end gnulib module uniname/uniname + +## begin gnulib module uninorm/base + + +EXTRA_DIST += uninorm.h + +## end gnulib module uninorm/base + +## begin gnulib module uninorm/canonical-decomposition + +libunistring_la_SOURCES += uninorm/canonical-decomposition.c + +## end gnulib module uninorm/canonical-decomposition + +## begin gnulib module uninorm/compat-decomposition + +libunistring_la_SOURCES += uninorm/compat-decomposition.c + +EXTRA_DIST += uninorm/decompose-internal.h + +## end gnulib module uninorm/compat-decomposition + +## begin gnulib module uninorm/composition + +libunistring_la_SOURCES += uninorm/composition.c + +uninorm/composition-table.h: $(srcdir)/uninorm/composition-table.gperf + $(GPERF) -m 1 $(srcdir)/uninorm/composition-table.gperf > $(srcdir)/uninorm/composition-table.h-t + mv $(srcdir)/uninorm/composition-table.h-t $(srcdir)/uninorm/composition-table.h +BUILT_SOURCES += uninorm/composition-table.h +MOSTLYCLEANFILES += uninorm/composition-table.h-t +MAINTAINERCLEANFILES += uninorm/composition-table.h +EXTRA_DIST += uninorm/composition-table.h + +EXTRA_DIST += uninorm/composition-table.gperf + +## end gnulib module uninorm/composition + +## begin gnulib module uninorm/decompose-internal + +libunistring_la_SOURCES += uninorm/decompose-internal.c + +EXTRA_DIST += uninorm/decompose-internal.h + +## end gnulib module uninorm/decompose-internal + +## begin gnulib module uninorm/decomposing-form + +libunistring_la_SOURCES += uninorm/decomposing-form.c + +EXTRA_DIST += uninorm/normalize-internal.h + +## end gnulib module uninorm/decomposing-form + +## begin gnulib module uninorm/decomposition + +libunistring_la_SOURCES += uninorm/decomposition.c + +## end gnulib module uninorm/decomposition + +## begin gnulib module uninorm/decomposition-table + +libunistring_la_SOURCES += uninorm/decomposition-table.c + +EXTRA_DIST += uninorm/decomposition-table.h uninorm/decomposition-table1.h uninorm/decomposition-table2.h + +## end gnulib module uninorm/decomposition-table + +## begin gnulib module uninorm/filter + +libunistring_la_SOURCES += uninorm/uninorm-filter.c + +EXTRA_DIST += uninorm/normalize-internal.h + +## end gnulib module uninorm/filter + +## begin gnulib module uninorm/nfc + +libunistring_la_SOURCES += uninorm/nfc.c + +EXTRA_DIST += uninorm/normalize-internal.h + +## end gnulib module uninorm/nfc + +## begin gnulib module uninorm/nfd + +libunistring_la_SOURCES += uninorm/nfd.c + +EXTRA_DIST += uninorm/normalize-internal.h + +## end gnulib module uninorm/nfd + +## begin gnulib module uninorm/nfkc + +libunistring_la_SOURCES += uninorm/nfkc.c + +EXTRA_DIST += uninorm/normalize-internal.h + +## end gnulib module uninorm/nfkc + +## begin gnulib module uninorm/nfkd + +libunistring_la_SOURCES += uninorm/nfkd.c + +EXTRA_DIST += uninorm/normalize-internal.h + +## end gnulib module uninorm/nfkd + +## begin gnulib module uninorm/u16-normalize + +libunistring_la_SOURCES += uninorm/u16-normalize.c + +EXTRA_DIST += uninorm/normalize-internal.h uninorm/u-normalize-internal.h + +## end gnulib module uninorm/u16-normalize + +## begin gnulib module uninorm/u16-normcmp + +libunistring_la_SOURCES += uninorm/u16-normcmp.c + +EXTRA_DIST += uninorm/u-normcmp.h + +## end gnulib module uninorm/u16-normcmp + +## begin gnulib module uninorm/u16-normcoll + +libunistring_la_SOURCES += uninorm/u16-normcoll.c + +EXTRA_DIST += uninorm/u-normcoll.h + +## end gnulib module uninorm/u16-normcoll + +## begin gnulib module uninorm/u16-normxfrm + +libunistring_la_SOURCES += uninorm/u16-normxfrm.c + +EXTRA_DIST += uninorm/u-normxfrm.h + +## end gnulib module uninorm/u16-normxfrm + +## begin gnulib module uninorm/u32-normalize + +libunistring_la_SOURCES += uninorm/u32-normalize.c + +EXTRA_DIST += uninorm/normalize-internal.h uninorm/u-normalize-internal.h + +## end gnulib module uninorm/u32-normalize + +## begin gnulib module uninorm/u32-normcmp + +libunistring_la_SOURCES += uninorm/u32-normcmp.c + +EXTRA_DIST += uninorm/u-normcmp.h + +## end gnulib module uninorm/u32-normcmp + +## begin gnulib module uninorm/u32-normcoll + +libunistring_la_SOURCES += uninorm/u32-normcoll.c + +EXTRA_DIST += uninorm/u-normcoll.h + +## end gnulib module uninorm/u32-normcoll + +## begin gnulib module uninorm/u32-normxfrm + +libunistring_la_SOURCES += uninorm/u32-normxfrm.c + +EXTRA_DIST += uninorm/u-normxfrm.h + +## end gnulib module uninorm/u32-normxfrm + +## begin gnulib module uninorm/u8-normalize + +libunistring_la_SOURCES += uninorm/u8-normalize.c + +EXTRA_DIST += uninorm/normalize-internal.h uninorm/u-normalize-internal.h + +## end gnulib module uninorm/u8-normalize + +## begin gnulib module uninorm/u8-normcmp + +libunistring_la_SOURCES += uninorm/u8-normcmp.c + +EXTRA_DIST += uninorm/u-normcmp.h + +## end gnulib module uninorm/u8-normcmp + +## begin gnulib module uninorm/u8-normcoll + +libunistring_la_SOURCES += uninorm/u8-normcoll.c + +EXTRA_DIST += uninorm/u-normcoll.h + +## end gnulib module uninorm/u8-normcoll + +## begin gnulib module uninorm/u8-normxfrm + +libunistring_la_SOURCES += uninorm/u8-normxfrm.c + +EXTRA_DIST += uninorm/u-normxfrm.h + +## end gnulib module uninorm/u8-normxfrm + +## begin gnulib module unistd + +BUILT_SOURCES += unistd.h + +# We need the following in order to create an empty placeholder for +# when the system doesn't have one. +unistd.h: unistd.in.h + rm -f $@-t $@ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \ + -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ + -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \ + -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \ + -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \ + -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \ + -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \ + -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \ + -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \ + -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \ + -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \ + -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \ + -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \ + -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \ + -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \ + -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \ + -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \ + -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \ + -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \ + -e 's|@''GNULIB_LINK''@|$(GNULIB_LINK)|g' \ + -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \ + -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \ + -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \ + -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \ + -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \ + -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \ + -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \ + -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \ + -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \ + -e 's|@''HAVE_GETDOMAINNAME''@|$(HAVE_GETDOMAINNAME)|g' \ + -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \ + -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \ + -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \ + -e 's|@''HAVE_GETUSERSHELL''@|$(HAVE_GETUSERSHELL)|g' \ + -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \ + -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \ + -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \ + -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \ + -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \ + -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ + -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ + -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \ + -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \ + -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \ + -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \ + -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \ + -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \ + -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \ + -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \ + -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \ + -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ + < $(srcdir)/unistd.in.h; \ + } > $@-t + mv $@-t $@ +MOSTLYCLEANFILES += unistd.h unistd.h-t + +EXTRA_DIST += unistd.in.h + +## end gnulib module unistd + +## begin gnulib module unistdio/base + + +EXTRA_DIST += unistdio.h + +## end gnulib module unistdio/base + +## begin gnulib module unistdio/u-printf-args + +libunistring_la_SOURCES += unistdio/u-printf-args.c + +EXTRA_DIST += printf-args.c printf-args.h unistdio/u-printf-args.h + +EXTRA_libunistring_la_SOURCES += printf-args.c + +## end gnulib module unistdio/u-printf-args + +## begin gnulib module unistdio/u16-asnprintf + +libunistring_la_SOURCES += unistdio/u16-asnprintf.c + +EXTRA_DIST += unistdio/u-asnprintf.h + +## end gnulib module unistdio/u16-asnprintf + +## begin gnulib module unistdio/u16-asprintf + +libunistring_la_SOURCES += unistdio/u16-asprintf.c + +EXTRA_DIST += unistdio/u-asprintf.h + +## end gnulib module unistdio/u16-asprintf + +## begin gnulib module unistdio/u16-printf-parse + +libunistring_la_SOURCES += unistdio/u16-printf-parse.c + +EXTRA_DIST += printf-parse.c printf-parse.h unistdio/u-printf-parse.h + +EXTRA_libunistring_la_SOURCES += printf-parse.c + +## end gnulib module unistdio/u16-printf-parse + +## begin gnulib module unistdio/u16-snprintf + +libunistring_la_SOURCES += unistdio/u16-snprintf.c + +EXTRA_DIST += unistdio/u-snprintf.h + +## end gnulib module unistdio/u16-snprintf + +## begin gnulib module unistdio/u16-sprintf + +libunistring_la_SOURCES += unistdio/u16-sprintf.c + +EXTRA_DIST += unistdio/u-sprintf.h + +## end gnulib module unistdio/u16-sprintf + +## begin gnulib module unistdio/u16-u16-asnprintf + +libunistring_la_SOURCES += unistdio/u16-u16-asnprintf.c + +EXTRA_DIST += unistdio/u-asnprintf.h + +## end gnulib module unistdio/u16-u16-asnprintf + +## begin gnulib module unistdio/u16-u16-asprintf + +libunistring_la_SOURCES += unistdio/u16-u16-asprintf.c + +EXTRA_DIST += unistdio/u-asprintf.h + +## end gnulib module unistdio/u16-u16-asprintf + +## begin gnulib module unistdio/u16-u16-snprintf + +libunistring_la_SOURCES += unistdio/u16-u16-snprintf.c + +EXTRA_DIST += unistdio/u-snprintf.h + +## end gnulib module unistdio/u16-u16-snprintf + +## begin gnulib module unistdio/u16-u16-sprintf + +libunistring_la_SOURCES += unistdio/u16-u16-sprintf.c + +EXTRA_DIST += unistdio/u-sprintf.h + +## end gnulib module unistdio/u16-u16-sprintf + +## begin gnulib module unistdio/u16-u16-vasnprintf + +libunistring_la_SOURCES += unistdio/u16-u16-vasnprintf.c + +EXTRA_DIST += vasnprintf.c + +EXTRA_libunistring_la_SOURCES += vasnprintf.c + +## end gnulib module unistdio/u16-u16-vasnprintf + +## begin gnulib module unistdio/u16-u16-vasprintf + +libunistring_la_SOURCES += unistdio/u16-u16-vasprintf.c + +EXTRA_DIST += unistdio/u-vasprintf.h + +## end gnulib module unistdio/u16-u16-vasprintf + +## begin gnulib module unistdio/u16-u16-vsnprintf + +libunistring_la_SOURCES += unistdio/u16-u16-vsnprintf.c + +EXTRA_DIST += unistdio/u-vsnprintf.h + +## end gnulib module unistdio/u16-u16-vsnprintf + +## begin gnulib module unistdio/u16-u16-vsprintf + +libunistring_la_SOURCES += unistdio/u16-u16-vsprintf.c + +EXTRA_DIST += unistdio/u-vsprintf.h + +## end gnulib module unistdio/u16-u16-vsprintf + +## begin gnulib module unistdio/u16-vasnprintf + +libunistring_la_SOURCES += unistdio/u16-vasnprintf.c + +EXTRA_DIST += vasnprintf.c + +EXTRA_libunistring_la_SOURCES += vasnprintf.c + +## end gnulib module unistdio/u16-vasnprintf + +## begin gnulib module unistdio/u16-vasprintf + +libunistring_la_SOURCES += unistdio/u16-vasprintf.c + +EXTRA_DIST += unistdio/u-vasprintf.h + +## end gnulib module unistdio/u16-vasprintf + +## begin gnulib module unistdio/u16-vsnprintf + +libunistring_la_SOURCES += unistdio/u16-vsnprintf.c + +EXTRA_DIST += unistdio/u-vsnprintf.h + +## end gnulib module unistdio/u16-vsnprintf + +## begin gnulib module unistdio/u16-vsprintf + +libunistring_la_SOURCES += unistdio/u16-vsprintf.c + +EXTRA_DIST += unistdio/u-vsprintf.h + +## end gnulib module unistdio/u16-vsprintf + +## begin gnulib module unistdio/u32-asnprintf + +libunistring_la_SOURCES += unistdio/u32-asnprintf.c + +EXTRA_DIST += unistdio/u-asnprintf.h + +## end gnulib module unistdio/u32-asnprintf + +## begin gnulib module unistdio/u32-asprintf + +libunistring_la_SOURCES += unistdio/u32-asprintf.c + +EXTRA_DIST += unistdio/u-asprintf.h + +## end gnulib module unistdio/u32-asprintf + +## begin gnulib module unistdio/u32-printf-parse + +libunistring_la_SOURCES += unistdio/u32-printf-parse.c + +EXTRA_DIST += printf-parse.c printf-parse.h unistdio/u-printf-parse.h + +EXTRA_libunistring_la_SOURCES += printf-parse.c + +## end gnulib module unistdio/u32-printf-parse + +## begin gnulib module unistdio/u32-snprintf + +libunistring_la_SOURCES += unistdio/u32-snprintf.c + +EXTRA_DIST += unistdio/u-snprintf.h + +## end gnulib module unistdio/u32-snprintf + +## begin gnulib module unistdio/u32-sprintf + +libunistring_la_SOURCES += unistdio/u32-sprintf.c + +EXTRA_DIST += unistdio/u-sprintf.h + +## end gnulib module unistdio/u32-sprintf + +## begin gnulib module unistdio/u32-u32-asnprintf + +libunistring_la_SOURCES += unistdio/u32-u32-asnprintf.c + +EXTRA_DIST += unistdio/u-asnprintf.h + +## end gnulib module unistdio/u32-u32-asnprintf + +## begin gnulib module unistdio/u32-u32-asprintf + +libunistring_la_SOURCES += unistdio/u32-u32-asprintf.c + +EXTRA_DIST += unistdio/u-asprintf.h + +## end gnulib module unistdio/u32-u32-asprintf + +## begin gnulib module unistdio/u32-u32-snprintf + +libunistring_la_SOURCES += unistdio/u32-u32-snprintf.c + +EXTRA_DIST += unistdio/u-snprintf.h + +## end gnulib module unistdio/u32-u32-snprintf + +## begin gnulib module unistdio/u32-u32-sprintf + +libunistring_la_SOURCES += unistdio/u32-u32-sprintf.c + +EXTRA_DIST += unistdio/u-sprintf.h + +## end gnulib module unistdio/u32-u32-sprintf + +## begin gnulib module unistdio/u32-u32-vasnprintf + +libunistring_la_SOURCES += unistdio/u32-u32-vasnprintf.c + +EXTRA_DIST += vasnprintf.c + +EXTRA_libunistring_la_SOURCES += vasnprintf.c + +## end gnulib module unistdio/u32-u32-vasnprintf + +## begin gnulib module unistdio/u32-u32-vasprintf + +libunistring_la_SOURCES += unistdio/u32-u32-vasprintf.c + +EXTRA_DIST += unistdio/u-vasprintf.h + +## end gnulib module unistdio/u32-u32-vasprintf + +## begin gnulib module unistdio/u32-u32-vsnprintf + +libunistring_la_SOURCES += unistdio/u32-u32-vsnprintf.c + +EXTRA_DIST += unistdio/u-vsnprintf.h + +## end gnulib module unistdio/u32-u32-vsnprintf + +## begin gnulib module unistdio/u32-u32-vsprintf + +libunistring_la_SOURCES += unistdio/u32-u32-vsprintf.c + +EXTRA_DIST += unistdio/u-vsprintf.h + +## end gnulib module unistdio/u32-u32-vsprintf + +## begin gnulib module unistdio/u32-vasnprintf + +libunistring_la_SOURCES += unistdio/u32-vasnprintf.c + +EXTRA_DIST += vasnprintf.c + +EXTRA_libunistring_la_SOURCES += vasnprintf.c + +## end gnulib module unistdio/u32-vasnprintf + +## begin gnulib module unistdio/u32-vasprintf + +libunistring_la_SOURCES += unistdio/u32-vasprintf.c + +EXTRA_DIST += unistdio/u-vasprintf.h + +## end gnulib module unistdio/u32-vasprintf + +## begin gnulib module unistdio/u32-vsnprintf + +libunistring_la_SOURCES += unistdio/u32-vsnprintf.c + +EXTRA_DIST += unistdio/u-vsnprintf.h + +## end gnulib module unistdio/u32-vsnprintf + +## begin gnulib module unistdio/u32-vsprintf + +libunistring_la_SOURCES += unistdio/u32-vsprintf.c + +EXTRA_DIST += unistdio/u-vsprintf.h + +## end gnulib module unistdio/u32-vsprintf + +## begin gnulib module unistdio/u8-asnprintf + +libunistring_la_SOURCES += unistdio/u8-asnprintf.c + +EXTRA_DIST += unistdio/u-asnprintf.h + +## end gnulib module unistdio/u8-asnprintf + +## begin gnulib module unistdio/u8-asprintf + +libunistring_la_SOURCES += unistdio/u8-asprintf.c + +EXTRA_DIST += unistdio/u-asprintf.h + +## end gnulib module unistdio/u8-asprintf + +## begin gnulib module unistdio/u8-printf-parse + +libunistring_la_SOURCES += unistdio/u8-printf-parse.c + +EXTRA_DIST += printf-parse.c printf-parse.h unistdio/u-printf-parse.h + +EXTRA_libunistring_la_SOURCES += printf-parse.c + +## end gnulib module unistdio/u8-printf-parse + +## begin gnulib module unistdio/u8-snprintf + +libunistring_la_SOURCES += unistdio/u8-snprintf.c + +EXTRA_DIST += unistdio/u-snprintf.h + +## end gnulib module unistdio/u8-snprintf + +## begin gnulib module unistdio/u8-sprintf + +libunistring_la_SOURCES += unistdio/u8-sprintf.c + +EXTRA_DIST += unistdio/u-sprintf.h + +## end gnulib module unistdio/u8-sprintf + +## begin gnulib module unistdio/u8-u8-asnprintf + +libunistring_la_SOURCES += unistdio/u8-u8-asnprintf.c + +EXTRA_DIST += unistdio/u-asnprintf.h + +## end gnulib module unistdio/u8-u8-asnprintf + +## begin gnulib module unistdio/u8-u8-asprintf + +libunistring_la_SOURCES += unistdio/u8-u8-asprintf.c + +EXTRA_DIST += unistdio/u-asprintf.h + +## end gnulib module unistdio/u8-u8-asprintf + +## begin gnulib module unistdio/u8-u8-snprintf + +libunistring_la_SOURCES += unistdio/u8-u8-snprintf.c + +EXTRA_DIST += unistdio/u-snprintf.h + +## end gnulib module unistdio/u8-u8-snprintf + +## begin gnulib module unistdio/u8-u8-sprintf + +libunistring_la_SOURCES += unistdio/u8-u8-sprintf.c + +EXTRA_DIST += unistdio/u-sprintf.h + +## end gnulib module unistdio/u8-u8-sprintf + +## begin gnulib module unistdio/u8-u8-vasnprintf + +libunistring_la_SOURCES += unistdio/u8-u8-vasnprintf.c + +EXTRA_DIST += vasnprintf.c + +EXTRA_libunistring_la_SOURCES += vasnprintf.c + +## end gnulib module unistdio/u8-u8-vasnprintf + +## begin gnulib module unistdio/u8-u8-vasprintf + +libunistring_la_SOURCES += unistdio/u8-u8-vasprintf.c + +EXTRA_DIST += unistdio/u-vasprintf.h + +## end gnulib module unistdio/u8-u8-vasprintf + +## begin gnulib module unistdio/u8-u8-vsnprintf + +libunistring_la_SOURCES += unistdio/u8-u8-vsnprintf.c + +EXTRA_DIST += unistdio/u-vsnprintf.h + +## end gnulib module unistdio/u8-u8-vsnprintf + +## begin gnulib module unistdio/u8-u8-vsprintf + +libunistring_la_SOURCES += unistdio/u8-u8-vsprintf.c + +EXTRA_DIST += unistdio/u-vsprintf.h + +## end gnulib module unistdio/u8-u8-vsprintf + +## begin gnulib module unistdio/u8-vasnprintf + +libunistring_la_SOURCES += unistdio/u8-vasnprintf.c + +EXTRA_DIST += vasnprintf.c + +EXTRA_libunistring_la_SOURCES += vasnprintf.c + +## end gnulib module unistdio/u8-vasnprintf + +## begin gnulib module unistdio/u8-vasprintf + +libunistring_la_SOURCES += unistdio/u8-vasprintf.c + +EXTRA_DIST += unistdio/u-vasprintf.h + +## end gnulib module unistdio/u8-vasprintf + +## begin gnulib module unistdio/u8-vsnprintf + +libunistring_la_SOURCES += unistdio/u8-vsnprintf.c + +EXTRA_DIST += unistdio/u-vsnprintf.h + +## end gnulib module unistdio/u8-vsnprintf + +## begin gnulib module unistdio/u8-vsprintf + +libunistring_la_SOURCES += unistdio/u8-vsprintf.c + +EXTRA_DIST += unistdio/u-vsprintf.h + +## end gnulib module unistdio/u8-vsprintf + +## begin gnulib module unistdio/ulc-asnprintf + +libunistring_la_SOURCES += unistdio/ulc-asnprintf.c + +EXTRA_DIST += unistdio/u-asnprintf.h + +## end gnulib module unistdio/ulc-asnprintf + +## begin gnulib module unistdio/ulc-asprintf + +libunistring_la_SOURCES += unistdio/ulc-asprintf.c + +EXTRA_DIST += unistdio/u-asprintf.h + +## end gnulib module unistdio/ulc-asprintf + +## begin gnulib module unistdio/ulc-fprintf + +libunistring_la_SOURCES += unistdio/ulc-fprintf.c + +## end gnulib module unistdio/ulc-fprintf + +## begin gnulib module unistdio/ulc-printf-parse + +libunistring_la_SOURCES += unistdio/ulc-printf-parse.c + +EXTRA_DIST += printf-parse.c printf-parse.h unistdio/u-printf-parse.h + +EXTRA_libunistring_la_SOURCES += printf-parse.c + +## end gnulib module unistdio/ulc-printf-parse + +## begin gnulib module unistdio/ulc-snprintf + +libunistring_la_SOURCES += unistdio/ulc-snprintf.c + +EXTRA_DIST += unistdio/u-snprintf.h + +## end gnulib module unistdio/ulc-snprintf + +## begin gnulib module unistdio/ulc-sprintf + +libunistring_la_SOURCES += unistdio/ulc-sprintf.c + +EXTRA_DIST += unistdio/u-sprintf.h + +## end gnulib module unistdio/ulc-sprintf + +## begin gnulib module unistdio/ulc-vasnprintf + +libunistring_la_SOURCES += unistdio/ulc-vasnprintf.c + +EXTRA_DIST += vasnprintf.c + +EXTRA_libunistring_la_SOURCES += vasnprintf.c + +## end gnulib module unistdio/ulc-vasnprintf + +## begin gnulib module unistdio/ulc-vasprintf + +libunistring_la_SOURCES += unistdio/ulc-vasprintf.c + +EXTRA_DIST += unistdio/u-vasprintf.h + +## end gnulib module unistdio/ulc-vasprintf + +## begin gnulib module unistdio/ulc-vfprintf + +libunistring_la_SOURCES += unistdio/ulc-vfprintf.c + +## end gnulib module unistdio/ulc-vfprintf + +## begin gnulib module unistdio/ulc-vsnprintf + +libunistring_la_SOURCES += unistdio/ulc-vsnprintf.c + +EXTRA_DIST += unistdio/u-vsnprintf.h + +## end gnulib module unistdio/ulc-vsnprintf + +## begin gnulib module unistdio/ulc-vsprintf + +libunistring_la_SOURCES += unistdio/ulc-vsprintf.c + +EXTRA_DIST += unistdio/u-vsprintf.h + +## end gnulib module unistdio/ulc-vsprintf + +## begin gnulib module unistr/base + + +EXTRA_DIST += unistr.h + +## end gnulib module unistr/base + +## begin gnulib module unistr/u16-check + +libunistring_la_SOURCES += unistr/u16-check.c + +## end gnulib module unistr/u16-check + +## begin gnulib module unistr/u16-chr + +libunistring_la_SOURCES += unistr/u16-chr.c + +## end gnulib module unistr/u16-chr + +## begin gnulib module unistr/u16-cmp + +libunistring_la_SOURCES += unistr/u16-cmp.c + +## end gnulib module unistr/u16-cmp + +## begin gnulib module unistr/u16-cmp2 + +libunistring_la_SOURCES += unistr/u16-cmp2.c + +EXTRA_DIST += unistr/u-cmp2.h + +## end gnulib module unistr/u16-cmp2 + +## begin gnulib module unistr/u16-cpy + +libunistring_la_SOURCES += unistr/u16-cpy.c + +EXTRA_DIST += unistr/u-cpy.h + +## end gnulib module unistr/u16-cpy + +## begin gnulib module unistr/u16-cpy-alloc + +libunistring_la_SOURCES += unistr/u16-cpy-alloc.c + +EXTRA_DIST += unistr/u-cpy-alloc.h + +## end gnulib module unistr/u16-cpy-alloc + +## begin gnulib module unistr/u16-endswith + +libunistring_la_SOURCES += unistr/u16-endswith.c + +EXTRA_DIST += unistr/u-endswith.h + +## end gnulib module unistr/u16-endswith + +## begin gnulib module unistr/u16-mblen + +libunistring_la_SOURCES += unistr/u16-mblen.c + +## end gnulib module unistr/u16-mblen + +## begin gnulib module unistr/u16-mbsnlen + +libunistring_la_SOURCES += unistr/u16-mbsnlen.c + +## end gnulib module unistr/u16-mbsnlen + +## begin gnulib module unistr/u16-mbtouc + +libunistring_la_SOURCES += unistr/u16-mbtouc.c unistr/u16-mbtouc-aux.c + +## end gnulib module unistr/u16-mbtouc + +## begin gnulib module unistr/u16-mbtouc-unsafe + +libunistring_la_SOURCES += unistr/u16-mbtouc-unsafe.c unistr/u16-mbtouc-unsafe-aux.c + +## end gnulib module unistr/u16-mbtouc-unsafe + +## begin gnulib module unistr/u16-mbtoucr + +libunistring_la_SOURCES += unistr/u16-mbtoucr.c + +## end gnulib module unistr/u16-mbtoucr + +## begin gnulib module unistr/u16-move + +libunistring_la_SOURCES += unistr/u16-move.c + +EXTRA_DIST += unistr/u-move.h + +## end gnulib module unistr/u16-move + +## begin gnulib module unistr/u16-next + +libunistring_la_SOURCES += unistr/u16-next.c + +## end gnulib module unistr/u16-next + +## begin gnulib module unistr/u16-prev + +libunistring_la_SOURCES += unistr/u16-prev.c + +## end gnulib module unistr/u16-prev + +## begin gnulib module unistr/u16-set + +libunistring_la_SOURCES += unistr/u16-set.c + +EXTRA_DIST += unistr/u-set.h + +## end gnulib module unistr/u16-set + +## begin gnulib module unistr/u16-startswith + +libunistring_la_SOURCES += unistr/u16-startswith.c + +EXTRA_DIST += unistr/u-startswith.h + +## end gnulib module unistr/u16-startswith + +## begin gnulib module unistr/u16-stpcpy + +libunistring_la_SOURCES += unistr/u16-stpcpy.c + +EXTRA_DIST += unistr/u-stpcpy.h + +## end gnulib module unistr/u16-stpcpy + +## begin gnulib module unistr/u16-stpncpy + +libunistring_la_SOURCES += unistr/u16-stpncpy.c + +EXTRA_DIST += unistr/u-stpncpy.h + +## end gnulib module unistr/u16-stpncpy + +## begin gnulib module unistr/u16-strcat + +libunistring_la_SOURCES += unistr/u16-strcat.c + +EXTRA_DIST += unistr/u-strcat.h + +## end gnulib module unistr/u16-strcat + +## begin gnulib module unistr/u16-strchr + +libunistring_la_SOURCES += unistr/u16-strchr.c + +## end gnulib module unistr/u16-strchr + +## begin gnulib module unistr/u16-strcmp + +libunistring_la_SOURCES += unistr/u16-strcmp.c + +## end gnulib module unistr/u16-strcmp + +## begin gnulib module unistr/u16-strcoll + +libunistring_la_SOURCES += unistr/u16-strcoll.c + +EXTRA_DIST += unistr/u-strcoll.h + +## end gnulib module unistr/u16-strcoll + +## begin gnulib module unistr/u16-strcpy + +libunistring_la_SOURCES += unistr/u16-strcpy.c + +EXTRA_DIST += unistr/u-strcpy.h + +## end gnulib module unistr/u16-strcpy + +## begin gnulib module unistr/u16-strcspn + +libunistring_la_SOURCES += unistr/u16-strcspn.c + +EXTRA_DIST += unistr/u-strcspn.h + +## end gnulib module unistr/u16-strcspn + +## begin gnulib module unistr/u16-strdup + +libunistring_la_SOURCES += unistr/u16-strdup.c + +EXTRA_DIST += unistr/u-strdup.h + +## end gnulib module unistr/u16-strdup + +## begin gnulib module unistr/u16-strlen + +libunistring_la_SOURCES += unistr/u16-strlen.c + +EXTRA_DIST += unistr/u-strlen.h + +## end gnulib module unistr/u16-strlen + +## begin gnulib module unistr/u16-strmblen + +libunistring_la_SOURCES += unistr/u16-strmblen.c + +## end gnulib module unistr/u16-strmblen + +## begin gnulib module unistr/u16-strmbtouc + +libunistring_la_SOURCES += unistr/u16-strmbtouc.c + +## end gnulib module unistr/u16-strmbtouc + +## begin gnulib module unistr/u16-strncat + +libunistring_la_SOURCES += unistr/u16-strncat.c + +EXTRA_DIST += unistr/u-strncat.h + +## end gnulib module unistr/u16-strncat + +## begin gnulib module unistr/u16-strncmp + +libunistring_la_SOURCES += unistr/u16-strncmp.c + +## end gnulib module unistr/u16-strncmp + +## begin gnulib module unistr/u16-strncpy + +libunistring_la_SOURCES += unistr/u16-strncpy.c + +EXTRA_DIST += unistr/u-strncpy.h + +## end gnulib module unistr/u16-strncpy + +## begin gnulib module unistr/u16-strnlen + +libunistring_la_SOURCES += unistr/u16-strnlen.c + +EXTRA_DIST += unistr/u-strnlen.h + +## end gnulib module unistr/u16-strnlen + +## begin gnulib module unistr/u16-strpbrk + +libunistring_la_SOURCES += unistr/u16-strpbrk.c + +EXTRA_DIST += unistr/u-strpbrk.h + +## end gnulib module unistr/u16-strpbrk + +## begin gnulib module unistr/u16-strrchr + +libunistring_la_SOURCES += unistr/u16-strrchr.c + +## end gnulib module unistr/u16-strrchr + +## begin gnulib module unistr/u16-strspn + +libunistring_la_SOURCES += unistr/u16-strspn.c + +EXTRA_DIST += unistr/u-strspn.h + +## end gnulib module unistr/u16-strspn + +## begin gnulib module unistr/u16-strstr + +libunistring_la_SOURCES += unistr/u16-strstr.c + +EXTRA_DIST += unistr/u-strstr.h + +## end gnulib module unistr/u16-strstr + +## begin gnulib module unistr/u16-strtok + +libunistring_la_SOURCES += unistr/u16-strtok.c + +EXTRA_DIST += unistr/u-strtok.h + +## end gnulib module unistr/u16-strtok + +## begin gnulib module unistr/u16-to-u32 + +libunistring_la_SOURCES += unistr/u16-to-u32.c + +## end gnulib module unistr/u16-to-u32 + +## begin gnulib module unistr/u16-to-u8 + +libunistring_la_SOURCES += unistr/u16-to-u8.c + +## end gnulib module unistr/u16-to-u8 + +## begin gnulib module unistr/u16-uctomb + +libunistring_la_SOURCES += unistr/u16-uctomb.c unistr/u16-uctomb-aux.c + +## end gnulib module unistr/u16-uctomb + +## begin gnulib module unistr/u32-check + +libunistring_la_SOURCES += unistr/u32-check.c + +## end gnulib module unistr/u32-check + +## begin gnulib module unistr/u32-chr + +libunistring_la_SOURCES += unistr/u32-chr.c + +## end gnulib module unistr/u32-chr + +## begin gnulib module unistr/u32-cmp + +libunistring_la_SOURCES += unistr/u32-cmp.c + +## end gnulib module unistr/u32-cmp + +## begin gnulib module unistr/u32-cmp2 + +libunistring_la_SOURCES += unistr/u32-cmp2.c + +EXTRA_DIST += unistr/u-cmp2.h + +## end gnulib module unistr/u32-cmp2 + +## begin gnulib module unistr/u32-cpy + +libunistring_la_SOURCES += unistr/u32-cpy.c + +EXTRA_DIST += unistr/u-cpy.h + +## end gnulib module unistr/u32-cpy + +## begin gnulib module unistr/u32-cpy-alloc + +libunistring_la_SOURCES += unistr/u32-cpy-alloc.c + +EXTRA_DIST += unistr/u-cpy-alloc.h + +## end gnulib module unistr/u32-cpy-alloc + +## begin gnulib module unistr/u32-endswith + +libunistring_la_SOURCES += unistr/u32-endswith.c + +EXTRA_DIST += unistr/u-endswith.h + +## end gnulib module unistr/u32-endswith + +## begin gnulib module unistr/u32-mblen + +libunistring_la_SOURCES += unistr/u32-mblen.c + +## end gnulib module unistr/u32-mblen + +## begin gnulib module unistr/u32-mbsnlen + +libunistring_la_SOURCES += unistr/u32-mbsnlen.c + +## end gnulib module unistr/u32-mbsnlen + +## begin gnulib module unistr/u32-mbtouc + +libunistring_la_SOURCES += unistr/u32-mbtouc.c + +## end gnulib module unistr/u32-mbtouc + +## begin gnulib module unistr/u32-mbtouc-unsafe + +libunistring_la_SOURCES += unistr/u32-mbtouc-unsafe.c + +## end gnulib module unistr/u32-mbtouc-unsafe + +## begin gnulib module unistr/u32-mbtoucr + +libunistring_la_SOURCES += unistr/u32-mbtoucr.c + +## end gnulib module unistr/u32-mbtoucr + +## begin gnulib module unistr/u32-move + +libunistring_la_SOURCES += unistr/u32-move.c + +EXTRA_DIST += unistr/u-move.h + +## end gnulib module unistr/u32-move + +## begin gnulib module unistr/u32-next + +libunistring_la_SOURCES += unistr/u32-next.c + +## end gnulib module unistr/u32-next + +## begin gnulib module unistr/u32-prev + +libunistring_la_SOURCES += unistr/u32-prev.c + +## end gnulib module unistr/u32-prev + +## begin gnulib module unistr/u32-set + +libunistring_la_SOURCES += unistr/u32-set.c + +EXTRA_DIST += unistr/u-set.h + +## end gnulib module unistr/u32-set + +## begin gnulib module unistr/u32-startswith + +libunistring_la_SOURCES += unistr/u32-startswith.c + +EXTRA_DIST += unistr/u-startswith.h + +## end gnulib module unistr/u32-startswith + +## begin gnulib module unistr/u32-stpcpy + +libunistring_la_SOURCES += unistr/u32-stpcpy.c + +EXTRA_DIST += unistr/u-stpcpy.h + +## end gnulib module unistr/u32-stpcpy + +## begin gnulib module unistr/u32-stpncpy + +libunistring_la_SOURCES += unistr/u32-stpncpy.c + +EXTRA_DIST += unistr/u-stpncpy.h + +## end gnulib module unistr/u32-stpncpy + +## begin gnulib module unistr/u32-strcat + +libunistring_la_SOURCES += unistr/u32-strcat.c + +EXTRA_DIST += unistr/u-strcat.h + +## end gnulib module unistr/u32-strcat + +## begin gnulib module unistr/u32-strchr + +libunistring_la_SOURCES += unistr/u32-strchr.c + +## end gnulib module unistr/u32-strchr + +## begin gnulib module unistr/u32-strcmp + +libunistring_la_SOURCES += unistr/u32-strcmp.c + +## end gnulib module unistr/u32-strcmp + +## begin gnulib module unistr/u32-strcoll + +libunistring_la_SOURCES += unistr/u32-strcoll.c + +EXTRA_DIST += unistr/u-strcoll.h + +## end gnulib module unistr/u32-strcoll + +## begin gnulib module unistr/u32-strcpy + +libunistring_la_SOURCES += unistr/u32-strcpy.c + +EXTRA_DIST += unistr/u-strcpy.h + +## end gnulib module unistr/u32-strcpy + +## begin gnulib module unistr/u32-strcspn + +libunistring_la_SOURCES += unistr/u32-strcspn.c + +## end gnulib module unistr/u32-strcspn + +## begin gnulib module unistr/u32-strdup + +libunistring_la_SOURCES += unistr/u32-strdup.c + +EXTRA_DIST += unistr/u-strdup.h + +## end gnulib module unistr/u32-strdup + +## begin gnulib module unistr/u32-strlen + +libunistring_la_SOURCES += unistr/u32-strlen.c + +EXTRA_DIST += unistr/u-strlen.h + +## end gnulib module unistr/u32-strlen + +## begin gnulib module unistr/u32-strmblen + +libunistring_la_SOURCES += unistr/u32-strmblen.c + +## end gnulib module unistr/u32-strmblen + +## begin gnulib module unistr/u32-strmbtouc + +libunistring_la_SOURCES += unistr/u32-strmbtouc.c + +## end gnulib module unistr/u32-strmbtouc + +## begin gnulib module unistr/u32-strncat + +libunistring_la_SOURCES += unistr/u32-strncat.c + +EXTRA_DIST += unistr/u-strncat.h + +## end gnulib module unistr/u32-strncat + +## begin gnulib module unistr/u32-strncmp + +libunistring_la_SOURCES += unistr/u32-strncmp.c + +## end gnulib module unistr/u32-strncmp + +## begin gnulib module unistr/u32-strncpy + +libunistring_la_SOURCES += unistr/u32-strncpy.c + +EXTRA_DIST += unistr/u-strncpy.h + +## end gnulib module unistr/u32-strncpy + +## begin gnulib module unistr/u32-strnlen + +libunistring_la_SOURCES += unistr/u32-strnlen.c + +EXTRA_DIST += unistr/u-strnlen.h + +## end gnulib module unistr/u32-strnlen + +## begin gnulib module unistr/u32-strpbrk + +libunistring_la_SOURCES += unistr/u32-strpbrk.c + +## end gnulib module unistr/u32-strpbrk + +## begin gnulib module unistr/u32-strrchr + +libunistring_la_SOURCES += unistr/u32-strrchr.c + +## end gnulib module unistr/u32-strrchr + +## begin gnulib module unistr/u32-strspn + +libunistring_la_SOURCES += unistr/u32-strspn.c + +## end gnulib module unistr/u32-strspn + +## begin gnulib module unistr/u32-strstr + +libunistring_la_SOURCES += unistr/u32-strstr.c + +EXTRA_DIST += unistr/u-strstr.h + +## end gnulib module unistr/u32-strstr + +## begin gnulib module unistr/u32-strtok + +libunistring_la_SOURCES += unistr/u32-strtok.c + +EXTRA_DIST += unistr/u-strtok.h + +## end gnulib module unistr/u32-strtok + +## begin gnulib module unistr/u32-to-u16 + +libunistring_la_SOURCES += unistr/u32-to-u16.c + +## end gnulib module unistr/u32-to-u16 + +## begin gnulib module unistr/u32-to-u8 + +libunistring_la_SOURCES += unistr/u32-to-u8.c + +## end gnulib module unistr/u32-to-u8 + +## begin gnulib module unistr/u32-uctomb + +libunistring_la_SOURCES += unistr/u32-uctomb.c + +## end gnulib module unistr/u32-uctomb + +## begin gnulib module unistr/u8-check + +libunistring_la_SOURCES += unistr/u8-check.c + +## end gnulib module unistr/u8-check + +## begin gnulib module unistr/u8-chr + +libunistring_la_SOURCES += unistr/u8-chr.c + +## end gnulib module unistr/u8-chr + +## begin gnulib module unistr/u8-cmp + +libunistring_la_SOURCES += unistr/u8-cmp.c + +## end gnulib module unistr/u8-cmp + +## begin gnulib module unistr/u8-cmp2 + +libunistring_la_SOURCES += unistr/u8-cmp2.c + +EXTRA_DIST += unistr/u-cmp2.h + +## end gnulib module unistr/u8-cmp2 + +## begin gnulib module unistr/u8-cpy + +libunistring_la_SOURCES += unistr/u8-cpy.c + +EXTRA_DIST += unistr/u-cpy.h + +## end gnulib module unistr/u8-cpy + +## begin gnulib module unistr/u8-cpy-alloc + +libunistring_la_SOURCES += unistr/u8-cpy-alloc.c + +EXTRA_DIST += unistr/u-cpy-alloc.h + +## end gnulib module unistr/u8-cpy-alloc + +## begin gnulib module unistr/u8-endswith + +libunistring_la_SOURCES += unistr/u8-endswith.c + +EXTRA_DIST += unistr/u-endswith.h + +## end gnulib module unistr/u8-endswith + +## begin gnulib module unistr/u8-mblen + +libunistring_la_SOURCES += unistr/u8-mblen.c + +## end gnulib module unistr/u8-mblen + +## begin gnulib module unistr/u8-mbsnlen + +libunistring_la_SOURCES += unistr/u8-mbsnlen.c + +## end gnulib module unistr/u8-mbsnlen + +## begin gnulib module unistr/u8-mbtouc + +libunistring_la_SOURCES += unistr/u8-mbtouc.c unistr/u8-mbtouc-aux.c + +## end gnulib module unistr/u8-mbtouc + +## begin gnulib module unistr/u8-mbtouc-unsafe + +libunistring_la_SOURCES += unistr/u8-mbtouc-unsafe.c unistr/u8-mbtouc-unsafe-aux.c + +## end gnulib module unistr/u8-mbtouc-unsafe + +## begin gnulib module unistr/u8-mbtoucr + +libunistring_la_SOURCES += unistr/u8-mbtoucr.c + +## end gnulib module unistr/u8-mbtoucr + +## begin gnulib module unistr/u8-move + +libunistring_la_SOURCES += unistr/u8-move.c + +EXTRA_DIST += unistr/u-move.h + +## end gnulib module unistr/u8-move + +## begin gnulib module unistr/u8-next + +libunistring_la_SOURCES += unistr/u8-next.c + +## end gnulib module unistr/u8-next + +## begin gnulib module unistr/u8-prev + +libunistring_la_SOURCES += unistr/u8-prev.c + +## end gnulib module unistr/u8-prev + +## begin gnulib module unistr/u8-set + +libunistring_la_SOURCES += unistr/u8-set.c + +## end gnulib module unistr/u8-set + +## begin gnulib module unistr/u8-startswith + +libunistring_la_SOURCES += unistr/u8-startswith.c + +EXTRA_DIST += unistr/u-startswith.h + +## end gnulib module unistr/u8-startswith + +## begin gnulib module unistr/u8-stpcpy + +libunistring_la_SOURCES += unistr/u8-stpcpy.c + +EXTRA_DIST += unistr/u-stpcpy.h + +## end gnulib module unistr/u8-stpcpy + +## begin gnulib module unistr/u8-stpncpy + +libunistring_la_SOURCES += unistr/u8-stpncpy.c + +EXTRA_DIST += unistr/u-stpncpy.h + +## end gnulib module unistr/u8-stpncpy + +## begin gnulib module unistr/u8-strcat + +libunistring_la_SOURCES += unistr/u8-strcat.c + +## end gnulib module unistr/u8-strcat + +## begin gnulib module unistr/u8-strchr + +libunistring_la_SOURCES += unistr/u8-strchr.c + +## end gnulib module unistr/u8-strchr + +## begin gnulib module unistr/u8-strcmp + +libunistring_la_SOURCES += unistr/u8-strcmp.c + +## end gnulib module unistr/u8-strcmp + +## begin gnulib module unistr/u8-strcoll + +libunistring_la_SOURCES += unistr/u8-strcoll.c + +EXTRA_DIST += unistr/u-strcoll.h + +## end gnulib module unistr/u8-strcoll + +## begin gnulib module unistr/u8-strcpy + +libunistring_la_SOURCES += unistr/u8-strcpy.c + +## end gnulib module unistr/u8-strcpy + +## begin gnulib module unistr/u8-strcspn + +libunistring_la_SOURCES += unistr/u8-strcspn.c + +EXTRA_DIST += unistr/u-strcspn.h + +## end gnulib module unistr/u8-strcspn + +## begin gnulib module unistr/u8-strdup + +libunistring_la_SOURCES += unistr/u8-strdup.c + +EXTRA_DIST += unistr/u-strdup.h + +## end gnulib module unistr/u8-strdup + +## begin gnulib module unistr/u8-strlen + +libunistring_la_SOURCES += unistr/u8-strlen.c + +## end gnulib module unistr/u8-strlen + +## begin gnulib module unistr/u8-strmblen + +libunistring_la_SOURCES += unistr/u8-strmblen.c + +## end gnulib module unistr/u8-strmblen + +## begin gnulib module unistr/u8-strmbtouc + +libunistring_la_SOURCES += unistr/u8-strmbtouc.c + +## end gnulib module unistr/u8-strmbtouc + +## begin gnulib module unistr/u8-strncat + +libunistring_la_SOURCES += unistr/u8-strncat.c + +## end gnulib module unistr/u8-strncat + +## begin gnulib module unistr/u8-strncmp + +libunistring_la_SOURCES += unistr/u8-strncmp.c + +## end gnulib module unistr/u8-strncmp + +## begin gnulib module unistr/u8-strncpy + +libunistring_la_SOURCES += unistr/u8-strncpy.c + +## end gnulib module unistr/u8-strncpy + +## begin gnulib module unistr/u8-strnlen + +libunistring_la_SOURCES += unistr/u8-strnlen.c + +EXTRA_DIST += unistr/u-strnlen.h + +## end gnulib module unistr/u8-strnlen + +## begin gnulib module unistr/u8-strpbrk + +libunistring_la_SOURCES += unistr/u8-strpbrk.c + +EXTRA_DIST += unistr/u-strpbrk.h + +## end gnulib module unistr/u8-strpbrk + +## begin gnulib module unistr/u8-strrchr + +libunistring_la_SOURCES += unistr/u8-strrchr.c + +## end gnulib module unistr/u8-strrchr + +## begin gnulib module unistr/u8-strspn + +libunistring_la_SOURCES += unistr/u8-strspn.c + +EXTRA_DIST += unistr/u-strspn.h + +## end gnulib module unistr/u8-strspn + +## begin gnulib module unistr/u8-strstr + +libunistring_la_SOURCES += unistr/u8-strstr.c + +EXTRA_DIST += unistr/u-strstr.h + +## end gnulib module unistr/u8-strstr + +## begin gnulib module unistr/u8-strtok + +libunistring_la_SOURCES += unistr/u8-strtok.c + +EXTRA_DIST += unistr/u-strtok.h + +## end gnulib module unistr/u8-strtok + +## begin gnulib module unistr/u8-to-u16 + +libunistring_la_SOURCES += unistr/u8-to-u16.c + +## end gnulib module unistr/u8-to-u16 + +## begin gnulib module unistr/u8-to-u32 + +libunistring_la_SOURCES += unistr/u8-to-u32.c + +## end gnulib module unistr/u8-to-u32 + +## begin gnulib module unistr/u8-uctomb + +libunistring_la_SOURCES += unistr/u8-uctomb.c unistr/u8-uctomb-aux.c + +## end gnulib module unistr/u8-uctomb + +## begin gnulib module unitypes + + +EXTRA_DIST += unitypes.h + +## end gnulib module unitypes + +## begin gnulib module uniwbrk/base + + +EXTRA_DIST += uniwbrk.h + +## end gnulib module uniwbrk/base + +## begin gnulib module uniwbrk/table + +libunistring_la_SOURCES += uniwbrk/wbrktable.c + +EXTRA_DIST += uniwbrk/wbrktable.h + +## end gnulib module uniwbrk/table + +## begin gnulib module uniwbrk/u16-wordbreaks + +libunistring_la_SOURCES += uniwbrk/u16-wordbreaks.c + +EXTRA_DIST += uniwbrk/u-wordbreaks.h + +## end gnulib module uniwbrk/u16-wordbreaks + +## begin gnulib module uniwbrk/u32-wordbreaks + +libunistring_la_SOURCES += uniwbrk/u32-wordbreaks.c + +EXTRA_DIST += uniwbrk/u-wordbreaks.h + +## end gnulib module uniwbrk/u32-wordbreaks + +## begin gnulib module uniwbrk/u8-wordbreaks + +libunistring_la_SOURCES += uniwbrk/u8-wordbreaks.c + +EXTRA_DIST += uniwbrk/u-wordbreaks.h + +## end gnulib module uniwbrk/u8-wordbreaks + +## begin gnulib module uniwbrk/ulc-wordbreaks + +libunistring_la_SOURCES += uniwbrk/ulc-wordbreaks.c + +## end gnulib module uniwbrk/ulc-wordbreaks + +## begin gnulib module uniwbrk/wordbreak-property + +libunistring_la_SOURCES += uniwbrk/wordbreak-property.c + +EXTRA_DIST += uniwbrk/wbrkprop.h + +## end gnulib module uniwbrk/wordbreak-property + +## begin gnulib module uniwidth/base + + +EXTRA_DIST += localcharset.h uniwidth.h + +## end gnulib module uniwidth/base + +## begin gnulib module uniwidth/u16-strwidth + +libunistring_la_SOURCES += uniwidth/u16-strwidth.c + +## end gnulib module uniwidth/u16-strwidth + +## begin gnulib module uniwidth/u16-width + +libunistring_la_SOURCES += uniwidth/u16-width.c + +## end gnulib module uniwidth/u16-width + +## begin gnulib module uniwidth/u32-strwidth + +libunistring_la_SOURCES += uniwidth/u32-strwidth.c + +## end gnulib module uniwidth/u32-strwidth + +## begin gnulib module uniwidth/u32-width + +libunistring_la_SOURCES += uniwidth/u32-width.c + +## end gnulib module uniwidth/u32-width + +## begin gnulib module uniwidth/u8-strwidth + +libunistring_la_SOURCES += uniwidth/u8-strwidth.c + +## end gnulib module uniwidth/u8-strwidth + +## begin gnulib module uniwidth/u8-width + +libunistring_la_SOURCES += uniwidth/u8-width.c + +## end gnulib module uniwidth/u8-width + +## begin gnulib module uniwidth/width + +libunistring_la_SOURCES += uniwidth/width.c + +EXTRA_DIST += uniwidth/cjk.h + +## end gnulib module uniwidth/width + +## begin gnulib module verify + +libunistring_la_SOURCES += verify.h + +## end gnulib module verify + +## begin gnulib module wchar + +BUILT_SOURCES += $(WCHAR_H) + +# We need the following in order to create when the system +# version does not work standalone. +wchar.h: wchar.in.h + rm -f $@-t $@ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ + -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \ + -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \ + -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \ + -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \ + -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \ + -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \ + -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \ + -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \ + -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \ + -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \ + -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \ + -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \ + -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \ + -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \ + -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \ + -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \ + -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \ + -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \ + -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \ + -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \ + -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \ + -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \ + -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \ + -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \ + -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \ + -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \ + -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \ + -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \ + -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \ + -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \ + -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \ + -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \ + -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \ + -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \ + -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \ + -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \ + -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \ + -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ + < $(srcdir)/wchar.in.h; \ + } > $@-t + mv $@-t $@ +MOSTLYCLEANFILES += wchar.h wchar.h-t + +EXTRA_DIST += wchar.in.h + +## end gnulib module wchar + +## begin gnulib module wctype + +BUILT_SOURCES += $(WCTYPE_H) + +# We need the following in order to create when the system +# doesn't have one that works with the given compiler. +wctype.h: wctype.in.h + rm -f $@-t $@ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + sed -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \ + -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ + -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \ + -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \ + -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \ + -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \ + < $(srcdir)/wctype.in.h; \ + } > $@-t + mv $@-t $@ +MOSTLYCLEANFILES += wctype.h wctype.h-t + +EXTRA_DIST += wctype.in.h + +## end gnulib module wctype + +## begin gnulib module wcwidth + + +EXTRA_DIST += wcwidth.c + +EXTRA_libunistring_la_SOURCES += wcwidth.c + +## end gnulib module wcwidth + +## begin gnulib module xsize + +libunistring_la_SOURCES += xsize.h + +## end gnulib module xsize + + +mostlyclean-local: mostlyclean-generic + @for dir in '' $(MOSTLYCLEANDIRS); do \ + if test -n "$$dir" && test -d $$dir; then \ + echo "rmdir $$dir"; rmdir $$dir; \ + fi; \ + done; \ + : -- cgit v1.2.3