1SubDir HAIKU_TOP src preferences media ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) { 6 SubDirC++Flags -fmultiple-symbol-spaces ; 7} 8 9UsePrivateHeaders media shared ; 10 11Preference Media : 12 Media.cpp 13 MediaAlert.cpp 14 MediaIcons.cpp 15 MediaListItem.cpp 16 MediaViews.cpp 17 MediaWindow.cpp 18 : media be localestub $(TARGET_LIBSUPC++) 19 : media.rdef 20 ; 21 22DoCatalogs Media 23 : x-vnd.Haiku-Media 24 : MediaViews.cpp 25 MediaWindow.cpp 26; 27