annotate modules/unitypes @ 13354:86634e33e086

New module 'libunistring-optional'.
author Bruno Haible <bruno@clisp.org>
date Tue, 18 May 2010 20:11:42 +0200
parents dc1b4b5f8246
children 2d4854871087
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7791
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Base types for Unicode string functions.
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
13354
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
5 lib/unitypes.in.h
7791
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Depends-on:
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 stdint
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 configure.ac:
13354
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
11 gl_LIBUNISTRING_LIBHEADER([0.9], [unitypes.h])
7791
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 Makefile.am:
13354
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
14 BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H)
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
15
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
16 unitypes.h: unitypes.in.h
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
17 $(AM_V_GEN)rm -f $@-t $@ && \
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
18 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
19 cat $(srcdir)/unitypes.in.h; \
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
20 } > $@-t && \
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
21 mv -f $@-t $@
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
22 MOSTLYCLEANFILES += unitypes.h unitypes.h-t
7791
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 Include:
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 "unitypes.h"
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 License:
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 LGPL
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 Maintainer:
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 Bruno Haible
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32