mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* modules/libunistring: (License): Change from LGPL to "LGPLv3+ or GPLv2". * modules/libunistring-optional: Likewise. * modules/unicase/*: Likewise. * modules/uniconv/*: Likewise. * modules/unictype/*: Likewise. * modules/unigbrk/*: Likewise. * modules/unilbrk/*: Likewise. * modules/uniname/*: Likewise. * modules/uninorm/*: Likewise. * modules/unistdio/*: Likewise. * modules/unistr/*: Likewise. * modules/uniwbrk/*: Likewise. * modules/uniwidth/*: Likewise.
33 lines
818 B
Plaintext
33 lines
818 B
Plaintext
Description:
|
|
Special casing table.
|
|
|
|
Files:
|
|
lib/unicase/special-casing.h
|
|
lib/unicase/special-casing.c
|
|
lib/unicase/special-casing-table.gperf
|
|
|
|
Depends-on:
|
|
gperf
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += unicase/special-casing.c
|
|
|
|
unicase/special-casing-table.h: $(srcdir)/unicase/special-casing-table.gperf
|
|
$(V_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
|
|
|
|
Include:
|
|
"unicase/special-casing.h"
|
|
|
|
License:
|
|
LGPLv3+ or GPLv2
|
|
|
|
Maintainer:
|
|
all
|