2 fnmatch() function: wildcard matching.
27 BUILT_SOURCES += $(FNMATCH_H)
29 # We need the following in order to create <fnmatch.h> when the system
30 # doesn't have one that supports the required API.
31 fnmatch.h: fnmatch.in.h $(ARG_NONNULL_H)
32 $(AM_V_GEN)rm -f $@-t $@ && \
33 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
34 sed -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
35 < $(srcdir)/fnmatch.in.h; \
38 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t