1SubDir HAIKU_TOP src preferences sounds ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) { 6 SubDirC++Flags -fmultiple-symbol-spaces ; 7} 8 9Preference Sounds : 10 HApp.cpp 11 HEventItem.cpp 12 HWindow.cpp 13 HEventList.cpp 14 : be game tracker libmedia.so 15 : Sounds.rdef 16 ; 17