summaryrefslogtreecommitdiff
path: root/modules/unictype/joiningtype-byname
blob: 63ab121b653e14568c09d1ba84a0ea46fd5b875b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Description:
Find a Unicode character Arabic joining type, given its name.

Files:
lib/unictype/joiningtype_byname.c
lib/unictype/joiningtype_byname.gperf

Depends-on:
unictype/base
gperf

configure.ac:
gl_LIBUNISTRING_MODULE([0.9.5], [unictype/joiningtype-byname])

Makefile.am:
if LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_BYNAME
lib_SOURCES += unictype/joiningtype_byname.c
endif

unictype/joiningtype_byname.h: unictype/joiningtype_byname.gperf
	$(GPERF) -m 10 $(srcdir)/unictype/joiningtype_byname.gperf > $(srcdir)/unictype/joiningtype_byname.h-t
	mv $(srcdir)/unictype/joiningtype_byname.h-t $(srcdir)/unictype/joiningtype_byname.h
BUILT_SOURCES        += unictype/joiningtype_byname.h
MOSTLYCLEANFILES     += unictype/joiningtype_byname.h-t
MAINTAINERCLEANFILES += unictype/joiningtype_byname.h
EXTRA_DIST           += unictype/joiningtype_byname.h

Include:
"unictype.h"

License:
LGPL

Maintainer:
Daiki Ueno