mtx-tests: Reduce dependencies.
[gnulib.git] / modules / bitset
blob1f2a23251292c24f54e748070afcf5f6154ffc4e
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 attribute
21 c99
22 ffsl
23 fopen-gnu
24 gettext-h
25 integer_length_l
26 obstack
27 stdbool
28 xalloc
30 configure.ac:
31 AC_REQUIRE([AC_C_INLINE])
33 Makefile.am:
34 lib_SOURCES += bitset.c bitset/array.c bitset/stats.c \
35   bitset/table.c bitset/list.c bitset/vector.c
37 Include:
38 "bitset.h"
40 License:
41 GPLv3+
43 Maintainer:
44 Akim Demaille <akim.demaille@gmail.com>