Merge commit '039ae97'
[gnulib.git] / modules / dirent
1 Description:
2 A GNU-like <dirent.h>.
3
4 Files:
5 lib/dirent.in.h
6 m4/dirent_h.m4
7 m4/unistd_h.m4
8
9 Depends-on:
10 include_next
11 link-warning
12
13 configure.ac:
14 gl_DIRENT_H
15
16 Makefile.am:
17 BUILT_SOURCES += $(DIRENT_H)
18
19 # We need the following in order to create <dirent.h> when the system
20 # doesn't have one that works with the given compiler.
21 dirent.h: dirent.in.h $(LINK_WARNING_H)
22         $(AM_V_GEN)rm -f $@-t $@ && \
23         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
24           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
25               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
26               -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
27               -e 's|@''GNULIB_DIRFD''@|$(GNULIB_DIRFD)|g' \
28               -e 's|@''GNULIB_FDOPENDIR''@|$(GNULIB_FDOPENDIR)|g' \
29               -e 's|@''GNULIB_SCANDIR''@|$(GNULIB_SCANDIR)|g' \
30               -e 's|@''GNULIB_ALPHASORT''@|$(GNULIB_ALPHASORT)|g' \
31               -e 's|@''HAVE_DECL_DIRFD''@|$(HAVE_DECL_DIRFD)|g' \
32               -e 's|@''HAVE_FDOPENDIR''@|$(HAVE_FDOPENDIR)|g' \
33               -e 's|@''HAVE_SCANDIR''@|$(HAVE_SCANDIR)|g' \
34               -e 's|@''HAVE_ALPHASORT''@|$(HAVE_ALPHASORT)|g' \
35               -e 's|@''REPLACE_CLOSEDIR''@|$(REPLACE_CLOSEDIR)|g' \
36               -e 's|@''REPLACE_FDOPENDIR''@|$(REPLACE_FDOPENDIR)|g' \
37               -e 's|@''REPLACE_OPENDIR''@|$(REPLACE_OPENDIR)|g' \
38               -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
39               < $(srcdir)/dirent.in.h; \
40         } > $@-t && \
41         mv $@-t $@
42 MOSTLYCLEANFILES += dirent.h dirent.h-t
43
44 Include:
45 <dirent.h>
46
47 License:
48 LGPLv2+
49
50 Maintainer:
51 all