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