HaikuDepot: notify work status from main window
[haiku.git] / src / kits / bluetooth / Jamfile
blobda3a1d1fc24b66c94e8612732be4464354c25554
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 local architectureObject ;
14 for architectureObject in [ MultiArchSubDirSetup ] {
15         on $(architectureObject) {
17                 SEARCH_SOURCE += [ FDirName $(SUBDIR) UI ] ;
19                 SharedLibrary [ MultiArchDefaultGristFiles libbluetooth.so ] :
20                         LocalDevice.cpp
21                         DiscoveryListener.cpp
22                         DiscoveryAgent.cpp
23                         RemoteDevice.cpp
24                         CommandManager.cpp
25                         KitSupport.cpp
26                         DeviceClass.cpp
27                         #UI
28                         PincodeWindow.cpp
29                         ConnectionIncoming.cpp
30                         :
31                         be localestub [ TargetLibstdc++ ]
32                 ;
33         }
36 DoCatalogs libbluetooth.so :
37         x-vnd.Haiku-Bluetooth
38         :
39         DeviceClass.cpp
40         RemoteDevice.cpp