summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/build_posix/Make.subdirs
blob: 64749378ed116c06e7b25199c0681ff4c366056b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# List of sub-directories, used by makemake to create Makefile.am
#
# The format is:
#   <dir> [<condition>]
#
# If the directory exists, it is added to AUTO_SUBDIRS.
# If a condition is included, the subdir is made conditional via AM_CONDITIONAL
ext/collators/reverse
ext/collators/revint
ext/compressors/lz4 LZ4
ext/compressors/nop
ext/compressors/snappy SNAPPY
ext/compressors/zlib ZLIB
ext/datasources/helium HAVE_HELIUM
ext/encryptors/nop
ext/encryptors/rotn
ext/extractors/csv
ext/test/kvs_bdb HAVE_BERKELEY_DB
.
api/leveldb LEVELDB
bench/wtperf
examples/c
lang/java JAVA
examples/java JAVA
lang/python PYTHON

# Make the tests
test/utility
test/bloom
test/checkpoint
test/csuite
test/cursor_order
test/fops
test/format
test/huge
test/manydbs
test/packing
test/readonly
test/recovery
test/salvage
test/thread