Rename module 'wctype' to 'wctype-h'.
[gnulib.git] / modules / wctype-h
1 Description:
2 A <wctype.h> that conforms better to C99.
3
4 Files:
5 lib/wctype.in.h
6 lib/iswblank.c
7 m4/wctype_h.m4
8 m4/wint_t.m4
9
10 Depends-on:
11 include_next
12 c++defs
13 warn-on-use
14
15 configure.ac:
16 gl_WCTYPE_H
17
18 Makefile.am:
19 BUILT_SOURCES += wctype.h
20
21 # We need the following in order to create <wctype.h> when the system
22 # doesn't have one that works with the given compiler.
23 wctype.h: wctype.in.h $(CXXDEFS_H) $(WARN_ON_USE_H)
24         $(AM_V_GEN)rm -f $@-t $@ && \
25         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
26           sed -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
27               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
28               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
29               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
30               -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
31               -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
32               -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
33               -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
34               -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \
35               -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
36               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
37               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
38               < $(srcdir)/wctype.in.h; \
39         } > $@-t && \
40         mv $@-t $@
41 MOSTLYCLEANFILES += wctype.h wctype.h-t
42
43 Include:
44 <wctype.h>
45
46 License:
47 LGPLv2+
48
49 Maintainer:
50 all