SubDir HAIKU_TOP src bin bemail_utils ;

SetSubDirSupportedPlatformsBeOSCompatible ;

if $(TARGET_PLATFORM) != haiku {
	UsePublicHeaders mail ;
}

UsePrivateHeaders mail ;

StdBinCommands
	bemailtombox.cpp
	: be
	: bemailtombox.rdef
	;
Package haiku-maildaemon-cvs :
	bemailtombox :
	boot home config bin ;

StdBinCommands
	mboxtobemail.cpp
	: be libmail.so
	: mboxtobemail.rdef
	;
Package haiku-maildaemon-cvs :
	mboxtobemail :
	boot home config bin ;

StdBinCommands
	spamdbm.cpp
	: be tracker $(TARGET_LIBSTDC++) libmail.so
	: spamdbm.rdef
	;
Package haiku-maildaemon-cvs :
	spamdbm : 
	boot home config bin ;
