2 A <ctype.h> that conforms to C99.
18 BUILT_SOURCES += ctype.h
20 # We need the following in order to create <ctype.h> when the system
21 # doesn't have one that works with the given compiler.
22 ctype.h: ctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
23 $(AM_V_GEN)rm -f $@-t $@ && \
24 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
25 sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
26 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
27 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
28 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
29 -e 's|@''NEXT_CTYPE_H''@|$(NEXT_CTYPE_H)|g' \
30 -e 's/@''GNULIB_ISBLANK''@/$(GNULIB_ISBLANK)/g' \
31 -e 's/@''HAVE_ISBLANK''@/$(HAVE_ISBLANK)/g' \
32 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
33 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
34 < $(srcdir)/ctype.in.h; \
37 MOSTLYCLEANFILES += ctype.h ctype.h-t