1SubDir HAIKU_TOP src preferences media ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) { 6 SubDirC++Flags -fmultiple-symbol-spaces ; 7} 8 9UseLibraryHeaders icon ; 10UsePrivateHeaders media ; 11 12Preference Media : 13 Media.cpp 14 MediaWindow.cpp 15 MediaViews.cpp 16 MediaListItem.cpp 17 MediaAlert.cpp 18 : media be liblocale.so $(TARGET_LIBSUPC++) 19 : media.rdef 20 ; 21 22DoCatalogs Media 23 : x-vnd.Haiku-Media 24 : MediaViews.cpp 25 MediaWindow.cpp 26 : en.catalog 27 : bg.catkeys eo.catkeys fr.catkeys lt.catkeys pt.catkeys ru.catkeys sv.catkeys 28 uk.catkeys 29 ; 30