summaryrefslogtreecommitdiff
path: root/modules.txt
blob: de00f08bf36c53f499272855099a2c4714b86f59 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# first entry is module name, next entries are dependencies or -l<libname> library includes

# put !<platform-name>,<platform-name> after a module / library to exclude it from a particular platform
# put !+<platform-name>,... to include it only on those platforms

# -l libaries must be in the order they should appear on the command line.
# Note that order is important on platforms which do not have shared libraries.

# Generic support code and modules

OMIT:mingw32
OMIT:CYGWIN
lib/raidfile
END-OMIT

lib/crypto
lib/server
lib/win32		lib/server
lib/compress
test/common		lib/win32
test/crypto		lib/crypto	lib/win32
test/compress		lib/compress	lib/win32

OMIT:mingw32
test/basicserver	lib/server	lib/win32
OMIT:CYGWIN
test/raidfile		lib/raidfile
END-OMIT

# IF_DISTRIBUTION(boxbackup)

# Backup system

lib/backupclient	lib/server	lib/crypto	lib/compress

OMIT:mingw32
OMIT:CYGWIN
lib/backupstore		lib/server	lib/raidfile	lib/backupclient
bin/bbstored		lib/raidfile	lib/server	lib/backupstore	lib/backupclient	lib/win32
bin/bbstoreaccounts	lib/raidfile	lib/backupstore	lib/win32
bin/bbackupobjdump	lib/backupclient lib/backupstore	lib/win32
END-OMIT

bin/bbackupd		lib/server	lib/backupclient	lib/win32
bin/bbackupquery	lib/server	lib/backupclient	lib/win32
bin/bbackupctl		lib/server	lib/backupclient	lib/win32

OMIT:mingw32
OMIT:CYGWIN
test/backupstore	bin/bbstored	bin/bbstoreaccounts lib/server lib/backupstore lib/backupclient lib/raidfile
test/backupstorefix	bin/bbstored	bin/bbstoreaccounts	lib/backupstore	lib/raidfile	bin/bbackupquery	bin/bbackupd
test/backupstorepatch	bin/bbstored	bin/bbstoreaccounts	lib/backupstore	lib/raidfile
test/backupdiff		lib/backupclient
test/bbackupd		bin/bbackupd	bin/bbstored bin/bbstoreaccounts bin/bbackupquery bin/bbackupctl lib/server lib/backupstore lib/backupclient
END-OMIT

# END_IF_DISTRIBUTION