Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[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 gl_LIBUNISTRING_MODULE([0.9.4], [uninorm/composition])
14
15 Makefile.am:
16 if LIBUNISTRING_COMPILE_UNINORM_COMPOSITION
17 lib_SOURCES += uninorm/composition.c
18 endif
19
20 uninorm/composition-table.h: $(srcdir)/uninorm/composition-table.gperf
21         $(GPERF) -m 1 $(srcdir)/uninorm/composition-table.gperf > $(srcdir)/uninorm/composition-table.h-t
22         mv $(srcdir)/uninorm/composition-table.h-t $(srcdir)/uninorm/composition-table.h
23 BUILT_SOURCES        += uninorm/composition-table.h
24 MOSTLYCLEANFILES     += uninorm/composition-table.h-t
25 MAINTAINERCLEANFILES += uninorm/composition-table.h
26 EXTRA_DIST           += uninorm/composition-table.h
27
28 Include:
29 "uninorm.h"
30
31 License:
32 LGPLv2+
33
34 Maintainer:
35 Bruno Haible
36