log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / glob-h
blobb490a73276947b5aca252e888b8b3339af3dbc5b
1 Description:
2 A <glob.h> that conforms to POSIX.
4 Files:
5 lib/glob.in.h
6 lib/glob-libc.h
7 m4/glob_h.m4
9 Depends-on:
10 extensions
11 include_next
12 snippet/arg-nonnull
13 snippet/c++defs
14 snippet/warn-on-use
15 libc-config
16 lstat
17 sys_stat
19 configure.ac:
20 gl_GLOB_H
22 Makefile.am:
23 BUILT_SOURCES += $(GLOB_H)
25 # We need the following in order to create <glob.h>.
26 if GL_GENERATE_GLOB_H
27 glob.h: glob.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
28         $(AM_V_GEN)rm -f $@-t $@ && \
29         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
30           sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
31               -e 's|@''HAVE_GLOB_H''@|$(HAVE_GLOB_H)|g' \
32               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
33               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
34               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
35               -e 's|@''NEXT_GLOB_H''@|$(NEXT_GLOB_H)|g' \
36               -e 's/@''GNULIB_GLOB''@/$(GNULIB_GLOB)/g' \
37               -e 's|@''HAVE_GLOB''@|$(HAVE_GLOB)|g' \
38               -e 's|@''HAVE_GLOB_PATTERN_P''@|$(HAVE_GLOB_PATTERN_P)|g' \
39               -e 's|@''REPLACE_GLOB''@|$(REPLACE_GLOB)|g' \
40               -e 's|@''REPLACE_GLOB_PATTERN_P''@|$(REPLACE_GLOB_PATTERN_P)|g' \
41               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
42               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
43               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
44               < $(srcdir)/glob.in.h; \
45         } > $@-t && \
46         mv $@-t $@
47 else
48 glob.h: $(top_builddir)/config.status
49         rm -f $@
50 endif
51 MOSTLYCLEANFILES += glob.h glob.h-t
53 Include:
54 <glob.h>
56 License:
57 LGPLv2+
59 Maintainer:
60 all, glibc