1SubDir HAIKU_TOP src preferences bluetooth ; 2 3UsePrivateHeaders bluetooth ; 4UsePrivateHeaders shared ; 5 6AddResources Bluetooth : bluetooth-pref.rdef ; 7 8Preference Bluetooth : 9 BluetoothDeviceView.cpp 10 BluetoothMain.cpp 11 BluetoothSettingsView.cpp 12 BluetoothWindow.cpp 13 DeviceListItem.cpp 14 ExtendedLocalDeviceView.cpp 15 InquiryPanel.cpp 16 RemoteDevicesView.cpp 17 : be libbluetooth.so $(TARGET_LIBSUPC++) liblocale.so 18 ; 19 20DoCatalogs Bluetooth : 21 x-vnd.Haiku-BluetoothPrefs 22 : 23 BluetoothDeviceView.cpp 24 BluetoothMain.cpp 25 BluetoothSettingsView.cpp 26 BluetoothWindow.cpp 27 ExtendedLocalDeviceView.cpp 28 InquiryPanel.cpp 29 RemoteDevicesView.cpp 30; 31 32