summaryrefslogtreecommitdiff
path: root/build_posix/Make.subdirs
blob: d37acef50e18bd2ea286751ce9e822c4b9863d04 (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
# 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/compressors/bzip2 BZIP2
ext/compressors/nop
ext/compressors/snappy SNAPPY
ext/compressors/zlib ZLIB
ext/datasources/helium HAVE_HELIUM
ext/test/kvs_bdb HAVE_BERKELEY_DB
.
api/leveldb LEVELDB
bench/wtperf
examples/c
lang/java JAVA
examples/java JAVA
lang/python PYTHON
test/bloom
test/checkpoint
test/fops
test/format HAVE_BERKELEY_DB
test/huge
test/salvage
test/thread