repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Assorted whitespace cleanup and typo fixes.
[haiku.git]
/
src
/
bin
/
mail_utils
/
Jamfile
blob
ffad6a98022e341b71f1df80f5d911b3c843e022
1
SubDir HAIKU_TOP src bin mail_utils ;
2
3
SetSubDirSupportedPlatformsBeOSCompatible ;
4
5
if $(TARGET_PLATFORM) != haiku {
6
UsePublicHeaders mail ;
7
}
8
9
UsePrivateHeaders mail ;
10
11
StdBinCommands
12
mail2mbox.cpp
13
: be
14
: mail2mbox.rdef
15
;
16
17
StdBinCommands
18
mbox2mail.cpp
19
: be libmail.so
20
: mbox2mail.rdef
21
;
22
23
StdBinCommands
24
spamdbm.cpp
25
: be tracker [ TargetLibstdc++ ] libmail.so
26
: spamdbm.rdef
27
;