Make UEFI boot-platform build again
[haiku.git] / src / bin / mail_utils / Jamfile
blobdf3d01968d909d8162c36868661ebc281c71401f
1 SubDir HAIKU_TOP src bin mail_utils ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 if $(TARGET_PLATFORM) != haiku {
6         UsePublicHeaders mail ;
9 UsePrivateHeaders mail ;
11 StdBinCommands
12         mail.cpp
13         : be mail
14         : mail.rdef
15         ;
17 StdBinCommands
18         mail2mbox.cpp
19         : be
20         : mail2mbox.rdef
21         ;
23 StdBinCommands
24         mbox2mail.cpp
25         : be libmail.so
26         : mbox2mail.rdef
27         ;
29 StdBinCommands
30         spamdbm.cpp
31         : be tracker [ TargetLibstdc++ ] libmail.so
32         : spamdbm.rdef
33         ;