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