1Description:
2Scripts of Unicode characters.
3
4Files:
5lib/unictype/scripts.c
6lib/unictype/scripts.h
7lib/unictype/scripts_byname.gperf
8
9Depends-on:
10unictype/base
11gperf
12
13configure.ac:
14gl_LIBUNISTRING_MODULE([0.9.4], [unictype/scripts])
15
16Makefile.am:
17if LIBUNISTRING_COMPILE_UNICTYPE_SCRIPTS
18lib_SOURCES += unictype/scripts.c
19endif
20
21unictype/scripts_byname.h: unictype/scripts_byname.gperf
22	$(GPERF) -m 10 $(srcdir)/unictype/scripts_byname.gperf > $(srcdir)/unictype/scripts_byname.h-t
23	mv $(srcdir)/unictype/scripts_byname.h-t $(srcdir)/unictype/scripts_byname.h
24BUILT_SOURCES        += unictype/scripts_byname.h
25MOSTLYCLEANFILES     += unictype/scripts_byname.h-t
26MAINTAINERCLEANFILES += unictype/scripts_byname.h
27EXTRA_DIST           += unictype/scripts_byname.h
28
29Include:
30"unictype.h"
31
32License:
33LGPLv2+
34
35Maintainer:
36Bruno Haible
37
38