c8abf8936a9e882c97d11a03f2d26a8a203f5240
[gnulib.git] / modules / fnmatch
1 Description:
2 GNU fnmatch() implementation.
3
4 Files:
5 lib/fnmatch_.h
6 lib/fnmatch.c
7 lib/fnmatch_loop.c
8 m4/mbstate_t.m4
9 m4/fnmatch.m4
10
11 Depends-on:
12 alloca
13 stdbool
14 wchar
15 wctype
16
17 configure.ac:
18 # No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
19
20 Makefile.am:
21 BUILT_SOURCES += $(FNMATCH_H)
22
23 # We need the following in order to create <fnmatch.h> when the system
24 # doesn't have one that supports the required API.
25 fnmatch.h: fnmatch_.h
26         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
27           cat $(srcdir)/fnmatch_.h; \
28         } > $@-t
29         mv -f $@-t $@
30 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
31
32 Include:
33 <fnmatch.h>
34
35 License:
36 LGPLv2+
37
38 Maintainer:
39 all, glibc