1SubDir HAIKU_TOP src tests add-ons mail imap ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5UsePrivateHeaders mail shared ; 6SubDirHdrs [ FDirName $(HAIKU_TOP) src tests add-ons kernel file_systems 7 fs_shell ] ; 8SubDirHdrs [ FDirName $(HAIKU_TOP) src add-ons mail_daemon inbound_protocols 9 imap imap_lib ] ; 10 11local libSources = IMAPFolders.cpp IMAPHandler.cpp IMAPMailbox.cpp 12 IMAPParser.cpp IMAPProtocol.cpp IMAPStorage.cpp ; 13 14SimpleTest imap_tester : 15 imap_tester.cpp 16 $(libSources) 17 18 # from fs_shell 19 argv.c 20 21 : be [ TargetLibsupc++ ] mail 22; 23 24SEARCH on [ FGristFiles $(libSources) ] 25 = [ FDirName $(HAIKU_TOP) src add-ons mail_daemon inbound_protocols imap 26 imap_lib ] ; 27 28SEARCH on [ FGristFiles argv.c ] = [ FDirName $(HAIKU_TOP) src tests add-ons 29 kernel file_systems fs_shell ] ; 30