3b851c6da10d3724634c301d4e32fa4db4044d42
[gnulib.git] / modules / unitypes
1 Description:
2 Base types for Unicode string functions.
3
4 Files:
5 lib/unitypes.in.h
6
7 Depends-on:
8 stdint
9
10 configure.ac:
11 gl_LIBUNISTRING_LIBHEADER([0.9], [unitypes.h])
12
13 Makefile.am:
14 BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H)
15
16 unitypes.h: unitypes.in.h
17         $(AM_V_GEN)rm -f $@-t $@ && \
18         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
19           cat $(srcdir)/unitypes.in.h; \
20         } > $@-t && \
21         mv -f $@-t $@
22 MOSTLYCLEANFILES += unitypes.h unitypes.h-t
23
24 Include:
25 "unitypes.h"
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible
32