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