Don't make generated files read-only. That would bother too many
[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
15 configure.ac:
16 # No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
17
18 Makefile.am:
19 BUILT_SOURCES += $(FNMATCH_H)
20 EXTRA_DIST += fnmatch_.h fnmatch_loop.c
21
22 # We need the following in order to create <fnmatch.h> when the system
23 # doesn't have one that supports the required API.
24 fnmatch.h: fnmatch_.h
25         cp -f $(srcdir)/fnmatch_.h $@-t
26         mv -f $@-t $@
27 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
28
29 Include:
30 <fnmatch.h>
31
32 License:
33 LGPL
34
35 Maintainer:
36 all, glibc