Tests for module 'uninorm/nfkc'.
[gnulib.git] / modules / uninorm / composition
1 Description:
2 Composition of Unicode characters.
3
4 Files:
5 lib/uninorm/composition.c
6 lib/uninorm/composition-table.gperf
7
8 Depends-on:
9 uninorm/base
10 gperf
11
12 configure.ac:
13
14 Makefile.am:
15 lib_SOURCES += uninorm/composition.c
16
17 uninorm/composition-table.h: $(srcdir)/uninorm/composition-table.gperf
18         $(GPERF) -m 1 $(srcdir)/uninorm/composition-table.gperf > $@-t
19         mv $@-t $@
20 BUILT_SOURCES        += uninorm/composition-table.h
21 MOSTLYCLEANFILES     += uninorm/composition-table.h-t
22 MAINTAINERCLEANFILES += uninorm/composition-table.h
23 EXTRA_DIST           += uninorm/composition-table.h
24
25 Include:
26 "uninorm.h"
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible
33