1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-08-26 11:28:09 +00:00
Files
Bruno Haible bf9412ab2e iconv_open, uni*: Add support for VPATH builds with OpenBSD 'make'.
* modules/iconv_open (Makefile.am): In the rules that use gperf, prefix
the target file names with '$(srcdir)/'.
* modules/unicase/locale-language (Makefile.am): Likewise.
* modules/unicase/special-casing (Makefile.am): Likewise.
* modules/unictype/bidiclass-byname (Makefile.am): Likewise.
* modules/unictype/category-byname (Makefile.am): Likewise.
* modules/unictype/combining-class-byname (Makefile.am): Likewise.
* modules/unictype/joininggroup-byname (Makefile.am): Likewise.
* modules/unictype/joiningtype-byname (Makefile.am): Likewise.
* modules/unictype/property-byname (Makefile.am): Likewise.
* modules/unictype/scripts (Makefile.am): Likewise.
* modules/uninorm/composition (Makefile.am): Likewise.
2017-08-16 11:25:10 +02:00

41 lines
981 B
Plaintext

Description:
Language code of current locale.
Files:
lib/unicase/locale-language.c
lib/unicase/locale-languages.gperf
Depends-on:
unicase/base
localename
gperf
configure.ac:
gl_LIBUNISTRING_MODULE([0.9.3], [unicase/locale-language])
Makefile.am:
if LIBUNISTRING_COMPILE_UNICASE_LOCALE_LANGUAGE
lib_SOURCES += unicase/locale-language.c
endif
$(srcdir)/unicase/locale-languages.h: $(srcdir)/unicase/locale-languages.gperf
$(V_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
Include:
"unicase.h"
Link:
@INTL_MACOSX_LIBS@
$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
License:
LGPLv3+ or GPLv2
Maintainer:
all