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