1 SubDir HAIKU_TOP src add-ons media media-add-ons esound_sink ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
6 SubDirC++Flags -fmultiple-symbol-spaces ;
9 local architectureObject ;
10 for architectureObject in [ MultiArchSubDirSetup ] {
11 on $(architectureObject) {
12 Addon [ MultiArchDefaultGristFiles esound_sink.media_addon ] :
16 : be media network [ TargetLibsupc++ ]