root/box/trunk/modules.txt

Revision 2717, 1.8 KB (checked in by chris, 6 days ago)

Remove QDBM, and switch BackupClientInodeToIDMap to use the bundled TDB
instead.

  • Property svn:eol-style set to native
Line 
1
2# first entry is module name, next entries are dependencies or -l<libname> library includes
3
4# put !<platform-name>,<platform-name> after a module / library to exclude it from a particular platform
5# put !+<platform-name>,... to include it only on those platforms
6
7# -l libaries must be in the order they should appear on the command line.
8# Note that order is important on platforms which do not have shared libraries.
9
10# Generic support code and modules
11
12lib/raidfile
13lib/crypto
14lib/server
15lib/compress
16lib/intercept
17
18test/common
19test/crypto             lib/crypto
20test/compress           lib/compress
21test/raidfile           lib/raidfile    lib/intercept
22test/basicserver        lib/server
23
24# IF_DISTRIBUTION(boxbackup)
25
26# Backup system
27
28lib/backupclient        lib/server      lib/crypto      lib/compress
29lib/backupstore         lib/server      lib/raidfile    lib/backupclient                bundled/tdb
30
31bin/bbackupobjdump      lib/backupclient lib/backupstore
32bin/bbstored            lib/raidfile    lib/server      lib/backupstore lib/backupclient        bundled/tdb
33bin/bbstoreaccounts     lib/raidfile    lib/backupstore
34bin/bbackupd            lib/server      lib/backupclient        bundled/tdb
35bin/bbackupquery        lib/server      lib/backupclient
36bin/bbackupctl          lib/server      lib/backupclient
37
38test/backupstore        bin/bbstored    bin/bbstoreaccounts lib/server lib/backupstore lib/backupclient lib/raidfile
39test/backupstorefix     bin/bbstored    bin/bbstoreaccounts     lib/backupstore lib/raidfile    bin/bbackupquery        bin/bbackupd    bin/bbackupctl
40test/backupstorepatch   bin/bbstored    bin/bbstoreaccounts     lib/backupstore lib/raidfile
41test/backupdiff         lib/backupclient
42test/bbackupd           bin/bbackupd    bin/bbstored bin/bbstoreaccounts bin/bbackupquery bin/bbackupctl lib/server lib/backupstore lib/backupclient    lib/intercept
43
44# HTTP server system
45lib/httpserver          lib/server
46test/httpserver         lib/httpserver
47bin/s3simulator         lib/httpserver
48
49# END_IF_DISTRIBUTION
50
Note: See TracBrowser for help on using the browser.