1SubDir HAIKU_TOP src apps mail ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4AddSubDirSupportedPlatforms libbe_test ; 5 6if $(TARGET_PLATFORM) != haiku { 7 UsePublicHeaders mail ; 8} 9 10UsePrivateHeaders mail ; 11UsePrivateHeaders textencoding ; 12UsePrivateHeaders shared ; 13UsePrivateHeaders storage ; 14 15AddResources Mail : Mail.rdef pictures.rdef ; 16Application Mail : 17 AutoTextControl.cpp 18 BmapButton.cpp 19 ButtonBar.cpp 20 ComboBox.cpp 21 Content.cpp 22 Enclosures.cpp 23 FindWindow.cpp 24 Header.cpp 25 MailApp.cpp 26 MailPopUpMenu.cpp 27 MailSupport.cpp 28 MailWindow.cpp 29 Prefs.cpp 30 QueryMenu.cpp 31 Signature.cpp 32 Status.cpp 33 Utilities.cpp 34 WIndex.cpp 35 Words.cpp 36 KUndoBuffer.cpp ; 37 38LinkAgainst Mail : be tracker $(TARGET_LIBSTDC++) libmail.so libtextencoding.so ; 39 40Package haiku-maildaemon-cvs : 41 Mail : 42 boot beos apps ; 43 44 45if ( $(TARGET_PLATFORM) = libbe_test ) { 46 HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Mail 47 : tests!apps ; 48} 49