1Description:
2Base layer for Unicode character case mappings.
3
4Files:
5lib/unicase.in.h
6m4/libunistring-base.m4
7
8Depends-on:
9unitypes
10uninorm/base
11stdbool
12
13configure.ac:
14gl_LIBUNISTRING_LIBHEADER([0.9.11], [unicase.h])
15
16Makefile.am:
17BUILT_SOURCES += $(LIBUNISTRING_UNICASE_H)
18
19unicase.h: unicase.in.h
20	$(AM_V_GEN)rm -f $@-t $@ && \
21	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
22	  cat $(srcdir)/unicase.in.h; \
23	} > $@-t && \
24	mv -f $@-t $@
25MOSTLYCLEANFILES += unicase.h unicase.h-t
26
27Include:
28"unicase.h"
29
30License:
31LGPLv3+ or GPLv2+
32
33Maintainer:
34all
35