xref: /haiku/src/bin/mail_utils/Jamfile (revision fce4895d1884da5ae6fb299d23c735c598e690b1)
1SubDir HAIKU_TOP src bin mail_utils ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5if $(TARGET_PLATFORM) != haiku {
6	UsePublicHeaders mail ;
7}
8
9UsePrivateHeaders mail ;
10
11StdBinCommands
12	mail.cpp
13	: be mail
14	: mail.rdef
15	;
16
17StdBinCommands
18	mail2mbox.cpp
19	: be
20	: mail2mbox.rdef
21	;
22
23StdBinCommands
24	mbox2mail.cpp
25	: be libmail.so
26	: mbox2mail.rdef
27	;
28
29StdBinCommands
30	spamdbm.cpp
31	: be tracker [ TargetLibstdc++ ] libmail.so
32	: spamdbm.rdef
33	;
34