2 fnmatch() function: wildcard matching.
14 alloca [test -n "$FNMATCH_H"]
15 stdbool [test -n "$FNMATCH_H"]
16 wchar [test -n "$FNMATCH_H"]
17 wctype-h [test -n "$FNMATCH_H"]
18 memchr [test -n "$FNMATCH_H"]
19 memcmp [test -n "$FNMATCH_H"]
20 mbsrtowcs [test -n "$FNMATCH_H"]
21 mbsinit [test -n "$FNMATCH_H"]
25 if test -n "$FNMATCH_H"; then
31 BUILT_SOURCES += $(FNMATCH_H)
33 # We need the following in order to create <fnmatch.h> when the system
34 # doesn't have one that supports the required API.
35 if GL_GENERATE_FNMATCH_H
36 fnmatch.h: fnmatch.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
37 $(AM_V_GEN)rm -f $@-t $@ && \
38 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
39 sed -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
40 < $(srcdir)/fnmatch.in.h; \
44 fnmatch.h: $(top_builddir)/config.status
47 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t