error: depend on stdio
[gnulib.git] / modules / uniconv / base
1 Description:
2 Base layer for conversion from/to legacy encodings.
3
4 Files:
5 lib/uniconv.in.h
6 lib/iconveh.h
7 lib/striconveha.h
8 lib/localcharset.h
9 m4/libunistring-base.m4
10
11 Depends-on:
12 unitypes
13
14 configure.ac:
15 gl_LIBUNISTRING_LIBHEADER([0.9], [uniconv.h])
16
17 Makefile.am:
18 BUILT_SOURCES += $(LIBUNISTRING_UNICONV_H)
19
20 uniconv.h: uniconv.in.h
21         $(AM_V_GEN)rm -f $@-t $@ && \
22         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
23           cat $(srcdir)/uniconv.in.h; \
24         } > $@-t && \
25         mv -f $@-t $@
26 MOSTLYCLEANFILES += uniconv.h uniconv.h-t
27
28 Include:
29 "uniconv.h"
30
31 License:
32 LGPLv2+
33
34 Maintainer:
35 Bruno Haible
36