Following recent changes to use libroot_build on Haiku also, it is now actually impossible to build Haiku components on non-Haiku platforms (BeOS R5, Dan0, BONE, Zeta), so we can remove any logic related to this. This is only the first part; still to be removed are: * SetSubDirSupportedPlatformsBeOSCompatible * HOST_PLATFORM_BEOS_COMPATIBLE * TARGET_PLATFORM_BEOS_COMPATIBLE
20 lines
471 B
Plaintext
20 lines
471 B
Plaintext
SubDir HAIKU_TOP src add-ons media media-add-ons opensound ;
|
|
|
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
|
|
|
UsePrivateHeaders media ;
|
|
|
|
local architectureObject ;
|
|
for architectureObject in [ MultiArchSubDirSetup ] {
|
|
on $(architectureObject) {
|
|
Addon [ MultiArchDefaultGristFiles opensound.media_addon ] :
|
|
OpenSoundAddOn.cpp
|
|
OpenSoundDevice.cpp
|
|
OpenSoundDeviceEngine.cpp
|
|
OpenSoundDeviceMixer.cpp
|
|
OpenSoundNode.cpp
|
|
: be media [ TargetLibsupc++ ]
|
|
;
|
|
}
|
|
}
|