1SubDir HAIKU_TOP src servers bluetooth ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5UsePrivateHeaders shared bluetooth net kernel ; 6 7AddResources bluetooth_server : server-bluetooth.rdef ; 8 9Server bluetooth_server 10 : 11 BluetoothServer.cpp 12 DeviceManager.cpp 13 HCIControllerAccessor.cpp 14 HCITransportAccessor.cpp 15 LocalDeviceHandler.cpp 16 LocalDeviceImpl.cpp 17 Output.cpp 18 : be libbluetooth.so 19 $(TARGET_LIBSTDC++) 20; 21