Assorted whitespace cleanup and typo fixes.
[haiku.git] / src / bin / mail_utils / Jamfile
blobffad6a98022e341b71f1df80f5d911b3c843e022
1 SubDir HAIKU_TOP src bin mail_utils ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 if $(TARGET_PLATFORM) != haiku {
6         UsePublicHeaders mail ;
9 UsePrivateHeaders mail ;
11 StdBinCommands
12         mail2mbox.cpp
13         : be
14         : mail2mbox.rdef
15         ;
17 StdBinCommands
18         mbox2mail.cpp
19         : be libmail.so
20         : mbox2mail.rdef
21         ;
23 StdBinCommands
24         spamdbm.cpp
25         : be tracker [ TargetLibstdc++ ] libmail.so
26         : spamdbm.rdef
27         ;