Relicense some modules under LGPLv2+, for libidn2.
[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 gl_LIBUNISTRING_MODULE([0.9.4], [unictype/scripts])
15
16 Makefile.am:
17 if LIBUNISTRING_COMPILE_UNICTYPE_SCRIPTS
18 lib_SOURCES += unictype/scripts.c
19 endif
20
21 unictype/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
24 BUILT_SOURCES        += unictype/scripts_byname.h
25 MOSTLYCLEANFILES     += unictype/scripts_byname.h-t
26 MAINTAINERCLEANFILES += unictype/scripts_byname.h
27 EXTRA_DIST           += unictype/scripts_byname.h
28
29 Include:
30 "unictype.h"
31
32 License:
33 LGPLv2+
34
35 Maintainer:
36 Bruno Haible
37