Assorted whitespace cleanup and typo fixes.
[haiku.git] / src / kits / bluetooth / Jamfile
blob2bc4091d6f27a131591406896c6c4ffbc1c22bce
1 SubDir HAIKU_TOP src kits bluetooth ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 #if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
6 #       UseHeaders [ FDirName $(HAIKU_TOP) headers os ] : true ;
7 #}
9 UsePrivateHeaders shared bluetooth ;
11 SubDirHdrs [ FDirName $(SUBDIR) UI ] ;
13 SEARCH_SOURCE += [ FDirName $(SUBDIR) UI ] ;
16 SharedLibrary 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++ ]
30 DoCatalogs libbluetooth.so :
31         x-vnd.Haiku-Bluetooth
32         :
33         DeviceClass.cpp
34         RemoteDevice.cpp