Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / bitset
blob76d1a2cacf50568202212e441c34fe21dc15a091
1 Description:
2 A common interface to several implementations of bitsets.
4 Files:
5 lib/bitset.c
6 lib/bitset.h
7 lib/bitset/array.c
8 lib/bitset/array.h
9 lib/bitset/base.h
10 lib/bitset/list.c
11 lib/bitset/list.h
12 lib/bitset/stats.c
13 lib/bitset/stats.h
14 lib/bitset/table.c
15 lib/bitset/table.h
16 lib/bitset/vector.c
17 lib/bitset/vector.h
19 Depends-on:
20 gettext-h
21 obstack
22 xalloc
24 Makefile.am:
25 lib_SOURCES += bitset.c bitset/array.c bitset/stats.c \
26   bitset/table.c bitset/list.c bitset/vector.c
28 Include:
29 "bitset.h"
31 License:
32 GPLv3+
34 Maintainer:
35 Akim Demaille <akim.demaille@gmail.com>