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