135cd3776b0ba5be2200b598323464a425567cbd
[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 AC_PROG_MKDIR_P
14
15 Makefile.am:
16 lib_SOURCES += uninorm/composition.c
17
18 uninorm/composition-table.h: $(srcdir)/uninorm/composition-table.gperf
19         @MKDIR_P@ uninorm
20         $(GPERF) -m 1 $(srcdir)/uninorm/composition-table.gperf > $@-t
21         mv $@-t $@
22 BUILT_SOURCES        += uninorm/composition-table.h
23 MOSTLYCLEANFILES     += uninorm/composition-table.h-t
24 MAINTAINERCLEANFILES += uninorm/composition-table.h
25 EXTRA_DIST           += uninorm/composition-table.h
26
27 Include:
28 "uninorm.h"
29
30 License:
31 LGPL
32
33 Maintainer:
34 Bruno Haible
35