1 SubDir HAIKU_TOP src servers mail ; 2 3 SetSubDirSupportedPlatformsBeOSCompatible ; 4 5 if $(TARGET_PLATFORM) != haiku { 6 UsePublicHeaders mail ; 7 } 8 9 UsePublicHeaders [ FDirName add-ons mail_daemon ] ; 10 UsePrivateHeaders mail shared tracker ; 11 SubDirHdrs $(HAIKU_TOP) src kits tracker ; 12 13 AddResources mail_daemon : mail_daemon.rdef DeskbarViewIcons.rdef ; 14 15 Server mail_daemon : 16 DeskbarView.cpp 17 ErrorLogWindow.cpp 18 LEDAnimation.cpp 19 MailDaemon.cpp 20 main.cpp 21 Notifier.cpp 22 : be libmail.so tracker localestub $(TARGET_LIBSTDC++) 23 $(TARGET_NETWORK_LIBS) 24 ; 25 26 DoCatalogs mail_daemon : 27 x-vnd.Be-POST 28 : 29 DeskbarView.cpp 30 MailDaemon.cpp 31 Notifier.cpp 32 ; 33