Rename module 'warn-on-use' to 'snippet/warn-on-use'.
[gnulib.git] / modules / inttypes-incomplete
1 Description:
2 An <inttypes.h> that conforms to C99 except for PRI* and SCN* macros.
3
4 Files:
5 lib/inttypes.in.h
6 m4/inttypes.m4
7
8 Depends-on:
9 include_next
10 multiarch
11 snippet/arg-nonnull
12 snippet/warn-on-use
13 stdint
14
15 configure.ac:
16 gl_INTTYPES_INCOMPLETE
17
18 Makefile.am:
19 BUILT_SOURCES += inttypes.h
20
21 # We need the following in order to create <inttypes.h> when the system
22 # doesn't have one that works with the given compiler.
23 inttypes.h: inttypes.in.h $(top_builddir)/config.status $(WARN_ON_USE_H) $(ARG_NONNULL_H)
24         $(AM_V_GEN)rm -f $@-t $@ && \
25         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
26           sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_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_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
31               -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
32               -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
33               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
34               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
35               -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
36               -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
37               -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
38               -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
39               -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
40               -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
41               -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
42               -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
43               -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
44               -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
45               -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
46               -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
47               -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
48               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
49               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
50               < $(srcdir)/inttypes.in.h; \
51         } > $@-t && \
52         mv $@-t $@
53 MOSTLYCLEANFILES += inttypes.h inttypes.h-t
54
55 Include:
56 <inttypes.h>
57
58 License:
59 LGPLv2+
60
61 Maintainer:
62 all