Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / exclude
blob04fb0e5ebe64e0d0aa3c476db9cb652ada6f7c17
1 Description:
2 Manage list of filenames or wildcard patterns for --exclude option processing.
4 Files:
5 lib/exclude.h
6 lib/exclude.c
8 Depends-on:
9 filename
10 fnmatch
11 hash
12 mbscasecmp
13 mbuiter
14 regex
15 stdbool
16 verify
17 xalloc
19 configure.ac:
21 Makefile.am:
22 lib_SOURCES += exclude.c
24 Include:
25 "exclude.h"
27 License:
28 GPL
30 Maintainer:
31 Paul Eggert