1SubDir HAIKU_TOP src kits bluetooth ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5#if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) { 6# UseHeaders [ FDirName $(HAIKU_TOP) headers os ] : true ; 7#} 8 9UsePrivateHeaders shared bluetooth ; 10 11SubDirHdrs [ FDirName $(SUBDIR) UI ] ; 12 13SEARCH_SOURCE += [ FDirName $(SUBDIR) UI ] ; 14 15 16SharedLibrary libbluetooth.so : 17 LocalDevice.cpp 18 DiscoveryListener.cpp 19 DiscoveryAgent.cpp 20 RemoteDevice.cpp 21 CommandManager.cpp 22 KitSupport.cpp 23 DeviceClass.cpp 24 #UI 25 PincodeWindow.cpp 26 ConnectionIncoming.cpp 27 : be localestub [ TargetLibstdc++ ] 28; 29 30DoCatalogs libbluetooth.so : 31 x-vnd.Haiku-Bluetooth 32 : 33 DeviceClass.cpp 34 RemoteDevice.cpp 35; 36