readme-release: new module with release instructions
[gnulib.git] / modules / poll-h
1 Description:
2 A POSIX-like <poll.h>.
3
4 Files:
5 lib/poll.in.h
6 m4/poll_h.m4
7
8 Depends-on:
9 c++defs
10 extensions
11 include_next
12 warn-on-use
13
14 configure.ac:
15 gl_POLL_H
16
17 Makefile.am:
18 BUILT_SOURCES += poll.h
19
20 # We need the following in order to create <poll.h> when the system
21 # doesn't have one.
22 poll.h: poll.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|@''HAVE_POLL_H''@|$(HAVE_POLL_H)|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_POLL_H''@|$(NEXT_POLL_H)|g' \
30               -e 's|@''GNULIB_POLL''@|$(GNULIB_POLL)|g' \
31               -e 's|@''HAVE_POLL''@|$(HAVE_POLL)|g' \
32               -e 's|@''REPLACE_POLL''@|$(REPLACE_POLL)|g' \
33               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
34               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
35               < $(srcdir)/poll.in.h; \
36         } > $@-t && \
37         mv -f $@-t $@
38 MOSTLYCLEANFILES += poll.h poll.h-t
39
40 Include:
41 <poll.h>
42
43 License:
44 LGPLv2+
45
46 Maintainer:
47 Paolo Bonzini, Bruno Haible